﻿@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  font: inherit;
  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: transparent;
  -webkit-focus-ring-color: transparent;
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: 0 0;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

ol,
ul {
  list-style: none;
}

pre {
  -moz-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: "“""”""‘""’";
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
}

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.why__list img {
  box-shadow: 0 2px 17px 3px rgba(0, 0, 0, 0.3);
}

.why__list img:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cryptotab-animate-icon {
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .cryptotab-animate-icon {
    display: none;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container--flex {
  padding: 40px 20px;
  background: 0 0;
}

.faq {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ececec;
  border-bottom: 1px solid silver;
  text-align: center;
}

.faq__description {
  font-size: 18px;
  line-height: 24px;
  color: #494949;
  margin-bottom: 50px;
}

.faq__cards {
  display: -ms-flexbox;
  display: flex;
  max-width: 1060px;
  -ms-flex-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: #284679;
  text-decoration: none;
}

.faq__all:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url(../images/sprites/sprite.png);
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .faq__all:after {
    background-image: url(../images/sprites/sprite@2x.png);
    background-size: 223px 121px;
  }
}

.faq__all:hover {
  color: #f7931a;
}

.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: 700;
  color: #284679;
  font-size: 14px;
}

.more-link b {
  color: #000;
}

.more-link:hover {
  border-color: #284679;
}

.more-link span::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url(../images/sprites/sprite.png);
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .more-link span::after {
    background-image: url(../images/sprites/sprite@2x.png);
    background-size: 223px 121px;
  }
}

.fifth {
  display: block;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.fifth__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 400px;
  height: 400px;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.fifth__row+.fifth__row {
  border-top: 1px solid #d6d6d6;
}

.fifth__row_monero2btc {
  position: relative;
  height: auto;
}

.fifth__row_monero2btc:before {
  content: "";
  display: block;
  position: absolute;
  right: calc(60% + 60px);
  top: 50%;
  margin-top: -141px;
  width: 354px;
  height: 283px;
  background-image: url(../images/c2btc.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .fifth__row_monero2btc:before {
    background-image: url(../images/c2btc@2x.png);
  }
}

@media only screen and (max-width: 460px) {
  .fifth__row_monero2btc:before {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }    
}

.fifth__row_monero2btc .fifth__title,
.fifth__row_monero2btc .fifth__description {
  margin-left: 40%;
}

.fifth__row_hardware {
  background-image: url(../images/hardware.png);
  background-repeat: no-repeat;
  background-size: 184px;
  background-position: center left 90%;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .fifth__row_hardware {
    background-image: url(../images/hardware@2x.png);
  }
}

.fifth__row_hardware .fifth__title,
.fifth__row_hardware .fifth__description {
  margin-right: 40%;
}

.fifth__title {
  display: block;
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 20px;
  max-width: 600px;
}

.fifth__description {
  font-size: 18px;
  line-height: 24px;
  color: #494949;
  max-width: 600px;
}

.first {
  display: flex;
  flex-direction: column;
  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: flex;
  flex-direction: column;
  justify-content: center;
  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: 700;
}

.first__screen sup {
  font-size: 12px;
}

.first__screen-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.first__screen-top img {
  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: 700;
}

.first__screen-top .animated-icon {
  width: 120px;
}

.first__group {
  width: 100%;
}

.first__download-btns {
  display: flex;
  width: 100%;
  margin: 0 -5px 14px;
}

.first__download-btns .btn {
  margin: 0 5px;
}

.first__download-btns .btn--download {
  width: 100%;
  max-width: 320px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .first__screen {
    background-image: url(../images/screen@2x.png);
  }
}

@media only screen and (max-width: 768px) {
  .first__screen {
    min-height: 0;
    padding-left: 20px;
    padding-right: 20px;
    background: 0 0;
    text-align: center;
    width: 100%;
  }

  .first__screen .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .first__download-btns,
  .first__group {
    margin-left: auto;
    margin-right: auto;
  }
}

.first__screen p {
  max-width: 500px;
  width: 100%;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .first__screen p {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.first__btns {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 700px) {
  .first__btns {
    flex-direction: column;
    align-items: center;
  }
}

.first__btns .btn {
  min-width: 300px;
  font-weight: 700;
}

@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: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
}

.first__login .or {
  margin-bottom: 30px;
}

.first__login a {
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  color: #284679;
  text-decoration: none;
}

.first__login a:hover {
  color: #f7931a;
}

.first__login a b {
  font-weight: 700;
}

.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: #284679;
  text-decoration: none;
}

.first__testimonials a:hover {
  color: #f7931a;
}

.footer {
  display: block;
  background-color: #222425;
  /* #33475b; */
  min-height: 100px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}

.footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
}

.footer__left-side {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.footer .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}

.footer .lang__current:before {
  top: 12px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #d0d0d0;
}

.footer .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
}

.footer .lang.opened .lang__current:before {
  top: 13px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #d0d0d0;
  border-bottom: none;
}

.footer .lang__list {
  transform: translateY(calc(-100% - 40px));
  position: absolute;
  width: 100%;
}

.footer__right-side {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.footer__logo {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.footer__logo img {
  display: block;
}

.footer__bottom {
  display: block;
  width: 100%;
  background-color: #222425;
  border-top: 1px solid #494949;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer__bottom .footer__content {
  padding-bottom: 0;
  align-items: center;
}

.footer__copyright {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #a9a9aa;
}

.footer__btns {
  margin-right: 20px;
  padding-top: 13px;
}

.footer__btns .fb-like {
  margin-bottom: 20px;
}

.footer__menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  .footer__menu {
    padding-right: 0;
    width: 100%;
  }
}

.fourth {
  display: block;
  background-color: #284679;
  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: 0 0;
  width: 135px;
  height: 145px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .fourth .btn_plus:after {
    background-image: url(../images/arrow@2x.png);
    background-size: 135px 145px;
  }
}

.fourth:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -17px;
  left: calc(50% + 250px);
  background-image: url(../images/sprites/sprite.png);
  background-position: -143px 0;
  width: 80px;
  height: 80px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .fourth:after {
    background-image: url(../images/sprites/sprite@2x.png);
    background-size: 223px 121px;
  }
}

.graph {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 580px;
  height: 580px;
  background-color: #000;
  padding-right: 20px;
  position: relative;
}

.graph__bucks {
  display: block;
  font-size: 48px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.graph__title {
  display: block;
  white-space: nowrap;
  height: 40px;
  padding-left: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  position: absolute;
  top: 28px;
  right: 450px;
  font-weight: 600;
}

@media only screen and (max-width: 1180px) {
  .graph__title {
    left: 25px;
  }
}

@media only screen and (max-width: 860px) {
  .graph__title {
    display: none;
  }
}

.graph__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  background-image: url(../images/sprites/sprite.png);
  background-position: -66px -95px;
  width: 22px;
  height: 22px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .graph__title:before {
    background-image: url(../images/sprites/sprite@2x.png);
    background-size: 223px 121px;
  }
}

.graph__img {
  display: block;
  width: 55%;
  height: 330px;
  background-image: url(../images/graph.png);
  background-repeat: no-repeat;
  background-position: center right 70px;
  background-size: 754px 323px;
  position: relative;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .graph__img {
    background-image: url(../images/graph@2x.png);
  }
}

@media only screen and (max-width: 768px) {
  .graph__img {
    width: 100%;
    margin-bottom: 30px;
    background-position: center right;
  }
}

.graph__text {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  max-width: 420px;
  position: relative;
  margin-left: 10px;
}

.bucks {
  display: block;
  font-size: 48px;
  line-height: 40px;
  font-weight: 700;
  color: #34d044;
  margin-bottom: 15px;
}

@media only screen and (max-width: 910px) {
  .first .header {
    justify-content: center;
    flex-wrap: wrap;
    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),
(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: flex;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 20;
}

.refurl input[type="text"] {
  width: 460px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #cecece;
  border-right: none;
  border-radius: 2px 0 0 2px;
  font-size: 16px;
  color: #494949;
}

@media only screen and (max-width: 650px) {
  .refurl input[type="text"] {
    width: 100%;
  }
}

.refurl .btn {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 140px;
  text-transform: uppercase;
  font-weight: 700;
  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;
  transform: rotate(-45deg);
  font-size: 12px;
  color: #fff;
  background-color: #284679;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.promo-desc {
  display: inline-block;
  color: #f7931a;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

.promo-details {
  color: #494949;
  font-size: 18px;
  line-height: 20px;
}

.confirmation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 150px;
  background-color: #000;
  border: 5px solid #f7931a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  padding-left: 20px;
  padding-right: 20px;
}

.confirmation__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
}

.confirmation__first-line {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 16px;
  color: #f7931a;
}

.confirmation__second-line {
  display: block;
  font-size: 28px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 15px;
}

.confirmation+.container {
  position: relative;
  margin-top: 150px;
}

.confirmation__col_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 140px;
  padding-left: 91px;
  background-image: url(../images/confirmation-arrow.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 76px 81px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .confirmation__col_btn {
    background-image: url(../images/confirmation-arrow@2x.png);
  }
}

.participation {
  display: block;
  padding-top: 10px;
  margin-bottom: 60px;
}

.participation.hidden {
  display: none;
}

.participation__title a {
  color: #284679;
  text-decoration: none;
}

.participation__title a:hover {
  color: #f7931a;
}

.participation_main {
  text-align: left;
  margin-bottom: 0;
}

.participation__title {
  display: inline-block;
  height: auto;
  min-height: 39px;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 40px;
  padding-left: 62px;
  background-image: url(../images/alert.png);
  background-size: 42px 39px;
  background-repeat: no-repeat;
  background-position: left center;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .participation__title {
    background-image: url(../images/alert@2x.png);
  }
}

.participation__btn {
  position: relative;
}

.participation__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.participation__btns .btn {
  min-width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 680px) {
  .participation__btns .btn+.btn {
    margin-top: 20px;
  }
}

.participation__tip {
  display: block;
  font-size: 16px;
  color: #494949;
  padding-top: 102px;
  background-image: url(../images/participation-arrow.png);
  background-size: 76px 81px;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  transform: translateX(calc(-100% - 70px));
}

.page_ru .participation__tip,
.page_de .participation__tip {
  transform: translateX(calc(-100% - 20px));
}

.page_it .participation__tip,
.page_es .participation__tip {
  transform: translateX(calc(-100% - 30px));
}

.page_fr .participation__tip {
  transform: translateX(calc(-100% - 50px));
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .participation__tip {
    background-image: url(../images/participation-arrow@2x.png);
  }
}

p.terms {
  margin-bottom: 70px;
}

.promo-period {
  display: inline-block;
  height: auto;
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  color: #323232;
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  margin-bottom: 40px;
}

.more {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #284679;
  text-decoration: none;
}

.more:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url(../images/sprites/sprite.png);
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .more:after {
    background-image: url(../images/sprites/sprite@2x.png);
    background-size: 223px 121px;
  }
}

.more:hover {
  color: #f7931a;
}

.rewards {
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  color: #494949;
  margin-bottom: 20px;
}

.rewards__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.rewards__item b {
  display: inline-block;
  width: 32px;
}

.random-rewards {
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 17px;
  color: #494949;
  text-align: left;
}

.rewards .medal {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin-right: 5px;
}

.countdown {
  display: block;
  margin-right: 40px;
  position: relative;
}

@media only screen and (max-width: 720px) {
  .countdown+.header__menu {
    margin-right: 0;
  }
}

@media only screen and (max-width: 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: 700;
  color: #323232;
}

.social-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media screen and (max-width: 540px) {
  .social-btns {
    max-width: 282px;
    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: 700;
}

.howto {
  display: block;
  background-color: #284679;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("../images/mission-bg.jpg");
}

.howto_with-coins {
  position: relative;
}

.howto_with-coins:before,
.howto_with-coins:after {
  content: "";
  display: block;
  width: 260px;
  height: 75px;
  position: absolute;
  top: -75px;
  background-size: 260px 75px;
}

@media (max-width: 820px) {

  .howto_with-coins:before,
  .howto_with-coins:after {
    display: none;
  }
}

.howto_with-coins:before {
  left: 140px;
  background-image: url(../images/btc-icons-left.png);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .howto_with-coins:before {
    background-image: url(../images/btc-icons-left@2x.png);
  }
}

@media (min-width: 1280px) {
  .howto_with-coins:before {
    left: calc(50% - 500px);
  }
}

.howto_with-coins:after {
  right: 140px;
  background-image: url(../images/btc-icons-right.png);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .howto_with-coins:after {
    background-image: url(../images/btc-icons-right@2x.png);
  }
}

@media (min-width: 1280px) {
  .howto_with-coins:after {
    left: calc(50% + 240px);
  }
}

.join {
  display: flex;
  align-items: center;
  height: 600px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.join__content {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-left: 50%;
  position: relative;
  z-index: 1;
}

.join__content:before {
  content: "";
  display: block;
  width: 450px;
  height: 439px;
  background-image: url(../images/join-bg.png);
  background-size: 450px 439px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -518px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .join__content:before {
    background-image: url(../images/join-bg@2x.png);
  }
}

.join__description {
  display: block;
  color: #000;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 40px;
}

.join__description strong {
  font-weight: 700;
}

.join__icon {
  display: block;
  margin-bottom: 20px;
}

.join__icon--bitcoin {
  width: 90px;
  margin-bottom: 0;
  position: relative;
  left: -20px;
}

.join_black {
  background-color: #000;
  border-bottom: 1px solid #494949;
}

.join_black .join__description {
  color: #fff;
}

.join_black .coins {
  background-color: #000;
  z-index: 1;
}

.join_black .join__content {
  z-index: 2;
}

.join_white .join__content {
  max-width: 530px;
}

.join_white .join__content:before {
  width: 448px;
  height: 443px;
  background-size: 448px 443px;
  background-image: url(../images/join-bg-white.png);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .join_white .join__content:before {
    background-image: url(../images/join-bg-white@2x.png);
  }
}

.join_girl {
  height: 572px;
}

.join_girl .join__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.join_girl .join__content:before {
  width: 361px;
  height: 492px;
  top: auto;
  transform: none;
  left: -481px;
  bottom: 0;
  background-image: url(../images/girl.jpg);
  background-size: 361px 492px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .join_girl .join__content:before {
    background-image: url(../images/girl@2x.jpg);
  }
}

.join_girl .join__description {
  width: 100%;
}

.join_man {
  height: 572px;
}

.join_man .join__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.join_man .join__content:before {
  width: 680px;
  height: 530px;
  top: auto;
  transform: none;
  left: -730px;
  bottom: 0;
  background-image: url(../images/man.jpg);
  background-size: 680px 530px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .join_man .join__content:before {
    background-image: url(../images/man@2x.jpg);
  }
}

.join_man .join__description {
  width: 100%;
}

.join_asian {
  height: 572px;
}

.join_asian .join__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.join_asian .join__content:before {
  width: 475px;
  height: 528px;
  top: auto;
  transform: none;
  left: -555px;
  bottom: 0;
  background-image: url(../images/asian.jpg);
  background-size: 475px 528px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .join_asian .join__content:before {
    background-image: url(../images/asian@2x.jpg);
  }
}

.join_asian .join__description {
  width: 100%;
}

.join_hindu {
  height: 572px;
}

.join_hindu .join__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.join_hindu .join__content:before {
  width: 460px;
  height: 523px;
  top: auto;
  transform: none;
  left: -555px;
  bottom: 0;
  background-image: url(../images/hindu.jpg);
  background-size: 460px 523px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .join_hindu .join__content:before {
    background-image: url(../images/hindu@2x.jpg);
  }
}

.join_hindu .join__description {
  width: 100%;
}

.join_beardie {
  height: 532px;
}

.join_beardie .join__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.join_beardie .join__content:before {
  width: 520px;
  height: 459px;
  top: auto;
  transform: none;
  left: -585px;
  bottom: 0;
  background-image: url(../images/beardie.jpg);
  background-size: 520px 459px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .join_beardie .join__content:before {
    background-image: url(../images/beardie@2x.jpg);
  }
}

.join_beardie .join__description {
  width: 100%;
}

@media only screen and (max-width: 450px) {
  .join {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .join .subtitle {
    font-size: 30px;
    line-height: 36px;
  }
}

.levels-scheme {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: center;
}

.levels-scheme .subtitle {
  margin-bottom: 20px;
}

.levels-scheme .description {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 26px;
  color: #494949;
}

.levels-scheme__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.levels-scheme__footer {
  font-size: 28px;
  line-height: 31px;
  color: #f7931a;
}

.levels-scheme .link:hover {
  text-decoration: none;
  color: #f7931a;
}

.startearning {
  display: block;
  background-color: #fff;
  padding-top: 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: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  counter-reset: steps;
}

@media only screen and (max-width: 820px) {
  .steps {
    max-width: 400px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 820px) {
  .steps {
    max-width: 400px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 440px) {
  .steps {
    max-width: 180px;
  }
}

.steps__arrow {
  display: block;
  width: 43px;
  height: 14px;
  background-image: url(../images/steps-arrow.png);
  margin-top: 55px;
  flex-shrink: 0;
  background-size: 43px 14px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(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);
  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: 700;
  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: flex;
  align-items: 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),
(min-resolution: 192dpi) {
  .extensions {
    background-image: url(../images/extensions-bg@2x.png);
  }
}

.extensions .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  padding-left: 15px;
  padding-right: 15px;
  height: 480px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

@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: #284679;
}

.extensions__text p a:hover {
  color: #f7931a;
}

.extensions__text strong,
.extensions__text b {
  font-weight: 700;
}

.extensions .btn {
  position: relative;
  z-index: 3;
}

.extensions__warning {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #f74249;
  margin-bottom: 30px;
}

.extensions__store-btns {
  display: flex;
}

.extensions__store-btns .store {
  margin-right: 10px;
}

.link {
  display: inline;
  color: #284679;
  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),
(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;
}

.logo img {
  vertical-align: top;
}

@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;
    justify-content: center;
  }
}

.menu__item+.menu__item {
  margin-top: 18px;
}

.menu__item span:not(.bonus) {
  color: #284679;
  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: 700;
}

.menu__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #757575;
  margin-bottom: 18px;
}

.menu:last-child {
  margin-right: 0;
}

.menu__item_join {
  display: flex;
  align-items: center;
  color: #757575;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}

.menu__item_join span:not(.bonus) {
  color: #757575;
}

.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: 700;
  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-content {
  min-height: 100%;
  background-color: #f7f7f7;
}

.page-content--white {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .page-content--cp .header {
    margin-bottom: 0;
  }
}

.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;
    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;
}

.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;
  align-items: flex-start;
}

.page_tab .first {
  margin-bottom: 0;
  border-bottom: 1px solid silver;
}

.page_tab .first__screen {
  background-position: bottom center;
}

@media only screen and (max-width: 840px) {
  .page_tab .header {
    flex-direction: column;
  }

  .page_tab .logo {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 560px) {
  .page_tab .header__navbar {
    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: 700;
  border-radius: 2px;
  width: 40px;
  text-decoration: none;
}

ul.pagination a:hover {
  color: #284679;
  border-color: #284679;
}

ul.pagination span.active {
  color: #fff;
  background-color: #284679;
  border-color: #284679;
}

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: flex;
  -ms-flex-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),
(min-resolution: 192dpi) {
  .form input[type="text"] {
    background-image: url(../images/search@2x.png);
  }
}

.form input[type="text"]:focus {
  border-color: #284679;
}

.form input[type="submit"] {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  font-weight: 700;
  border-radius: 0 2px 2px 0;
  text-transform: uppercase;
  color: #fff;
  background-color: #284679;
}

.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: 700;
  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: 700;
}

.table td:last-child {
  text-align: right;
}

.table td a {
  color: #284679;
  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: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .table_journal td {
    height: auto;
  }

  .table_journal td:first-child {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100vw - 40px);
  }

  .table_journal td:last-child {
    text-align: left;
  }
}

.table_leaderboard {
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.table_leaderboard tbody tr:hover {
  background-color: #fff;
}

.table_leaderboard td:first-child {
  width: 18px;
  padding-right: 0;
}

.table_leaderboard td {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  height: 45px;
}

.table_leaderboard td:nth-child(3) {
  font-weight: 400;
}

.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: #284679;
  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: 0;
  outline: none;
  border-radius: 0;
  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: #284679;
}

.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: #284679;
}

.questions {
  display: block;
  margin-top: 40px;
}

.questions__item {
  display: block;
  background-color: #fff;
  border: 1px solid silver;
  border-radius: 4px;
}

.questions__item:hover:not(.expanded) {
  border-color: #284679;
}

.questions__item:hover:not(.expanded) .questions__header {
  color: #284679;
}

.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: 0;
  height: 0;
  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 silver;
}

.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: 700;
}

.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: 400;
  text-align: left;
}

.arrow {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  background-image: url(../images/sprites/sprite.png);
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .arrow {
    background-image: url(../images/sprites/sprite@2x.png);
    background-size: 223px 121px;
  }
}

.results {
  display: none;
  background-color: #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;
  transition: opacity 1s;
  pointer-events: none;
}

.scroll2top.show {
  opacity: 1;
  pointer-events: auto;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .scroll2top {
    /*background-image: url(../images/scroll2top@2x.png);*/
  }
}

.scroll2top:hover {
  background-color: #284679;
}

.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;
  box-shadow: 25px 0 0 #f7931a, -25px 0 0 #f7931a;
  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: #284679;
  text-decoration: none;
}

.desc a:hover {
  color: #f7931a;
}

.desc b,
.desc strong {
  font-weight: 700;
}

.speedbox {
  margin: 40px auto;
  height: 180px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.speedbox.animated .speedbox__score {
  animation-duration: 2s;
  animation-name: score_anim;
  animation-iteration-count: 1;
  transition: 1s ease-in;
}

.speedbox.animated .speedbox__pointer {
  animation-duration: 2s;
  animation-name: pointer_anim;
  animation-iteration-count: 1;
  transition: 1s ease-in;
}

.speedbox__groove {
  height: 200px;
  width: 300px;
  background: 0 0;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  border: 18px solid #d6d6d6;
  border-bottom: 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.speedbox__score {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-45deg);
  height: 300px;
  width: 300px;
  background: 0 0;
  border-radius: 50%;
  border: 18px solid #284679;
  border-color: transparent transparent #284679 #284679;
  box-sizing: border-box;
  z-index: 1;
}

.speedbox__score_rookie {
  border-color: transparent transparent #284679 #284679;
}

.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: #fff;
  position: relative;
  top: 150px;
  z-index: 20;
}

.speedbox__odo {
  text-align: center;
  position: absolute;
  color: #5c6f7b;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
}

.speedbox__odo i {
  font-size: 13px;
  opacity: 0.6;
}

.speedbox__odo>div {
  margin-bottom: 0;
}

.speedbox__odo span {
  font-size: 0.7em;
}

.speedbox__pointer {
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: -120px;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  background-image: url(../images/pointer.png);
  background-position: 43px;
  background-repeat: no-repeat;
  background-size: 133px 54px;
  z-index: 100;
  transform: rotate(0deg);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .speedbox__pointer {
    background-image: url(../images/pointer@2x.png);
  }
}

.speedbox+.referred {
  position: relative;
  z-index: 100;
  margin-bottom: 40px;
}

@keyframes score_anim {
  25% {
    transform: rotate(135deg);
  }
}

@keyframes pointer_anim {
  25% {
    transform: rotate(180deg);
  }
}

.rank {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 700;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.rank_newbie {
  background-color: #757575;
}

.rank_rookie {
  background-color: #284679;
}

.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: flex;
  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: #284679;
  font-weight: 700;
  text-decoration: none;
}

.referred__value:hover {
  color: #000;
}

.referred__value:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background-image: url(../images/people.png);
  background-size: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .referred__value:after {
    background-image: url(../images/people@2x.png);
  }
}

.sixth {
  display: block;
  min-height: 680px;
  background-color: transparent;
  padding-top: 80px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-size: 2400px 880px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.sixth__title {
  font-size: 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: flex;
  flex-direction: column;
  align-items: center;
}

.store-links {
  display: flex;
  max-width: 118px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1040px) {
  .page_ru .footer .footer__store-links {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .footer .footer__store-links {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .page_ru .footer .menu__col {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .page_ru .menu__item_join {
    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;
  flex-shrink: 0;
  text-align: left;
  margin-bottom: 10px;
}

.store:before {
  content: "";
  display: block;
  position: absolute;
}

.store_chrome:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  background-image: url(../images/sprites/sprite.png);
  background-position: -34px -95px;
  width: 24px;
  height: 24px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .store_chrome:before {
    background-image: url(../images/sprites/sprite@2x.png);
    background-size: 223px 121px;
  }
}

.store_ff:before {
  background-image: url(../images/logo-ff.png);
  width: 25px;
  height: 26px;
  background-position: center;
  top: 12px;
  left: 14px;
  background-size: 25px 26px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .store_ff:before {
    background-image: url(../images/logo-ff@2x.png);
  }
}

.store_ff .store__first-line,
.store_ff .store__second-line {
  display: none;
}

.store_android:before {
  background-image: url(../images/android.png);
  width: 24px;
  height: 28px;
  background-position: center;
  left: 15px;
  top: 10px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .store_android:before {
    background-image: url(../images/android@2x.png);
    background-size: 24px 28px;
  }
}

.store_cryptosearch:before {
  background-image: url(../images/cryptosearch-logo.svg);
  width: 24px;
  height: 24px;
  background-position: center;
  left: 12px;
  top: 13px;
  background-size: 24px 24px;
}

.store_edge:before {
  background-image: url(../images/browser-icon_edge.png);
  width: 24px;
  height: 26px;
  background-position: center;
  top: 12px;
  left: 14px;
  background-size: 24px 26px;
}

.store_edge:hover:before {
  filter: brightness(0) invert(1);
}

.store_opera:before {
  background-image: url(../images/browser-icon_opera.png);
  width: 26px;
  height: 26px;
  background-position: center;
  top: 12px;
  left: 14px;
  background-size: 26px 26px;
}

.store_safari:before {
  background-image: url(../images/browser-icon_safari.png);
  width: 26px;
  height: 26px;
  background-position: center;
  top: 12px;
  left: 14px;
  background-size: 26px 26px;
}

.store__first-line {
  display: block;
  font-size: 11px;
  line-height: 15px;
  color: #757575;
  font-weight: 300;
}

.store__second-line {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  font-weight: 600;
  position: relative;
  top: -3px;
  padding-right: 15px;
}

.store:hover {
  background-color: #284679;
  border-color: #284679;
}

.store:hover .store__first-line {
  color: #d6d6d6;
}

.store:hover .store__second-line {
  color: #fff;
}

.store:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.store:active .store__first-line {
  color: #757575;
}

.store:active .store__second-line {
  color: #fff;
}

.store:active:before {
  opacity: 0.7;
}

.store_cryptotab:before {
  background-image: url(../images/cryptotab-logo.svg);
  width: 24px;
  height: 24px;
  background-position: center;
  left: 12px;
  top: 13px;
  background-size: 24px 24px;
}

.store_browser:before {
  background-position: center;
  background-image: url(../images/browser-icon-footer.png);
  width: 26px;
  height: 26px;
  background-size: 26px;
  left: 13px;
  top: 13px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .store_browser:before {
    background-image: url(../images/browser-icon-footer@2x.png);
  }
}

.footer .store_cryptosearch:before {
  left: 14px;
}

.store_cryptotab .store__first-line,
.store_cryptosearch .store__first-line {
  font-size: 13px;
  line-height: 15px;
  color: #000;
  font-weight: 700;
  margin-bottom: 2px;
}

.store_cryptotab .store__second-line,
.store_cryptosearch .store__second-line {
  color: #757575;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  top: 0;
}

.store_cryptotab:hover .store__first-line,
.store_cryptosearch:hover .store__first-line {
  color: #fff;
}

.store_cryptotab:active .store__first-line,
.store_cryptosearch:active .store__first-line {
  color: #000;
  opacity: 0.7;
}

.store_cryptotab:hover .store__second-line,
.store_cryptosearch:hover .store__second-line {
  color: #9fc3ff;
}

.store_cryptotab:active .store__second-line,
.store_cryptosearch:active .store__second-line {
  color: #757575;
  opacity: 0.7;
}

.store_cryptotab:active::before,
.store_cryptosearch:active::before {
  opacity: 0.7;
}

.store_cryptotab:active,
.store_cryptosearch:active {
  background-color: #d6d6d6;
}

.page_ff .store_chrome {
  order: 1;
}

.page_ff .store_ff {
  order: 2;
}

.page_ff.page_v2 .store_ff {
  order: 0;
}

.page_ff .store_chrome .store__first-line,
.page_ff .store_chrome .store__second-line {
  display: none;
}

.page_ff .store_ff .store__first-line,
.page_ff .store_ff .store__second-line {
  display: block;
}

.footer .store {
  border-color: #757575;
  background-color: #282828;
}

.footer .store:hover {
  border-color: #284679;
  background-color: #284679;
}

.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: #284679;
  text-align: center;
}

.subtitle_white {
  color: #fff;
}

.screen {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.testimonials {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #284679;
}

.testimonials__title {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 30px;
}

.testimonials__title b {
  font-weight: 700;
}

.testimonials__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-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;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 340px) {
  .testimonials__list {
    max-width: 190px;
  }
}

.testimonials__item {
  display: block;
  text-decoration: none;
  min-width: 120px;
  position: relative;
}

.testimonials__item:not(:last-child):after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #87b4ff;
  position: absolute;
  right: -57px;
  top: 50px;
}

@media only screen and (max-width: 790px) {
  .testimonials__item {
    margin-bottom: 30px;
  }

  .testimonials__item:not(:last-child):after {
    display: none;
  }
}

.testimonials__item i {
  display: block;
  width: 102px;
  height: 102px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonials__item i img {
  display: block;
}

.testimonials__item:hover i {
  background-color: #f7931a;
}

.testimonials__item_youtube i {
  background-image: url(../images/icon-youtube.png);
  background-size: 64px 45px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .testimonials__item_youtube i {
    background-image: url(../images/icon-youtube@2x.png);
    background-size: 64px 45px;
  }
}

.testimonials__item_gplay i {
  background-image: url(../images/store_play.png);
  background-size: 41px 44px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .testimonials__item_gplay i {
    background-image: url(../images/store_play@2x.png);
  }
}

.testimonials__item_chrome i {
  background-image: url(../images/icon-chrome.png);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .testimonials__item_chrome i {
    background-image: url(../images/icon-chrome@2x.png);
    background-size: 58px;
  }
}

.testimonials__item_fb i {
  background-image: url(../images/icon-fb.png);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .testimonials__item_fb i {
    background-image: url(../images/icon-fb@2x.png);
    background-size: 58px;
  }
}

.testimonials__item_twitter i {
  background-image: url(../images/icon-twitter.png);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .testimonials__item_twitter i {
    background-image: url(../images/icon-twitter@2x.png);
    background-size: 58px;
  }
}

.testimonials__item_journal i {
  background-image: url(../images/icon-journal.png);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .testimonials__item_journal i {
    background-image: url(../images/icon-journal@2x.png);
    background-size: 58px 68px;
  }
}

.testimonials__item span {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.testimonials__item b {
  font-weight: 700;
}

.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: 700;
}

.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: 700;
  text-transform: uppercase;
}

.total__friends {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-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),
(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: #284679;
  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: 700;
}

.users__rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #494949;
}

.users__rating span {
  opacity: 0.7;
}

.users__rating img {
  display: block;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
}

.wrapper {
  display: block;
}

::-moz-selection {
  background-color: #f7931a;
  color: #fff;
}

::selection {
  background-color: #f7931a;
  color: #fff;
}

.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: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  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: #fff;
  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: 700;
  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;
  vertical-align: baseline;
}

.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: alpha(opacity=40);
  opacity: 0.4;
}

.rangeSlider__fill {
  background: #d6d6d6;
  position: absolute;
  z-index: 2;
}

.rangeSlider__fill__horizontal {
  height: 100%;
  top: 0;
  background-color: #284679;
  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 #284679;
  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: 0 0;
  width: 100%;
}

.notice {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #494949;
  margin-top: 40px;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  opacity: 0.8;
}

.close:hover {
  opacity: 1;
}

.close:before,
.close:after {
  position: absolute;
  left: 4px;
  content: " ";
  height: 10px;
  width: 1px;
  background-color: #fff;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.promo-label {
  display: block;
  position: absolute;
  top: 40px;
  left: -40px;
  height: 24px;
  width: 170px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  transform: rotate(-50deg);
  background-color: #284679;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.scroll-notification {
  display: none;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000;
}

.scroll-notification__text {
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  padding-bottom: 73px;
  background-image: url(../images/scroll-icon.png);
  background-repeat: no-repeat;
  background-size: 41px 33px;
  background-position: bottom center;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
  .scroll-notification__text {
    background-image: url(../images/scroll-icon@2x.png);
  }
}

.bform {
  display: block;
  width: 750px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 40px;
}

.bform__row {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: flex-end;
  -ms-flex-align: end;
}

.bform .label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  font-weight: 700;
}

.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: 400;
  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: 700;
  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: 700;
}

.install-tip__title strong {
  color: #fff;
  font-weight: 700;
}

.install-tip_ff .install-tip__handler {
  position: absolute;
  left: 380px;
  top: 270px;
  margin-right: 20px;
}

@media only screen and (max-width: 1400px) {
  .install-tip_ff .install-tip__handler {
    left: 28%;
  }
}

@media only screen and (max-width: 1000px) {
  .install-tip_ff .install-tip__handler {
    left: 35%;
  }
}

.install-tip_ff .install-tip__handler::before {
  content: "";
  display: block;
  width: 40px;
  height: 84px;
  background-image: url(../images/install-tip_arrow.png);
  background-size: 40px 84px;
  position: absolute;
  top: -104px;
  left: 100px;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
  .install-tip_ff .install-tip__handler::before {
    background-image: url(../images/install-tip_arrow@2x.png);
  }
}

.install-tip_ie .install-tip__handler {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 100px;
  text-align: center;
  width: 100%;
  max-width: none;
}

.no-results {
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 100px;
}

.mobile-only {
  display: none;
}

.store-btns {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}

.store-btn {
  display: block;
  min-width: 290px;
  padding-top: 15px;
  padding-bottom: 14px;
  min-height: 60px;
  background-color: #284679;
  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: 700;
  text-transform: uppercase;
  padding-right: 20px;
}

.store-btn span:first-child {
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 2px;
  color: #fff;
}

.store-btn span:last-child {
  font-size: 11px;
  line-height: 12px;
  color: #9fc3ff;
}

.store-btn:hover span:last-child,
.store-btn:active span:last-child {
  color: #fff;
}

.store-btn::before {
  content: "";
  display: block;
  width: 60px;
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d6d6d6;
  border-right: none;
  border-radius: 3px 0 0 3px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}

.store-btn_cryptosearch::before {
  background-image: url(../images/cryptosearch-logo.svg);
}

.store-btn_cryptotab::before {
  background-image: url(../images/cryptotab-logo.svg);
}

.fourth .store-btns {
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: row;
  -ms-flex-direction: row;
}

.fourth .store-btn {
  background-color: #000;
  margin-left: 5px;
  margin-right: 5px;
}

.fourth .store-btn:hover {
  background-color: #f7931a;
}

.fourth .store-btn::before {
  border-color: #fff;
}

.fourth .store-btn span:last-child {
  color: #757575;
}

.fourth .store-btn:hover span:last-child {
  color: #ffc782;
}

.page_results .table {
  margin-bottom: 0;
}

.winners {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}

.winner {
  display: flex;
  margin-bottom: 45px;
  width: 100%;
  max-width: 510px;
}

.winner:last-child {
  margin-bottom: 0;
}

.winner__icon {
  display: block;
  width: 90px;
  text-align: center;
  margin-right: 20px;
  padding-top: 5px;
  flex-shrink: 0;
}

.winner__icon img {
  display: block;
}

.winner__icon span {
  display: inline-block;
  min-width: 40px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  background-color: #f7b930;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 700;
}

.winner__body {
  width: 100%;
  position: relative;
}

.winner__body .row {
  display: flex;
  width: 100%;
  min-width: 400px;
  width: auto;
  padding-right: 20px;
  align-items: center;
  justify-content: flex-start;
  background-color: #fffdfd;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  flex-wrap: nowrap;
}

.winner__body .col {
  text-align: left;
  flex: 1;
}

.winner__body .col:first-child {
  white-space: nowrap;
  flex: 1.5;
}

.winner__body .line {
  left: 0;
  bottom: -7px;
}

.winner__title {
  display: block;
  font-weight: 700;
  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: 700;
}

.winner .sum {
  display: flex;
  align-items: center;
  height: 65px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  color: #000;
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid #d6d6d6;
}

@media only screen and (max-width: 610px) {
  .winner .row {
    flex-direction: column;
    min-width: 0;
  }

  .winner .sum {
    border-right: none;
    height: auto;
    padding-top: 15px;
  }

  .winner .col {
    text-align: center;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.clover {
  display: block;
  font-size: 28px;
  line-height: 31px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}

.clover span {
  display: inline-block;
  position: relative;
  padding-left: 46px;
}

.clover span:before {
  content: "";
  display: block;
  width: 31px;
  height: 39px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/clover.png);
  background-size: 31px 39px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .clover span:before {
    background-image: url(../images/clover@2x.png);
  }
}

.clover b {
  font-weight: 700;
}

.features {
  display: flex;
  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 {
    flex-direction: column;
    align-items: center;
  }
}

.features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 10px;
}

.features__item {
  display: block;
  max-width: 240px;
  font-size: 16px;
  line-height: 19px;
  /*color: #1d1d1b;*/
  color: ghostwhite;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  flex: 1;
}

@media only screen and (max-width: 800px) {
  .features__item {
    margin-bottom: 30px;
  }
}

.features__item a {
  color: #284679;
  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),
(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: 0 0;
    min-height: 0;
    margin-bottom: 0;
  }

  .page_ms .first__screen .more-link {
    margin-bottom: 20px;
  }
}

.youtube {
  display: block;
  padding-left: 110px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 30px;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background-color: #fffdfd;
  background-image: url(../images/icon-youtube.png);
  background-size: 50px 36px;
  background-repeat: no-repeat;
  background-position: 30px center;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .youtube {
    background-image: url(../images/icon-youtube@2x.png);
  }
}

.youtube a {
  color: #284679;
  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;
}

.first__icon--bitcoin {
  width: 150px;
  margin-bottom: 0;
}

.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: 700;
}

.why__title {
  display: block;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
  color: #3a65ab;
}

.why__subtitle {
  display: block;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #3a65ab;
}

.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: 700;
}

.why__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  counter-increment: why;
  margin-bottom: 50px;
}

.why__item:nth-child(even) .why__row {
  flex-direction: row-reverse;
}

.why__item:nth-child(even) .why__img {
  margin-right: 20px;
  margin-left: 70px;
}

@media screen and (max-width: 1180px) {
  .why__item:nth-child(even) {
    padding-left: 60px;
  }
}

.why__item:nth-child(odd) .why__body {
  position: relative;
  top: 15px;
}

.why__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 460px;
  height: 320px;
  /* border: 1px solid #d6d6d6; */
  border-radius: 3px;
  flex-shrink: 0;
  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: flex;
  max-width: 1050px;
}

.why__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  width: 100%;
}

.why__footer {
  display: block;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.why__label {
  display: block;
  font-size: 10px;
  line-height: 11px;
  color: #494949;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 65px;
  left: 144px;
  transform: translateX(-50%);
}

.why_black {
  background-color: #000;
}

.why_black .why__item:before {
  color: #757575;
  border-bottom-color: #757575;
}

.why_black .why__subtitle {
  color: #f7931a;
}

.why_black .why__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),
(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: #284679;
  border-color: #fff;
}

.why_black .why__img {
  background-image: linear-gradient(-45deg, #000000 0%, #494949 100%);
  border-color: rgba(214, 214, 214, 0.4);
}

.why_black .why__img:after {
  background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
  border-color: rgba(214, 214, 214, 0.4);
}

.why_black .why-speed__label {
  color: #fff;
}

.why-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: 700;
}

.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: 700;
}

.referrals__total {
  display: block;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
  font-weight: 700;
  color: #757575;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  margin-bottom: 10px;
}

.referrals__total span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  background-image: url(../images/people_gray.png);
  background-size: 18px 20px;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .referrals__total span:before {
    background-image: url(../images/people_gray@2x.png);
  }
}

.referrals__row {
  display: flex;
  width: 100%;
}

.referrals__row_labels {
  visibility: hidden;
  justify-content: space-between;
}

.referrals__row_labels .referrals__label:first-child {
  flex: 1.5;
}

.referrals__row_labels .referrals__label:nth-child(2) {
  text-align: right;
  flex: 2;
  padding-right: 40px;
}

.referrals__row_labels .referrals__label:last-child {
  flex: 2;
  padding-right: 40px;
  text-align: right;
}

.referrals__col {
  width: 100%;
}

.referrals__col_all .referrals__total {
  border-right: none;
  border-radius: 2px 0 0 2px;
}

.referrals__col_day .referrals__total {
  border-color: #f7931a;
  border-radius: 0 2px 2px 0;
  color: #000;
}

.referrals__col_day .referrals__total span:before {
  background-image: url(../images/people_orange.png);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .referrals__col_day .referrals__total span:before {
    background-image: url(../images/people_orange@2x.png);
  }
}

.referrals__col_earnings {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
  margin-bottom: 40px;
  border-radius: 2px;
  padding: 17px 20px;
  color: #757575;
  font-size: 14px;
}

.referrals__col_earnings div {
  display: block;
}

.referrals__col_earnings .approx {
  font-size: 10px;
}

.referrals__col_earnings .approx b {
  font-weight: 700;
}

.referrals__col_earnings .earnings {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-left: 10px;
  margin-right: 5px;
  padding-left: 21px;
  background-image: url(../images/coin.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center left;
}

.referrals__col_earnings .earnings span {
  position: relative;
  top: 1px;
}

.referrals_our {
  max-width: 90%;
}

.referrals_our .level__title {
  flex: 1;
  text-align: left;
}

.referrals_our .level__value {
  flex: 1;
}

.level {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d6d6d6;
  height: 80px;
}

.level__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #f7931a;
  text-transform: uppercase;
  text-align: left;
  flex: 1.5;
}

.level__value {
  display: block;
  font-size: 48px;
  font-weight: 700;
  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: 700;
  background-color: #284679;
  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),
(min-resolution: 192dpi) {
  .browser-icon_chrome {
    background-image: url(../images/browser-icon_chrome@2x.png);
  }
}

.browser-icon_firefox {
  background-image: url(../images/browser-icon_ff.png);
  background-size: 58px 60px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .browser-icon_firefox {
    background-image: url(../images/browser-icon_ff@2x.png);
  }
}

.browser-icon_IE {
  background-image: url(../images/browser-icon_ie.png);
  background-size: 60px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .browser-icon_IE {
    background-image: url(../images/browser-icon_ie@2x.png);
  }
}

.browser-icon_edge {
  background-image: url(../images/browser-icon_edge.png);
  background-size: 56px 60px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .browser-icon_edge {
    background-image: url(../images/browser-icon_edge@2x.png);
  }
}

.browser-icon_opera {
  background-image: url(../images/browser-icon_opera.png);
  background-size: 60px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .browser-icon_opera {
    background-image: url(../images/browser-icon_opera@2x.png);
  }
}

.browser-icon_safari {
  background-image: url(../images/browser-icon_safari.png);
  background-size: 60px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .browser-icon_safari {
    background-image: url(../images/browser-icon_safari@2x.png);
  }
}

.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__clickzone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
  visibility: hidden;
  opacity: 0;
  cursor: default;
}

.download-tip__clickzone.show {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.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__title {
  display: block;
  font-size: 24px;
  line-height: 27px;
  color: #d6d6d6;
}

.download-tip__title strong {
  color: #fff;
  font-weight: 700;
}

.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: 700;
}

.download-tip_firefox .download-tip__handler,
.download-tip_safari .download-tip__handler,
.download-tip_opera .download-tip__handler {
  position: absolute;
  right: 50px;
  top: 20px;
  margin-top: 109px;
  margin-left: 30px;
}

.download-tip_firefox .download-tip__handler img,
.download-tip_opera .download-tip__handler img,
.download-tip_safari .download-tip__handler img {
  display: block;
  width: 34px;
  height: 89px;
  position: absolute;
  top: -104px;
  right: 30px;
  transform: rotate(180deg);
}

.download-tip_safari .download-tip__handler img {
  right: 73px;
}

.download-tip_firefox .download-tip__title._below,
.download-tip_safari .download-tip__title._below,
.download-tip_opera .download-tip__title._below {
  display: none;
}

.download-tip_chrome .download-tip__handler,
.download-tip_ie .download-tip__handler,
.download-tip_edge .download-tip__handler,
.download-tip_unknown .download-tip__handler {
  position: absolute;
  left: 30px;
  bottom: 20px;
  margin-bottom: 109px;
}

.download-tip_chrome .download-tip__handler img,
.download-tip_ie .download-tip__handler img,
.download-tip_edge .download-tip__handler img,
.download-tip_unknown .download-tip__handler img {
  display: block;
  width: 34px;
  height: 89px;
  position: absolute;
  bottom: -109px;
  left: 170px;
}

.download-tip_chrome .download-tip__title._above,
.download-tip_ie .download-tip__title._above,
.download-tip_edge .download-tip__title._above,
.download-tip_unknown .download-tip__handler img {
  display: none;
}

.download-tip_ie .download-tip__handler,
.download-tip_edge .download-tip__handler {
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}

.download-tip_ie .download-tip__handler img,
.download-tip_edge .download-tip__handler img {
  left: 50%;
  margin-left: -17px;
}

.animated-icon {
  display: block;
  margin-bottom: 20px;
}

.animated-icon--bitcoin {
  width: 90px;
  margin-bottom: 0;
  position: relative;
  margin-left: -20px;
}

.fullheight-wrapper--white {
  background-color: #fff;
}

@media (max-width: 1200px) {
  .fullheight-wrapper {
    overflow: hidden;
  }
}

.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;
}

@media (min-width: 769px) {
  .fullheight--without-header:before {
    content: "";
    min-height: 120px;
  }
}

.main {
  display: block;
  position: relative;
  z-index: 10;
}

.main--white {
  background-color: #fff;
}

@keyframes heading-rotation-animation {
  0% {
    transform: translate3d(0, 80px, 0);
    opacity: 0;
  }

  20%,
  80% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, -80px, 0);
    opacity: 0;
  }
}

@keyframes heading-rotation-last-animation {
  0% {
    transform: translate3d(0, 80px, 0);
    opacity: 0;
  }

  20%,
  80% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.rotator {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}

.rotator__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 106px;
  text-align: center;
  font-size: 4vw;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.rotator__item_3 {
  opacity: 0;
  position: static;
}

.rotator__item_3.show {
  opacity: 1;
  transition: opacity 0.25s;
}

@media only screen and (max-width: 768px) {
  .rotator__item {
    font-size: 32px;
    min-height: 76px;
  }
}

.rotator .title {
  width: 100%;
  font-weight: 700;
  margin-bottom: 0;
}

.page_loaded .rotator__item_1 {
  animation: heading-rotation-animation 3.25s 0.75s;
}

.page_loaded .rotator__item_2 {
  animation: heading-rotation-last-animation 3.25s 3.75s;
}

.first_black-screen {
  min-height: 0;
}

.first_black-screen .first__screen {
  background-image: url(../images/macbook-black.png);
  background-size: 450px 439px;
  background-position: bottom right calc(50% + 280px);
  margin-bottom: 40px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .first_black-screen .first__screen {
    background-image: url(../images/macbook-black@2x.png);
  }
}

.first_black-screen .first__screen p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .first_black-screen .first__screen {
    background: 0 0;
  }

  .first_black-screen .first__screen .animated-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .first_black-screen .first__screen .more-link {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .page_browser .first__screen {
    background-image: url(../images/macbook@2x.png);
  }

  .why__upto {
    background-image: url(../images/browser-img@2x.png);
  }
}

@media screen and (max-width: 768px) {
  .page_browser .logo {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .page_browser .first__screen {
    background: 0 0;
    min-height: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 800px) {
  .features {
    flex-direction: column;
    align-items: center;
  }

  .features__item {
    margin-bottom: 30px;
  }

  .features__item::before,
  .features__item:last-child::after {
    display: none;
  }

  .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 {
    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),
(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: 700;
  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: 700;
  height: auto;
  line-height: 17px;
  padding-top: 22px;
  padding-bottom: 21px;
}

.getaccess .note {
  font-size: 11px;
  line-height: 12px;
}

.ct-counters-container {
  display: flex;
  align-items: center;
  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 {
    flex-direction: column;
  }

  .ct-counters-container .why__upto {
    margin-bottom: 30px;
  }
}

.ct-counters {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 440px;
}

@media only screen and (max-width: 480px) {
  .ct-counters {
    max-width: 210px;
    flex-direction: column;
  }

  .ct-counters .ct-counter:not(:last-child) {
    margin-bottom: 20px;
  }
}

.ct-counter {
  display: block;
  width: 210px;
  height: 100px;
}

.ct-counter__value {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  font-size: 48px;
  line-height: 53px;
  color: #000;
  font-weight: 700;
}

.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: 700;
  color: #fff;
}

.ct-counter_users .ct-counter__value span:before {
  width: 32px;
  height: 34px;
  background-image: url(../images/counter-users.png);
  background-size: 32px 34px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .ct-counter_users .ct-counter__value span:before {
    background-image: url(../images/counter-users@2x.png);
  }
}

.ct-counter_users .ct-counter__label {
  background-color: #284679;
}

.ct-counter_payments .ct-counter__value span:before {
  width: 30px;
  height: 45px;
  background-image: url(../images/counter-payments.png);
  background-size: 30px 45px;
  position: relative;
  top: 5px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .ct-counter_payments .ct-counter__value span:before {
    background-image: url(../images/counter-payments@2x.png);
  }
}

.ct-counter_payments .ct-counter__label {
  background-color: #f7931a;
}

.btc-bonus {
  display: flex;
  align-items: center;
  font-size: 48px;
  line-height: 53px;
  color: #000;
  font-weight: 700;
}

.btc-bonus img {
  display: block;
  margin-right: 15px !important;
}

@media screen and (max-width: 550px) {
  .btc-bonus {
    flex-direction: column;
    font-size: 32px;
    line-height: 36px;
  }

  .btc-bonus img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 40px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .header.fixed:not(.header--not-fixed) .header__wrapper {
    position: fixed;
    top: -121px;
    left: 0;
    width: 100%;
    min-height: 120px;
    /* background-color: rgba(255, 255, 255, 0.96); */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    z-index: 99;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, background-color 0.2s;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .header.fixed:not(.header--not-fixed) .header__wrapper .header__container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header.fixed:not(.header--not-fixed) .header__wrapper .logo {
    height: 50px;
  }

  .header.fixed:not(.header--not-fixed) .header__wrapper .logo img {
    max-height: 100%;
  }
}

.header.fixed a {
  color: white;
}

.header.fixed img {
  filter: brightness(100.5);
}

.header__logo {
  position: relative;
  display: block;
  z-index: 1;
}

.header__wrapper {
  width: 100%;
  transition: background-color 0.2s;
}

.header__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .header__container {
    min-height: inherit;
  }
}

.header__navbar {
  display: flex;
  align-items: center;
  z-index: 10;
}

.header__menu {
  margin-right: 30px;
}

.header__menu a {
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  /*color: #284679;*/
  color: whitesmoke;
  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__menu--white a {
  color: #fff;
}

.header__socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #757575;
  margin-right: 30px;
  text-transform: capitalize;
}

.header__socials a {
  text-decoration: none;
}

.header__socials a 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;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.header__lang_transparent .lang__current:hover {
  background-color: #fff;
  color: #284679;
  box-shadow: 0 0 0 1px #fff;
}

.header__lang_transparent .lang.opened .lang__current {
  color: #3e82f7;
  background-color: #fff;
  box-shadow: 0 0 0 1px #fff;
}

.header--white {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .header {
    min-height: 120px;
  }
}

@media only screen and (max-width: 1080px) {
  .header {
    flex-direction: column;
  }

  .header__container {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .header {
    align-items: flex-start;
    padding: 0;
    /* margin-bottom: 40px; */
    background-color: transparent;
    min-height: 61px;
  }

  .header.fixed .header__wrapper {
    position: fixed;
    top: -111px;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, background-color 0.2s;
  }

  .header.fixed .header__navbar {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }

  .header.fixed .header__logo {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }

  .header__container {
    align-items: flex-start;
  }

  .header__navbar {
    position: absolute;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
    flex-wrap: wrap;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    background: transparent;
    top: 10px;
    transform: translateY(-100%);
    opacity: 0;
  }

  .header__navbar.active {
    transform: translateY(100px);
    opacity: 1;
  }

  .header__navbar .store-links {
    display: none;
  }

  .header__navbar .lang {
    display: block;
  }

  .header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    /*border-bottom: 1px solid #d6d6d6;*/
    background-color: unset;
    z-index: 100;
  }

  .header__logo .logo {
    margin-bottom: 0;
  }

  .header__lang {
    margin-right: 15px;
    margin-top: 13px;
    margin-bottom: 14px;
  }

  .header__menu {
    display: block;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 19px;
    /*border-bottom: 1px solid #d6d6d6;*/
    margin-right: 0 !important;
    overflow-x: auto;
    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;*/
    display: block;
    margin-top: 10px;
  }

  .header__menu a+a {
    margin-left: unset;
  }

  .header__menu a:last-child {
    margin-right: 20px;
  }

  .header__menu a.active:after {
    bottom: -18px;
  }

  .header__socials {
    margin-right: 0;
    margin-left: 15px;
    margin-top: 7px;
  }

  .header__socials span {
    display: block;
    margin-right: 10px;
  }
    .mainmenu__link {
        padding: unset !important;
    }

    .mainmenu__submenu {
        padding: 0rem 1rem 0.5rem !important;
        top: 2.0rem !important;
        z-index:25 !important;
    }
}

.header.header--no-margin {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .header--not-menu {
    background: 0 0;
    align-items: center;
    padding: 20px;
  }

  .header--not-menu .lang {
    display: block;
  }
}

@media (min-width: 1200px) {
  .header--inverse.fixed:not(.header--not-fixed) .header__wrapper {
    background-color: rgba(0, 0, 0, 0.9);
  }
}

.header--inverse .header__socials>span {
  color: #d6d6d6;
}

.header--inverse .header__socials .social-link_instagram:not(:hover) svg #instagram_up {
  fill: #fff;
}

.header--inverse .header__lang:not(.header__lang_transparent) .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}

.header--inverse .header__lang:not(.header__lang_transparent) .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
  color: #284679;
}

@media (max-width: 768px) {

  .header--inverse .header__logo,
  .header--inverse .header__navbar {
    background-color: #000;
    border-color: rgba(255, 255, 255, 0.3);
  }

  .header--inverse .header__navbar {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  .header--inverse .header__menu {
    border-color: rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 1200px) {
  .header--position-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}

.burger {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 19px;
  top: 22px;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 200;
}

.burger.active {
  transform: rotate(90deg);
}

.burger.active span,
.burger.active:before,
.burger.active:after {
  background-color: #284679;
}

.burger span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: grey !important;
  position: absolute;
  top: 9px;
  left: 1px;
}

.burger:before,
.burger:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  background-color: grey !important;
  left: 1px;
}

.burger:before {
  top: 4px;
}

.burger:after {
  top: 14px;
}

.notification {
  display: block;
  width: 100%;
  background-color: #000;
  padding-left: 30px;
  padding-right: 30px;
  background-image: linear-gradient(-135deg, #494949 15%, #000 85%);
  border-bottom: 5px solid #f7931a;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.notification__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  padding-top: 12px;
  padding-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
}

.notification__row_bg_chinese {
  padding-left: 120px;
  background-image: url(../images/promo-guy.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 104px 80px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .notification__row_bg_chinese {
    background-image: url(../images/promo-guy@2x.png);
  }
}

@media screen and (max-width: 768px) {
  .notification__row_bg_chinese {
    padding-bottom: 90px;
    padding-left: 0;
    background-position: bottom center;
  }
}

@media screen and (max-width: 768px) {
  .notification__row {
    flex-direction: column;
    text-align: center;
  }
}

.notification__col:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .notification__col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.notification__title {
  font-size: 30px;
  line-height: 33px;
  color: #fff;
}

.notification__title b,
.notification__title strong {
  font-weight: 700;
}

@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: 700;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #284679;
  text-align: center;
}

.notification__btn:hover {
  background-color: #f7931a;
}

.notification__btn:active {
  background-color: #d6d6d6;
}

@media screen and (max-width: 768px) {
  .notification__btn {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 13px;
    min-width: 180px;
  }
}

.page_sticky-notification .notification {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 0;
  z-index: 150;
  animation-name: stick;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

.page_sticky-notification .notification__row {
  padding-top: 14px;
  padding-bottom: 14px;
}

.page_sticky-notification .notification__title {
  font-size: 24px;
  line-height: 27px;
}

.page_sticky-notification .notification__btn {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 13px;
  min-width: 180px;
}

@media screen and (max-width: 768px) {
  .notification {
    z-index: 500;
  }
}

@keyframes stick {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.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: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
}

.popup_alert h2 {
  font-size: 24px;
  display: block;
  color: #000;
  line-height: 24px;
}

.popup__handler {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  width: calc(100% - 10px);
  max-width: 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: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}

.popup__header img {
  display: block;
  margin-right: 10px;
}

.popup__body {
  padding: 0 30px;
  font-size: 14px;
  line-height: 16px;
  color: #494949;
}

.popup__body p {
  margin-bottom: 20px;
}

.popup__body ul {
  margin-bottom: 20px;
}

.popup__body li {
  margin-bottom: 10px;
}

.popup__body b,
.popup__body strong {
  font-weight: 700;
}

.popup__footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 30px;
}

.popup__footer.cols {
  display: flex;
  justify-content: space-between;
}

.popup__label {
  display: block;
  color: #f7931a;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px;
  font-weight: 700;
}

.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: 0 -95px;
  width: 26px;
  height: 26px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  #howPopup h3:before {
    background-image: url(../images/sprites/sprite@2x.png);
    background-size: 223px 121px;
  }
}

#blockedPopup .popup__handler {
  background-image: url(../images/blocked-popup-bg.png);
  background-size: 90px 75px;
  background-repeat: no-repeat;
  background-position: left 30px bottom 0;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  #blockedPopup .popup__handler {
    background-image: url(../images/blocked-popup-bg@2x.png);
  }
}

#blockedPopup .popup__body {
  padding-top: 50px;
}

#blockedPopup .popup__body h3 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #000;
}

#blockedPopup .popup__footer {
  padding-top: 60px;
  padding-bottom: 25px;
}

#termsPopup .popup__handler {
  max-width: 700px;
}

#termsPopup .popup__header {
  padding-top: 25px;
  padding-bottom: 25px;
}

#termsPopup .popup__header .logo {
  margin-bottom: 0;
}

#termsPopup .popup__body {
  overflow: hidden;
  max-height: 350px;
}

#termsPopup .popup__body iframe {
  display: block;
  border: 1px solid #d6d6d6;
  width: 100%;
  height: 220px;
}

#termsPopup .popup__footer {
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 30px;
}

#termsPopup .popup__footer .btn_default {
  margin-left: 0;
  margin-right: 0;
  max-width: 280px;
}

#termsPopup .popup__footer .btn_link {
  color: #000;
}

#termsPopup .popup__footer .btn_link:hover {
  color: #284679;
}

@media screen and (max-width: 550px) {
  #termsPopup .popup__footer {
    flex-direction: column;
    align-items: center;
  }

  #termsPopup .popup__footer .btn_default {
    margin-bottom: 30px;
  }
}

#termsPopup .terms-text {
  display: block;
  border: 1px solid #d6d6d6;
  width: 100%;
  height: 220px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  overflow-y: auto;
}

#termsPopup .terms-text h1 {
  display: block;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

#termsPopup .terms-text h2 {
  display: block;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  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: #284679;
  text-decoration: none;
}

#termsPopup .terms-text a:hover {
  color: #f7931a;
}

#promoSharingPopup {
  background-image: url(../images/sharing-popup-bg.png);
  background-position: right bottom;
  background-size: 302px 424px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  #promoSharingPopup {
    background-image: url(../images/sharing-popup-bg@2x.png);
  }
}

#promoSharingPopup .popup__handler {
  max-width: 600px;
}

#promoSharingPopup .popup__header {
  flex-direction: column;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #d6d6d6;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

#promoSharingPopup .popup__label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-align: center;
}

#promoSharingPopup .popup__label span {
  color: #000;
}

#promoSharingPopup .popup__body {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}

#promoSharingPopup .popup__body h2 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
}

#promoSharingPopup .popup__body p {
  font-size: 16px;
  line-height: 26px;
  color: #494949;
  margin-bottom: 0;
}

#promoSharingPopup .popup__body p span.orange {
  color: #f7931a;
}

#promoSharingPopup .popup__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 550px) {
  #promoSharingPopup .popup__footer {
    flex-direction: column-reverse;
  }

  #promoSharingPopup .popup__footer .popup__btn {
    margin-bottom: 30px;
  }
}

#promoSharingPopup .popup__btn {
  display: block;
  width: 100%;
  max-width: 300px;
}

#promoSharingPopup .popup__btn .button {
  width: 100%;
}

.popup_attention {
  z-index: 9999;
}

.popup_attention .popup__body {
  padding-top: 50px;
}

.popup_attention .popup__body h3 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #000;
}

.popup_attention .popup__footer {
  padding-top: 60px;
  padding-bottom: 25px;
}

.popup-android-version .popup__handler {
  max-width: 720px;
}

.popup-android-version__header {
  text-align: left;
  padding: 30px;
  margin-bottom: 5px;
}

.popup-android-version .title {
  font-size: 34px;
  line-height: 38px;
  text-align: left;
  margin-bottom: 10px;
}

.popup-android-version .desc {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.popup-android-version__container {
  display: flex;
  height: auto;
  max-height: none;
  min-height: 0;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .popup-android-version__container {
    position: relative;
    display: block;
  }

  .popup-android-version__container .phone {
    display: none;
  }
}

.popup-android-version .col {
  width: 50%;
  padding: 0 15px;
}

.popup-android-version .col+.col {
  margin-left: 0;
}

.popup-android-version .col--slider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .popup-android-version .col {
    width: 100%;
  }
}

.popup-android-version .phone {
  margin-left: -15px;
  margin-right: -15px;
}

.popup-android-version .phone .slide {
  min-height: 0;
}

.popup-android-version__close {
  outline: none;
  border-radius: 0 0 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 49px;
  color: #284679;
  background-color: #f7f7f7;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  border: none;
  border-top: 1px solid #d6d6d6;
  transition: 0.2s;
}

.popup-android-version__close:hover {
  border-color: #284679;
  background-color: #284679;
  color: #fff;
}

.popup-android-version__close:active {
  border-color: #d6d6d6;
  background-color: #d6d6d6;
  color: #fff;
}

.button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  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: #284679;
}

.button_primary:hover {
  background-color: #f7931a;
}

.button_primary:active {
  background-color: #d6d6d6;
}

.button_secondary {
  color: #494949;
  font-size: 13px;
  line-height: 15px;
}

.button_secondary:hover {
  color: #000;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  text-align: center;
  height: 60px;
  background-color: #284679;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  border: none;
}

.btn_more {
  height: auto;
  min-height: 60px;
  line-height: normal;
  font-weight: 700;
  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_primary {
  display: inline-block;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: 10px center;
  cursor: pointer;
  position: relative;
  background-color: #284679;
  color: #fff;
  border: none;
  font-size: 12px;
  min-width: 90px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn_primary:hover {
  background-color: #f7931a;
  color: #fff;
}

.btn_primary:active {
  background-color: #d6d6d6;
  color: #fff;
}

.btn_secondary {
  height: 40px;
  background-color: transparent;
  font-size: 13px;
  line-height: 40px;
  color: #494949;
  font-weight: 700;
  padding: 0;
}

.btn_secondary.blue {
  color: #284679;
}

.btn_secondary.blue:hover {
  color: #000;
}

.btn_secondary:hover {
  background-color: transparent;
  color: #284679;
}

.btn_compact {
  line-height: 40;
  height: 40px;
  min-width: 160px;
}

.btn_plus {
  height: auto;
  min-height: 60px;
  line-height: normal;
}

.btn_plus:before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 25px;
  background-image: url(../images/sprites/sprite.png);
  background-position: -148px -95px;
  width: 16px;
  height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .btn_plus:before {
    background-image: url(../images/sprites/sprite@2x.png);
    background-size: 223px 121px;
  }
}

.btn_download:before {
  content: "";
  flex: 0 0 auto;
  margin-right: 10px;
  display: block;
  background-image: url(../images/btn-download.png);
  width: 12px;
  height: 14px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .btn_download:before {
    background-image: url(../images/btn-download@2x.png);
    background-size: 12px 14px;
  }
}

.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: #284679;
}

.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),
(min-resolution: 192dpi) {
  .btn_black:hover:before {
    background-image: url(../images/sprites/sprite@2x.png);
    background-size: 223px 121px;
  }
}

.btn_black:active {
  background-color: #284679;
  border: 1px solid #fff;
  color: #fff;
}

.btn_black:active:before {
  background-image: url(../images/sprites/sprite.png);
  background-position: -148px -95px;
  width: 16px;
  height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .btn_black:active:before {
    background-image: url(../images/sprites/sprite@2x.png);
    background-size: 223px 121px;
  }
}

.btn_calc {
  font-size: 18px;
  line-height: 24px;
}

.btn_calc:before {
  content: "";
  display: block;
  flex: 0 0 auto;
  margin-right: 10px;
  background-image: url(../images/sprites/sprite.png);
  background-position: -172px -95px;
  width: 13px;
  height: 14px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .btn_calc:before {
    background-image: url(../images/sprites/sprite@2x.png);
    background-size: 223px 121px;
  }
}

.btn_link {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 0;
  color: #284679;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  height: auto;
  background: 0 0;
}

.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 {
  width: 100%;
  max-width: 360px;
  height: 50px;
  font-size: 14px;
}

.btn_big {
  width: auto;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  min-width: 280px;
  border-radius: 3px;
}

.btn_simple {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding-left: 20px;
  padding-right: 10px;
}

.btn_simple span {
  position: relative;
}

.btn_simple span::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url(../images/sprites/sprite.png);
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .btn_simple span::after {
    background-image: url(../images/sprites/sprite@2x.png);
    background-size: 223px 121px;
  }
}

.btn_simple:hover {
  border-color: #284679;
  color: #284679;
  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%;
  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 #284679;
  background-color: #fff;
}

.btn_social_mail:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.btn_social:active:before {
  opacity: 0.7;
}

.btn_web-version {
  background-color: #f7931a;
  font-weight: 700;
  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: #284679;
}

.btn_web-version:active {
  background-color: #d6d6d6;
}

.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),
(min-resolution: 192dpi) {

  .btn_app-store,
  .btn_google-play {
    background-image: url(../images/get-it-on-google-play@2x.png);
  }
}

.btn_app-store:hover,
.btn_google-play:hover {
  background-color: #f7931a;
}

.btn_app-store {
  background-image: url(../images/app-store-btn.png);
  background-size: 139px 37px;
  background-position: calc(50% - 9px) center;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .btn_app-store {
    background-image: url(../images/app-store-btn@2x.png);
  }
}

.btn--download {
  line-height: 1;
}

.btn--download::before {
  content: "";
  flex: 0 0 auto;
  position: relative;
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
}

.page.os-desktop .btn--download::before {
  display: block;
}

.page.mac .btn--download::before {
  top: -2px;
  background-image: url(../images/icon-apple.svg);
}

.page.win .btn--download::before {
  top: -1px;
  background-image: url(../images/icon-windows.svg);
}

.btn--small-mobile {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 60px;
  height: 60px;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}

.btn--small-mobile.ios {
  background-image: url(../images/icon-appstore.svg);
}

.btn--small-mobile.android {
  background-image: url(../images/icon-google-play.png);
}

@media (max-width: 768px) {
  .btn--small-mobile {
    display: none;
  }
}

.page.mobile .btn--small-mobile {
  display: none;
}

.sharing-section {
  display: block;
  padding-top: 109px;
  padding-bottom: 109px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sharing-section {
    /*display: none;*/
    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;
  transform: translateY(-50%);
  z-index: 500;
}

@media screen and (max-width: 768px) {
  .sticky-sharing {
    display: none;
  }
}

.sticky-sharing .social-btns {
  max-width: 40px;
}

.sticky-sharing .social-btns>.social-btn {
  margin-right: 0;
  margin-bottom: 5px;
}

.sticky-sharing .social-btns__list {
  transform: none;
  left: -2px;
  top: auto;
  bottom: 44px;
}

.video-block {
  display: block;
  background-image: #000000d4;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .video-block {
    padding-top: 120px;
    padding-bottom: 66px;
  }
}

.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: #3a65ab;
  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: #284679;
  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: 400px;
  height: 314px;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-image: url(http://www.intellectsoftwares.com/images/Devesh-Negandhi.jpg); */
  background-image: url(../images/index.jpg);
  /* background-size: 435px 455px; */
  position: absolute;
  left: 600px;
  bottom: 0px;
  /* border-radius: 100%; */
}

@media (-webkit-min-device-pixel-ratio: 2),
(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),
(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),
(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;
    transform: translateX(-50%);
  }
}

.mobile-version__title {
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  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: #dddfe3;
  margin-bottom: 30px;
  width: 100%;
  max-width: 550px;
}

@media (max-width: 768px) {
  .mobile-version__text {
    max-width: none;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.mobile-version__btns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.mobile-version__btns .app-store-btn,
.mobile-version__btns .google-play-btn {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .mobile-version__btns {
    justify-content: center;
  }

  .mobile-version__btns .app-store-btn,
  .mobile-version__btns .google-play-btn {
    margin: 0 5px 20px;
  }
}

@media (max-width: 650px) {
  .mobile-version__btns {
    flex-direction: column;
    align-items: center;
  }

  .mobile-version__btns .app-store-btn,
  .mobile-version__btns .google-play-btn {
    margin: 0 5px 10px;
    width: 100%;
    max-width: 380px;
  }
}

.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: #284679;
}

.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;
  border: none;
  border-radius: 4px;
  transition: background-color 0.15s;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  .app-store-btn,
  .google-play-btn {
    background-image: url(../images/get-it-on-google-play@2x.png);
  }
}

.app-store-btn:hover,
.google-play-btn:hover {
  background-color: #f7931a;
}

.app-store-btn:active,
.google-play-btn:active {
  background-color: #255199;
}

@media (max-width: 768px) {

  .app-store-btn,
  .google-play-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.app-store-btn {
  background-image: url(../images/app-store-btn.png);
  background-size: 139px 37px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .app-store-btn {
    background-image: url(../images/app-store-btn@2x.png);
  }
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-links a,
.social-links svg {
  border: none;
}

.header__socials .social-links {
  margin-left: 10px;
}

.header__socials .social-link_fb i {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/fb-small.png);
  background-size: 18px;
  position: relative;
  top: -1px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .header__socials .social-link_fb i {
    /*background-image: url(../images/fb-small@2x.png);*/
  }
}

.header__socials .social-link_fb:hover i {
  background-image: url(../images/fb-small-hover.png);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .header__socials .social-link_fb:hover i {
    background-image: url(../images/fb-small-hover@2x.png);
  }
}

.header__socials .social-link_fb svg {
  display: none;
}

.header__socials .social-link_telegram svg #getcryptotab--chat-icons {
  fill: #31a5e0;
}

.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: #284679;
}

.feedback-link {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
}

.feedback-link a {
  color: #f7931a;
}

.feedback-link a:hover {
  color: #284679;
}

.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: #000;
  margin-bottom: 25px;
  font-weight: 700;
}

@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: #284679;
  text-decoration: none;
  font-weight: 700;
}

.community-section__text a:hover {
  color: #f7931a;
}

.community-section__btns {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .community-section__btns {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}

.community-section__img {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.community-section__img img {
  display: block;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .community-section__img {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }

  .community-section__img img {
    width: 100%;
    height: auto;
  }
}

.community-btn {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  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: #284679;
  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: #284679;
  border-color: #284679;
}

.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: flex;
  align-items: 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: 700;
  transition: all 0.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: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: -30px;
}

.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;
  }
}

.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: 700;
  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: 100%;
  max-width: 420px;
  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: 157px 37px;
  transition: background-color 0.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),
(min-resolution: 1.3dppx) {

  .mobile-info__content .app-store__link,
  .mobile-info__content .google-play__link {
    background-image: url(../images/google-play@2x.png);
  }
}

.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),
(min-resolution: 1.3dppx) {
  .mobile-info__content .app-store__link {
    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 (min-resolution: 1.3dppx) {
  .mobile-info__content--48 {
    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: flex;
  justify-content: center;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

.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: 0;
}

.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: 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: flex;
  align-items: 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: 700;
  transition: all 0.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: flex;
  width: 100%;
  max-width: 1090px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  .b-cards {
    flex-wrap: wrap;
    max-width: 540px;
  }
}

.b-card {
  display: block;
  max-width: 500px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  position: relative;
  text-decoration: none;
  padding-top: 315px;
  padding-bottom: 160px;
  position: relative;
  background-repeat: no-repeat;
}

.b-card:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 960px) {
  .b-card:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.b-card_webapp {
  background-image: url(../images/webapp-screen.png);
  background-position: top 65px center;
  background-size: 322px 223px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .b-card_webapp {
    background-image: url(../images/webapp-screen@2x.png);
  }
}

.b-card_browser {
  background-image: url(../images/macbook.png);
  background-position: top 60px center;
  background-size: 400px auto;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .b-card_browser {
    background-image: url(../images/macbook@2x.png);
  }
}

.b-card_mobile-browser {
  background-image: url(../images/mobile-screen.png);
  background-position: top 58px center;
  background-size: 217px 232px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .b-card_mobile-browser {
    background-image: url(../images/mobile-screen@2x.png);
  }
}

@media (max-width: 600px) {
  .b-card_mobile-browser {
    padding-bottom: 238px;
  }
}

.b-card:hover {
  border-color: #284679;
}

.b-card:hover .b-card__footer {
  border-color: #284679;
}

.b-card__label {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  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: 700;
}

.b-card__text {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #494949;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.b-card__footer {
  border-top: 1px solid #d6d6d6;
  padding-top: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.b-card__btn {
  margin-bottom: 30px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.b-card__btn--flex {
  display: flex;
  justify-content: center;
}

@media (max-width: 600px) {
  .b-card__btn--flex {
    display: block;
  }
}

.b-card__btn .btn {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 390px;
  font-weight: 700;
}

.b-card__btn .btn_app-store,
.b-card__btn .btn_google-play {
  max-width: 200px;
  min-width: 200px;
  margin: 0 10px;
}

@media (max-width: 600px) {

  .b-card__btn .btn_app-store,
  .b-card__btn .btn_google-play {
    display: block;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.b-card__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  height: auto;
  min-height: 60px;
  border-radius: 0 0 3px 3px;
  padding-left: 20px;
  padding-right: 20px;
}

.b-card__bottom img {
  max-width: 100%;
  height: auto;
}

@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: 0 0;
  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: flex;
  align-items: center;
  margin-bottom: 15px;
}

.first-section .btns>div {
  display: flex;
}

.first-section .btns .or {
  color: #494949;
  border-color: #d6d6d6;
  margin-left: 20px;
  margin-right: 20px;
}

.first-section .btns .btn_link {
  color: #284679;
  font-size: 16px;
}

.first-section .btns .btn_link:hover {
  color: #f7931a;
}

@media screen and (max-width: 768px) {
  .first-section .btns {
    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: inline-flex;
  flex-wrap: wrap;
  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: flex;
  align-items: center;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 790px;
  transform: none;
}

.first-section .screen img {
  vertical-align: top;
}

.first-section .screen-large {
  display: flex;
  flex-direction: column;
  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: 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: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .first-section .container {
    text-align: center;
  }
}

.first-section--column .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.logo-animated {
  display: block;
  height: 80px;
}

.logo-animated--browser svg {
  position: relative;
  width: 400px !important;
  height: 96px !important;
  top: -8px;
  left: -14px;
}

@media (max-width: 1280px) {
  .logo-animated {
    height: 60px;
  }

  .logo-animated--browser svg {
    width: 332px !important;
    top: -18px;
    left: 0;
  }
}

@media (max-width: 1150px) {
  .logo-animated {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .logo-animated {
    height: 60px;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .logo-animated--browser svg {
    height: 60px !important;
    top: 0;
    left: 0;
  }
}

@media (max-width: 330px) {
  .logo-animated--browser svg {
    height: 50px !important;
    top: 5px;
  }
}

@media (min-width: 1200px) {
  .header.fixed:not(.header--not-fixed) .logo-animated--browser svg {
    width: 332px !important;
    left: -10px;
  }
}

.rotator-animate {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  min-height: 106px;
  margin-bottom: 20px;
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 768px) {
  .rotator-animate {
    min-height: 76px;
  }
}

.rotator-animate__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 106px;
  text-align: center;
  font-size: 4vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.rotator-animate__item.static {
  position: static;
}

@media only screen and (max-width: 768px) {
  .rotator-animate__item {
    font-size: 32px;
    min-height: 76px;
  }
}

.rotator-animate .title {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 50px;
  opacity: 0;
}

@media (max-width: 767px) {
  .rotator-animate .title {
    line-height: 1.2;
  }
}

.rotator-animate .title.animated {
  opacity: 1;
}

@media (min-width: 769px) {
  .rotator-animate--left-col {
    margin-bottom: 80px;
  }

  .rotator-animate--left-col .rotator-animate__item {
    text-align: left;
    justify-content: flex-start;
  }

  .rotator-animate--left-col .rotator-animate__item .title {
    font-size: 54px;
    line-height: 72px;
    text-align: left;
  }
}

.coins {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  z-index: -1;
  height: 100%;
}

.coins_black {
  background-color: #000;
}

.coins:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  position: absolute;
  z-index: 990;
}

.coin {
  position: absolute;
  opacity: 0.7;
  animation: cascade-down cubic-bezier(0.33333, 0, 0.66667, 0.33333);
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  background-image: url(../images/coin.svg);
  display: block;
  background-size: contain;
  min-width: 25px;
  min-height: 25px;
}

.coin:nth-child(1) {
  left: 8.33%;
  top: -100px;
  animation-delay: 900ms;
  animation-duration: 2.7s;
  width: 36px;
  height: 36px;
}

.coin:nth-child(2) {
  left: 16.66%;
  top: -100px;
  animation-delay: 1800ms;
  animation-duration: 3.6s;
  width: 30px;
  height: 30px;
}

.coin:nth-child(3) {
  left: 24.99%;
  top: -100px;
  animation-delay: 3000ms;
  animation-duration: 1.8s;
  width: 6px;
  height: 6px;
}

.coin:nth-child(4) {
  left: 33.32%;
  top: -100px;
  animation-delay: 300ms;
  animation-duration: 1.8s;
  width: 48px;
  height: 48px;
}

.coin:nth-child(5) {
  left: 41.65%;
  top: -100px;
  animation-delay: 1500ms;
  animation-duration: 3.6s;
  width: 48px;
  height: 48px;
}

.coin:nth-child(6) {
  left: 49.98%;
  top: -100px;
  animation-delay: 2100ms;
  animation-duration: 2.7s;
  width: 18px;
  height: 18px;
}

.coin:nth-child(7) {
  left: 58.31%;
  top: -100px;
  animation-delay: 2700ms;
  animation-duration: 3.6s;
  width: 30px;
  height: 30px;
}

.coin:nth-child(8) {
  left: 66.64%;
  top: -100px;
  animation-delay: 2400ms;
  animation-duration: 2.7s;
  width: 60px;
  height: 60px;
}

.coin:nth-child(9) {
  left: 74.97%;
  top: -100px;
  animation-delay: 1500ms;
  animation-duration: 2.7s;
  width: 54px;
  height: 54px;
}

.coin:nth-child(10) {
  left: 83.3%;
  top: -100px;
  animation-delay: 2700ms;
  animation-duration: 3.6s;
  width: 54px;
  height: 54px;
}

.coin:nth-child(11) {
  left: 91.63%;
  top: -100px;
  animation-delay: 1800ms;
  animation-duration: 1.8s;
  width: 30px;
  height: 30px;
}

.coin:nth-child(12) {
  left: 99.96%;
  top: -100px;
  animation-delay: 3000ms;
  animation-duration: 2.7s;
  width: 48px;
  height: 48px;
}

@keyframes cascade-down {
  0% {
    transform: translateY(0, -8px);
  }

  25% {
    transform: translateY(0, 2vh);
  }

  50% {
    transform: translateY(0, 4vh);
  }

  75% {
    transform: translateY(0, 16vh);
  }

  100% {
    transform: translate(0, 103vh);
    opacity: 0;
  }
}

.calc {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  margin-bottom: 106px;
}

.calc__row {
  display: flex;
  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: 700;
  font-size: 36px;
  line-height: 49px;
  color: #000;
}

@media (max-width: 768px) {
  .calc__label {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .calc__label-num {
    position: static;
    line-height: 1;
    margin-top: -4px;
    margin-left: 10px;
  }
}

.calc input[type="range"] {
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  max-width: 320px;
}

.calc input[type="range"]:focus {
  outline: none;
}

.calc input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background-color: #d6d6d6;
  border-radius: 3px;
}

.calc input[type="range"]::-webkit-slider-thumb {
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  border: 6px solid #284679;
  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 #284679;
}

.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 #284679;
  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;
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  /* border-radius: 4px;
  border: 1px solid silver; */
  text-decoration: none;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}

.card:hover:not(.card_form) .card__title {
  color: #284679;
}

.card:before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(-180deg,
      rgba(255, 255, 255, 0) 0%,
      #fff 65%);
}

.card__title {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
}

.card .title {
  font-size: 32px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

.card__body {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.card-container {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 530px);
}

.card_form {
  width: 100%;
  max-width: 450px;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  height: auto;
}

.card_form .form {
  padding-bottom: 40px;
  margin-bottom: 0;
  border: none;
}

.card_form p {
  font-size: 14px;
  line-height: 22px;
  color: #494949;
}

.card_success {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 10px;
  width: 100%;
  max-width: 450px;
}

.card_success .card__body {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card_success .card__body h2 {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #000;
}

.card_error {
  text-align: center;
  max-width: 550px;
  padding: 40px 30px 30px;
  margin: 0 auto;
}

.card_error .card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 290px;
}

.card_error .icon {
  margin-bottom: 20px;
}

.card_error .error-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.card_error .error-title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.1px;
  font-weight: 700;
  margin-bottom: 40px;
}

.card_error .btn {
  margin-top: auto;
  width: 220px;
  text-align: center;
}

.halloween-preloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 501;
  background-color: #f7931a;
  animation-duration: 1.5s;
}

.halloween-preloading .halloween-bats {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.halloween-preloading .halloween-face {
  max-width: 100%;
  max-height: 100%;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.halloween-preloading .halloween-face.showing {
  animation: h_zoom 3s 0s ease-in;
}

.halloween-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.halloween-container .hidden {
  visibility: hidden;
}

.halloween-container--page {
  position: relative;
  height: auto;
  display: block;
  z-index: 98;
}

.halloween-container--page .halloween-bats {
  position: relative;
}

.halloween-container--page .halloween-bats .layer {
  animation-duration: 0.7s;
  animation-delay: 1s;
}

.halloween-bats {
  position: absolute;
  height: 100%;
  width: 100%;
}

.halloween-bats .layer {
  position: absolute;
  width: 100%;
  height: 100%;
}

.halloween-bats .layer img {
  position: absolute;
  z-index: 103;
}

@media (max-width: 600px) {
  .halloween-bats .layer img {
    transform: scale(0.5);
  }
}

.halloween-bats .layer.bat-1 {
  animation-delay: 0.5s;
}

.halloween-bats .layer.bat-1 img {
  top: 97px;
  left: 105px;
}

@media (max-width: 600px) {
  .halloween-bats .layer.bat-1 img {
    left: 50px;
  }
}

.halloween-bats .layer.bat-2 {
  animation-delay: 0.6s;
}

.halloween-bats .layer.bat-2 img {
  top: 50px;
  right: 231px;
}

@media (max-width: 600px) {
  .halloween-bats .layer.bat-2 img {
    right: 50px;
  }
}

.halloween-bats .layer.bat-3 {
  animation-delay: 0.7s;
}

.halloween-bats .layer.bat-3 img {
  top: 554px;
  left: 90px;
}

@media (max-width: 600px) {
  .halloween-bats .layer.bat-3 img {
    left: 20px;
  }
}

.halloween-bats .layer.bat-4 {
  animation-delay: 0.8s;
}

.halloween-bats .layer.bat-4 img {
  top: 522px;
  right: 90px;
}

@media (max-width: 600px) {
  .halloween-bats .layer.bat-4 img {
    right: 20px;
  }
}

.halloween-bats .layer.bat-5 {
  animation-delay: 0.9s;
}

.halloween-bats .layer.bat-5 img {
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
}

.halloween-bats .layer.bat-6 {
  animation-delay: 0.5s;
}

.halloween-bats .layer.bat-6 img {
  top: 9px;
  right: 271px;
}

@media (max-width: 370px) {
  .halloween-bats .layer.bat-6 img {
    right: auto;
    left: 30px;
  }
}

.halloween-bats .layer.bat-7 {
  animation-delay: 1s;
}

.halloween-bats .layer.bat-7 img {
  top: 125px;
  left: 50%;
  margin-left: -150px;
}

.halloween-bats .layer.bat-8 {
  animation-delay: 1.5s;
}

.halloween-bats .layer.bat-8 img {
  top: 116px;
  right: 50%;
  margin-right: -150px;
}

.halloween-bats .layer.bat-9 {
  animation-delay: 2s;
}

.halloween-bats .layer.bat-9 img {
  top: 411px;
  left: 47px;
}

.halloween-bats .layer.bat-10 {
  animation-delay: 2.5s;
}

.halloween-bats .layer.bat-10 img {
  top: 685px;
  right: 65px;
}

@media (max-width: 400px) {
  .halloween-bats .layer.bat-10 img {
    right: 40px;
  }
}

@keyframes h_zoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  60% {
    transform: scale(50);
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.notification-overlay {
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s 0s;
}

@media (max-width: 500px) {
  .notification-overlay {
    display: none;
  }
}

.notification-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.5s 0s;
}

.notification-overlay__content {
  position: absolute;
  top: 240px;
  left: 206px;
}

.notification-overlay__content p {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  padding: 15px 15px 15px 20px;
  border-radius: 3px;
}

.notification-overlay__content p b {
  font-weight: 700;
}

.notification-overlay__arrow {
  position: absolute;
  top: -107px;
  left: 166px;
}

.notification-overlay__arrow img {
  vertical-align: top;
}

.page.win.chrome .notification-overlay__content {
  left: 90px;
}

.page.win.chrome.page_en .notification-overlay__content {
  left: 120px;
}

.page.win.chrome.page_ru .notification-overlay__arrow {
  left: 75px;
}

.page.opera .notification-overlay__content {
  top: 260px;
  left: 56px;
}

.page.opera .notification-overlay__arrow {
  left: 76px;
}

.page.opera.win .notification-overlay__content {
  left: 190px;
}

.page.opera.win.page_en .notification-overlay__content {
  left: 238px;
}

.page.firefox .notification-overlay__content {
  top: 230px;
  left: 335px;
}

.page.firefox.win .notification-overlay__content {
  left: 190px;
}

.page.edge .notification-overlay__content {
  top: auto;
  bottom: 180px;
  left: calc(50% - 200px);
}

.page.edge .notification-overlay__arrow {
  top: auto;
  left: 404px;
  bottom: -107px;
  transform-origin: center center;
  transform: rotateX(180deg) rotateY(180deg);
}

.top-notification__container {
  display: block;
  text-decoration: none;
  color: inherit;
}

.top-notification--spring20 {
  position: relative;
  z-index: 102;
  padding-right: 80px;
  padding-left: 20px;
  background-image: url(../images/spring20-promo-bar_bg_results.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

@media (max-width: 767px) {
  .top-notification--spring20 {
    background-image: url(../images/spring20-promo-bar_bg-mobile_results.jpg);
  }
}

.top-notification--spring20:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.top-notification--spring20 .top-notification__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-notification--spring20 .top-notification__container .btn_primary {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  height: 34px;
  font-size: 11px;
  line-height: 34px;
  width: auto;
  display: inline-block;
  padding: 0 15px;
  font-weight: 700;
  min-width: auto;
}

.top-notification--spring20 .top-notification__flex {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-notification--spring20 .top-notification__img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
  height: 36px;
  margin-right: 10px;
}

.top-notification--spring20 .top-notification__img .spring-flower-icon {
  position: relative;
  top: 5px;
  min-width: 125px;
  height: 125px;
}

.top-notification--spring20 .top-notification__close {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 20px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  transition: all 0.2s;
}

.top-notification--spring20 .top-notification__close:hover {
  background-color: #f7931a;
}

.top-notification--spring20 .top-notification__close:active {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
}

.top-notification--spring20 .top-notification__close:before,
.top-notification--spring20 .top-notification__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: rotate(45deg);
}

.top-notification--spring20 .top-notification__close:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}

.top-notification--spring20 .top-notification__close:after {
  margin-top: -6px;
  margin-left: -1px;
  height: 12px;
  width: 2px;
}

.top-notification--spring20 .top-notification__text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  margin-right: 160px;
}

.top-notification--spring20 .top-notification__text p {
  opacity: 0.8;
}

.top-notification--spring20 .top-notification__text b {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .top-notification--spring20 .top-notification__text {
    margin-right: 100px;
  }
}

@media (max-width: 1000px) {
  .top-notification--spring20 .top-notification__text {
    margin-right: 40px;
  }
}

.top-notification--spring20 .top-notification__parts {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1420px) {
  .top-notification--spring20 .top-notification__parts {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
}

.top-notification--spring20 .top-notification__parts-l {
  position: absolute;
  top: 0;
  left: -42px;
}

.top-notification--spring20 .top-notification__parts-r {
  position: absolute;
  bottom: 0;
  right: -70px;
}

@media (max-width: 767px) {
  .top-notification--spring20 .top-notification {
    box-shadow: none;
  }

  .top-notification--spring20 .top-notification__container .btn {
    display: none;
  }

  .top-notification--spring20 .top-notification__flex {
    padding-right: 30px;
  }

  .top-notification--spring20 .top-notification__text {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .top-notification--spring20 .top-notification__close {
    top: 6px;
    right: 6px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0.6;
  }

  .top-notification--spring20 .top-notification__text {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
  }

  .top-notification--spring20 .top-notification__text b {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }

  .top-notification--spring20 .top-notification__img {
    flex: 0 0 auto;
    max-width: 20px;
  }

  .top-notification--spring20 .top-notification__img .spring-flower-icon {
    top: 0;
    left: -20px;
    min-width: 100px;
    height: 100px;
  }

  .top-notification--spring20 .top-notification__flex {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .top-notification--spring20 {
    box-shadow: none;
  }
}

@media (max-width: 600px) {
  .top-notification--spring20 {
    padding: 0;
  }
}

.popup-spring20 {
  -webkit-overflow-scrolling: touch;
}

.popup-spring20:before {
  display: none !important;
}

.popup-spring20 .popup__container {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-spring20 .popup__footer {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

.popup-spring20 .content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}

.popup-spring20 .content strong {
  display: inline-block;
  font-weight: 700;
}

.popup-spring20 .content p {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
  margin-bottom: 40px;
}

.popup-spring20 .content p b {
  font-weight: 700;
}

.popup-spring20 .img {
  position: relative;
}

.popup-spring20 .img .spring-flower-icon-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  width: 200px;
  height: 200px;
}

.popup-spring20 .subtitle {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  margin-bottom: 10px;
}

.popup-spring20 .subtitle b {
  font-weight: 700;
}

.popup-spring20 .info {
  padding: 20px 40px 10px;
}

.popup-spring20 .btn {
  margin-bottom: 20px;
}

.popup-spring20 .btn_link {
  margin-right: 20px;
}

.popup-spring20 .btn_primary {
  width: 100%;
  max-width: 300px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}

@media (max-width: 550px) {
  .popup-spring20 .popup__footer {
    flex-direction: column;
  }

  .popup-spring20 .btn_link {
    margin-right: 0;
  }

  .popup-spring20 .btn_primary {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .popup-spring20 .content p {
    font-size: 16px;
    line-height: 20px;
  }

  .popup-spring20 .info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-spring20 .subtitle {
    font-size: 22px;
    line-height: 28px;
  }

  .popup-spring20 .subtitle:before {
    width: 35px;
    height: 35px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.top-notification--autumn19 {
  position: relative;
  z-index: 102;
  padding-right: 80px;
  padding-left: 20px;
  background-image: url(../images/top-notification_autumn19_bg_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.top-notification--autumn19 .top-notification__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-notification--autumn19 .top-notification__container .btn_primary {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  height: 34px;
  font-size: 11px;
  line-height: 34px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}

.top-notification--autumn19 .top-notification__flex {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-notification--autumn19 .top-notification__img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-right: 30px;
}

.top-notification--autumn19 .top-notification__img .sunny-btc {
  width: 150px;
  height: 150px;
}

.top-notification--autumn19 .top-notification__close {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 20px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  transition: all 0.2s;
}

.top-notification--autumn19 .top-notification__close:hover {
  background-color: #f7931a;
}

.top-notification--autumn19 .top-notification__close:active {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
}

.top-notification--autumn19 .top-notification__close:before,
.top-notification--autumn19 .top-notification__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: rotate(45deg);
}

.top-notification--autumn19 .top-notification__close:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}

.top-notification--autumn19 .top-notification__close:after {
  margin-top: -6px;
  margin-left: -1px;
  height: 12px;
  width: 2px;
}

.top-notification--autumn19 .top-notification__text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  margin-right: 160px;
}

.top-notification--autumn19 .top-notification__text b {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .top-notification--autumn19 .top-notification__text {
    margin-right: 100px;
  }
}

@media (max-width: 1000px) {
  .top-notification--autumn19 .top-notification__text {
    margin-right: 40px;
  }
}

.top-notification--autumn19 .top-notification__parts {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1420px) {
  .top-notification--autumn19 .top-notification__parts {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
}

.top-notification--autumn19 .top-notification__parts-l {
  position: absolute;
  top: 0;
  left: -42px;
}

.top-notification--autumn19 .top-notification__parts-r {
  position: absolute;
  bottom: 0;
  right: -70px;
}

@media (max-width: 767px) {
  .top-notification--autumn19 .top-notification {
    box-shadow: none;
  }

  .top-notification--autumn19 .top-notification__container .btn {
    display: none;
  }

  .top-notification--autumn19 .top-notification__flex {
    padding-right: 30px;
  }

  .top-notification--autumn19 .top-notification__text {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .top-notification--autumn19 .top-notification__close {
    top: 6px;
    right: 6px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0.6;
  }

  .top-notification--autumn19 .top-notification__text {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
  }

  .top-notification--autumn19 .top-notification__text b {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }

  .top-notification--autumn19 .top-notification__img {
    flex: 0 0 auto;
    max-width: 64px;
    margin-right: 15px;
  }

  .top-notification--autumn19 .top-notification__img img {
    max-width: 100%;
  }

  .top-notification--autumn19 .top-notification__flex {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .top-notification--autumn19 {
    box-shadow: none;
  }
}

@media (max-width: 600px) {
  .top-notification--autumn19 {
    padding: 0;
  }
}

.top-notification--christmas2020 {
  position: relative;
  z-index: 102;
  padding-right: 80px;
  padding-left: 20px;
  background-image: url(../images/img-snow-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.top-notification--christmas2020 .top-notification__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-notification--christmas2020 .top-notification__container .btn_primary {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  height: 34px;
  font-size: 11px;
  line-height: 34px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}

.top-notification--christmas2020 .top-notification__flex {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-notification--christmas2020 .top-notification__img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-right: 30px;
}

.top-notification--christmas2020 .top-notification__img .sunny-btc {
  width: 150px;
  height: 150px;
}

.top-notification--christmas2020 .top-notification__close {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 20px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  transition: all 0.2s;
}

.top-notification--christmas2020 .top-notification__close:hover {
  background-color: #f7931a;
}

.top-notification--christmas2020 .top-notification__close:active {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
}

.top-notification--christmas2020 .top-notification__close:before,
.top-notification--christmas2020 .top-notification__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: rotate(45deg);
}

.top-notification--christmas2020 .top-notification__close:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}

.top-notification--christmas2020 .top-notification__close:after {
  margin-top: -6px;
  margin-left: -1px;
  height: 12px;
  width: 2px;
}

.top-notification--christmas2020 .top-notification__text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  margin-right: 160px;
}

.top-notification--christmas2020 .top-notification__text b {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .top-notification--christmas2020 .top-notification__text {
    margin-right: 100px;
  }
}

@media (max-width: 1000px) {
  .top-notification--christmas2020 .top-notification__text {
    margin-right: 40px;
  }
}

.top-notification--christmas2020 .top-notification__parts {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1420px) {
  .top-notification--christmas2020 .top-notification__parts {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
}

.top-notification--christmas2020 .top-notification__parts-l {
  position: absolute;
  top: 0;
  left: -42px;
}

.top-notification--christmas2020 .top-notification__parts-r {
  position: absolute;
  bottom: 0;
  right: -70px;
}

@media (max-width: 767px) {
  .top-notification--christmas2020 .top-notification {
    box-shadow: none;
  }

  .top-notification--christmas2020 .top-notification__container .btn {
    display: none;
  }

  .top-notification--christmas2020 .top-notification__flex {
    padding-right: 30px;
  }

  .top-notification--christmas2020 .top-notification__text {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .top-notification--christmas2020 .top-notification__close {
    top: 6px;
    right: 6px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0.6;
  }

  .top-notification--christmas2020 .top-notification__text {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
  }

  .top-notification--christmas2020 .top-notification__text b {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }

  .top-notification--christmas2020 .top-notification__img {
    flex: 0 0 auto;
    max-width: 64px;
    margin-right: 15px;
  }

  .top-notification--christmas2020 .top-notification__img img {
    max-width: 100%;
  }

  .top-notification--christmas2020 .top-notification__flex {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .top-notification--christmas2020 {
    box-shadow: none;
  }
}

@media (max-width: 600px) {
  .top-notification--christmas2020 {
    padding: 0;
  }
}

.popup-autumn19 {
  -webkit-overflow-scrolling: touch;
}

.popup-autumn19:before {
  display: none !important;
}

.popup-autumn19 .popup__container {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-autumn19 .popup__footer {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

.popup-autumn19 .content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}

.popup-autumn19 .content p {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
  margin-bottom: 37px;
}

.popup-autumn19 .content p b {
  font-weight: 700;
}

.popup-autumn19 .img {
  position: relative;
}

.popup-autumn19 .img .sunny-btc {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -120px;
  width: 240px;
  height: 240px;
}

.popup-autumn19 .subtitle {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  margin-bottom: 10px;
}

.popup-autumn19 .subtitle b {
  font-weight: 700;
}

.popup-autumn19 .info {
  padding: 20px 40px 10px;
}

.popup-autumn19 .btn {
  margin-bottom: 20px;
}

.popup-autumn19 .btn_link {
  margin-right: 20px;
}

.popup-autumn19 .btn_primary {
  width: 100%;
  max-width: 300px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}

@media (max-width: 550px) {
  .popup-autumn19 .popup__footer {
    flex-direction: column;
  }

  .popup-autumn19 .btn_link {
    margin-right: 0;
  }

  .popup-autumn19 .btn_primary {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .popup-autumn19 .content p {
    font-size: 16px;
    line-height: 20px;
  }

  .popup-autumn19 .info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-autumn19 .subtitle {
    font-size: 22px;
    line-height: 28px;
  }

  .popup-autumn19 .subtitle:before {
    width: 35px;
    height: 35px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.top-notification--summer19 {
  position: relative;
  z-index: 98;
  padding-right: 80px;
  padding-left: 20px;
  background-image: url(../images/top-notification_summer19_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

@media (max-width: 767px) {
  .top-notification--summer19 {
    display: none;
  }
}

.top-notification--summer19 .top-notification__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-notification--summer19 .top-notification__container .btn_primary {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  height: 34px;
  font-size: 11px;
  line-height: 34px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}

.top-notification--summer19 .top-notification__flex {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-notification--summer19 .top-notification__img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}

.top-notification--summer19 .top-notification__img .sunny-btc {
  width: 150px;
  height: 150px;
}

.top-notification--summer19 .top-notification__close {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 20px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  transition: all 0.2s;
}

.top-notification--summer19 .top-notification__close:hover {
  background-color: #f7931a;
}

.top-notification--summer19 .top-notification__close:active {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
}

.top-notification--summer19 .top-notification__close:before,
.top-notification--summer19 .top-notification__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: rotate(45deg);
}

.top-notification--summer19 .top-notification__close:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}

.top-notification--summer19 .top-notification__close:after {
  margin-top: -6px;
  margin-left: -1px;
  height: 12px;
  width: 2px;
}

.top-notification--summer19 .top-notification__text {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-right: 30px;
}

.top-notification--summer19 .top-notification__text b {
  font-weight: 700;
}

.top-notification--summer19 .top-notification__parts {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1420px) {
  .top-notification--summer19 .top-notification__parts {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
}

.top-notification--summer19 .top-notification__parts-l {
  position: absolute;
  top: 0;
  left: -50px;
}

.top-notification--summer19 .top-notification__parts-r {
  position: absolute;
  bottom: 0;
  right: -253px;
}

.popup-summer19 {
  -webkit-overflow-scrolling: touch;
}

.popup-summer19:before {
  display: none !important;
}

.popup-summer19 .popup__container {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-summer19 .popup__footer {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

.popup-summer19 .content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}

.popup-summer19 .content p {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
  margin-bottom: 37px;
}

.popup-summer19 .content p b {
  font-weight: 700;
}

.popup-summer19 .img {
  position: relative;
}

.popup-summer19 .img .sunny-btc {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -120px;
  width: 240px;
  height: 240px;
}

.popup-summer19 .subtitle {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  margin-bottom: 10px;
}

.popup-summer19 .subtitle b {
  font-weight: 700;
}

.popup-summer19 .info {
  padding: 20px 40px 10px;
}

.popup-summer19 .btn {
  margin-bottom: 20px;
}

.popup-summer19 .btn_link {
  margin-right: 20px;
}

.popup-summer19 .btn_primary {
  width: 100%;
  max-width: 300px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}

@media (max-width: 550px) {
  .popup-summer19 .popup__footer {
    flex-direction: column;
  }

  .popup-summer19 .btn_link {
    margin-right: 0;
  }

  .popup-summer19 .btn_primary {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .popup-summer19 .content p {
    font-size: 16px;
    line-height: 20px;
  }

  .popup-summer19 .info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-summer19 .subtitle {
    font-size: 22px;
    line-height: 28px;
  }

  .popup-summer19 .subtitle:before {
    width: 35px;
    height: 35px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 540px) {
  .why__item {
    margin-bottom: 0;
  }

  .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;*/
    width: auto;
    margin-left: unset;
    margin-right: auto;
    align-items: flex-end;
  }

  .why__item_browser .why__img img {
    /*width: 228px;
        height: 153px;*/
    width: auto;
    height: auto;
  }

  .why__item {
    padding-top: 65px;
  }

  .why__img_exp img {
    /*width: 247px;
        height: 145px;*/
    width: auto;
    height: auto;
  }

  .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: 400;
  }

  .page_theme_black .desc {
    font-size: 13px;
    line-height: 15px;
  }

  .page_theme_black .desc_big {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
  }

  .page_theme_black .referred {
    font-size: 12px;
    line-height: 14px;
  }

  .page_theme_black .social-btns {
    max-width: 310px;
    justify-content: center;
  }

  .page_theme_black .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 #284679;
    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;
  }

  .speedbox {
    margin: 30px auto 10px;
    height: 120px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .speedbox.animated .speedbox-sm__score {
    animation-duration: 2s;
    animation-name: score_anim;
    animation-iteration-count: 1;
  }

  .speedbox.animated .speedbox-sm__pointer {
    animation-duration: 2s;
    animation-name: pointer_anim;
    animation-iteration-count: 1;
  }

  .speedbox__groove {
    height: 100px;
    width: 200px;
    background: 0 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border: 10px solid #d6d6d6;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
  }

  .speedbox__score {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-45deg);
    height: 200px;
    width: 200px;
    background: 0 0;
    border-radius: 50%;
    border: 10px solid #284679;
    border-color: transparent transparent #284679 #284679;
    box-sizing: border-box;
    z-index: 1;
    transition: 1s ease-in;
  }

  .speedbox__score_rookie {
    border-color: transparent transparent #284679 #284679;
  }

  .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: #fff;
    position: relative;
    top: 100px;
    z-index: 20;
  }

  .speedbox__odo {
    text-align: center;
    position: absolute;
    color: #5c6f7b;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
  }

  .speedbox__odo i {
    font-size: 13px;
    opacity: 0.6;
  }

  .speedbox__odo>div {
    margin-bottom: 0;
  }

  .speedbox__odo span {
    font-size: 0.7em;
  }

  .speedbox__pointer {
    display: block;
    width: 148px;
    height: 148px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -74px;
    margin-top: -74px;
    background-image: url(../images/pointer-sm.png);
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 74px 29px;
    z-index: 100;
    transform: rotate(0deg);
    transition: 1s ease-in;
  }

  .speedbox+.referred {
    text-align: center;
    margin-bottom: 25px;
  }

  .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%;
    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 #284679;
  }

  .btn_social_mail:active {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
  }

  .btn_social_mail:active:before {
    opacity: 0.7;
  }

  .burger {
    display: block;
  }

  .container_promo .header {
    padding-top: 0;
    margin-bottom: 70px;
  }

  .container_promo .promo {
    width: 100%;
    position: static;
    transform: rotate(0);
    margin-bottom: 10px;
  }

  .countdown {
    margin-right: 0;
  }

  .container_promo .header__navbar .countdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 160px;
  }

  .container__text h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .page_promo .countdown {
    display: inline-block;
  }

  .page_promo .header__navbar .lang {
    margin-left: auto;
    margin-right: auto;
  }

  .page_promo .header__navbar {
    display: block;
    text-align: center;
  }

  .page_promo .header__lang {
    margin-top: 10px;
  }

  .logo {
    width: auto;
    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: flex;
    flex-direction: column;
    width: 100%;
  }

  .first__group .btn {
    margin-bottom: 15px;
  }

  .first__screen-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .first__screen-store {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    border: 1px solid #d6d6d6;
    font-size: 16px;
    line-height: 17px;
    color: #494949;
    padding: 20px;
    border-radius: 2px;
  }

  .first__screen-store .store-links {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    justify-content: center;
  }

  .first__screen-store .store-links .store_android {
    display: none;
  }

  .first__group .btn,
  .first__group .more-link {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .first__group .btn_plus {
    display: none;
  }

  .first__screen .trust {
    order: 2;
    margin-bottom: 0;
    text-align: center;
  }

  .first__screen .more-link {
    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: auto;
    height: 40px;
  }

  .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%;
    transform: translateX(-50%);
    bottom: -10px;
  }

  .fourth__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 45px;
  }

  .fourth__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 23px;
  }

  .fourth .store-links {
    justify-content: center;
  }

  .fourth .store {
    border-color: #fff;
  }

  .fourth .store_android {
    display: none;
  }

  .fourth .btn {
    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;
  }

  .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;
    box-shadow: 0 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: 400;
  }

  .graph__text {
    margin-left: 38px;
    position: static;
    max-width: none;
  }

  .bucks {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    text-align: center;
  }

  .fifth {
    padding-bottom: 20px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .fifth__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 15px;
    max-width: none;
  }

  .fifth__description {
    font-size: 16px;
    line-height: 22px;
    max-width: none;
  }

  .fifth__row {
    min-height: 0;
  }

  .fifth__row_monero2btc:before {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 300px;
    height: 239px;
    margin-top: 0;
    margin-bottom: 30px;
    transform: translateX(-30px);
  }

  .fifth__row_hardware {
    padding-top: 180px;
    background-size: 120px;
    background-position: center 30px;
    height: auto;
  }

  .fifth__row_monero2btc .fifth__title,
  .fifth__row_monero2btc .fifth__description {
    margin-left: 0;
  }

  .fifth__row_hardware .fifth__title,
  .fifth__row_hardware .fifth__description {
    margin-right: 0;
  }

  .sixth {
    padding-top: 40px;
    padding-bottom: 45px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .sixth__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 15px;
  }

  .sixth__description {
    font-size: 16px;
    line-height: 22px;
  }

  .sixth__hurry {
    line-height: 36px;
  }

  .howto {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
  }

  .list__item {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .faq {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .faq__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }

  .card:nth-child(n + 3) {
    display: none;
  }

  .card__title {
    line-height: 25px;
    margin-bottom: 15px;
  }

  .card__body {
    font-size: 14px;
    line-height: 16px;
  }

  .faq__cards {
    margin-bottom: 10px;
  }

  .faq__all {
    font-size: 16px;
    line-height: 17px;
  }

  .join {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 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 {
    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);
    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: 700;
    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 (min-resolution: 192dpi) {
  .getaccess {
    background-image: url(../images/affiliate_cover_mobile@2x.png);
  }
}

@media screen and (max-width: 768px) {
  .getaccess .title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .getaccess .description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .getaccess .btn {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .getaccess .note {
    display: block;
  }
}

@media 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 {
    justify-content: center;
  }

  .join_girl .join__content,
  .join_man .join__content {
    margin-left: 0;
    max-width: none;
    text-align: center;
    align-items: center;
  }

  .join_girl .join__content:before,
  .join_man .join__content:before {
    display: none;
  }

  .bform {
    width: 100%;
  }

  .bform__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .page_generator .container__text {
    padding-left: 28px;
    padding-right: 28px;
  }

  .bform__col+.bform__col {
    margin-top: 15px;
  }

  .footer {
    padding-top: 0;
    position: relative;
  }

  .footer__content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .footer__bottom .footer__content {
    padding-top: 0;
  }

  .footer .lang {
    position: absolute;
    top: 25px;
    right: 20px;
  }

  .footer__btns {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 4;
  }

  .footer__btns .fb-like {
    margin-bottom: 0;
  }

  .footer__store-links {
    order: 2;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .footer .menu {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }

  .footer .menu__item,
  .footer .menu__label {
    text-align: left;
  }

  .footer .menu__item_join {
    justify-content: flex-start;
  }

  .footer__social-links {
    display: flex;
    order: 3;
    color: #757575;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 12px;
  }

  .footer__menu {
    flex-direction: column;
    width: auto;
  }

  .footer .store-links {
    max-width: 182px;
  }

  .footer .store-links+span {
    display: block;
  }

  .page_ru .menu__item_join {
    margin-left: 0;
  }

  .fourth .store-btns {
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
  }

  .fourth .store-btn {
    max-width: 350px;
  }

  .features {
    margin-bottom: 30px;
  }

  .features__item:after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background-color: #d8d8d8;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .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;*/
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 380px) {
  .footer__logo {
    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;
  }
}

.google-play {
  display: block;
  margin-bottom: 30px;
}

.google-play:last-child {
  margin-bottom: 0;
}

.google-play__title {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  color: #000;
  font-weight: 700;
  max-width: 420px;
  margin: 0 auto 15px;
}

.google-play__label {
  max-width: 420px;
  margin: 0 auto 15px;
  text-align: left;
  font-size: 16px;
  line-height: 1;
}

.google-play__label span {
  margin-right: 10px;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: 700;
}

.google-play__link {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  background-image: url(../images/get-it-on-google-play@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  background-size: 157px 37px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .google-play__link {
    background-image: url(../images/get-it-on-google-play@2x.png);
  }
}

.google-play__link:hover {
  background-color: #f7931a;
}

.google-play__link--inverse {
  background-color: #fff;
  background-size: 157px 37px;
  background-image: url(../../images/google-play_black.png);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .google-play__link--inverse {
    background-image: url(../../images/google-play_black@2x.png);
  }
}

.google-play.basic .google-play__label span {
  color: #757575;
}

.google-play.basic .google-play__link:not(:hover) {
  background-color: #284679;
}

.google-play.pro .google-play__label span {
  color: #f7931a;
}

.app-store {
  display: block;
  margin-bottom: 30px;
}

.app-store:last-child {
  margin-bottom: 0;
}

.app-store__title {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}

.app-store__link {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  background-image: url(../images/app-store-btn_2@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  background-size: 157px 37px;
}

.app-store__link:hover {
  background-color: #f7931a;
}

.app-store__link--inverse {
  background-color: #fff;
  background-size: 138px 36px;
  background-image: url(../../images/app-store-btn_black.png);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .app-store__link--inverse {
    background-image: url(../../images/app-store-btn_black@2x.png);
  }
}

.android-pro-features {
  max-width: 420px;
  text-align: left;
  margin: 0 auto 20px;
}

.android-pro-features__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 27px;
}

.android-pro-features__list {
  list-style: none;
}

.android-pro-features__list li {
  position: relative;
  color: #494949;
  font-size: 14px;
  line-height: 24px;
  padding-left: 36px;
  margin-bottom: 15px;
}

.android-pro-features__list li b {
  font-weight: 700;
}

.android-pro-features__list li:last-child {
  margin-bottom: 0;
}

.android-pro-features__list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.android-pro-features__list li.boost:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjInIGhlaWdodD0nMjInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48Y2lyY2xlIGZpbGw9JyM0Mjg1RjQnIGN4PScxMScgY3k9JzExJyByPScxMScvPjxwYXRoIGZpbGw9JyNGRkYnIGQ9J00xMi4zNzUgMi43NWwtNS41IDkuNjI1SDExTDkuNjI1IDE5LjI1bDUuNS05LjYyNUgxMXonLz48L2c+PC9zdmc+);
}

.android-pro-features__list li.sdp:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjInIGhlaWdodD0nMTInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48cmVjdCBzdHJva2U9JyM3NTc1NzUnIHg9Jy41JyB5PScuNScgd2lkdGg9JzE5JyBoZWlnaHQ9JzExJyByeD0nMicvPjxwYXRoIGQ9J00yMSAzYTEgMSAwIDAxMSAxdjRhMSAxIDAgMDEtMSAxVjN6JyBmaWxsPScjNzU3NTc1Jy8+PHJlY3QgZmlsbD0nIzM3Q0MzMycgeD0nMicgeT0nMicgd2lkdGg9JzE2JyBoZWlnaHQ9JzgnIHJ4PScxJy8+PC9nPjwvc3ZnPg==);
}

.android-pro-features__list li.profiles:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjInIGhlaWdodD0nMjInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48Y2lyY2xlIGZpbGw9JyNGNzkzMUEnIGN4PScxMScgY3k9JzExJyByPScxMScvPjxwYXRoIGQ9J00xMSAxMS43MDNjMi4wNTEgMCA2LjIwMSAxLjE3MiA2LjI1IDMuMjIzLTEuMzY3IDIuMDAxLTMuNjYyIDMuMzY5LTYuMjUgMy4zNjlzLTQuODgyLTEuMzY3LTYuMjUtMy4zNjljLjA0OS0yLjA1MSA0LjE1LTMuMjIzIDYuMjUtMy4yMjN6TTExIDMuNWMxLjcxIDAgMy4xMjUgMS40MTYgMy4xMjUgMy4xMjUgMCAxLjcxLTEuNDE2IDMuMTI1LTMuMTI1IDMuMTI1LTEuNzEgMC0zLjEyNS0xLjQxNi0zLjEyNS0zLjEyNUM3Ljg3NSA0LjkxNSA5LjI5MSAzLjUgMTEgMy41eicgZmlsbD0nI0ZGRicgZmlsbC1ydWxlPSdub256ZXJvJy8+PC9nPjwvc3ZnPg==);
}

.android-pro-features__list li.secure:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjInIGhlaWdodD0nMjInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48Y2lyY2xlIGZpbGw9JyMzN0NDMzMnIGN4PScxMScgY3k9JzExJyByPScxMScvPjxnIHRyYW5zZm9ybT0ndHJhbnNsYXRlKDYgNCknPjxyZWN0IGZpbGw9JyNGRkYnIHk9JzQnIHdpZHRoPScxMCcgaGVpZ2h0PSc4JyByeD0nMScvPjxyZWN0IHN0cm9rZT0nI0ZGRicgeD0nMi41JyB5PScuNScgd2lkdGg9JzUnIGhlaWdodD0nNycgcng9JzIuNScvPjxjaXJjbGUgZmlsbD0nIzM3Q0MzMycgY3g9JzUnIGN5PSc4JyByPScyJy8+PGNpcmNsZSBmaWxsPScjRkZGJyBjeD0nNScgY3k9JzgnIHI9JzEnLz48L2c+PC9nPjwvc3ZnPg==);
}

.android-pro-features__list li.withdraw:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjInIGhlaWdodD0nMjInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgZmlsbC1ydWxlPSdub256ZXJvJyBmaWxsPSdub25lJz48cGF0aCBkPSdNMjEuMjg0IDEzLjQxN2MtMS40NDMgNS43ODgtNy4zMDYgOS4zMS0xMy4wOTUgNy44NjdDMi40MDMgMTkuODQtMS4xMiAxMy45NzkuMzI0IDguMTkgMS43NjYgMi40MDMgNy42MjktMS4xMTkgMTMuNDE2LjMyM2M1Ljc4OSAxLjQ0MyA5LjMxIDcuMzA2IDcuODY4IDEzLjA5NHonIGZpbGw9JyNGNzkzMUEnLz48cGF0aCBkPSdNMTUuMzczIDkuMDcyYy4yMTUtMS40MTUtLjg4LTIuMTc2LTIuMzc2LTIuNjg0bC40ODUtMS45MTctMS4xODUtLjI5MS0uNDczIDEuODY3YTUwLjI0IDUwLjI0IDAgMDAtLjk1LS4yMmwuNDc3LTEuODgtMS4xODUtLjI5LS40ODYgMS45MTZhNDAuMTc4IDQwLjE3OCAwIDAxLS43NTctLjE3NWwuMDAxLS4wMDZMNy4yOSA0Ljk5bC0uMzE2IDEuMjQ3cy44OC4xOTguODYxLjIxYy40OC4xMTkuNTY3LjQzMS41NTMuNjhMNy44MzUgOS4zMWMuMDMzLjAwOC4wNzYuMDIuMTIzLjAzOWwtLjEyNS0uMDMxLS43NzYgMy4wNmMtLjA1OC4xNDQtLjIwNy4zNTktLjU0My4yNzcuMDEyLjAxNy0uODYxLS4yMTItLjg2MS0uMjEybC0uNTg5IDEuMzM2IDEuNTQzLjM3OWMuMjg3LjA3LjU2OC4xNDUuODQ1LjIxNWwtLjQ5IDEuOTQgMS4xODMuMjkuNDg2LTEuOTE5Yy4zMjMuMDg3LjYzNy4xNjYuOTQ1LjI0MmwtLjQ4NCAxLjkxIDEuMTg1LjI5LjQ5LTEuOTM2YzIuMDIyLjM3NyAzLjU0Mi4yMjUgNC4xODEtMS41NzUuNTE2LTEuNDUtLjAyNS0yLjI4NS0xLjA4OS0yLjgzLjc3NS0uMTc2IDEuMzU4LS42NzggMS41MTQtMS43MTR6bS0yLjcwOSAzLjc0Yy0uMzY2IDEuNDQ5LTIuODQ0LjY2NS0zLjY0OC40NjlsLjY1MS0yLjU3Yy44MDQuMTk4IDMuMzguNTg5IDIuOTk3IDIuMXptLjM2Ny0zLjc2Yy0uMzM0IDEuMzE3LTIuMzk3LjY0OC0zLjA2Ni40ODNsLjU5LTIuMzNjLjY3LjE2NCAyLjgyNC40NyAyLjQ3NiAxLjg0NnonIGZpbGw9JyNGRkYnLz48L2c+PC9zdmc+);
}

.android-pro-features__list li.devices:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjInIGhlaWdodD0nMTQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48cmVjdCBmaWxsPScjNDI4NUY0JyB3aWR0aD0nMjInIGhlaWdodD0nMTQnIHJ4PSc3Jy8+PGNpcmNsZSBmaWxsPScjRkZGJyBjeD0nMTUnIGN5PSc3JyByPSc1Jy8+PC9nPjwvc3ZnPg==);
}

.android-pro-features__list li.balance-update:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgZmlsbC1ydWxlPSdub256ZXJvJyBmaWxsPSdub25lJz48cGF0aCBkPSdNOSAwYTguOTc0IDguOTc0IDAgMDE2LjQ3OSAyLjc1M2wtMS40MTQgMS40MTVhNyA3IDAgMTAxLjg2NCA1LjgzM2gyLjAxNkE5LjAwMSA5LjAwMSAwIDAxMCA5YTkgOSAwIDAxOS05em04Ljc3NyA3SDE1LjcxYTYuOTQ3IDYuOTQ3IDAgMDAtLjI0OC0uNjk1bDEuNTAxLTEuNTAyYy4zNjIuNjg1LjYzOCAxLjQyMi44MTQgMi4xOTd6JyBmaWxsPScjNDI4NUY0Jy8+PHBhdGggZmlsbD0nIzQyODVGNCcgZD0nTTE3Ljk3NCAxLjg0NWwtLjAwMiA1LjEzNi01LjE3Mi4wMzh6Jy8+PHBhdGggZD0nTTEwLjIzOCAxMC45NDNjMC0uMjktLjA4My0uNTI2LS4yNS0uNzEtLjE2Ni0uMTgyLS40NTItLjM1Mi0uODU3LS41MS0uNzk1LS4yOS0xLjM4NC0uNjEzLTEuNzctLjk2OS0uMzg0LS4zNTYtLjU3Ny0uODU4LS41NzctMS41MDYgMC0uNjAyLjE5My0xLjA5NS41NzgtMS40OC4zODUtLjM4NS45MDMtLjYxMiAxLjU1NS0uNjhWMy45MzRoLjg1NHYxLjE2NWMuNjMuMDkzIDEuMTI1LjM1NiAxLjQ4NS43OS4zNi40MzMuNTM2Ljk5NS41MjkgMS42ODZsLS4wMTYuMDI3aC0xLjUzMWMwLS40MjItLjA4Ny0uNzQ4LS4yNi0uOTc3YS44NDUuODQ1IDAgMDAtLjcxMi0uMzQ0Yy0uMzA4IDAtLjUzNy4wODgtLjY4OC4yNjYtLjE1LjE3Ny0uMjI1LjQxMi0uMjI1LjcwNiAwIC4yOC4wOC41MDYuMjM5LjY4LjEzNi4xNDguMzcuMjk1LjcwMy40NGwuMTc1LjA3MmMuNzkxLjMxMiAxLjM3Ny42NDUgMS43NTkgMSAuMzgxLjM1NC41NzIuODUuNTcyIDEuNDg3IDAgLjYyMy0uMTkyIDEuMTItLjU3NSAxLjQ5My0uMzgzLjM3My0uOTA0LjU5My0xLjU2My42NnYxLjA2NEg4Ljgxdi0xLjA1OGMtLjY3LS4wNjgtMS4yMjMtLjMwNS0xLjY2LS43MTEtLjQzNi0uNDA3LS42NDgtMS4wMDQtLjYzMy0xLjc5MmwuMDEtLjAyNmgxLjUzMWMwIC40OC4xMS44MjMuMzMgMS4wMy4yMi4yMDguNS4zMTIuODQxLjMxMi4zMjYgMCAuNTc2LS4wODcuNzUtLjI2LjE3My0uMTc0LjI2LS40MDguMjYtLjcwMXonIGZpbGw9JyM0OTQ5NDknLz48L2c+PC9zdmc+);
}

.android-pro-features__list li.newsfeed:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgZmlsbC1ydWxlPSdub256ZXJvJyBmaWxsPSdub25lJz48cGF0aCBmaWxsPScjNDI4NUY0JyBkPSdNMTAuMjY3IDcuNzM1bDIuNzE5IDEuMjY2LTIuNzE5IDEuMjY2LTEuMjY2IDIuNzE5LTEuMjY2LTIuNzE5LTIuNzE5LTEuMjY2IDIuNzE5LTEuMjY2IDEuMjY2LTIuNzE5ek0xNC4wMTcgNi45ODVsLS45MzgtMi4wNjMtMi4wNjMtLjkzOCAyLjA2My0uOTM4LjkzOC0yLjA2My45MzggMi4wNjMgMi4wNjMuOTM4LTIuMDYzLjkzOHonLz48cGF0aCBkPSdNMTYuMDMyIDYuOTg1aDEuOTY5djljMCAxLjA3OC0uODkxIDIuMDE2LTEuOTY5IDIuMDE2SDIuMDE2Qy45MzggMTguMDAxIDAgMTcuMDYzIDAgMTUuOTg1VjIuMDE2QzAgLjkzOC45MzggMCAyLjAxNiAwaDl2Mi4wMTZoLTl2MTMuOTY5aDE0LjAxNnYtOXonIGZpbGw9JyNGNzkzMUEnLz48L2c+PC9zdmc+);
}

.android-pro-features__list li.quick:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMTgnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgdHJhbnNmb3JtPSdyb3RhdGUoLTkwIDkgOSknIGZpbGw9J25vbmUnIGZpbGwtcnVsZT0nZXZlbm9kZCc+PGNpcmNsZSBmaWxsPScjRjc5MzFBJyBjeD0nOC43MjcnIGN5PScxMicgcj0nMS42MzYnLz48cGF0aCBkPSdNOC43MjcgMTguNTM3di0zLjI2OWw0LjMzOCA0LjM0TDguNzI3IDI0di0zLjI2OEMzLjkzIDIwLjczMiAwIDE2LjggMCAxMS45OTljMC0xLjY4NS41MS0zLjMyIDEuMzc4LTQuNjQ4TDIuOTYgOC45MzRjLS41MS45Mi0uNzY1IDEuOTQtLjc2NSAzLjA2NWE2LjUxNSA2LjUxNSAwIDAwNi41MzIgNi41MzZ2LjAwMnonIGZpbGw9JyNGNzkzMUEnIGZpbGwtcnVsZT0nbm9uemVybycvPjxwYXRoIGQ9J004LjcyNyAzLjI2N2M0Ljc5NyAwIDguNzI4IDMuOTMyIDguNzI4IDguNzMzIDAgMS42ODUtLjUxMSAzLjMyLTEuMzc5IDQuNjQ3bC0xLjU4Mi0xLjU4MmMuNTEtLjkyLjc2Ni0xLjk0Ljc2Ni0zLjA2NWE2LjUxNSA2LjUxNSAwIDAwLTYuNTMzLTYuNTM3djMuMjY5TDQuMzkgNC4zOTIgOC43MjcgMHYzLjI2OHonIGZpbGw9JyM0Mjg1RjQnIGZpbGwtcnVsZT0nbm9uemVybycvPjwvZz48L3N2Zz4=);
}

.android-pro-features__list li.support:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjInIGhlaWdodD0nMTgnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48ZyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgzKSc+PHBhdGggZD0nTTggMTcuNUMzLjg2NCAxNy41LjUgMTQuMTM2LjUgMTBTMy44NjQgMi41IDggMi41czcuNSAzLjM2NCA3LjUgNy41LTMuMzY0IDcuNS03LjUgNy41ek04IDMuNzVBNi4yNTcgNi4yNTcgMCAwMDEuNzUgMTAgNi4yNTcgNi4yNTcgMCAwMDggMTYuMjUgNi4yNTcgNi4yNTcgMCAwMDE0LjI1IDEwIDYuMjU3IDYuMjU3IDAgMDA4IDMuNzV6JyBmaWxsPScjNDk0OTQ5JyBmaWxsLXJ1bGU9J25vbnplcm8nLz48cGF0aCBkPSdNMi40NyAxLjI1N0w0LjUuNzVhMTIuODY1IDEyLjg2NSAwIDAxNi4wMTMtLjA1NWwyLjQ5NS41NzZhMSAxIDAgMDEuNzQ1IDEuMjE3bC0uMDAzLjAxMmEzLjU0IDMuNTQgMCAwMC4wNzYgMS45NzhMMTQgNUgxLjVsLjE3NC0uNTIyQTMuNTQgMy41NCAwIDAwMS43NSAyLjVsLS4wMDctLjAzYTEgMSAwIDAxLjcyNy0xLjIxM3pNLjc1IDVoMTRhLjc1Ljc1IDAgMDEuNzUuNzUuNzA1LjcwNSAwIDAxLS43NDkuNzAzbC00LjAyOC0uMjUyYTUwIDUwIDAgMDAtNi40NDUuMDE0bC0zLjUzLjIzNUEuNzAyLjcwMiAwIDAxMCA1Ljc1Ljc1Ljc1IDAgMDEuNzUgNXonIGZpbGw9JyNGNzkzMUEnLz48Y2lyY2xlIGZpbGw9JyM0OTQ5NDknIGZpbGwtcnVsZT0nbm9uemVybycgY3g9JzUuODEzJyBjeT0nOC40MzgnIHI9JzEnLz48Y2lyY2xlIGZpbGw9JyM0OTQ5NDknIGZpbGwtcnVsZT0nbm9uemVybycgY3g9JzEwLjE4OCcgY3k9JzguNDM4JyByPScxJy8+PGNpcmNsZSBmaWxsPScjNDk0OTQ5JyBmaWxsLXJ1bGU9J25vbnplcm8nIGN4PScxNCcgY3k9JzE3JyByPScxJy8+PHBhdGggZD0nTTggMTQuMzc1YTQuMzkgNC4zOSAwIDAxLTMuNzg1LTIuMTg3LjYyNC42MjQgMCAxMTEuMDgyLS42MjZBMy4xMzUgMy4xMzUgMCAwMDggMTMuMTI1YzEuMTEgMCAyLjE0Ni0uNTk5IDIuNzAzLTEuNTYzYS42MjQuNjI0IDAgMTExLjA4MS42MjZBNC4zODcgNC4zODcgMCAwMTggMTQuMzc1eicgZmlsbD0nIzQ5NDk0OScgZmlsbC1ydWxlPSdub256ZXJvJy8+PC9nPjxwYXRoIGQ9J00xOSA3LjVoLjI1YTIuNzUgMi43NSAwIDExMCA1LjVIMTlhNy4zNSA3LjM1IDAgMDAuMTQ5LTUuMDU0TDE5IDcuNXpNMyA3LjVoLS4yNWEyLjc1IDIuNzUgMCAwMDAgNS41SDNhNy4zNSA3LjM1IDAgMDEtLjE0OS01LjA1NEwzIDcuNXonIGZpbGw9JyM0OTQ5NDknLz48cGF0aCBkPSdNMjAgMTJsLS43OCAxLjgxOGE5LjUgOS41IDAgMDEtMi4wMTQgMi45NzZMMTcgMTdoMCcgc3Ryb2tlPScjNDk0OTQ5Jy8+PC9nPjwvc3ZnPg==);
}

.phone {
  display: block;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 23px;
}

.phone:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #f7931a;
  position: absolute;
  top: 21px;
  bottom: 23px;
}

.phone .tns-nav {
  position: absolute;
  left: 0;
  bottom: -23px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.phone .tns-nav button {
  margin-left: 4px;
  margin-right: 4px;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: #c7c7c7;
  transition: background-color 0.2s;
}

.phone .tns-nav button.tns-nav-active {
  background-color: #284679;
}

.phone .tns-outer button[data-action="stop"],
.phone .tns-outer button[data-action="start"] {
  display: none;
}

.phone--in-popup {
  padding-top: 23px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.phone--in-popup:before {
  background-color: transparent;
}

.phone--in-popup .tns-nav {
  top: -23px;
  bottom: auto;
}

.slider {
  display: block;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-repeat: no-repeat;
  max-width: 600px;
}

.slider__dots {
  display: flex;
  justify-content: center;
}

.slide {
  display: none;
  min-height: 341px;
  text-align: center;
}

.slide.active {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
}

.slide img {
  vertical-align: top;
  max-width: 100%;
  width:269px;
  height: 188px;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery>.tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70/3);
  width: -moz-calc(100% * 70/3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct>div {
  width: 1.4285714286%;
  width: -webkit-calc(100%/70);
  width: -moz-calc(100%/70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.intro {
  display: block;
  background-color: #fff;
  padding-bottom: 1px;
  /*background-image: url("../images/mission-bg.jpg");*/
  background-image: url("../images/output-onlinejpgtools.jpg");
  background-size: cover;
}

.intro__container {
  padding: 30px 20px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .intro__container {
    padding-top: 30px;
  }
}

.intro__desc {
  max-width: 900px;
  margin: 0 auto 55px;
  font-size: 18px;
  line-height: 26px;
  /*color: #494949;*/
  color: #f2eda0;
}

@media (max-width: 991px) {
  .intro__desc {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .intro__desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

.intro__row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .intro__row {
    display: block;
  }
}

.intro__img {
  width: 100%;
  max-width: 650px;
  margin-left: -50px;
  margin-right: 40px;
}

.intro__img img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .intro__img {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.intro__info {
  width: 100%;
  max-width: 500px;
  text-align: left;
}

.intro__info--center {
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.intro__info--center .intro__download-btns {
  justify-content: center;
}

.intro__info--center .intro__download-btns .btn--download {
  flex: 0 0 320px;
}

.intro__info strong {
  font-weight: 700;
}

.intro__info p {
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 50px;
  color: ghostwhite;
}

@media (max-width: 991px) {
  .intro__info {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .intro__info p {
    margin-bottom: 40px;
  }

  .intro__info .note {
    display: none;
  }
}

@media (max-width: 767px) {
  .intro__info p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}

.intro__download-btns {
  display: flex;
  width: 100%;
  margin: 0 -5px 14px;
}

.intro__download-btns .btn {
  margin: 0 5px;
}

.intro__download-btns .btn--download {
  width: 100%;
  max-width: 320px;
}

@media (max-width: 991px) {
  .intro__download-btns {
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .intro__download-btns {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .intro__download-btns .btn {
    max-width: 380px;
  }
}

.first_uninstall {
  background-image: url(../images/product.png);
  background-size: 1000px 298px;
  background-position: bottom center;
  padding-bottom: 298px;
}

.menu__label {
  color: white;
}

.menu__item a {
  color: #cbd6e2;
}



* {
  font-family: Segoe UI Symbol;
}

 @media only screen and (min-width: 1000px) {
                                         .android-pro-features {
                                                 display:block !important;
                                              }
                                        }
                        
                         @media only screen and (max-width: 999px) {
                          .android-pro-features {
                                                 display:none !important;
                                              }
                                    
                         }