@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: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

q {
  quotes: "“" "”" "‘" "’";
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
}

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

.header__join {
  font-size: 13px;
  line-height: 15px;
  color: #757575;
}
@media (max-width: 1249px) {
  .header__join {
    display: none;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container--flex {
  padding: 40px 20px;
  background: transparent;
}

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

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

.faq__cards {
  display: -ms-flexbox;
  display: 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: #4285f4;
  text-decoration: none;
}

.faq__all:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .faq__all:after {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.faq__all:hover {
  color: #f7931a;
}

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

.more-link b {
  color: #000;
}

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

.more-link span::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2), (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: bold;
}
.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: bold;
}
.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: none;
    text-align: center;
    width: 100%;
  }

  .first__screen .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .first__download-btns,
.first__group {
    margin-left: auto;
    margin-right: auto;
  }
}
.first__screen p {
  max-width: 500px;
  width: 100%;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .first__screen p {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.first__btns {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 700px) {
  .first__btns {
    flex-direction: column;
    align-items: center;
  }
}
.first__btns .btn {
  min-width: 300px;
  font-weight: bold;
}

@media only screen and (max-width: 700px) {
  .first__btns .btn {
    max-width: 300px;
  }
}
.first__btns .btn + .btn {
  margin-left: 20px;
}

@media only screen and (max-width: 700px) {
  .first__btns .btn + .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.first__login {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
}

.first__login .or {
  margin-bottom: 30px;
}

.first__login a {
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  color: #4285f4;
  text-decoration: none;
}

.first__login a:hover {
  color: #f7931a;
}

.first__login a b {
  font-weight: bold;
}

.first__testimonials {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.first__testimonials div {
  display: block;
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 2px;
  color: #494949;
  font-size: 14px;
}

.first__testimonials a {
  color: #4285f4;
  text-decoration: none;
}

.first__testimonials a:hover {
  color: #f7931a;
}

.footer {
  display: block;
  background-color: #000;
  min-height: 100px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
}
.footer__left-side {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.footer .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}
.footer .lang__current:before {
  top: 12px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #d0d0d0;
}
.footer .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
}
.footer .lang.opened .lang__current:before {
  top: 13px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #d0d0d0;
  border-bottom: none;
}
.footer .lang__list {
  transform: translateY(calc(-100% - 40px));
  position: absolute;
  width: 100%;
}
.footer__right-side {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.footer__logo {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.footer__logo img {
  display: block;
}
.footer__bottom {
  display: block;
  width: 100%;
  border-top: 1px solid #494949;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer__bottom .footer__content {
  padding-bottom: 0;
  align-items: center;
}
.footer__copyright {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #757575;
}
.footer__btns {
  margin-right: 20px;
  padding-top: 13px;
}
.footer__btns .fb-like {
  margin-bottom: 20px;
}
.footer__menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .footer__menu {
    padding-right: 0;
    width: 100%;
  }
}

.fourth {
  display: block;
  background-color: #4285f4;
  padding-top: 100px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fourth .btn_download {
  background-color: #000;
}
.fourth .btn_download:hover {
  background-color: #f7931a;
}
.fourth .btn_download:active {
  background-color: #d6d6d6;
}

.fourth__title {
  color: #fff;
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 80px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.fourth__description {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #fff;
}

.fourth .btn_plus {
  overflow: visible;
}

.fourth .btn_plus:after {
  content: "";
  display: block;
  position: absolute;
  left: -155px;
  top: calc(50% - 5px);
  background-image: url("../images/arrow.png");
  background-position: 0px 0px;
  width: 135px;
  height: 145px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fourth .btn_plus:after {
    background-image: url("../images/arrow@2x.png");
    background-size: 135px 145px;
  }
}
.fourth:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -17px;
  left: calc(50% + 250px);
  background-image: url("../images/sprites/sprite.png");
  background-position: -143px 0px;
  width: 80px;
  height: 80px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fourth:after {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.graph {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 580px;
  height: 580px;
  background-color: #000;
  padding-right: 20px;
  position: relative;
}

.graph__bucks {
  display: block;
  font-size: 48px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}

.graph__title {
  display: block;
  white-space: nowrap;
  height: 40px;
  padding-left: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  position: absolute;
  top: 28px;
  right: 450px;
  font-weight: 600;
}

@media only screen and (max-width: 1180px) {
  .graph__title {
    left: 25px;
  }
}
@media only screen and (max-width: 860px) {
  .graph__title {
    display: none;
  }
}
.graph__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  background-image: url("../images/sprites/sprite.png");
  background-position: -66px -95px;
  width: 22px;
  height: 22px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .graph__title:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.graph__img {
  display: block;
  width: 55%;
  height: 330px;
  background-image: url("../images/graph.png");
  background-repeat: no-repeat;
  background-position: center right 70px;
  background-size: 754px 323px;
  position: relative;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .graph__img {
    background-image: url("../images/graph@2x.png");
  }
}
@media only screen and (max-width: 768px) {
  .graph__img {
    width: 100%;
    margin-bottom: 30px;
    background-position: center right;
  }
}
.graph__text {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  max-width: 420px;
  position: relative;
  margin-left: 10px;
}

.bucks {
  display: block;
  font-size: 48px;
  line-height: 40px;
  font-weight: bold;
  color: #34d044;
  margin-bottom: 15px;
}

@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: bold;
  border-radius: 0 2px 2px 0;
}

.promo {
  display: block;
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  left: -35px;
  top: 35px;
  transform: rotate(-45deg);
  font-size: 12px;
  color: #ffffff;
  background-color: #4285f4;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.promo-desc {
  display: inline-block;
  color: #f7931a;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

.promo-details {
  color: #494949;
  font-size: 18px;
  line-height: 20px;
}

.confirmation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 150px;
  background-color: #000;
  border: 5px solid #f7931a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  padding-left: 20px;
  padding-right: 20px;
}

.confirmation__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
}

.confirmation__first-line {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 16px;
  color: #f7931a;
}

.confirmation__second-line {
  display: block;
  font-size: 28px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 15px;
}

.confirmation + .container {
  position: relative;
  margin-top: 150px;
}

.confirmation__col_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 140px;
  padding-left: 91px;
  background-image: url("../images/confirmation-arrow.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 76px 81px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .confirmation__col_btn {
    background-image: url("../images/confirmation-arrow@2x.png");
  }
}
.participation {
  display: block;
  padding-top: 10px;
  margin-bottom: 60px;
}

.participation.hidden {
  display: none;
}

.participation__title a {
  color: #4285f4;
  text-decoration: none;
}

.participation__title a:hover {
  color: #f7931a;
}

.participation_main {
  text-align: left;
  margin-bottom: 0;
}

.participation__title {
  display: inline-block;
  height: auto;
  min-height: 39px;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 40px;
  padding-left: 62px;
  background-image: url("../images/alert.png");
  background-size: 42px 39px;
  background-repeat: no-repeat;
  background-position: left center;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .participation__title {
    background-image: url("../images/alert@2x.png");
  }
}
.participation__btn {
  position: relative;
}

.participation__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.participation__btns .btn {
  min-width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 680px) {
  .participation__btns .btn + .btn {
    margin-top: 20px;
  }
}
.participation__tip {
  display: block;
  font-size: 16px;
  color: #494949;
  padding-top: 102px;
  background-image: url("../images/participation-arrow.png");
  background-size: 76px 81px;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  transform: translateX(calc(-100% - 70px));
}

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

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

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

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .participation__tip {
    background-image: url("../images/participation-arrow@2x.png");
  }
}
p.terms {
  margin-bottom: 70px;
}

.promo-period {
  display: inline-block;
  height: auto;
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  color: #323232;
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  margin-bottom: 40px;
}

.more {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #4285f4;
  text-decoration: none;
}

.more:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .more:after {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.more:hover {
  color: #f7931a;
}

.rewards {
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  color: #494949;
  margin-bottom: 20px;
}

.rewards__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.rewards__item b {
  display: inline-block;
  width: 32px;
}

.random-rewards {
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 17px;
  color: #494949;
  text-align: left;
}

.rewards .medal {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin-right: 5px;
}

.countdown {
  display: block;
  margin-right: 40px;
  position: relative;
}

@media only screen and (max-width: 720px) {
  .countdown + .header__menu {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .countdown + .header__menu {
    margin-left: 20px;
  }
}
.countdown__time {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  color: #494949;
  white-space: nowrap;
}

.countdown__time b {
  font-size: 16px;
  font-weight: bold;
  color: #323232;
}

.social-btns {
  display: 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: bold;
}

.howto {
  display: block;
  background-color: #F7931A;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.howto_with-coins {
  position: relative;
}
.howto_with-coins:before, .howto_with-coins:after {
  content: "";
  display: block;
  width: 260px;
  height: 75px;
  position: absolute;
  top: -75px;
  background-size: 260px 75px;
}
@media (max-width: 820px) {
  .howto_with-coins:before, .howto_with-coins:after {
    display: none;
  }
}
.howto_with-coins:before {
  left: 140px;
  background-image: url("../images/btc-icons-left.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (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: bold;
}
.join__icon {
  display: block;
  margin: 0 0 20px;
  width: 65px;
}
.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;
  padding-top: 70px;
  text-align: center;
}
.levels-scheme .subtitle {
  margin-bottom: 20px;
}
.levels-scheme .description {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  font-size: 20px;
  line-height: 32px;
  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: 32px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #F7931A;
}
.levels-scheme .link:hover {
  text-decoration: none;
  color: #F7931A;
}
.levels-scheme__logo {
  width: 140px;
  margin: 0 auto;
}

.startearning {
  display: block;
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
}
.startearning .subtitle {
  margin-bottom: 15px;
}
.startearning .description {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  margin-bottom: 65px;
}
.startearning__anim-arrow {
  display: flex;
  flex-wrap: wrap;
  max-width: 60px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  counter-reset: steps;
}
@media only screen and (max-width: 820px) {
  .steps {
    max-width: 400px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 820px) {
  .steps {
    max-width: 400px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 440px) {
  .steps {
    max-width: 180px;
  }
}
.steps__arrow {
  display: block;
  width: 80px;
  height: 14px;
  background-image: url("../images/steps-arrow-new.svg");
  margin-top: 8px;
  flex-shrink: 0;
  background-size: 80px 14px;
}
@media only screen and (max-width: 900px) {
  .steps__arrow {
    display: none;
  }
}
.steps__item {
  display: block;
  width: 180px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  counter-increment: steps;
  padding-top: 51px;
}
.steps__item:before {
  content: counter(steps);
  box-sizing: border-box;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 22px;
  border: 2px solid #F7931A;
  border-radius: 13px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  color: #F7931A;
}
@media only screen and (max-width: 820px) {
  .steps__item {
    margin-bottom: 30px;
  }
}
.steps__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 16px;
}
.steps__text {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  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: #4285f4;
}
.extensions__text p a:hover {
  color: #F7931A;
}
.extensions__text strong,
.extensions__text b {
  font-weight: bold;
}
.extensions .btn {
  position: relative;
  z-index: 3;
}
.extensions__warning {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #f74249;
  margin-bottom: 30px;
}
.extensions__store-btns {
  display: flex;
}
.extensions__store-btns .store {
  margin-right: 10px;
}

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

.link:hover {
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.list__item {
  flex: 0 0 auto;
  max-width: 340px;
  width: 100%;
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 20px;
  padding-top: 90px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin: 10px;
}

.list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/checkmark.svg");
  width: 60px;
  height: 60px;
  background-size: 60px;
}

.logo {
  display: block;
}
.logo--animate {
  width: 318px;
}
@media (min-width: 1200px) {
  .header.fixed:not(.header--not-fixed) .header__wrapper .logo--animate {
    height: auto;
    width: 255px;
  }
}
@media only screen and (min-width: 767px) {
  .logo--animate img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .logo--animate svg {
    display: none;
  }
}
.logo img {
  vertical-align: top;
}
@media only screen and (max-width: 1288px) {
  .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: #4285f4;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
.menu__item_email {
  margin-top: 20px;
  padding-left: 27px;
  background-image: url("../images/mail-icon.svg");
  background-size: 17px 14px;
  background-repeat: no-repeat;
  background-position: left center;
}
.menu__item_email a {
  color: #fff;
  border-bottom: 1px solid #F7931A;
}
.menu__item b {
  font-weight: bold;
}
.menu__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #757575;
  margin-bottom: 18px;
}
.menu:last-child {
  margin-right: 0;
}

.menu__item_join {
  display: flex;
  align-items: center;
  color: #757575;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
.menu__item_join span:not(.bonus) {
  color: #757575;
}

.note {
  display: block;
  font-size: 12px;
  line-height: 17px;
  color: #757575;
  width: 100%;
}

.or {
  display: block;
  height: 16px;
  font-size: 10px;
  line-height: 14px;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  text-transform: uppercase;
  padding-left: 3px;
  padding-right: 3px;
}

.page {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000;
  min-width: 320px;
}
.page-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;
  /*transform: translateY(-100%);
    transition: .5s;*/
}

.container_promo .header {
  z-index: 10;
}

@media only screen and (max-width: 980px) {
  .container_promo .store {
    display: none;
  }
}
.page_promo .container__text,
.container_promo .container__text {
  max-width: 1040px;
  text-align: center;
  padding-bottom: 60px;
  z-index: 1;
}

.page_promo .container__text p,
.container_promo .container__text p {
  text-align: center;
  line-height: 17px;
}

.page_faq .container {
  background-color: #f7f7f7;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.page_tab .first {
  margin-bottom: 0;
  border-bottom: 1px solid #c0c0c0;
}

.page_tab .first__screen {
  background-position: bottom center;
}

@media only screen and (max-width: 840px) {
  .page_tab .header {
    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: bold;
  border-radius: 2px;
  width: 40px;
  text-decoration: none;
}

ul.pagination a:hover {
  color: #4285f4;
  border-color: #4285f4;
}

ul.pagination span.active {
  color: #fff;
  background-color: #4285f4;
  border-color: #4285f4;
}

ul.pagination li + li {
  margin-left: 5px;
}

ul.pagination a.pagination__prev,
ul.pagination a.pagination__next {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.form form {
  display: -ms-flexbox;
  display: 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: #4285f4;
}

.form input[type=submit] {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  font-weight: bold;
  border-radius: 0 2px 2px 0;
  text-transform: uppercase;
  color: #fff;
  background-color: #4285f4;
}

.form input[type=submit]:hover {
  background-color: #f7931a;
}

.form input[type=submit]:active {
  background-color: #d6d6d6;
}

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

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

.table th {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
}

.table td {
  height: 40px;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.table tbody tr:hover {
  background-color: #f2f2f2;
}

.table td:first-child {
  font-weight: bold;
}

.table td:last-child {
  text-align: right;
}

.table td a {
  color: #4285f4;
  text-decoration: none;
}

.table td a:hover {
  color: #5f9bfd;
}

@media only screen and (max-width: 790px) {
  .table_journal {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .table_journal thead {
    display: none;
  }

  .table_journal tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .table_journal td {
    height: auto;
  }

  .table_journal td:first-child {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100vw - 40px);
  }

  .table_journal td:last-child {
    text-align: left;
  }
}
.table_leaderboard {
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.table_leaderboard tbody tr:hover {
  background-color: #fff;
}

.table_leaderboard td:first-child {
  width: 18px;
  padding-right: 0;
}

.table_leaderboard td {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  height: 45px;
}

.table_leaderboard td:nth-child(3) {
  font-weight: normal;
}

.table_leaderboard td:last-child {
  width: 300px;
  text-align: left;
  position: relative;
}

.line {
  display: block;
  height: 4px;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 3px;
  border-radius: 2px;
  background-color: #4285f4;
  min-width: 5px;
}

.medal {
  display: block;
  width: 18px;
  height: 18px;
  border: 3px solid;
  border-radius: 9px;
}

.medal_gold {
  border-color: #f29822;
}

.medal_silver {
  border-color: #d6d6d6;
}

.medal_bronze {
  border-color: #c58a56;
}

.percent {
  display: block;
  font-size: 12px;
  color: #f7931a;
  font-weight: 700;
  line-height: 1;
}
.percent span {
  color: #757575;
}

.errorlist {
  color: #ec1b1b;
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
}

.input-row {
  margin-top: 22px;
}
.input-row input {
  border: none;
  padding: 0px;
  outline: none;
  border-radius: 0px;
  font-size: 16px;
  color: #000;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #c9c9d0;
  font-family: Arial, Helvetica, sans-serif;
}
.input-row input.error {
  border-color: red;
}
.input-row input:focus {
  border-color: #4285f4;
}
.input-row textarea {
  font-size: 16px;
  color: #000;
  width: 100%;
  padding-bottom: 14px;
  border: none;
  border-bottom: 1px solid #c9c9d0;
  font-family: Arial, Helvetica, sans-serif;
  outline: none;
  height: 33px;
}
.input-row textarea.error {
  border-color: red;
}
.input-row textarea:focus {
  border-color: #4285f4;
}

.questions {
  display: block;
  margin-top: 40px;
}
.questions__item {
  display: block;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
}
.questions__item:hover:not(.expanded) {
  border-color: #4285f4;
}
.questions__item:hover:not(.expanded) .questions__header {
  color: #4285f4;
}
.questions__item + .questions__item {
  margin-top: 15px;
}
.questions__item.expanded .questions__body {
  display: block;
}
.questions__header {
  display: block;
  font-size: 22px;
  line-height: 25px;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 100px;
  position: relative;
  cursor: pointer;
}
.questions__header:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 20px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #757575;
}
.questions__body {
  display: none;
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #c0c0c0;
}
.questions__body ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.questions__body ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
}
.questions__body li > ul, .questions__body li > ol {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 30px;
}
.questions__body li:last-child {
  margin-bottom: 0;
}
.questions__body_sm {
  font-size: 16px;
  line-height: 17px;
}
.questions__body_sm li {
  line-height: 17px;
  margin-bottom: 15px;
}
.questions__group {
  margin-bottom: 50px;
}
.questions__group:last-child {
  margin-bottom: 0;
}
.questions__title {
  display: block;
  font-size: 28px;
  line-height: 31px;
  border-bottom: 3px solid #F7931A;
  color: #F7931A;
  margin-bottom: 20px;
}
.questions__subtitle {
  display: block;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: bold;
}

.tooltip {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a4a4a4;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
}
.tooltip:hover {
  background-color: #000;
}
.tooltip:hover .tooltip__text {
  display: block;
}
.tooltip_question {
  background-image: url("../images/question.svg");
}
.tooltip__text {
  display: none;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 3px;
  padding: 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

.arrow {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .arrow {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}

.results {
  display: none;
  background-color: #fff;
  position: relative;
  padding-bottom: 40px;
  text-align: center;
  top: -1px;
}
.results .wrapper {
  max-width: 1060px;
  margin: 0 auto;
  background-color: #494949;
  padding-top: 30px;
  padding-bottom: 30px;
}

.results.active {
  display: block;
}

.results:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}

.results__table {
  width: 100%;
  margin-bottom: 40px;
}

.results__table td {
  height: 57px;
}

.results__table thead tr {
  border-bottom: 3px solid #f7931a;
}

.results__table thead th {
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  vertical-align: middle;
  padding-bottom: 5px;
}

.results__table thead th .small {
  font-size: 12px;
  color: #d6d6d6;
  font-weight: 300;
}

.results__table thead th.results__friends-h {
  width: 305px;
}

.results__table thead th b {
  font-weight: 700;
}

.results__table tbody tr {
  border-bottom: 1px solid #757575;
}

.results__table tbody td {
  text-align: center;
  vertical-align: middle;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  width: 40%;
}

@media only screen and (max-width: 790px) {
  .results__table tbody td {
    font-size: 18px;
  }
}
.results__table tbody td:nth-child(1) {
  font-weight: normal;
}

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

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

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

.results__table td.results__round b {
  font-weight: 700;
}

.scroll2top {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 10;
  border-radius: 4px 0 0 4px;
  background-color: #f7931a;
  cursor: pointer;
  background-image: url("../images/scroll2top.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 24px;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
}

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

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

.second {
  display: block;
  width: 100%;
  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: 20px;
  line-height: 32px;
  color: #494949;
}
.desc_big {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 36px;
  color: #000;
  position: relative;
  z-index: 100;
}
.desc a {
  color: #4285f4;
  text-decoration: none;
}
.desc a:hover {
  color: #F7931A;
}
.desc b,
.desc strong {
  font-weight: bold;
}

.speedbox {
  margin: 40px auto 40px;
  height: 180px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.speedbox.animated .speedbox__score {
  animation-duration: 2s;
  animation-name: score_anim;
  animation-iteration-count: 1;
  transition: 1s ease-in;
}
.speedbox.animated .speedbox__pointer {
  animation-duration: 2s;
  animation-name: pointer_anim;
  animation-iteration-count: 1;
  transition: 1s ease-in;
}
.speedbox__groove {
  height: 200px;
  width: 300px;
  background: transparent;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  border: 18px solid #d6d6d6;
  border-bottom: 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
.speedbox__score {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-45deg);
  height: 300px;
  width: 300px;
  background: transparent;
  border-radius: 50%;
  border: 18px solid #4285f4;
  border-color: transparent transparent #4285f4 #4285f4;
  box-sizing: border-box;
  z-index: 1;
}
.speedbox__score_rookie {
  border-color: transparent transparent #4285f4 #4285f4;
}
.speedbox__score_pro {
  border-color: transparent transparent #2abb40 #2abb40;
}
.speedbox__score_veteran {
  border-color: transparent transparent #f7931a #f7931a;
}
.speedbox__score_expert {
  border-color: transparent transparent #9e31c7 #9e31c7;
}
.speedbox__score_master {
  border-color: transparent transparent #e11282 #e11282;
}
.speedbox__score_legend {
  border-color: transparent transparent #ff5718 #ff5718;
}
.speedbox__score_bigboss {
  border-color: transparent transparent #000 #000;
}
.speedbox__base {
  width: 300px;
  height: 150px;
  background: white;
  position: relative;
  top: 150px;
  z-index: 20;
}
.speedbox__odo {
  text-align: center;
  position: absolute;
  color: #5c6f7b;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
}
.speedbox__odo i {
  font-size: 13px;
  opacity: 0.6;
}
.speedbox__odo > div {
  margin-bottom: 0;
}
.speedbox__odo span {
  font-size: 0.7em;
}
.speedbox__pointer {
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: -120px;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  background-image: url("../images/pointer.png");
  background-position: 43px;
  background-repeat: no-repeat;
  background-size: 133px 54px;
  z-index: 100;
  transform: rotate(0deg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .speedbox__pointer {
    background-image: url("../images/pointer@2x.png");
  }
}
.speedbox + .referred {
  position: relative;
  z-index: 100;
  margin-bottom: 40px;
}

@keyframes score_anim {
  25% {
    transform: rotate(135deg);
  }
}
@keyframes pointer_anim {
  25% {
    transform: rotate(180deg);
  }
}
.rank {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: bold;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.rank_newbie {
  background-color: #757575;
}
.rank_rookie {
  background-color: #4285f4;
}
.rank_pro {
  background-color: #2abb40;
}
.rank_veteran {
  background-color: #f7931a;
}
.rank_expert {
  background-color: #9e31c7;
}
.rank_master {
  background-color: #e11282;
}
.rank_legend {
  background-color: #ff5718;
}
.rank_bigboss {
  background-color: #000;
}

.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: #4285f4;
  font-weight: bold;
  text-decoration: none;
}
.referred__value:hover {
  color: #000;
}
.referred__value:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background-image: url("../images/people.png");
  background-size: 8px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .referred__value:after {
    background-image: url("../images/people@2x.png");
  }
}

.sixth {
  display: block;
  min-height: 680px;
  background-color: transparent;
  padding-top: 80px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-size: 2400px 880px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.sixth__title {
  font-size: 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: #4285f4;
  border-color: #4285f4;
}
.store:hover .store__first-line {
  color: #d6d6d6;
}
.store:hover .store__second-line {
  color: #fff;
}
.store:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.store:active .store__first-line {
  color: #757575;
}
.store:active .store__second-line {
  color: #fff;
}
.store:active:before {
  opacity: 0.7;
}
.store_cryptotab:before {
  background-image: url("../images/cryptotab-logo.svg");
  width: 24px;
  height: 24px;
  background-position: center;
  left: 12px;
  top: 13px;
  background-size: 24px 24px;
}
.store_browser:before {
  background-position: center;
  background-image: url("../images/browser-icon-footer.png");
  width: 26px;
  height: 26px;
  background-size: 26px;
  left: 13px;
  top: 13px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .store_browser:before {
    background-image: url("../images/browser-icon-footer@2x.png");
  }
}

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

.store_cryptotab .store__first-line,
.store_cryptosearch .store__first-line {
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 2px;
}

.store_cryptotab .store__second-line,
.store_cryptosearch .store__second-line {
  color: #757575;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
  top: 0;
}

.store_cryptotab:hover .store__first-line,
.store_cryptosearch:hover .store__first-line {
  color: #fff;
}

.store_cryptotab:active .store__first-line,
.store_cryptosearch:active .store__first-line {
  color: #000;
  opacity: 0.7;
}

.store_cryptotab:hover .store__second-line,
.store_cryptosearch:hover .store__second-line {
  color: #9fc3ff;
}

.store_cryptotab:active .store__second-line,
.store_cryptosearch:active .store__second-line {
  color: #757575;
  opacity: 0.7;
}

.store_cryptotab:active::before,
.store_cryptosearch:active::before {
  opacity: 0.7;
}

.store_cryptotab:active,
.store_cryptosearch:active {
  background-color: #d6d6d6;
}

.page_ff .store_chrome {
  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: #4285f4;
  background-color: #4285f4;
}

.footer .store:active {
  background-color: #494949;
  border-color: #494949;
}

.footer .store__first-line,
.footer .store__second-line {
  display: none !important;
}

.subtitle {
  display: block;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
  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: #4285f4;
}
.testimonials__title {
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.testimonials__title b {
  font-weight: bold;
}

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

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

.third__pool {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid #494949;
  text-align: center;
  font-size: 22px;
  line-height: 48px;
  color: #fff;
}

@media only screen and (max-width: 500px) {
  .third__pool {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.third__pool strong {
  color: #f7931a;
}

.third__pool b {
  font-weight: bold;
}

.third__referral {
  font-size: 18px;
  line-height: 24px;
  max-width: 1000px;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.third__referral .link:hover {
  text-decoration: none;
  color: #f7931a;
}

@media only screen and (max-width: 500px) {
  .third__referral {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.third__scheme {
  display: block;
  width: 100%;
  max-width: 1038px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.third__scheme img {
  display: block;
  width: 100%;
  height: auto;
}

.third__levels {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 43px;
}

.title {
  display: block;
  font-size: 48px;
  line-height: 60px;
  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: 30px;
  color: #f7931a;
  font-weight: bold;
  text-transform: uppercase;
}

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

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

.total__label {
  font-size: 16px;
  line-height: 17px;
  color: #d6d6d6;
  margin-bottom: 10px;
  flex: 0 0 100%;
  max-width: 100%;
}

.total__value {
  display: block;
  color: #fff;
  margin-bottom: 14px;
}

.total__value_friends {
  display: inline-block;
  font-size: 32px;
  line-height: 36px;
  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: #4285f4;
  text-decoration: none;
}

.trust a:hover {
  color: #f7931a;
}

.trust_white {
  color: #fff;
}

.trust_white a {
  color: #fff;
  text-decoration: underline;
}

.trust_white a:hover {
  color: #fff;
  text-decoration: none;
}

.trust_top {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.trust_top br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .trust_top {
    margin-top: 0;
  }
}
.users {
  display: block;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  margin-right: 40px;
  text-decoration: none;
}

@media only screen and (max-width: 560px) {
  .users {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.users__count {
  display: block;
  margin-bottom: 10px;
  color: #000;
}

.users__count b {
  font-weight: bold;
}

.users__rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #494949;
}

.users__rating span {
  opacity: 0.7;
}

.users__rating img {
  display: block;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
}

.wrapper {
  display: block;
}

::-moz-selection {
  background-color: #f7931a;
  color: #fff;
}

::selection {
  background-color: #f7931a;
  color: #fff;
}

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

@media only screen and (max-width: 720px) {
  .header .lang {
    display: none;
  }
}
.lang__current {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  line-height: 30px;
  padding-left: 30px;
  background: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #323232;
  cursor: default;
  text-transform: uppercase;
  overflow: hidden;
}

.lang__current:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 13px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #d0d0d0;
}

.lang.opened .lang__current:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 12px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #d0d0d0;
}

.lang__current:hover {
  color: #3e82f7;
}

.lang__current img {
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
}

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

.lang.opened .lang__list {
  display: block;
}

.lang__item {
  display: block;
  width: 100%;
  height: 28px;
  padding-left: 9px;
  line-height: 28px;
  color: #323232;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.lang__item:hover {
  color: #fff;
  background-color: #3e82f7;
}

.lang__item img {
  margin-right: 6px;
  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: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeSlider__fill {
  background: #d6d6d6;
  position: absolute;
  z-index: 2;
}

.rangeSlider__fill__horizontal {
  height: 100%;
  top: 0;
  background-color: #4285f4;
  left: 0;
}

.rangeSlider__handle {
  height: 30px;
  width: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  border: 6px solid #4285f4;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  top: -12px;
  z-index: 5;
}

input[type=range]:focus + .rangeSlider .rangeSlider__handle {
  -webkit-box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
  box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
}

.rangeSlider__buffer {
  z-index: 1;
  position: absolute;
  top: -10px;
  height: 26px;
  background: transparent;
  width: 100%;
}

.notice {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #494949;
  margin-top: 40px;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  opacity: 0.8;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 4px;
  content: " ";
  height: 10px;
  width: 1px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.promo-label {
  display: block;
  position: absolute;
  top: 40px;
  left: -40px;
  height: 24px;
  width: 170px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  transform: rotate(-50deg);
  background-color: #4285f4;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.scroll-notification {
  display: none;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000;
}

.scroll-notification__text {
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  padding-bottom: 73px;
  background-image: url("../images/scroll-icon.png");
  background-repeat: no-repeat;
  background-size: 41px 33px;
  background-position: bottom center;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .scroll-notification__text {
    background-image: url("../images/scroll-icon@2x.png");
  }
}
.bform {
  display: block;
  width: 750px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 40px;
}

.bform__row {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: flex-end;
  -ms-flex-align: end;
}

.bform .label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}

.bform input[type=number] {
  height: 50px;
  border: 1px solid #cecece;
  border-radius: 2px;
  min-width: 170px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.bform .btn_default {
  max-width: 210px;
  height: 50px;
  line-height: 50px;
}

.bform select {
  height: 50px;
  border: 1px solid #cecece;
  border-radius: 2px;
  background-color: #fff;
  min-width: 90px;
  padding-left: 15px;
}

.group + .group {
  border-top: 1px solid #c8c8c8;
  margin-top: 50px;
  padding-top: 50px;
}

.group .subtitle {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 32px;
}

.group_1,
.group_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.group_1 .subtitle,
.group_2 .subtitle {
  width: 100%;
}

.group_1 .row_code,
.group_2 .row_code {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.group_1 .row_code {
  width: 100%;
  max-width: 600px;
}

.group_2 .row_code {
  width: 100%;
  max-width: 560px;
}

.group_1 .row_code .textarea,
.group_2 .row_code .textarea {
  width: 100%;
}

.group_1 .row_code .textarea_js,
.group_2 .row_code .textarea_js {
  min-height: 200px;
}

.group_1 .row_code .col,
.group_2 .row_code .col {
  text-align: right;
}

.group_1 .row_code .col + .col,
.group_2 .row_code .col + .col {
  margin-left: 0;
  margin-top: 30px;
}

.group_1 .row_preview,
.group_2 .row_preview {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0;
  margin-right: 30px;
}

.group_3,
.group_4,
.group_8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.group_3 .subtitle,
.group_4 .subtitle,
.group_8 .subtitle {
  width: 100%;
}

.group_3 .row_code,
.group_4 .row_code,
.group_8 .row_code {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.group_3 .row_code .col,
.group_4 .row_code .col,
.group_8 .row_code .col {
  width: 300px;
}

.group_3 .row_code .textarea,
.group_4 .row_code .textarea,
.group_8 .row_code .textarea {
  min-height: 250px;
}

.group_3 .row_code .col,
.group_4 .row_code .col,
.group_8 .row_code .col {
  text-align: right;
}

.group_3 .row_preview,
.group_4 .row_preview,
.group_8 .row_preview {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0;
  margin-right: 30px;
}

.page_generator .container__text {
  max-width: 970px;
  padding-left: 0;
  padding-right: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.row_preview {
  margin-top: 40px;
}

.col__title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}

.col {
  text-align: right;
}

.col + .col {
  margin-left: 30px;
}

.result {
  display: none;
  border-top: 1px solid #d6d6d6;
  padding-top: 50px;
  width: 100%;
}

.result .btn_default {
  height: 40px;
  line-height: 40px;
  width: 200px;
  font-size: 12px;
  display: inline-block;
}

.variant {
  text-transform: uppercase;
}

#preview iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.textarea {
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 15px;
  min-height: 120px;
  width: 100%;
}

.textarea_js {
  min-height: 180px;
}

.group_5 .textarea,
.group_6 .textarea,
.group_7 .textarea,
.group_9 .textarea {
  min-height: 180px;
}

.install-tip {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.install-tip__handler {
  display: block;
  max-width: 700px;
}
.install-tip__title {
  display: block;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 15px;
  color: #d6d6d6;
}
.install-tip__body {
  display: block;
  background-color: #282828;
  border: 1px solid #757575;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.install-tip__body strong {
  font-weight: bold;
}
.install-tip__title strong {
  color: #fff;
  font-weight: bold;
}

.install-tip_ff .install-tip__handler {
  position: absolute;
  left: 380px;
  top: 270px;
  margin-right: 20px;
}

@media only screen and (max-width: 1400px) {
  .install-tip_ff .install-tip__handler {
    left: 28%;
  }
}
@media only screen and (max-width: 1000px) {
  .install-tip_ff .install-tip__handler {
    left: 35%;
  }
}
.install-tip_ff .install-tip__handler::before {
  content: "";
  display: block;
  width: 40px;
  height: 84px;
  background-image: url("../images/install-tip_arrow.png");
  background-size: 40px 84px;
  position: absolute;
  top: -104px;
  left: 100px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .install-tip_ff .install-tip__handler::before {
    background-image: url("../images/install-tip_arrow@2x.png");
  }
}
.install-tip_ie .install-tip__handler {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 100px;
  text-align: center;
  width: 100%;
  max-width: none;
}

.no-results {
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 100px;
}

.mobile-only {
  display: none;
}

.store-btns {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}

.store-btn {
  display: block;
  min-width: 290px;
  padding-top: 15px;
  padding-bottom: 14px;
  min-height: 60px;
  background-color: #4285f4;
  padding-left: 80px;
  position: relative;
  border-radius: 5px 3px 3px 5px;
  border: none;
  margin-bottom: 10px;
}

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

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

.store-btn span {
  display: block;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 20px;
}

.store-btn span:first-child {
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 2px;
  color: #fff;
}

.store-btn span:last-child {
  font-size: 11px;
  line-height: 12px;
  color: #9fc3ff;
}

.store-btn:hover span:last-child,
.store-btn:active span:last-child {
  color: #fff;
}

.store-btn::before {
  content: "";
  display: block;
  width: 60px;
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d6d6d6;
  border-right: none;
  border-radius: 3px 0 0 3px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}

.store-btn_cryptosearch::before {
  background-image: url("../images/cryptosearch-logo.svg");
}

.store-btn_cryptotab::before {
  background-image: url("../images/cryptotab-logo.svg");
}

.fourth .store-btns {
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: row;
  -ms-flex-direction: row;
}

.fourth .store-btn {
  background-color: #000;
  margin-left: 5px;
  margin-right: 5px;
}

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

.fourth .store-btn::before {
  border-color: #fff;
}

.fourth .store-btn span:last-child {
  color: #757575;
}

.fourth .store-btn:hover span:last-child {
  color: #ffc782;
}

.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: bold;
}
.winner__body {
  width: 100%;
  position: relative;
}
.winner__body .row {
  display: flex;
  width: 100%;
  min-width: 400px;
  width: auto;
  padding-right: 20px;
  align-items: center;
  justify-content: flex-start;
  background-color: #fffdfd;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  flex-wrap: nowrap;
}
.winner__body .col {
  text-align: left;
  flex: 1;
}
.winner__body .col:first-child {
  white-space: nowrap;
  flex: 1.5;
}
.winner__body .line {
  left: 0;
  bottom: -7px;
}
.winner__title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  margin-bottom: 10px;
}
.winner__label {
  display: block;
  color: #757575;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}
.winner__val {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
}
.winner .sum {
  display: flex;
  align-items: center;
  height: 65px;
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
  color: #000;
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid #d6d6d6;
}
@media only screen and (max-width: 610px) {
  .winner .row {
    flex-direction: column;
    min-width: 0;
  }
  .winner .sum {
    border-right: none;
    height: auto;
    padding-top: 15px;
  }
  .winner .col {
    text-align: center;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.clover {
  display: block;
  font-size: 28px;
  line-height: 31px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.clover span {
  display: inline-block;
  position: relative;
  padding-left: 46px;
}
.clover span:before {
  content: "";
  display: block;
  width: 31px;
  height: 39px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/clover.png");
  background-size: 31px 39px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .clover span:before {
    background-image: url("../images/clover@2x.png");
  }
}
.clover b {
  font-weight: bold;
}

.page_ms .more-link {
  margin-bottom: 0;
}
.page_ms .first__screen {
  background-image: url("../images/macbook.png");
  background-size: 600px 346px;
  background-repeat: no-repeat;
  background-position: center right calc(50% + 315px);
  min-height: 346px;
  margin-bottom: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page_ms .first__screen {
    background-image: url("../images/macbook@2x.png");
  }
}
@media only screen and (max-width: 768px) {
  .page_ms .first__screen {
    background: none;
    min-height: 0;
    margin-bottom: 0;
  }
  .page_ms .first__screen .more-link {
    margin-bottom: 20px;
  }
}

.youtube {
  display: block;
  padding-left: 110px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 30px;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background-color: #fffdfd;
  background-image: url("../images/icon-youtube.png");
  background-size: 50px 36px;
  background-repeat: no-repeat;
  background-position: 30px center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .youtube {
    background-image: url("../images/icon-youtube@2x.png");
  }
}
.youtube a {
  color: #4285f4;
  text-decoration: none;
}

.page_browser .first {
  background-color: #fff;
}
.page_browser .first .title {
  line-height: 53px;
}
.page_browser .first__description {
  max-width: 980px;
}
.page_browser .first__screen {
  background-image: url("../images/macbook.png");
  background-size: 600px 346px;
  background-repeat: no-repeat;
  background-position: top 35px right calc(50% + 315px);
  min-height: 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_browser .sharing-section__label {
  display: none;
}

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

.referrals {
  display: block;
  max-width: 550px;
  margin: 50px auto 0;
}
.referrals__label {
  display: block;
  text-align: left;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.referrals__total {
  display: block;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
  font-weight: bold;
  color: #757575;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  margin-bottom: 10px;
}
.referrals__total span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  background-image: url("../images/people_gray.png");
  background-size: 18px 20px;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .referrals__total span:before {
    background-image: url("../images/people_gray@2x.png");
  }
}
.referrals__row {
  display: flex;
  width: 100%;
}
.referrals__row_labels {
  visibility: hidden;
  justify-content: space-between;
}
.referrals__row_labels .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: bold;
}
.referrals__col_earnings .earnings {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-left: 10px;
  margin-right: 5px;
  padding-left: 21px;
  background-image: url("../images/coin.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center left;
}
.referrals__col_earnings .earnings span {
  position: relative;
  top: 1px;
}
.referrals_our {
  max-width: 90%;
}
.referrals_our .level__title {
  flex: 1;
  text-align: left;
}
.referrals_our .level__value {
  flex: 1;
}

.level {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d6d6d6;
  height: 80px;
}
.level__title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #F7931A;
  text-transform: uppercase;
  text-align: left;
  flex: 1.5;
}
.level__value {
  display: block;
  font-size: 48px;
  font-weight: bold;
  flex: 2;
  text-align: right;
}
.level__value:nth-child(2) {
  color: #757575;
  font-size: 24px;
  padding-right: 40px;
}
.level__value:last-child {
  padding-right: 40px;
}

.bonus {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 1px;
  margin-left: 8px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #4285f4;
  color: #fff;
}
.bonus_orange {
  background-color: #F7931A !important;
}
.bonus_red {
  background-color: #f74249;
}
.bonus_turq {
  background-color: #1AB9E5;
}

.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: bold;
}
.download-tip__body {
  display: block;
  background-color: #282828;
  border: 1px solid #757575;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.download-tip__body strong {
  font-weight: bold;
}

/*
*
* Modificators
*
*/
.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: bold;
  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: none;
  }
  .first_black-screen .first__screen .animated-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .first_black-screen .first__screen .more-link {
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .why__upto {
    background-image: url("../images/browser-img@2x.png");
  }
}
@media screen and (max-width: 768px) {
  .page_browser .logo {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page_browser .first__screen {
    background: none;
    min-height: 0;
    margin-bottom: 0;
  }
}
.getaccess {
  display: block;
  background-color: #fff;
  padding-top: 80px;
  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 .materials__icon {
  width: 110px;
  height: 98px;
  margin: 0 auto 20px;
}
.getaccess_no-border {
  border-top: none;
}
.getaccess__icon {
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.getaccess .title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
}
.getaccess .description {
  margin-bottom: 30px;
  color: #494949;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.getaccess .btn {
  display: block;
  margin: 0 auto 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 320px;
  font-weight: bold;
  height: auto;
  line-height: 17px;
  padding-top: 22px;
  padding-bottom: 21px;
}
.getaccess .btns .btn:last-child {
  margin-bottom: 0;
}
.getaccess .btn_simple {
  border: 1px solid #cecece;
  background-color: #fff;
  color: #4285f4;
  text-align: center;
}
.getaccess .btn_simple:hover {
  color: #fff;
  background-color: #4285f4;
  border-color: #4285f4;
}
.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: bold;
}
.ct-counter__value span:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.ct-counter__label {
  display: block;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0 0 3px 3px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.ct-counter_users .ct-counter__value span:before {
  width: 32px;
  height: 34px;
  background-image: url("../images/counter-users.png");
  background-size: 32px 34px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ct-counter_users .ct-counter__value span:before {
    background-image: url("../images/counter-users@2x.png");
  }
}
.ct-counter_users .ct-counter__label {
  background-color: #4285f4;
}
.ct-counter_payments .ct-counter__value span:before {
  width: 30px;
  height: 45px;
  background-image: url("../images/counter-payments.png");
  background-size: 30px 45px;
  position: relative;
  top: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ct-counter_payments .ct-counter__value span:before {
    background-image: url("../images/counter-payments@2x.png");
  }
}
.ct-counter_payments .ct-counter__label {
  background-color: #F7931A;
}

.btc-bonus {
  display: flex;
  align-items: center;
  font-size: 48px;
  line-height: 53px;
  color: #000;
  font-weight: bold;
}
.btc-bonus img {
  display: block;
  margin-right: 15px !important;
}
@media screen and (max-width: 550px) {
  .btc-bonus {
    flex-direction: column;
    font-size: 32px;
    line-height: 36px;
  }
  .btc-bonus img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.button-more {
  transition: border 0.3s;
}
.button-more:hover {
  border: 1px solid #4285f4;
}

.advantages__name {
  font-weight: 700;
}

.overview {
  border-bottom: 1px solid #d6d6d6;
  background: #fff;
}

.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.25s 0s;
  height: 100%;
}

.loader.hide {
  visibility: hidden;
  opacity: 0;
}

.loader-spinner {
  text-align: center;
}

.loader-spinner > i {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 3px;
  margin-left: 3px;
}

.loader-spinner > i:first-child {
  animation-delay: -0.6s;
}

.loader-spinner > i:nth-child(2) {
  animation-delay: -0.4s;
}

.loader-spinner > i:nth-child(3) {
  animation-delay: -0.2s;
}

.parts {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1280px;
  margin-left: -640px;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1296px) {
  .parts {
    width: 100%;
    margin-left: auto;
    left: 0;
    overflow: hidden;
  }
}
.parts__item {
  position: absolute;
  width: 100%;
  height: 100%;
}
.parts__img {
  position: absolute;
}

.parts__img--1 {
  top: 80px;
  left: 200px;
}
.parts__img--2 {
  top: 0;
  right: 0;
}
.parts__img--3 {
  top: 400px;
  right: 75px;
}
.parts__img--4 {
  top: 175px;
  left: 0;
}
.parts__img--5 {
  left: 0;
  bottom: 0;
}
.parts__img--6 {
  left: 200px;
  bottom: 225px;
}
.parts__img--7 {
  right: 0;
  top: 248px;
}
.parts__img--8 {
  right: 280px;
  bottom: 70px;
}
@media (max-width: 767px) {
  .parts {
    display: none;
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Components */
.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: -80px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    z-index: 99;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, background-color 0.2s;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .header__container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .logo {
    height: 50px;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .logo img {
    max-height: 100%;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .logo.logo--animate {
    height: auto;
  }
}
.header__logo {
  position: relative;
  display: block;
  z-index: 1;
}
.header__wrapper {
  width: 100%;
  transition: background-color 0.2s;
}
.header__container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header__container {
    min-height: 80px;
  }
}
.header__navbar {
  display: flex;
  align-items: center;
  z-index: 10;
}
.header__menu {
  margin-right: 30px;
}
.header__menu a {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #4285F4;
  text-transform: uppercase;
}
.header__menu a:hover {
  color: #f7931a;
}
.header__menu a + a {
  margin-left: 25px;
}
.header__menu a.active {
  color: #000;
  pointer-events: none;
  position: relative;
}
.header__menu a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #F7931A;
  position: absolute;
  bottom: -13px;
  left: 0;
}
@media (max-width: 768px) {
  .header__menu--mobile-center {
    text-align: center;
  }
}
.header__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: #4285f4;
  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: 1186px) {
  .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: #fff;
    min-height: 61px;
  }
  .header.fixed .header__wrapper {
    position: fixed;
    top: -61px;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, background-color 0.2s;
  }
  .header__container {
    align-items: flex-start;
  }
  .header__navbar {
    position: absolute;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    background: #FFFFFF;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
  }
  .header__navbar.active {
    transform: translateY(60px);
    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: #fff;
    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: scroll;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
  }
  .header__menu::-webkit-scrollbar {
    display: none;
  }
  .header__menu:after {
    content: "";
    display: block;
    width: 20px;
  }
  .header__menu a {
    display: inline-block;
  }
  .header__menu a:last-child {
    margin-right: 20px;
  }
  .header__menu a.active:after {
    bottom: -18px;
  }
  .header__socials {
    margin-right: 0;
    margin-left: 15px;
  }
  .header__socials span {
    display: block;
    margin-right: 10px;
  }
}

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

/*
*
* Modificators
*
*/
@media (max-width: 768px) {
  .header--not-menu {
    background: none;
    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: #4285f4;
}
@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
 */
.burger {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 19px;
  top: 20px;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 200;
}
.burger.active {
  transform: rotate(90deg);
}
.burger.active span, .burger.active:before, .burger.active:after {
  background-color: #4285f4;
}
.burger span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #757575;
  position: absolute;
  top: 9px;
  left: 1px;
}
.burger:before, .burger:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  background-color: #757575;
  left: 1px;
}
.burger:before {
  top: 4px;
}
.burger:after {
  top: 14px;
}

.notification {
  display: block;
  width: 100%;
  background-color: #000;
  padding-left: 30px;
  padding-right: 30px;
  background-image: linear-gradient(-135deg, #494949 15%, #000 85%);
  border-bottom: 5px solid #F7931A;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.notification__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  padding-top: 12px;
  padding-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
}
.notification__row_bg_chinese {
  padding-left: 120px;
  background-image: url("../images/promo-guy.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 104px 80px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .notification__row_bg_chinese {
    background-image: url("../images/promo-guy@2x.png");
  }
}
@media screen and (max-width: 768px) {
  .notification__row_bg_chinese {
    padding-bottom: 90px;
    padding-left: 0;
    background-position: bottom center;
  }
}
@media screen and (max-width: 768px) {
  .notification__row {
    flex-direction: column;
    text-align: center;
  }
}
.notification__col:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .notification__col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.notification__title {
  font-size: 30px;
  line-height: 33px;
  color: #fff;
}
.notification__title b, .notification__title strong {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .notification__title {
    font-size: 24px;
    line-height: 27px;
  }
}
.notification__btn {
  display: inline-block;
  width: auto;
  min-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #4285f4;
  text-align: center;
}
.notification__btn:hover {
  background-color: #F7931A;
}
.notification__btn:active {
  background-color: #d6d6d6;
}
@media screen and (max-width: 768px) {
  .notification__btn {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 13px;
    min-width: 180px;
  }
}
.page_sticky-notification .notification {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 0;
  z-index: 150;
  animation-name: stick;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.page_sticky-notification .notification__row {
  padding-top: 14px;
  padding-bottom: 14px;
}
.page_sticky-notification .notification__title {
  font-size: 24px;
  line-height: 27px;
}
.page_sticky-notification .notification__btn {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 13px;
  min-width: 180px;
}

@media screen and (max-width: 768px) {
  .notification {
    z-index: 500;
  }
}
@keyframes stick {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow-y: auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.popup--video .popup__handler {
  max-width: 800px;
}
.popup--video .popup__cancel {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px;
}
.popup--video .popup__cancel:hover svg {
  fill: #fff;
}
.popup--video .popup__cancel svg {
  pointer-events: none;
  fill: #757575;
  transition: fill 300ms;
}
.popup_transparent {
  background-color: transparent;
}
.popup_alert .popup__handler {
  padding-top: 30px;
}
.popup_alert .popup__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
}
.popup_alert h2 {
  font-size: 24px;
  display: block;
  color: #000;
  line-height: 24px;
}
.popup__handler {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-color: #F7F7F7;
  width: calc(100% - 10px);
  max-width: 600px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .popup__handler {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.popup__handler .desc {
  font-size: 12px;
  line-height: 14px;
  color: #494949;
}
.popup__header {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}
.popup__header img {
  display: block;
  margin-right: 10px;
}
.popup__body {
  padding: 0 30px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 16px;
  color: #494949;
}
.popup__body p {
  margin-bottom: 20px;
}
.popup__body ul {
  margin-bottom: 20px;
}
.popup__body li {
  margin-bottom: 10px;
}
.popup__body b,
.popup__body strong {
  font-weight: 700;
}
.popup__footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 30px;
}
.popup__footer.cols {
  display: flex;
  justify-content: space-between;
}
.popup__label {
  display: block;
  color: #F7931A;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px;
  font-weight: bold;
}
.popup.active {
  display: block;
}
.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#howPopup .popup__body {
  max-height: 350px;
  overflow-y: scroll;
}
#howPopup h3 {
  position: relative;
  padding-left: 36px;
}
#howPopup h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/sprites/sprite.png");
  background-position: 0px -95px;
  width: 26px;
  height: 26px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #howPopup h3:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}

#blockedPopup .popup__handler {
  background-image: url("../images/blocked-popup-bg.png");
  background-size: 90px 75px;
  background-repeat: no-repeat;
  background-position: left 30px bottom 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #blockedPopup .popup__handler {
    background-image: url("../images/blocked-popup-bg@2x.png");
  }
}
#blockedPopup .popup__body {
  padding-top: 50px;
}
#blockedPopup .popup__body h3 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #000;
}
#blockedPopup .popup__footer {
  padding-top: 60px;
  padding-bottom: 25px;
}

#termsPopup .popup__handler {
  max-width: 700px;
}
#termsPopup .popup__header {
  padding-top: 25px;
  padding-bottom: 25px;
}
#termsPopup .popup__header .logo {
  margin-bottom: 0;
}
#termsPopup .popup__body {
  overflow: hidden;
  max-height: 350px;
}
#termsPopup .popup__body iframe {
  display: block;
  border: 1px solid #D6D6D6;
  width: 100%;
  background-color: #fff;
  height: 230px;
  border-radius: 2px;
}
#termsPopup .popup__footer {
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
#termsPopup .popup__footer .btn_default {
  margin-left: 0;
  margin-right: 0;
  max-width: 280px;
}
#termsPopup .popup__footer .btn_link {
  color: #494949;
}
#termsPopup .popup__footer .btn_link:hover {
  color: #4285f4;
}
@media screen and (max-width: 550px) {
  #termsPopup .popup__footer {
    flex-direction: column;
    align-items: center;
  }
  #termsPopup .popup__footer .btn_default {
    margin-bottom: 30px;
  }
}
#termsPopup .terms-text {
  display: block;
  border: 1px solid #D6D6D6;
  width: 100%;
  height: 220px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  overflow-y: auto;
}
#termsPopup .terms-text h1 {
  display: block;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
#termsPopup .terms-text h2 {
  display: block;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
}
#termsPopup .terms-text ul, #termsPopup .terms-text p {
  color: #494949;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}
#termsPopup .terms-text a {
  color: #4285f4;
  text-decoration: none;
}
#termsPopup .terms-text a:hover {
  color: #f7931a;
}

#promoSharingPopup {
  background-image: url("../images/sharing-popup-bg.png");
  background-position: right bottom;
  background-size: 302px 424px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #promoSharingPopup {
    background-image: url("../images/sharing-popup-bg@2x.png");
  }
}
#promoSharingPopup .popup__handler {
  max-width: 600px;
}
#promoSharingPopup .popup__header {
  flex-direction: column;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #D6D6D6;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
#promoSharingPopup .popup__label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-align: center;
}
#promoSharingPopup .popup__label span {
  color: #000;
}
#promoSharingPopup .popup__body {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}
#promoSharingPopup .popup__body h2 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}
#promoSharingPopup .popup__body p {
  font-size: 16px;
  line-height: 26px;
  color: #494949;
  margin-bottom: 0;
}
#promoSharingPopup .popup__body p span.orange {
  color: #F7931A;
}
#promoSharingPopup .popup__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 550px) {
  #promoSharingPopup .popup__footer {
    flex-direction: column-reverse;
  }
  #promoSharingPopup .popup__footer .popup__btn {
    margin-bottom: 30px;
  }
}
#promoSharingPopup .popup__btn {
  display: block;
  width: 100%;
  max-width: 300px;
}
#promoSharingPopup .popup__btn .button {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #androidVersionPopup {
    padding: 0;
    align-items: center;
    justify-content: center;
    background-color: #F7F7F7;
  }
  #androidVersionPopup:before {
    content: none;
  }
  #androidVersionPopup .popup__handler {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
    background-color: #F7F7F7;
    box-shadow: none;
  }
}

.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: 730px;
}
.popup-android-version__header {
  text-align: left;
  padding: 30px;
  margin-bottom: 5px;
}
.popup-android-version .title {
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .popup-android-version .title {
    font-size: 22px;
    line-height: 28px;
  }
}
.popup-android-version .desc {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .popup-android-version .desc {
    font-size: 15px;
  }
}
.popup-android-version__container {
  display: flex;
  height: auto;
  max-height: none;
  min-height: 0;
  padding: 0 15px 30px;
}
@media (max-width: 767px) {
  .popup-android-version__container {
    position: relative;
    display: block;
  }
  .popup-android-version__container .phone {
    display: none;
  }
}
.popup-android-version__logo svg {
  width: 100%;
}
.popup-android-version__block {
  height: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .popup-android-version__block {
    margin-bottom: 20px;
  }
}
.popup-android-version__header-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.popup-android-version__body {
  padding: 20px;
  padding-bottom: 30px;
}
.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 {
  position: absolute;
  top: 15px;
  right: 15px;
  outline: none;
  border-radius: 0 0 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .popup-android-version__close.--second {
    display: none;
  }
}
.popup-android-version__close svg {
  pointer-events: none;
  fill: #9d9d9d;
}
@media only screen and (max-width: 767px) {
  .popup-android-version__close svg {
    fill: none;
  }
}
.popup-android-version__close:hover svg {
  fill: #4285f4;
}
@media only screen and (max-width: 767px) {
  .popup-android-version__close:hover svg {
    fill: none;
  }
}
.popup-android-version__close:active svg {
  fill: #d6d6d6;
}
@media only screen and (max-width: 767px) {
  .popup-android-version__close:active svg {
    fill: none;
  }
}
.popup-android-version__top-header {
  display: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 21px 0;
  position: relative;
  background-color: #fff;
}
.popup-android-version__top-header p {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
}
.popup-android-version__top-header .popup__cancel {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .popup-android-version__top-header {
    display: block;
  }
}

.button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border: none;
  background-color: transparent;
  text-align: center;
}
.button_size_l {
  font-size: 16px;
  line-height: 17px;
  padding-top: 22px;
  padding-bottom: 21px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
}
.button_primary {
  background-color: #4285f4;
}
.button_primary:hover {
  background-color: #F7931A;
}
.button_primary:active {
  background-color: #d6d6d6;
}
.button_secondary {
  color: #494949;
  font-size: 13px;
  line-height: 15px;
}
.button_secondary:hover {
  color: #000;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  text-align: center;
  height: 60px;
  background-color: #4285f4;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  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: bold;
  padding-top: 22px;
  padding-bottom: 21px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.btn strong {
  font-weight: 700;
}

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

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

.btn_primary {
  display: inline-block;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: 10px center;
  cursor: pointer;
  position: relative;
  background-color: #4285F4;
  color: #fff;
  border: none;
  font-size: 12px;
  min-width: 90px;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.btn_primary:hover {
  background-color: #f7931a;
  color: #fff;
}
.btn_primary:active {
  background-color: #d6d6d6;
  color: #fff;
}

.btn_secondary {
  height: 40px;
  background-color: transparent;
  font-size: 13px;
  line-height: 40px;
  color: #494949;
  font-weight: bold;
  padding: 0;
}
.btn_secondary.blue {
  color: #4285f4;
}
.btn_secondary.blue:hover {
  color: #000;
}
.btn_secondary:hover {
  background-color: transparent;
  color: #4285f4;
}

.btn_compact {
  line-height: 40;
  height: 40px;
  min-width: 160px;
}

.btn_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: #4285f4;
}

.btn_black:hover:before {
  background-image: url("../images/sprites/sprite.png");
  background-position: -124px -95px;
  width: 16px;
  height: 16px;
}

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

.btn_black:active:before {
  background-image: url("../images/sprites/sprite.png");
  background-position: -148px -95px;
  width: 16px;
  height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2), (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;
  font-weight: normal;
}
.btn_calc.active:before {
  opacity: 0;
}
.btn_calc.active span {
  opacity: 0;
}
.btn_calc.active .loader {
  visibility: visible;
  opacity: 1;
}
.btn_calc .loader {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}

.btn_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: #4285f4;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  height: auto;
  background: none;
}

.btn_link:hover,
.btn_link.gray:hover {
  color: #000;
  background-color: transparent;
}

.btn_link:active {
  background-color: transparent;
}

.btn_link + .btn_link {
  margin-left: 20px;
}

.btn_link.gray {
  color: #757575;
}

.btn_default {
  width: 100%;
  max-width: 360px;
  height: 50px;
  font-size: 14px;
}

.btn_big {
  width: auto;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  min-width: 280px;
  border-radius: 3px;
}

.btn_simple {
  background-color: #fff;
  border: 1px solid #D6D6D6;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding-left: 20px;
  padding-right: 10px;
}

.btn_simple span {
  position: relative;
}

.btn_simple span::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_simple span::after {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.btn_simple:hover {
  border-color: #4285f4;
  color: #4285f4;
  background-color: #fff;
}

.btn_simple:active {
  color: #757575;
  background-color: #fff;
  border-color: #D6D6D6;
}

.btn_social {
  width: 80px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -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 #4285F4;
  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: bold;
  padding-right: 38px;
  padding-left: 50px;
  padding-top: 19px;
  padding-bottom: 18px;
  width: 100%;
  max-width: 370px;
  background-image: url("../images/cryptotab-icon.svg");
  background-size: 18px 21px;
  background-repeat: no-repeat;
  background-position: left 20px center;
  height: auto;
  line-height: 23px;
  text-align: center;
}
.btn_web-version:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: 20px;
  margin-top: -8px;
  top: 50%;
}
.btn_web-version:hover {
  background-color: #4285f4;
}
.btn_web-version:active {
  background-color: #D6D6D6;
}

.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_blue {
  color: #4285f4;
}

.l66 .btn_blue {
  color: #fff;
}

.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: 48px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: bold;
}
@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;
  overflow-x: hidden;
  background: linear-gradient(-180deg, #000000 0%, #494949 100%);
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  position: relative;
  padding-right: 20px;
}
.video-block:before {
  content: url("../images/video-bkg.svg");
  position: absolute;
  top: 150px;
  left: calc(50% - (1781px / 2));
}
@media (max-width: 768px) {
  .video-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .video-block:before {
    display: none;
  }
}
.video-block__container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.video-block__l, .video-block__r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.video-block__l {
  right: 100%;
}
.video-block__r {
  left: 100%;
}
.video-block__icon {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .video-block__icon {
    width: 70px;
    margin: 0 auto 20px;
  }
}
.video-block__content {
  display: block;
  width: 100%;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .video-block__content {
    margin-bottom: 30px;
  }
}
.video-block .subtitle {
  color: #fff;
}
.video-block .subtitle:before {
  content: url("../images/video-icon.svg");
  margin-bottom: 20px;
  display: block;
}
.video-block__text {
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #757575;
  text-align: center;
}
@media (max-width: 768px) {
  .video-block__text {
    font-size: 15px;
    line-height: 20px;
  }
}
.video-block__video {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.video-block__video-wrap {
  position: relative;
  padding-bottom: 52.37%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-block__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-version {
  display: block;
  background-color: #4285f4;
  padding-top: 120px;
  padding-bottom: 120px;
  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: 450px;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/mobile-screens-new.png");
  background-size: 450px 500px;
  position: absolute;
  left: 650px;
  bottom: -120px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mobile-version__content::after {
    background-image: url("../images/mobile-screens-new@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: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  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: 20px;
  line-height: 32px;
  color: #AACAFF;
  margin-bottom: 30px;
  width: 100%;
  max-width: 600px;
}
@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: #4285f4;
}
.mobile-version--orange .app-store-btn:active,
.mobile-version--orange .google-play-btn:active {
  background-color: #255199;
}

.app-store-btn,
.google-play-btn {
  display: inline-block;
  width: 250px;
  height: 60px;
  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 svg path {
  fill: #e12a21;
}
.header__socials .social-link_youtube:hover svg path {
  fill: #F7931A;
}
.header__socials .social-link_twitter svg #getcryptotab--chat-icons {
  fill: #1DA1F2;
}
.header__socials .social-link_instagram:hover svg #instagram_up {
  fill: #F7931A;
}
@media only screen and (max-width: 1220px) {
  .header__socials span {
    display: none;
  }
  .header__socials .social-links {
    margin-left: 0;
  }
}

.menu__item_join .social-links {
  margin-right: 15px;
}
@media only screen and (max-width: 480px) {
  .menu__item_join .social-links {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .menu__item_join .social-links + span {
    margin-left: 10px;
  }
}

.footer .social-links a svg #getcryptotab--chat-icons {
  fill: #fff;
}
.footer .social-link_instagram svg #instagram_up {
  fill: #fff;
}
.footer .social-link_instagram:hover svg #instagram_up {
  fill: #F7931A;
}
.footer .social-link_youtube:hover svg #youtube_icon {
  fill: #F7931A;
}
.footer .social-links a:hover svg #getcryptotab--chat-icons {
  fill: #F7931A;
}
.footer .social-links a + a {
  margin-left: 15px;
}
@media only screen and (max-width: 1200px) {
  .footer .social-links + span {
    display: none;
  }
}

.other-inquiries {
  color: #757575;
  font-size: 13px;
  line-height: 15px;
}
.other-inquiries a {
  color: #F7931A;
}
.other-inquiries a:hover {
  color: #4285f4;
}

.feedback-link {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
}
.feedback-link a {
  color: #F7931A;
}
.feedback-link a:hover {
  color: #4285f4;
}

.feature-section {
  background: #F7F7F7;
  padding: 80px 0;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 768px) {
  .feature-section {
    padding: 50px 0 30px;
  }
}
.feature-section--gray {
  background-color: #F7F7F7;
}
.feature-section .wrapper {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto 20px;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .feature-section .wrapper {
    max-width: 740px;
  }
}
@media only screen and (max-width: 740px) {
  .feature-section .wrapper {
    max-width: 380px;
  }
}
.feature-section__icon {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .feature-section__icon {
    width: 70px;
    margin: 0 auto 20px;
  }
}
.feature-section__text {
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  margin-bottom: 40px;
}
.feature-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.feature-section__item {
  width: 340px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  border-radius: 3px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 740px) {
  .feature-section__item {
    max-height: none;
  }
}
.feature-section__img {
  margin-bottom: 15px;
}
.feature-section__subtitle {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
.feature-section__block-text {
  padding: 30px 30px 0;
  text-align: left;
  border-top: 1px solid #d6d6d6;
  font-size: 16px;
  line-height: 26px;
  color: #494949;
}
.feature-section__download .intro__download-btns {
  justify-content: center;
}
.feature-section__note {
  color: #757575;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
}

.community-section {
  display: block;
  background-color: #fff;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .community-section {
    padding-top: 50px;
    border-bottom: 1px solid #d6d6d6;
  }
}
.community-section__container {
  display: block;
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.community-section__pre-title {
  font-size: 18px;
  line-height: 28px;
  color: #F7931A;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .community-section__pre-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.community-section__title {
  font-size: 40px;
  line-height: 56px;
  color: #000000;
  margin-bottom: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .community-section__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}
.community-section__text {
  display: block;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
  color: #494949;
}
@media screen and (max-width: 768px) {
  .community-section__text {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
.community-section__text a {
  color: #4285F4;
  text-decoration: none;
  font-weight: bold;
}
.community-section__text a:hover {
  color: #F7931A;
}
.community-section__btns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .community-section__btns {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.community-section__img {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.community-section__img img {
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .community-section__img {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .community-section__img img {
    width: 100%;
    height: auto;
  }
}

.community-btn {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  padding-top: 22px;
  padding-bottom: 21px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  text-decoration: none;
  border: none;
  background-color: transparent;
  text-align: center;
  width: 100%;
  max-width: 300px;
}
.community-btn:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .community-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.community-btn_primary {
  background-color: #4285F4;
  color: #fff;
}
.community-btn_primary:hover {
  background-color: #F7931A;
}
.community-btn_primary:active {
  background-color: #d6d6d6;
}
.community-btn_more {
  color: #000;
  border: 1px solid #D6D6D6;
}
.community-btn_more:hover {
  color: #4285F4;
  border-color: #4285F4;
}
.community-btn_more:active {
  color: #757575;
  border-color: #D6D6D6;
}
.community-btn_more span::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAABGdBTUEAALGPC/xhBQAAALNJREFUKBWVk2EOwiAMRkc9nXoL4xUgHIEQj2C8hfFm/AT5MBDZurRrQsbgvaasYymlGGvtBQPzRQhyzp0r88bw3j8lif4T5pxvkkQxxg8RvbooSa1mlIHMgLuIJCGEuzGm9DU8xyG10hBga6RJ0EgbQZQAcMGVV7nr1AdOXK+xApcdnxk925xhD+49mQQJRnlD0MBD0MJNOAJDOKWUcHEeeEHs/XS/3brfJxq4sSjpyBX9AlOUx3qlvxwuAAAAAElFTkSuQmCC");
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: 6px 10px;
  margin-left: 10px;
}

.mobile-info {
  text-align: left;
  background-color: #fff;
}
.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: bold;
  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: bold;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .mobile-info__content .app-store__title,
.mobile-info__content .google-play__title {
    text-align: left;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
.mobile-info__content .app-store__link,
.mobile-info__content .google-play__link {
  display: block;
  width: 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;
  border: none;
}
@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 {
    /* on retina, use image that's scaled by 2 */
    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 {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/app-store-btn@2x.png");
  }
}
@media (max-width: 768px) {
  .mobile-info__content--48 {
    color: #fff;
    margin-bottom: -22px;
    padding-bottom: 62px;
    background-image: url(../images/mobile-content_cover.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6/2), (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 768px) and (min-device-pixel-ratio: 1.3), (max-width: 768px) and (min-resolution: 1.3dppx) {
  .mobile-info__content--48 {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/mobile-content_cover@2x.png");
  }
}
@media (max-width: 768px) {
  .mobile-info__content--48 .desc {
    color: #D6D6D6;
  }
}
.mobile-info__cover {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  background-color: #F7931A;
}
.mobile-info__cover img {
  max-width: 100%;
  vertical-align: top;
}
.mobile-info__cover--white {
  background-color: #fff;
}
.mobile-info__cover--transparent {
  background-color: transparent;
}
.mobile-info__cover--40 {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.mobile-info__cover--40 img {
  min-width: 375px;
}
.mobile-info__cover--46 {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}
.mobile-info__cover--46 img {
  min-width: 500px;
  margin-right: -20px;
}
.mobile-info__text-block {
  padding: 30px 20px 40px;
  text-align: center;
}
.mobile-info__text-block .subtitle {
  color: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .mobile-info__text-block .subtitle {
    text-align: left;
  }
}
.mobile-info__text-block .desc {
  margin-top: 30px;
  font-size: 14px;
  line-height: 22px;
  color: #494949;
}
.mobile-info__text-block--black {
  background-color: #000;
  color: #fff;
}
.mobile-info__text-block--black .desc {
  color: #D6D6D6;
}
.mobile-info__text-block--with-border {
  border-top: 1px solid #D6D6D6;
}
@media (max-width: 700px) {
  .mobile-info__text-block {
    text-align: left;
  }
}
@media (max-width: 700px) {
  .mobile-info__text-block .app-store__link,
.mobile-info__text-block .google-play__link {
    width: 100%;
    max-width: 420px;
  }
}
.phone + .mobile-info__phone-block {
  margin-top: -30px;
}
.mobile-info__phone-block {
  padding-top: 30px;
  text-align: center;
}
.mobile-info__phone-block .mobile-info__icon {
  margin-top: 0;
  margin-bottom: 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;
  background-color: #fff;
}
.mobile-info-blocks--last {
  padding-bottom: 25px;
}
.mobile-info-blocks--second {
  padding-top: 20px;
}
.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: bold;
  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: #4285f4;
}
.b-card:hover .b-card__footer {
  border-color: #4285f4;
}
.b-card__label {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.b-card__label_browser {
  padding-left: 20px;
  background-image: url("../images/browser-icon.svg");
  background-size: 14px;
  background-position: left center;
  background-repeat: no-repeat;
}
.b-card__title {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
}
.b-card__text {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #494949;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.b-card__footer {
  border-top: 1px solid #D6D6D6;
  padding-top: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.b-card__btn {
  margin-bottom: 30px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.b-card__btn--flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .b-card__btn--flex {
    display: block;
  }
}
.b-card__btn .btn {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 390px;
  font-weight: bold;
}
.b-card__btn .btn_app-store,
.b-card__btn .btn_google-play {
  max-width: 200px;
  min-width: 200px;
  margin: 0 10px;
}
@media (max-width: 600px) {
  .b-card__btn .btn_app-store,
.b-card__btn .btn_google-play {
    display: block;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.b-card__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  height: auto;
  min-height: 60px;
  border-radius: 0 0 3px 3px;
  padding-left: 20px;
  padding-right: 20px;
}
.b-card__bottom img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .b-card {
    padding-top: 240px;
  }
  .b-card_webapp {
    background-size: 214px 150px;
  }
  .b-card_browser {
    background-size: 267px 173px;
  }
  .b-card_mobile-browser {
    background-size: auto 173px;
  }
}

.first-section {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 30px;
}
.first-section .header {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .first-section .header {
    margin-bottom: 20px;
  }
}
.first-section .container {
  display: block;
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
  min-height: auto;
  width: 100%;
  max-width: 1120px;
  background: transparent;
  text-align: left;
}
.first-section .info {
  position: relative;
  z-index: 2;
  max-width: 750px;
}
.first-section .slogan {
  font-size: 20px;
  line-height: 22px;
  color: #F7931A;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .first-section .slogan {
    font-size: 16px;
    line-height: 24px;
  }
}
.first-section .man {
  position: absolute;
}
.first-section .man img {
  vertical-align: top;
}
.first-section .title {
  text-align: inherit;
  font-size: 54px;
  line-height: 72px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .first-section .title {
    font-size: 32px;
    line-height: 38px;
  }
}
.first-section .desc {
  color: #494949;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .first-section .desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.first-section .btns {
  display: 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: #4285f4;
  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: 1317px) {
  .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;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
  .rotator-animate {
    min-height: 76px;
  }
}
.rotator-animate__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 106px;
  text-align: center;
  font-size: 4vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.rotator-animate__item.static {
  position: static;
}
@media only screen and (max-width: 768px) {
  .rotator-animate__item {
    font-size: 32px;
    min-height: 76px;
  }
}
.rotator-animate .title {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 60px;
  opacity: 0;
}
@media (max-width: 767px) {
  .rotator-animate .title {
    line-height: 1.2;
  }
}
.rotator-animate .title.animated {
  opacity: 1;
}

/*
* Modificatos
*/
@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;
  padding-bottom: 60px;
  border-bottom: 1px solid #D6D6D6;
}
.calc__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.calc__item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  padding-right: 40px;
}
.calc__item + .calc__item {
  margin-top: 40px;
}
.calc__label {
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: #494949;
  min-height: 40px;
  margin-bottom: 15px;
}
.calc__label b {
  position: relative;
  top: 5px;
  font-size: 36px;
  color: #000;
  font-weight: 700;
}
.calc__label-text {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
}
.calc__label-num {
  position: absolute;
  left: 100%;
  top: 4px;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #000;
  width: 84px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #D6D6D6;
  background-color: #F7F7F7;
}
@media (max-width: 768px) {
  .calc__label {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .calc__label-num {
    position: static;
    line-height: 1;
    margin-top: -4px;
    margin-left: 10px;
  }
}
.calc input[type=range] {
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  max-width: 320px;
}
.calc input[type=range]:focus {
  outline: none;
}
.calc input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background-color: #d6d6d6;
  border-radius: 3px;
}
.calc input[type=range]::-webkit-slider-thumb {
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  border: 6px solid #4285f4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
.calc__wrap-btn {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F7F7F7;
}

.screen-img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 100%;
  height: auto;
}

.calc input[type=range]:focus::-webkit-slider-runnable-track {
  background-color: #d6d6d6;
}

.calc input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  background-color: #D6D6D6;
  border-radius: 3px;
}

.calc input[type=range]::-moz-range-thumb {
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  border: 6px solid #4285f4;
}

.calc input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background-color: #d6d6d6;
  border-radius: 3px;
}

.calc input[type=range]::-ms-fill-lower {
  background-color: #d6d6d6;
  height: 6px;
  border-radius: 3px;
}

.calc input[type=range]::-ms-fill-upper {
  background-color: #d6d6d6;
  height: 6px;
  border-radius: 3px;
}

.calc input[type=range]::-ms-thumb {
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  border: 6px solid #4285f4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}

.calc input[type=range]:focus::-ms-fill-lower {
  background-color: #d6d6d6;
}

.calc input[type=range]:focus::-ms-fill-upper {
  background-color: #d6d6d6;
}

.calculate {
  display: block;
  background-color: #fff;
  text-align: center;
}
.calculate .wrapper {
  max-width: 1060px;
  margin: 0 auto;
  border: 1px solid #C0C0C0;
  border-radius: 3px;
}
.calculate .btn_calc {
  margin: 30px 0;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .calculate .btn_calc {
    margin: 50px 0;
  }
}

.calculate .subtitle {
  margin-bottom: 50px;
  padding: 30px 0;
  font-size: 40px;
  line-height: 47px;
  border-bottom: 1px solid #D6D6D6;
}

.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 #c0c0c0;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.card:hover:not(.card_form) .card__title {
  color: #4285f4;
}
.card:before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 65%);
}
.card__title {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
}
.card .title {
  font-size: 32px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.card__body {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.card-container {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 530px);
}

/*
* Modificators
*/
.card_form {
  width: 100%;
  max-width: 450px;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  height: auto;
}
.card_form .form {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.card_form p {
  font-size: 14px;
  line-height: 22px;
  color: #494949;
}

.card_success {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 10px;
  width: 100%;
  max-width: 450px;
}
.card_success .card__body {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card_success .card__body h2 {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #000;
}

.card_error {
  text-align: center;
  max-width: 550px;
  padding: 40px 30px 30px;
  margin: 0 auto;
}
.card_error .card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 290px;
}
.card_error .icon {
  margin-bottom: 20px;
}
.card_error .error-label {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
.card_error .error-title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.1px;
  font-weight: bold;
  margin-bottom: 40px;
}
.card_error .btn {
  margin-top: auto;
  width: 220px;
  text-align: center;
}

.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: 625px;
  right: 25px;
}
@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: bold;
}
.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;
}

/*
* spring20
*/
.top-notification--spring20 {
  position: relative;
  z-index: 102;
  padding-right: 80px;
  padding-left: 20px;
  background-image: url(../images/promo-bar_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;
  border-bottom: 4px solid #F7931A;
}
@media (max-width: 767px) {
  .top-notification--spring20 {
    background-image: url(../images/promo-bar_bg-mobile.jpg);
    text-align: center;
  }
}
.top-notification--spring20:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.top-notification--spring20 .top-notification__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--spring20 .top-notification__container .btn_primary {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  height: 34px;
  font-size: 11px;
  line-height: 34px;
  font-weight: bold;
  padding: 0 15px;
  min-width: auto;
  width: auto;
  max-width: none;
}
.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: 81px;
  height: 81px;
}
.top-notification--spring20 .top-notification__close {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 42px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  transition: all 0.2s;
}
.top-notification--spring20 .top-notification__close:hover {
  background-color: #F7931A;
}
.top-notification--spring20 .top-notification__close:active {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
}
.top-notification--spring20 .top-notification__close:before, .top-notification--spring20 .top-notification__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: rotate(45deg);
}
.top-notification--spring20 .top-notification__close:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.top-notification--spring20 .top-notification__close:after {
  margin-top: -6px;
  margin-left: -1px;
  height: 12px;
  width: 2px;
}
.top-notification--spring20 .top-notification__text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  margin-right: 160px;
}
.top-notification--spring20 .top-notification__text p {
  opacity: 0.8;
}
.top-notification--spring20 .top-notification__text b {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .top-notification--spring20 .top-notification__text {
    margin-right: 100px;
  }
}
@media (max-width: 1000px) {
  .top-notification--spring20 .top-notification__text {
    margin-right: 40px;
  }
}
.top-notification--spring20 .top-notification__parts {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1420px) {
  .top-notification--spring20 .top-notification__parts {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.top-notification--spring20 .top-notification__parts-l {
  position: absolute;
  top: 0;
  left: -42px;
}
.top-notification--spring20 .top-notification__parts-r {
  position: absolute;
  bottom: 0;
  right: -70px;
}
@media (max-width: 767px) {
  .top-notification--spring20 .top-notification {
    box-shadow: none;
  }
  .top-notification--spring20 .top-notification__container .btn {
    max-width: 320px;
    width: 100%;
  }
  .top-notification--spring20 .top-notification__flex {
    padding-right: 30px;
  }
  .top-notification--spring20 .top-notification__text {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .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: 10px;
  }
  .top-notification--spring20 .top-notification__img {
    flex: 0 0 auto;
    max-width: none;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top-notification--spring20 .top-notification__img .spring-flower-icon {
    top: 0;
    left: 0;
    min-width: 100px;
    height: 100px;
  }
  .top-notification--spring20 .top-notification__flex {
    padding-left: 15px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .top-notification--spring20 {
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .top-notification--spring20 {
    padding: 0;
  }
}

.popup-spring20 {
  -webkit-overflow-scrolling: touch;
}
.popup-spring20:before {
  display: none !important;
}
.popup-spring20 .popup__container {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-spring20 .popup__footer {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.popup-spring20 .content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}
.popup-spring20 .content strong {
  display: inline-block;
  font-weight: bold;
}
.popup-spring20 .content p {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
  margin-bottom: 40px;
}
.popup-spring20 .content p b {
  font-weight: bold;
}
.popup-spring20 .img {
  position: relative;
}
.popup-spring20 .img .spring-flower-icon-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  width: 200px;
  height: 200px;
}
.popup-spring20 .subtitle {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  margin-bottom: 10px;
}
.popup-spring20 .subtitle b {
  font-weight: bold;
}
.popup-spring20 .info {
  padding: 20px 40px 10px;
}
.popup-spring20 .btn {
  margin-bottom: 20px;
}
.popup-spring20 .btn_link {
  margin-right: 20px;
}
.popup-spring20 .btn_primary {
  width: 100%;
  max-width: 300px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}
@media (max-width: 550px) {
  .popup-spring20 .popup__footer {
    flex-direction: column;
  }
  .popup-spring20 .btn_link {
    margin-right: 0px;
  }
  .popup-spring20 .btn_primary {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .popup-spring20 .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .popup-spring20 .info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup-spring20 .subtitle {
    font-size: 22px;
    line-height: 28px;
  }
  .popup-spring20 .subtitle:before {
    width: 35px;
    height: 35px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/*
* autumn19
*/
.top-notification--autumn19 {
  position: relative;
  z-index: 102;
  padding-right: 80px;
  padding-left: 20px;
  background-image: url(../images/top-notification_autumn19_bg_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.top-notification--autumn19 .top-notification__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--autumn19 .top-notification__container .btn_primary {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  height: 34px;
  font-size: 11px;
  line-height: 34px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}
.top-notification--autumn19 .top-notification__flex {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--autumn19 .top-notification__img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-right: 30px;
}
.top-notification--autumn19 .top-notification__img .sunny-btc {
  width: 150px;
  height: 150px;
}
.top-notification--autumn19 .top-notification__close {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 20px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  transition: all 0.2s;
}
.top-notification--autumn19 .top-notification__close:hover {
  background-color: #F7931A;
}
.top-notification--autumn19 .top-notification__close:active {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
}
.top-notification--autumn19 .top-notification__close:before, .top-notification--autumn19 .top-notification__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: rotate(45deg);
}
.top-notification--autumn19 .top-notification__close:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.top-notification--autumn19 .top-notification__close:after {
  margin-top: -6px;
  margin-left: -1px;
  height: 12px;
  width: 2px;
}
.top-notification--autumn19 .top-notification__text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  margin-right: 160px;
}
.top-notification--autumn19 .top-notification__text b {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .top-notification--autumn19 .top-notification__text {
    margin-right: 100px;
  }
}
@media (max-width: 1000px) {
  .top-notification--autumn19 .top-notification__text {
    margin-right: 40px;
  }
}
.top-notification--autumn19 .top-notification__parts {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1420px) {
  .top-notification--autumn19 .top-notification__parts {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.top-notification--autumn19 .top-notification__parts-l {
  position: absolute;
  top: 0;
  left: -42px;
}
.top-notification--autumn19 .top-notification__parts-r {
  position: absolute;
  bottom: 0;
  right: -70px;
}
@media (max-width: 767px) {
  .top-notification--autumn19 .top-notification {
    box-shadow: none;
  }
  .top-notification--autumn19 .top-notification__container .btn {
    display: none;
  }
  .top-notification--autumn19 .top-notification__flex {
    padding-right: 30px;
  }
  .top-notification--autumn19 .top-notification__text {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .top-notification--autumn19 .top-notification__close {
    top: 6px;
    right: 6px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0.6;
  }
  .top-notification--autumn19 .top-notification__text {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
  }
  .top-notification--autumn19 .top-notification__text b {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .top-notification--autumn19 .top-notification__img {
    flex: 0 0 auto;
    max-width: 64px;
    margin-right: 15px;
  }
  .top-notification--autumn19 .top-notification__img img {
    max-width: 100%;
  }
  .top-notification--autumn19 .top-notification__flex {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .top-notification--autumn19 {
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .top-notification--autumn19 {
    padding: 0;
  }
}

.top-notification--christmas2020 {
  position: relative;
  z-index: 102;
  padding-right: 80px;
  padding-left: 20px;
  background-image: url(../images/img-snow-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.top-notification--christmas2020 .top-notification__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--christmas2020 .top-notification__container .btn_primary {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  height: 34px;
  font-size: 11px;
  line-height: 34px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}
.top-notification--christmas2020 .top-notification__flex {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--christmas2020 .top-notification__img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-right: 30px;
}
.top-notification--christmas2020 .top-notification__img .sunny-btc {
  width: 150px;
  height: 150px;
}
.top-notification--christmas2020 .top-notification__close {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 20px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  transition: all 0.2s;
}
.top-notification--christmas2020 .top-notification__close:hover {
  background-color: #F7931A;
}
.top-notification--christmas2020 .top-notification__close:active {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
}
.top-notification--christmas2020 .top-notification__close:before, .top-notification--christmas2020 .top-notification__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: rotate(45deg);
}
.top-notification--christmas2020 .top-notification__close:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.top-notification--christmas2020 .top-notification__close:after {
  margin-top: -6px;
  margin-left: -1px;
  height: 12px;
  width: 2px;
}
.top-notification--christmas2020 .top-notification__text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  margin-right: 160px;
}
.top-notification--christmas2020 .top-notification__text b {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .top-notification--christmas2020 .top-notification__text {
    margin-right: 100px;
  }
}
@media (max-width: 1000px) {
  .top-notification--christmas2020 .top-notification__text {
    margin-right: 40px;
  }
}
.top-notification--christmas2020 .top-notification__parts {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1420px) {
  .top-notification--christmas2020 .top-notification__parts {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.top-notification--christmas2020 .top-notification__parts-l {
  position: absolute;
  top: 0;
  left: -42px;
}
.top-notification--christmas2020 .top-notification__parts-r {
  position: absolute;
  bottom: 0;
  right: -70px;
}
@media (max-width: 767px) {
  .top-notification--christmas2020 .top-notification {
    box-shadow: none;
  }
  .top-notification--christmas2020 .top-notification__container .btn {
    display: none;
  }
  .top-notification--christmas2020 .top-notification__flex {
    padding-right: 30px;
  }
  .top-notification--christmas2020 .top-notification__text {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .top-notification--christmas2020 .top-notification__close {
    top: 6px;
    right: 6px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0.6;
  }
  .top-notification--christmas2020 .top-notification__text {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
  }
  .top-notification--christmas2020 .top-notification__text b {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .top-notification--christmas2020 .top-notification__img {
    flex: 0 0 auto;
    max-width: 64px;
    margin-right: 15px;
  }
  .top-notification--christmas2020 .top-notification__img img {
    max-width: 100%;
  }
  .top-notification--christmas2020 .top-notification__flex {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .top-notification--christmas2020 {
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .top-notification--christmas2020 {
    padding: 0;
  }
}

.popup-autumn19 {
  -webkit-overflow-scrolling: touch;
}
.popup-autumn19:before {
  display: none !important;
}
.popup-autumn19 .popup__container {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-autumn19 .popup__footer {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.popup-autumn19 .content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}
.popup-autumn19 .content p {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
  margin-bottom: 37px;
}
.popup-autumn19 .content p b {
  font-weight: bold;
}
.popup-autumn19 .img {
  position: relative;
}
.popup-autumn19 .img .sunny-btc {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -120px;
  width: 240px;
  height: 240px;
}
.popup-autumn19 .subtitle {
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  margin-bottom: 10px;
}
.popup-autumn19 .subtitle b {
  font-weight: bold;
}
.popup-autumn19 .info {
  padding: 20px 40px 10px;
}
.popup-autumn19 .btn {
  margin-bottom: 20px;
}
.popup-autumn19 .btn_link {
  margin-right: 20px;
}
.popup-autumn19 .btn_primary {
  width: 100%;
  max-width: 300px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}
@media (max-width: 550px) {
  .popup-autumn19 .popup__footer {
    flex-direction: column;
  }
  .popup-autumn19 .btn_link {
    margin-right: 0px;
  }
  .popup-autumn19 .btn_primary {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .popup-autumn19 .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .popup-autumn19 .info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup-autumn19 .subtitle {
    font-size: 22px;
    line-height: 28px;
  }
  .popup-autumn19 .subtitle:before {
    width: 35px;
    height: 35px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/*
* summer19
*/
.top-notification--summer19 {
  position: relative;
  z-index: 98;
  padding-right: 80px;
  padding-left: 20px;
  background-image: url(../images/top-notification_summer19_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-notification--summer19 {
    display: none;
  }
}
.top-notification--summer19 .top-notification__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--summer19 .top-notification__container .btn_primary {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  height: 34px;
  font-size: 11px;
  line-height: 34px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}
.top-notification--summer19 .top-notification__flex {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--summer19 .top-notification__img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}
.top-notification--summer19 .top-notification__img .sunny-btc {
  width: 150px;
  height: 150px;
}
.top-notification--summer19 .top-notification__close {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 20px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  transition: all 0.2s;
}
.top-notification--summer19 .top-notification__close:hover {
  background-color: #F7931A;
}
.top-notification--summer19 .top-notification__close:active {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
}
.top-notification--summer19 .top-notification__close:before, .top-notification--summer19 .top-notification__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: rotate(45deg);
}
.top-notification--summer19 .top-notification__close:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.top-notification--summer19 .top-notification__close:after {
  margin-top: -6px;
  margin-left: -1px;
  height: 12px;
  width: 2px;
}
.top-notification--summer19 .top-notification__text {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-right: 30px;
}
.top-notification--summer19 .top-notification__text b {
  font-weight: bold;
}
.top-notification--summer19 .top-notification__parts {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1420px) {
  .top-notification--summer19 .top-notification__parts {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.top-notification--summer19 .top-notification__parts-l {
  position: absolute;
  top: 0;
  left: -50px;
}
.top-notification--summer19 .top-notification__parts-r {
  position: absolute;
  bottom: 0;
  right: -253px;
}

.popup-summer19 {
  -webkit-overflow-scrolling: touch;
}
.popup-summer19:before {
  display: none !important;
}
.popup-summer19 .popup__container {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-summer19 .popup__footer {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.popup-summer19 .content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}
.popup-summer19 .content p {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
  margin-bottom: 37px;
}
.popup-summer19 .content p b {
  font-weight: bold;
}
.popup-summer19 .img {
  position: relative;
}
.popup-summer19 .img .sunny-btc {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -120px;
  width: 240px;
  height: 240px;
}
.popup-summer19 .subtitle {
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  margin-bottom: 10px;
}
.popup-summer19 .subtitle b {
  font-weight: bold;
}
.popup-summer19 .info {
  padding: 20px 40px 10px;
}
.popup-summer19 .btn {
  margin-bottom: 20px;
}
.popup-summer19 .btn_link {
  margin-right: 20px;
}
.popup-summer19 .btn_primary {
  width: 100%;
  max-width: 300px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}
@media (max-width: 550px) {
  .popup-summer19 .popup__footer {
    flex-direction: column;
  }
  .popup-summer19 .btn_link {
    margin-right: 0px;
  }
  .popup-summer19 .btn_primary {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .popup-summer19 .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .popup-summer19 .info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup-summer19 .subtitle {
    font-size: 22px;
    line-height: 28px;
  }
  .popup-summer19 .subtitle:before {
    width: 35px;
    height: 35px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/*
* black notification
* =============================================================================
*/
.top-notification-black {
  display: block;
  background-image: linear-gradient(180deg, #000000 0%, #494949 100%);
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  border-bottom: 4px solid #F7931A;
  position: relative;
  z-index: 101;
  transition: max-height 250ms ease-in-out, border 250ms ease-in-out;
  overflow: hidden;
}
.top-notification-black.hide {
  max-height: 0;
  border-bottom: none;
}
.top-notification-black .promo_theme_green,
.top-notification-black .promo_theme_blue {
  display: none;
  background-color: #37CC33;
  height: 20px;
  line-height: 20px;
  left: -35px;
  top: 30px;
  transform: rotate(-50deg);
  font-size: 10px;
}
@media (max-width: 767px) {
  .top-notification-black .promo_theme_green,
.top-notification-black .promo_theme_blue {
    display: block;
  }
}
.top-notification-black .promo_theme_blue {
  background-color: #4285F4;
}
.top-notification-black__wrapper {
  display: block;
  text-decoration: none;
}
.top-notification-black__close {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #494949;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 250ms ease;
}
.top-notification-black--christmas .top-notification-black__close {
  background-color: #000000;
}

.top-notification-black__close:hover {
  background-color: #f7931a;
}
.top-notification-black__close:active {
  background-color: #757575;
}
.top-notification-black__close:active svg {
  fill: #d6d6d6;
}
@media only screen and (max-width: 767px) {
  .top-notification-black__close {
    transform: none;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
  }
}
.top-notification-black__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.16px;
  color: #ffffff;
  margin-bottom: 6px;
}
.top-notification-black__text {
  color: #d6d6d6;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 18px;
  margin-right: 60px;
  padding: 17px 0;
}
.top-notification-black__text span {
  color: #4285f4;
  transition: 0.3s;
}
.top-notification-black__text span:hover {
  color: #F7931A;
}
@media only screen and (max-width: 767px) {
  .top-notification-black__text {
    padding: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.top-notification-black__text--second {
  margin-right: auto;
}
.top-notification-black__text--second + .btn {
  margin-left: 10px;
}
.top-notification-black__icon {
  margin-top: 11px;
  align-self: flex-end;
  margin-right: 25px;
}
.top-notification-black--christmas .top-notification-black__icon {
  margin-top: 0;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .top-notification-black--christmas .top-notification-black__icon {
    padding-bottom: 30px;
  }
}

.top-notification-black__icon--center {
  margin-top: 0;
  align-self: center;
}
.top-notification-black__icon img {
  max-width: none;
  vertical-align: top;
}
.top-notification-black__icon .--mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top-notification-black__icon {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -20px 15px;
    border-bottom: 1px solid #494949;
  }
  .top-notification-black__icon .--desktop {
    display: none;
  }
  .top-notification-black__icon .--mobile {
    display: block;
  }
}
.top-notification-black__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  height: 34px;
  min-height: auto;
  max-width: 150px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  min-width: 150px;
  width: auto;
}
@media (max-width: 767px) {
  .top-notification-black__btn {
    width: 100%;
    max-width: 400px;
  }
}
.top-notification-black .container {
  text-decoration: none;
  min-height: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1200px) {
  .top-notification-black .container {
    margin-right: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .top-notification-black .container {
    flex-direction: column;
    text-align: center;
    margin-right: auto;
    padding: 20px;
  }
}

.os-ios .top-notification-black {
  display: none;
}

.why {
  display: block;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  border-left: none;
  border-right: none;
  border-top: 5px solid #f7931a;
}
.why_no-border {
  border-bottom: none;
}
.why__icon-arrow {
  position: absolute;
  top: 24px;
  left: 10px;
}
.why .wrapper {
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}
.why .wrapper .why__text {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}
.why__upto {
  display: block;
  width: 186px;
  height: 90px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  line-height: 12px;
  color: #494949;
  background-image: url("../images/browser-img.png");
  background-size: 186px 69px;
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
  padding-left: 115px;
  margin-bottom: 50px;
}
.why__upto b {
  font-weight: bold;
}
.why__icon-top {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .why__icon-top {
    width: 70px;
    margin: 0 auto 20px;
  }
}
.why__title {
  display: block;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.why__title-icon {
  display: none;
}
@media only screen and (min-width: 767px) {
  .why__title--second {
    font-size: 48px;
    line-height: 60px;
  }
}
.why__subtitle {
  display: block;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .why__subtitle--desktop {
    display: none;
  }
}
.why__subtitle--mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .why__subtitle--mob {
    display: block;
  }
}
.why__list {
  counter-reset: why;
}
.why__text {
  font-size: 18px;
  line-height: 26px;
  color: #494949;
}
.why__text p {
  margin-bottom: 20px;
}
.why__text p.small {
  font-size: 13px;
  line-height: 18px;
  color: #757575;
  margin-bottom: 0;
}
.why__text p.small-block {
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 10px 15px;
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  line-height: 18px;
}
.why__text p.small-block svg {
  flex: 0 0 24px;
  max-width: 24px;
  margin-right: 15px;
}
.why__text p a {
  text-decoration: none;
  color: #4285f4;
}
.why__text p a:hover {
  color: #f7931a;
}
.why__text strong,
.why__text b {
  font-weight: bold;
}
.why__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  counter-increment: why;
  margin-bottom: 50px;
}
.why__item:before {
  content: counter(why);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
  border-bottom: 2px solid #F7931A;
  width: 75px;
  font-weight: bold;
  text-align: center;
}
.why__item:nth-child(even) .why__row {
  flex-direction: row-reverse;
}
.why__item:nth-child(even) .why__img {
  margin-right: 20px;
  margin-left: 70px;
}
@media screen and (max-width: 1180px) {
  .why__item:nth-child(even) {
    padding-left: 60px;
  }
}
.why__item:nth-child(odd) .why__body {
  position: relative;
  top: 15px;
}
@media only screen and (max-width: 767px) {
  .why__item--last {
    display: none;
  }
}
.why__icon {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .why__icon--desktop {
    display: none;
  }
}
.why__icon--mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .why__icon--mob {
    display: block;
  }
}
.why__icon--1 {
  bottom: 20px;
  left: 15px;
}
@media only screen and (max-width: 800px) {
  .why__icon--1 {
    left: 0;
    bottom: 0;
  }
}
.why__icon--2 {
  top: 15px;
  left: 15px;
}
@media only screen and (max-width: 800px) {
  .why__icon--2 {
    top: 0;
    left: 0;
  }
}
.why__icon--3 {
  top: 22px;
  left: 37px;
}
@media only screen and (max-width: 800px) {
  .why__icon--3 {
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .why__icon--3 {
    width: 228px;
    height: 153px;
    top: 0;
    left: 0;
  }
}
.why__icon--4 {
  top: 15px;
}
@media only screen and (max-width: 800px) {
  .why__icon--4 {
    top: -15px;
    left: -20px;
  }
}
.why__icon--5 {
  left: 15px;
  top: 10px;
}
@media only screen and (max-width: 800px) {
  .why__icon--5 {
    left: -5px;
    top: -10px;
  }
}
.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: #F7F7F7;
  margin-right: 90px;
  position: relative;
  z-index: 1;
}
.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;
  z-index: -1;
}
.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;
}
@media only screen and (max-width: 767px) {
  .why__text-p--desktop {
    display: none;
  }
}
.why__text-p--mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .why__text-p--mob {
    display: block;
  }
}
.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;
  margin-top: 105px;
}
.why__footer--second {
  margin-top: 0;
}
.why__label {
  display: block;
  font-size: 10px;
  line-height: 11px;
  color: #494949;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 65px;
  left: 144px;
  transform: translateX(-50%);
}
.why_black {
  background-color: #000;
}
.why_black .why__item:before {
  color: #757575;
  border-bottom-color: #757575;
}
.why_black .why__subtitle {
  color: #F7931A;
}
.why_black .why__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: #4285f4;
  border-color: #fff;
}
.why_black .why__img {
  background-image: linear-gradient(-45deg, #000000 0%, #494949 100%);
  border-color: rgba(214, 214, 214, 0.4);
}
.why_black .why__img:after {
  background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
  border-color: rgba(214, 214, 214, 0.4);
}
.why_black .why-speed__label {
  color: #fff;
}

.why-speed {
  z-index: 1;
  width: 100%;
  position: relative;
  top: 15px;
  left: 15px;
}
.why-speed__item {
  display: block;
  margin-bottom: 15px;
}
.why-speed__label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #494949;
  margin-bottom: 4px;
}
.why-speed__label b {
  font-weight: bold;
}
.why-speed__line {
  display: block;
  height: 5px;
  border-radius: 4px;
}
.why-speed__line_high {
  background-color: #F7931A;
  width: 100%;
}
.why-speed__line_low {
  background-color: #757575;
  width: 15%;
}

@media only screen and (max-width: 800px) {
  .why__item {
    padding-top: 80px;
  }

  .why__img {
    width: auto;
    height: auto;
    margin-right: 0;
    border: none;
    margin-bottom: 30px;
    background: none;
  }

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

.page_browser .why__title-icon {
  display: block;
  margin: 0 auto 20px;
}

.features {
  display: flex;
  align-items: flex-start;
  min-height: 80px;
  max-width: 965px;
  padding-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: 24px;
  font-weight: bold;
  color: #1d1d1b;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  flex: 1;
}
@media only screen and (max-width: 800px) {
  .features__item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .features__item--desktop {
    display: none;
  }
}
.features__item--mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .features__item--mob {
    display: block;
  }
}
.features__item a {
  color: #4285f4;
  text-decoration: none;
}
.features__item a:hover {
  color: #f7931a;
}
.features__item::before, .features__item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 80px;
  background-color: #d8d8d8;
}
@media only screen and (max-width: 800px) {
  .features__item::before, .features__item:last-child::after {
    display: none;
  }
}
.features__item:last-child::after {
  right: 0;
  left: auto;
}
.features__item img {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

@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;
  }
}
.simple-section {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .simple-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.simple-section--second {
  position: relative;
  padding-bottom: 0;
  background-color: #4285F4;
}
.simple-section--second .wrapper {
  z-index: 2;
  position: relative;
}
.simple-section .wrapper {
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.simple-section .tripple-arrow {
  width: 60px;
  transform: rotate(180deg);
  margin-bottom: 0;
  margin-top: 40px;
}
.simple-section__bg-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.simple-section__bg-img svg {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1727px) {
  .simple-section__bg-img svg {
    bottom: -10vh;
  }
}
.simple-section__icon {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .simple-section__icon {
    width: 70px;
    margin: 0 auto 20px;
  }
}
.simple-section__title {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .simple-section__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.simple-section--second .simple-section__title {
  color: #fff;
}

.simple-section__text {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .simple-section__text--desktop {
    display: none;
  }
}
.simple-section__text--mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .simple-section__text--mob {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .simple-section__text {
    font-size: 15px;
    line-height: 24px;
  }
}
.simple-section--second .simple-section__text {
  color: #AACAFF;
}

.simple-section__text a {
  text-decoration: none;
  color: #4285F4;
}
.simple-section__text a:hover {
  color: #F7931A;
}
.simple-section__img {
  margin-bottom: 50px;
}
.simple-section__img-screen {
  margin-bottom: -2px;
}
.simple-section__info {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
  padding: 28px;
  border: 2px solid #F7931A;
  text-align: left;
  border-radius: 4px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .simple-section__info {
    font-size: 15px;
    line-height: 24px;
    padding: 18px;
  }
}
.simple-section__info b {
  font-weight: bold;
  color: #F7931A;
}
.simple-section__btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.simple-section__btn-wrap .btn:not(:last-child) {
  margin-bottom: 20px;
}
.simple-section--second .simple-section__btn-wrap .btn:not(:last-child) {
  margin-bottom: 0;
  margin-left: 10px;
}

.simple-section__btn-wrap .btn_simple {
  color: #4285F4;
}
.simple-section--second .simple-section__btn-wrap {
  flex-direction: row;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .simple-section--second .simple-section__btn-wrap {
    flex-direction: column;
  }
}

.simple-section__btn {
  max-width: 250px;
  width: 100%;
}
.simple-section__btn:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .simple-section__btn:not(:last-child) {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .why__item_browser .browser-icon {
    width: 48px;
    height: 48px;
    background-size: contain;
    left: -2px;
  }
  .why__item_browser .why__label {
    left: 62px;
    font-size: 8px;
    line-height: 9px;
  }
  .why__item_browser .why__img {
    width: 276px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-end;
  }
  .why__item_browser .why__img img {
    width: 228px;
    height: 153px;
  }

  .why__item {
    padding-top: 65px;
  }
  .why__img_exp img {
    width: 247px;
    height: 145px;
  }
  .why__img_earn img {
    width: 184px;
    height: 174px;
  }
  .why__img_speed {
    padding-top: 0;
  }
  .why__img_speed img {
    width: 184px;
    height: 104px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page_browser .first .title {
    line-height: 38px;
  }
  .page_browser .first__screen {
    padding-bottom: 20px;
  }

  .mobile-only {
    display: block;
  }

  .page_second .container {
    min-height: 0;
  }

  .page_second .header,
.page_payments .header {
    margin-bottom: 20px;
  }

  .page_second .header .logo,
.page_payments .header .logo {
    margin-bottom: 0;
  }

  .page_second .container__text {
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .page_second .container__text h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .page_second .container__text h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .page_second .container__text p + h2 {
    margin-top: 30px;
  }

  .page_second .container__text p {
    font-size: 12px;
    line-height: 14px;
  }

  .page_second .container__text li {
    font-size: 12px;
    line-height: 14px;
  }

  .page_second .questions {
    margin-top: 30px;
  }

  .page_second .questions__header {
    font-size: 18px;
    line-height: 21px;
    min-height: 0;
  }

  .page_second .questions__body {
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }

  .page_second .scroll2top.show {
    display: none;
  }

  .page_theme_black .header {
    background-color: transparent;
    margin-bottom: 20px;
  }
  .page_theme_black .header .logo {
    margin-bottom: 0;
  }
  .page_theme_black .header__navbar {
    border-color: #494949;
  }
  .page_theme_black .wrapper {
    border-radius: 0;
    width: calc(100% - 40px);
  }
  .page_theme_black .top,
.page_theme_black .last {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page_theme_black .title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .page_theme_black .subtitle {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: normal;
  }
  .page_theme_black .desc {
    font-size: 13px;
    line-height: 15px;
  }
  .page_theme_black .desc_big {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
  }
  .page_theme_black .referred {
    font-size: 12px;
    line-height: 14px;
  }
  .page_theme_black .social-btns {
    max-width: 310px;
    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 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .calc__row {
    display: block;
  }
  .calc__item {
    margin-bottom: 50px;
    padding-right: 0;
    margin: 0 auto;
  }
  .calc__item + .calc__item {
    margin-left: auto;
  }
  .calc__label {
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 25px;
  }
  .calc__label b {
    font-size: 28px;
    top: 3px;
  }

  .rangeSlider__horizontal {
    max-width: 300px;
  }

  .rangeSlider__handle {
    width: 25px;
    height: 25px;
    border: 5px solid #4285f4;
    top: -10px;
  }

  .section_last {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
  }
  .section_last .desc_big {
    margin-bottom: 20px;
  }

  .speedbox {
    margin: 30px auto 10px;
    height: 120px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .speedbox.animated .speedbox-sm__score {
    animation-duration: 2s;
    animation-name: score_anim;
    animation-iteration-count: 1;
  }
  .speedbox.animated .speedbox-sm__pointer {
    animation-duration: 2s;
    animation-name: pointer_anim;
    animation-iteration-count: 1;
  }
  .speedbox__groove {
    height: 100px;
    width: 200px;
    background: transparent;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border: 10px solid #d6d6d6;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
  }
  .speedbox__score {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-45deg);
    height: 200px;
    width: 200px;
    background: transparent;
    border-radius: 50%;
    border: 10px solid #4285f4;
    border-color: transparent transparent #4285f4 #4285f4;
    box-sizing: border-box;
    z-index: 1;
    transition: 1s ease-in;
  }
  .speedbox__score_rookie {
    border-color: transparent transparent #4285f4 #4285f4;
  }
  .speedbox__score_pro {
    border-color: transparent transparent #2abb40 #2abb40;
  }
  .speedbox__score_veteran {
    border-color: transparent transparent #f7931a #f7931a;
  }
  .speedbox__score_expert {
    border-color: transparent transparent #9e31c7 #9e31c7;
  }
  .speedbox__score_master {
    border-color: transparent transparent #e11282 #e11282;
  }
  .speedbox__score_legend {
    border-color: transparent transparent #ff5718 #ff5718;
  }
  .speedbox__score_bigboss {
    border-color: transparent transparent #000 #000;
  }
  .speedbox__base {
    width: 240px;
    height: 100px;
    background: white;
    position: relative;
    top: 100px;
    z-index: 20;
  }
  .speedbox__odo {
    text-align: center;
    position: absolute;
    color: #5c6f7b;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .speedbox__odo i {
    font-size: 13px;
    opacity: 0.6;
  }
  .speedbox__odo > div {
    margin-bottom: 0;
  }
  .speedbox__odo span {
    font-size: 0.7em;
  }
  .speedbox__pointer {
    display: block;
    width: 148px;
    height: 148px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -74px;
    margin-top: -74px;
    background-image: url("../images/pointer-sm.png");
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 74px 29px;
    z-index: 100;
    transform: rotate(0deg);
    transition: 1s ease-in;
  }
  .speedbox + .referred {
    text-align: center;
    margin-bottom: 25px;
  }

  .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 #4285f4;
  }
  .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: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .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: auto;
  }

  .results__table thead th {
    font-size: 18px;
    line-height: 20px;
  }

  .results__table tbody td {
    font-size: 20px;
    line-height: 22px;
    height: 50px;
  }

  .results__table tbody tr {
    border-bottom: none;
    box-shadow: 0px 8px 1px -8px #eee;
  }

  .results__table td.results__round {
    font-size: 12px;
    line-height: 14px;
  }

  .results__table thead th .small {
    font-size: 10px;
    line-height: 11px;
  }

  .percent {
    display: block;
    text-align: center;
  }

  .total {
    margin-bottom: 50px;
  }

  .total__friends {
    display: block;
    margin-left: 0;
  }

  .total__title {
    margin-bottom: 14px;
  }

  .total__label {
    display: block;
    font-size: 16px;
    line-height: 17px;
  }

  .total__value_income {
    font-size: 50px;
    margin-bottom: 0;
  }

  .graph {
    display: block;
    height: auto;
    padding-top: 120px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 38px;
  }

  .graph__img {
    height: 305px;
    background-size: 712px 305px;
  }

  .graph__title {
    display: block;
    font-size: 17px;
    font-weight: normal;
  }

  .graph__text {
    margin-left: 38px;
    position: static;
    max-width: none;
  }

  .bucks {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    text-align: center;
  }

  .fifth {
    padding-bottom: 20px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .fifth__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 15px;
    max-width: none;
  }

  .fifth__description {
    font-size: 16px;
    line-height: 22px;
    max-width: none;
  }

  .fifth__row {
    min-height: 0;
  }

  .fifth__row_monero2btc:before {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 300px;
    height: 239px;
    margin-top: 0;
    margin-bottom: 30px;
    transform: translateX(-30px);
  }

  .fifth__row_hardware {
    padding-top: 180px;
    background-size: 120px;
    background-position: center 30px;
    height: auto;
  }

  .fifth__row_monero2btc .fifth__title,
.fifth__row_monero2btc .fifth__description {
    margin-left: 0;
  }

  .fifth__row_hardware .fifth__title,
.fifth__row_hardware .fifth__description {
    margin-right: 0;
  }

  .sixth {
    padding-top: 40px;
    padding-bottom: 45px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .sixth__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 15px;
  }

  .sixth__description {
    font-size: 16px;
    line-height: 22px;
  }

  .sixth__hurry {
    line-height: 36px;
  }

  .howto {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
  }

  .list__item {
    font-size: 16px;
    line-height: 24px;
  }
  .list__item:before {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }

  .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;
  }
  .steps__icon_2 img {
    width: 60px;
  }
  .steps__icon_3 img {
    width: 60px;
  }
  .steps__icon_4 img {
    width: 60px;
  }
  .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: bold;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    color: #f7931a;
  }

  .levels-scheme {
    padding-top: 50px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .levels-scheme .description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .levels-scheme .startearning__anim-arrow {
    padding-bottom: 0;
  }
  .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 {
    padding-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: auto;
  }
  .why__img_speed img {
    width: 184px;
    height: auto;
    margin-bottom: 20px;
  }
  .why__img_boost img {
    width: 248px;
    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;
  }
}
/* Blocks */
/*
* Store blocks
*/
.google-play {
  display: block;
  margin-bottom: 30px;
}
.google-play:last-child {
  margin-bottom: 0;
}
.google-play__title {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  color: #000;
  font-weight: bold;
  max-width: 420px;
  margin: 0 auto 15px;
}
.google-play__label {
  max-width: 420px;
  margin: 0 auto 15px;
  text-align: left;
  font-size: 16px;
  line-height: 1;
}
.google-play__label--desktop {
  display: none;
}
@media only screen and (max-width: 767px) {
  .google-play__label--desktop {
    display: block;
  }
}
.google-play__label span {
  margin-right: 10px;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: bold;
}
.google-play__link {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  background-image: url("../images/get-it-on-google-play@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  background-size: 157px 37px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .google-play__link {
    background-image: url("../images/get-it-on-google-play@2x.png");
  }
}
.google-play__link:hover {
  background-color: #F7931A;
}
.google-play__link--inverse {
  background-color: #fff;
  background-size: 157px 37px;
  background-image: url("../../images/google-play_black.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .google-play__link--inverse {
    background-image: url("../../images/google-play_black@2x.png");
  }
}
.google-play.basic .google-play__label span {
  color: #757575;
}
.google-play.basic .google-play__link:not(:hover) {
  background-color: #4285f4;
}
.google-play.pro .google-play__label span {
  color: #F7931A;
}
.google-play.lite .google-play__label span {
  color: #1ab9e5;
}
.google-play.lite .google-play__link:not(:hover) {
  background-color: #4285f4;
}
.google-play--second {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
}
.google-play--second:hover .google-play__link {
  background-color: #4285f4;
}
.google-play--second:hover .google-play__label {
  background-color: #4285f4;
}
.google-play--second:hover .google-play__label span {
  color: #fff;
}
.google-play--second .google-play__label {
  flex: 0 0 82px;
  max-width: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 0;
}
.google-play--second .google-play__label span {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .google-play--second .google-play__label {
    margin: 0;
  }
}
@media only screen and (max-width: 320px) {
  .google-play--second .google-play__label {
    flex: 0 0 41px;
    max-width: 42px;
  }
}
.google-play--second .google-play__link {
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .google-play--second .google-play__link {
    margin: 0;
  }
}
.google-play--second.lite .google-play__link:not(:hover) {
  background-color: #000;
}

.app-store {
  display: block;
  margin-bottom: 30px;
}
.app-store:last-child {
  margin-bottom: 0;
}
.app-store__title {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.app-store__link {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  background-image: url("../images/app-store-btn_2@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  background-size: 157px 37px;
}
.app-store__link:hover {
  background-color: #F7931A;
}
.app-store__link--inverse {
  background-color: #fff;
  background-size: 138px 36px;
  background-image: url("../../images/app-store-btn_black.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .app-store__link--inverse {
    background-image: url("../../images/app-store-btn_black@2x.png");
  }
}

/* Android pro list */
.android-pro-features {
  max-width: 420px;
  text-align: left;
  margin: 0 auto;
}
.android-pro-features__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.android-pro-features__list {
  list-style: none;
}
.android-pro-features__list li {
  position: relative;
  color: #494949;
  font-size: 14px;
  line-height: 24px;
  padding-left: 36px;
  margin-bottom: 15px;
}
.android-pro-features__list li b {
  font-weight: bold;
}
.android-pro-features__list li:last-child {
  margin-bottom: 0;
}
.android-pro-features__list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.android-pro-features__list li.free:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2671 7.735L12.9861 9.001L10.2671 10.267L9.00111 12.986L7.73511 10.267L5.01611 9.001L7.73511 7.735L9.00111 5.016L10.2671 7.735Z' fill='%234285F4'/%3E%3Cpath d='M14.0171 6.985L13.0791 4.922L11.0161 3.984L13.0791 3.046L14.0171 0.983002L14.9551 3.046L17.0181 3.984L14.9551 4.922L14.0171 6.985Z' fill='%234285F4'/%3E%3Cpath d='M16.032 6.985H18.001V15.985C18.001 17.063 17.11 18.001 16.032 18.001H2.016C0.938 18.001 0 17.063 0 15.985V2.016C0 0.938 0.938 0 2.016 0H11.016V2.016H2.016V15.985H16.032V6.985Z' fill='%23F7931A'/%3E%3C/svg%3E%0A");
}
.android-pro-features__list li.ads:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C7.44772 0 7 0.447715 7 1V6H16C16.5523 6 17 6.44772 17 7V11H20C20.5523 11 21 10.5523 21 10V1C21 0.447715 20.5523 0 20 0H8Z' fill='%23494949'/%3E%3Crect y='7' width='16' height='14' rx='1' fill='%23F74249'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.6 10L8 12.4L10.4 10L12 11.6L9.5992 14.0008L12 16.4L10.4 18L7.9992 15.6008L5.6 18L4 16.4L6.4 14L4 11.6L5.6 10Z' fill='white'/%3E%3C/svg%3E");
}
.android-pro-features__list li.boost:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%234285F4' cx='11' cy='11' r='11'/%3E%3Cpath fill='%23FFF' d='M12.375 2.75l-5.5 9.625H11L9.625 19.25l5.5-9.625H11z'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.sdp:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect stroke='%23757575' x='.5' y='.5' width='19' height='11' rx='2'/%3E%3Cpath d='M21 3a1 1 0 011 1v4a1 1 0 01-1 1V3z' fill='%23757575'/%3E%3Crect fill='%2337CC33' x='2' y='2' width='16' height='8' rx='1'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.profiles:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23F7931A' cx='11' cy='11' r='11'/%3E%3Cpath d='M11 11.703c2.051 0 6.201 1.172 6.25 3.223-1.367 2.001-3.662 3.369-6.25 3.369s-4.882-1.367-6.25-3.369c.049-2.051 4.15-3.223 6.25-3.223zM11 3.5c1.71 0 3.125 1.416 3.125 3.125 0 1.71-1.416 3.125-3.125 3.125-1.71 0-3.125-1.416-3.125-3.125C7.875 4.915 9.291 3.5 11 3.5z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.secure:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%2337CC33' cx='11' cy='11' r='11'/%3E%3Cg transform='translate(6 4)'%3E%3Crect fill='%23FFF' y='4' width='10' height='8' rx='1'/%3E%3Crect stroke='%23FFF' x='2.5' y='.5' width='5' height='7' rx='2.5'/%3E%3Ccircle fill='%2337CC33' cx='5' cy='8' r='2'/%3E%3Ccircle fill='%23FFF' cx='5' cy='8' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.withdraw:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M21.284 13.417c-1.443 5.788-7.306 9.31-13.095 7.867C2.403 19.84-1.12 13.979.324 8.19 1.766 2.403 7.629-1.119 13.416.323c5.789 1.443 9.31 7.306 7.868 13.094z' fill='%23F7931A'/%3E%3Cpath d='M15.373 9.072c.215-1.415-.88-2.176-2.376-2.684l.485-1.917-1.185-.291-.473 1.867a50.24 50.24 0 00-.95-.22l.477-1.88-1.185-.29-.486 1.916a40.178 40.178 0 01-.757-.175l.001-.006L7.29 4.99l-.316 1.247s.88.198.861.21c.48.119.567.431.553.68L7.835 9.31c.033.008.076.02.123.039l-.125-.031-.776 3.06c-.058.144-.207.359-.543.277.012.017-.861-.212-.861-.212l-.589 1.336 1.543.379c.287.07.568.145.845.215l-.49 1.94 1.183.29.486-1.919c.323.087.637.166.945.242l-.484 1.91 1.185.29.49-1.936c2.022.377 3.542.225 4.181-1.575.516-1.45-.025-2.285-1.089-2.83.775-.176 1.358-.678 1.514-1.714zm-2.709 3.74c-.366 1.449-2.844.665-3.648.469l.651-2.57c.804.198 3.38.589 2.997 2.1zm.367-3.76c-.334 1.317-2.397.648-3.066.483l.59-2.33c.67.164 2.824.47 2.476 1.846z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.devices:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%234285F4' width='22' height='14' rx='7'/%3E%3Ccircle fill='%23FFF' cx='15' cy='7' r='5'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.balance-update:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M9 0a8.974 8.974 0 016.479 2.753l-1.414 1.415a7 7 0 101.864 5.833h2.016A9.001 9.001 0 010 9a9 9 0 019-9zm8.777 7H15.71a6.947 6.947 0 00-.248-.695l1.501-1.502c.362.685.638 1.422.814 2.197z' fill='%234285F4'/%3E%3Cpath fill='%234285F4' d='M17.974 1.845l-.002 5.136-5.172.038z'/%3E%3Cpath d='M10.238 10.943c0-.29-.083-.526-.25-.71-.166-.182-.452-.352-.857-.51-.795-.29-1.384-.613-1.77-.969-.384-.356-.577-.858-.577-1.506 0-.602.193-1.095.578-1.48.385-.385.903-.612 1.555-.68V3.934h.854v1.165c.63.093 1.125.356 1.485.79.36.433.536.995.529 1.686l-.016.027h-1.531c0-.422-.087-.748-.26-.977a.845.845 0 00-.712-.344c-.308 0-.537.088-.688.266-.15.177-.225.412-.225.706 0 .28.08.506.239.68.136.148.37.295.703.44l.175.072c.791.312 1.377.645 1.759 1 .381.354.572.85.572 1.487 0 .623-.192 1.12-.575 1.493-.383.373-.904.593-1.563.66v1.064H8.81v-1.058c-.67-.068-1.223-.305-1.66-.711-.436-.407-.648-1.004-.633-1.792l.01-.026h1.531c0 .48.11.823.33 1.03.22.208.5.312.841.312.326 0 .576-.087.75-.26.173-.174.26-.408.26-.701z' fill='%23494949'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.newsfeed:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%234285F4' d='M10.267 7.735l2.719 1.266-2.719 1.266-1.266 2.719-1.266-2.719-2.719-1.266 2.719-1.266 1.266-2.719zM14.017 6.985l-.938-2.063-2.063-.938 2.063-.938.938-2.063.938 2.063 2.063.938-2.063.938z'/%3E%3Cpath d='M16.032 6.985h1.969v9c0 1.078-.891 2.016-1.969 2.016H2.016C.938 18.001 0 17.063 0 15.985V2.016C0 .938.938 0 2.016 0h9v2.016h-9v13.969h14.016v-9z' fill='%23F7931A'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.quick:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='rotate(-90 9 9)' fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23F7931A' cx='8.727' cy='12' r='1.636'/%3E%3Cpath d='M8.727 18.537v-3.269l4.338 4.34L8.727 24v-3.268C3.93 20.732 0 16.8 0 11.999c0-1.685.51-3.32 1.378-4.648L2.96 8.934c-.51.92-.765 1.94-.765 3.065a6.515 6.515 0 006.532 6.536v.002z' fill='%23F7931A' fill-rule='nonzero'/%3E%3Cpath d='M8.727 3.267c4.797 0 8.728 3.932 8.728 8.733 0 1.685-.511 3.32-1.379 4.647l-1.582-1.582c.51-.92.766-1.94.766-3.065a6.515 6.515 0 00-6.533-6.537v3.269L4.39 4.392 8.727 0v3.268z' fill='%234285F4' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.gift:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7902 4.16046C13.1167 4.97127 11.8823 5.56042 11.1033 5.80702C11.2256 5.03483 11.6116 3.77849 12.3134 2.93369C12.9178 2.20636 13.3326 2.01286 13.6162 2.01286C13.8366 2.01286 13.9776 2.12993 14.0661 2.20375C14.2636 2.36788 14.8647 2.86711 13.7902 4.16046ZM6.32393 4.16046C5.24983 2.86711 5.85064 2.36768 6.04816 2.20375C6.25132 2.03519 6.72662 1.64055 7.80112 2.93369C8.50271 3.77869 8.8887 5.03483 9.0112 5.80702C8.23217 5.56042 6.99756 4.97147 6.32393 4.16046ZM14.1955 6.48286C14.6253 6.17511 15.0203 5.82754 15.3373 5.44577C17.0792 3.34925 16.4336 1.55546 15.3512 0.656555C14.8289 0.223092 12.9554 -0.986983 10.766 1.64859C10.5192 1.94568 10.2776 2.31981 10.0571 2.73557C9.83669 2.31981 9.59532 1.94568 9.34832 1.64839C7.15888 -0.987386 5.28523 0.222891 4.76326 0.656555C3.68091 1.55546 3.03525 3.34905 4.77674 5.44577C5.09414 5.82754 5.48899 6.17511 5.91903 6.48286H0V11.264H1.00571H9.25257V6.48286H10.8617V11.264H19.1086H20.1143V6.48286H14.1955Z' fill='%23F7931A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 22H19.1714V12.5714H11V22Z' fill='%23F7931A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.942383 22H9.11381V12.5714H0.942383V22Z' fill='%23F7931A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9717 13.8286H19.1431V12.5714H10.9717V13.8286Z' fill='%23B96C0E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.914062 13.8286H9.08549V12.5714H0.914062V13.8286Z' fill='%23B96C0E'/%3E%3C/svg%3E%0A");
}
.android-pro-features__list li.support:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(3)'%3E%3Cpath d='M8 17.5C3.864 17.5.5 14.136.5 10S3.864 2.5 8 2.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5zM8 3.75A6.257 6.257 0 001.75 10 6.257 6.257 0 008 16.25 6.257 6.257 0 0014.25 10 6.257 6.257 0 008 3.75z' fill='%23494949' fill-rule='nonzero'/%3E%3Cpath d='M2.47 1.257L4.5.75a12.865 12.865 0 016.013-.055l2.495.576a1 1 0 01.745 1.217l-.003.012a3.54 3.54 0 00.076 1.978L14 5H1.5l.174-.522A3.54 3.54 0 001.75 2.5l-.007-.03a1 1 0 01.727-1.213zM.75 5h14a.75.75 0 01.75.75.705.705 0 01-.749.703l-4.028-.252a50 50 0 00-6.445.014l-3.53.235A.702.702 0 010 5.75.75.75 0 01.75 5z' fill='%23F7931A'/%3E%3Ccircle fill='%23494949' fill-rule='nonzero' cx='5.813' cy='8.438' r='1'/%3E%3Ccircle fill='%23494949' fill-rule='nonzero' cx='10.188' cy='8.438' r='1'/%3E%3Ccircle fill='%23494949' fill-rule='nonzero' cx='14' cy='17' r='1'/%3E%3Cpath d='M8 14.375a4.39 4.39 0 01-3.785-2.187.624.624 0 111.082-.626A3.135 3.135 0 008 13.125c1.11 0 2.146-.599 2.703-1.563a.624.624 0 111.081.626A4.387 4.387 0 018 14.375z' fill='%23494949' fill-rule='nonzero'/%3E%3C/g%3E%3Cpath d='M19 7.5h.25a2.75 2.75 0 110 5.5H19a7.35 7.35 0 00.149-5.054L19 7.5zM3 7.5h-.25a2.75 2.75 0 000 5.5H3a7.35 7.35 0 01-.149-5.054L3 7.5z' fill='%23494949'/%3E%3Cpath d='M20 12l-.78 1.818a9.5 9.5 0 01-2.014 2.976L17 17h0' stroke='%23494949'/%3E%3C/g%3E%3C/svg%3E");
}
@media only screen and (min-width: 768px) {
  .android-pro-features--main .android-pro-features__list li.secure:before, .android-pro-features--main .android-pro-features__list li.boost:before, .android-pro-features--main .android-pro-features__list li.device:before, .android-pro-features--main .android-pro-features__list li.support::before {
    border-color: #f7931a;
  }
}

@media only screen and (min-width: 768px) {
  .android-pro-features--main .android-pro-features__list li.newsfeed, .android-pro-features--main .android-pro-features__list li.balance-update {
    display: none;
  }
}

/*
* Phone
*/
.phone {
  display: block;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 23px;
}
.phone:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #F7931A;
  position: absolute;
  top: 21px;
  bottom: 23px;
}
.phone .tns-nav {
  position: absolute;
  left: 0;
  bottom: -23px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.phone .tns-nav button {
  margin-left: 4px;
  margin-right: 4px;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: #c7c7c7;
  transition: background-color 0.2s;
}
.phone .tns-nav button.tns-nav-active {
  background-color: #4285f4;
}
.phone .tns-outer button[data-action=stop],
.phone .tns-outer button[data-action=start] {
  display: none;
}
.phone--in-popup {
  padding-top: 23px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.phone--in-popup:before {
  background-color: transparent;
}
.phone--in-popup .tns-nav {
  top: -23px;
  bottom: auto;
}

/*
* Slider
*/
.slider {
  display: block;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-repeat: no-repeat;
  max-width: 600px;
}
.slider__dots {
  display: flex;
  justify-content: center;
}

.slide {
  display: none;
  min-height: 341px;
  text-align: center;
}
.slide.active {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
}
.slide img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/* Sections */
.intro {
  display: block;
  background-color: #fff;
  padding-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .intro--second {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .intro__animated {
    display: none;
  }
}
.intro__container {
  padding: 30px 20px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .intro__container {
    padding-top: 0;
  }
}
.intro__container--second {
  padding-top: 80px;
  padding-bottom: 20px;
}
.intro__desc {
  max-width: 1000px;
  margin: 0 auto 55px;
  font-size: 20px;
  line-height: 32px;
  color: #494949;
}
@media (max-width: 991px) {
  .intro__desc {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .intro__desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
.intro__row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .intro__row {
    display: block;
  }
}
.intro__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__img--second {
  margin-right: 80px;
}
.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: bold;
}
.intro__info p {
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 50px;
}
@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__info--second p {
  margin-bottom: 30px;
}
.intro__info--second p b {
  font-weight: bold;
}
.intro__download-btns {
  display: flex;
  width: 100%;
  margin: 0 -5px 14px;
}
.intro__download-btns .btn {
  margin: 0 5px;
}
.intro__download-btns .btn--download {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 991px) {
  .intro__download-btns {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .intro__download-btns {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .intro__download-btns .btn {
    max-width: 380px;
  }
}
.intro__popup {
  display: inline-flex;
  align-items: center;
  color: #4285F4;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  text-decoration: none;
  margin-bottom: 40px;
  transition: all 300ms;
}
.intro__popup:hover {
  color: #F7931A;
}
.intro__popup:hover svg {
  fill: #F7931A;
}
.intro__popup svg {
  fill: #4285f4;
  margin-right: 10px;
  transition: all 300ms;
}

/*# sourceMappingURL=style.css.map */
