@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 {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

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

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

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

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

html {
  background-color: #000;
}

.logo {
  display: block;
}

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

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

.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: 980px) {
  .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;
  }
}
::-moz-selection {
  background-color: #f7931a;
  color: #fff;
}

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

.close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.close:hover:before, .close:hover:after {
  background-color: #F7931A;
}
.close:before, .close:after {
  position: absolute;
  top: 5px;
  left: 10px;
  content: " ";
  height: 10px;
  width: 2px;
  background-color: #727272;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.header {
  width: 100%;
  padding: 20px 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header.fixed:not(.header--not-fixed) .header__wrapper {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    z-index: 99;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, background-color 0.2s;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .header__container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .logo {
    height: 50px;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .logo img {
    max-height: 100%;
  }
}
@media (max-width: 1200px) {
  .header {
    background-color: #fff;
  }
}
.header__wrapper {
  width: 100%;
  transition: background-color 0.2s;
}
.header__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header__container {
    min-height: 80px;
  }
}
.header__navbar {
  display: flex;
  align-items: center;
  z-index: 20;
}
@media (max-width: 900px) {
  .header__navbar {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.header__menu {
  margin-right: 30px;
}
@media (max-width: 900px) {
  .header__menu {
    flex-grow: 1;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 0;
  }
}
.header__menu a {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #4285F4;
  text-transform: uppercase;
}
.header__menu a:hover {
  color: #f7931a;
}
.header__menu a + a {
  margin-left: 25px;
}
.header__menu a.active {
  color: #000;
  pointer-events: none;
  position: relative;
}
.header__menu a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #F7931A;
  position: absolute;
  bottom: -13px;
  left: 0;
}
.header__socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #757575;
  margin-right: 30px;
  text-transform: capitalize;
}
.header__socials a {
  text-decoration: none;
}
.header__socials a:hover svg #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;
  box-shadow: 0 0 0 1px #fff;
}
.header__lang_transparent .lang.opened .lang__current {
  color: #3E82F7;
  background-color: #fff;
  box-shadow: 0 0 0 1px #fff;
}
@media (min-width: 1200px) {
  .header--inverse.fixed:not(.header--not-fixed) .header__wrapper {
    background-color: rgba(0, 0, 0, 0.96);
  }
}
.header--inverse .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}
.header--inverse .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4285f4;
}
.header--inverse .header__socials > span {
  color: #D6D6D6;
}
.header--inverse .header__socials .social-link_instagram:not(:hover) svg #instagram_up {
  fill: #fff;
}
@media (max-width: 768px) {
  .header--inverse .header__logo,
.header--inverse .header__navbar {
    background-color: #000;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .header--inverse .header__navbar {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .header--inverse .header__menu {
    border-color: rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 1200px) {
  .header {
    min-height: 120px;
  }
}
@media only screen and (max-width: 1250px) {
  .header {
    flex-direction: column;
  }
  .header__container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 0;
    background-color: #fff;
    position: relative;
    z-index: 100;
  }
  .header__navbar {
    position: absolute;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    background: #FFFFFF;
    top: 0;
    transform: translateY(-100%);
  }
  .header__navbar.active {
    transform: translateY(61px);
  }
  .header__navbar .store-links {
    display: none;
  }
  .header__navbar .lang {
    display: block;
  }
  .header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    min-height: 63px;
    border-bottom: 1px solid #D6D6D6;
    background-color: #fff;
    z-index: 100;
  }
  .header__lang {
    margin-right: 15px;
    margin-top: 13px;
    margin-bottom: 14px;
  }
  .header__menu {
    display: block;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid #D6D6D6;
    margin-right: 0 !important;
    overflow-x: scroll;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
  }
  .header__menu::-webkit-scrollbar {
    display: none;
  }
  .header__menu:after {
    content: "";
    display: block;
    width: 20px;
  }
  .header__menu a {
    display: inline-block;
  }
  .header__menu a:last-child {
    margin-right: 20px;
  }
  .header__menu a.active:after {
    bottom: -18px;
  }
  .header__socials {
    margin-right: 0;
    margin-left: 15px;
  }
  .header__socials span {
    display: block;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 720px) {
  .header .header .lang {
    display: none;
  }
}

/*
* Modificators
*/
@media (min-width: 1200px) {
  .header--position-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}

/*
* Other
*/
@media only screen and (max-width: 910px) {
  .first .header__container {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .first .header .logo {
    margin-bottom: 30px;
  }
}
/*
* Burger
*/
.burger {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 19px;
  top: 22px;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 200;
}
.burger.active {
  transform: rotate(90deg);
}
.burger.active span, .burger.active:before, .burger.active:after {
  background-color: #4285f4;
}
.burger span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #757575;
  position: absolute;
  top: 9px;
  left: 1px;
}
.burger:before, .burger:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  background-color: #757575;
  left: 1px;
}
.burger:before {
  top: 4px;
}
.burger:after {
  top: 14px;
}

.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;
  border-radius: 6px;
}
.footer .lang__current:before {
  top: 12px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #D0D0D0;
}
.footer .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4285f4;
}
.footer .lang.opened .lang__current:before {
  top: 13px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #D0D0D0;
  border-bottom: none;
}
.footer .lang__list {
  transform: translateY(calc(-100% - 40px));
  position: absolute;
  width: 100%;
  border-radius: 6px;
}
.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 #212121;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer__bottom .footer__content {
  padding-bottom: 0;
  align-items: center;
}
.footer__copyright {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #757575;
}
.footer__btns {
  margin-right: 20px;
  padding-top: 13px;
}
.footer__btns .fb-like {
  margin-bottom: 20px;
}
.footer__menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .footer__menu {
    padding-right: 0;
    width: 100%;
  }
}

.footer__store-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.store-links {
  display: flex;
  max-width: 118px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .store {
  border-color: #757575;
  background-color: #282828;
}

.footer .store:hover {
  border-color: #4285f4;
  background-color: #4285f4;
}

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

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

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

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

.page_withcoins .footer {
  position: relative;
  z-index: 10;
}

.bonus {
  display: inline-block;
  padding: 3px 4px;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #4285f4;
  color: #fff;
}
.bonus_orange {
  background-color: #F7931A;
}
.bonus_red {
  background-color: #F74249;
}
.bonus_turq {
  background-color: #1AB9E5;
}
.bonus_purple {
  background-color: #A033CC;
}
.bonus_green {
  background-color: #1DC886;
}

@media only screen and (max-width: 1040px) {
  .page_ru .footer .footer__store-links {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .footer .footer__store-links {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .page_ru .footer .menu__col {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .footer {
    padding-top: 0;
    position: relative;
  }
  .footer__content {
    padding: 20px 20px 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer__bottom .footer__content {
    padding-top: 0;
  }
  .footer .lang {
    position: absolute;
    top: 25px;
    right: 20px;
  }
  .footer__btns {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 4;
  }
  .footer__btns .fb-like {
    margin-bottom: 0;
  }
  .footer__store-links {
    order: 2;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .footer .menu {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
  .footer .menu__item, .footer .menu__label {
    text-align: left;
  }
  .footer .menu__item_join {
    justify-content: flex-start;
  }
  .footer__social-links {
    display: flex;
    order: 3;
    color: #757575;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .footer__menu {
    flex-direction: column;
    width: auto;
  }
}
@media screen and (max-width: 380px) {
  .footer__logo {
    align-self: flex-start;
  }

  .footer__logo img {
    width: 190px;
    height: auto;
  }
}
.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;
}
.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;
  }
}

.lang {
  display: block;
  width: 70px;
  position: relative;
  z-index: 100;
  text-align: left;
  flex-shrink: 0;
}
.lang__current {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  line-height: 30px;
  padding-left: 30px;
  background: #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #323232;
  cursor: default;
  text-transform: uppercase;
  overflow: hidden;
}
.lang__current:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 13px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #D0D0D0;
}
.lang__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__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;
}

.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.opened .lang__list {
  display: block;
}

.burger {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 19px;
  top: 50%;
  margin-top: -10px;
  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;
}

.first {
  display: block;
  background-color: #fff;
  padding-top: 205px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 8px solid #F7931A;
}
.first .container {
  max-width: 1100px;
}
.first__title {
  margin-bottom: 20px;
  text-align: center;
}
.first__text {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.first__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.first__images img {
  display: block;
  max-width: 100%;
  height: auto;
}
.first__img {
  display: block;
}
.first__scroll-icon {
  align-self: center;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 500px) {
  .first__scroll-icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .first {
    padding-top: 95px;
  }
}

.features {
  display: flex;
  align-items: flex-start;
  min-height: 80px;
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .features {
    flex-direction: column;
    align-items: center;
  }
}
.features__item {
  display: block;
  max-width: 240px;
  font-size: 16px;
  line-height: 19px;
  color: #1D1D1B;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .features__item {
    margin-bottom: 30px;
  }
}
.features__item a {
  color: #4285F4;
  text-decoration: none;
}
.features__item a:hover {
  color: #F7931A;
}
.features__item::before, .features__item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 80px;
  background-color: #D8D8D8;
}
@media only screen and (max-width: 800px) {
  .features__item::before, .features__item:last-child::after {
    display: none;
  }
}
.features__item:last-child::after {
  right: 0;
  left: auto;
}
.features__item img {
  display: block;
}
.features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 10px;
}

@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;
  }
}
.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: 15px;
  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 {
  border-color: #757575;
  background-color: #282828;
}

.footer .store:hover {
  border-color: #4285f4;
  background-color: #4285f4;
}

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

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

.steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  counter-reset: steps;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 820px) {
  .steps {
    max-width: 400px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 820px) {
  .steps {
    max-width: 400px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 440px) {
  .steps {
    max-width: 180px;
  }
}
.steps__arrow {
  display: block;
  width: 43px;
  height: 14px;
  background-image: url("../images/steps-arrow.png");
  margin-top: 55px;
  flex-shrink: 0;
  background-size: 43px 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .steps__arrow {
    background-image: url("../images/steps-arrow@2x.png");
  }
}
@media only screen and (max-width: 900px) {
  .steps__arrow {
    display: none;
  }
}
.steps__item {
  display: block;
  width: 180px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  counter-increment: steps;
}
.steps__item:before {
  content: counter(steps);
  box-sizing: border-box;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 22px;
  border: 2px solid #F7931A;
  border-radius: 13px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  color: #F7931A;
}
@media only screen and (max-width: 820px) {
  .steps__item {
    margin-bottom: 30px;
  }
}
.steps__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 125px;
}
.steps__text {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.title {
  display: block;
  font-size: 64px;
  line-height: 72px;
  color: #000;
  font-weight: bold;
}

.subtitle {
  display: block;
  font-size: 48px;
  line-height: 53px;
  color: #000;
  font-weight: bold;
}
.subtitle_inverted {
  color: #fff;
}

.text {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #494949;
}

.container {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section {
  display: block;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #D6D6D6;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.section .container {
  max-width: 1000px;
}
.section--start .btn {
  max-width: 320px;
}
.section__title {
  text-align: center;
  margin-bottom: 20px;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section__text {
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section__text_w_900 {
  max-width: 900px;
}
.section__text_browser {
  margin-bottom: 40px;
}
.section__icon {
  margin-bottom: 20px;
}
.section__icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section__features {
  margin-bottom: 60px;
}
.section__macbook img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.section__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.section__btns .btn {
  border-radius: 6px;
}
.section__btns .btn:not(:last-child) {
  margin-bottom: 20px;
}
.section__slat {
  margin-bottom: 50px;
}
.section__graph {
  margin-bottom: 50px;
}
.section__graph_mining {
  margin-bottom: 20px;
}
.section_mining {
  padding-bottom: 0;
}

.lang {
  display: block;
  width: 70px;
  position: relative;
  z-index: 100;
  text-align: left;
  flex-shrink: 0;
}
.lang__current {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  line-height: 30px;
  padding-left: 30px;
  background: #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #323232;
  cursor: default;
  text-transform: uppercase;
  overflow: hidden;
}
.lang__current:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 13px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #D0D0D0;
}
.lang__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__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;
}

.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.opened .lang__list {
  display: block;
}

.video-block {
  display: block;
  background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .video-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.video-block__content {
  display: block;
  width: 100%;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .video-block__content {
    margin-bottom: 30px;
  }
}
.video-block__title {
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .video-block__title {
    font-size: 36px;
    line-height: 38px;
  }
}
.video-block__text {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  text-align: center;
}
@media (max-width: 768px) {
  .video-block__text {
    font-size: 15px;
    line-height: 20px;
  }
}
.video-block__video {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.video-block__video-wrap {
  position: relative;
  padding-bottom: 52.37%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-block__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.why {
  display: block;
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 1px solid #D6D6D6;
  position: relative;
}
.why__boy {
  position: absolute;
  bottom: 0;
  right: calc((100vw - 1280px) / 2 + 160px);
}
@media (max-width: 1281px) {
  .why__boy {
    right: 160px;
  }
}
.why .js-anim-why-block {
  position: relative;
  z-index: 2;
}
.why .container {
  max-width: 1120px;
}
.why__title {
  display: block;
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
.why__desc {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #494949;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .why__desc {
    font-size: 15px;
    line-height: 20px;
  }
}
.why__subtitle {
  display: block;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}
.why__list {
  margin-bottom: 80px;
  counter-reset: why;
}
.why__btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.why__text {
  font-size: 18px;
  line-height: 26px;
  color: #494949;
}
.why__text p {
  margin-bottom: 20px;
}
.why__text p.small {
  font-size: 13px;
  line-height: 18px;
  color: #757575;
  margin-bottom: 0;
}
.why__text strong, .why__text b {
  font-weight: bold;
}
.why__icon-1 {
  position: absolute !important;
  top: 87px;
  right: 47px;
}
@media (max-width: 960px) {
  .why__icon-1 {
    position: relative !important;
    top: auto;
    right: auto;
  }
}
.why__arrow {
  position: absolute;
  top: 111px;
  z-index: 3;
  left: 135px;
}
@media (max-width: 960px) {
  .why__arrow {
    top: 24px;
    left: 115px;
  }
}
.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: #000;
  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;
}
.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;
}
.why__img:after {
  content: "";
  display: block;
  width: 460px;
  height: 320px;
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #D6D6D6;
  background-color: #fff;
  border-radius: 3px;
}
.why__img img {
  display: block;
  position: relative;
  z-index: 1;
  top: 15px;
  left: 15px;
}
.why__img_users img {
  left: 45px;
}
.why__img_speed {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
}
.why__img_speed img {
  margin-bottom: 50px;
}
.why__row {
  display: flex;
  max-width: 1050px;
}
.why__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  width: 100%;
}
.why__footer {
  display: block;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.why__footer .btn {
  border-radius: 6px;
  max-width: 320px;
}
.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%);
}
@media (max-width: 1180px) {
  .why {
    padding-bottom: 0;
  }
  .why__boy {
    position: static;
    display: block;
    margin: 30px auto 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .why__item {
    padding-top: 80px;
  }
  .why__img {
    width: auto;
    height: auto;
    margin-right: 0;
    border: none;
    margin-bottom: 30px;
    background-color: transparent;
  }
  .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__item:nth-child(odd) .why__body {
    position: static;
  }
  .why__label {
    top: -25px;
    left: 127px;
  }
}
@media screen and (max-width: 768px) {
  .why {
    padding-top: 50px;
  }
  .why__list {
    margin-bottom: 30px;
  }
  .why__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .why__text {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  .why__text p {
    margin-bottom: 10px;
  }
  .why__item:before {
    font-size: 28px;
    line-height: 31px;
    width: 54px;
  }
  .why__item:last-child {
    margin-bottom: 40px;
  }
  .why__item:nth-child(even) {
    padding-left: 20px;
  }
  .why__btn {
    text-align: center;
    margin-top: 30px;
  }
  .why__subtitle {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 10px;
    text-align: left;
  }
}

@media only screen and (max-width: 960px) {
  .why__item_browser .browser-icon {
    left: 45px;
    top: 2px;
  }
}
@media only screen and (max-width: 540px) {
  .why__item_browser .browser-icon {
    background-size: contain;
    left: -40px;
  }
  .why__item_browser .why__icon-1 {
    left: 20px;
  }
  .why__item_browser .why__arrow {
    left: 29px;
  }
  .why__item_browser .why__label {
    left: 41px;
    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;
  }
}
.btn {
  display: inline-block;
  padding-top: 21px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
}
.btn_primary, .btn_download {
  color: #fff;
  background-color: #4285f4;
  border: 1px solid #4285f4;
}
.btn_primary:hover, .btn_download:hover {
  background-color: #F7931A;
  border-color: #F7931A;
}
.btn_primary:active, .btn_download:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.btn_download {
  max-width: none;
  width: auto;
  padding-right: 30px;
  padding-left: 62px;
  background-image: url("../images/icon-download.png");
  background-repeat: no-repeat;
  background-position: left 25px center;
  background-size: 12px 14px;
  text-align: left;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_download {
    background-image: url("../images/icon-download@2x.png");
  }
}
@media screen and (max-width: 768px) {
  .btn_download {
    width: 100%;
    max-width: 380px;
    text-align: center;
    padding-left: 50px;
  }
  .btn_download span {
    display: none;
  }
}
.btn_more {
  background-color: #fff;
  color: #000;
  border: 1px solid #d6d6d6;
}
.btn_more span:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  position: relative;
  top: -1px;
  margin-left: 10px;
  background-image: url("../images/arrow-right.png");
  background-size: 6px 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_more span:after {
    background-image: url("../images/arrow-right@2x.png");
  }
}
.btn_more:hover {
  color: #4285f4;
  border-color: #4285f4;
}
.btn_more:active {
  color: #757575;
  border-color: #d6d6d6;
}
.btn + .note {
  margin-top: 14px;
}
.btn_link {
  color: #000;
  display: inline-block;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  height: auto;
  background: none;
  border: none;
  width: auto;
}

.note {
  display: block;
  font-size: 11px;
  line-height: 12px;
  color: #757575;
}

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

.more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 40px;
  padding: 8px 20px;
  text-decoration: none;
  border: 1px solid #D6D6D6;
  border-radius: 20px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4285F4;
  font-size: 14px;
}
.more-link b {
  color: #000;
}
.more-link svg {
  margin-left: 10px;
}
.more-link:hover {
  border-color: #4285F4;
}

.mobi {
  display: block;
  background-color: #fff;
  background-color: #4285f4;
  padding-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
.mobi .container {
  max-width: 1000px;
}
.mobi__title {
  text-align: center;
  margin-bottom: 20px;
}
.mobi__text {
  text-align: center;
  margin-bottom: 40px;
  color: #C2D9FF;
  font-size: 18px;
  line-height: 26px;
}
.mobi__img {
  display: block;
  width: 100%;
}
.mobi__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.mobi__btn {
  margin-bottom: 55px;
}
.mobi__btn .google-play-btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  width: 100%;
  border-radius: 6px;
}

.google-play-btn {
  display: block;
  width: 210px;
  height: 62px;
  background-color: #000;
  background-image: url("../images/get-it-on-google-play.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 157px 37px;
  background-color: #000;
  border-radius: 4px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .google-play-btn {
    background-image: url("../images/get-it-on-google-play@2x.png");
  }
}
.google-play-btn:hover {
  background-color: #F7931A;
}
.google-play-btn:active {
  background-color: #255199;
}
@media (max-width: 768px) {
  .google-play-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.info {
  display: block;
  padding: 15px 51px;
  background-color: #F7F7F7;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  border-radius: 3px;
  border: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info__icon {
  margin-right: 15px;
}
@media (max-width: 900px) {
  .info {
    text-align: center;
    padding: 15px;
  }
  .info span {
    text-align: center;
  }
  .info__icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.slat {
  display: block;
  font-size: 20px;
  line-height: 36px;
  color: #000;
  padding-left: 40px;
  border-left: 6px solid #F7931A;
}
.slat b, .slat strong {
  font-weight: bold;
}

.graph {
  display: block;
  border-radius: 3px;
  border: 1px solid #D6D6D6;
}
.graph__header {
  display: block;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .graph__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.graph__body {
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .graph__body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
.graph__title {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.graph__img {
  display: block;
  position: relative;
}
.graph__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.graph__img_mining {
  margin-bottom: 80px;
}
.graph__line {
  position: absolute;
  width: 100%;
}
.graph__line_img_competition {
  bottom: 17%;
}
.graph__line_img_rate {
  bottom: 36%;
}
.graph__dates {
  display: flex;
  justify-content: space-between;
  padding-top: 9px;
  border-top: 1px solid #D6D6D6;
}
.graph__dates:not(:last-child) {
  margin-bottom: 40px;
}
.graph__date {
  display: block;
  color: #494949;
  font-size: 14px;
  line-height: 16px;
  margin-right: 10px;
}
.graph__date b {
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .graph__date {
    font-size: 12px;
    line-height: 14px;
  }
}
.graph__legends {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .graph__legends {
    flex-direction: column;
  }
}
.graph__legend {
  display: block;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .graph__legend {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .graph__legend:last-child {
    margin-bottom: 0;
  }
}
.graph__legend b {
  font-weight: bold;
}
.graph__legend:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 10px;
}
.graph__legend_color_orange:before {
  background-color: #F7931A;
}
.graph__legend_color_blue:before {
  background-color: #4285f4;
}
.graph__legend_color_green:before {
  background-color: #4DC332;
}
.graph__legend_color_light-blue:before {
  background-color: #1AB9E5;
}
.graph__legend_color_gray:before {
  background-color: #494949;
}

.attention {
  display: block;
}
.attention__body {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .attention__body {
    flex-direction: column;
  }
}
.attention__icon {
  margin-right: 30px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .attention__icon {
    margin: 0 0 15px;
  }
}
.attention__text {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  width: 100%;
  max-width: 560px;
}
@media (max-width: 768px) {
  .attention__text {
    font-size: 20px;
  }
}
.attention__content {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .attention__content {
    flex-direction: column;
    text-align: center;
  }
}
.attention__img {
  position: relative;
  right: -80px;
}
@media screen and (max-width: 768px) {
  .attention__img {
    right: 0;
  }
}
.attention__img img {
  display: block;
}
@media screen and (max-width: 768px) {
  .attention__img img {
    max-width: 100%;
    height: auto;
  }
}

.line {
  display: block;
  border-bottom: 1px dashed;
  padding-bottom: 3px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.line_color_red {
  color: #F74249;
  border-bottom-color: #F74249;
}
.line_color_blue {
  color: #4285f4;
}

.scroll-icon {
  display: block;
}
.scroll-icon__text {
  display: block;
  white-space: nowrap;
  font-size: 18px;
  line-height: 26px;
  color: #494949;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.scroll-icon__img {
  display: block;
}
.scroll-icon__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.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;
}
.sharing-section__pretitle {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #F7931A;
  margin-bottom: 20px;
}
.sharing-section__title {
  display: block;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 24px;
}
.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: 396px;
  justify-content: center;
}
.sharing-section .social-btn_fb {
  background: #1877F2;
  overflow: hidden;
}
.sharing-section .social-btn_fb:before {
  width: 49px !important;
  height: 49px !important;
  transform: translateX(-50%) translateY(0px);
  top: auto;
  bottom: 4px;
}
@media (max-width: 768px) {
  .sharing-section .social-btn_fb:before {
    width: 30px !important;
    height: 30px !important;
    bottom: 5px;
  }
}
@media (max-width: 768px) {
  .sharing-section__title {
    font-size: 36px;
    line-height: 38px;
  }
  .sharing-section .social-btn_fb:before {
    width: 44.4%;
    height: 80%;
  }
}

.sticky-sharing .social-btn_fb {
  background: #1877F2;
  overflow: hidden;
}
.sticky-sharing .social-btn_fb:before {
  width: 32px !important;
  height: 32px !important;
  transform: translateX(-50%) translateY(0px);
  top: auto;
  bottom: -2px;
}

.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow-y: auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.popup_transparent {
  background-color: transparent;
}
.popup_alert .popup__handler {
  padding-top: 30px;
}
.popup_alert .popup__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
}
.popup_alert h2 {
  font-size: 24px;
  display: block;
  color: #000;
  line-height: 24px;
}
.popup__handler {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  width: calc(100% - 10px);
  max-width: 450px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .popup__handler {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.popup__handler .desc {
  font-size: 12px;
  line-height: 14px;
  color: #494949;
}
.popup__header {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}
.popup__header img {
  display: block;
  margin-right: 10px;
}
.popup__body {
  padding: 0 30px;
  font-size: 14px;
  line-height: 16px;
  color: #494949;
}
.popup__body p {
  margin-bottom: 20px;
}
.popup__body ul {
  margin-bottom: 20px;
}
.popup__body li {
  margin-bottom: 10px;
}
.popup__body b,
.popup__body strong {
  font-weight: 700;
}
.popup__footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 30px;
}
.popup__footer.cols {
  display: flex;
  justify-content: space-between;
}
.popup__footer .btn_primary {
  max-width: 280px;
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 15px;
}
.popup__label {
  display: block;
  color: #F7931A;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px;
  font-weight: bold;
}
.popup.active {
  display: block;
}
.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

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

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

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

#promoSharingPopup {
  background-image: url("../images/sharing-popup-bg.png");
  background-position: right bottom;
  background-size: 302px 424px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (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%;
}

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

.download-tip {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.download-tip__handler {
  display: block;
  min-height: 30px;
  padding-left: 40px;
  background-image: url("../images/browser-icon.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}

.download-tip_firefox .download-tip__handler,
.download-tip_safari .download-tip__handler,
.download-tip_opera .download-tip__handler {
  position: absolute;
  right: 50px;
  top: 20px;
  margin-top: 109px;
  margin-left: 30px;
}

.download-tip_firefox .download-tip__handler img,
.download-tip_opera .download-tip__handler img,
.download-tip_safari .download-tip__handler img {
  display: block;
  width: 34px;
  height: 89px;
  position: absolute;
  top: -104px;
  right: 30px;
  transform: rotate(180deg);
}

.download-tip_safari .download-tip__handler img {
  right: 73px;
}

.download-tip_firefox .download-tip__title._below,
.download-tip_safari .download-tip__title._below,
.download-tip_opera .download-tip__title._below {
  display: none;
}

.download-tip_chrome .download-tip__handler,
.download-tip_ie .download-tip__handler,
.download-tip_edge .download-tip__handler,
.download-tip_unknown .download-tip__handler {
  position: absolute;
  left: 30px;
  bottom: 20px;
  margin-bottom: 109px;
}

.download-tip_chrome .download-tip__handler img,
.download-tip_ie .download-tip__handler img,
.download-tip_edge .download-tip__handler img,
.download-tip_unknown .download-tip__handler img {
  display: block;
  width: 34px;
  height: 89px;
  position: absolute;
  bottom: -109px;
  left: 170px;
}

.download-tip_chrome .download-tip__title._above,
.download-tip_ie .download-tip__title._above,
.download-tip_edge .download-tip__title._above,
.download-tip_unknown .download-tip__handler img {
  display: none;
}

.download-tip_ie .download-tip__handler,
.download-tip_edge .download-tip__handler {
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}

.download-tip_ie .download-tip__handler img,
.download-tip_edge .download-tip__handler img {
  left: 50%;
  margin-left: -17px;
}

.download-tip__title {
  display: block;
  font-size: 24px;
  line-height: 27px;
  color: #D6D6D6;
}

.download-tip__title strong {
  color: #fff;
  font-weight: bold;
}

.download-tip__body {
  display: block;
  background-color: #282828;
  border: 1px solid #757575;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.download-tip__body strong {
  font-weight: bold;
}

.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;
  }
}
.social-btn {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  flex-shrink: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 30px;
  box-sizing: border-box;
}

.social-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.social-btn_fb {
  background-color: #4861A3;
}

.social-btn_fb:hover {
  background-color: #5777CC;
}

.social-btn_fb:active {
  background-color: #374C82;
}

.social-btn_fb:before {
  width: 13px;
  height: 24px;
  background-image: url("../images/sharing/icon-fb.svg");
}

.social-btn_vk {
  background-color: #597DA2;
}

.social-btn_vk:hover {
  background-color: #678EB6;
}

.social-btn_vk:active {
  background-color: #446A91;
}

.social-btn_vk:before {
  width: 34px;
  height: 19px;
  background-image: url("../images/sharing/icon-vk.svg");
}

.social-btn_tw {
  background-color: #1DA1F2;
}

.social-btn_tw:hover {
  background-color: #3EB5FF;
}

.social-btn_tw:active {
  background-color: #1588CE;
}

.social-btn_tw:before {
  width: 23px;
  height: 19px;
  background-image: url("../images/sharing/icon-tw.svg");
}

.social-btn_gplus {
  background-color: #DD5044;
}

.social-btn_gplus:hover {
  background-color: #FB5446;
}

.social-btn_gplus:active {
  background-color: #BF4339;
}

.social-btn_gplus:before {
  width: 28px;
  height: 18px;
  background-image: url("../images/sharing/icon-gplus.svg");
}

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

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

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

.social-btn_vb {
  background-color: #665CAC;
}

.social-btn_vb:hover {
  background-color: #776DBF;
}

.social-btn_vb:active {
  background-color: #554C93;
}

.social-btn_vb:before {
  width: 27px;
  height: 28px;
  background-image: url("../images/sharing/icon-viber.svg");
}

.social-btn_wa {
  background-color: #1DC93B;
}

.social-btn_wa:hover {
  background-color: #29D046;
}

.social-btn_wa:active {
  background-color: #19A131;
}

.social-btn_wa:before {
  width: 28px;
  height: 26px;
  background-image: url("../images/sharing/icon-whatsapp.svg");
}

.social-btn_tg {
  background-color: #31A5E0;
}

.social-btn_tg:hover {
  background-color: #46B9F3;
}

.social-btn_tg:active {
  background-color: #2D8BBB;
}

.social-btn_tg:before {
  width: 26px;
  height: 22px;
  background-image: url("../images/sharing/icon-telegram.svg");
}

.social-btn_th {
  background-color: #36465D;
}

.social-btn_th:hover {
  background-color: #455772;
}

.social-btn_th:active {
  background-color: #242E3B;
}

.social-btn_th:before {
  width: 20px;
  height: 28px;
  background-image: url("../images/sharing/icon-tumblr.svg");
}

.social-btn_pt {
  background-color: #fff;
  border: 1px solid #CDCDCD;
  background-image: url("../images/sharing/icon-pinterest.svg");
  background-size: 28px;
}

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

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

.social-btn_ln {
  background-color: #3ACE01;
}

.social-btn_ln:hover {
  background-color: #4EDF16;
}

.social-btn_ln:active {
  background-color: #43BC15;
}

.social-btn_ln:before {
  width: 28px;
  height: 27px;
  background-image: url("../images/sharing/icon-linechat.svg");
}

.social-btn_li {
  background-color: #017AB6;
}

.social-btn_li:hover {
  background-color: #0A8DCE;
}

.social-btn_li:active {
  background-color: #096B9C;
}

.social-btn_li:before {
  width: 28px;
  height: 28px;
  background-image: url("../images/sharing/icon-linkedin.svg");
}

.social-btn_flb {
  background-color: #F01B23;
}

.social-btn_flb:hover {
  background-color: #F9343C;
}

.social-btn_flb:active {
  background-color: #DB171E;
}

.social-btn_flb:before {
  width: 28px;
  height: 28px;
  background-image: url("../images/sharing/icon-flipboard.svg");
}

.social-btn_rd {
  background-color: #FF4500;
}

.social-btn_rd:hover {
  background-color: #FF642A;
}

.social-btn_rd:active {
  background-color: #E34206;
}

.social-btn_rd:before {
  width: 31px;
  height: 28px;
  background-image: url("../images/sharing/icon-reddit.svg");
}

.social-btn_ok {
  background-color: #E27E35;
}

.social-btn_ok:hover {
  background-color: #EF9554;
}

.social-btn_ok:active {
  background-color: #F29C5D;
}

.social-btn_ok:before {
  width: 18px;
  height: 31px;
  background-image: url("../images/sharing/icon-ok.svg");
}

.social-btn:active:before {
  opacity: 0.7;
}

.social-btns-title {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 20px;
}

.social-btns-title span {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 9px;
  font-size: 10px;
  text-transform: uppercase;
  color: #303030;
  font-weight: bold;
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

.social-btns {
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 600px;
  position: relative;
}

.social-btns .social-btn {
  margin-right: 7px;
}

.social-btns_size_s .social-btn {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.social-btns_size_s .social-btn_vk:before {
  width: 22px;
  height: 12px;
}

.social-btns_size_s .social-btn_fb:before {
  width: 9px;
  height: 16px;
}

.social-btns_size_s .social-btn_tw:before {
  width: 16px;
  height: 13px;
}

.social-btns_size_s .social-btn_wa:before {
  width: 18px;
  height: 18px;
}

.social-btns_size_s .social-btn_tg:before {
  width: 19px;
  height: 16px;
}

.social-btns_size_s .social-btn_gplus:before {
  width: 19px;
  height: 12px;
}

.social-btns_size_s .social-btn_mail {
  background-size: 23px 18px;
}

.social-btns_size_s .social-btn_vb:before {
  width: 21px;
  height: 22px;
}

.social-btns_size_s .social-btn_wa:before {
  width: 20px;
  height: 20px;
}

.social-btns_size_s .social-btn_th:before {
  width: 16px;
  height: 22px;
}

.social-btns_size_s .social-btn_pt {
  background-size: 22px;
}

.social-btns_size_s .social-btn_ln:before {
  width: 22px;
  height: 21px;
}

.social-btns_size_s .social-btn_li:before {
  width: 22px;
  height: 22px;
}

.social-btns_size_s .social-btn_flb:before {
  width: 22px;
  height: 22px;
}

.social-btns_size_s .social-btn_rd:before {
  width: 24px;
  height: 22px;
}

.social-btns_size_s .social-btn_ok:before {
  width: 14px;
  height: 24px;
}

.social-btns_size_s .social-btns__list {
  width: 130px;
}

.social-btns_size_s .social-btns__more {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.social-btns_size_m .social-btn {
  width: 56px;
  height: 56px;
  margin-right: 8px;
  border-radius: 28px;
}

.social-btns_size_m .social-btns__list {
  width: 162px;
}

.social-btns_size_m .social-btns__list .social-btn {
  margin-right: 0;
}

.social-btns_size_m .social-btns__more {
  width: 56px;
  height: 56px;
  border-radius: 28px;
}

.social-btns__more {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 320px;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #CDCDCD;
}

.social-btns__more:before, .social-btns__more::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #494949;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.social-btns__more:before {
  width: 2px;
  height: 16px;
  top: 50%;
}

.social-btns__more:after {
  width: 16px;
  height: 2px;
}

.social-btns__more:hover {
  box-shadow: inset 0px 0px 0px 2px #4285F4;
}

.social-btns__more:hover:after, .social-btns__more:hover:before {
  background-color: #4285F4;
}

.social-btns__list {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(46px) translateY(calc(-100% + 5px));
  z-index: 100;
  border-radius: 24px;
  width: 170px;
  box-sizing: border-box;
}

.social-btns__list .social-btn {
  margin-bottom: 10px;
  margin-right: 0;
}

.social-btns__list.active {
  display: flex;
}

.social-btns__list_down {
  top: auto;
  bottom: 0;
  transform: translateX(46px) translateY(calc(100% - 5px));
}

@media screen and (max-width: 800px) {
  .social-btn {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    flex-shrink: 0;
  }

  .social-btn_vk:before {
    width: 22px;
    height: 12px;
  }

  .social-btn_fb:before {
    width: 9px;
    height: 16px;
  }

  .social-btn_tw:before {
    width: 16px;
    height: 13px;
  }

  .social-btn_wa:before {
    width: 18px;
    height: 18px;
  }

  .social-btn_tg:before {
    width: 19px;
    height: 16px;
  }

  .social-btn_gplus:before {
    width: 19px;
    height: 12px;
  }

  .social-btn_mail {
    background-size: 23px 18px;
  }

  .social-btn_vb:before {
    width: 21px;
    height: 22px;
  }

  .social-btn_wa:before {
    width: 20px;
    height: 20px;
  }

  .social-btn_th:before {
    width: 16px;
    height: 22px;
  }

  .social-btn_pt {
    background-size: 22px;
  }

  .social-btn_ln:before {
    width: 22px;
    height: 21px;
  }

  .social-btn_li:before {
    width: 22px;
    height: 22px;
  }

  .social-btn_flb:before {
    width: 22px;
    height: 22px;
  }

  .social-btn_rd:before {
    width: 24px;
    height: 22px;
  }

  .social-btn_ok:before {
    width: 14px;
    height: 24px;
  }

  .social-btns {
    max-width: 400px;
  }

  .social-btns .social-btn {
    margin-right: 5px;
  }

  .social-btns__more {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    left: 0;
  }

  .social-btns__list {
    width: 130px;
  }

  .social-btns__list .social-btn {
    margin-right: 0;
  }
}
.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;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social-links--christmas {
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}

.social-links a,
.social-links svg {
  border: none;
}

.header__socials .social-links {
  margin-left: 10px;
}
.header__socials .social-link_fb i {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/fb-small.svg");
  background-size: 20px;
  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.svg");
  }
}
.header__socials .social-link_fb:hover i {
  background-image: url("../images/fb-small-hover.svg");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header__socials .social-link_fb:hover i {
    background-image: url("../images/fb-small-hover.svg");
  }
}
.header__socials .social-link_fb svg {
  display: none;
}
.header__socials .social-link_discord svg {
  fill: #5865F2;
}
.header__socials .social-link_discord:hover svg {
  fill: #f7931a;
}
.header__socials .social-link_telegram svg path {
  fill: #31A5E0;
}
.header__socials .social-link_telegram:hover svg path {
  fill: #F7931A !important;
}
.header__socials .social-link_vk svg path {
  fill: #577CA4;
}
.header__socials .social-link_vk:hover svg path {
  fill: #F7931A;
}
.header__socials .social-link_youtube svg path {
  fill: #e12a21;
}
.header__socials .social-link_youtube:hover svg path {
  fill: #F7931A !important;
}
.header__socials .social-link_twitter svg path {
  fill: #1DA1F2;
}
.header__socials .social-links_twitter:hover svg path {
  fill: #F7931A;
}
.header__socials .social-link_instagram:hover svg path {
  fill: #F7931A;
}
@media only screen and (max-width: 1235px) {
  .header__socials span {
    display: none;
  }
  .header__socials .social-links {
    margin-left: 0;
  }
}

.social-links--christmas .social-link {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 7.5px 15px;
}
.social-links--christmas .social-link:hover {
  background: #F7931A;
}
.social-links--christmas .social-link_fb {
  background-color: #4861A3;
}
.social-links--christmas .social-link_telegram {
  background-color: #31A5E0;
}
.social-links--christmas .social-link_instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-links--christmas .social-link_twitter {
  background-color: #1DA1F2;
}
.social-links--christmas .social-link_youtube {
  background-color: #FF2500;
}
.social-links--christmas .social-link_youtube:hover svg path {
  fill: #F7931A;
}
.social-links--christmas .social-link_vk {
  background-color: #577CA4;
}

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

.page_theme_black .social-link_instagram:not(:hover) svg path {
  fill: #fff;
}

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

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

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

@media screen and (max-width: 1080px) {
  .page_second .logo,
.page_about .logo,
.page_simple .logo {
    margin-bottom: 0;
  }
  .page_second .header,
.page_about .header,
.page_simple .header {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    flex-direction: column;
  }
  .page_second .header__navbar,
.page_about .header__navbar,
.page_simple .header__navbar {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    justify-content: space-between;
  }
  .page_second .header__menu,
.page_about .header__menu,
.page_simple .header__menu {
    margin-right: 10px;
  }
  .page_second .header__menu a + a,
.page_about .header__menu a + a,
.page_simple .header__menu a + a {
    margin-left: 20px;
  }
  .page_second .container,
.page_about .container,
.page_simple .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landings {
    flex-direction: column;
    align-items: center;
  }

  .landing {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .images {
    flex-direction: column;
    align-items: center;
  }

  .image {
    margin-bottom: 30px;
    margin-right: 0;
  }

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

  .info__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .info {
    flex-direction: column;
    align-items: center;
  }
  .info__item {
    border: none;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    padding-left: 0;
    padding-right: 0;
  }
  .info__item:last-child {
    border-bottom: none;
  }
  .info__item_affiliate .col:first-child {
    margin-right: 0;
  }
  .info__item .row {
    flex-direction: column;
  }
  .info__link {
    margin-top: 10px;
  }

  .bform {
    padding-top: 40px;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
  .bform__row {
    flex-direction: column;
    align-items: center;
  }
  .bform__col {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
  }
  .bform__col + .bform__col {
    margin-top: 15px;
  }
}
@media screen and (max-width: 850px) {
  .store_cryptosearch span,
.store_cryptotab span {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .join {
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .join__content {
    max-width: none;
    text-align: center;
    margin-left: 0;
  }
  .join__content:before {
    display: none;
  }
  .join__icon {
    margin-left: auto;
    margin-right: auto;
  }
  .join__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
  }
  .join .btn_download {
    margin-left: auto;
    margin-right: auto;
  }

  .b-num {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .b-num__item {
    padding-top: 80px;
  }
  .b-num__title {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .b-num__text {
    font-size: 15px;
    line-height: 20px;
  }
  .b-num__subtitle {
    font-size: 24px;
    line-height: 27px;
    text-align: left;
  }
  .b-num__body .b-num__text {
    text-align: left;
  }
  .b-num__btn {
    text-align: center;
  }
  .b-num__img {
    width: auto;
    height: auto;
    margin-right: 0;
    border: none;
    margin-bottom: 30px;
  }
  .b-num__img img {
    position: static;
    max-width: 100%;
    height: auto;
  }
  .b-num__img:after {
    display: none;
  }
  .b-num__row, .b-num__item:nth-child(even) .b-num__row {
    flex-direction: column;
    text-align: center;
  }
  .b-num__item:nth-child(even) .b-num__img {
    margin-left: 0;
    margin-right: 0;
  }
  .b-num__item:nth-child(odd) .b-num__body {
    position: static;
  }

  .balance_l .balance__btc {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .balance_l .balance__btc img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .store-links {
    max-width: 182px;
  }
  .store-links + span {
    display: block;
  }

  .page_generator .container__text {
    padding-left: 28px;
    padding-right: 28px;
  }

  .header__navbar {
    min-height: 57px;
  }
  .header .balance {
    display: none;
  }

  .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;
    margin-left: 0;
  }
  .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;
  }

  .select {
    max-width: 200px;
  }

  .bform .select {
    max-width: 100%;
  }

  .card__title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_subid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subids__head {
    padding-left: 20px;
    padding-right: 20px;
  }
  .subids__link_main:before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    left: -13px;
  }
  .subids__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .subids tbody td:first-child {
    width: auto;
  }

  .features {
    margin-bottom: 30px;
  }
  .features__item:after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background-color: #D8D8D8;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .why__item {
    padding-top: 80px;
  }
  .why__img {
    width: auto;
    height: auto;
    margin-right: 0;
    border: none;
    margin-bottom: 30px;
  }
  .why__img img {
    position: static;
    max-width: 100%;
    height: auto;
  }
  .why__img:after {
    display: none;
  }
  .why__row, .why__item:nth-child(even) .why__row {
    flex-direction: column;
    text-align: center;
  }
  .why__item:nth-child(even) .why__img {
    margin-left: 0;
    margin-right: 0;
  }
  .why__img_exp img {
    margin-right: 0;
  }
  .why__img_speed {
    padding-left: 0;
    padding-right: 0;
  }
  .why__item:nth-child(odd) .why__body {
    position: static;
  }
  .why__label {
    top: -25px;
    left: 127px;
  }

  .section_features {
    padding-top: 60px;
  }

  .first_invite .wrapper {
    padding-bottom: 50px;
  }
  .first_invite .img-8x {
    position: static;
    left: 0;
    bottom: 0;
    padding-bottom: 30px;
  }
  .first_invite .img-8x__os {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .first_invite .img-8x img {
    max-width: 320px;
  }

  .btn_social {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
    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_wa:before {
    width: 18px;
    height: 18px;
  }
  .btn_social_tg:before {
    width: 19px;
    height: 16px;
  }
  .btn_social_gplus {
    background-color: #DD5044;
  }
  .btn_social_gplus:hover {
    background-color: #FB5446;
  }
  .btn_social_gplus:active {
    background-color: #BF4339;
  }
  .btn_social_gplus:before {
    width: 19px;
    height: 12px;
  }
  .btn_social_mail {
    text-indent: -9999px;
    background-color: #fff;
    border: 1px solid #CDCDCD;
    background-size: 23px 18px;
  }
  .btn_social_mail:hover {
    border: 2px solid #4285F4;
  }
  .btn_social_mail:active {
    background-color: #D6D6D6;
    border-color: #D6D6D6;
  }
  .btn_social_mail:active:before {
    opacity: 0.7;
  }
  .btn_social_vb:before {
    width: 21px;
    height: 22px;
  }
  .btn_social_wa:before {
    width: 20px;
    height: 20px;
  }
  .btn_social_th:before {
    width: 16px;
    height: 22px;
  }
  .btn_social_pt {
    background-size: 22px;
  }
  .btn_social_ln:before {
    width: 22px;
    height: 21px;
  }
  .btn_social_li:before {
    width: 22px;
    height: 22px;
  }
  .btn_social_flb:before {
    width: 22px;
    height: 22px;
  }
  .btn_social_rd:before {
    width: 24px;
    height: 22px;
  }
  .btn_social_ok:before {
    width: 14px;
    height: 24px;
  }

  .social-btns {
    max-width: 400px;
  }
  .social-btns .btn_social {
    margin-right: 5px;
  }
  .social-btns__more {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    left: 0;
  }
  .social-btns__list {
    width: 130px;
  }
  .social-btns__list .btn_social {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .section_additional-links .card__title {
    margin-bottom: 0;
  }

  .subids__head {
    display: none;
  }
  .subids__item {
    flex-direction: column;
    border-top: 1px solid #D6D6D6;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .subids__item > div {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .subids__item:first-child {
    border-top: none;
  }
  .subids__item:hover + .subids__item {
    border-top-color: #4285f4;
  }
  .subids__item:hover:last-child {
    border-bottom-color: #4285f4;
  }
  .subids__item:last-child {
    border-bottom: 1px solid #D6D6D6;
  }
  .subids__item:last-child > div {
    border: none;
  }
  .subids__people {
    margin-bottom: 10px;
  }
  .subids__comment {
    margin-bottom: 10px;
  }
  .subids__action {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 630px) {
  .referrals {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }

  .page_second .container {
    min-height: 0;
    padding-top: 40px;
  }

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

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

  .calc {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .calc__row {
    display: block;
  }
  .calc__item {
    margin-bottom: 50px;
  }
  .calc__item + .calc__item {
    margin-left: 0;
  }
  .calc__label {
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 25px;
  }
  .calc__label b {
    font-size: 28px;
    top: 3px;
  }

  .rangeSlider__horizontal {
    max-width: 300px;
  }

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

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

  .btn_calc {
    height: auto;
    min-height: 50px;
    line-height: 50px;
    font-size: 16px;
    line-height: 18px;
    background-position: 47px center;
    padding-left: 72px;
    padding-right: 47px;
    padding-top: 17px;
    padding-bottom: 15px;
  }

  .input__tip {
    position: static;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .levels-scheme {
    padding-top: 50px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 50px;
  }
  .levels-scheme .description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .levels-scheme__img {
    display: none;
  }
  .levels-scheme__scheme-m {
    margin-bottom: 40px;
  }
  .levels-scheme__footer {
    font-size: 20px;
    line-height: 22px;
  }

  .burger {
    display: block;
  }

  .header {
    position: relative;
    padding-top: 0;
    padding-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
  .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: #fff;
    top: 0;
    transform: translateY(-100%);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header__navbar.active {
    transform: translateY(63px);
  }
  .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__menu {
    display: block;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 19px;
    margin-right: 0 !important;
    overflow-x: scroll;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    border-bottom: 1px solid #d6d6d6;
  }
  .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: -8px;
  }
  .header__lang {
    margin-right: 15px;
    margin-top: 13px;
    margin-bottom: 14px;
  }
  .header__socials {
    margin-right: 0;
    margin-left: 15px;
  }
  .header__socials span {
    display: block;
    margin-right: 10px;
  }

  .page_promo .header__navbar {
    display: block;
    text-align: center;
  }

  .page_promo .header__lang {
    margin-top: 10px;
  }

  .logo {
    width: 168px;
    height: auto;
  }

  .page_second .logo,
.page_about .logo,
.page_simple .logo {
    margin-bottom: 0;
  }

  .page_simple .container {
    height: auto;
    min-height: 0;
    padding-top: 40px;
  }

  .logo svg {
    width: 168px;
    height: auto;
  }

  .container_promo .logo {
    margin-bottom: 0;
  }

  .btn_subid {
    height: auto;
    padding-bottom: 18px;
  }

  .first {
    min-height: 0;
    padding-top: 40px;
  }
  .first .wrapper {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .first .title {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .first .btn {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 380px;
    font-weight: bold;
    height: auto;
    line-height: 17px;
    padding-top: 22px;
    padding-bottom: 21px;
  }
  .first .header .logo {
    margin-bottom: 0;
  }
  .first .header__lang {
    position: absolute;
    top: 67px;
    right: 20px;
    margin-right: 0;
  }
  .first__icon {
    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__screen .trust {
    order: 2;
    margin-bottom: 0;
    text-align: center;
  }
  .first__screen .more-link {
    order: 1;
  }
  .first__group {
    display: flex;
    flex-direction: column;
  }
  .first__group .btn {
    margin-bottom: 15px;
  }
  .first__group .btn,
.first__group .more-link {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .first__group .btn_plus {
    display: none;
  }
  .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_invite .header {
    border-bottom: 1px solid #757575;
  }
  .first_invite .header__menu {
    border-color: #757575;
  }
  .first_invite .header__lang {
    position: static;
    margin-right: 15px;
  }

  .logo img {
    width: 100%;
    height: 100%;
  }

  .title {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 15px;
  }

  .note {
    display: none;
  }

  .testimonials {
    padding-bottom: 0;
  }

  .testimonials__list {
    max-width: 280px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials__title {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .calculate {
    padding-top: 50px;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 44px;
  }
  .calculate .subtitle {
    margin-bottom: 40px;
  }

  .subtitle {
    font-size: 36px;
    line-height: 38px;
  }

  .calc__label {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    margin-bottom: 27px;
  }

  .calc__label b {
    font-size: 28px;
    line-height: 31px;
    top: 3px;
  }

  .rangeSlider__horizontal {
    height: 5px;
    max-width: 300px;
  }

  .rangeSlider__handle {
    width: 25px;
    height: 25px;
    border-width: 5px;
    top: -10px;
  }

  .calc__item {
    margin-bottom: 50px;
  }

  .calc__item + .calc__item {
    margin-top: 0;
  }

  .btn_calc {
    height: auto;
    min-height: 50px;
    font-size: 16px;
    line-height: 17px;
    padding-left: 65px;
    padding-top: 17px;
    padding-bottom: 16px;
    padding-right: 40px;
    text-align: center;
  }

  .btn_calc:before {
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
  }

  .results {
    padding-top: 40px;
  }

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

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

  .results__table tbody tr {
    border-bottom: none;
    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;
  }

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

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

  .list__item {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .section_promo {
    flex-direction: column;
    padding-left: 40px;
    background-position: center bottom;
    padding-bottom: 137px;
  }
  .section_promo p {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .section_personal-id {
    padding-left: 20px;
    padding-right: 20px;
  }

  .refurl {
    margin-bottom: 20px;
  }
  .refurl__value {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 40px);
  }
  .refurl__link {
    font-size: 12px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .refurl__subid {
    font-size: 12px;
  }
  .refurl .btn {
    height: 40px;
    width: 40px;
    flex-shrink: 0;
    line-height: 40px;
    font-size: 12px;
    min-width: 0;
    text-indent: -9999px;
    background-image: url("../images/clipboard-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
  }
  .refurl .dropdown_subids {
    width: 100%;
    top: 38px;
    right: 0;
  }

  .dropdown_subids {
    max-width: none;
  }

  .subids tr {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .subids tbody td {
    display: block;
    padding: 0;
  }
  .subids__link {
    font-size: 14px;
  }
  .subids__people {
    text-align: left;
  }

  .card__title .title {
    margin-bottom: 0;
    font-size: 28px;
  }

  .section_subid {
    flex-direction: column;
    position: relative;
  }
  .section_subid .col {
    width: 100%;
  }
  .section_subid .col_subid {
    flex-direction: column;
    align-items: flex-start;
  }
  .section_subid .col_subid .label {
    margin-bottom: 5px;
  }
  .section_subid .col_subid .select {
    margin-bottom: 10px;
    max-width: none;
  }
  .section_subid .btn_plus {
    position: absolute;
    right: 20px;
    bottom: 10px;
  }

  .referrals__label {
    font-size: 12px;
  }
  .referrals__total {
    font-size: 26px;
  }
  .referrals__total span:before {
    top: 1px;
  }
  .referrals__row_labels .referrals__label:nth-child(2) {
    padding-right: 10px;
  }
  .referrals__row_labels .referrals__label:last-child {
    padding-right: 0;
  }

  .level__title {
    font-size: 12px;
  }
  .level__value {
    font-size: 20px;
  }
  .level__value:last-child {
    padding-right: 0;
  }
  .level__value:nth-child(2) {
    padding-right: 10px;
    font-size: 16px;
  }

  .tooltip__text {
    width: 150px;
  }

  .section_additional-links .card__title .btn_subid {
    min-width: 0;
  }

  .resources {
    flex-direction: column;
    align-items: center;
  }
  .resources__item {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .resources__item:last-child {
    margin-bottom: 0;
  }

  .section_traffic {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section_traffic .btn_subid {
    min-width: 0;
  }

  .materials {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url("../images/affiliate_cover_mobile.png");
    background-size: 400px 192px;
    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) {
  .materials {
    background-image: url("../images/affiliate_cover_mobile@2x.png");
  }
}
@media screen and (max-width: 768px) {
  .materials .title {
    font-size: 28px;
    line-height: 31px;
  }
}
@media screen and (max-width: 768px) {
  .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;
  }
}
@media screen and (max-width: 768px) {
  .why {
    padding-top: 50px;
  }
  .why__list {
    margin-bottom: 30px;
  }
  .why__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .why__text {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  .why__text p {
    margin-bottom: 10px;
  }
  .why__item:before {
    font-size: 28px;
    line-height: 31px;
    width: 54px;
  }
  .why__item:last-child {
    margin-bottom: 40px;
  }
  .why__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;
  }
}
@media screen and (max-width: 768px) {
  .section.top {
    padding-top: 50px;
  }
  .section.top .title {
    font-size: 36px;
    line-height: 42px;
  }
  .section.top .description {
    font-size: 15px;
    line-height: 20px;
  }
  .section.top .desc_xl {
    font-size: 18px;
    line-height: 22px;
  }
  .section.top .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section.top .why {
    margin-top: 0;
    padding-bottom: 0;
  }
  .section.top .why__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section.top .why__item:last-child {
    margin-bottom: 0;
  }
  .section.top .why__item .subtitle {
    font-size: 24px;
    line-height: 27px;
  }
}
@media screen and (max-width: 768px) {
  .steps {
    max-width: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .steps__item {
    width: 100%;
    text-align: left;
  }
  .steps__item:last-child {
    margin-bottom: 0;
  }
  .steps__item:before {
    display: none;
  }
  .steps__icon_1 img {
    width: 88px;
    height: 80px;
  }
  .steps__icon_2 img {
    width: 89px;
    height: 53px;
  }
  .steps__icon_3 img {
    width: 48px;
    height: 88px;
  }
  .steps__icon_4 img {
    width: 74px;
    height: 64px;
  }
  .steps__text {
    padding-left: 45px;
    position: relative;
  }
  .steps__text:before {
    content: counter(steps);
    box-sizing: border-box;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 22px;
    border: 2px solid #F7931A;
    border-radius: 13px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    color: #F7931A;
  }
}
@media screen and (max-width: 768px) {
  .getaccess {
    padding-top: 50px;
    background-image: url("../images/affiliate_cover_mobile.png");
    background-size: 400px 192px;
    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: 768px) {
  .join {
    padding-top: 30px;
  }
  .join .btn_download {
    display: none;
  }
  .join .btn {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .join-title .wrapper {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 550px) {
  .referrals__col_earnings {
    flex-direction: column;
  }
  .referrals__col_earnings .earnings {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 440px) {
  .btn_activate {
    min-width: 0;
  }

  .balance_l .balance__btc {
    font-size: 26px;
  }
  .balance_l .balance__btc img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .balance_sm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .balance_sm .balance__btc {
    font-size: 14px;
  }
  .balance_sm .balance__usd {
    font-size: 9px;
  }

  .section__header {
    flex-direction: column;
  }
  .section__header .label {
    margin-bottom: 10px;
  }
  .section__header .dropdown {
    left: 50%;
    margin-left: -110px;
  }

  .btn_withdraw {
    min-width: 0;
  }

  .section_additional-links .card__title .btn_subid {
    height: 40px;
    padding-top: 8px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section_additional-links .card__title .btn_subid i {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
}
@media screen and (max-width: 380px) {
  .footer__logo {
    align-self: flex-start;
  }

  .footer__logo img {
    width: 190px;
    height: auto;
  }

  .landing {
    width: 280px;
    padding-top: 173px;
    margin-bottom: 30px;
  }
  .landing img {
    width: 280px;
    height: auto;
  }
  .landing:last-child {
    margin-bottom: 0;
  }
  .landing_with-border {
    padding-top: 0;
  }
  .landing_with-border img {
    position: static;
    width: 278px;
    height: auto;
  }
  .landing__url {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .landing__url a {
    font-size: 16px;
  }

  .image img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 330px) {
  .page_en .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .page_tr .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .page_hi .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .page_it .header__socials span,
.page_fr .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .page_es .header__socials span,
.page_ru .header__socials span,
.page_de .header__socials span {
    display: none;
  }

  .landing__link .btn_link {
    display: block;
    margin-bottom: 10px;
  }
  .landing__link .btn_link:last-child {
    margin-bottom: 0;
  }
  .landing__link .btn_link + .btn_link {
    margin-left: auto;
  }
}
@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;
  }
}

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