@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;
  -o-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;
  user-select: text;
}

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

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

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

html, body {
  overflow-x: hidden;
}

.affiliate-news {
  background-color: #f7f7f7;
}

.page_about .results {
  z-index: 0;
}

.page_dashboard_farm .sticky-block--sticker.in-content {
  margin: 20px auto;
}

.page_about_farm .loader__spinner > div {
  background: #fff;
  width: 14px;
  height: 14px;
}
.page_about_farm .generate {
  border-top: 8px solid #F7931A;
  padding: 80px 20px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .page_about_farm .generate {
    padding: 60px 20px;
  }
}
.page_about_farm .generate .section {
  text-align: center;
  margin: 0 auto;
  max-width: 1140px;
}
.page_about_farm .generate .icon {
  margin-bottom: 20px;
}
.page_about_farm .generate .title {
  margin-bottom: 20px;
}
.page_about_farm .generate .steps {
  margin-top: 50px;
}
.page_about_farm .generate .buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.page_about_farm .generate .btn-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  position: relative;
}
.page_about_farm .generate .btn-with-icon .content {
  display: flex;
  align-items: center;
  transition: opacity 250ms ease;
  opacity: 1;
  visibility: visible;
}
.page_about_farm .generate .btn-with-icon .loader__spinner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 250ms ease;
  visibility: hidden;
  opacity: 0;
}
.page_about_farm .generate .btn-with-icon.active .content {
  opacity: 0;
  visibility: hidden;
}
.page_about_farm .generate .btn-with-icon.active .loader__spinner {
  opacity: 1;
  visibility: visible;
}
.page_about_farm .generate .btn-with-icon svg {
  margin-right: 10px;
}
.page_about_farm .generate .section__arrow {
  display: flex;
  max-width: 55px;
  width: 100%;
  transform: rotate(90deg);
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .page_about_farm .generate .section__arrow {
    display: none;
  }
}
.page_about_farm .generate .section__arrow--first {
  transform: rotate(-90deg);
  margin-right: 40px;
  margin-left: 0;
}
.page_about_farm .generate .section__img {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page_about_farm .generate .section__img .main-img {
    display: none;
  }
}
.page_about_farm .hidden-block {
  padding-bottom: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 250ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.page_about_farm .hidden-block.active {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .page_about_farm .header {
    margin-bottom: 0;
  }
}
.page_about_farm .steps__item {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page_about_farm .steps__item {
    max-width: 100%;
    padding-top: 0;
  }
}
.page_about_farm .steps {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page_about_farm .steps {
    padding: 0 20px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page_about_farm .steps__arrow {
    transform: rotate(90deg);
    margin-right: auto;
    transform-origin: left;
    margin-left: 13px;
    display: block;
  }
}
.page_about_farm .steps.steps--second {
  justify-content: space-around;
}
.page_about_farm .steps.steps--no-padding {
  padding-bottom: 0;
}
.page_about_farm .container {
  min-height: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page_about_farm .container {
    padding-top: 20px;
  }
}
.page_about_farm .container .section {
  width: 100%;
}

.btn {
  display: inline-block;
  height: 60px;
  background-color: #4285f4;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 60px;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  border: none;
  font-weight: bold;
}
.btn strong {
  font-weight: 700;
}
.btn:hover {
  background-color: #f7931a;
}
.btn:active {
  background-color: #d6d6d6;
}
.btn[disabled] {
  background-color: #d6d6d6;
  cursor: not-allowed;
}
.btn_simple {
  padding-top: 17px;
  border: 1px solid #cecece;
  background-color: #fff;
  height: 50px;
  color: #4285f4;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}
.btn_simple:hover {
  color: #fff;
  background-color: #4285f4;
  border-color: #4285f4;
}
.btn_simple:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.btn_sm {
  display: inline-block;
  height: auto;
  font-size: 11px;
  line-height: 11px;
  padding-top: 7px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn_withdraw {
  min-width: 260px;
}
.btn_withdraw span {
  padding-left: 38px;
  background-image: url("../images/icon-withdraw.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.btn_link {
  display: inline-block;
  padding: 0;
  color: #4285f4;
  font-size: 12px;
  line-height: 14px;
  border-radius: 0 !important;
  font-weight: bold;
  height: auto;
  background: none;
}
.btn_link span {
  display: inline-block;
  margin-left: 5px;
  color: #757575;
}
.btn_link.gray {
  color: #757575;
}
.btn_link.darkgray {
  color: #494949;
}
.btn_link:hover, .btn_link.gray:hover, .btn_link.darkgray:hover {
  color: #f7931a;
  background-color: transparent;
}
.btn_link:active {
  background-color: transparent;
}
.btn_copytext {
  display: inline-block;
  padding-left: 22px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #4285f4;
  font-weight: bold;
  height: auto;
  font-size: 13px;
  line-height: 18px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 18px;
  background-color: transparent;
  background-image: url("../images/icon-copy.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_copytext {
    background-image: url("../images/icon-copy@2x.png");
  }
}
.btn_copytext:hover {
  color: #f7931a;
  background-color: transparent;
  background-image: url("../images/icon-copy-hover.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_copytext:hover {
    background-image: url("../images/icon-copy-hover@2x.png");
  }
}
.btn_plus {
  padding-left: 18px;
  position: relative;
}
.btn_plus:before, .btn_plus:after {
  content: "";
  display: block;
  background-color: #4285f4;
  position: absolute;
}
.btn_plus:before {
  width: 2px;
  height: 12px;
  left: 5px;
  top: 0;
}
.btn_plus:after {
  width: 12px;
  height: 2px;
  left: 0;
  top: 5px;
}
.btn_plus:hover:before, .btn_plus:hover:after {
  background-color: #f7931a;
}
.btn_icon-plus i {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.btn_icon-plus i:before, .btn_icon-plus i:after {
  content: "";
  display: block;
  background-color: #4285f4;
  position: absolute;
}
.btn_icon-plus i:before {
  width: 2px;
  height: 12px;
  left: 5px;
  top: 0;
}
.btn_icon-plus i:after {
  width: 12px;
  height: 2px;
  left: 0;
  top: 5px;
}
.btn_icon-plus:hover i:before,
.btn_icon-plus:hover i:after {
  background-color: #fff;
}
.btn_subid {
  text-align: center;
  min-width: 300px;
  height: 50px;
  padding-top: 12px;
  font-size: 15px;
  line-height: 15px;
}
.btn_subid i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  background-size: 18px;
  background-image: url("../images/add-subid-icon.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_subid i {
    background-image: url("../images/add-subid-icon@2x.png");
  }
}
.btn_subid.btn_simple i {
  background-image: url("../images/add-subid-icon-blue.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_subid.btn_simple i {
    background-image: url("../images/add-subid-icon-blue@2x.png");
  }
}
.btn_subid.btn_simple:hover i {
  background-image: url("../images/add-subid-icon.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_subid.btn_simple:hover i {
    background-image: url("../images/add-subid-icon@2x.png");
  }
}
.btn_secondary {
  height: 40px;
  background-color: transparent;
  font-size: 13px;
  line-height: 40px;
  color: #494949;
  font-weight: bold;
  padding: 0;
}
.btn_secondary.blue {
  color: #4285f4;
}
.btn_secondary.blue:hover {
  color: #000;
}
.btn_secondary:hover {
  background-color: transparent;
  color: #4285f4;
}
.btn_primary {
  min-width: 120px;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
}
.btn_activate {
  max-width: 320px;
  width: 100%;
  padding: 0;
}
.btn_retry {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 40px;
  min-width: 120px;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}
.btn_compact {
  line-height: 40px;
  height: 40px;
  min-width: 160px;
}
.btn[disabled] {
  background-color: #d6d6d6;
}

.btn_calc {
  max-width: 320px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn_calc:before {
  content: "";
  display: block;
  margin-right: 10px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -172px -95px;
  width: 13px;
  height: 14px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_calc:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.btn_default {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  padding-left: 34px;
}

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

.more-link {
  display: inline-block;
  height: auto;
  min-height: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4285f4;
  font-size: 14px;
}
.more-link b {
  color: #000;
}
.more-link:hover {
  border-color: #4285f4;
}
.more-link span:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .more-link span:after {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}

@media (max-width: 769px) {
  .popup.popup-android-version.active {
    display: flex;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.calculate {
  display: block;
  background-color: #fff;
  text-align: center;
}
.calculate__bkg {
  position: absolute;
  top: -73px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.calculate .wrapper {
  max-width: 1060px;
  margin: 0 auto;
  border: 1px solid #D6D6D6;
  position: relative;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .calculate .wrapper {
    border-radius: 0;
  }
}
.calculate .btn_calc {
  margin: 30px 0;
}
.calculate__footer {
  background: #F7F7F7;
  border-radius: 0px 0px 6px 6px;
  border-top: 1px solid #D6D6D6;
}
@media (max-width: 768px) {
  .calculate__bkg {
    display: none;
  }
  .calculate__footer {
    padding: 15px;
    background-color: #fff;
  }
  .calculate__footer .btn {
    margin: 0;
    max-width: none;
  }
  .calculate .calc__mobile {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    position: relative;
    z-index: 2;
  }
  .calculate .calc__mobile-back {
    width: calc(100% - 20px);
    background: #F7931A;
    border-radius: 10px;
    height: 380px;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 1;
    bottom: -10px;
  }
  .calculate .wrapper {
    border: none;
    padding: 0 20px;
  }
  .calculate .wrapper .subtitle {
    margin-bottom: 0;
    padding: 0 0 20px;
    border: none;
  }
  .calculate .wrapper .btn_calc {
    padding: 0;
  }
  .calculate .wrapper .btn_calc:before {
    position: static;
    transform: none;
  }
  .calculate .wrapper .calc {
    padding: 15px 30px 0px;
    max-width: none;
    background-color: #fff;
    border-radius: 8px 8px 0px 0px;
  }
  .calculate .wrapper .calc__label {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: none;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
  }
  .calculate .wrapper .calc__item {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .calculate .wrapper .calc__label-num {
    background: none;
    border: none;
    font-size: 34px;
    line-height: 44px;
    margin-top: 0;
  }
  .calculate .wrapper .calc .calc__item, .calculate .wrapper .calc .rangeSlider {
    max-width: none;
  }
}

.calculate .subtitle {
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
  padding: 30px 0;
  border-bottom: 1px solid #D6D6D6;
}

.inf {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  color: #494949;
  font-size: 14px;
  line-height: 20px;
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  margin-bottom: 30px;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
}

.trust {
  display: block;
  color: #494949;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.trust a {
  color: #4285f4;
  text-decoration: none;
}
.trust a:hover {
  color: #f7931a;
}

.accounts {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}

.account {
  display: flex;
  width: 100%;
  min-height: 80px;
  padding: 15px 30px;
  border-top: 1px solid #d6d6d6;
  align-items: center;
}
.account__icon {
  width: 70px;
  flex-shrink: 0;
}
.account__icon img {
  display: block;
}
.account__title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #000;
}
.account__details {
  color: #757575;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .account__details {
    max-width: calc(100% - 70px);
  }
}
.account__user {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #757575;
  text-decoration: none;
  margin-top: 10px;
}
.account .btn_link {
  font-size: 11px;
  line-height: 13px;
  border: 1px solid #CECECE;
  border-radius: 2px;
  padding: 6px 14px 5px;
}
.account .btn_link:hover {
  background-color: #4285F4;
  color: #fff;
  border-color: #4285F4;
}
.account .btn_link:disabled {
  color: #d6d6d6;
  pointer-events: none;
}
.account .btn_link[disabled] {
  background-color: transparent;
  border-color: #D6D6D6;
}
@media (max-width: 450px) {
  .account {
    position: relative;
    padding-bottom: 60px;
  }
  .account__action {
    position: absolute;
    bottom: 15px;
    left: 30px;
  }
  .account__user {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.signin-block {
  transition: all 0.3s ease-out;
  height: auto;
  transform: translateY(0);
  opacity: 1;
}
.signin-block.hidden {
  height: 0;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: none;
}
.signin-block .agreement {
  margin-bottom: 38px;
}

.signin {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .signin {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 240px;
    margin: 0 auto;
  }
}
.signin__title {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.signin__item {
  display: block;
  width: 110px;
  min-height: 100px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  color: #000;
  padding-top: 14px;
  padding-bottom: 11px;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .signin__item {
    margin-bottom: 20px;
  }
}
.signin__item img {
  display: inline-block;
  margin-bottom: 10px;
}
.signin__item:hover {
  border-color: #4285F4;
  border-radius: 4px;
  color: #4285F4;
}
.signin__item + .signin__item {
  margin-left: 20px;
}
@media only screen and (max-width: 600px) {
  .signin__item + .signin__item {
    margin-left: 0;
  }
}
.signin__or {
  display: block;
  width: 27px;
  height: 16px;
  line-height: 16px;
  color: #303030;
  font-size: 10px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-left: 13px;
  margin-right: 13px;
}

.agreement {
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #757575;
  text-align: center;
  margin-bottom: 20px;
}
.agreement a {
  color: #4285f4;
  text-decoration: none;
}
.agreement a:hover {
  color: #000;
}

.download-tip {
  display: none;
}

.num {
  display: block;
  width: 50px;
  border-bottom: 2px solid #d6d6d6;
  font-size: 36px;
  line-height: 41px;
  color: #d6d6d6;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.b-num {
  display: block;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  border: 1px solid #d6d6d6;
  border-left: none;
  border-right: none;
}
.b-num_no-border {
  border-bottom: none;
}
.b-num .wrapper {
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}
.b-num__title {
  display: block;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}
.b-num__subtitle {
  display: block;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
}
.b-num__list {
  counter-reset: why;
}
.b-num__text {
  font-size: 18px;
  line-height: 26px;
  color: #494949;
}
.b-num__text p {
  margin-bottom: 20px;
}
.b-num__text p.small {
  font-size: 13px;
  line-height: 18px;
  color: #757575;
  margin-bottom: 0;
}
.b-num__text strong,
.b-num__text b {
  font-weight: bold;
}
.b-num__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;
}
.b-num__item:before {
  content: counter(why);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  line-height: 48px;
  color: #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  width: 75px;
  font-weight: bold;
  text-align: center;
}
.b-num__item:nth-child(even) .b-num__row {
  flex-direction: row-reverse;
}
.b-num__item:nth-child(even) .b-num__img {
  margin-right: 20px;
  margin-left: 70px;
}
.b-num__item:nth-child(odd) .b-num__body {
  position: relative;
  top: 15px;
}
.b-num__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 460px;
  height: 320px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  flex-shrink: 0;
  position: relative;
  background-color: #fff;
  margin-right: 90px;
}
.b-num__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;
}
.b-num__img img {
  display: block;
  position: relative;
  z-index: 1;
  top: 15px;
  left: 15px;
}
.b-num__row {
  display: flex;
  max-width: 1050px;
}
.b-num__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  width: 100%;
}

.link-id {
  display: block;
  margin-bottom: 50px;
}
.link-id__title {
  text-align: center;
  color: #757575;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
}
.link-id__title b {
  font-weight: bold;
}
.link-id__id {
  font-size: 64px;
  line-height: 72px;
  font-weight: bold;
}

.label {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.balance {
  display: block;
  text-align: center;
  margin-bottom: 70px;
}
.balance__btc {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  line-height: 80px;
  font-weight: bold;
  margin-bottom: 10px;
  height: 80px;
}
@media (max-width: 768px) {
  .balance__btc {
    height: auto;
  }
}
.balance__btc img {
  display: block;
  margin-right: 30px;
}
.balance__usd {
  font-size: 11px;
  line-height: 12px;
  color: #757575;
}
.balance__usd b {
  font-weight: bold;
}
.balance__btc2usd {
  display: inline-block;
  text-align: left;
  border-left: 2px solid #d6d6d6;
  padding-left: 8px;
}
.balance__btc2usd span {
  display: block;
}
.balance__btc2usd span:first-child {
  font-size: 10px;
  line-height: 11px;
  color: #494949;
  font-weight: bold;
  margin-bottom: 5px;
}
.balance__btc2usd span:last-child {
  color: #757575;
  font-size: 12px;
  line-height: 14px;
}
.balance_sm {
  position: relative;
  display: block;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  margin-bottom: 0;
  border-radius: 6px;
}
.balance_sm .balance__btc {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 4px;
}
.balance_sm .balance__btc img {
  margin-right: 4px;
}
.balance_sm .balance__usd {
  font-size: 10px;
  line-height: 11px;
}
.balance_sm .row {
  display: flex;
}
.balance_sm .row .balance__label {
  position: relative;
  top: 3px;
}
.balance_sm .row .col:not(:last-child) {
  margin-right: 5px;
}
.balance_menu {
  cursor: pointer;
  padding-right: 53px;
  padding-left: 15px;
}
.balance_menu .balance__btc img {
  margin-right: 8px;
}
.balance_menu .balance__usd {
  padding-left: 26px;
  text-align: left;
}
.balance_menu .balance__menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 33px;
  border-left: 1px solid #d6d6d6;
}
.balance_menu .balance__menu-trigger:after {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: -1px;
  margin-top: -5px;
  border-right: 2px dotted #757575;
}
.balance_menu .balance__menu {
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 55px;
  border-radius: 6px;
  text-align: left;
}
.balance_menu .balance__menu .dropdown__item {
  border-top: 1px solid #d8d8d8;
}
.balance_menu .balance__menu .dropdown__item:first-child {
  border-top: 1px solid #d8d8d8;
}
.balance_menu .user-email {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.balance_menu .user-email span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 16px;
  line-height: 16px;
}
.balance_menu .user-email span:hover {
  color: inherit;
}
.balance_menu .user-email span:before {
  top: 0;
}
.balance_menu .user-email span:after {
  display: none;
}
.balance_menu.active {
  border-color: transparent;
}
.balance_menu.active .balance__btc,
.balance_menu.active .balance__usd {
  position: relative;
  z-index: 101;
}
.balance_menu.active .balance__menu-trigger {
  z-index: 101;
}
.balance_menu.active .balance__menu-trigger:after {
  border-color: #4285f4;
}
.balance_menu.active .balance__menu {
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.3);
}
.balance__label {
  display: block;
  color: #757575;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}
.balance_l {
  margin-bottom: 40px;
}
.balance_l .balance__usd {
  margin-bottom: 40px;
}
.balance_l .label {
  font-size: 12px;
  line-height: 14px;
  color: #757575;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.user-email {
  display: block;
  position: relative;
}
.user-email span {
  display: block;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-right: 10px;
  padding-left: 21px;
}
.user-email span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: -3px;
  background-position: center;
  background-repeat: no-repeat;
}
.user-email span:after {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 1px;
  border-right: 2px dotted #757575;
}
.user-email span:hover {
  color: #4285f4;
}
.user-email span:hover:after {
  border-right-color: #4285f4;
}
.user-email span.google-oauth2:before {
  background-image: url("../images/icon_google.svg");
  background-color: #fff;
  background-size: 16px 16px;
}
.user-email span.facebook:before {
  background-image: url("../images/icon-fb.svg");
  background-color: #4861a3;
  background-size: 10px 7px;
}
.user-email span.vk-oauth2:before {
  background-image: url("../images/icon-vk.svg");
  background-color: #597da2;
  background-size: 10px 7px;
}
.user-email span.twitter:before {
  background-image: url("../images/icon-tw.svg");
  background-color: #1da1f2;
  background-size: 10px 7px;
}

.info {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d6d6d6;
}
.info__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 18px;
  padding-bottom: 18px;
  border-right: 1px solid #d6d6d6;
  flex: 1;
  padding-left: 60px;
  padding-right: 60px;
}
.info__item:last-child {
  margin-right: 0;
  border-right: none;
}
.info__item_affiliate .col:first-child {
  margin-right: 15px;
}
.info__item .row {
  display: flex;
  align-items: center;
}
.info__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
}
.info__btc {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.info__usd {
  display: block;
  font-size: 10px;
  line-height: 11px;
  color: #757575;
  font-weight: bold;
}
.info__usd span {
  font-weight: normal;
}
.info__link {
  display: block;
  color: #4285f4;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.info__link:hover {
  color: #f7931a;
}
.info .btn {
  align-items: flex-end;
}

.people {
  display: inline-block;
  height: 11px;
  color: #757575;
  font-size: 10px;
  line-height: 11px;
  font-weight: bold;
  white-space: nowrap;
}
.people i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("../images/people.png");
  background-size: 8px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .people i {
    background-image: url("../images/people@2x.png");
  }
}

.container {
  display: block;
  min-height: calc(100vh - 266px);
}

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

@media only screen and (max-width: 1040px) {
  .container {
    display: block;
    padding-top: 0;
  }
  .container .header {
    position: static;
  }
  .container__text {
    margin-left: auto;
    margin-right: auto;
  }
}
.container__text {
  display: block;
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 85px;
}

.container__text h1 {
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 27px;
}

.container__text p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #494949;
  margin-bottom: 15px;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .container__text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.container__text p + h2 {
  margin-top: 25px;
}

.container__text h2 {
  display: block;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #1f232c;
}

@media only screen and (max-width: 768px) {
  .container__text h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.container__text p a,
.container__text .questions a,
.container__text .steps a {
  color: #4285f4;
  text-decoration: none;
}

.container__text p a:hover,
.container__text .questions a:hover,
.container__text .steps a:hover {
  color: #f7931a;
}

.container__text strong,
.container__text b {
  font-weight: bold;
}

.container__text ul {
  color: #494952;
  margin-bottom: 20px;
  list-style-type: circle;
  list-style-position: outside;
  padding-left: 20px;
}

.container__text li {
  margin-bottom: 10px;
  line-height: 24px;
}

.description {
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #494949;
}
.description a {
  font-weight: bold;
  color: #4285f4;
  transition: color 0.3s;
  text-decoration: none;
}
.description a:hover {
  color: #f7931a;
}
.description b,
.description strong {
  font-weight: bold;
}

.first {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
.first--second {
  padding-bottom: 30px;
}
.first .video-block {
  position: relative;
}
.first .video-block__bkg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.first .video-block__video-wrap {
  max-width: 600px;
  height: 336px;
  margin: 50px auto 0px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.first .video-block__video-wrap iframe {
  width: 100% !important;
  height: 100%;
}
@media (max-width: 768px) {
  .first .video-block {
    margin-bottom: 30px;
  }
  .first .video-block__bkg {
    display: none;
  }
  .first .video-block__video-wrap {
    height: auto;
    padding-bottom: 50%;
    position: relative;
  }
  .first .video-block__video-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.first .wrapper {
  max-width: 1000px;
  padding-bottom: 50px;
  text-align: center;
}
.first .title {
  display: block;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: normal;
}
.first .description {
  margin-bottom: 50px;
}
.first__icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
  z-index: -1;
}
.first__icon--second {
  margin-bottom: 0;
}
.first_invite {
  background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
}
.first_invite .wrapper {
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 100px;
  padding-top: 40px;
  min-height: 590px;
  padding-left: 20px;
  padding-right: 20px;
}
.first_invite .wrapper .content {
  max-width: 600px;
  text-align: left;
  position: relative;
}
.first_invite .wrapper .content:before {
  content: "";
  display: block;
  position: absolute;
  left: -611px;
  bottom: -100px;
  width: 561px;
  height: 590px;
  background-image: url("../images/woman-megaphone.png");
  background-size: 561px 590px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .first_invite .wrapper .content:before {
    background-image: url("../images/woman-megaphone@2x.png");
  }
}
@media screen and (max-width: 1000px) {
  .first_invite .wrapper {
    justify-content: center;
  }
}
.first_invite .title {
  color: #fff;
  font-size: 54px;
  line-height: 72px;
}
.first_invite .description {
  color: #d6d6d6;
}
.first_invite .description a {
  color: #f7931a;
  text-decoration: none;
}
.first_invite .description a:hover {
  color: #4285f4;
}
.first_invite .social-btns-title {
  text-align: left;
}
.first_invite .social-btns {
  margin-left: 0;
}
.first_invite .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}
.first_invite .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
}

.second {
  display: block;
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: center;
}
.second .title {
  margin-bottom: 20px;
}
.second .description {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
.second__scheme {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
.second__footer {
  font-size: 28px;
  line-height: 31px;
  color: #f7931a;
}

.startearning {
  display: block;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 65px;
  text-align: center;
}
.startearning .title {
  margin-bottom: 15px;
}
.startearning .description {
  margin-bottom: 65px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.startearning--second .description {
  max-width: 900px;
}
.startearning--second .steps {
  margin-bottom: 60px;
}
.startearning__img {
  margin-bottom: 35px;
}
.startearning__anim-arrow {
  display: flex;
  flex-wrap: wrap;
  max-width: 55px;
  width: 100%;
  margin: 0 auto 50px;
}

.getaccess {
  display: block;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 250px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url("../images/promo-materials.png");
  background-size: 820px 200px;
  border-top: 1px solid #d6d6d6;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .getaccess {
    background-image: url("../images/promo-materials@2x.png");
  }
}
.getaccess_no-border {
  border-top: none;
}
.getaccess__icon {
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.getaccess .title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
}
.getaccess .description {
  margin-bottom: 40px;
  color: #494949;
  font-size: 20px;
  line-height: 32px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.getaccess .btn {
  margin: 0 auto 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  width: 100%;
  max-width: 320px;
  font-weight: bold;
  height: auto;
  line-height: 17px;
  padding-top: 22px;
  padding-bottom: 21px;
}
.getaccess .btn + .note {
  margin-top: 0;
}
.getaccess .note {
  font-size: 11px;
  line-height: 12px;
}

.levels-scheme {
  display: block;
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
}
.levels-scheme .subtitle {
  margin-bottom: 20px;
}
.levels-scheme .description {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 26px;
  color: #494949;
}
.levels-scheme__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
.levels-scheme__footer {
  font-size: 28px;
  line-height: 31px;
  color: #f7931a;
  font-weight: bold;
}
.levels-scheme .link:hover {
  text-decoration: none;
  color: #f7931a;
}
.levels-scheme_with-border {
  border-bottom: 1px solid #d6d6d6;
}

.materials {
  display: block;
  text-align: center;
  padding-top: 50px;
  margin-top: -20px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 817px 169px;
  border-bottom: 1px solid #d6d6d6;
}
.materials__icon {
  width: 90px;
  margin: 0 auto 30px;
}
.materials .container {
  max-width: 1000px;
  min-height: 0;
  margin: 0 auto 30px;
  border-bottom: none;
}
.materials .title {
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 15px;
  font-weight: bold;
}
.materials .btns .btn {
  font-size: 14px;
}
.materials__img {
  padding-top: 61px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.materials__img img {
  vertical-align: top;
}
@media (max-width: 1080px) {
  .materials__img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 768px) {
  .materials__img {
    padding-top: 41px;
  }
  .materials__img .main-img {
    display: none;
  }
}

.resources {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.resources--second {
  margin-bottom: 40px;
}
.resources__item {
  display: block;
  width: 100%;
  max-width: 340px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  margin-right: 20px;
}
.resources__item:nth-child(3n) {
  margin-right: 0;
}
.resources__label {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  text-align: left;
}
.resources__img {
  display: flex;
  height: 130px;
  align-items: center;
  justify-content: center;
}
.resources__img_icon {
  padding-bottom: 10px;
}
.resources__img img {
  max-width: 100%;
}
.resources__links {
  display: flex;
  justify-content: center;
  font-size: 13px;
  line-height: 24px;
  color: #757575;
}
.resources__links li {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #d6d6d6;
}
.resources__links li:first-child {
  padding-left: 0;
}
.resources__links li:last-child {
  border-right: none;
  padding-right: 0;
}
.resources__links a {
  color: #4285f4;
  text-decoration: none;
  font-weight: bold;
}
.resources__links a:hover {
  color: #f7931a;
}

.btns {
  font-size: 0;
}
.btns .btn {
  height: 40px;
  padding-top: 12px;
  margin-right: 7px;
  margin-bottom: 10px;
}
.btns .btn:last-child {
  margin-right: 0;
}

.landings {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.landings--farm .landing a.btn_link {
  display: block;
  margin-bottom: 5px;
}
.landings--farm .landing button.btn_link {
  margin-left: auto;
}
.landings.show-all .landing:nth-child(n+4) {
  display: block;
}

.landing {
  display: block;
  width: 100%;
  max-width: 340px;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  margin-right: 20px;
  margin-bottom: 30px;
}
.landing:nth-child(3n) {
  margin-right: 0;
}
.landing:nth-child(n+10) {
  display: none;
}
.landing > a {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.landing > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px 6px 0 0;
}
.landing img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
.landing__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
}
.landing__url {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #d6d6d6;
  text-align: left;
}
.landing__url a {
  display: inline-block;
  padding-left: 25px;
  background-image: url("../images/icon-external-link.svg");
  background-repeat: no-repeat;
  background-size: 21px 20px;
  background-position: left center;
  font-size: 18px;
  line-height: 20px;
  color: #4285f4;
  text-decoration: none;
}
.landing__url a:hover {
  color: #f7931a;
}
.landing__link {
  padding: 20px;
  text-align: right;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 6px 6px;
}
.landing__link input[type=text] {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}
.landing__link .btn_link {
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.landing__link .btn_link + .btn_link {
  margin-left: 20px;
}
.landing__link .select {
  position: absolute;
  bottom: 3px;
}
.landing__section {
  padding: 20px;
}

.footer {
  display: block;
  background-color: #000;
  min-height: 100px;
  padding-top: 30px;
  position: relative;
  z-index: 40;
}
.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;
}
.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 #494949;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer__bottom .footer__content {
  padding-bottom: 0;
  align-items: center;
}
.footer__copyright {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #757575;
}
.footer__btns {
  margin-right: 20px;
  padding-top: 13px;
}
.footer__btns .fb-like {
  margin-bottom: 20px;
}
.footer__menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .footer__menu {
    padding-right: 0;
    width: 100%;
  }
}

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

@media only screen and (max-width: 1260px) {
  .page_start .header__socials span {
    display: none;
  }
  .page_start .header__socials .social-links {
    margin-left: 0;
  }
}
@media only screen and (max-width: 910px) {
  .first .header {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .first .header .logo {
    margin-bottom: 30px;
  }
}
.hr {
  display: block;
  width: 100%;
  height: 1px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  background-color: #d6d6d6;
  margin-bottom: 50px;
  position: relative;
  margin-top: 60px;
}

.hr_btc {
  margin-top: 90px;
  margin-bottom: 55px;
}

.hr_btc::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 55px;
  background-image: url("../images/hr-btc.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hr_btc::before {
    background-image: url("../images/hr-btc@2x.png");
    background-size: 90px 55px;
  }
}
.ref {
  display: block;
}

.ref.hidden {
  display: none;
}

.ref p {
  color: #000;
  font-size: 24px;
  line-height: 27px !important;
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
}

.ref__note {
  font-size: 14px;
  line-height: 16px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.ref__note span.red {
  color: #f74249;
}

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

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

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

p.terms {
  margin-bottom: 70px;
}

.steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  counter-reset: steps;
}
@media only screen and (max-width: 820px) {
  .steps {
    max-width: 400px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 820px) {
  .steps {
    max-width: 400px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 440px) {
  .steps {
    max-width: 180px;
  }
}
.steps__arrow {
  display: block;
  width: 80px;
  height: 14px;
  background-image: url("../images/steps-arrow-new.svg");
  margin-top: 8px;
  flex-shrink: 0;
  background-size: 80px 14px;
}
@media only screen and (max-width: 900px) {
  .steps__arrow {
    display: none;
  }
}
.steps__item {
  display: block;
  width: 180px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  counter-increment: steps;
  padding-top: 51px;
}
.steps__item:before {
  content: counter(steps);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  line-height: 1;
  border: 2px solid #f7931a;
  border-radius: 50%;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  color: #f7931a;
}
@media only screen and (max-width: 820px) {
  .steps__item {
    margin-bottom: 30px;
  }
}
.steps__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 16px;
}
.steps__text {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
}
.steps__bold-text {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
}

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

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

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

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

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

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

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

.howto {
  display: block;
  background-color: #f7931a;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.join {
  display: flex;
  align-items: center;
  height: 600px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.join__content {
  display: block;
  max-width: 500px;
  margin-left: 50%;
  position: relative;
  z-index: 1;
}
.join__content:before {
  content: "";
  display: block;
  width: 450px;
  height: 439px;
  background-image: url("../images/join-bg.png");
  background-size: 450px 439px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -518px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .join__content:before {
    background-image: url("../images/join-bg@2x.png");
  }
}
.join__description {
  display: block;
  color: #000;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 40px;
}
.join__icon {
  display: block;
  margin-bottom: 20px;
}
.join_black {
  background-color: #000;
  border-bottom: 1px solid #494949;
}
.join_black .join__description {
  color: #fff;
}
.join_black .coins {
  background-color: #000;
  z-index: 1;
}

@media only screen and (max-width: 450px) {
  .join {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .join .subtitle {
    font-size: 30px;
    line-height: 36px;
  }
}
.link {
  display: inline;
  color: #4285f4;
  text-decoration: none;
  cursor: pointer;
}
.link:hover {
  color: #f7931a;
}
.link_info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #d6d6d6;
  position: relative;
  padding-left: 24px;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 15px;
  border: 1px dashed #A4A4A4;
  border-radius: 6px;
}
.link_info:hover {
  border-color: #f7931a;
}
.link_info:hover svg {
  fill: #f7931a;
}
.link_info svg {
  margin-right: 8px;
}
.link_more {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  padding-right: 21px;
  background-image: url("../images/arrow-bottom.png");
  background-size: 11px 7px;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .link_more {
    background-image: url("../images/arrow-bottom@2x.png");
  }
}
.link_center {
  margin: 0 auto;
}

.show-all + .link_more {
  background-image: url("../images/arrow-top.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .show-all + .link_more {
    background-image: url("../images/arrow-top@2x.png");
  }
}

.images {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.images--square .image {
  width: 250px;
}
.images--square .image:nth-child(3n) {
  margin-right: 20px;
}
.images--square .image:nth-child(4n) {
  margin-right: 0;
}
#social .images--square .image:nth-child(n+13) {
  display: block;
}
#social .images--square .image.show-all:nth-child(n+25) {
  display: block;
}

.images.show-all .image:nth-child(n+4) {
  display: block;
}
.images_sm .image {
  text-align: center;
}
.images_sm .image img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.images_sm .image:nth-child(3n) {
  margin-right: 20px;
}
.images_sm .image:nth-child(4n) {
  margin-right: 0;
}
.images_sm .image:nth-child(n+9) {
  display: none;
}

@keyframes shake {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.image {
  display: block;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 30px;
  animation: shake 1s;
}
.image:nth-child(3n) {
  margin-right: 0;
}
.image > a:not(.btn) {
  display: block;
  background-color: #d6d6d6;
  border-radius: 6px;
}
.images--second .image:nth-child(n+13) {
  display: block;
}

.images--spring21 .image:nth-child(n+13) {
  display: block;
}

#social .image:nth-child(n+13) {
  display: block;
}
#social .image.show-all:nth-child(n+22) {
  display: block;
}

.image img {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 6px;
  height: auto;
}
.image .btn_link {
  font-size: 13px;
  line-height: 15px;
  padding-left: 29px;
  line-height: 17px;
  background-image: url("../images/download-icon.png");
  background-size: 24px 17px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .image .btn_link {
    background-image: url("../images/download-icon@2x.png");
  }
}
.image .btn_link:hover {
  background-image: url("../images/download-icon-hover.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .image .btn_link:hover {
    background-image: url("../images/download-icon-hover@2x.png");
  }
}

.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

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

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

.logo {
  display: block;
  height: auto;
}
.logo img {
  vertical-align: top;
}
@media only screen and (max-width: 1150px) {
  .logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1180px) {
  .logo img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1120px) {
  .logo img {
    max-width: 250px;
  }
}

.menu {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
}
.menu__item {
  display: block;
}
.menu__item a {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
}
.menu__item a:hover {
  color: #f7931a;
}
@media only screen and (max-width: 480px) {
  .menu__item {
    text-align: center;
    justify-content: center;
  }
}
.menu__item + .menu__item {
  margin-top: 18px;
}
.menu__item span:not(.bonus) {
  color: #4285f4;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
.menu__item_email {
  margin-top: 20px;
  padding-left: 27px;
  background-image: url("../images/mail-icon.svg");
  background-size: 17px 14px;
  background-repeat: no-repeat;
  background-position: left center;
}
.menu__item_email a {
  color: #fff;
  border-bottom: 1px solid #f7931a;
}
.menu__item b {
  font-weight: bold;
}
.menu__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #757575;
  margin-bottom: 18px;
}
.menu:last-child {
  margin-right: 0;
}

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

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

.page {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000;
  min-width: 320px;
}
.page_dashboard .container {
  border-bottom: 8px solid #F7931A;
}
.page_second .container {
  background-color: #f7f7f7;
}
.page_second .container {
  padding-bottom: 50px;
  padding-top: 20px;
}
.page_second .materials .container {
  padding-bottom: 0;
  background-color: #fff;
}
.page_white .container,
.page_white .header {
  background-color: #fff;
}
.page_white .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 530px);
}
.page_simple {
  background-color: #f7f7f7;
}
.page_simple .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 133px);
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .page_cloudboost .cloudboost {
    height: 100vh !important;
  }
}
@media (min-width: 769px) {
  .page_cloudboost .cloudboost {
    margin-top: 30px;
  }
}
.page_cloudboost .container {
  position: relative;
  overflow: hidden;
}
.page_payments .container {
  height: auto;
  min-height: calc(100vh - 133px);
}
.page_about .first {
  background-color: #fff;
}
.page_about .first .coins {
  background-color: transparent;
}
.page_about .first .title {
  font-weight: bold;
}
.page_about .first .description {
  margin-bottom: 30px;
}
.page_about .levels-scheme {
  border-top: 8px solid #F7931A;
}
.page_about .levels-scheme .subtitle {
  font-size: 48px;
  line-height: 60px;
}
.page_about .levels-scheme .description {
  max-width: 1000px;
}
.page_about .getaccess {
  border-top: none;
}
.page_invite .social-btns-title {
  color: #fff;
}
.page_invite .social-btns-title span {
  color: #d6d6d6;
  border-color: #757575;
  background-color: transparent;
}
.page_invite .refurl__value {
  border-color: #fff;
}
.page_dark {
  background-color: #494949;
}
.page_dark .coins {
  background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
}
.page_dark .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}
.page_dark .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
}
.page_affiliate-promo {
  overflow-x: hidden;
}
.page_affiliate-promo .materials,
.page_affiliate-promo .header,
.page_affiliate-promo .header__logo,
.page_affiliate-promo .header__menu {
  background-color: #fff;
}
.page_affiliate-promo .header__wrapper {
  max-width: 100vw;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page_affiliate-promo .container {
    padding-top: 0 !important;
  }
  .page_affiliate-promo .title:not(.materials .title) {
    font-size: 28px !important;
    line-height: 40px !important;
  }
}

.page_blocked {
  overflow: hidden;
}

.page_ru .btn_black {
  padding-left: 75px;
}

@media only screen and (max-width: 1300px) {
  .first_invite .header__socials span {
    display: none;
  }
}
@media only screen and (max-width: 1160px) {
  .first_invite .header {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .first_invite .header .logo {
    margin-bottom: 30px;
  }
}

.page_en .first__screen p,
.page_fr .first__screen p,
.page_es .first__screen p {
  margin-bottom: 35px;
}

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

.form__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form__footer .btn + .btn {
  margin-left: 30px;
}
@media only screen and (max-width: 480px) {
  .form__footer .btn.withdraw-card__submit {
    margin-left: 0;
  }
}
.form__footer_fullwidth {
  justify-content: space-between;
}

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

.percent {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #f7931a;
  font-weight: 700;
}
.percent span {
  color: #A4A4A4;
  font-weight: normal;
}

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

.input {
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.input input {
  border: none;
  padding: 0px;
  outline: none;
  border-radius: 0px;
  font-size: 16px;
  color: #000;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #c9c9d0;
  font-family: Arial, Helvetica, sans-serif;
}
.input input.error {
  border-color: red;
}
.input input:focus {
  border-color: #4285f4;
}
.input input::-moz-placeholder {
  color: #757575;
}
.input input::placeholder {
  color: #757575;
}
.input textarea {
  font-size: 16px;
  color: #000;
  width: 100%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border: none;
  border: 1px solid #c9c9d0;
  font-family: Arial, Helvetica, sans-serif;
  outline: none;
}
.input textarea.error {
  border-color: red;
}
.input textarea:focus {
  border-color: #4285f4;
}
.input textarea.withdraw-card__textarea {
  line-height: 24px;
  color: #212121;
}
.input__desc {
  color: #757575;
  font-size: 12px;
  line-height: 14px;
  margin-top: 15px;
}
.input__tip {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.input__tip:hover {
  color: #4285f4;
}
.input select {
  cursor: pointer;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cecece;
  background-color: #fff;
  padding-left: 0;
  padding-right: 25px;
  padding-bottom: 16px;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
  background-image: url("../images/triangle.png");
  background-size: 8px 4px;
  background-position: right top 9px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .input select {
    background-image: url("../images/triangle@2x.png");
  }
}
.input select:hover {
  border-bottom-color: #4285f4;
}
.input select:invalid {
  color: #757575;
}

.tooltip {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a4a4a4;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
}
.tooltip:hover {
  background-color: #000;
}
.tooltip:hover .tooltip__text {
  display: block;
  z-index: 97;
}
.tooltip_question {
  background-image: url("../images/question.svg");
}
.tooltip-message, .tooltip__text {
  display: none;
  width: 260px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 3px;
  padding: 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  line-height: 1.1;
}
.tooltip-message--copy, .tooltip__text--copy {
  width: auto;
  white-space: nowrap;
}
.tooltip-message {
  width: auto;
  top: 100%;
  left: 100%;
  z-index: 9;
}
.tooltip-trigger {
  position: relative;
}
.tooltip-trigger:hover .tooltip__text {
  display: block;
}
.tooltip--left .tooltip-message,
.tooltip--left .tooltip__text {
  left: auto;
  right: 10px;
}

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

.results {
  display: none;
  background-color: #fff;
  position: relative;
  text-align: center;
  z-index: -1;
}
.results .wrapper {
  max-width: 1060px;
  margin: 0 auto;
  background-color: #494949;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0px 0px 6px 6px;
}
@media (max-width: 768px) {
  .results .wrapper thead tr, .results .wrapper tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
    align-items: center;
    box-shadow: none;
    border-bottom: 1px solid #757575;
  }
  .results .wrapper thead tr td, .results .wrapper thead tr th, .results .wrapper tbody tr td, .results .wrapper tbody tr th {
    width: auto;
    max-width: none;
    height: auto;
  }
  .results .wrapper thead tr {
    border-bottom: 3px solid #f7931a;
  }
}
@media (max-width: 768px) {
  .results {
    z-index: 3;
  }
}

.results.active {
  display: block;
}

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

.results__table {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 40px;
}

.results__table td {
  height: 57px;
}

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

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

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

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

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

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

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

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

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

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

.results__table td.results__round {
  color: #fff;
  font-size: 14px;
  text-align: left;
  max-width: 150px;
  width: 10%;
  white-space: nowrap;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  line-height: 18px;
}

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

.scroll2top {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 100;
  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;
}

.top {
  display: block;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 50px;
  padding-left: 90px;
  padding-right: 90px;
}

.desc {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #494949;
}
.desc_big {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 36px;
  color: #000;
  position: relative;
  z-index: 98;
}
.desc_xl {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #000;
  position: relative;
  z-index: 100;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.desc a {
  color: #4285f4;
  text-decoration: none;
}
.desc a:hover {
  color: #f7931a;
}
.desc b,
.desc strong {
  font-weight: bold;
}

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

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

@media only screen and (max-width: 1040px) {
  .page_ru .footer .footer__store-links {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 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;
  }
  .page_ru .menu__item_join {
    justify-content: center;
  }
}
.store {
  display: block;
  width: auto;
  min-width: 54px;
  height: 52px;
  position: relative;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding-left: 47px;
  text-decoration: none;
  padding-top: 10px;
  background-color: #fff;
  flex-shrink: 0;
  text-align: left;
  margin-bottom: 10px;
}
.store:before {
  content: "";
  display: block;
  position: absolute;
}
.store_chrome:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -34px -95px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .store_chrome:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.store_ff:before {
  background-image: url("../images/logo-ff.png");
  width: 25px;
  height: 26px;
  background-position: center;
  top: 12px;
  left: 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_cryptosearch:before {
  left: 14px;
}

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

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

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

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

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

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

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

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

.page_ff .store_chrome {
  order: 1;
}

.page_ff .store_ff {
  order: 2;
}

.page_ff.page_v2 .store_ff {
  order: 0;
}

.page_ff .store_chrome .store__first-line,
.page_ff .store_chrome .store__second-line {
  display: none;
}

.page_ff .store_ff .store__first-line,
.page_ff .store_ff .store__second-line {
  display: block;
}

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

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

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

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

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

.subtitle_white {
  color: #fff;
}

.page_about .subheader + .wrapper {
  padding-top: 55px;
}

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

.pre-title {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #f7931a;
  margin-bottom: 10px;
}

.title {
  display: block;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 0;
}
.page_affiliate-promo .title {
  font-size: 48px;
  line-height: 64px;
}

.title_icon_btc {
  padding-left: 42px;
  line-height: 32px !important;
  background-image: url("../images/coin.svg");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: left center;
}

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

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

.total__friends {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  flex-direction: column;
}

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

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

.total__value {
  display: block;
  color: #fff;
}

.total__value_friends {
  display: inline-block;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  margin-top: 10px;
  padding-left: 28px;
  position: relative;
}
.total__value_friends:before {
  content: "";
  position: absolute;
  background-image: url("../images/man-calc.svg");
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.total__value_income {
  display: inline-block;
  padding: 9px 12px;
  font-weight: 300;
  font-size: 64px;
  line-height: 72px;
  background-color: #f7931a;
  border-radius: 6px;
}

.total__value_income span {
  font-weight: 700;
}

.total__value_income:after {
  content: "";
  display: block;
}

.total__btc {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  margin-top: 15px;
}

.total__btc:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/sprites/sprite.png");
  background-position: -66px -95px;
  width: 22px;
  height: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.lang__item img {
  margin-right: 6px;
}

.rangeSlider,
.rangeSlider__fill {
  display: block;
  border-radius: 10px;
}

.rangeSlider {
  position: relative;
  background: #d6d6d6;
}

.rangeSlider__horizontal {
  height: 6px;
  width: 100%;
  max-width: 380px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.rangeSlider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

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

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

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

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

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

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

.variant {
  text-transform: uppercase;
}

#preview iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
}

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

.textarea_js {
  min-height: 180px;
}

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

.mobile-only {
  display: none;
}

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

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

.features-container {
  display: block;
  width: 100%;
  background-color: #fff;
}

.features {
  display: flex;
  align-items: flex-start;
  min-height: 80px;
  max-width: 1020px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .features {
    flex-direction: column;
    align-items: center;
  }
}
.features__item {
  display: block;
  max-width: 240px;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  min-width: 200px;
  color: #1d1d1b;
  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;
}

.referrals {
  display: block;
  max-width: 550px;
  margin: 0 auto;
}
.referrals__label {
  display: block;
  text-align: left;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.referrals__total {
  display: block;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
  font-weight: bold;
  color: #757575;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
}
.referrals__total span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  background-image: url("../images/people_gray.png");
  background-size: 18px 20px;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .referrals__total span:before {
    background-image: url("../images/people_gray@2x.png");
  }
}
.referrals__row {
  display: flex;
  width: 100%;
}
.referrals__row_labels {
  visibility: hidden;
  justify-content: space-between;
}
.referrals__row_labels .referrals__label:first-child {
  flex: 1.5;
}
.referrals__row_labels .referrals__label:nth-child(2) {
  text-align: right;
  flex: 2;
  padding-right: 40px;
}
.referrals__row_labels .referrals__label:last-child {
  flex: 2;
  padding-right: 40px;
  text-align: right;
}
.referrals__row_top {
  align-items: center;
}
.referrals__row_top .referrals__label {
  flex: 1 !important;
  text-align: left !important;
}
.referrals__row_top .referrals__label:first-child {
  padding-right: 10px;
}
.referrals__col {
  width: 100%;
}
.referrals__col_all .referrals__total {
  border-right: none;
  border-radius: 2px 0 0 0;
}
.referrals__col_day .referrals__total {
  border-color: #f7931a;
  border-radius: 0 2px 0 0;
  color: #000;
}
.referrals__col_day .referrals__total span:before {
  background-image: url("../images/people_orange.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .referrals__col_day .referrals__total span:before {
    background-image: url("../images/people_orange@2x.png");
  }
}
.referrals__col_earnings {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
  border-top: none;
  margin-bottom: 40px;
  border-radius: 2px;
  padding: 17px 20px;
  color: #757575;
  font-size: 14px;
}
.referrals__col_earnings div {
  display: block;
}
.referrals__col_earnings .approx {
  font-size: 10px;
}
.referrals__col_earnings .approx b {
  font-weight: bold;
}
.referrals__col_earnings .earnings {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-left: 10px;
  margin-right: 5px;
  padding-left: 21px;
  background-image: url("../images/coin.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center left;
}
.referrals__col_earnings .earnings span {
  position: relative;
  top: 1px;
}
.referrals_our {
  max-width: 90%;
}
.referrals_our .level__title {
  flex: 1;
  text-align: left;
}
.referrals_our .level__value {
  flex: 1;
}

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

.bonus {
  display: inline-block;
  padding: 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;
}

.btn + .note {
  margin-top: 15px;
}

@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;
  }
}
.promo-fixed {
  display: block;
  width: 100%;
  max-width: 1000px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  z-index: 500;
}
.promo-fixed.hidden {
  display: none;
}

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

.overload-message {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #f74249;
  margin-bottom: 30px;
}
.overload-message_page_payments {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.overload-message + .form {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .page__balance .card.card_balance_2 {
    display: none;
  }
}

.logo-animated--browser svg {
  transform: none !important;
}

.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rdrDateDisplay {
  display: flex;
  justify-content: space-between;
}

.rdrDateDisplayItem {
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit;
}

.rdrDateDisplayItem + .rdrDateDisplayItem {
  margin-left: 0.833em;
}

.rdrDateDisplayItem input {
  text-align: inherit;
}

.rdrDateDisplayItem input:disabled {
  cursor: default;
}

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: flex;
  justify-content: space-between;
}

.rdrMonthAndYearPickers {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none;
}

.rdrMonths {
  display: flex;
}

.rdrMonthsVertical {
  flex-direction: column;
}

.rdrMonthsHorizontal > div > div > div {
  display: flex;
  flex-direction: row;
}

.rdrMonth {
  width: 27.667em;
}

.rdrWeekDays {
  display: flex;
}

.rdrWeekDay {
  flex-basis: 14.2857142857%;
  box-sizing: inherit;
  text-align: center;
}

.rdrDays {
  display: flex;
  flex-wrap: wrap;
}

.rdrInfiniteMonths {
  overflow: auto;
}

.rdrDateRangeWrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rdrDay {
  box-sizing: inherit;
  width: 14.2857142857%;
  position: relative;
  font: inherit;
  cursor: pointer;
}

.rdrDayNumber {
  display: block;
  position: relative;
}

.rdrDayNumber span {
  color: #1d2429;
}

.rdrDayDisabled {
  cursor: not-allowed;
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge {
  pointer-events: none;
}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview {
  pointer-events: none;
}

.rdrDateRangePickerWrapper {
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rdrStaticRanges {
  display: flex;
  flex-direction: column;
}

.rdrStaticRange {
  font-size: inherit;
}

.rdrInputRange {
  display: flex;
}

.rdrCalendarWrapper {
  color: #000000;
  font-size: 12px;
}

.rdrDateDisplay {
  background-color: rgb(239, 242, 247);
  padding: 0.833em;
}

.rdrDateDisplayItem {
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent;
}

.rdrDateDisplayItem input {
  cursor: pointer;
  height: 2.5em;
  line-height: 2.5em;
  border: 0px;
  background: transparent;
  width: 100%;
  color: #849095;
}

.rdrDateDisplayItemActive {
  border-color: currentColor;
}

.rdrDateDisplayItemActive input {
  color: #7d888d;
}

.rdrMonthAndYearWrapper {
  align-items: center;
  height: 60px;
  padding-top: 10px;
}

.rdrMonthAndYearPickers {
  font-weight: 600;
}

.rdrMonthAndYearPickers select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 10px 30px 10px 10px;
  border-radius: 4px;
  outline: 0;
  color: #3e484f;
  background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='#0E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
  background-position: right 8px center;
  cursor: pointer;
  text-align: center;
}

.rdrMonthAndYearPickers select:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.rdrMonthPicker, .rdrYearPicker {
  margin: 0 5px;
}

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7;
}

.rdrNextPrevButton:hover {
  background: #E1E7F0;
}

.rdrNextPrevButton i {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  text-align: center;
  border-style: solid;
  margin: auto;
  transform: translate(-3px, 0px);
}

.rdrPprevButton i {
  border-width: 4px 6px 4px 4px;
  border-color: transparent rgb(52, 73, 94) transparent transparent;
  transform: translate(-3px, 0px);
}

.rdrNextButton i {
  margin: 0 0 0 7px;
  border-width: 4px 4px 4px 6px;
  border-color: transparent transparent transparent rgb(52, 73, 94);
  transform: translate(3px, 0px);
}

.rdrWeekDays {
  padding: 0 0.833em;
}

.rdrMonth {
  padding: 0 0.833em 1.666em 0.833em;
}

.rdrMonth .rdrWeekDays {
  padding: 0;
}

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName {
  display: none;
}

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: rgb(132, 144, 149);
}

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  line-height: 3em;
  height: 3em;
  text-align: center;
  color: #1d2429;
}

.rdrDay:focus {
  outline: 0;
}

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdrDayToday .rdrDayNumber span {
  font-weight: 500;
}

.rdrDayToday .rdrDayNumber span:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #3d91ff;
}

.rdrDayToday .rdrInRange ~ .rdrDayNumber span:after, .rdrDayToday .rdrStartEdge ~ .rdrDayNumber span:after, .rdrDayToday .rdrEndEdge ~ .rdrDayNumber span:after, .rdrDayToday .rdrSelected ~ .rdrDayNumber span:after {
  background: #fff;
}

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span {
  color: rgba(255, 255, 255, 0.85);
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge {
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
}

.rdrSelected {
  left: 2px;
  right: 2px;
}

.rdrStartEdge {
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrEndEdge {
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrSelected {
  border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge {
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrDayEndOfMonth .rdrInRange, .rdrDayEndOfMonth .rdrStartEdge, .rdrDayEndOfWeek .rdrInRange, .rdrDayEndOfWeek .rdrStartEdge {
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview {
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  border-left-width: 1px;
  left: 0px;
}

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview {
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  border-right-width: 1px;
  right: 0px;
}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview {
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1;
}

.rdrDayStartPreview {
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px;
}

.rdrDayInPreview {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.rdrDayEndPreview {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px;
}

.rdrDefinedRangesWrapper {
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected {
  color: currentColor;
  font-weight: 600;
}

.rdrStaticRange {
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff;
}

.rdrStaticRange:hover .rdrStaticRangeLabel, .rdrStaticRange:focus .rdrStaticRangeLabel {
  background: #eff2f7;
}

.rdrStaticRangeLabel {
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
}

.rdrInputRanges {
  padding: 10px 0;
}

.rdrInputRange {
  align-items: center;
  padding: 5px 20px;
}

.rdrInputRangeInput {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  margin-right: 10px;
  color: rgb(108, 118, 122);
}

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover {
  border-color: rgb(180, 191, 196);
  outline: 0;
  color: #333;
}

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after {
  content: "";
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent;
}

.rdrDayPassive {
  pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span {
  color: #d5dce0;
}

.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview {
  display: none;
}

.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}

.rdrDayDisabled .rdrDayNumber span {
  color: #aeb9bf;
}

.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview {
  filter: grayscale(100%) opacity(60%);
}

.rdrMonthName {
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em;
}

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

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

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

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

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

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

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

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

.tns-ovh {
  overflow: hidden;
}

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

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

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

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

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

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

.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 0px 20px;
  margin: 0 auto;
}
.header__support {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.header__support a {
  text-decoration: none;
  margin-left: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #4285F4;
  transition: color 0.3s;
}
.header__support a:hover {
  color: #F7931A;
}
.header__drop {
  position: absolute;
  z-index: 20;
  right: 10px;
  top: 60px;
  width: 270px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  transition: all 0.7s;
  opacity: 0;
  visibility: hidden;
}
.header__drop.active {
  opacity: 1;
  visibility: visible;
}
.header__drop .drop__item {
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  border-bottom: 1px solid #D6D6D6;
  padding: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.header__drop .drop__item:first-child {
  border-radius: 6px 6px 0px 0px;
}
.header__drop .drop__item svg {
  margin-right: 15px;
}
.header__drop .drop__item:hover {
  background-color: #4285f4;
  color: #fff;
}
.header__drop .drop__item:hover svg path {
  fill: #fff;
}
.header__drop .drop__footer {
  padding: 15px;
  background: #F7F7F7;
  border-radius: 0px 0px 6px 6px;
}
@media (max-width: 768px) {
  .header__drop {
    width: 100%;
    border-radius: 0px 0px 6px 6px;
    right: 0;
  }
}
.header__notification {
  margin-right: 40px;
}
.header.fixed:not(.header--not-fixed) .header__drop {
  position: fixed;
  z-index: 100;
  right: 10px;
  top: 60px;
}
@media (min-width: 1200px) {
  .header.fixed:not(.header--not-fixed) .header__wrapper {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    z-index: 99;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, background-color 0.2s;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .header__container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .logo {
    height: 50px;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .logo img {
    max-height: 100%;
  }
}
.header__wrapper {
  width: 100%;
  transition: background-color 0.2s;
}
.header__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header__container {
    min-height: 80px;
  }
}
.header__navbar {
  display: flex;
  align-items: center;
  z-index: 10;
}
.header__menu {
  margin-right: 40px;
}
.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;
  border-radius: 6px;
  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: 40px;
  text-transform: capitalize;
}
.header__socials a {
  text-decoration: none;
}
.header__socials a + a {
  margin-left: 20px;
}
.header__socials span i {
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .header--inverse.fixed:not(.header--not-fixed) .header__wrapper {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.header--inverse .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}
.header--inverse .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4285f4;
}
.header--inverse .header__socials > span {
  color: #D6D6D6;
}
.header--inverse .header__socials .social-link_instagram:not(:hover) svg #instagram_up {
  fill: #fff;
}
@media (max-width: 768px) {
  .header--inverse .header__logo,
  .header--inverse .header__navbar {
    background-color: #000;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .header--inverse .header__navbar {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .header--inverse .header__menu {
    border-color: rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0 !important;
    margin-bottom: 40px;
    min-height: 61px;
  }
  .header.fixed .header__wrapper {
    position: fixed;
    top: -61px;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, background-color 0.2s;
  }
  .header__navbar {
    display: none;
  }
  .header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    min-height: 61px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
    background-color: #f7f7f7;
    z-index: 100;
  }
  .header__lang {
    margin: 13px 15px 14px auto;
  }
  .header__menu {
    display: block;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 19px;
    margin-right: 0 !important;
    border-bottom: 1px solid #D6D6D6;
    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;
  }
}

.burger {
  display: flex;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 200;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.burger--mob {
  display: none;
}
.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;
  margin: 3px 0;
}
.burger:before, .burger:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #757575;
}
@media (max-width: 768px) {
  .burger {
    display: none;
  }
  .burger--mob {
    display: flex;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 0;
  }
}

.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;
  }
}
.section {
  display: block;
  background-color: #fff;
}
.section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.section__header .label {
  font-size: 12px;
  text-transform: uppercase;
}
.section_subid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f7f7;
}
.section_subid .col {
  display: flex;
  align-items: center;
}
.section_subid .col_subid {
  flex: 1;
}
.section_subid .col_subid .label {
  white-space: nowrap;
}
.section_subid .col_btns {
  flex: 1;
  justify-content: space-between;
}
.section_subid .tooltip {
  margin-left: 0;
}
.section_subid .btn_link {
  display: block;
}
.section_subid .label {
  margin-right: 15px;
}
.section_subid .select {
  margin-right: 20px;
}
.section_links {
  padding-top: 60px;
  background-color: #f7f7f7;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.section_links .desc {
  text-align: center;
}
.section_links .social-btns {
  margin-bottom: 30px;
}
.section_referrals {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section#texts {
  padding-bottom: 0;
}
.section_promo {
  border-top: 4px solid #f7931a;
  display: flex;
  align-items: center;
  padding: 30px 40px 30px 190px;
  background-image: url("../images/affiliate_cover_mobile.png");
  background-size: 220px auto;
  background-repeat: no-repeat;
  background-position: -50px bottom;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section_promo {
    background-image: url("../images/affiliate_cover_mobile@2x.png");
  }
}
.section_promo p {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  margin-right: 30px;
}
.section_promo .btn {
  width: 200px;
  flex-shrink: 0;
  height: auto;
  padding-bottom: 16px;
}
.section_promo-xl {
  border-top: none !important;
  position: relative;
}
.section_promo-xl .num {
  top: 40px;
}
.section_promo-xl .getaccess {
  padding-top: 90px;
}
.section_personal-id {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.section_subid-view {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  text-align: center;
}
.section_subid-view .section__header {
  margin-bottom: 15px;
  padding: 0;
  display: block;
  text-align: right;
  font-size: 0;
}
.section_subid-view .link-id {
  margin-bottom: 30px;
}
.section_subid-view p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 17px;
  color: #757575;
}
.section_subid-view .desc_big {
  margin-bottom: 10px;
}
.section_traffic {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.section_traffic .title {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 15px;
}
.section_traffic p {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #757575;
}
.section_additional-links {
  padding-bottom: 30px;
}
.section_additional-links .card__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.section_additional-links .card__title sup {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #757575;
  position: relative;
  top: -7px;
  left: 2px;
}
.section_additional-links .btn_subid {
  min-width: 240px;
}
.section_simple {
  text-align: center;
  background-color: transparent;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section_simple#banners {
  padding-bottom: 0;
}
.section_simple#brand {
  padding-bottom: 20px;
}
.section_simple .title {
  margin-bottom: 15px;
}
.section_simple .description {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.section_simple .text-choose {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  color: #f7931a;
  margin-top: 60px;
  margin-bottom: 30px;
}
.section_simple .btn-with-icon {
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.section_simple .btn-with-icon svg {
  margin-right: 10px;
}
.section_keep {
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}
.section_keep img {
  display: block;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.section_keep .description {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.section_keep .subtitle {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 27px;
  color: #000;
  margin-bottom: 20px;
}
.section + .section {
  border-top: 1px solid #d6d6d6;
}
.section_images {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.section_images .description {
  margin-bottom: 40px;
}
.section_features {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section_features .features {
  margin-bottom: 0;
}
.section.calculate {
  border-top: none;
  padding-bottom: 60px;
}
.section.howto {
  border-top: none;
}
.section.howto::after, .section.howto::before {
  display: none;
}
.section.results {
  border-top: none;
}
.section.results.active + .section.startearning {
  border-top: none;
}
.section.top {
  padding-left: 0;
  padding-right: 0;
}
.section.top .title {
  font-weight: normal;
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 20px;
}
.section.top .title b,
.section.top .title strong {
  font-weight: bold;
}
.section.top .content {
  padding-left: 70px;
  padding-right: 70px;
}
.section.top .subtitle {
  font-size: 32px;
  line-height: 36px;
  color: #000;
  margin-bottom: 15px;
  font-weight: normal;
}
.section.top .why {
  margin-top: 60px;
}
.section.top .why__item {
  margin-bottom: 60px;
  padding-left: 70px;
  padding-right: 70px;
}
.section.startearning {
  position: relative;
  padding-bottom: 30px;
  padding-top: 95px;
  border-bottom: none;
}
.section.startearning .num {
  top: 40px;
}
.section.startearning .description {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section.startearning .steps {
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
}
.section_three-steps {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.section_three-steps .steps {
  max-width: 780px;
  margin-bottom: 0;
}
.section_start {
  padding-top: 70px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 390px;
}
.section_start .title {
  font-size: 48px;
  line-height: 64px;
  font-weight: normal;
  margin-bottom: 15px;
}
.section_start .description {
  margin-bottom: 30px;
}
.section_start .wrapper {
  position: relative;
  min-height: 405px;
}
.section_start .wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: -447px;
  bottom: -30px;
  width: 403px;
  height: 424px;
  background-image: url("../images/woman-megaphone.png");
  background-size: 403px 424px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section_start .wrapper:before {
    background-image: url("../images/woman-megaphone@2x.png");
  }
}
@media only screen and (max-width: 800px) {
  .section_start {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
    padding-top: 30px;
    text-align: center;
  }
  .section_start .title {
    font-size: 36px;
    line-height: 42px;
  }
  .section_start .description {
    font-size: 15px;
    line-height: 20px;
  }
  .section_start .referred {
    text-align: left;
  }
  .section_start .wrapper {
    padding-bottom: 290px;
  }
  .section_start .wrapper:before {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 247px;
    height: 260px;
    background-size: 247px 260px;
  }
}
.section_share {
  background-color: transparent;
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.section_share .coins {
  background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
}
.section_share .subtitle {
  color: #fff;
  line-height: 44px;
  margin-bottom: 40px;
}
.section_posts {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.section_posts .subtitle {
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
}

.section_simple .sticky-blocks-promo-wrapper + .title {
  margin-top: 120px;
}

.posts {
  display: block;
}
.posts_no-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.posts_no-images .post:nth-child(n+11) {
  display: none;
}
.posts_no-images.show-all .post:nth-child(n+11) {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .posts_no-images {
    max-width: 520px;
  }
}

.post {
  display: block;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-radius: 4px;
  background-color: #F7F7F7;
  border: 1px solid #D6D6D6;
}
.post__row {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 725px) {
  .post__row {
    flex-direction: column;
  }
}
.post__img {
  display: block;
  margin-right: 20px;
  flex-shrink: 0;
}
.post__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 725px) {
  .post__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.post__text {
  display: block;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  padding-top: 14px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-align: left;
}
.post__text a {
  color: #4285f4;
  text-decoration: none;
}
.post__text a:hover {
  color: #f7931a;
}
.post__label {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.post:not(:last-child) {
  margin-bottom: 30px;
}
.post_no-image {
  display: flex;
  height: auto;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 520px;
  background-color: #fff;
  border-radius: 6px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post_no-image:not(:last-child) {
  margin-bottom: 20px;
}
.post_no-image .post__text {
  font-size: 16px;
  line-height: 22px;
  border: none;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
.post_no-image .post__text span.hidden {
  display: none;
}
.post_no-image .post__text.expanded {
  max-height: none;
}
.post_no-image .post__text.expanded .expand {
  display: none;
}
.post_no-image .post__text.expanded span.hidden {
  display: inline;
}
.post_no-image .post__btns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 460px) {
  .post_no-image .post__btns {
    flex-direction: column;
    align-items: center;
  }
}
.post_no-image .post__btns .social-btns {
  margin: 0 30px 0 0;
  flex: 1;
}
@media screen and (max-width: 460px) {
  .post_no-image .post__btns .social-btns {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.expand {
  display: inline-block;
  color: #4285f4;
  font-size: 16px;
  line-height: 22px;
  padding-right: 5px;
  bottom: 0;
  background-color: #fff;
}
.expand:before {
  content: "...";
  display: inline-block;
  margin-right: 5px;
  color: #000;
}
.expand:hover {
  color: #f7931a;
}

.transaction {
  display: block;
  margin-top: 55px;
  margin-bottom: 35px;
}
.transaction__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 17px;
  color: #494949;
}
.transaction__info {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #F7F7F7;
  border: 2px solid;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #494949;
}
.transaction__info b {
  font-weight: bold;
}
.transaction__info_theme_yellow, .transaction__info_theme_processing {
  border-color: #F7931A;
}
.transaction__info_theme_red, .transaction__info_theme_canceling {
  border-color: #F74249;
}
.transaction__info_theme_gray, .transaction__info_theme_notconfirmed {
  border-color: #D6D6D6;
}
.transaction__info_theme_green {
  border-color: #37CC33;
}
.transaction__info_theme_blue {
  border-color: #4285f4;
}
.transaction__info .row b, .transaction__info .row span {
  display: inline-block;
  margin-bottom: 10px;
}
.transaction__info .row:not(:last-child) {
  margin-bottom: 5px;
}
.transaction__info .row:last-child b, .transaction__info .row:last-child span {
  margin-bottom: 0;
}
.transaction__info .btn_link {
  font-size: 13px;
  line-height: 15px;
  margin-left: 3px;
}
.transaction__status {
  display: block;
  color: #494949;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
}
.transaction__status_icon_wait {
  background-image: url("../images/wait.png");
  background-size: 30px;
  padding-left: 41px;
  margin-bottom: 35px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .transaction__status_icon_wait {
    background-image: url("../images/wait@2x.png");
  }
}
.transaction__status_icon_mail {
  padding-left: 43px;
  background-image: url("../images/mail.png");
  background-size: 33px 27px;
  margin-bottom: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .transaction__status_icon_mail {
    background-image: url("../images/mail@2x.png");
  }
}
.transaction__additional {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #494949;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  margin-bottom: 25px;
}
.transaction__text {
  display: block;
  font-size: 13px;
  color: #757575;
}
.transaction__text a {
  text-decoration: none;
  color: #4285f4;
}
.transaction__text a:hover {
  color: #f7931a;
}
.transaction--theme-red .transaction__info {
  border-color: #F74249;
}
.transaction--theme-red .status {
  background-color: #F74249;
  color: #fff;
}
.transaction--theme-green .transaction__info {
  border-color: #37CC33;
}
.transaction--theme-green .status {
  background-color: #37CC33;
  color: #fff;
}
.transaction--theme-yellow .transaction__info {
  border-color: #F7BE1A;
}
.transaction--theme-yellow .status {
  background-color: #F7BE1A;
  color: #fff;
}
.transaction--theme-gray .transaction__info {
  border-color: #D6D6D6;
}
.transaction--theme-gray .status {
  background-color: #D6D6D6;
  color: #757575;
}
.transaction--theme-blue .transaction__info {
  border-color: #4285f4;
}
.transaction--theme-blue .status {
  background-color: #4285f4;
  color: #fff;
}

/*
* simple tabs
*/
.tabs {
  max-width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .tabs {
    padding-top: 1px;
    max-width: 320px;
  }
}
.tabs__select {
  border: 1px solid #D6D6D6;
  background-color: #fff;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  margin-top: -1px;
  margin-left: -1px;
  font-weight: bold;
  border-radius: 0px 6px 6px 0px;
  color: #4285f4;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
@media (max-width: 480px) {
  .tabs__select {
    width: 50%;
  }
}
.tabs__select:hover .tabs__select-list {
  visibility: visible;
  opacity: 1;
}
.tabs__select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -1px;
  background: url(../images/arrow-down-sm.svg) no-repeat center/cover;
  width: 8px;
  height: 4px;
}
.tabs__select-active {
  padding: 8px 20px;
  padding-right: 25px;
  text-transform: uppercase;
}
.tabs__select-list {
  position: absolute;
  border-radius: 8px;
  right: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  top: 37px;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
}
.tabs__select-list-item {
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 12px;
  line-height: 14px;
}
.tabs__select-list-item:hover {
  background-color: #4285f4;
  color: #fff;
}
.tabs__select-list-item:not(:last-child) {
  border-bottom: 1px solid #D6D6D6;
}
.tabs__item {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 14px;
  color: #4285f4;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  border: none;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #D6D6D6;
  transition: all 0.2s ease, background-color 0.2s;
}
.tabs__item:first-child {
  border-radius: 6px 0 0 6px;
}
.tabs__item:last-child {
  border-radius: 0 6px 6px 0;
}
.tabs__item:hover {
  background-color: #f7f7f7;
  color: #f7931a;
}
.tabs__item.active {
  z-index: 1;
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 580px) {
  .tabs__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .tabs__item {
    width: 50%;
  }
}
.tabs--in-card {
  margin-bottom: 0;
  margin-left: auto;
}
.tabs__content {
  display: none;
  animation: fadeEffect 1s;
}
.tabs__content.active {
  display: block;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
* Tabs radio buttons
*/
.tabs-radio {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .tabs-radio {
    padding-top: 1px;
    max-width: 320px;
  }
}
.tabs-radio__item {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  color: #4285f4;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: -1px;
  margin-left: -1px;
  transition: all 0.2s ease, background-color 0.2s;
}
.tabs-radio__item:first-child span {
  border-radius: 6px 0 0 6px;
}
.tabs-radio__item:last-child span {
  border-radius: 0 6px 6px 0;
}
.tabs-radio__item span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D6D6D6;
  padding: 8px 20px;
  transition: all 0.2s ease;
}
.tabs-radio__item span:hover {
  background-color: #F7F7F7;
  color: #f7931a;
}
.tabs-radio__item input {
  display: none;
}
.tabs-radio__item input:checked + span {
  background-color: #4285f4;
  color: #fff;
  border-color: #4285f4;
  z-index: 1;
}
@media (max-width: 580px) {
  .tabs-radio__item span {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .tabs-radio__item {
    font-size: 12px;
    width: 50%;
  }
  .tabs-radio__item span {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
  }
}
.tabs-radio--in-card {
  margin-bottom: 0;
  margin-left: auto;
}
@media (max-width: 480px) {
  .tabs-radio--in-card {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tabs-radio {
    width: 100%;
    flex-wrap: nowrap;
  }
  .tabs-radio__item {
    width: 100%;
  }
  .tabs-radio__item input, .tabs-radio__item span {
    width: 100%;
  }
}

.card {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  margin-bottom: 20px;
}
.card .section, .card .btn {
  border-radius: 6px;
}
.card .sticky-block {
  border-radius: 0px 0px 6px 6px;
}
.card .processing {
  display: flex;
  align-items: stretch;
  border: 1px solid #D6D6D6;
  border-radius: 15px;
}
.card .processing__info {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border-right: 1px solid #D6D6D6;
}
.card .processing__info img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.card .processing__info span {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
.card .processing__more {
  margin-left: 10px;
  padding: 7px 10px;
  border: 1px solid #D6D6D6;
  border-radius: 15px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
.card .processing__stop {
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
.card .processing__stop span {
  font-weight: 700;
  font-size: 10px;
  line-height: 11px;
  color: #494949;
  margin-right: 10px;
}
.card .processing__stop button {
  border: none;
  outline: none;
  background: transparent;
}
.card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__header h1 {
  margin-bottom: 0 !important;
}
.card__header .btn_link {
  font-size: 13px;
}
.card__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.card__head .card__title {
  display: inline-block;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  padding: 0;
  border: none;
  margin-right: 20px;
  margin-bottom: 20px;
}
.card__head .card__title--icon-btc {
  padding-left: 42px;
}
.card__head .tabs,
.card__head .tabs-radio {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .card__head .tabs,
  .card__head .tabs-radio {
    max-width: 100%;
    width: 100%;
  }
}
.card__head-select {
  margin-bottom: 20px;
}
.card__head-select .label {
  font-weight: normal;
}
.card__head-select b {
  font-weight: bold;
}
@media (min-width: 600px) {
  .card__head-select {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .card__head-select .label {
    white-space: nowrap;
    margin-right: 20px;
  }
  .card__head-select .select {
    width: 300px;
    max-width: none;
  }
}
@media (max-width: 600px) {
  .card__head-select .label {
    margin-bottom: 10px;
  }
  .card__head-select .select {
    max-width: none;
  }
}
@media (max-width: 600px) {
  .card__head {
    display: block;
  }
  .card__head .card__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.card__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 220px;
}
.card__body--withdraw {
  min-height: 274px;
  padding: 30px 20px 20px 20px;
  text-align: center;
}
.card__body h2 {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  margin-bottom: 5px;
}
.card__body p {
  margin-bottom: 30px;
}
.card__body_top {
  justify-content: flex-start;
}
.card__footer--fullwidth, .card__footer_fullwidth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card__footer .btn_secondary {
  height: auto;
  line-height: 13px;
}
.card_xl {
  max-width: 1080px;
}
.card_xl .wrapper {
  position: relative;
}
.card__title {
  position: relative;
  padding: 20px 40px;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
}
.card__title .title {
  text-decoration: none;
  color: #000;
  font: inherit;
  margin: 0;
  transition: color 0.2s;
}
.card__title a.title {
  display: inline-block;
}
.card__title a.title:hover {
  color: #4285f4;
}
.card__title-count {
  position: absolute;
  right: -10px;
  top: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #757575;
}
.card__title--icon-btc {
  padding-left: 42px;
  background-image: url(../images/coin.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: left center;
}
.card:last-child {
  margin-bottom: 0;
}
.card .loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.card-refresh-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-flex;
  margin-bottom: 20px;
  margin-right: 20px;
  align-items: center;
  justify-content: center;
}
.card-refresh-btn:after {
  content: "";
  position: relative;
  top: 2px;
  cursor: pointer;
  background-image: url(../images/icon-refresh-up.svg);
  width: 16px;
  height: 22px;
  background-size: 16px auto;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background 0.2s;
}
.card-refresh-btn:hover:after {
  background-image: url(../images/icon-refresh-hover.svg);
}
.card-refresh-btn:active:after {
  background-image: url(../images/icon-refresh-active.svg);
}

.card-wrapper {
  min-height: 1px;
  margin-bottom: 20px;
}
.card-wrapper--second {
  margin-bottom: 0;
}
.card-wrapper--orangepie {
  margin-bottom: 0;
}
.card-wrapper--orangepie > .card {
  margin-bottom: 20px;
}

/*
* Modificators
*/
.card_form {
  max-width: 450px;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
.card_form h1 {
  display: block;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}
.card_form > p {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #494949;
  margin-bottom: 40px;
  width: 100%;
}
.card_form .title--top {
  margin-top: 30px;
}

.card_withdraw h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.card_withdraw > p {
  text-align: center;
  color: #f7931a;
}
.card_withdraw p {
  color: #757575;
  margin-top: 10px;
  line-height: 26px;
}
.card_withdraw .title_icon_btc {
  position: relative;
  left: -42px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .card_withdraw .title_icon_btc {
    left: 0;
    font-size: 26px;
  }
}

.card_payments {
  background-color: #fff;
  max-width: 800px;
}
.card_payments .title {
  font-size: 32px;
}
.card_payments .card__header {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #d6d6d6;
}
.card_payments .card__body {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.card_payments .card__body h2 {
  margin-bottom: 0;
}
.card_payments .card__footer {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  text-align: right;
  font-size: 0;
}
.card_payments .card__footer .btn_link {
  font-size: 14px;
}
.card_payments .balance_sm {
  padding: 0;
  text-align: left;
  border: none;
}
.card_payments .balance_sm .balance__btc {
  margin-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  .card_payments .balance_sm {
    display: none;
  }
}

.card_balance .section__header {
  margin-bottom: 0;
  justify-content: flex-end;
}
.card_balance .sticky-block {
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
}

.section__header-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #4285f4;
}
.section__header-link:hover {
  color: #f7931a;
}
.section__header-link:hover .section__header-icon svg path {
  fill: #f7931a;
}
@media (max-width: 768px) {
  .section__header-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
  }
  .section__header-link .section__header-icon {
    height: 18px;
  }
  .section__header-link svg {
    width: 21px;
  }
  .section__header-link svg path {
    fill: #4285f4;
  }
}

.card_balance_2 .course {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
}
.card_balance_2 .course__info {
  border-left: 2px solid #D6D6D6;
  padding-left: 8px;
}
.card_balance_2 .course__text {
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.0285714px;
  color: #494949;
}
.card_balance_2 .course__count {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.0314286px;
  color: #757575;
}
.card_balance_2 .section__header {
  text-transform: uppercase;
  margin-bottom: 0;
  justify-content: space-between;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 27px;
}
.card_balance_2 .section__header .section__header-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}
.card_balance_2 .section__header .section__header-icon svg {
  fill: #4285f4;
}
@media (max-width: 440px) {
  .card_balance_2 .section__header .section__header-icon {
    margin-bottom: 0;
  }
}
@media (max-width: 440px) {
  .card_balance_2 .section__header {
    margin-bottom: 0;
  }
}
.card_balance_2 .info__item {
  flex: 0 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.card_balance_2 .info__item--mob {
  display: none;
}
.card_balance_2 .info__item--farm-mobile {
  display: none;
}
.card_balance_2 .info__item--withdraw {
  flex: inherit;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.card_balance_2 .info__item--withdraw-mobile {
  display: none;
}
.card_balance_2 .info .btn_withdraw {
  min-width: 0;
  max-width: 270px;
  width: 100%;
  text-align: center;
  padding-top: 17px;
  height: 50px;
  font-size: 15px;
  line-height: 15px;
  background-color: transparent;
  color: #fff;
  border: none;
  background-color: #4285F4;
  border-radius: 6px;
  transition: all 0.3s;
}
.card_balance_2 .info .btn_withdraw span {
  background-image: url("../images/icon-withdraw-white.svg");
  background-size: 24px 20px;
  padding-left: 34px;
}
.card_balance_2 .info .btn_withdraw:hover {
  border-color: #F7931A;
  background-color: #F7931A;
}
@media (max-width: 1000px) {
  .card_balance_2 .info {
    flex-wrap: wrap;
    justify-content: center;
  }
  .card_balance_2 .info__item:nth-last-child(2) {
    border-right: none;
  }
  .card_balance_2 .info__item--withdraw {
    border-top: 1px solid #d6d6d6;
  }
}
@media (max-width: 900px) {
  .card_balance_2 .info__item--withdraw {
    border-top: none;
  }
}
.card_balance_2 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.card_balance_2 .row-chart {
  padding-bottom: 20px;
  justify-content: flex-end;
  height: 80px;
}
@media (max-width: 768px) {
  .card_balance_2 .row-chart {
    display: none;
  }
}
@media (max-width: 440px) {
  .card_balance_2 .row_payments {
    display: block;
  }
}
.card_balance_2 .btc-chart {
  min-height: 36px;
  margin-left: auto;
}
.card_balance_2 .btc-chart--mob {
  display: none;
}
@media (max-width: 768px) {
  .card_balance_2 .btc-chart {
    display: none;
  }
  .card_balance_2 .btc-chart--mob {
    display: block;
  }
}
@media (max-width: 440px) {
  .card_balance_2 .btc-chart {
    margin: 0 auto;
  }
}
.card_balance_2 .balance__usd {
  margin-bottom: 40px;
}
.card_balance_2 .balance_l {
  margin-bottom: 20px;
}
.card_balance_2 .payments {
  width: auto;
  display: inline-flex;
  align-items: center;
  font-size: 0;
}
@media (max-width: 440px) {
  .card_balance_2 .payments {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.card_balance_2 .payments__box {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid #D6D6D6;
  border-radius: 15px;
}
@media (max-width: 440px) {
  .card_balance_2 .payments__box {
    flex-direction: column;
    align-items: flex-start;
    border: 0 none;
    border-radius: 0;
  }
}
.card_balance_2 .payments__col {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  text-decoration: none;
}
@media (max-width: 440px) {
  .card_balance_2 .payments__col {
    padding: 0;
  }
}
.card_balance_2 .payments__col:first-child {
  border-right: 1px solid #D6D6D6;
}
@media (max-width: 440px) {
  .card_balance_2 .payments__col:first-child {
    border-right: 0 none;
    margin-bottom: 5px;
  }
}
.card_balance_2 .payments__icon {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}
.card_balance_2 .payments__text {
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.0340476px;
  text-transform: uppercase;
  color: #000000;
}
.card_balance_2 .payments__notice {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.0342857px;
  text-transform: uppercase;
  color: #494949;
}
@media (max-width: 440px) {
  .card_balance_2 .payments__notice {
    margin-left: 20px;
    margin-right: 0;
  }
}
.card_balance_2 .payments__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0;
  background: none;
  cursor: pointer;
}
.card_balance_2 .payments__close svg {
  fill: #9C9C9C;
}
.card_balance_2 .payments__close:hover svg {
  fill: #f7931a;
}
@media (max-width: 440px) {
  .card_balance_2 .payments__close {
    position: absolute;
    top: 0;
    right: -20px;
    padding: 2px;
  }
}
.card_balance_2 .payments__btn {
  display: inline-flex;
  align-items: center;
  min-width: 35px;
  margin-left: 10px;
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #D6D6D6;
  border-radius: 15px;
  background: none;
  text-decoration: none;
}
@media (max-width: 440px) {
  .card_balance_2 .payments__btn {
    margin-left: 30px;
  }
}

.card_settings {
  max-width: 700px;
  padding-bottom: 30px;
  border: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0;
}
.card_settings .card__header {
  padding: 20px 30px;
}
.card_settings .card__header h1 {
  font-size: 32px;
  line-height: 30px;
}
.card_settings .card__footer {
  text-align: right;
  font-size: 0;
  background-color: #F7F7F7;
  padding: 20px 30px;
  border-top: 1px solid #D6D6D6;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .card_settings .card__footer {
    flex-direction: column-reverse;
  }
}
.card_settings .card__footer .btn {
  max-width: 265px;
  width: 100%;
  line-height: 1;
  height: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.card_settings .card__footer .btn.hidden {
  display: none;
}
.card_settings .card__footer .btn.add {
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .card_settings .card__footer .btn.add {
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.card_settings .card__footer .btn.add svg {
  margin-right: 8px;
}
.card_settings .card__footer .btn_simple:hover {
  background-color: #f7931a;
  border-color: #f7931a;
}
.card_settings .card__footer .btn_link {
  font-size: 13px;
  line-height: 13px;
  overflow: visible;
}
.card_settings .card__footer .btn_link.gray {
  color: #494949;
}
.card_settings .card__footer .btn_link.gray:hover {
  color: #000;
}
.card_settings .card__footer .btn_link + .btn_link {
  margin-left: 30px;
}
@media (max-width: 400px) {
  .card_settings .card__footer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }
  .card_settings .card__footer .btn {
    width: 100%;
  }
  .card_settings .card__footer .btn_link + .btn_link {
    margin-left: 0;
  }
}

.card_with-icon {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}
.card_with-icon_v2 {
  padding-top: 30px;
}
.card_with-icon .icon {
  margin-bottom: 30px;
}
.card_with-icon .form__footer {
  justify-content: center;
}
.card_with-icon .input {
  margin-top: 40px;
  margin-bottom: 50px;
}
.card_with-icon .input--second {
  margin-bottom: 0;
}
.card_with-icon p {
  margin-bottom: 10px;
}
.card_with-icon p + .card__footer {
  margin-top: 40px;
  padding-bottom: 0;
}

.card_browser {
  max-width: 500px;
  padding-bottom: 0;
}
.card_browser .icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.card_browser .title {
  margin-bottom: 40px;
}
.card_browser .card__body {
  min-height: 0;
}
.card_browser .card__body p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 25px !important;
}
.card_browser .card__body p a {
  text-decoration: none;
  color: #4285f4;
  font-weight: bold;
}
.card_browser .card__body p a:hover {
  color: #f7931a;
}
.card_browser .card__body p.small {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.card_browser .card__body p.small b {
  font-weight: bold;
}
.card_browser .card__body p.small span {
  color: #4285f4;
}
.card_browser .card__body p.small span:hover {
  color: #f7931a;
}
.card_browser .card__body p.small input {
  display: none;
}
.card_browser .btn_primary {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}

/*
* Card Share
*/
.card--share {
  text-align: center;
}
.card--share .img {
  margin-bottom: 30px;
}
.card--share .title {
  font-size: 32px;
  line-height: 1.4;
  margin: 0 auto 15px;
  max-width: 800px;
}
@media (max-width: 767px) {
  .card--share .title {
    font-size: 26px;
  }
}
.card--share .refurl {
  margin-bottom: 30px;
}
.card--share .refurl__value {
  border-radius: 6px 0px 0px 6px;
}
.card--share .refurl .btn {
  border-radius: 0px 6px 6px 0px;
  min-width: 140px;
  text-align: center;
}
@media (max-width: 768px) {
  .card--share .refurl {
    align-items: stretch;
  }
  .card--share .refurl__value {
    width: 100%;
    border-radius: 6px;
    border-right: 1px solid #cecece;
    border-radius: 6px 6px 0px 0px;
    box-sizing: border-box;
  }
  .card--share .refurl .btn {
    border-radius: 0px 0px 6px 6px;
    color: #fff;
    min-width: auto;
    max-width: none;
    margin: 0;
    text-indent: 0;
    height: 60px;
    display: block;
    width: 100%;
  }
  .card--share .refurl__link {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
  }
}
.card--share .desc {
  font-size: 18px;
  line-height: 1.4;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #757575;
}
.card--share .desc_big {
  z-index: 1;
}
@media (max-width: 500px) {
  .card--share .desc {
    font-size: 16px;
  }
}
.card--share .section_links {
  background-color: #fff;
}
@media (max-width: 530px) {
  .card--share .section_links .social-btns__list {
    transform: translateX(0) translateY(calc(-100% + 5px));
  }
}
.card--share .section_promo {
  background-color: #f7f7f7;
}
.card--share .sticky-block {
  background-color: #f7f7f7;
  border-top: 5px solid #f7931a;
}

/*
* Card Add Link
*/
.card--add-link {
  text-align: center;
  background-color: #fff;
  padding: 40px 20px;
}
.card--add-link .img {
  margin-bottom: 20px;
}
.card--add-link .title {
  font-size: 32px;
  margin-bottom: 15px;
}
.card--add-link .desc {
  line-height: 28px;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.card--add-link .btn {
  width: 100%;
  max-width: 300px;
  border-radius: 6px;
  margin: 0 auto;
  border: 1px solid #d6d6d6;
  display: block;
}
.card--add-link .btn:hover {
  border-color: #4285f4;
}
@media (max-width: 767px) {
  .card--add-link {
    padding: 30px 15px 0;
    margin: 10px 0 !important;
  }
  .card--add-link .btn {
    width: calc(100% + 30px);
    border-radius: 0px 0px 6px 6px;
    border: none;
    border-top: 1px solid #d6d6d6;
    margin: 0 -15px;
    display: block;
    max-width: none;
  }
  .card--add-link .img {
    margin-bottom: 20px;
  }
  .card--add-link .title {
    font-size: 28px;
    line-height: 34px;
  }
  .card--add-link .desc {
    font-size: 16px;
    line-height: 21px;
  }
}

/*
* Card Links
*/
.card--links .card__body {
  position: relative;
  display: block;
  min-height: 170px;
  padding: 20px 0px 15px;
  overflow: auto;
}
.card--links .card__body::-webkit-scrollbar {
  background-color: #EBEBEB;
  margin-top: 15px;
  height: 7px;
  border-radius: 50px;
  padding: 0 15px;
}
.card--links .card__body::-webkit-scrollbar-thumb {
  background: #F7931A;
  border-radius: 50px;
}
.card--links .card__body .loader-container {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 736px) {
  .card--links .card__body {
    -webkit-overflow-scrolling: touch;
  }
}
.card--links .card__head-mob .btn {
  display: none;
}
.card--links .card__footer {
  padding: 20px;
  min-height: 90px;
}
.card--links .card__footer .btn_simple {
  min-width: 300px;
  margin-left: auto;
}
@media (max-width: 480px) {
  .card--links .card__footer .btn_simple {
    min-width: 0;
    margin: 0 auto;
  }
}
.card--links .card__footer .btn_link {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.card--links .card__footer .btn_link:after {
  content: "";
  background: url("../images/arrow.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: block;
}
.card--links .card__footer .btn_link:hover:after {
  background: url("../images/arrow-hover.svg") no-repeat center/cover;
}
@media (max-width: 420px) {
  .card--links .card__footer {
    flex-direction: column;
  }
  .card--links .card__footer .btn_link {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .card--links .card__head {
    padding: 0;
  }
  .card--links .card__head .range-picker {
    margin: 15px;
    width: calc(100% - 30px);
  }
  .card--links .card-refresh-btn {
    margin: 0;
    margin-left: 15px;
  }
  .card--links .card-refresh-btn:after {
    top: 0;
  }
  .card--links .card__title, .card--links .card__title a.title {
    margin: 0;
    font-weight: 700;
    font-size: 12px !important;
    line-height: 14px;
    text-transform: uppercase;
  }
  .card--links .card__title-count {
    position: static;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    min-width: 19px;
    height: 19px;
    background: #F7F7F7;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .card--links .card__footer {
    padding: 0;
    margin-top: 15px;
    min-height: auto;
  }
  .card--links .card__footer .btn_link {
    display: none;
  }
  .card--links .card__footer .btn_simple {
    background-color: transparent;
    border: none;
    border-top: 1px solid #d6d6d6;
    border-radius: 0px;
  }
  .card--links .card__footer .btn_simple:hover {
    color: #4285F4;
  }
  .card--links .card__footer .btn_simple:hover i:before, .card--links .card__footer .btn_simple:hover i:after {
    background-color: #4285F4;
  }
  .card--links .card__head-mob {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .card--links .card__head-mob .btn {
    display: block;
  }
  .card--links .card__head-mob-title {
    display: flex;
    align-items: center;
  }
}
.card--links .card-table {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.card--links .card-table:nth-child(1) th:first-child {
  padding-left: 25px;
}
.card--links .card-table:nth-child(1) td:first-child {
  padding-left: 25px;
}
@media (max-width: 736px) {
  .card--links .card-table {
    font-size: 12px;
    line-height: 14px;
  }
}
.card--links .card-table thead th {
  vertical-align: middle;
}
.card--links .card-table tbody tr {
  cursor: pointer;
}
.card--links .card-table tbody tr:not(.banned):hover,
.card--links .card-table tfoot tr:not(.banned):hover {
  background-color: #f7f7f7;
}
.card--links .card-table tr {
  border-bottom: 1px solid #d6d6d6;
}
.card--links .card-table tr.banned {
  background-color: #ffeff0;
}
.card--links .card-table th {
  vertical-align: bottom;
  font-weight: bold;
  padding-bottom: 20px;
}
.card--links .card-table th b {
  color: #f7931a;
}
@media (max-width: 736px) {
  .card--links .card-table th {
    font-size: 10px;
  }
}
.card--links .card-table th,
.card--links .card-table td {
  padding-left: 17px;
  padding-right: 17px;
}
.card--links .card-table th.empty,
.card--links .card-table td.empty {
  padding: 0;
}
.card--links .card-table th:nth-child(1), .card--links .card-table th:nth-child(3), .card--links .card-table th:last-child,
.card--links .card-table td:nth-child(1),
.card--links .card-table td:nth-child(3),
.card--links .card-table td:last-child {
  text-align: left;
}
@media (max-width: 736px) {
  .card--links .card-table th,
  .card--links .card-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.card--links .card-table td:nth-child(1) {
  color: #494949;
  font-size: 16px;
}
.card--links .card-table td:nth-child(3) {
  color: #757575;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 736px) {
  .card--links .card-table td:nth-child(1) {
    font-size: 12px;
  }
}
.card--links .card-table b,
.card--links .card-table strong {
  font-weight: bold;
}
.card--links .card-table__col-earnings {
  text-align: left;
}
.card--links .card-table__col-earnings span:not(.card-table__value-additional) {
  position: relative;
}
.card--links .card-table__col-earnings span:not(.card-table__value-additional) img {
  position: absolute;
  top: 0;
  left: -20px;
}
.card--links .card-table__col-earnings .card-table__value {
  padding-left: 20px;
}
.card--links .card-table__col-earnings .card-table__value-additional {
  left: 20px;
}
.card--links .card-table__col-earnings-details {
  white-space: nowrap;
}
.card--links .card-table__col-earnings-details .card-table__value {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.card--links .card-table__col-earnings-details .btn_sm {
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 300px;
  min-width: 0;
  padding-left: 13px;
  padding-right: 13px;
}
.card--links .card-table__col-more {
  width: 1%;
}
.card--links .card-table__value {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.card--links .card-table__value span {
  white-space: nowrap;
}
.card--links .card-table__value .dot {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -11px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f7931a;
}
@media (max-width: 736px) {
  .card--links .card-table__value .dot {
    height: 100%;
    top: 0;
    width: 3px;
    margin-top: 0;
    margin-left: -10px;
    border-radius: 0;
  }
}
.card--links .card-table__value-label {
  position: absolute;
  left: 0;
  width: auto;
  white-space: nowrap;
  top: 6px;
  color: #f7931a;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 10px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
.card--links .card-table__value-label.orange {
  color: #f7931a;
}
.card--links .card-table__value-label.cb_click {
  color: #4285f4;
}
.card--links .card-table__value-link-name {
  position: absolute;
  left: 0;
  width: auto;
  white-space: nowrap;
  bottom: 6px;
  letter-spacing: 0;
  font-size: 10px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
.card--links .card-table__value-additional {
  position: absolute;
  left: 0;
  width: 100%;
  white-space: nowrap;
  bottom: 5px;
  letter-spacing: 0;
  font-size: 10px;
  line-height: 12px;
  color: #757575;
}
.card--links .card-table__value--copy .hidden {
  position: absolute;
  overflow: hidden;
  width: 0px;
  height: 0px;
  visibility: hidden;
}
.card--links .card-table__value--copy .copy {
  cursor: pointer;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
}
.card--links .card-table__value--copy .copy i {
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: top;
  background-image: url(../images/clipboard-icon-blue.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.card--links .card-table__value--copy .copy i:hover {
  background-image: url(../images/clipboard-icon-orange.svg);
}
@media (max-width: 767px) {
  .card--links .card-table__value {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .card--links .card-table__value-additional {
    bottom: -5px;
  }
  .card--links .card-table__value span, .card--links .card-table__value-label, .card--links .card-table__value-additional.usd, .card--links .card-table__value-link-name {
    display: block;
    position: static;
  }
}
.card--links .card-table .banned-label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  left: 0;
  width: auto;
  white-space: nowrap;
  bottom: 6px;
  letter-spacing: 0;
  padding: 2px 3px 1px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 8px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  background-color: #f74249;
}
@media (max-width: 767px) {
  .card--links .card-table .banned-label {
    display: inline-block;
    position: static;
  }
}
.card--links .card--add-link {
  padding-top: 90px;
  border: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .card--links .card--add-link {
    padding-top: 40px;
  }
}

.card--links-static .card__body {
  min-height: 0;
}
.card--links-static .card__footer {
  text-align: center;
}
.card--links-static .btn_simple {
  width: 100%;
  max-width: 300px;
  min-width: 0;
}

/*
* Card Link Details
*/
.card--link-details {
  background-color: #fff;
}
.card--link-details .content {
  padding: 40px 20px 56px;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 500px) {
  .card--link-details .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.card--link-details .label {
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
  color: #757575;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .card--link-details .label {
    font-size: 12px;
    line-height: 14px;
  }
}
.card--link-details .link-id {
  font-size: 64px;
  line-height: 72px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .card--link-details .link-id {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
  }
}
.card--link-details .link-details {
  text-align: left;
  margin-bottom: 40px;
}
.card--link-details .link-details__field {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.card--link-details .link-details__field:last-child {
  margin-bottom: 0;
}
.card--link-details .link-details__label {
  color: #757575;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.card--link-details .link-details__value {
  min-height: 22px;
  color: #000;
  font-size: 20px;
  line-height: 22px;
}
.card--link-details .link-details__value a {
  text-decoration: none;
  color: #4285f4;
  transition: color 0.2s;
}
.card--link-details .link-details__value a:hover {
  color: #f7931a;
}
@media (max-width: 430px) {
  .card--link-details .link-details__field {
    margin-bottom: 20px;
    padding-bottom: 2px;
  }
  .card--link-details .link-details__label {
    margin-bottom: 5px;
  }
  .card--link-details .link-details__value {
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
  }
  .card--link-details .link-details__value a {
    word-break: break-all;
    font-size: 12px;
  }
}
.card--link-details .btn_simple {
  width: 100%;
  max-width: 300px;
  min-width: 0;
}

/*
* Card Mining Network
*/
.card--mining-network .card__subtitle {
  display: none;
}
.card--mining-network .card__status {
  display: none;
}
.card--mining-network .card-num__with-icon svg {
  display: none;
}
.card--mining-network .card__info {
  padding: 20px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d6d6;
}
.card--mining-network .card__info .range-picker {
  margin-bottom: 20px;
}
.card--mining-network .card__info:last-child {
  border-bottom: none;
}
.card--mining-network .card__info-bot {
  position: relative;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  display: block;
}
.card--mining-network .card__info-bot .label,
.card--mining-network .card__info-bot .balance {
  display: inline-block;
  vertical-align: middle;
}
.card--mining-network .card__info-bot .balance {
  display: inline-flex;
  align-items: center;
  border: none;
  padding: 0;
}
.card--mining-network .card__info-bot .balance__btc {
  margin: 0 10px 0 0;
}
.card--mining-network .card__info-bot .balance .loader-min {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card--mining-network .card__info-bot .balance .loader-min > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card--mining-network .card__info-bot .balance .loader-min svg {
  vertical-align: top;
  margin: 0 10px;
}
.card--mining-network .card__info-bot .label {
  font-size: 12px;
  line-height: 14px;
  color: #494949;
  margin-right: 20px;
}
@media (max-width: 530px) {
  .card--mining-network .card__info-bot {
    padding: 10px 20px;
  }
}
@media (max-width: 450px) {
  .card--mining-network .card__info-bot .label {
    display: block;
    margin: 0 0 5px;
  }
}
.card--mining-network .card-no-data {
  min-height: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #757575;
}
.card--mining-network a.card__info-bot {
  transition: border-color 0.2s;
}
.card--mining-network a.card__info-bot:hover {
  border-color: #4285f4;
}
.card--mining-network .tabs,
.card--mining-network .tabs-radio {
  margin-bottom: 20px;
}
.card--mining-network .card-items {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.card--mining-network .card-items__elem {
  position: relative;
  width: 100%;
  max-width: 225px;
  text-align: center;
  margin: 0 10px;
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 25px 20px 20px;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
}
.card--mining-network .card-items .label {
  color: #494949;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.card--mining-network .card-items .card-num {
  font-weight: bold;
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 10px;
  transition: color 0.2s;
}
.card--mining-network .card-items .conversion {
  color: #757575;
  font-size: 10px;
  line-height: 11px;
}
@media (max-width: 860px) {
  .card--mining-network .card-items .card-num {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 730px) {
  .card--mining-network .card-items__elem {
    padding: 10px;
    min-height: 0;
  }
  .card--mining-network .card-items .card-num {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .card--mining-network .card-items {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .card--mining-network .card-items__elem {
    margin: 0;
  }
}
@media (max-width: 530px) {
  .card--mining-network .card-items {
    flex-wrap: wrap;
    padding-top: 10px;
    border-left: none;
    border-right: none;
  }
  .card--mining-network .card-items__elem {
    max-width: 50%;
  }
}
.card--mining-network a.card-items__elem:hover {
  border-color: #4285f4;
}
.card--mining-network a.card-items__elem:hover .card-num {
  color: #4285f4;
}
.card--mining-network .card__body {
  overflow: auto;
  display: block;
  min-height: 0px;
}
@media (max-width: 736px) {
  .card--mining-network .card__body {
    -webkit-overflow-scrolling: touch;
  }
}
.card--mining-network .card-table {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
@media (max-width: 736px) {
  .card--mining-network .card-table {
    font-size: 12px;
    line-height: 14px;
  }
}
.card--mining-network .card-table tbody tr:hover {
  background-color: #f7f7f7;
}
.card--mining-network .card-table tfoot tr {
  border-bottom: none;
}
.card--mining-network .card-table tfoot .card-table__value--level {
  color: #000;
}
.card--mining-network .card-table tr {
  border-bottom: 1px solid #d6d6d6;
}
.card--mining-network .card-table th {
  padding-top: 25px;
  font-weight: bold;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .card--mining-network .card-table th {
    font-size: 10px;
  }
}
.card--mining-network .card-table th,
.card--mining-network .card-table td {
  padding-left: 20px;
  padding-right: 20px;
  width: 33%;
  text-align: center;
}
.card--mining-network .card-table th:nth-child(1),
.card--mining-network .card-table td:nth-child(1) {
  padding-left: 140px;
}
.card--mining-network .card-table th:nth-last-child(1),
.card--mining-network .card-table td:nth-last-child(1) {
  padding-right: 140px;
}
@media (max-width: 767px) {
  .card--mining-network .card-table th:nth-child(1),
  .card--mining-network .card-table td:nth-child(1) {
    padding-left: 20px;
  }
  .card--mining-network .card-table th:nth-last-child(1),
  .card--mining-network .card-table td:nth-last-child(1) {
    padding-right: 20px;
  }
}
@media (max-width: 736px) {
  .card--mining-network .card-table th,
  .card--mining-network .card-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.card--mining-network .card-table__value {
  padding-top: 20px;
  padding-bottom: 20px;
}
.card--mining-network .card-table__value .btc {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin-right: 10px;
}
.card--mining-network .card-table__value .usd {
  display: inline-block;
  vertical-align: middle;
  color: #757575;
  font-size: 10px;
  line-height: 11px;
}
.card--mining-network .card-table__value--level {
  color: #f7931a;
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
}
.card--mining-network .card-table__value--active-miners, .card--mining-network .card-table__value--referrals {
  font-size: 20px;
  line-height: 22px;
}
.card--mining-network .card-table__value--active-miners {
  font-weight: bold;
}
@media (max-width: 767px) {
  .card--mining-network .card-table__value {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .card--mining-network .card-table__value .btc, .card--mining-network .card-table__value--level {
    font-size: 12px;
  }
  .card--mining-network .card-table__value--active-miners, .card--mining-network .card-table__value--referrals {
    font-size: 14px;
    line-height: 18px;
  }
}
.card--mining-network .card-table .tooltip__text {
  left: auto;
  right: 10px;
}
.card--mining-network .loader-container {
  min-height: 224px;
}
@media (max-width: 600px) {
  .card--mining-network .loader-container {
    min-height: 220px;
  }
}
@media (max-width: 768px) {
  .card--mining-network .card__subtitle {
    display: block;
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #494949;
    border-bottom: 1px solid #d6d6d6;
  }
  .card--mining-network .card__status {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
  }
  .card--mining-network .card__status-tag {
    padding: 4px 10px;
    background: #37CC33;
    border-radius: 14px;
    color: #fff;
    margin-left: 10px;
  }
  .card--mining-network .card-table thead {
    background: #F7F7F7;
  }
  .card--mining-network .card-table thead th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .card--mining-network .card__info-bot {
    border-radius: 0px 0px 6px 6px;
    padding: 15px;
  }
  .card--mining-network .card__info-bot .label {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
  }
  .card--mining-network .card__info-bot .balance__usd {
    display: none;
  }
  .card--mining-network .card__head {
    padding: 0;
    display: block;
  }
  .card--mining-network .card__head--mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 15px;
  }
  .card--mining-network .card__head--mob .card__title, .card--mining-network .card__head--mob .card__title a.title {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #000;
  }
  .card--mining-network .card__head--mob > * {
    margin: 0;
  }
  .card--mining-network .card__head-select {
    margin-bottom: 0;
    padding: 15px;
    background-color: #F7F7F7;
  }
  .card--mining-network .card__head-select .select {
    width: 100%;
  }
  .card--mining-network .card__head-select .label {
    display: none;
  }
  .card--mining-network .card-num {
    margin-bottom: 0 !important;
  }
  .card--mining-network .card-num__with-icon {
    display: flex;
    align-items: center;
  }
  .card--mining-network .card-num__with-icon svg {
    display: block;
    margin-right: 5px;
  }
  .card--mining-network .card__info {
    background-color: #fff;
    padding: 15px;
  }
  .card--mining-network .card-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }
  .card--mining-network .card-items__elem {
    margin: 0;
    max-width: 100%;
    border-radius: 0px;
  }
  .card--mining-network .card-items__elem:nth-child(1) {
    border-top-left-radius: 6px;
  }
  .card--mining-network .card-items__elem:nth-child(2) {
    border-top-right-radius: 6px;
  }
  .card--mining-network .card-items__elem.active {
    background: #FFF5E9;
  }
}

/*
* Card Revshare
*/
.card--revshare .card__info {
  padding: 20px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d6d6;
}
.card--revshare .card__info-bot {
  position: relative;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  display: block;
}
.card--revshare .card__info-bot .label,
.card--revshare .card__info-bot .balance {
  display: inline-block;
  vertical-align: middle;
}
.card--revshare .card__info-bot .balance {
  display: inline-flex;
  align-items: center;
  border: none;
  padding: 0;
}
.card--revshare .card__info-bot .balance__btc {
  margin: 0 10px 0 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.card--revshare .card__info-bot .balance .loader-min {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card--revshare .card__info-bot .balance .loader-min > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card--revshare .card__info-bot .balance .loader-min svg {
  vertical-align: top;
  margin: 0 10px;
}
.card--revshare .card__info-bot .label {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #494949;
  margin-right: 10px;
}
@media (max-width: 530px) {
  .card--revshare .card__info-bot {
    padding: 10px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
@media (max-width: 450px) {
  .card--revshare .card__info-bot .label {
    display: block;
    margin: 0 0 5px;
  }
}
.card--revshare .card__body {
  padding: 25px 20px 30px;
}
.card--revshare .card__body--second {
  min-height: auto;
}
.card--revshare .card__body-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023px) {
  .card--revshare .card__body-wrap {
    flex-wrap: wrap;
  }
}
.card--revshare .card__body .text {
  line-height: 1.6;
  color: #494949;
}
.card--revshare .card__label {
  display: flex;
  align-items: center;
  margin-right: 5px;
  border: 1px solid #cecece;
  border-radius: 2px;
  font-size: 13px;
  line-height: 1.7;
  color: #494949;
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .card--revshare .card__label {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .card--revshare .card__label {
    flex-direction: column;
  }
}
.card--revshare .card__label-span {
  flex: 0 0 auto;
  display: block;
  font-weight: bold;
  padding: 9px 15px;
  background-color: #f7f7f7;
  border-right: 1px solid #d6d6d6;
}
@media only screen and (max-width: 600px) {
  .card--revshare .card__label-span {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
  }
}
.card--revshare .btn {
  margin-left: auto;
  padding-left: 22px;
  padding-right: 22px;
}
.card--revshare .btn.check {
  line-height: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
}
.card--revshare .btn.check i {
  background-image: url(../images/clipboard-icon.svg);
  background-size: 16px;
}
.card--revshare .btn.check.active i {
  background-image: url(../images/check.svg);
}
.card--revshare .btn.share {
  line-height: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
}
.card--revshare .btn.share i {
  background-image: url(../images/share.svg);
}
.card--revshare .btn_simple {
  height: 40px;
  padding-top: 12px;
  font-size: 11px;
}
.card--revshare .card__tooltip {
  position: absolute;
  opacity: 0;
}
.card--revshare .card__btn-icon {
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.card--revshare .card__input {
  border: none;
  padding: 9px 15px;
  max-width: 550px;
  width: 100%;
  color: #494949;
}
@media only screen and (max-width: 600px) {
  .card--revshare .card__input {
    line-height: 1.7;
  }
}
.card--revshare .card__btn-wrap .social {
  position: absolute;
  width: 500px;
  padding: 20px 30px 16px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  z-index: 3;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 1365px) {
  .card--revshare .card__btn-wrap .social {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .card--revshare .card__btn-wrap .social {
    left: 0;
    right: auto;
  }
}
@media only screen and (max-width: 766px) {
  .card--revshare .card__btn-wrap .social {
    width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .card--revshare .card__btn-wrap .social {
    right: 50%;
    left: auto;
    transform: translateX(60%);
    width: 280px;
  }
}
.card--revshare .card__btn-wrap .social p {
  color: #494949;
  line-height: 1.6;
}
.card--revshare .card-items {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.card--revshare .card-items__elem {
  position: relative;
  width: 100%;
  max-width: 225px;
  text-align: center;
  margin: 0 10px;
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 25px 20px 20px;
  border-radius: 2px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
}
.card--revshare .card-items .label {
  color: #494949;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.card--revshare .card-items .card-num {
  font-weight: bold;
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 10px;
  transition: color 0.2s;
}
.card--revshare .card-items .conversion {
  color: #757575;
  font-size: 10px;
  line-height: 11px;
}
@media (max-width: 860px) {
  .card--revshare .card-items .card-num {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 730px) {
  .card--revshare .card-items__elem {
    padding: 10px;
    min-height: 0;
  }
  .card--revshare .card-items .card-num {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .card--revshare .card-items {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .card--revshare .card-items__elem {
    margin: 0;
    border: none;
  }
}
@media (max-width: 530px) {
  .card--revshare .card-items {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-left: -20px;
    margin-right: -20px;
    border-left: none;
    border-right: none;
  }
  .card--revshare .card-items__elem {
    max-width: 50%;
  }
}
.card--revshare a.card-items__elem:hover {
  border-color: #4285f4;
}
.card--revshare a.card-items__elem:hover .card-num {
  color: #4285f4;
}
.card--revshare .tooltip__text {
  z-index: 2;
  top: 100%;
  left: 20px;
}
.card--revshare .social-btns__list {
  display: block;
  position: relative;
  transform: none;
  width: 100%;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  margin-top: 10px;
}
.card--revshare .social-btns_size_s .social-btns__list {
  width: auto;
}
.card--revshare .social-btns_size_s .social-btns__more {
  display: none;
}
.card--revshare .social-btns__list .social-btn {
  margin-bottom: 0;
  display: inline-block;
}

/*
* Card Graph
*/
.card--graph .card__info {
  padding: 20px;
}
.card--graph .card-graph {
  width: 100%;
  font-size: 11px;
  padding-bottom: 25px;
}
.card--graph .card-graph .loader-container {
  min-height: 300px;
}
.card--graph .card-graph__no-data {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.card--graph .card-graph__no-data:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../images/icon-no-data.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .card--graph .card-graph__no-data {
    font-size: 18px;
  }
  .card--graph .card-graph__no-data:before {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
  }
}
.card--graph .card-graph__legend {
  position: relative;
  top: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 40px;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 62px;
}
.card--graph .card-graph__legend li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  min-width: 10%;
}
.card--graph .card-graph__legend li i {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 7px;
}
.card--graph .card-graph__legend p {
  white-space: nowrap;
  margin: 0;
  font-size: 14px;
  color: #494949;
}
.card--graph .card-graph__legend p b {
  font-weight: bold;
}
@media (max-width: 700px) {
  .card--graph .card-graph__legend {
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .card--graph .card-graph__legend li i {
    width: 8px;
    height: 8px;
  }
  .card--graph .card-graph__legend p {
    font-size: 10px;
  }
}
.card--graph .card-graph .custom-tooltip__level {
  margin-bottom: 2px;
}
.card--graph .card-graph .custom-tooltip__level span {
  color: #aaa;
}
.card--graph .card-graph .custom-tooltip__level span i {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 1px;
}
.card--graph .card-graph .custom-tooltip__level span span {
  display: inline-block;
  min-width: 22px;
}
.card--graph .card-graph .custom-tooltip__level b {
  color: #fff;
  font-weight: bold;
}
.card--graph .card-graph .custom-tooltip__level:last-child {
  margin-bottom: 0;
}
.card--graph .card-graph .custom-tooltip__level:first-child {
  margin-top: 10px;
}
.card--graph .card-graph--with-legend {
  padding-bottom: 80px;
}
@media (max-width: 460px) {
  .card--graph .card-graph--with-legend {
    padding-bottom: 100px;
  }
}
.card--graph .card-graph:not(.card-graph--with-legend) .recharts-bar-rectangle path {
  transition: fill 0.15s;
}
.card--graph .card-graph:not(.card-graph--with-legend) .recharts-bar-rectangle:hover path {
  fill: #f7931a;
}
.card--graph .recharts-legend-wrapper {
  height: 0 !important;
  bottom: -50px !important;
}
.card--graph .recharts-brush rect:not(.recharts-brush-slide) {
  stroke: transparent;
  fill: #ececec;
}
.card--graph .recharts-brush-traveller line {
  display: none;
}
.card--graph .recharts-brush-slide {
  fill-opacity: 1;
  fill: #f7931a;
}
.card--graph .recharts-cartesian-axis {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.card--graph .recharts-xAxis line {
  transform: translateY(1px);
}
@media (max-width: 768px) {
  .card--graph {
    margin-bottom: 10px;
  }
  .card--graph .card__head {
    padding: 0;
  }
  .card--graph .card__head-select {
    margin-bottom: 0;
    padding: 15px;
    background: #F7F7F7;
  }
  .card--graph .card__head-select .label {
    display: none;
  }
  .card--graph .card__title {
    margin: 0;
    padding: 13px 15px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
    border-radius: 6px 6px 0px 0px;
  }
}

/*
* Card Payments
*/
.card--payments .card__body {
  overflow: auto;
  justify-content: flex-start;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .card--payments .card__body {
    overflow: visible;
  }
}
.card--payments .card__footer {
  padding: 20px 30px 30px;
  text-align: right;
}
.card--payments .card__footer .btn_link {
  font-size: 14px;
}
.card--payments .card__cap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 270px;
  font-size: 24px;
  line-height: 27px;
  color: #757575;
}
@media (max-width: 768px) {
  .card--payments .card__cap {
    text-align: center;
    padding: 0 20px;
  }
}

/*
* Card Boost
*/
.card--boost {
  background-color: #fff;
}
.card--boost + .news-frame {
  margin-top: -40px;
}
.card--boost .card__head {
  padding: 50px;
  margin-bottom: 40px;
}
.card--boost .card__head .title {
  font-size: 48px;
  line-height: 53px;
  margin: 0 0 20px;
  font-weight: 400;
}
.card--boost .card__head .title strong {
  font-weight: bold;
}
.card--boost .card__head .description {
  color: #494949;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .card--boost .card__head {
    padding: 30px 20px;
  }
  .card--boost .card__head .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.card--boost .boost {
  margin-bottom: 50px;
}
.card--boost .startearning {
  position: relative;
}
.card--boost .startearning .steps {
  max-width: 960px;
}
.card--boost .why {
  position: relative;
}
.card--boost .why__row {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1090px;
}
.card--boost .getaccess {
  border-top: none;
}

.card--links .card__body {
  padding-top: 0;
}
.card--links thead {
  background-color: #F7F7F7;
}
.card--links thead th {
  padding-top: 16px;
  padding-bottom: 16px;
}

/*
* Card Retrying
*/
.card-retry {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-height: 200px;
  padding: 20px;
}
.card-retry p {
  font-size: 18px;
  margin: 0 0 30px;
  color: #494949;
}

.check-browser {
  display: block;
  border-top: 1px solid #d8d8d8;
  padding-left: 30px;
  padding-right: 176px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #494949;
  font-size: 14px;
  line-height: 26px;
  margin-left: -30px;
  margin-right: -30px;
  background-image: url("../images/browser-screen.png");
  background-size: 154px 102px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .check-browser {
    background-image: url("../images/browser-screen@2x.png");
  }
}
.check-browser--second {
  border-top: none;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  .check-browser {
    padding-right: 20px;
    padding-bottom: 110px;
    background-position: center bottom;
  }
}
.check-browser b {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}
.check-browser a {
  text-decoration: none;
  color: #4285f4;
}
.check-browser a:hover {
  color: #f7931a;
}

.trust_small {
  max-width: 600px;
  text-align: center;
}

/*
* Card create affiliate link
*/
.card_create-link.card {
  max-width: 600px;
  padding: 0;
}
.card_create-link h1 {
  padding: 25px 30px;
  border-bottom: 1px solid #D6D6D6;
  line-height: 40px;
}
.card_create-link .form p {
  font-size: 16px;
  line-height: 26px;
  color: #494949;
  margin-bottom: 28px;
}
.card_create-link .form__body {
  padding: 20px 30px 40px;
}
.card_create-link .form__footer {
  background: #F7F7F7;
  border-radius: 0px 0px 6px 6px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #D6D6D6;
}
.card_create-link .form__footer .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  max-width: 300px;
  width: 100%;
  padding: 0;
  height: auto;
  line-height: 50px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.card_create-link .form__footer .btn svg {
  margin-right: 10px;
}
.card_create-link .form label {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 12px;
  display: block;
}
.card_create-link .form .input {
  margin: 0;
}
.card_create-link .form .input:last-child {
  margin-top: 32px;
}
.card_create-link .form .input input {
  padding: 15px;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .page_create-link .container {
    padding: 0 !important;
  }
  .card_create-link.card {
    max-width: none;
    border-radius: 0px;
    border: none;
  }
  .card_create-link h1 {
    padding: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    border-bottom: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  }
  .card_create-link .form__body {
    padding: 20px 15px 50px;
  }
  .card_create-link .form__body p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .card_create-link .form__body label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .card_create-link .form__footer .btn {
    max-width: none;
  }
}
@media (max-width: 768px) {
  #affiliate_network .card__title, #affiliate_network .card__title .title, #affiliate_links .card__title, #affiliate_links .card__title .title {
    font-weight: 700;
    font-size: 12px !important;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0;
  }
  #affiliate_network .card__title, #affiliate_links .card__title {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 10px;
  }
  #affiliate_network .card-refresh-btn, #affiliate_links .card-refresh-btn {
    margin: 0;
    width: 16px;
  }
  #affiliate_network .card__head, #affiliate_links .card__head {
    padding-top: 10px;
    display: flex;
    align-items: center;
  }
  #affiliate_network .card__head-select, #affiliate_links .card__head-select {
    width: 100%;
  }
  #affiliate_network .card__head-select {
    margin-top: 10px;
  }
}
.withdraw-body .container {
  min-height: calc(100vh - 133px);
  height: 100%;
}
@media only screen and (max-height: 1023px) {
  .withdraw-body .container {
    height: 100%;
  }
}

.withdraw-card {
  margin-bottom: 20px;
  max-width: 600px;
  padding: 0;
  border: none;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.withdraw-card__submit {
  max-width: 300px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04px;
  height: 50px;
  line-height: 50px;
}
.withdraw-card__submit:hover {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.withdraw-card__submit:hover .svg-path {
  fill: #fff;
}
.withdraw-card__submit:active {
  background-color: #d6d6d6;
  color: #fff;
}
.withdraw-card__submit:active .svg-path {
  fill: #fff;
}
.withdraw-card__submit svg {
  margin-right: 8px;
  flex: 0 0 auto;
}
.withdraw-card__submit.cancel {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.withdraw-card__submit.cancel:hover {
  background-color: #f7931a;
  border-color: #f7931a;
}
.withdraw-card__submit[disabled] {
  background-color: inherit;
  border-color: #d6d6d6;
  color: #757575;
}
.withdraw-card__submit[disabled] .svg-path {
  fill: #757575;
}
.withdraw-card__submit[disabled]:hover {
  background-color: inherit;
  border-color: #d6d6d6;
  color: #757575;
}
.withdraw-card__submit[disabled]:hover .svg-path {
  fill: #757575;
}
.withdraw-card__history {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #4285f4;
  padding: 0;
  letter-spacing: 0.03px;
  height: 50px;
}
@media (max-width: 768px) {
  .withdraw-card__history {
    height: auto;
    line-height: 0;
    padding-bottom: 20px;
  }
}
.withdraw-card__history:hover {
  background-color: transparent;
  color: #f7931a;
}
.withdraw-card__history:hover .svg-path {
  fill: #f7931a;
}
.withdraw-card__history svg {
  margin-right: 8px;
}
.withdraw-card__header {
  padding: 20px 30px;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 767px) {
  .withdraw-card__header {
    padding: 15px 20px 15px;
  }
}
.withdraw-card__header .title {
  margin-bottom: 0;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .withdraw-card__header .title {
    font-size: 28px;
  }
}
.withdraw-card__header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.withdraw-card__header-wrap .label {
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
  padding: 5px 7px 4px;
  border-radius: 10px;
  color: #fff;
}
.complete .withdraw-card__header-wrap .label {
  background: #37cc33;
}

.canceled .withdraw-card__header-wrap .label {
  background: #d6d6d6;
  color: #757575;
}

.processing .withdraw-card__header-wrap .label {
  background: #4285f4;
  color: #fff;
}

.withdraw-card__body {
  padding: 0 30px 20px;
}
@media only screen and (max-width: 767px) {
  .withdraw-card__body {
    padding: 0 20px 30px;
  }
}
.withdraw-card__body--waiting {
  padding: 20px 30px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d6d6;
}
.withdraw-card__body--top {
  padding-top: 20px;
}
.withdraw-card__body--old-pay {
  border-bottom: 1px solid #d6d6d6;
  background-color: #fffaf3;
  padding-top: 30px;
}
.withdraw-card__footer {
  padding: 20px;
  background: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  border-radius: 0px 0px 6px 6px;
}
@media only screen and (max-width: 767px) {
  .withdraw-card__footer {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
}
.withdraw-card__footer--second {
  padding: 20px 30px;
}
.withdraw-card__footer--second .btn {
  max-width: 265px;
}
@media only screen and (max-width: 767px) {
  .withdraw-card__footer--second .btn {
    margin-top: 10px;
  }
  .withdraw-card__footer--second .btn:first-of-type {
    margin-top: 0;
  }
}
.withdraw-card__footer--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.withdraw-card__footer--center form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.withdraw-card__text {
  padding: 0 30px;
  text-align: center;
}
.withdraw-card__text-top {
  margin-top: 30px;
}
.withdraw-card__message {
  color: #494949;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.withdraw-card__input-wrap {
  position: relative;
}
.withdraw-card__input-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.withdraw-card__input-title.required span {
  color: #f74249;
}
.withdraw-card__input {
  margin-bottom: 0;
  margin-top: 30px;
}
.withdraw-card__input .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .withdraw-card__input .icon {
    top: 33%;
  }
}
.withdraw-card__input .g-recaptcha + .errorlist {
  text-align: center;
}
.withdraw-card__input input {
  padding: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  transition: border 340ms ease;
}
.withdraw-card__input input:hover {
  border-color: #4285f4;
}
.withdraw-card__input input.input-btc {
  padding-left: 47px;
  border-radius: 6px;
}
.withdraw-card__input input.input-btc[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.withdraw-card__input input.input-btc[type=number]::-webkit-inner-spin-button, .withdraw-card__input input.input-btc[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.withdraw-card__list {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 100%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30px);
  transition: all 350ms ease-in-out;
}
.withdraw-card__list.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.withdraw-card__list-item {
  width: 100%;
  background: inherit;
  border-top: 1px solid #d6d6d6;
  border-radius: 6px;
  padding: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.withdraw-card__list-item:first-of-type {
  border-top: none;
}
.withdraw-card__list-item .text {
  font-size: 14px;
  line-height: 24px;
  color: #494949;
}
.withdraw-card__list-item span {
  cursor: pointer;
}
.withdraw-card__add-item {
  border: none;
  background-color: inherit;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #4285f4;
}
.withdraw-card__add-item svg {
  fill: #4285f4;
  margin-right: 7px;
}
.withdraw-card__add-item:hover {
  color: #f7931a;
}
.withdraw-card__add-item:hover svg {
  fill: #f7931a;
}
.withdraw-card__add-item[disabled] {
  color: #d6d6d6;
}
.withdraw-card__add-item[disabled] svg {
  fill: #d6d6d6;
}
.withdraw-card__dropdown {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .withdraw-card__dropdown {
    background-color: #f7f7f7;
    z-index: 2;
    right: 15px;
  }
}
.withdraw-card__waiting-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.withdraw-card__waiting-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: 10px;
}
.withdraw-card__waiting-item .link-open {
  border: 1px solid #d6d6d6;
  background-color: #fff;
  border-radius: 26px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
.withdraw-card__waiting-item .link-open:hover {
  border-color: #4285f4;
}
.withdraw-card__waiting-item .link-open:hover + .link-close {
  border-color: #4285f4;
}
.withdraw-card__waiting-item .link-open svg {
  margin-right: 8px;
}
.withdraw-card__waiting-item .link-close {
  position: relative;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  border-left: none;
  border-radius: 26px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 14px 11px 14px 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.withdraw-card__waiting-item .link-close > .tooltip-message {
  opacity: 0;
}
.withdraw-card__waiting-item .link-close:hover svg {
  fill: #f7931a;
}
.withdraw-card__waiting-item .link-close:hover > .tooltip-message {
  display: inline-block;
  white-space: nowrap;
  opacity: 1;
}
.withdraw-card__waiting-item .link-close svg {
  fill: #9c9c9c;
}
.withdraw-card__max-active {
  text-align: center;
  padding-top: 50px;
}
.withdraw-card__max-active .title-max {
  margin-top: 20px;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
}
.withdraw-card__max-active .text {
  font-size: 16px;
  line-height: 26px;
  color: #757575;
  margin-top: 10px;
}
.withdraw-card__recent {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  line-height: 11px;
  font-weight: bold;
  color: #f7931a;
  border: 1px solid #f7931a;
  border-radius: 2px;
  padding: 2px 3px 1px 4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .withdraw-card__recent {
    right: 0;
    top: auto;
    bottom: calc(100% + 3px);
  }
}
.withdraw-card__recent.hidden {
  display: none;
}
.withdraw-card__wrap-text {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.withdraw-card__wrap-text img {
  margin-right: 15px;
}
.withdraw-card__wrap-text .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.withdraw-card__desc {
  font-size: 14px;
  line-height: 22px;
  color: #494949;
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  padding: 2px 24px 0 16px;
  margin-bottom: 20px;
}
.withdraw-card__wrap-btn {
  display: flex;
}
.withdraw-card__old-pay-block {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  margin-top: 20px;
}
.withdraw-card__old-pay-block-header {
  padding: 20px;
}
.withdraw-card__old-pay-block-footer {
  padding: 15px 20px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 480px) {
  .withdraw-card__old-pay-block-footer {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.withdraw-card__old-pay-block-footer .btn {
  max-width: 200px;
}
@media only screen and (max-width: 480px) {
  .withdraw-card__old-pay-block-footer .btn {
    max-width: 300px;
    width: 100%;
  }
}
.withdraw-card__old-pay-block-footer .btn + .btn {
  margin-left: 40px;
}
@media only screen and (max-width: 480px) {
  .withdraw-card__old-pay-block-footer .btn + .btn {
    margin-left: 0;
  }
}
.withdraw-card__old-pay-block-footer .withdraw-card__history {
  margin-bottom: 0;
}
.withdraw-card__old-pay-block-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  flex: 0 0 150px;
}
@media only screen and (max-width: 420px) {
  .withdraw-card__old-pay-block-title {
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
}
.withdraw-card__old-pay-block-text {
  display: flex;
  align-items: center;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.withdraw-card__old-pay-block-text svg {
  margin-right: 8px;
}
.withdraw-card__old-pay-block-text.-orange {
  color: #F7931A;
}
.withdraw-card__hr {
  background-color: #d6d6d6;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
}
.withdraw-card__flex {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@media only screen and (max-width: 420px) {
  .withdraw-card__flex {
    flex-direction: column;
    overflow: hidden;
    align-items: flex-start;
  }
}
.withdraw-card__flex:first-of-type {
  margin-top: 0;
}
.withdraw-card__subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}

.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: 100%;
  max-width: 450px;
  margin: 80px auto;
}
@media only screen and (max-width: 500px) {
  .popup__handler {
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    max-width: none;
    border-radius: 0;
  }
}
.popup.active {
  display: block;
}
.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 500px) {
  .popup:before {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .popup {
    padding: 0;
    height: 100%;
  }
}
.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;
  max-height: 350px;
  overflow-y: scroll;
}
.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;
}
@media only screen and (max-width: 500px) {
  .popup__body {
    padding: 30px 20px;
  }
}
.popup__footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 30px;
}
.popup__label {
  display: block;
  color: #f7931a;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px;
  font-weight: bold;
}
.popup_theme_confirm .popup__body {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  max-height: none;
}
.popup_theme_confirm .popup__handler {
  max-width: 600px;
}
@media only screen and (max-width: 500px) {
  .popup_theme_confirm .popup__handler {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.popup_theme_confirm .popup__btn {
  max-width: 265px;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
}
.popup_theme_confirm .popup__cancel {
  color: #494949;
}
@media only screen and (max-width: 600px) {
  .popup_theme_confirm .popup__cancel {
    margin-bottom: 10px;
  }
}
.popup_theme_confirm .popup__cancel:hover {
  color: #fff;
}
.popup_theme_confirm .popup__cancel--second {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  background-color: inherit;
}
.popup_theme_confirm .popup__cancel--second svg {
  fill: #9d9d9d;
  pointer-events: none;
}
.popup_theme_confirm .popup__cancel--second:hover svg {
  fill: #4285F4;
}
.popup_theme_confirm .popup__cancel--second:active svg {
  fill: #D6D6D6;
}
.popup_theme_confirm .popup__footer {
  background-color: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .popup_theme_confirm .popup__footer {
    justify-content: center;
  }
}
.popup_theme_confirm .title {
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
  line-height: 40px;
}
.popup_theme_confirm .icon {
  margin-bottom: 30px;
}
.popup_theme_confirm p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.popup_theme_confirm form {
  width: 265px;
  display: inline-block;
  margin-top: 20px;
}
.popup_theme_withdraw .popup__body {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  max-height: none;
}
.popup_theme_withdraw .popup__handler {
  max-width: 600px;
}
@media only screen and (max-width: 500px) {
  .popup_theme_withdraw .popup__handler {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.popup_theme_withdraw .popup__btn {
  max-width: 265px;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  display: block;
}
.popup_theme_withdraw .popup__cancel {
  color: #494949;
}
@media only screen and (max-width: 600px) {
  .popup_theme_withdraw .popup__cancel {
    margin-bottom: 10px;
  }
}
.popup_theme_withdraw .popup__cancel:hover {
  color: #fff;
}
.popup_theme_withdraw .popup__cancel--second {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  background-color: inherit;
}
.popup_theme_withdraw .popup__cancel--second svg {
  fill: #9d9d9d;
  pointer-events: none;
}
.popup_theme_withdraw .popup__cancel--second:hover svg {
  fill: #4285F4;
}
.popup_theme_withdraw .popup__cancel--second:active svg {
  fill: #D6D6D6;
}
.popup_theme_withdraw .popup__footer {
  background-color: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .popup_theme_withdraw .popup__footer {
    justify-content: center;
  }
}
.popup_theme_withdraw .title {
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
  line-height: 40px;
}
.popup_theme_withdraw .icon {
  margin-bottom: 30px;
}
.popup_theme_withdraw p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.popup_theme_withdraw form {
  width: 265px;
}

@media only screen and (max-width: 767px) {
  .popup--cancel-withdrawal .popup__handler {
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 500px) {
  #success {
    padding-left: 20px;
    padding-right: 20px;
  }
  #success.active {
    display: flex;
  }
}
#success .popup__handler {
  background: #FFFFFF;
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  #success .popup__handler {
    height: auto;
    margin: auto;
  }
}
#success .popup__header {
  padding: 30px;
  padding-top: 40px;
  flex-direction: column;
}
#success .popup__header h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-top: 20px;
  text-align: center;
  color: #000000;
}
#success .popup__header p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  text-align: center;
  color: #494949;
}
#success .btn {
  max-width: 320px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#success .popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#success .popup__close:hover svg {
  fill: #F7931A;
}
#success .popup__close svg {
  pointer-events: none;
}

#howPopup .popup__handler {
  max-width: 700px;
}
#howPopup .popup__header {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
}
#howPopup .popup__body {
  overflow: hidden;
  padding: 30px;
  border-top: 1px solid #D6D6D6;
  font-size: 16px;
  line-height: 26px;
  max-height: none;
}
#howPopup .popup__body p:last-of-type {
  margin-bottom: 0;
}
#howPopup .popup__footer {
  justify-content: center;
  padding: 20px;
  background-color: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  border-radius: 0px 0px 6px 6px;
}
#howPopup .popup__footer .btn {
  max-width: 300px;
  width: 100%;
  text-align: center;
  line-height: 50px;
  height: 50px;
}
#howPopup .popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#howPopup .popup__close:hover svg {
  fill: #F7931A;
}
#howPopup .popup__close svg {
  pointer-events: none;
}
#howPopup .popup__list li {
  position: relative;
  padding-left: 16px;
}
#howPopup .popup__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border: 1px solid #F7931A;
  border-radius: 50%;
}
#howPopup .popup__subtitle {
  font-weight: bold;
  color: #F7931A;
}
@media (max-width: 768px) {
  #howPopup .popup__header {
    font-size: 28px;
    padding: 20px;
  }
  #howPopup .popup__body {
    padding: 20px;
  }
  #howPopup .popup__footer {
    padding: 20px;
  }
  #howPopup .popup__footer .btn {
    max-width: none;
  }
}

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

/*
* Orangepie Popup */
.popup-orangepie {
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 600px) {
  .popup-orangepie {
    display: none !important;
  }
}
.popup-orangepie:before {
  display: none !important;
}
.popup-orangepie .popup__container {
  padding: 20px 10px;
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-orangepie .popup__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.popup-orangepie .content {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 30px 30px 20px;
}
.popup-orangepie .content p {
  font-size: 16px;
  line-height: 22px;
  color: #494949;
  margin-bottom: 37px;
}
.popup-orangepie .content p b {
  font-weight: bold;
}
.popup-orangepie .badge {
  text-align: center;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  background-color: #f74249;
  color: #fff;
  width: 63px;
  min-height: 30px;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.popup-orangepie .badge:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  display: block;
  border-top: 15px solid #f74249;
  border-bottom: 15px solid #f74249;
  border-right: 10px solid transparent;
}
.popup-orangepie .img {
  position: relative;
  margin-bottom: 20px;
}
.popup-orangepie .img img {
  max-width: 100%;
}
.popup-orangepie .subtitle {
  font-size: 22px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 10px;
}
.popup-orangepie .btn {
  transition: all 0.2s;
}
.popup-orangepie .btn_link {
  font-size: 14px;
  color: #757575;
  margin-right: 40px;
}
.popup-orangepie .btn_link:hover {
  color: #f7931a;
}
.popup-orangepie .btn_primary {
  text-align: center;
}
@media (max-width: 550px) {
  .popup-orangepie .popup__footer {
    flex-direction: column-reverse;
  }
  .popup-orangepie .btn_link {
    margin-right: 0;
  }
  .popup-orangepie .btn_primary {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .popup-orangepie .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .popup-orangepie .info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup-orangepie .subtitle {
    font-size: 22px;
    line-height: 28px;
  }
  .popup-orangepie .subtitle:before {
    width: 35px;
    height: 35px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.popup-load-alert .popup__handler {
  max-width: 600px;
}
@media only screen and (max-width: 500px) {
  .popup-load-alert .popup__handler {
    display: flex;
    flex-direction: column;
  }
}
.popup-load-alert .popup__body {
  padding-left: 55px;
  padding-right: 55px;
}
@media only screen and (max-width: 500px) {
  .popup-load-alert .popup__body {
    max-height: none;
  }
}
.popup-load-alert .popup__header {
  justify-content: center;
  padding-top: 40px;
  padding-left: 55px;
  padding-right: 55px;
}
.popup-load-alert .popup__footer {
  background-color: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 500px) {
  .popup-load-alert .popup__footer {
    margin-top: auto;
  }
}
.popup-load-alert .popup__text {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.16px;
  text-align: center;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 0;
}
.popup-load-alert .popup__text:first-of-type {
  margin-top: 0;
}
.popup-load-alert .popup__text a {
  text-decoration: none;
  color: #4285f4;
}
.popup-load-alert .popup__text a:hover {
  color: #F7931A;
}
.popup-load-alert .popup__link-block {
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  padding: 8px 20px;
  text-align: center;
  font-size: 16px;
  color: #494949;
  letter-spacing: 0.16px;
  text-align: center;
  line-height: 26px;
  margin-top: 30px;
}
.popup-load-alert .popup__link-block a {
  color: #4285f4;
  text-decoration: none;
}
.popup-load-alert .popup__link-block a:hover {
  color: #f7931a;
}
.popup-load-alert .btn_primary {
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.04px;
  text-align: center;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}

.popup-android-version .popup__handler {
  max-width: 730px;
}
.popup-android-version__header {
  text-align: left;
  padding: 30px;
  margin-bottom: 5px;
}
.popup-android-version .title {
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.popup-android-version .desc {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.popup-android-version__container {
  display: flex;
  height: auto;
  max-height: none;
  min-height: 0;
  padding: 0 15px 30px;
}
@media (max-width: 767px) {
  .popup-android-version__container {
    position: relative;
    display: block;
  }
  .popup-android-version__container .phone {
    display: none;
  }
}
.popup-android-version__logo svg {
  width: 100%;
}
.popup-android-version__block {
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .popup-android-version__block {
    margin-bottom: 20px;
  }
}
.popup-android-version__header-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-bottom: 1px solid #D6D6D6;
}
.popup-android-version__body {
  padding: 20px;
  padding-bottom: 30px;
}
.popup-android-version .col {
  width: 50%;
  padding: 0 15px;
}
.popup-android-version .col + .col {
  margin-left: 0;
}
.popup-android-version .col--slider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .popup-android-version .col {
    width: 100%;
  }
}
.popup-android-version .phone {
  margin-left: -15px;
  margin-right: -15px;
}
.popup-android-version .phone .slide {
  min-height: 0;
}
.popup-android-version__close {
  position: absolute;
  top: 15px;
  right: 15px;
  outline: none;
  border-radius: 0 0 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
.popup-android-version__close svg {
  pointer-events: none;
  fill: #9D9D9D;
}
.popup-android-version__close:hover svg {
  fill: #4285f4;
}
.popup-android-version__close:active svg {
  fill: #D6D6D6;
}

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

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

.referred {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
}
.referred__label {
  color: #757575;
  font-weight: bold;
  margin-right: 10px;
}
.referred__value {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  text-decoration: none;
}
.referred__value:hover {
  color: #f7931a;
}
.referred__value:before {
  flex: 0 0 auto;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-image: url("../images/icon-user.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.referred_with-border {
  display: inline-block;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #D6D6D6;
}
.referred_with-border .referred__label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #757575;
  margin-bottom: 8px;
}
.referred_with-border .referred__value {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #494949;
}
.referred_with-border .referred__value:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 0;
  margin-right: 2px;
  background-image: url("../images/people_blue.png");
  background-size: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .referred_with-border .referred__value:before {
    background-image: url("../images/people_blue@2x.png");
  }
}

.loader-dash {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.25s 0s;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 120;
  background-color: #fff;
}
.loader-dash.hide {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.loader-dash-spinner {
  margin: 30px auto;
  text-align: center;
}
.loader-dash-spinner > i {
  width: 16px;
  height: 16px;
  background-color: #F7931A;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 3px;
  margin-left: 3px;
}
.loader-dash-spinner > i:first-child {
  animation-delay: -0.6s;
}
.loader-dash-spinner > i:nth-child(2) {
  animation-delay: -0.4s;
}
.loader-dash-spinner > i:nth-child(3) {
  animation-delay: -0.2s;
}

.loader-error {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  position: fixed;
  padding: 20px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 110;
}
.loader-error p {
  font-weight: bold;
  font-size: 24px;
  color: #F74249;
}
.loader-error.show {
  display: flex;
}
.loader-error__btn {
  border: none;
  margin-top: 30px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 50px;
  max-width: 300px;
  text-align: center;
  color: #fff;
  background: #4285F4;
  border-radius: 30px;
  transition: background 0.3s;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
}
.loader-error__btn svg {
  margin-right: 10px;
}
.loader-error__btn:hover {
  background: #F7931A;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.payments {
  width: 100%;
}
.payments th {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.payments th:first-child {
  padding-left: 0;
}
.payments th:last-child {
  text-align: right;
}
.payments tr {
  border-bottom: 1px solid #D6D6D6;
}
.payments td {
  color: #000000;
  font-size: 13px;
  line-height: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
  text-align: left;
  padding-left: 30px;
}
.payments td:first-child {
  width: 100%;
  padding-left: 0;
}
.payments td:last-child {
  padding-left: 10px;
  padding-right: 30px;
  text-align: right;
}
.payments__address {
  display: block;
  -ms-word-break: break-all;
  word-break: break-all;
  margin-bottom: 10px;
}
.payments__date {
  color: #494949;
}
.payments__amount {
  font-weight: bold;
}
.payments__tdflex {
  display: flex;
  align-items: center;
}
.payments__link {
  cursor: pointer;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #4285f4;
  transition: color 0.2s;
}
.payments__link:hover {
  color: #f7931a;
}
@media only screen and (max-width: 768px) {
  .payments {
    overflow: hidden;
    display: block;
  }
  .payments thead {
    display: none;
  }
  .payments tbody {
    display: block;
  }
  .payments tr {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .payments tr:nth-child(2) {
    padding-top: 0;
  }
  .payments td {
    display: block;
    padding: 0;
    white-space: normal;
  }
  .payments td:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .payments td:not(:last-child) {
    margin-bottom: 5px;
  }
  .payments td:last-child {
    text-align: left;
  }
  .payments__link {
    display: inline-block;
    margin-top: 10px;
  }
}

.payments--fullwidth tbody tr:hover {
  background-color: #F7F7F7;
}
.payments--fullwidth th {
  padding-top: 25px;
  padding-bottom: 15px;
}
.payments--fullwidth td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.payments--fullwidth th,
.payments--fullwidth td {
  padding-left: 20px;
  padding-right: 20px;
}
.payments--fullwidth th:first-child,
.payments--fullwidth td:first-child {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .payments--fullwidth tr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .payments--fullwidth tr:nth-child(2) {
    padding-top: 20px;
  }
  .payments--fullwidth th,
  .payments--fullwidth td {
    padding: 0;
  }
  .payments--fullwidth th:first-child, .payments--fullwidth th:last-child,
  .payments--fullwidth td:first-child,
  .payments--fullwidth td:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}

.status {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.status_red, .status_rejected {
  background-color: #F74249;
  color: #fff;
}
.status_red + .payment-action:hover, .status_rejected + .payment-action:hover {
  background-color: #F74249;
  border-color: #F74249;
}
.status_green, .status_processed {
  background-color: #37CC33;
  color: #fff;
}
.status_green + .payment-action:hover, .status_processed + .payment-action:hover {
  background-color: #37CC33;
  border-color: #37CC33;
}
.status_gray, .status_pending {
  background-color: #D6D6D6;
  color: #757575;
}
.status_gray + .payment-action:hover, .status_pending + .payment-action:hover {
  background-color: #D6D6D6;
  border-color: #D6D6D6;
}
.status_blue, .status_processing {
  background-color: #4285f4;
  color: #fff;
}
.status_blue + .payment-action:hover, .status_processing + .payment-action:hover {
  background-color: #4285f4;
  border-color: #4285f4;
}
.status_yellow {
  background-color: #F7BE1A;
  color: #fff;
}
.status_yellow + .payment-action:hover {
  background-color: #F7BE1A;
  border-color: #F7BE1A;
}

.comment {
  display: none;
  width: 200px;
  max-width: 230px;
  position: absolute;
  top: 14px;
  left: 14px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  border-radius: 2px;
  white-space: pre-wrap;
}

.payment-action {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid #494949;
  position: relative;
  margin-left: 5px;
  background-position: center;
  background-repeat: no-repeat;
}
.payment-action:hover .comment {
  display: block;
}
.payment-action_reject:before, .payment-action_reject:after {
  position: absolute;
  left: 7px;
  top: 3px;
  content: " ";
  height: 10px;
  width: 2px;
  background-color: #494949;
}
.payment-action_reject:after {
  transform: rotate(-45deg);
}
.payment-action_reject:before {
  transform: rotate(45deg);
}
.payment-action_reject:hover {
  background-color: #F74249;
  border-color: #F74249;
}
.payment-action_reject:hover:before, .payment-action_reject:hover:after {
  background-color: #fff;
}
.payment-action_check {
  background-image: url("../images/icon-check.png");
  background-size: 7px 10px;
  background-position: 6px 3px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .payment-action_check {
    background-image: url("../images/icon-check@2x.png");
  }
}
.payment-action_check:hover {
  background-color: #37CC33;
  border-color: #37CC33;
  background-image: url("../images/icon-check-hover.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .payment-action_check:hover {
    background-image: url("../images/icon-check-hover@2x.png");
  }
}
.payment-action_info {
  position: relative;
  background-image: url("../images/icon-info.png");
  background-size: 2px 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .payment-action_info {
    background-image: url("../images/icon-info@2x.png");
  }
}
.payment-action_info:hover {
  background-color: #F74249;
  border-color: #F74249;
  background-image: url("../images/icon-info-hover.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .payment-action_info:hover {
    background-image: url("../images/icon-info-hover@2x.png");
  }
}
.payment-action_q {
  position: relative;
  background-image: url("../images/icon-question.png");
  background-size: 7px 11px;
  background-position: 4px 3px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .payment-action_q {
    background-image: url("../images/icon-question@2x.png");
  }
}

.refurl {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 30px;
}
.refurl__value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: auto;
  flex: 1 0 auto;
  height: 60px;
  padding-left: 20px;
  padding-right: 15px;
  border: 1px solid #CECECE;
  border-right: none;
  border-radius: 6px 0 0 6px;
  position: relative;
}
.refurl__value .referred {
  position: absolute;
  left: 0;
  bottom: -35px;
}
.refurl__link {
  font-size: 16px;
  color: #494949;
}
.refurl__subid {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  white-space: nowrap;
}
.refurl__subid b {
  font-weight: bold;
}
.refurl__subid:hover {
  color: #4285f4;
}
.refurl__subid:after {
  content: "";
  display: inline-block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: none;
  border-top: 4px solid #D0D0D0;
  position: relative;
  top: -2px;
}
.refurl .btn {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 140px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0 6px 6px 0;
}
.refurl .dropdown_subids {
  right: 15px;
  top: 45px;
  width: calc(100% - 14px);
}
.refurl--second {
  border: 1px solid #D6D6D6;
  max-width: 730px;
  padding: 25px;
  margin: 0 auto 50px;
  background-color: #F7F7F7;
}
.refurl--second .refurl__title {
  font-size: 13px;
  line-height: 1.7;
  height: 40px;
  color: #494949;
  font-weight: bold;
  padding: 0 15px;
  border: 1px solid #CECECE;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.refurl--second .refurl__link {
  font-size: 13px;
  line-height: 1.7;
}
.refurl--second .refurl__value {
  height: 40px;
  width: 325px;
  border-radius: 2px;
  border-right: 1px solid #CECECE;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 5px;
}
.refurl--second .btn {
  min-width: 60px;
  width: 60px;
  height: 40px;
}
.refurl--second .btn_copy {
  text-indent: -9999px;
  background-image: url("../images/clipboard-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  margin-right: 5px;
}
.refurl--second .btn_copy.active {
  background-image: url("../images/check.svg");
}
.refurl--second .btn_share {
  text-indent: -9999px;
  background-image: url("../images/share.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.refurl-dropdowns {
  position: relative;
  display: flex;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
.refurl-dropdowns .refurl-dropdown {
  position: relative;
  margin-right: 30px;
}
.refurl-dropdowns .dropdown_subids {
  min-width: 280px;
  right: auto;
  left: 0;
}
@media (max-width: 400px) {
  .refurl-dropdowns .dropdown_subids {
    min-width: 260px;
  }
}

@media (max-width: 600px) {
  .refurl-landing {
    position: static !important;
  }
}
.refurl-landing .dropdown_landids {
  right: auto;
  left: 0;
  width: 400px;
  min-width: auto;
  max-width: none;
  max-height: 314px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 600px) {
  .refurl-landing .dropdown_landids {
    width: 290px;
  }
}
@media (max-width: 360px) {
  .refurl-landing .dropdown_landids {
    left: -30px;
  }
}
.refurl-landing .dropdown__item {
  padding: 12px 10px;
}
.refurl-landing .dropdown__item:hover .refurl-landing__num {
  color: #fff;
}
.refurl-landing .dropdown__item:hover .refurl-landing__url {
  color: #97BEFF;
}
.refurl-landing__flex {
  display: flex;
  align-items: flex-end;
  width: 100%;
  color: #494949;
}
.refurl-landing__cover {
  flex: 0 0 auto;
  width: 68px;
  height: 42px;
}
.refurl-landing__cover img {
  max-width: 100%;
  height: auto;
}
.refurl-landing__body {
  width: 100%;
  text-align: left;
  padding-left: 13px;
  padding-bottom: 3px;
}
.refurl-landing__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2px;
}
.refurl-landing__row:last-child {
  margin-bottom: 0;
}
.refurl-landing__num {
  font-size: 16px;
  font-weight: bold;
  margin-right: 30px;
}
.refurl-landing__url {
  font-size: 11px;
  line-height: 12px;
}
.refurl-landing__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.refurl-landing__category-item {
  display: block;
  padding: 3px 6px;
  margin: 2px;
  font-size: 10px;
  line-height: 11px;
  font-weight: bold;
  border-radius: 8.5px;
  text-transform: uppercase;
  background-color: #D6D6D6;
}
@media (max-width: 600px) {
  .refurl-landing__category-item {
    font-size: 9px;
    line-height: 10px;
    padding: 2px 4px;
  }
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.header__socials .social-links {
  margin-left: 10px;
}
.header__socials .social-link_fb i {
  display: block;
  width: 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_telegram svg path {
  fill: #31A5E0;
}
.header__socials .social-link_vk svg path {
  fill: #577CA4;
}
.header__socials .social-link_youtube {
  display: none;
}
.header__socials .social-link_twitter svg path {
  fill: #1DA1F2;
}
.header__socials .social-link_instagram:hover svg path {
  fill: #F7931A;
}
@media only screen and (max-width: 1220px) {
  .header__socials span {
    display: none;
  }
  .header__socials .social-links {
    margin-left: 0;
  }
}

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

.page_theme_black .social-link_instagram:not(:hover) svg path,
.page_invite .social-link_instagram:not(:hover) svg path,
.page_promo .social-link_instagram:not(:hover) svg path,
.page_dark .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;
  }
}

#video {
  margin-top: 60px;
  padding-bottom: 10px;
}

.videos {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.videos.show-all .video:nth-child(n+4) {
  display: block;
}

.video {
  display: block;
  width: 100%;
  max-width: 340px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  position: relative;
  padding-top: 210px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.video:nth-child(3n) {
  margin-right: 0;
}
.video:nth-child(n+7) {
  display: none;
}
.video img {
  display: block;
  width: 340px;
  height: 210px;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 6px 6px 0 0;
}
.video__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
}
.video__url {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #D6D6D6;
  text-align: left;
}
.video__url a {
  display: inline-block;
  padding-left: 25px;
  background-image: url("../images/icon-external-link.svg");
  background-repeat: no-repeat;
  background-size: 21px 20px;
  background-position: left center;
  font-size: 18px;
  line-height: 20px;
  color: #4285f4;
  text-decoration: none;
}
.video__url a:hover {
  color: #f7931a;
}
.video__link {
  padding: 20px;
  text-align: right;
  position: relative;
}
.video__link input[type=text] {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #D6D6D6;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}
.video__link .btn_link {
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.video__link .btn_link + .btn_link {
  margin-left: 20px;
}
.video__link .select {
  position: absolute;
  bottom: 3px;
}
.video__section {
  padding: 20px;
}
.video_with-border {
  padding-top: 0;
}
.video_with-border a {
  border-radius: 6px 6px 0px 0px;
}
.video_with-border img {
  position: static;
  width: 100%;
  height: auto;
}
.video_with-border .video__url {
  border-top: 1px solid #D6D6D6;
}

@media screen and (max-width: 1080px) {
  .videos {
    flex-direction: column;
    align-items: center;
  }
  .video {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 410px) {
  .video__link .btn_link {
    display: block;
    margin-bottom: 10px;
  }
  .video__link .btn_link:last-child {
    margin-bottom: 0;
  }
  .video__link .btn_link + .btn_link {
    margin-left: auto;
  }
}
@media screen and (max-width: 380px) {
  .video {
    width: 280px;
    padding-top: 173px;
    margin-bottom: 30px;
  }
  .video img {
    width: 280px;
    height: auto;
  }
  .video:last-child {
    margin-bottom: 0;
  }
  .video_with-border {
    padding-top: 0;
  }
  .video_with-border img {
    position: static;
    width: 278px;
    height: auto;
  }
  .video__url {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .video__url a {
    font-size: 16px;
  }
}
.other-inquiries {
  color: #757575;
  font-size: 13px;
  line-height: 15px;
}
.other-inquiries a {
  color: #4285f4;
}
.other-inquiries a:hover {
  color: #F7931A;
}

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

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

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

.mobile-version {
  display: block;
  background-color: #4285f4;
  padding-top: 150px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mobile-version {
    padding-top: 50px;
    padding-bottom: 330px;
  }
}
.mobile-version__content {
  display: block;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.mobile-version__content::after {
  content: "";
  display: block;
  width: 451px;
  height: 500px;
  background-image: url("../images/mobile-screens-new.png");
  background-size: 451px 500px;
  position: absolute;
  left: 640px;
  bottom: -120px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mobile-version__content::after {
    background-image: url("../images/mobile-screens-new@2x.png");
  }
}
@media (max-width: 768px) {
  .mobile-version__content::after {
    left: 50%;
    bottom: -330px;
    width: 261px;
    height: 273px;
    background-size: 261px 273px;
    transform: translateX(-50%);
  }
}
.mobile-version__title {
  display: block;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  width: 100%;
  max-width: 550px;
}
@media (max-width: 768px) {
  .mobile-version__title {
    max-width: none;
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.mobile-version__text {
  display: block;
  margin-bottom: 30px;
  margin-right: 50px;
  font-size: 20px;
  line-height: 32px;
  color: #AACAFF;
  margin-bottom: 40px;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 768px) {
  .mobile-version__text {
    max-width: none;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.mobile-version__btns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-version__btns .app-store-btn,
.mobile-version__btns .google-play-btn {
  margin-right: 10px;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .mobile-version__btns {
    justify-content: center;
  }
  .mobile-version__btns .app-store-btn,
  .mobile-version__btns .google-play-btn {
    margin: 0 5px 20px;
  }
}
@media (max-width: 650px) {
  .mobile-version__btns {
    flex-direction: column;
    align-items: center;
  }
  .mobile-version__btns .app-store-btn,
  .mobile-version__btns .google-play-btn {
    margin: 0 5px 10px;
    width: 100%;
    max-width: 380px;
  }
}

.page_about_farm .mobile-version a.disabled {
  position: relative;
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}
.page_about_farm .mobile-version a.disabled:after {
  content: "Coming Soon...";
  display: block;
  position: absolute;
  width: 90px;
  height: 18px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #494949;
  border-radius: 10px;
  line-height: 18px;
  right: 0;
  top: -9px;
  text-align: center;
}
.page_about_farm .mobile-version__content:after {
  background-image: url("../images/mobile-screens-farm.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page_about_farm .mobile-version__content:after {
    background-image: url("../images/mobile-screens-farm@2x.png");
  }
}

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

.app-store-btn {
  background-image: url("../images/app-store-btn.png");
  background-size: 139px 37px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .app-store-btn {
    background-image: url("../images/app-store-btn@2x.png");
  }
}

.sticky-block {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  color: inherit;
  border-radius: 6px;
  /*
  * Modificators */
}
.sticky-block.hidden {
  display: none;
}
.sticky-block + script + .card {
  margin-top: 40px;
}
.sticky-block--sticker .sticky-block__text {
  padding: 0;
  margin: 0;
  color: #494949;
  font-size: 18px;
  line-height: 26px;
}
.sticky-block--sticker .sticky-block__btn--new {
  position: relative;
}
.sticky-block--sticker .sticky-block__btn--new:before {
  display: none;
}
.sticky-block--sticker .sticky-block__btn--new span {
  position: absolute;
  background: #F74249;
  border-radius: 8px;
  padding: 3px 5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 11px;
  color: #FFFFFF;
  top: -8px;
  right: -15px;
}
.sticky-block--sticker .sticky-block__content {
  padding: 10px 20px;
}
.sticky-block--sticker .sticky-block__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 6px;
}
.sticky-block--border {
  position: relative;
  overflow: hidden;
}
.sticky-block--border .close {
  top: 9px !important;
}
.sticky-block--border:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #f7931a;
}
.sticky-block--fixed {
  width: 100%;
  max-width: 1000px;
  position: fixed;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  z-index: 501;
}
.sticky-block--fixed.hidden {
  display: none;
}
.sticky-block--fixed.in-content {
  position: relative;
  transform: none;
  left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  z-index: auto;
}
@media (max-width: 767px) {
  .sticky-block--fixed {
    display: none;
  }
}
.sticky-block__container {
  min-height: 110px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 40px 0 0;
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .sticky-block__container {
    display: block;
    text-align: center;
    padding: 30px 20px 140px;
  }
}
.sticky-block__img {
  align-self: flex-end;
  flex: 0 0 auto;
  overflow: hidden;
  width: 170px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 768px) {
  .sticky-block__img.--left {
    justify-content: flex-start;
  }
}
.sticky-block__img--center img {
  margin-left: 30px;
}
.sticky-block__img.--x2boost {
  align-self: center;
  align-items: center;
  justify-content: flex-start;
}
.sticky-block__img.--x2boost img {
  width: 123px;
  margin-left: 38.5px;
}
.sticky-block__img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .sticky-block__img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
  }
  .sticky-block__img img {
    max-height: 100%;
  }
}
.sticky-block__info {
  padding: 20px 30px;
  text-align: left;
}
.sticky-block__info p,
.sticky-block__info b {
  font-size: 18px;
  line-height: 26px;
}
.sticky-block__info p + p,
.sticky-block__info b + p {
  margin-top: 5px;
}
.sticky-block__info p {
  color: #494949;
}
.sticky-block__info b {
  font-weight: bold;
}
@media (max-width: 767px) {
  .sticky-block__info {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .sticky-block__info b {
    font-size: 16px;
    line-height: 20px;
  }
  .sticky-block__info p {
    font-size: 14px;
    line-height: 20px;
  }
}
.sticky-block__text {
  padding: 24px 30px;
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  margin-right: 30px;
  text-align: left;
}
.sticky-block__text--nft {
  padding-right: 0;
  margin-right: 30px;
}
.sticky-block__text b {
  font-weight: bold;
}
.sticky-block__text a {
  text-decoration: none;
  color: #4285f4;
  transition: color 0.2s;
}
.sticky-block__text a:hover {
  color: #f7931a;
}
@media (max-width: 767px) {
  .sticky-block__text {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
}
.sticky-block__right {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .sticky-block__right {
    text-align: center;
  }
}
.sticky-block__btn {
  text-decoration: none;
  height: 50px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 15px 20px 15px 15px;
  color: #4285f4;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s;
}
.sticky-block__btn:before {
  content: "";
  display: block;
  margin-right: 10px;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.sticky-block__btn:hover {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.sticky-block__btn:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  color: #fff;
}
.sticky-block__btn--nft {
  line-height: 50px;
  text-align: center;
  min-width: 200px;
  justify-content: center;
}
.sticky-block__btn--nft:before, .sticky-block__btn--nft:after {
  display: none;
}
.sticky-block__btn--ios:before {
  background-image: url(../images/icon-appstore-min.svg);
}
.sticky-block__btn--android:before {
  background-image: url(../images/icon-playstore-min.png);
}
.sticky-block .btn {
  min-width: 200px;
  flex-shrink: 0;
  height: auto;
  overflow: visible;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .sticky-block .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.sticky-block .btn.label-new {
  position: relative;
}
.sticky-block .btn.label-new:after {
  content: "new";
  position: absolute;
  top: -8px;
  right: -15px;
  background-color: #f74249;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px 2px;
}
.sticky-block .close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.sticky-block .close:hover:before, .sticky-block .close:hover:after {
  background-color: #f7931a;
}
.sticky-block .close:before, .sticky-block .close:after {
  position: absolute;
  top: 5px;
  left: 10px;
  content: " ";
  height: 10px;
  width: 2px;
  background-color: #727272;
}
.sticky-block .close:before {
  transform: rotate(45deg);
}
.sticky-block .close:after {
  transform: rotate(-45deg);
}
.sticky-block--mobile .sticky-block__img {
  padding-top: 5px;
}
.sticky-block--mobile .sticky-block__right {
  display: flex;
}
.sticky-block--mobile .sticky-block__btn {
  margin-right: 10px;
}
.sticky-block--mobile .sticky-block__btn:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .sticky-block--mobile {
    display: none;
  }
  .sticky-block--mobile .sticky-block__right {
    justify-content: center;
  }
}
.sticky-block--promo {
  text-align: left;
}
.sticky-block--promo .sticky-block__text {
  display: flex;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .sticky-block--promo .sticky-block__text {
    padding-left: 0;
  }
}
.sticky-block--shadow {
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
.sticky-block--boost.hidden {
  display: none;
}
.sticky-block--boost .sticky-block__img {
  align-self: center;
}
.sticky-block--boost .sticky-block__img img {
  width: 105px;
}

.sticky-blocks-promo-wrapper .sticky-block {
  margin-bottom: 40px;
  margin-top: 40px;
}
.sticky-blocks-promo-wrapper .sticky-block.sticky-block--first {
  margin-top: 20px;
}

.sticky-blocks-promo-wrapper-second .sticky-block {
  margin-bottom: 0;
  margin-top: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.notification-overlay {
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s 0s;
}
@media (max-width: 500px) {
  .notification-overlay {
    display: none;
  }
}
.notification-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.5s 0s;
}
.notification-overlay__content {
  position: absolute;
  top: 240px;
  left: 206px;
}
.notification-overlay__content p {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  padding: 15px 15px 15px 20px;
  border-radius: 3px;
}
.notification-overlay__content p b {
  font-weight: bold;
}
.notification-overlay__arrow {
  position: absolute;
  top: -107px;
  left: 166px;
}
.notification-overlay__arrow img {
  vertical-align: top;
}

.page.win.chrome .notification-overlay__content {
  left: 90px;
}
.page.win.chrome.page_en .notification-overlay__content {
  left: 120px;
}
.page.win.chrome.page_ru .notification-overlay__arrow {
  left: 75px;
}
.page.opera .notification-overlay__content {
  top: 260px;
  left: 56px;
}
.page.opera .notification-overlay__arrow {
  left: 76px;
}
.page.opera.win .notification-overlay__content {
  left: 190px;
}
.page.opera.win.page_en .notification-overlay__content {
  left: 238px;
}
.page.firefox .notification-overlay__content {
  top: 230px;
  left: 335px;
}
.page.firefox.win .notification-overlay__content {
  left: 190px;
}
.page.edge .notification-overlay__content {
  top: auto;
  bottom: 180px;
  left: calc(50% - 200px);
}
.page.edge .notification-overlay__arrow {
  top: auto;
  left: 404px;
  bottom: -107px;
  transform-origin: center center;
  transform: rotateX(180deg) rotateY(180deg);
}

.top-notification__container {
  display: block;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

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

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

.banners__img-bot {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
  margin-bottom: -2px;
}

/*
* Form */
.bform {
  display: block;
  width: 100%;
  max-width: 1020px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 40px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 40px;
}
.bform__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .bform__row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.bform__col {
  width: 100%;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .bform__col {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.bform__col:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .bform__col:last-child {
    margin-bottom: 0;
  }
}
.bform__col--col-1, .bform__col--col-2 {
  max-width: 190px;
}
@media only screen and (max-width: 767px) {
  .bform__col--col-1, .bform__col--col-2 {
    max-width: 360px;
  }
}
.bform__col--col-3 {
  max-width: 160px;
}
@media only screen and (max-width: 767px) {
  .bform__col--col-3 {
    max-width: 360px;
  }
}
.bform__col--col-4 {
  max-width: 100px;
}
@media only screen and (max-width: 767px) {
  .bform__col--col-4 {
    max-width: 360px;
  }
}
.bform__col--col-5 {
  max-width: 220px;
}
@media only screen and (max-width: 767px) {
  .bform__col--col-5 {
    max-width: 360px;
  }
}
.bform .label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.bform input[type=number] {
  height: 50px;
  border: 1px solid #cecece;
  border-radius: 6px;
  min-width: 170px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}
.bform select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  height: 50px;
  border: 1px solid #cecece;
  border-radius: 6px;
  background-color: #fff;
  min-width: 90px;
  padding-left: 15px;
  padding-right: 25px;
  background-image: url(../images/icon-select-arrows.png);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .bform select {
    background-image: url("../images/icon-select-arrows@2x.png");
  }
}
@media only screen and (max-width: 767px) {
  .bform select {
    max-width: 100%;
  }
}
.bform .btn {
  min-height: 50px;
  padding: 0 20px;
}

/*
* result container */
.result {
  display: none;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 50px;
}
.result.show-all .group:nth-child(n+4) {
  display: flex;
}

/*
* Banner container */
.group {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.group + .group {
  border-top: 1px solid #c8c8c8;
  margin-top: 50px;
  padding-top: 50px;
}
.group .subtitle {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 32px;
}
.group .btn_default {
  padding-left: 20px;
  text-align: center;
  min-height: 44px;
  max-width: 200px;
}
@media (max-width: 500px) {
  .group .btn_default {
    font-size: 12px;
    padding: 5px;
  }
}
.group .col {
  width: 100%;
}
.group #preview {
  width: 100%;
  overflow: auto;
}
@media (max-width: 790px) {
  .group .row_code {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 70px;
  }
}

.group_1,
.group_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.group_1 .row_code,
.group_2 .row_code {
  order: 2;
  flex-direction: column;
  justify-content: flex-start;
}

.group_1 .row_code,
.group_2 .row_code {
  width: 100%;
  position: relative;
}
.group_1 .row_code .textarea,
.group_2 .row_code .textarea {
  width: 100%;
}
.group_1 .row_code .textarea_js,
.group_2 .row_code .textarea_js {
  min-height: 250px;
  font-size: 16px;
  line-height: 22px;
}
.group_1 .row_code .col,
.group_2 .row_code .col {
  text-align: right;
}
.group_1 .row_code .col + .col,
.group_2 .row_code .col + .col {
  margin-left: 0;
  margin-top: 30px;
}
.group_1 .row_code .btn_default,
.group_2 .row_code .btn_default {
  position: absolute;
  left: 0;
  bottom: 0;
}
.group_1 .row_preview,
.group_2 .row_preview {
  order: 1;
  margin-top: 0;
  margin-right: 30px;
}

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

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

.group_3,
.group_4,
.group_8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.group_3 .row_code,
.group_4 .row_code,
.group_8 .row_code {
  order: 2;
  position: relative;
}
.group_3 .row_code .col,
.group_4 .row_code .col,
.group_8 .row_code .col {
  width: 300px;
  margin-right: 30px;
  text-align: right;
}
.group_3 .row_code .col:last-child,
.group_4 .row_code .col:last-child,
.group_8 .row_code .col:last-child {
  margin-right: 0;
}
.group_3 .row_code .textarea_html,
.group_4 .row_code .textarea_html,
.group_8 .row_code .textarea_html {
  min-height: 110px;
}
.group_3 .row_code .textarea_html + .btn_link,
.group_4 .row_code .textarea_html + .btn_link,
.group_8 .row_code .textarea_html + .btn_link {
  margin-bottom: 45px;
}
.group_3 .row_code .textarea_js,
.group_4 .row_code .textarea_js,
.group_8 .row_code .textarea_js {
  min-height: 250px;
}
.group_3 .row_code .btn_default,
.group_4 .row_code .btn_default,
.group_8 .row_code .btn_default {
  margin-left: 0;
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.group_3 .row_preview,
.group_4 .row_preview,
.group_8 .row_preview {
  order: 1;
  margin-top: 0;
  margin-right: 30px;
}
.group_3 .subtitle,
.group_4 .subtitle,
.group_8 .subtitle {
  width: 100%;
}

.group_5,
.group_6,
.group_7,
.group_9,
.group_10,
.group_11 {
  display: flex;
  flex-direction: column;
}
.group_5 .row_preview,
.group_6 .row_preview,
.group_7 .row_preview,
.group_9 .row_preview,
.group_10 .row_preview,
.group_11 .row_preview {
  display: flex;
  justify-content: center;
  order: 1;
  margin-bottom: 40px;
  margin-top: 0;
}
.group_5 .row_code,
.group_6 .row_code,
.group_7 .row_code,
.group_9 .row_code,
.group_10 .row_code,
.group_11 .row_code {
  order: 2;
}
.group_5 .row_code .textarea_html,
.group_6 .row_code .textarea_html,
.group_7 .row_code .textarea_html,
.group_9 .row_code .textarea_html,
.group_10 .row_code .textarea_html,
.group_11 .row_code .textarea_html {
  min-height: 100px;
}
.group_5 .row_code .textarea_html + .btn_link,
.group_6 .row_code .textarea_html + .btn_link,
.group_7 .row_code .textarea_html + .btn_link,
.group_9 .row_code .textarea_html + .btn_link,
.group_10 .row_code .textarea_html + .btn_link,
.group_11 .row_code .textarea_html + .btn_link {
  margin-bottom: 44px;
}
.group_5 .row_code .textarea_js,
.group_6 .row_code .textarea_js,
.group_7 .row_code .textarea_js,
.group_9 .row_code .textarea_js,
.group_10 .row_code .textarea_js,
.group_11 .row_code .textarea_js {
  min-height: 250px;
  line-height: 22px;
  font-size: 16px;
}
.group_5 .row_code .col,
.group_6 .row_code .col,
.group_7 .row_code .col,
.group_9 .row_code .col,
.group_10 .row_code .col,
.group_11 .row_code .col {
  width: 50%;
  text-align: right;
  margin-right: 30px;
}
.group_5 .row_code .col:first-child,
.group_6 .row_code .col:first-child,
.group_7 .row_code .col:first-child,
.group_9 .row_code .col:first-child,
.group_10 .row_code .col:first-child,
.group_11 .row_code .col:first-child {
  order: 2;
  margin-right: 0;
}
.group_5 .row_code .col:last-child,
.group_6 .row_code .col:last-child,
.group_7 .row_code .col:last-child,
.group_9 .row_code .col:last-child,
.group_10 .row_code .col:last-child,
.group_11 .row_code .col:last-child {
  order: 1;
}
.group_5 .row_code .btn_default,
.group_6 .row_code .btn_default,
.group_7 .row_code .btn_default,
.group_9 .row_code .btn_default,
.group_10 .row_code .btn_default,
.group_11 .row_code .btn_default {
  margin-left: 0;
  display: flex;
  justify-content: center;
}

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

.row {
  display: block;
}

.row_preview {
  margin-top: 40px;
}

.row_code {
  display: flex;
}

.col__title {
  display: block;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}

.link-settings-wrapper {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.link-settings {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  border-radius: 6px;
}
@media (max-width: 500px) {
  .link-settings {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.link-settings__label {
  background-color: #f7f7f7;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 20px;
  border-radius: 6px 0 0 6px;
  border-right: 1px solid #d6d6d6;
  margin-right: 30px;
}
@media (max-width: 500px) {
  .link-settings__label {
    width: 100%;
    margin: 0;
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
  }
}
.link-settings__select {
  margin-right: 20px;
}
@media (max-width: 500px) {
  .link-settings__select {
    margin: 10px;
  }
}
.link-settings .select_simple .select__value {
  color: #000;
  overflow: visible;
  line-height: 1;
}
@media (max-width: 500px) {
  .link-settings .select {
    position: static;
  }
}
.link-settings .select__list {
  top: 26px;
}
@media (max-width: 500px) {
  .link-settings .select__list {
    top: 75px;
  }
}

.boost {
  position: relative;
  text-align: center;
}
.boost .content {
  padding: 20px;
}
.boost__icon {
  margin-bottom: 27px;
}
.boost .title {
  font-size: 32px;
  line-height: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .boost .title {
    font-size: 27px;
    line-height: 32px;
  }
}
.boost__flex {
  display: flex;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1040px) {
  .boost__flex {
    display: block;
  }
}
.boost .speedometer {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin-right: 60px;
}
.boost .speedometer .speedbox {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1040px) {
  .boost .speedometer {
    margin-right: 0;
  }
}
.boost .links {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}

.range-picker {
  position: relative;
  display: inline-flex;
}
.range-picker__period {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: stretch;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  transition: border-color 0.15s;
}
.range-picker__period span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 6px 0px 0px 6px;
  color: #757575;
  background-color: #F7F7F7;
  border-right: 1px solid #D6D6D6;
  transition: all 0.15s;
}
.range-picker__period p {
  display: flex;
  align-items: center;
  color: #000;
  min-width: 230px;
  min-height: 34px;
  padding: 8px 35px 8px 15px;
}
@media only screen and (max-width: 400px) {
  .range-picker__period p {
    min-width: auto;
  }
}
.range-picker__period:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  background: url("../images/arrow-down-sm.svg") no-repeat center/cover;
  width: 8px;
  height: 4px;
  transform-origin: top center;
}
.range-picker__period:hover {
  border-color: #4285f4;
}
.range-picker__period:hover span {
  color: #4285f4;
  border-color: #4285f4;
}
.range-picker__popup {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  margin-top: 5px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  overflow: hidden;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
}
.range-picker__popup-bot {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #d6d6d6;
}
.range-picker__popup-bot .btn {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  min-height: 40px;
}
.range-picker.active {
  z-index: 98;
}
.range-picker.active .range-picker__period {
  border-color: #4285f4;
}
.range-picker.active .range-picker__period span {
  color: #4285f4;
  border-color: #4285f4;
}
.range-picker.active .range-picker__period:after {
  margin-top: 2px;
  transform: rotate(180deg);
}
.range-picker.active .range-picker__popup {
  display: block;
}
.range-picker .rdrNextPrevButton,
.range-picker .rdrDateDisplay {
  background-color: #f7f7f7;
}
.range-picker .rdrDefinedRangesWrapper,
.range-picker .rdrStaticRange {
  border-color: #d6d6d6;
}
.range-picker .rdrStaticRange:last-child {
  border-bottom: none;
}
.range-picker .rdrDayToday .rdrDayNumber span:after {
  background-color: #4285f4;
}
.range-picker .rdrInputRanges {
  display: none;
}
.range-picker--card-head {
  margin-left: auto;
  margin-bottom: 20px;
}
.range-picker--card-head .range-picker__popup {
  left: auto;
  right: 0;
}
@media (max-width: 600px) {
  .range-picker__popup,
  .range-picker .rdrDateRangePickerWrapper,
  .range-picker .rdrDefinedRangesWrapper {
    width: 100%;
  }
  .range-picker .rdrCalendarWrapper {
    display: none;
  }
  .range-picker__popup-bot {
    border-top: none;
  }
  .range-picker__popup-bot .btn {
    width: 100%;
  }
}

.install_revenue .range-picker__popup {
  left: auto;
  right: 0;
}

.logo-animated {
  display: block;
  height: 80px;
}
.logo-animated--affiliate svg {
  position: relative;
  height: 82px !important;
  transform: none !important;
  left: -14px;
}
@media (max-width: 768px) {
  .logo-animated {
    height: 60px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .logo-animated--affiliate svg {
    height: 60px !important;
    width: 251px !important;
    top: 0;
    left: 0;
  }
}
@media (max-width: 330px) {
  .logo-animated--affiliate svg {
    height: 50px !important;
    top: 5px;
  }
}

.section-summer19 {
  position: relative;
  padding-top: 50px;
  border-top: 5px solid #f7931a;
  padding-bottom: 70px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .section-summer19 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-summer19 .content {
  position: relative;
  z-index: 2;
}
.section-summer19 .sunny-btc {
  width: 130px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.section-summer19 .subtitle {
  max-width: 900px;
  font-size: 24px;
  line-height: 34px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}
.section-summer19 .description {
  max-width: 1000px;
}
.section-summer19 .description a {
  color: #4285f4;
  text-decoration: none;
  transition: color 0.2s;
}
.section-summer19 .description a:hover {
  color: #f7931a;
}
.section-summer19 .btn_primary {
  margin-bottom: 80px;
  width: 100%;
  max-width: 300px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 17px;
  margin-left: auto;
  margin-right: auto;
}
.section-summer19 .images {
  margin-bottom: 50px;
}
.section-summer19 .section-summer19-share {
  width: 100%;
  max-width: 1020px;
  border: 3px solid #f7931a;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 50px 30px;
  margin-bottom: 80px;
}
.section-summer19 .section-summer19-share .refurl {
  margin-bottom: 15px;
}
.section-summer19 .section-summer19-banners .bform {
  margin-top: 0;
  border: 3px solid #f7931a;
  border-radius: 2px;
}
.section-summer19 .section-summer19-banners .bform__col--col-1 {
  max-width: 300px;
}
.section-summer19 .section-summer19-banners .bform__col--col-3 {
  max-width: 260px;
}
@media (max-width: 900px) {
  .section-summer19 .section-summer19-banners .bform__col--col-3 {
    max-width: 300px;
  }
}
.section-summer19 .summer19-preland-checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.section-summer19 .summer19-preland-checkbox a {
  color: #4285f4;
  text-decoration: none;
  transition: color 0.2s;
}
.section-summer19 .summer19-preland-checkbox a:hover {
  color: #f7931a;
}
.section-summer19 .summer19-preland-checkbox input {
  position: relative;
  flex: 0 0 auto;
  margin-right: 10px;
}
.section-summer19 .parts {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  left: 50%;
  margin-left: -640px;
}
@media (max-width: 1296px) {
  .section-summer19 .parts {
    width: 100%;
    margin-left: auto;
    left: 0;
    overflow: hidden;
  }
}
.section-summer19 .parts__item {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-summer19 .parts__img {
  position: absolute;
}
.section-summer19 .parts__img--1 {
  top: 87;
  left: 21px;
}
.section-summer19 .parts__img--2 {
  top: 800px;
  right: 49px;
}
.section-summer19 .parts__img--3 {
  top: 82px;
  right: 19px;
}
.section-summer19 .parts__img--4 {
  top: 374px;
  left: 77px;
}

.btc-chart {
  width: 190px;
}
.btc-chart__container {
  display: flex;
  align-items: center;
}
.btc-chart__rates {
  text-align: right;
  border-left: 2px solid #D6D6D6;
  padding-left: 8px;
  margin-left: 4px;
}
.btc-chart__rates b {
  display: block;
  font-size: 10px;
  line-height: 11px;
  font-weight: bold;
  color: #494949;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.btc-chart__rates span {
  color: #757575;
  font-size: 12px;
  line-height: 14px;
}
.btc-chart .recharts-tooltip-wrapper {
  top: -30px !important;
  transform: translate(-50%, 0) !important;
  left: 50% !important;
}

.why {
  display: block;
}
.why__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 60px;
  margin-bottom: 80px;
}
.why__item:nth-child(even) .why__row {
  flex-direction: row-reverse;
}
.why__item:nth-child(even) .why__img {
  margin-right: 20px;
  margin-left: 70px;
}
.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: 400px;
  height: 290px;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  flex-shrink: 0;
  position: relative;
  background-color: #fff;
  margin-right: 65px;
}
.why__img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 12px;
  left: 12px;
  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_second img {
  top: -8;
  left: 0;
}
.why__row {
  display: flex;
  max-width: 1050px;
}
.why__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  max-width: 500px;
  width: 100%;
}
.why__body .subtitle {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .why__body .subtitle {
    font-size: 26px;
    line-height: 31px;
  }
}
@media (max-width: 800px) {
  .why__item {
    padding-top: 80px;
  }
  .why__img {
    width: auto;
    height: auto;
    margin-right: 0;
    border: none;
    margin-bottom: 30px;
  }
  .why__img img {
    position: static;
    max-width: 100%;
    height: auto;
  }
  .why__img:after {
    display: none;
  }
  .why__row, .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;
  }
}
@media (max-width: 767px) {
  .why {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why__list {
    margin-bottom: 30px;
  }
  .why__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .why__text {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  .why__text p {
    margin-bottom: 10px;
  }
  .why__item:before {
    font-size: 28px;
    line-height: 31px;
    width: 54px;
  }
  .why__item:last-child {
    margin-bottom: 40px;
  }
  .why__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;
  }
}

.bonus-block {
  border: 2px solid #f7931a;
  border-radius: 6px;
  margin-top: 30px;
}
.complete .bonus-block {
  border-color: #37CC33;
}

.canceled .bonus-block {
  border-color: #F74249;
}

.bonus-block__link {
  text-align: center;
  text-decoration: none;
  display: block;
}
.bonus-block__link__tm {
  margin-top: 30px;
}
.bonus-block__link .bonus-block__close {
  width: 20px;
  height: 20px;
}
.bonus-block__link--text .bonus-block__info, .bonus-block__link--text + .bonus-block__info {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .bonus-block__link--text .bonus-block__info, .bonus-block__link--text + .bonus-block__info {
    margin-left: 0;
  }
}
.bonus-block__link .bonus-block__close {
  z-index: 10;
}
.bonus-block__link b {
  color: #000;
}
.bonus-block__head {
  padding: 20px;
}
.bonus-block__footer {
  padding: 20px;
}
.bonus-block__text {
  font-size: 16px;
  color: #494949;
  line-height: 25px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bonus-block__text:first-of-type {
  margin-top: 0;
}
.bonus-block__text b,
.bonus-block__text strong {
  font-weight: bold;
  color: #000;
}
.bonus-block__text a {
  text-decoration: none;
  color: #4285F4;
}
.bonus-block__text a:hover {
  color: #F7931A;
}
.bonus-block__text--second {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.bonus-block__subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.05px;
  text-align: center;
}
.bonus-block__total {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.07px;
  text-align: center;
  margin-top: 15px;
}
.bonus-block__balance {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  padding: 6px 10px 6px;
  overflow: hidden;
}
.bonus-block__name {
  font-size: 10px;
  color: #494949;
  letter-spacing: 0.03px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 21px;
  position: relative;
}
.bonus-block__name:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  top: -30px;
  background: #d6d6d6;
  right: -10px;
}
.bonus-block__btc {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.03px;
  font-weight: bold;
  padding-left: 21px;
  background-image: url("../images/coin.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center left;
  min-height: 16px;
  display: flex;
  align-items: center;
}

.bonus-block--second {
  padding: 18px;
  display: flex;
  align-items: flex-start;
  background-color: #FFFAF3;
  margin-top: 32px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .bonus-block--second {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.bonus-block--second .bonus-block__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
}
.bonus-block--second .bonus-block__img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  display: block;
  margin-right: 20px;
}
@media only screen and (max-width: 480px) {
  .bonus-block--second .bonus-block__img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.bonus-block--second .bonus-block__text {
  margin: 5px 0;
  color: #494949;
  font-size: 14px;
  line-height: 24px;
}
.bonus-block--second .bonus-block__btn {
  display: inline-block;
  margin-left: auto;
  height: auto;
  line-height: 1;
  margin-top: 5px;
  font-size: 13px;
  line-height: 15px;
}
.bonus-block--second .bonus-block__wrap-btn {
  text-align: right;
  display: flex;
}

.bonus-block--center {
  padding: 18px;
  display: flex;
  align-items: flex-start;
  background-color: #FFFAF3;
  margin-top: 0;
  position: relative;
}
.bonus-block--center.hide {
  display: none;
}
.bonus-block--center .bonus-block__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.bonus-block--center .bonus-block__img {
  margin: 0 auto;
}
.bonus-block--center .bonus-block__title {
  line-height: 26px;
  font-weight: bold;
  margin-top: 15px;
  color: #000000;
}
.bonus-block--center .bonus-block__text {
  font-size: 14px;
  line-height: 24px;
  color: #494949;
  margin-top: 5px;
}
.bonus-block--center .bonus-block__wrap-btn {
  display: flex;
  justify-content: center;
  align-self: start;
  margin-top: 20px;
}
.bonus-block--center .bonus-block__btn {
  height: 40px;
  line-height: 40px;
  min-width: 200px;
  width: auto;
  white-space: nowrap;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px;
  color: #494949;
  letter-spacing: 0.05px;
  margin-top: 25px;
}
.custom-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}
.custom-checkbox__input:checked ~ .custom-checkbox__checkmark {
  background-color: #3b99fc;
}
.custom-checkbox__input:checked ~ .custom-checkbox__checkmark::after {
  display: block;
}
.custom-checkbox__checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.custom-checkbox__checkmark:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-image: url(../images/arrow-checked.svg);
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: none;
}

.affiliate-mobile {
  position: relative;
  text-align: center;
  padding: 56px 20px 60px;
}
.affiliate-mobile__img {
  margin-bottom: 40px;
}
.affiliate-mobile .title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .affiliate-mobile .title {
    font-size: 28px;
    line-height: 31px;
  }
}
.affiliate-mobile .description {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.affiliate-mobile .description a {
  color: #4285f4;
  text-decoration: none;
  transition: color 0.2s;
}
.affiliate-mobile .description a:hover {
  color: #f7931a;
}
@media (max-width: 767px) {
  .affiliate-mobile .description {
    font-size: 15px;
    line-height: 20px;
  }
}
.affiliate-mobile__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.affiliate-mobile__btns a {
  margin: 10px;
}

.duration-cloudboost {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .duration-cloudboost {
    flex-direction: column;
  }
}
.duration-cloudboost__item {
  margin-left: 5px;
}
@media only screen and (max-width: 480px) {
  .duration-cloudboost__item {
    margin-left: 0;
    margin-top: 10px;
  }
}
.duration-cloudboost__label {
  display: block;
  position: relative;
  border-radius: 15px;
  padding: 5px 12px;
  color: #4285f4;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.duration-cloudboost__label:disabled {
  pointer-events: none;
}
.duration-cloudboost__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.duration-cloudboost__input:hover + label {
  border-color: #4285f4;
  box-shadow: inset 0 0 0 1px #4285f4;
}
.duration-cloudboost__input:checked + label {
  border-color: #4285f4;
  box-shadow: inset 0 0 0 1px #4285f4;
  color: #000000;
}
.duration-cloudboost__input:disabled + label {
  color: #a4a4a4;
  background-color: inherit;
  cursor: not-allowed;
  border-color: #d6d6d6;
  box-shadow: none;
}
.duration-cloudboost__input.no-money[disabled]:checked + label {
  background-color: #fff;
  color: #000;
  border-color: #4285F4;
  box-shadow: inset 0 0 0 1px #4285f4;
}

.subs-cloudboost__label {
  position: relative;
  width: 100%;
  display: block;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  padding-right: 20px;
  margin-top: 10px;
  border-radius: 3px;
}
@media only screen and (max-width: 480px) {
  .subs-cloudboost__label {
    padding: 10px;
    padding-right: 10px;
  }
}
.subs-cloudboost__wrap-boost {
  display: flex;
  align-items: center;
}
.subs-cloudboost__radio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px #c5c5c5;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .subs-cloudboost__radio {
    display: none;
  }
}
.subs-cloudboost__radio i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.subs-cloudboost__tag {
  display: flex;
  border-radius: 3px;
  margin-left: 14px;
}
@media only screen and (max-width: 767px) {
  .subs-cloudboost__tag {
    margin-left: 0;
  }
}
.subs-cloudboost__tag-name {
  position: relative;
  left: -2px;
  flex: 0 0 68px;
  max-width: 68px;
  width: 100%;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  color: #fff;
  border-radius: 6px;
}
.subs-cloudboost__tag-boost {
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  padding-right: 5px;
  color: #fff;
  border: 2px solid #f7931a;
  border-radius: 3px;
}
.subs-cloudboost__tag-X2 .subs-cloudboost__tag-name {
  background-color: #1AB9E5;
}
.subs-cloudboost__tag-X2 .subs-cloudboost__tag-boost {
  border-color: #1AB9E5;
  color: #1AB9E5;
}
.subs-cloudboost__tag-X5 .subs-cloudboost__tag-name {
  background-color: #37CC33;
}
.subs-cloudboost__tag-X5 .subs-cloudboost__tag-boost {
  border-color: #37CC33;
  color: #37CC33;
}
.subs-cloudboost__tag-X10 .subs-cloudboost__tag-name {
  background-color: #f7931a;
}
.subs-cloudboost__tag-X10 .subs-cloudboost__tag-boost {
  border-color: #f7931a;
  color: #f7931a;
}
.subs-cloudboost__tag-X15 .subs-cloudboost__tag-name {
  background-color: #A033CC;
}
.subs-cloudboost__tag-X15 .subs-cloudboost__tag-boost {
  border-color: #A033CC;
  color: #A033CC;
}
.subs-cloudboost__text {
  font-size: 12px;
  line-height: 20px;
  color: #A4A4A4;
}
@media only screen and (max-width: 480px) {
  .subs-cloudboost__text {
    margin-top: 5px;
  }
}
.subs-cloudboost__base {
  font-size: 11px;
  line-height: 13px;
  text-decoration: line-through;
  font-weight: bold;
}
.subs-cloudboost__discount {
  font-size: 16px;
  font-weight: bold;
  color: #f7931a;
}
.subs-cloudboost__wrap-base {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.subs-cloudboost__btc {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 20px;
}
@media only screen and (max-width: 480px) {
  .subs-cloudboost__btc {
    margin-left: 0;
  }
}
.subs-cloudboost__wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .subs-cloudboost__wrap {
    flex-direction: column-reverse;
  }
}
.subs-cloudboost__input {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
}
.subs-cloudboost__input:checked ~ label {
  border-color: #4285f4;
  box-shadow: inset 0 0 0 1px #4285f4;
}
.subs-cloudboost__input:checked ~ label .subs-cloudboost__radio {
  border: solid 1px #3e82f7;
  box-shadow: 0 0 0 1px #3e82f7;
}
.subs-cloudboost__input:checked ~ label .subs-cloudboost__radio i {
  background-color: #3e82f7;
}
.subs-cloudboost__input:disabled ~ label {
  background-color: #f7f7f7;
  cursor: not-allowed;
}
.subs-cloudboost__input:disabled ~ label .subs-cloudboost__btc {
  color: #a4a4a4;
}
.subs-cloudboost__input:disabled ~ label .subs-cloudboost__base {
  color: #a4a4a4;
}
.subs-cloudboost__input:disabled ~ label .subs-cloudboost__discount {
  color: #757575;
}
.subs-cloudboost__input:disabled ~ label .subs-cloudboost__radio {
  background-color: #f7f7f7;
}

.price-cloudboost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}
.price-cloudboost:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  .price-cloudboost {
    flex-direction: column;
  }
}
.price-cloudboost__title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  white-space: nowrap;
}
.price-cloudboost__title span {
  color: #4285f4;
}
.price-cloudboost__total {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-left: 10px;
}
@media only screen and (max-width: 480px) {
  .price-cloudboost__total {
    margin-top: 10px;
  }
}
.price-cloudboost__total--second {
  color: #F74249;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 14px;
  border: 1px solid #D6D6D6;
  border-radius: 15px;
}
.price-cloudboost__total.save {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #37cc33;
  border-radius: 15px;
  padding: 5px 15px;
}
.price-cloudboost__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 480px) {
  .price-cloudboost__wrap {
    justify-content: center;
  }
}
.price-cloudboost__balance {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding: 3px 13px;
  border: 2px solid #4285f4;
  border-radius: 15px;
}
@media only screen and (max-width: 480px) {
  .price-cloudboost__balance {
    margin-top: 10px;
  }
}
.price-cloudboost__balance.error {
  color: #f74249;
  border: 1px solid #d6d6d6;
}

.cloudboost {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.cloudboost .none {
  display: none !important;
}
.cloudboost__bg-img {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .cloudboost__bg-img {
    top: -61px;
  }
}
.cloudboost__head-title {
  font-size: 32px;
  line-height: 44px;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .cloudboost__head-title {
    font-size: 24px;
    line-height: 27px;
  }
}
.cloudboost__form {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
}
.cloudboost__section {
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .cloudboost__section {
    padding: 20px;
  }
}
.cloudboost__section--footer {
  padding: 20px;
  background-color: #F7F7F7;
}
.cloudboost__section.failed {
  padding-bottom: 50px;
}
.cloudboost .logo {
  padding: 20px 30px;
}
.cloudboost .top-line {
  border-top: 1px solid #d8d8d8;
}
.cloudboost .light {
  background-color: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.cloudboost .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .cloudboost .box {
    flex-direction: column;
    align-items: normal;
    justify-content: flex-start;
  }
}
.cloudboost__logo {
  text-align: center;
}
.cloudboost__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.cloudboost__text {
  font-size: 16px;
  line-height: 26px;
  color: #494949;
}
.cloudboost__text a {
  text-decoration: none;
  font-weight: bold;
  color: #4285f4;
}
.cloudboost__text a:hover {
  color: #f7931a;
}
.cloudboost__text strong,
.cloudboost__text b {
  font-weight: bold;
  color: #000000;
}
.cloudboost__text.mini {
  font-size: 12px;
  line-height: 22px;
  color: #494949;
  margin-top: 8px;
}
.cloudboost__text.mid {
  font-size: 14px;
  line-height: 22px;
  color: #494949;
  margin-top: 10px;
}
.cloudboost__text--second {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.cloudboost__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.cloudboost__little-text {
  font-size: 11px;
  line-height: 13px;
  color: #494949;
}
.cloudboost__box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cloudboost__box--second {
  margin-top: 30px;
  justify-content: center;
  color: #F74249;
}
.cloudboost__subs {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .cloudboost__subs {
    margin-top: 10px;
  }
}
.cloudboost__btn-wrap {
  text-align: center;
}
.cloudboost__btn {
  max-width: 300px;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  height: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cloudboost__btn svg {
  margin-right: 8px;
  margin-left: 8px;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 46px;
  z-index: 90000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.25s 0s;
}

.loader__spinner {
  margin: 0 auto;
  width: 100px;
  text-align: center;
}

.loader__spinner > div {
  width: 16px;
  height: 16px;
  background-color: #f7931a;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 5px;
}

.loader__spinner > div:first-child {
  animation-delay: -0.6s;
}

.loader__spinner > div:nth-child(2) {
  animation-delay: -0.4s;
}

.loader__spinner > div :nth-child(3) {
  animation-delay: -0.2s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.odometer:before {
  content: "";
  display: block;
  background-color: #000;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.odometer:after {
  content: "";
  display: none;
  background-color: #000;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  font-weight: bold;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  line-height: 80px;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 2s;
}

@media screen and (max-width: 768px) {
  .odometer {
    font-weight: bold;
  }
  .odometer::before {
    top: -3px;
  }
}
.page_cloudboost-ctc {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  border-bottom: 8px solid #F7931A;
}
.page_cloudboost-ctc .cloudboost {
  height: auto !important;
}
.page_cloudboost-ctc .container {
  flex-grow: 1;
  overflow: hidden;
}
.page_cloudboost-ctc .cb-footer {
  display: flex;
  align-items: stretch;
  gap: 15px;
}
.page_cloudboost-ctc .cb-footer__balance {
  padding: 20px 20px 16px;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  width: 100%;
}
.page_cloudboost-ctc .cb-footer__title {
  font-weight: 700;
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #494949;
}
.page_cloudboost-ctc .cb-footer__subtitle {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #4285f4;
}
.page_cloudboost-ctc .cb-footer__subtitle--check {
  color: #37CC33;
}
.page_cloudboost-ctc .cb-footer__subtitle--error {
  color: #F74249;
}
.page_cloudboost-ctc .cb-footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 10px;
  flex-wrap: wrap;
}
.page_cloudboost-ctc .cb-footer__info-value {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}
.page_cloudboost-ctc .cb-footer__info-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  background: #4285F4;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  transition: background 0.3s;
  outline: none;
  border: none;
  font-weight: bold;
}
.page_cloudboost-ctc .cb-footer__info-btn:hover {
  background: #f7931a;
}
.page_cloudboost-ctc .cb-footer__buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 15px;
}
.page_cloudboost-ctc .cb-footer__btn {
  border: none;
  outline: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  flex-wrap: nowrap;
  color: #fff;
  background: #4285f4;
  padding: 0 15px;
  transition: all 0.3s;
}
.page_cloudboost-ctc .cb-footer__btn:disabled {
  opacity: 0.5;
  pointer-events: none;
  background: #fff;
  color: #4285f4;
  border: 1px solid #D6D6D6;
  line-height: 48px;
}
.page_cloudboost-ctc .cb-footer__btn:disabled svg path {
  fill: #4285f4;
}
.page_cloudboost-ctc .cb-footer__btn:hover {
  background: #f7931a;
}
.page_cloudboost-ctc .cb-footer__btn--outline {
  background: #fff;
  color: #4285f4;
  border: 1px solid #D6D6D6;
  line-height: 48px;
}
.page_cloudboost-ctc .cb-footer__btn--outline:hover {
  color: #fff;
  background: #4285f4;
  border-color: #4285f4;
}
.page_cloudboost-ctc .cb-footer__btn--outline:hover svg path {
  fill: #fff;
}
@media (max-width: 700px) {
  .page_cloudboost-ctc .cb-footer {
    flex-direction: column;
  }
  .page_cloudboost-ctc .cb-footer__buttons {
    max-width: none;
  }
}
.page_cloudboost-ctc_activated {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page_cloudboost-ctc_activated .container {
  border-bottom: 8px solid #F7931A;
  flex-grow: 1;
  padding-top: 30px;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page_cloudboost-ctc_activated .activating {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  max-width: 700px;
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 100px 0px;
  text-align: center;
}
.page_cloudboost-ctc_activated .activating.none {
  display: none;
}
.page_cloudboost-ctc_activated .activated {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  max-width: 700px;
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
.page_cloudboost-ctc_activated .activated.none {
  display: none;
}
.page_cloudboost-ctc_activated .activated__icon {
  margin: 0 auto;
  display: block;
}
.page_cloudboost-ctc_activated .activated__decoration {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page_cloudboost-ctc_activated .activated__img {
  max-width: 100%;
  width: 100%;
}
.page_cloudboost-ctc_activated .activated__body {
  padding: 20px 30px 40px;
}
.page_cloudboost-ctc_activated .activated__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
}
.page_cloudboost-ctc_activated .activated__title span {
  color: #F7931A;
}
.page_cloudboost-ctc_activated .activated__text {
  font-size: 16px;
  line-height: 28px;
  color: #494949;
}
.page_cloudboost-ctc_activated .activated__text span {
  color: #F7931A;
}
.page_cloudboost-ctc_activated .activated__text b {
  font-weight: bold;
}
.page_cloudboost-ctc_activated .activated__footer {
  padding: 20px;
  background: #F7F7F7;
  border-radius: 0px 0px 6px 6px;
  border-top: 1px solid #D6D6D6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_cloudboost-ctc_activated .activated__footer .btn {
  max-width: 300px;
  border-radius: 6px;
}
.page_cloudboost-ctc_activated .activated__footer .btn_outline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  line-height: 48px;
  font-size: 14px;
  height: auto;
  font-weight: bold;
  color: #4285F4;
  transition: all 0.3s;
}
.page_cloudboost-ctc_activated .activated__footer .btn_outline:hover {
  border-color: #F7931A;
  background-color: #F7931A;
  color: #fff;
}
.page_cloudboost-ctc_activated .activated__footer .btn_outline:hover svg path {
  fill: #fff;
}
.page_cloudboost-ctc_activated .activated__footer .btn_outline svg {
  margin-right: 10px;
}
.page_cloudboost-ctc_activated .activated__footer .cloudboost__btn {
  margin-top: 15px;
}
.page_cloudboost-ctc_activated .activated__footer .cloudboost__btn svg {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .page_cloudboost-ctc_activated .activated__body {
    padding: 15px;
  }
  .page_cloudboost-ctc_activated .activated__footer {
    padding: 15px;
  }
  .page_cloudboost-ctc_activated .activated__footer .btn {
    max-width: none;
  }
}
.page_cloudboost-ctc .popup {
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.page_cloudboost-ctc .popup.active {
  display: flex;
}
.page_cloudboost-ctc .popup__card {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  max-width: 600px;
  width: 100%;
  position: relative;
}
.page_cloudboost-ctc .popup__card .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.page_cloudboost-ctc .popup__body {
  padding: 40px 30px;
  max-height: none;
}
.page_cloudboost-ctc .popup__icon {
  margin-bottom: 20px;
}
.page_cloudboost-ctc .popup__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
}
.page_cloudboost-ctc .popup__subtext {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #494949;
  text-align: left;
}
.page_cloudboost-ctc .popup__subtext b {
  font-weight: bold;
}
.page_cloudboost-ctc .popup__description {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 30px;
  color: #494949;
}
.page_cloudboost-ctc .popup__amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.page_cloudboost-ctc .popup__amount-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #000;
}
.page_cloudboost-ctc .popup__amount-info {
  font-size: 14px;
  line-height: 24px;
}
.page_cloudboost-ctc .popup__amount-info .info-title {
  font-weight: bold;
  color: #494949;
}
.page_cloudboost-ctc .popup__amount-info .info-ctc {
  color: #F7931A;
  font-weight: bold;
}
.page_cloudboost-ctc .popup__amount-info .info-usd {
  color: #B3B3B3;
}
.page_cloudboost-ctc .popup__balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
}
.page_cloudboost-ctc .popup__balance-ctc {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  display: flex;
  align-items: center;
}
.page_cloudboost-ctc .popup__balance-ctc img {
  margin-right: 10px;
}
.page_cloudboost-ctc .popup__balance-usd {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #B3B3B3;
}
.page_cloudboost-ctc .popup__footer {
  justify-content: center;
  background: #F7F7F7;
  border-radius: 0px 0px 6px 6px;
  border-top: 1px solid #D6D6D6;
}
.page_cloudboost-ctc .cloudboost__form {
  border-radius: 6px;
}
.page_cloudboost-ctc .cloudboost__banner {
  display: flex;
  border: 2px solid #37CC33;
  border-radius: 6px;
  margin-top: 20px;
  background: #ECFFEC;
}
.page_cloudboost-ctc .cloudboost__banner-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #37CC33;
  border-radius: 4px 0px 0px 4px;
  width: 50px;
}
.page_cloudboost-ctc .cloudboost__banner-text {
  padding: 10px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0px 4px 4px 0px;
}
.page_cloudboost-ctc .cloudboost__banner-text b {
  font-weight: bold;
}
.page_cloudboost-ctc .cloudboost .price-cloudboost {
  align-items: flex-start;
}
.page_cloudboost-ctc .cloudboost .price-cloudboost__total-ctc {
  font-size: 26px;
  line-height: 30px;
  color: #F7931A !important;
}
.page_cloudboost-ctc .cloudboost .price-cloudboost__total-price {
  text-align: right;
}
.page_cloudboost-ctc .cloudboost .price-cloudboost__total-price .slesh {
  font-size: 26px;
  line-height: 30px;
  color: #B3B3B3;
  margin: 0 10px;
}
.page_cloudboost-ctc .cloudboost .price-cloudboost__total-info {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #8E8E8E;
  text-align: right;
  margin-top: 10px;
}
.page_cloudboost-ctc .cloudboost__sale {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
}
.page_cloudboost-ctc .cloudboost__sale-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.page_cloudboost-ctc .cloudboost__sale-item {
  display: none;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.page_cloudboost-ctc .cloudboost__sale-item--tag {
  min-width: 181px;
  justify-content: space-between;
}
.page_cloudboost-ctc .cloudboost__sale-item.none {
  display: none;
}
.page_cloudboost-ctc .cloudboost__sale-item > span {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}
.page_cloudboost-ctc .cloudboost__sale-item > span.lined {
  text-decoration: line-through;
}
.page_cloudboost-ctc .cloudboost__sale-item > span.blue {
  color: #4285F4;
  margin-right: 10px;
}
.page_cloudboost-ctc .cloudboost__sale-tag {
  font-size: 16px;
  line-height: 26px;
  margin-right: 10px;
  font-weight: bold;
  color: #fff;
  width: 60px;
  text-align: center;
  background: #F7931A;
  border-radius: 37px;
}
.page_cloudboost-ctc .cloudboost__sale-tag--green {
  background: #37CC33;
}
.page_cloudboost-ctc .cloudboost__sale.cloudboost__discount {
  display: flex;
}
.page_cloudboost-ctc .cloudboost__sale.cloudboost__discount .cloudboost__sale-item--discount {
  display: flex;
}
.page_cloudboost-ctc .cloudboost__sale.cloudboost__discount_plan {
  display: flex;
}
.page_cloudboost-ctc .cloudboost__sale.cloudboost__discount_plan .cloudboost__sale-item--discount_plan {
  display: flex;
}
.page_cloudboost-ctc .cloudboost__sale.cloudboost__discount_plan:not(.cloudboost__discount) .cloudboost__sale-item--discount_plan {
  margin-bottom: 66px;
}
.page_cloudboost-ctc .cloudboost__sale.cloudboost__price {
  display: flex;
}
.page_cloudboost-ctc .cloudboost__sale.cloudboost__price .cloudboost__sale-item--price {
  display: flex;
}
.page_cloudboost-ctc .cloudboost__balance {
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  padding: 15px 20px;
  margin-top: 20px;
}
.page_cloudboost-ctc .cloudboost__balance-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_cloudboost-ctc .cloudboost__balance-error {
  text-align: right;
  display: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #F74249;
  margin-top: 10px;
}
.page_cloudboost-ctc .cloudboost__balance-error.active {
  display: block;
}
.page_cloudboost-ctc .cloudboost__balance-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.page_cloudboost-ctc .cloudboost__balance-value {
  display: flex;
  align-items: center;
}
.page_cloudboost-ctc .cloudboost__balance-value span {
  margin-left: 10px;
  font-size: 26px;
  line-height: 30px;
  color: #F7931A;
  font-weight: bold;
}
.page_cloudboost-ctc .cloudboost__quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F7F7F7;
  padding: 20px 30px;
  border-top: 1px solid #D6D6D6;
}
.page_cloudboost-ctc .cloudboost__quantity-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.page_cloudboost-ctc .cloudboost__quantity .counter__input::-webkit-outer-spin-button,
.page_cloudboost-ctc .cloudboost__quantity .counter__input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.page_cloudboost-ctc .cloudboost__quantity .counter {
  display: inline-flex;
  align-items: center;
  max-width: 187px;
}
.page_cloudboost-ctc .cloudboost__quantity .counter__input {
  border: none;
  outline: none;
  font-size: 40px;
  width: auto;
  line-height: 46px;
  width: 107px;
  background: transparent;
  font-weight: bold;
  text-align: center;
}
.page_cloudboost-ctc .cloudboost__quantity .counter button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  outline: none;
}
.page_cloudboost-ctc .subs-cloudboost__discount--green {
  font-weight: bold;
  color: #37CC33;
}
.page_cloudboost-ctc .subs-cloudboost__tag-boost {
  border-radius: 6px;
  background-color: #fff;
}
.page_cloudboost-ctc .subs-cloudboost__tag-X2 {
  background-color: #1AB9E5;
}
.page_cloudboost-ctc .subs-cloudboost__tag-X5 {
  background-color: #37CC33;
}
.page_cloudboost-ctc .subs-cloudboost__tag-X10 {
  background-color: #f7931a;
}
.page_cloudboost-ctc .subs-cloudboost__tag-X15 {
  background-color: #A033CC;
}
.page_cloudboost-ctc .subs-cloudboost__tag-name {
  border-radius: 6px;
}
.page_cloudboost-ctc .subs-cloudboost__label, .page_cloudboost-ctc .subs-cloudboost__tag {
  border-radius: 6px;
}
.page_cloudboost-ctc .subs-cloudboost__ctc {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #8E8E8E;
}

.popup-ctc {
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.popup-ctc.active {
  display: flex;
}
.popup-ctc .popup__card {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  max-width: 600px;
  width: 100%;
  position: relative;
}
.popup-ctc .popup__card .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.popup-ctc .popup__body {
  padding: 40px 30px;
  max-height: none;
}
.popup-ctc .popup__icon {
  margin-bottom: 20px;
}
.popup-ctc .popup__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
}
.popup-ctc .popup__description {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 30px;
  color: #494949;
}
.popup-ctc .popup__balance {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
}
.popup-ctc .popup__balance-title {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
}
.popup-ctc .popup__balance-value {
  display: flex;
  align-items: center;
}
.popup-ctc .popup__balance-value img {
  margin-right: 10px;
}
.popup-ctc .popup__balance-value span {
  font-size: 26px;
  line-height: 30px;
  color: #F7931A;
  font-weight: bold;
}
.popup-ctc .popup__footer {
  justify-content: center;
  background: #F7F7F7;
  border-radius: 0px 0px 6px 6px;
  border-top: 1px solid #D6D6D6;
}

.subheader {
  padding: 10px 20px;
  background: linear-gradient(90deg, #000000 0%, #494949 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.subheader.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.subheader::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.subheader__toggle {
  display: flex;
  align-items: stretch;
}
.subheader__toggle-item {
  padding: 10px 20px;
  background: #494949;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  transition: background 0.3s;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.subheader__toggle-item img {
  margin-right: 8px;
}
.subheader__toggle-item span {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #B3B3B3;
  transition: color 0.3s;
}
.subheader__toggle-item:hover {
  background: #757575;
}
.subheader__toggle-item:hover span {
  color: #FFFFFF;
}
.subheader__toggle-item.active {
  background: #FFFFFF;
}
.subheader__toggle-item.active span {
  color: #000;
}
.subheader__menu {
  display: flex;
}
.subheader__menu:not(:last-child) {
  margin-right: 40px;
}
.subheader__menu a {
  font-weight: bold;
  display: block;
  font-size: 14px;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  color: #4285F4;
  text-transform: uppercase;
}
.subheader__menu a:hover {
  color: #f7931a;
}
.subheader__menu a + a {
  margin-left: 25px;
}
.subheader__menu a.active {
  color: #fff;
  pointer-events: none;
  position: relative;
}
.subheader__menu a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background-color: #f7931a;
  position: absolute;
  bottom: -13px;
  left: 0;
}
@media (max-width: 800px) {
  .subheader {
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .subheader {
    flex-direction: column;
    align-items: flex-start;
  }
  .subheader__toggle {
    margin-bottom: 20px;
  }
  .subheader__menu {
    flex-wrap: nowrap;
    padding-bottom: 16px;
  }
}

.halloween-preloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1501;
  background-color: #f7931a;
  animation-duration: 1.5s;
}
.halloween-preloading .halloween-bats {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.halloween-preloading .halloween-face {
  max-width: 100%;
  max-height: 100%;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}
.halloween-preloading .halloween-face.showing {
  animation: h_zoom 3s 0s ease-in;
}

.halloween-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.halloween-container .hidden {
  visibility: hidden;
}

.halloween-container--page {
  position: relative;
  height: auto;
  display: block;
  z-index: 98;
}
.halloween-container--page .halloween-bats {
  position: relative;
}
.halloween-container--page .halloween-bats .layer {
  animation-duration: 0.7s;
  animation-delay: 1s;
}

.halloween-bats {
  position: absolute;
  height: 100%;
  width: 100%;
}
.halloween-bats .layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.halloween-bats .layer img {
  position: absolute;
  z-index: 103;
}
@media (max-width: 600px) {
  .halloween-bats .layer img {
    transform: scale(0.5);
  }
}
.halloween-bats .layer.bat-1 {
  animation-delay: 0.5s;
}
.halloween-bats .layer.bat-1 img {
  top: 97px;
  left: 105px;
}
@media (max-width: 600px) {
  .halloween-bats .layer.bat-1 img {
    left: 50px;
  }
}
.halloween-bats .layer.bat-2 {
  animation-delay: 0.6s;
}
.halloween-bats .layer.bat-2 img {
  top: 50px;
  right: 231px;
}
@media (max-width: 600px) {
  .halloween-bats .layer.bat-2 img {
    right: 50px;
  }
}
.halloween-bats .layer.bat-3 {
  animation-delay: 0.7s;
}
.halloween-bats .layer.bat-3 img {
  top: 554px;
  left: 90px;
}
@media (max-width: 600px) {
  .halloween-bats .layer.bat-3 img {
    left: 20px;
  }
}
.halloween-bats .layer.bat-4 {
  animation-delay: 0.8s;
}
.halloween-bats .layer.bat-4 img {
  top: 522px;
  right: 90px;
}
@media (max-width: 600px) {
  .halloween-bats .layer.bat-4 img {
    right: 20px;
  }
}
.halloween-bats .layer.bat-5 {
  animation-delay: 0.9s;
}
.halloween-bats .layer.bat-5 img {
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
}
.halloween-bats .layer.bat-6 {
  animation-delay: 0.5s;
}
.halloween-bats .layer.bat-6 img {
  top: 9px;
  right: 271px;
}
@media (max-width: 370px) {
  .halloween-bats .layer.bat-6 img {
    right: auto;
    left: 30px;
  }
}
.halloween-bats .layer.bat-7 {
  animation-delay: 1s;
}
.halloween-bats .layer.bat-7 img {
  top: 125px;
  left: 50%;
  margin-left: -150px;
}
.halloween-bats .layer.bat-8 {
  animation-delay: 1.5s;
}
.halloween-bats .layer.bat-8 img {
  top: 116px;
  right: 50%;
  margin-right: -150px;
}
.halloween-bats .layer.bat-9 {
  animation-delay: 2s;
}
.halloween-bats .layer.bat-9 img {
  top: 411px;
  left: 47px;
}
.halloween-bats .layer.bat-10 {
  animation-delay: 2.5s;
}
.halloween-bats .layer.bat-10 img {
  top: 625px;
  right: 25px;
}
@media (max-width: 400px) {
  .halloween-bats .layer.bat-10 img {
    right: 40px;
  }
}

@keyframes h_zoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  60% {
    transform: scale(50);
  }
}
@media (max-width: 600px) {
  .halloween-bats .layer.bat-9 img {
    left: 0;
    top: 481px;
  }
}
/*
* Dropdown styles
*/
.dropdown {
  display: none;
  width: 220px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  right: 0;
  top: 20px;
  z-index: 98;
}
.dropdown.active {
  display: block;
}
.dropdown__item {
  cursor: pointer;
  display: block;
  padding: 17px 20px 16px;
  font-size: 16px;
  line-height: 17px;
  color: #494949;
  border-top: 1px solid #D6D6D6;
  text-decoration: none;
}
.dropdown__item:hover {
  background-color: #4285f4;
  border-top-color: #4285f4;
  color: #fff;
}
.dropdown__item:hover + .dropdown__item {
  border-top-color: #4285f4;
}
.dropdown__item:first-child {
  border-top: none;
}
.dropdown_subids {
  width: 100%;
  max-width: 400px;
  max-height: 250px;
  overflow-y: scroll;
}
.dropdown_subids .dropdown__item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown_subids .dropdown__item:hover .dd-subid__item,
.dropdown_subids .dropdown__item:hover .dd-subid__link,
.dropdown_subids .dropdown__item:hover .dd-subid__additional,
.dropdown_subids .dropdown__item:hover .dd-subid__name,
.dropdown_subids .dropdown__item:hover .dd-subid__btc {
  color: #fff;
}
.dropdown_subids .dropdown__item:hover .dd-subid__comment,
.dropdown_subids .dropdown__item:hover .people {
  color: #97BEFF;
}
.dropdown_subids .dropdown__item:hover .people i {
  background-image: url("../images/people-light-blue.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .dropdown_subids .dropdown__item:hover .people i {
    background-image: url("../images/people-light-blue@2x.png");
  }
}
.dropdown_subids .dropdown__item_all {
  padding-top: 16px;
  padding-bottom: 16px;
}
.dropdown_landids {
  width: 100%;
  max-width: 400px;
  max-height: 200px;
  overflow-y: scroll;
}
/*
* Dropdown Modificators */
.dropdown--countries {
  width: 100%;
  max-width: 240px;
}
.dropdown--countries .dropdown__item {
  cursor: pointer;
  padding: 10px 20px;
}
.dropdown--countries .dropdown__item_all {
  padding-top: 15px;
  padding-bottom: 15px;
}
.dropdown--countries .dropdown__item:hover .dropdown__checkbox-text b {
  color: #fff;
}
.dropdown--countries .dropdown__checkbox {
  position: relative;
  display: flex;
  align-items: center;
}
.dropdown--countries .dropdown__checkbox:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.dropdown--countries .dropdown__checkbox input {
  position: relative;
  top: -1px;
  padding: 0;
  margin: 0 5px 0 0;
}
.dropdown--countries .dropdown__checkbox-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
}
.dropdown--countries .dropdown__checkbox-text p {
  margin-right: 5px;
}
.dropdown--countries .dropdown__checkbox-text b {
  color: #000;
}
.dropdown--countries .dropdown__checkbox-text:not(.other):not(.all):before {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  margin-right: 5px;
  flex: 0 0 auto;
  background-color: #fff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.dropdown--countries .dropdown__checkbox-text.us:before {
  background-image: url(../images/lang/us.svg);
}
.dropdown--countries .dropdown__checkbox-text.uk:before, .dropdown--countries .dropdown__checkbox-text.gb:before {
  background-image: url(../images/lang/uk.svg);
}
.dropdown--countries .dropdown__checkbox-text.ca:before {
  background-image: url(../images/lang/ca.svg);
}
.dropdown--countries .dropdown__checkbox-text.au:before {
  background-image: url(../images/lang/au.svg);
}
.dropdown--countries .dropdown__checkbox-text.nz:before {
  background-image: url(../images/lang/nz.svg);
}

.dd-subid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dd-subid__item, .dd-subid__link {
  width: 80px;
  font-size: 16px;
  line-height: 17px;
  color: #494949;
  flex-shrink: 0;
  margin-right: 10px;
  text-align: left;
}
.dd-subid__item_main, .dd-subid__link_main {
  font-weight: bold;
}
.dd-subid__additional, .dd-subid__name {
  font-size: 11px;
  line-height: 12px;
  color: #494949;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  flex: 1;
}
.dd-subid__comment {
  font-size: 11px;
  line-height: 12px;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
  text-align: left;
}
.dd-subid__btc {
  font-size: 10px;
  line-height: 11px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}

.subids {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  /*
    * Modificator
    */
}
.subids th {
  font-size: 16px;
  color: #000;
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;
}
.subids tfoot td {
  padding-top: 15px;
}
.subids tbody tr {
  border-bottom: 1px solid #D6D6D6;
}
.subids tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.subids tbody td:first-child {
  padding-left: 0;
  width: 320px;
}
.subids tbody td:last-child {
  padding-right: 0;
}
.subids__link {
  font-size: 16px;
  line-height: 17px;
  color: #494949;
}
.subids__link_main {
  font-weight: bold;
  position: relative;
}
.subids__link_main:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #f7931a;
  position: absolute;
  left: -24px;
}
.subids__name {
  font-size: 12px;
  line-height: 14px;
  color: #494949;
  font-weight: bold;
}
.subids__comment {
  font-size: 12px;
  line-height: 14px;
  color: #757575;
}
.subids__people {
  text-align: right;
}
.subids__people a.people {
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  color: #4285f4;
  text-decoration: none;
}
.subids__people a.people i {
  top: -1px;
}
.subids__people a.people.disabled {
  color: #757575;
  pointer-events: none;
}
.subids__earnings {
  min-width: 150px;
}
.subids__earnings .balance_sm {
  border: none;
  background-color: transparent;
  text-align: left;
  padding: 0;
}
.subids__earnings .balance__btc {
  justify-content: flex-start;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 2px;
  color: #000;
  white-space: nowrap;
}
.subids__earnings .balance__usd {
  padding-left: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.subids__action {
  justify-content: flex-end;
  font-size: 0;
}
.subids_full {
  max-width: none;
}
.subids_full .subids__name {
  flex: 1.5;
  font-size: 14px;
  line-height: 16px;
}
.subids_full .subids__comment {
  flex: 2;
  font-size: 13px;
  line-height: 15px;
}
.subids_full .subids__people {
  text-align: left;
}
.subids__head {
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}
.subids__head > div {
  flex: 1;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
.subids__head > div:first-child {
  padding-left: 0;
}
.subids__head > div:last-child {
  padding-right: 0;
}
.subids__head > div:nth-child(2) {
  flex: 1.5;
}
.subids__head > div:nth-child(3) {
  flex: 2;
}
.subids__head > div:nth-child(5) {
  min-width: 150px;
}
.subids__item {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.subids__item .people {
  font-size: 14px;
  color: #4285f4;
}
.subids__item .people i {
  top: 0;
}
.subids__item .people.disabled {
  color: #757575;
}
.subids__item > div {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  flex: 1;
  border-top: 1px solid #D6D6D6;
}
.subids__item > div:first-child {
  padding-left: 0;
}
.subids__item > div:last-child {
  padding-right: 0;
}
.subids__item:last-child > div {
  border-bottom: 1px solid #D6D6D6;
}
.subids__item:hover {
  background-color: #4285f4;
  border-top-color: #4285f4;
  border-bottom-color: #4285f4;
  color: #fff;
}
.subids__item:hover .btn {
  border-color: #fff;
}
.subids__item:hover .btn:active {
  border-color: #d6d6d6;
  color: #fff;
}
.subids__item:hover .people {
  color: #fff;
}
.subids__item:hover .people i {
  background-image: url("../images/people-light-blue.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subids__item:hover .people i {
    background-image: url("../images/people-light-blue@2x.png");
  }
}
.subids__item:hover > div {
  border-top-color: #4285f4;
}
.subids__item:hover + .subids__item > div {
  border-top-color: transparent;
}
.subids__item:hover .subids__link,
.subids__item:hover .subids__name,
.subids__item:hover .balance__btc {
  color: #fff;
}
.subids__item:hover .subids__comment,
.subids__item:hover .balance__usd {
  color: #97BEFF;
}
.subids__item:hover + .subids__item {
  border-top-color: #4285f4;
}
.subids__item:hover:last-child > div {
  border-bottom-color: #4285f4;
}
.subids__item td.subids__earnings {
  padding-bottom: 0;
}
.subids__footer {
  text-align: center;
  padding-top: 30px;
}
.subids__table-link {
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
  color: inherit;
}
.subids__table-link .subids__link {
  transition: color 0.2s;
}
.subids__table-link:hover .subids__link {
  color: #4285f4;
}
.subids--in-link tbody tr {
  border-bottom: none;
}
.subids--in-link tbody td {
  padding-top: 0;
  padding-bottom: 0;
}

/*
*
* Select styles
*
*/
.select {
  display: block;
  width: 100%;
  max-width: 300px;
  position: relative;
  text-align: left;
}
.select__value {
  cursor: pointer;
  display: block;
  height: 36px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #D6D6D6;
  font-size: 14px;
  color: #000;
  padding-left: 15px;
  line-height: 34px;
  position: relative;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 25px;
  transition: all 0.2s;
}
.select__value:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1px;
  background: url("../images/arrow-down-sm.svg") no-repeat center/cover;
  width: 8px;
  height: 4px;
}
.select__value.active, .select__value:hover {
  border-color: #4285f4;
  font-weight: bold;
  color: #494949;
}
.select__value.active:before, .select__value:hover:before {
  border-top-color: #494949;
}
.select__list {
  display: none;
  width: calc(100% - 2px);
  height: auto;
  min-width: 270px;
  max-height: 200px;
  position: absolute;
  top: 40px;
  left: 1px;
  z-index: 98;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
}
.select__list.active {
  display: block;
}
.select__item {
  display: block;
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
.select__item:hover {
  background-color: #4285f4;
  color: #fff;
}
.select__item:hover .dd-subid__link,
.select__item:hover .dd-subid__name,
.select__item:hover .dd-subid__btc {
  color: #fff;
}
.select__item:hover .dd-subid__comment,
.select__item:hover .people {
  color: #97BEFF;
}
.select__item:hover .people i {
  background-image: url("../images/people-light-blue.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .select__item:hover .people i {
    background-image: url("../images/people-light-blue@2x.png");
  }
}
.select.selected .select__value {
  color: #000;
  font-weight: bold;
}
.select_simple .select__value {
  font-weight: bold;
  color: #757575;
  display: inline-block;
  height: auto;
  padding-left: 0;
  border: none;
}
.select_simple:hover .select__value {
  color: #494949;
}
.select .dropdown {
  top: 40px;
  border-radius: 6px;
}

/*
* Landing dropdown
*/
.select-landing {
  padding: 12px 10px;
}
.select-landing:hover .select-landing__num {
  color: #fff;
}
.select-landing:hover .select-landing__url {
  color: #97BEFF;
}
.select-landing__flex {
  display: flex;
  align-items: center;
  width: 100%;
  color: #494949;
}
.select-landing__cover {
  flex: 0 0 auto;
  width: 68px;
  height: 42px;
}
.select-landing__cover img {
  max-width: 100%;
  height: auto;
}
.select-landing__body {
  width: 100%;
  text-align: left;
  padding-left: 13px;
  padding-bottom: 3px;
}
.select-landing__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2px;
}
.select-landing__row:last-child {
  margin-bottom: 0;
}
.select-landing__num {
  font-size: 16px;
  font-weight: bold;
  margin-right: 30px;
}
.select-landing__url {
  font-size: 11px;
  line-height: 12px;
}
.select-landing__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.select-landing__category-item {
  display: block;
  padding: 3px 6px;
  margin: 2px;
  font-size: 10px;
  line-height: 11px;
  font-weight: bold;
  border-radius: 8.5px;
  text-transform: uppercase;
  background-color: #D6D6D6;
}
@media (max-width: 600px) {
  .select-landing__category-item {
    font-size: 9px;
    line-height: 10px;
    padding: 2px 4px;
  }
}

.select-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-link:hover .select-link__item, .select-link:hover .select-link__link, .select-link:hover .select-link__additional, .select-link:hover .select-link__name, .select-link:hover .select-link__comment, .select-link:hover .select-link__btc {
  color: #fff;
}
.select-link__link {
  width: 80px;
  font-size: 16px;
  line-height: 17px;
  color: #494949;
  flex-shrink: 0;
  margin-right: 10px;
  text-align: left;
}
.select-link__link--main {
  font-weight: bold;
}
.select-link__name {
  font-size: 11px;
  line-height: 12px;
  color: #494949;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  flex: 1;
}
.select-link__comment {
  font-size: 11px;
  line-height: 12px;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
  text-align: left;
}

.cbclick {
  position: relative;
  background-color: #FFFDFD;
  padding: 50px 0 50px 50px;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 767px) {
  .cbclick {
    padding: 40px 30px;
  }
}
.cbclick__content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cbclick__content {
    display: block;
  }
}
.cbclick__info {
  width: 100%;
  max-width: 490px;
}
.cbclick__info .icon {
  margin-bottom: 30px;
}
.cbclick__info .title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
}
.cbclick__info .desc {
  font-size: 16px;
  line-height: 26px;
  color: #757575;
  margin-bottom: 30px;
}
.cbclick__info .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  font-size: 15px;
  line-height: 17px;
  min-height: 50px;
  width: 100%;
  max-width: 300px;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .cbclick__info {
    text-align: center;
    margin: 0 auto 40px;
  }
}
@media (max-width: 500px) {
  .cbclick__info .title {
    font-size: 26px;
    line-height: 30px;
  }
  .cbclick__info .desc {
    font-size: 14px;
    line-height: 18px;
  }
}
.cbclick__screen {
  margin-left: 20px;
  margin-right: -140px;
}
@media (max-width: 900px) {
  .cbclick__screen {
    margin-right: -240px;
  }
}
@media (max-width: 767px) {
  .cbclick__screen {
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
  }
  .cbclick__screen img {
    max-width: 100%;
    vertical-align: top;
  }
}
.cbclick__label {
  text-align: center;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  background-color: #37CC33;
  color: #fff;
  width: 70px;
  min-height: 26px;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.cbclick__label:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  display: block;
  border-top: 13px solid #37CC33;
  border-bottom: 13px solid #37CC33;
  border-right: 10px solid transparent;
}
.cbclick__close {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  width: 32px;
  height: 32px;
  top: 5px;
  right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.667 6L0 1.333 1.333 0 6 4.667 10.667 0 12 1.333 7.333 6 12 10.667 10.667 12 6 7.333 1.333 12 0 10.667z' fill='%23757575' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.cbclick__close:hover {
  filter: hue-rotate(25deg);
}

.eo-promo {
  margin-top: 40px;
}
.eo-promo-container {
  background-color: #FFFAFA;
  border: 1px solid #F74249;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 25px;
}
.eo-promo b {
  font-weight: bold;
}
.eo-promo a:not(.btn) {
  text-decoration: none;
  color: #4285f4;
  transition: color 0.2s;
}
.eo-promo a:not(.btn):hover {
  color: #f7931a;
}
.eo-promo__title {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.eo-promo__desc {
  font-size: 12px;
  line-height: 20px;
  color: #494949;
  margin-bottom: 20px;
}
.eo-promo__list {
  list-style: decimal;
  padding-left: 16px;
}
.eo-promo__list li {
  color: #f7931a;
  font-weight: bold;
  margin-bottom: 6px;
}
.eo-promo__list li p {
  font-size: 12px;
  line-height: 20px;
  color: #494949;
  font-weight: normal;
}
.eo-promo .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  height: 40px;
  color: #fff;
}

/*
* Store blocks
*/
.google-play {
  display: block;
  margin-bottom: 30px;
}
.google-play:last-child {
  margin-bottom: 0;
}
.google-play__title {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  color: #000;
  font-weight: bold;
  max-width: 420px;
  margin: 0 auto 15px;
}
.google-play__label {
  max-width: 420px;
  margin: 0 auto 15px;
  text-align: left;
  font-size: 16px;
  line-height: 1;
}
.google-play__label span {
  margin-right: 10px;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: bold;
}
.google-play__link {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  outline: none;
  background-color: #000;
  background-image: url("../images/get-it-on-google-play@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  background-size: 157px 37px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .google-play__link {
    background-image: url("../images/get-it-on-google-play@2x.png");
  }
}
.google-play__link:hover {
  background-color: #f7931a;
}
.google-play__link--inverse {
  background-color: #fff;
  background-size: 157px 37px;
  background-image: url("../../images/google-play_black.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .google-play__link--inverse {
    background-image: url("../../images/google-play_black@2x.png");
  }
}
.google-play.basic .google-play__label span {
  color: #757575;
}
.google-play.basic .google-play__link:not(:hover) {
  background-color: #4285f4;
}
.google-play.pro .google-play__label span {
  color: #f7931a;
}
.google-play.lite .google-play__label span {
  color: #1AB9E5;
}
.google-play.lite .google-play__link:not(:hover) {
  background-color: #4285f4;
}
.google-play--second {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
}
.google-play--second:hover .google-play__link {
  background-color: #4285f4;
}
.google-play--second:hover .google-play__label {
  background-color: #4285f4;
}
.google-play--second:hover .google-play__label span {
  color: #fff;
}
.google-play--second .google-play__label {
  flex: 0 0 82px;
  max-width: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 0;
}
.google-play--second .google-play__label span {
  margin-right: 0;
}
.google-play--second .google-play__link {
  border-radius: 0;
}
.google-play--second.lite .google-play__link:not(:hover) {
  background-color: #000;
}

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

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

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

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

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

@media screen and (max-width: 1080px) {
  .page_second .logo,
  .page_about .logo,
  .page_simple .logo {
    margin-bottom: 20px;
  }
  .page_second .header,
  .page_about .header,
  .page_simple .header {
    margin-bottom: 0;
    flex-direction: column;
  }
  .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: 10px;
    padding-right: 10px;
  }
  .landings {
    flex-direction: column;
    align-items: center;
  }
  .landing {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .images {
    flex-direction: column;
    align-items: center;
  }
  .images_sm .image:nth-child(3n) {
    margin-right: 0;
  }
  .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;
  }
}
@media screen and (max-width: 850px) {
  .store_cryptosearch span,
  .store_cryptotab span {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .b-num {
    padding-top: 50px;
  }
  .b-num__item {
    padding-top: 80px;
  }
  .b-num__title {
    font-size: 28px;
    line-height: 31px;
    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: 0px;
  }
  .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;
  }
  .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;
  }
}
@media screen and (max-width: 750px) {
  .section_additional-links .card__title {
    margin-bottom: 0;
  }
  .header__logo {
    background-color: #fff;
  }
  .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: 800px) {
  .btn_social {
    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;
  }
  .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: 768px) {
  .mobile-only {
    display: block;
  }
  .page_second .container {
    min-height: 0;
    padding-top: 10px;
  }
  .page_second .header .logo,
  .page_payments .header .logo {
    margin-bottom: 0;
  }
  .page_start .header__menu {
    border-bottom: 1px solid #d6d6d6;
  }
  .page_second .scroll2top.show {
    display: none;
  }
  .calc {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .calc__row {
    display: block;
  }
  .calc__item {
    margin-bottom: 50px;
    padding-right: 0;
  }
  .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;
  }
  .page_about .scroll-icon {
    display: none;
  }
  .page_about .first {
    padding-bottom: 0;
  }
  .page_about .levels-scheme .subtitle {
    font-size: 28px;
    line-height: 40px;
  }
  .section_last {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
  }
  .section_last .desc_big {
    margin-bottom: 20px;
  }
  .section--balance {
    background-color: transparent;
  }
  .section--balance .section__header, .section--balance .balance, .section--balance .row, .section--balance .info__item {
    background-color: #fff;
  }
  .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;
    transform: none;
  }
  .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: 20px;
    padding-right: 20px;
    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: flex;
  }
  .logo {
    width: 230px;
    height: auto;
  }
  .page_second .logo,
  .page_about .logo,
  .page_simple .logo,
  .page_invite .logo {
    margin-bottom: 0 !important;
  }
  .page_invite .promo,
  .page_promo .promo,
  .page_dark .promo {
    display: none;
  }
  .page_invite .first .header__logo,
  .page_promo .first .header__logo,
  .page_dark .first .header__logo {
    background-color: #000;
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .page_invite .first .header__logo .logo,
  .page_promo .first .header__logo .logo,
  .page_dark .first .header__logo .logo {
    margin-bottom: 0;
  }
  .page_invite .first .header__menu,
  .page_promo .first .header__menu,
  .page_dark .first .header__menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .page_invite .first .header__navbar,
  .page_promo .first .header__navbar,
  .page_dark .first .header__navbar {
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .page_dark .header {
    position: relative;
    z-index: 100;
  }
  .page_dark .header__logo {
    background-color: #000;
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .page_dark .header__logo .logo {
    margin-bottom: 0;
  }
  .page_dark .header__menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .page_dark .header__navbar {
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .page_simple .container {
    height: auto;
    min-height: 0;
    padding-top: 40px;
  }
  .logo svg {
    width: 254px;
    height: 47px;
  }
  .container_promo .logo {
    margin-bottom: 0;
  }
  .btn_subid {
    height: auto;
    padding-bottom: 18px;
  }
  .first {
    min-height: 0;
  }
  .first .wrapper {
    padding: 30px 20px 0;
  }
  .first .title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  .first .description {
    text-align: center;
    font-size: 16px;
    line-height: 155%;
    color: #494949;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .first .btn:not(.btn_social, .btn_copy) {
    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__navbar {
    background-color: #fff;
  }
  .first .header__logo {
    background-color: #fff;
  }
  .first .header .logo {
    margin-bottom: 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 .wrapper {
    padding-bottom: 0;
  }
  .first_invite .wrapper .content {
    padding-bottom: 300px;
    text-align: center;
  }
  .first_invite .wrapper .content:before {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 247px;
    height: 260px;
    background-size: 247px 260px;
  }
  .first_invite .header {
    border-bottom: 1px solid #757575;
  }
  .first_invite .header__menu {
    border-color: #757575;
  }
  .first_invite .header__lang {
    position: static;
    margin-right: 15px;
  }
  .first_invite .description {
    color: #D6D6D6;
  }
  .first_invite .social-btns-title {
    text-align: center;
  }
  .first_invite .social-btns {
    margin-left: auto;
  }
  .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 .subtitle {
    margin-bottom: 40px;
  }
  .subtitle {
    font-size: 28px;
    line-height: 31px;
  }
  .calc__label {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    margin-bottom: 27px;
  }
  .calc__label b {
    font-size: 28px;
    line-height: 31px;
    top: 3px;
  }
  .rangeSlider__horizontal {
    height: 5px;
    max-width: 300px;
  }
  .rangeSlider__handle {
    width: 25px;
    height: 25px;
    border-width: 5px;
    top: -10px;
  }
  .calc__item {
    margin-bottom: 50px;
  }
  .calc__item + .calc__item {
    margin-top: 0;
  }
  .btn_calc {
    height: auto;
    min-height: 50px;
    font-size: 16px;
    line-height: 17px;
    padding-left: 65px;
    padding-top: 17px;
    padding-bottom: 16px;
    padding-right: 40px;
    text-align: center;
  }
  .btn_calc:before {
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
  }
  .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;
  }
  .join {
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .join .store_android {
    display: none;
  }
  .join__content {
    max-width: none;
    text-align: center;
    margin-left: 0;
  }
  .join__content::before {
    display: none;
  }
  .join__icon {
    margin-left: auto;
    margin-right: auto;
  }
  .join__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
  }
  .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;
  }
  .referrals__label {
    font-size: 12px;
  }
  .referrals__total {
    font-size: 24px;
  }
  .referrals__total span:before {
    top: 2px;
  }
  .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: 200px;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 10px;
  }
  .section_additional-links .card__title .btn_subid {
    min-width: 0;
  }
  .section_simple {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page_affiliate-promo .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page_affiliate-promo .result {
    padding-bottom: 0;
  }
  .page_affiliate-promo .banners__img-bot {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    width: 1020px;
    max-width: none;
  }
  .page_affiliate-promo .bform {
    padding: 30px 20px;
  }
  .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;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    background-size: 400px 192px;
    background-position: bottom -3px center;
  }
  .materials .title {
    font-size: 28px;
    line-height: 31px;
  }
  .materials .description {
    font-size: 16px;
    line-height: 155%;
  }
  .materials .btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 350px;
    margin: 0 auto;
    gap: 10px;
  }
  .materials .btns a {
    margin: 0;
  }
  .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;
  }
  .b-num {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .b-num__upto {
    display: none;
  }
  .b-num__list {
    margin-bottom: 30px;
  }
  .b-num__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .b-num__text {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  .b-num__text p {
    margin-bottom: 10px;
  }
  .b-num__item:before {
    font-size: 28px;
    line-height: 31px;
    width: 54px;
  }
  .b-num__item:last-child {
    margin-bottom: 40px;
  }
  .b-num__btn {
    text-align: center;
    margin-top: 30px;
  }
  .b-num__subtitle {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 10px;
    text-align: left;
  }
  .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;
  }
  .section.startearning .steps {
    padding-left: 0;
    padding-right: 0;
  }
  .section_posts .subtitle {
    font-size: 28px;
    line-height: 32px;
  }
  .steps {
    max-width: none;
    margin-bottom: 0;
  }
  .steps__item {
    width: 100%;
    text-align: left;
  }
  .steps__item:last-child {
    margin-bottom: 0;
  }
  .steps__item:before {
    display: none;
  }
  .steps__icon_1 img {
    width: 88px;
  }
  .steps__icon_2 img {
    width: 60px;
  }
  .steps__icon_3 img {
    width: 60px;
  }
  .steps__icon_4 img {
    width: 60px;
  }
  .steps__text, .steps__bold-text {
    padding-left: 45px;
    position: relative;
  }
  .steps__text:before, .steps__bold-text:before {
    content: counter(steps);
    box-sizing: border-box;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 22px;
    border: 2px solid #F7931A;
    border-radius: 13px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    color: #F7931A;
  }
  .getaccess {
    padding-top: 50px;
    background-image: url("../images/affiliate_cover_mobile.png");
    background-size: 400px 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;
  }
  .getaccess .description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .getaccess .btn {
    margin-bottom: 10px;
  }
  .getaccess .note {
    display: block;
  }
  .card_balance_2 {
    border: none;
    margin-bottom: 10px;
  }
  .card_balance_2 .section__header {
    border-radius: 6px 6px 0px 0px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 13px 15px;
    border: 1px solid #D6D6D6;
  }
  .card_balance_2 .section__header span {
    text-align: center;
    margin-bottom: 0;
  }
  .card_balance_2 .balance_l {
    margin-bottom: 0;
  }
  .card_balance_2 .btc-chart--mob {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    margin: 0 0 10px;
    width: 100%;
    padding: 7px 15px;
  }
  .card_balance_2 .btc-chart--mob .btc-chart__container {
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .card_balance_2 .btc-chart--mob .btc-chart__rates {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .card_balance_2 .btc-chart--mob .btc-chart__rates b {
    margin: 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    color: #000;
  }
  .card_balance_2 .btc-chart--mob .btc-chart__rates span {
    font-size: 14px;
    line-height: 16px;
    color: #757575;
  }
  .card_balance_2 .balance_l, .card_balance_2 .row-chart {
    border-right: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
  }
  .card_balance_2 .info {
    border-top: 0px;
  }
  .card_balance_2 .odometer {
    font-size: 32px;
    line-height: 37px;
  }
  .card_balance_2 .balance__usd {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .card_balance_2 .balance__btc {
    padding: 30px 0 15px;
    font-size: 32px;
    line-height: 37px;
    font-weight: normal;
  }
  .card_balance_2 .row {
    justify-content: center;
  }
  .card_balance_2 .row .btc-chart {
    margin: 0 auto;
  }
  .card_balance_2 .info__item--mob {
    display: block;
    width: 100%;
    background-color: #fff;
    text-align: left;
    padding: 13px 15px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    border: 1px solid #D6D6D6;
    border-radius: 8px 8px 0px 0px;
  }
  .card_balance_2 .info__item:not(.info__item--withdraw) {
    border-right: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    padding: 20px 15px;
  }
  .card_balance_2 .info__item:not(.info__item--withdraw):nth-last-child(2) {
    border-radius: 0px 0px 8px 8px;
  }
  .card_balance_2 .info__item:not(.info__item--withdraw) .col {
    width: 100%;
  }
  .card_balance_2 .info__item:not(.info__item--withdraw) .col .info__mob-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .card_balance_2 .info__item:not(.info__item--withdraw) .col .info__btc {
    margin: 0;
  }
  .card_balance_2 .info__item:not(.info__item--withdraw) .col .info__usd {
    font-size: 11px;
    line-height: 13px;
  }
  .card_balance_2 .info__item--farm {
    display: none;
  }
  .card_balance_2 .info__item--farm-mobile {
    display: flex;
  }
  .card_balance_2 .info__item--withdraw {
    display: none;
    padding: 15px 20px;
  }
  .card_balance_2 .info__item--withdraw-mobile {
    display: flex;
    padding: 0;
    background-color: transparent;
    margin-bottom: 10px;
    border-bottom: none;
  }
  .card_balance_2 .info__item--withdraw .btn {
    max-width: none;
    border-radius: 0px 0px 6px 6px;
  }
  .card-wrapper .card__footer .btn {
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .range-picker {
    width: 100%;
  }
  .range-picker__period {
    width: 100%;
  }
  .card--share .section.section_links {
    padding-top: 30px;
  }
  .card--share .section.section_links .img {
    margin-bottom: 15px;
  }
  .card--share .section.section_links .social-btns .social-btn {
    margin-right: 0px;
  }
  .card--share .section.section_links .social-btns {
    justify-content: space-between;
    margin-bottom: 0;
  }
  .card-wrapper {
    margin-bottom: 10px;
  }
  .sticky-block--sticker.in-content {
    display: flex;
    margin: 10px 0;
  }
  .sticky-block--sticker.in-content .sticky-block__img {
    position: static;
    height: auto;
    width: 100%;
    display: block;
  }
  .sticky-block--sticker.in-content .sticky-block__img img {
    width: 100%;
    max-width: 100%;
  }
  .sticky-block--sticker.in-content .sticky-block__container {
    padding: 0;
  }
  .sticky-block--sticker.in-content .sticky-block__content {
    padding: 20px 15px;
  }
  .sticky-block--sticker.in-content .sticky-block__title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .sticky-block--sticker.in-content .sticky-block__text {
    font-size: 22px;
    line-height: 32px;
  }
  .sticky-block--sticker.in-content .sticky-block__btn {
    border: none;
    padding: 27px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #D6D6D6;
    width: 100%;
    border-radius: 0px;
  }
  .sticky-block--sticker.in-content .sticky-block__btn span {
    position: static;
    margin-left: 7px;
    font-size: 10px;
    line-height: 11px;
  }
}
@media screen and (max-width: 550px) {
  .referrals__col_earnings {
    flex-direction: column;
  }
  .referrals__col_earnings .earnings {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .b-num__item {
    padding-top: 65px;
  }
}
@media screen and (max-width: 440px) {
  .btn_activate {
    min-width: 0;
  }
  .balance_l .balance__btc {
    font-size: 26px;
  }
  .balance_l .balance__btc img {
    width: 40px;
    height: 40px;
    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 .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;
  }
  .startearning .title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 380px) {
  .footer__logo {
    align-self: flex-start;
  }
  .footer__logo img {
    width: 190px;
    height: auto;
  }
  .landing {
    width: 280px;
    margin-bottom: 30px;
  }
  .landing:last-child {
    margin-bottom: 0;
  }
  .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;
  }
}
/* Pages */
.page_stay-home-promo .container {
  display: block;
  height: auto;
  min-height: 0;
}
.page_stay-home-promo .section_simple {
  background-color: #f7f7f7;
  border-top: 1px solid #D6D6D6;
}

.stay-home-top {
  padding: 40px 20px 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .stay-home-top {
    margin-top: -40px;
  }
}
.stay-home-top .content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.stay-home-top img {
  margin-bottom: 20px;
}
.stay-home-top .title {
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .stay-home-top .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.stay-home-top .desc {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
}
.stay-home-top .tripple-arrow {
  width: 55px;
  margin-left: auto;
  margin-right: auto;
}

.stay-home-card {
  padding: 50px;
}
@media (max-width: 991px) {
  .stay-home-card {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .stay-home-card {
    padding: 20px;
  }
}
.stay-home-card__row {
  display: flex;
  margin-bottom: 40px;
}
.stay-home-card__row:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .stay-home-card__row {
    display: block;
  }
}
.stay-home-card .img {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  max-width: 430px;
  margin-right: 40px;
}
.stay-home-card .img img {
  max-width: 100%;
  vertical-align: top;
}
@media (max-width: 991px) {
  .stay-home-card .img {
    max-width: 300px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .stay-home-card .img {
    max-width: 430px;
    margin: 0 auto 40px;
  }
}
.stay-home-card .content {
  width: 100%;
  text-align: left;
}
.stay-home-card .content b {
  font-weight: bold;
}
@media (max-width: 767px) {
  .stay-home-card .content {
    max-width: 430px;
    margin: 0 auto;
  }
}
.stay-home-card .label {
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 20px;
}
.stay-home-card .field {
  border: 1px solid #CECECE;
  border-radius: 2px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  word-break: break-all;
  padding: 11px 15px;
  margin-bottom: 20px;
}
.stay-home-card .btns {
  display: flex;
  margin: -5px -5px 15px;
}
@media (max-width: 450px) {
  .stay-home-card .btns {
    display: block;
  }
}
.stay-home-card .btns .btn {
  max-width: 430px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  height: 50px;
  padding: 10px 15px;
  margin: 5px;
}
.stay-home-card .text {
  font-size: 14px;
  line-height: 24px;
  color: #494949;
  margin-bottom: 20px;
}
.stay-home-card .text:last-child {
  margin-bottom: 0;
}

.stay-home-sharing {
  border: 2px solid #4285f4;
  border-radius: 2px;
  padding: 25px 30px 30px;
}
.stay-home-sharing .text {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}

.stay-home-images {
  padding: 20px 20px 30px;
  text-align: left;
}
@media (max-width: 600px) {
  .stay-home-images {
    text-align: center;
  }
}
.stay-home-images .text {
  font-size: 14px;
  line-height: 24px;
  color: #494949;
  margin-bottom: 20px;
}
.stay-home-images .label {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
  color: #757575;
}
.stay-home-images .label b {
  color: #000;
  font-weight: bold;
}
.stay-home-images .images {
  width: auto;
  max-width: none;
  margin: -5px -5px -25px;
  flex-direction: row;
  justify-content: center;
}
.stay-home-images .images--spring21 {
  margin-bottom: 10px;
}
.stay-home-images .images .image {
  margin: 5px 5px 25px;
  width: 100%;
  max-width: 310px;
  text-align: center;
}
.stay-home-images .images .image img {
  position: relative;
  z-index: 2;
  height: auto;
  max-height: 100%;
  vertical-align: top;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.stay-home-images .images .image__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 162px;
  margin-bottom: 10px;
}
.stay-home-images .images .image__container:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #D6D6D6;
  background-color: #F7F7F7;
}

.page_generate-code-promo .container {
  padding-top: 20px;
}
.page_generate-code-promo .description .ios {
  display: none;
}
.page_generate-code-promo .description a {
  color: #4285f4;
  text-decoration: none;
  transition: color 0.3s;
}
.page_generate-code-promo .description a:hover {
  color: #f7931a;
}
.page_generate-code-promo.mac .description .android {
  display: none;
}
.page_generate-code-promo.mac .description .ios {
  display: inline;
}
.page_generate-code-promo .footer {
  width: 100%;
}
.page_generate-code-promo .loader__spinner > div {
  background: #fff;
  width: 14px;
  height: 14px;
}
.page_generate-code-promo .hidden-block {
  padding-bottom: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 250ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.page_generate-code-promo .hidden-block.active {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .page_generate-code-promo .header {
    margin-bottom: 0;
  }
}
.page_generate-code-promo .steps__item {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page_generate-code-promo .steps__item {
    max-width: 100%;
    padding-top: 0;
  }
}
.page_generate-code-promo .steps {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page_generate-code-promo .steps {
    padding: 0 20px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page_generate-code-promo .steps__arrow {
    transform: rotate(90deg);
    margin-right: auto;
    transform-origin: left;
    margin-left: 13px;
    display: block;
  }
}
.page_generate-code-promo .steps.steps--second {
  justify-content: space-around;
}
.page_generate-code-promo .steps.steps--no-padding {
  padding-bottom: 0;
}
.page_generate-code-promo .container {
  min-height: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page_generate-code-promo .container {
    padding-top: 20px;
  }
}
.page_generate-code-promo .container .section {
  width: 100%;
}
.page_generate-code-promo .title,
.page_generate-code-promo .description {
  margin-top: 20px;
}
.page_generate-code-promo .section .container {
  max-width: 1100px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.page_generate-code-promo .section__arrow {
  display: flex;
  max-width: 55px;
  width: 100%;
  transform: rotate(90deg);
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .page_generate-code-promo .section__arrow {
    display: none;
  }
}
.page_generate-code-promo .section__arrow--first {
  transform: rotate(-90deg);
  margin-right: 40px;
  margin-left: 0;
}
.page_generate-code-promo .section__img {
  margin-top: 40px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page_generate-code-promo .section__img .main-img {
    display: none;
  }
}
.page_generate-code-promo .steps {
  margin-top: 50px;
}
.page_generate-code-promo .buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.page_generate-code-promo .btn-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  position: relative;
}
.page_generate-code-promo .btn-with-icon .content {
  display: flex;
  align-items: center;
  transition: opacity 250ms ease;
  opacity: 1;
  visibility: visible;
}
.page_generate-code-promo .btn-with-icon .loader__spinner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 250ms ease;
  visibility: hidden;
  opacity: 0;
}
.page_generate-code-promo .btn-with-icon.active .content {
  opacity: 0;
  visibility: hidden;
}
.page_generate-code-promo .btn-with-icon.active .loader__spinner {
  opacity: 1;
  visibility: visible;
}
.page_generate-code-promo .btn-with-icon svg {
  margin-right: 10px;
}
.page_generate-code-promo .video-block {
  display: block;
  background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
  padding: 80px 20px;
  position: relative;
  overflow-x: hidden;
  flex: 1;
  width: 100%;
}
.page_generate-code-promo .video-block:before {
  content: url("../images/video-bkg.svg");
  position: absolute;
  top: 150px;
  left: calc(50% - 890.5px);
}
@media (max-width: 768px) {
  .page_generate-code-promo .video-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page_generate-code-promo .video-block:before {
    display: none;
  }
}
.page_generate-code-promo .video-block__content {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .page_generate-code-promo .video-block__content {
    margin-bottom: 30px;
  }
}
.page_generate-code-promo .video-block .subtitle {
  color: #fff;
  margin-bottom: 20px;
}
.page_generate-code-promo .video-block .subtitle span {
  color: #f7931a;
}
.page_generate-code-promo .video-block__text {
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #757575;
  text-align: center;
}
@media (max-width: 768px) {
  .page_generate-code-promo .video-block__text {
    font-size: 15px;
    line-height: 20px;
  }
}
.page_generate-code-promo .video-block__video {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page_generate-code-promo .video-block__video-wrap {
  position: relative;
  padding-bottom: 52.37%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.page_generate-code-promo .video-block__video-wrap amp-iframe,
.page_generate-code-promo .video-block__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_generate-code-promo .video-block__btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.page_generate-code-promo .video-block__btn .btn {
  max-width: 320px;
  width: 100%;
}
.page_generate-code-promo .tooltip-message,
.page_generate-code-promo .tooltip__text {
  right: 10px;
  left: auto;
}
@media only screen and (max-width: 500px) {
  .page_generate-code-promo #getFarm.popup {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page_generate-code-promo #getFarm .popup__handler {
  max-width: 345px;
  border-radius: 10px;
}
@media only screen and (max-width: 500px) {
  .page_generate-code-promo #getFarm .popup__handler {
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
  }
}
.page_generate-code-promo #getFarm .popup__slider {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.page_generate-code-promo #getFarm .popup__slider .tns-item {
  position: relative;
}
.page_generate-code-promo #getFarm .popup__slider .tns-item img {
  margin-right: 0;
  margin: 0 auto;
}
.page_generate-code-promo #getFarm .popup__shape {
  position: absolute;
  top: 25px;
  right: 0;
}
.page_generate-code-promo #getFarm .tns-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.page_generate-code-promo #getFarm .tns-nav button {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 6px;
  background: #d6d6d6;
  margin-left: 10px;
}
.page_generate-code-promo #getFarm .tns-nav button:first-child {
  margin-left: 0;
}
.page_generate-code-promo #getFarm .tns-nav button.tns-nav-active {
  background: #f7931a;
}
.page_generate-code-promo #getFarm button[data-action=stop] {
  display: none;
}
.page_generate-code-promo #getFarm .popup__wrap-btn {
  margin-top: 20px;
  display: flex;
  width: 100%;
}
.page_generate-code-promo #getFarm .btn {
  height: 50px;
  line-height: 50px;
  max-width: 235px;
  width: 100%;
  border-radius: 6px;
  text-align: center;
}
.page_generate-code-promo #getFarm .btn--android {
  background-color: #000;
  border-radius: 6px;
  margin-left: 10px;
  width: 70px;
  display: flex;
}
.page_generate-code-promo #getFarm .btn--android:hover {
  background-color: #f7931a;
}
.page_generate-code-promo #getFarm .btn--android::before {
  content: "";
  display: block;
  margin: auto;
  flex: 0 0 auto;
  width: 22.29px;
  height: 24px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icon-googleplay.svg);
}
.page_generate-code-promo #getFarm .popup__close--second {
  position: absolute;
  bottom: -36px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: color 250ms ease;
}
.page_generate-code-promo #getFarm .popup__close--second:hover {
  color: #f7931a;
}
.page_generate-code-promo #getFarm .popup__header--second {
  align-items: start;
  flex-direction: column;
  padding: 20px 15px 0;
  border-radius: 10px;
}
.page_generate-code-promo #getFarm .popup__header--second h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.page_generate-code-promo #getFarm .popup__header--second p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
.page_generate-code-promo #getFarm .popup__header--second p > a {
  font-weight: bold;
  color: #4285f4;
  text-decoration: none;
  transition: color 250ms ease;
}
.page_generate-code-promo #getFarm .popup__header--second p > a:hover {
  color: #f7931a;
}
.page_generate-code-promo .skeleton-box {
  display: inline-block;
  height: 19px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .share {
    padding-bottom: 200px;
  }
}
.share.hide {
  display: none;
}
.share__oval {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.share__oval--second {
  top: auto;
  transform: none;
  bottom: 0;
}
.share__oval.right {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .share__oval.right {
    display: none;
  }
}
.share__oval.left {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .share__oval.left {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }
}
.share__title {
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .share__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.share__title--danger {
  color: #f7931a;
}
.share__text {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}
.share__first-block {
  padding: 20px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .share__first-block {
    padding: 15px;
  }
}
.share__or {
  position: absolute;
  color: #303030;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  text-transform: uppercase;
  border: 1px solid #d9d9d9;
  border-radius: 9px;
  padding: 2px 5px 1px 4px;
  background: #fff;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .share__or {
    display: none;
  }
}
.share__wrap-btn {
  margin-top: 30px;
  width: 100%;
}
.share__wrap-btn > .btn {
  max-width: 320px;
  width: 100%;
}
.share__first-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: left;
  color: #000000;
}
.share__block {
  background: #f7f7f7;
  border: 1px solid #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  max-width: 700px;
  width: 100%;
  margin: 60px auto 0;
}
.share__block--second {
  margin-top: 30px;
}
.share__block .refurl {
  margin: 0 auto;
  max-width: 100%;
}
.share__block .social-btns {
  padding: 20px 0;
}
@media only screen and (max-width: 800px) {
  .share__block .social-btns {
    padding: 20px;
    max-width: 600px;
  }
}
@media only screen and (max-width: 800px) {
  .share__block .social-btns .social-btn {
    margin: 3px;
  }
}
@media only screen and (max-width: 800px) {
  .share__block .social-btns .social-btns__more {
    margin: 3px;
  }
}
.share__block .social-btns .social-btns__list {
  transform: translateX(0px) translateY(calc(-100% + 5px));
}
@media only screen and (max-width: 800px) {
  .share__block .social-btns .social-btns__list {
    width: 132px;
    padding: 20px;
  }
}
.share__block-approve {
  padding: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.share__arrow {
  transform: rotate(180deg);
}
.share__notification {
  max-width: 700px;
  margin: 0 auto;
  border: 2px solid #f74249;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.3));
  border-radius: 4px;
  padding: 13px 18px;
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.share__notification span {
  color: #f74249;
  font-weight: normal;
}
.share__notification--second {
  border-color: #f7931a;
}
.share__notification--second span {
  color: #f7931a;
}
.share__singin {
  padding-left: 34px;
  font-weight: bold;
}

.stats {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  margin: 20px;
}
@media only screen and (max-width: 767px) {
  .stats {
    margin: 15px;
  }
}
.stats__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-top: 1px solid #d6d6d6;
  text-align: left;
}
.stats__block--first {
  border-top: none;
}
@media only screen and (max-width: 768px) {
  .stats__block--first {
    justify-content: center;
  }
  .stats__block--first .stats__title {
    display: none;
  }
}
.stats__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #f7931a;
}
.stats__desc {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  color: #000000;
}
.stats__row {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .stats__row {
    flex-direction: column;
  }
}
.stats__col {
  flex: 1;
}
.stats__col:not(:first-child) {
  border-left: 1px solid #d6d6d6;
}
@media only screen and (max-width: 768px) {
  .stats__col:not(:first-child) {
    border-left: none;
  }
}
.stats__btc {
  display: flex;
  align-items: center;
}
.stats__btc span {
  margin-left: 10px;
}

.refurl {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .refurl {
    flex-wrap: wrap;
  }
  .refurl.refurl--full .refurl__value {
    flex: 1 0 100%;
    margin-right: 0;
  }
  .refurl.refurl--full .btn {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-indent: 0;
    margin: 0;
    margin-top: 15px;
  }
  .refurl.refurl--full .btn svg {
    margin: 0;
    margin-right: 10px;
  }
}
.refurl__hide-social {
  display: none;
  position: absolute;
  width: 380px;
  height: auto;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 20px 10px 10px 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
@media only screen and (max-width: 800px) {
  .refurl__hide-social {
    padding: 20px 0px 0px 20px;
    width: 320px;
  }
}
.refurl__hide-social.active {
  display: block;
}
.refurl__hide-social .social-btns__more {
  display: none;
}
.refurl__hide-social .social-btns {
  justify-content: flex-start;
}
.refurl__hide-social .social-btns .social-btn {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 800px) {
  .refurl__hide-social .social-btns .social-btn {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.refurl__hide-social .social-btns .social-btns__more {
  display: none;
}
.refurl__hide-social .social-btns__list {
  display: inline-flex;
  position: relative;
  transform: none;
  width: auto;
  padding: 0;
  box-shadow: none;
  text-align: left;
}
.refurl__value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 460px;
  height: 60px;
  padding-left: 20px;
  padding-right: 15px;
  border: 1px solid #cecece;
  border-right: none;
  border-radius: 6px;
  position: relative;
}
.refurl__value .referred {
  position: absolute;
  left: 0;
  bottom: -35px;
}
.refurl__value--second {
  height: 50px;
  border-right: 1px solid #cecece;
  width: 0;
  flex: 1 0 auto;
  margin-right: 10px;
  overflow: hidden;
}
.refurl__link {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}
.refurl__link.not-signin {
  color: #d6d6d6;
}
@media only screen and (max-width: 768px) {
  .refurl__link {
    display: flex;
    overflow: auto;
    padding: 10px 0;
  }
}
.refurl__subid {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  white-space: nowrap;
}
.refurl__subid b {
  font-weight: bold;
}
.refurl__subid:hover {
  color: #4285f4;
}
.refurl__subid:after {
  content: "";
  display: inline-block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: none;
  border-top: 4px solid #d0d0d0;
  position: relative;
  top: -2px;
}
.refurl .dropdown_subids {
  right: 15px;
  top: 45px;
  width: calc(100% - 14px);
}
.refurl--second {
  border: 1px solid #d6d6d6;
  max-width: 730px;
  padding: 25px;
  margin: 0 auto 50px;
  background-color: #f7f7f7;
}
.refurl--second .refurl__title {
  font-size: 13px;
  line-height: 1.7;
  height: 40px;
  color: #494949;
  font-weight: bold;
  padding: 0 15px;
  border: 1px solid #cecece;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.refurl--second .refurl__link {
  font-size: 13px;
  line-height: 1.7;
}
.refurl--second .refurl__value {
  height: 40px;
  width: 325px;
  border-radius: 2px;
  border-right: 1px solid #cecece;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 5px;
}
.refurl--second .btn {
  min-width: 60px;
  width: 60px;
  height: 40px;
}
.refurl--second .btn_copy {
  text-indent: -9999px;
  background-image: url("../images/clipboard-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  margin-right: 5px;
}
.refurl--second .btn_copy.active {
  background-image: url("../images/check.svg");
}
.refurl--second .btn_share {
  text-indent: -9999px;
  background-image: url("../images/share.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.refurl__btn-with-icon {
  width: 60px;
  height: 50px;
  min-width: auto;
  min-height: auto;
  line-height: 1;
  padding: 0;
  display: flex;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .refurl__btn-with-icon {
    background-image: none;
  }
}
.refurl__btn-with-icon svg {
  margin: auto;
}
.refurl__btn-with-icon .icon-copied {
  display: none;
}
.refurl__btn-with-icon.active .icon-copy {
  display: none;
}
.refurl__btn-with-icon.active .icon-copied {
  display: block;
}
.refurl__copy {
  margin-left: 10px;
  width: 60px;
  height: 50px;
  border: none;
  border-radius: 6px;
  background-color: #4285f4;
}
.refurl__copy:hover {
  background-color: #f7931a;
}
.refurl .btn {
  min-width: auto;
  min-height: 0;
  max-width: 60px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 6px;
}
.refurl .btn span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .refurl .btn {
    background-image: none;
    width: 60px;
    height: 50px;
    min-height: auto;
  }
  .refurl .btn span {
    display: inline-block;
  }
}

.refurl-dropdowns {
  position: relative;
  display: flex;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
.refurl-dropdowns .refurl-dropdown {
  position: relative;
  margin-right: 30px;
}
.refurl-dropdowns .dropdown_subids {
  min-width: 280px;
  right: auto;
  left: 0;
}
@media (max-width: 400px) {
  .refurl-dropdowns .dropdown_subids {
    min-width: 260px;
  }
}

@media (max-width: 600px) {
  .refurl-landing {
    position: static !important;
  }
}
.refurl-landing .dropdown_landids {
  right: auto;
  left: 0;
  width: 400px;
  min-width: auto;
  max-width: none;
  max-height: 314px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 600px) {
  .refurl-landing .dropdown_landids {
    width: 290px;
  }
}
@media (max-width: 360px) {
  .refurl-landing .dropdown_landids {
    left: -30px;
  }
}
.refurl-landing .dropdown__item {
  padding: 12px 10px;
}
.refurl-landing .dropdown__item:hover .refurl-landing__num {
  color: #fff;
}
.refurl-landing .dropdown__item:hover .refurl-landing__url {
  color: #97beff;
}
.refurl-landing__flex {
  display: flex;
  align-items: flex-end;
  width: 100%;
  color: #494949;
}
.refurl-landing__cover {
  flex: 0 0 auto;
  width: 68px;
  height: 42px;
}
.refurl-landing__cover img {
  max-width: 100%;
  height: auto;
}
.refurl-landing__body {
  width: 100%;
  text-align: left;
  padding-left: 13px;
  padding-bottom: 3px;
}
.refurl-landing__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2px;
}
.refurl-landing__row:last-child {
  margin-bottom: 0;
}
.refurl-landing__num {
  font-size: 16px;
  font-weight: bold;
  margin-right: 30px;
}
.refurl-landing__url {
  font-size: 11px;
  line-height: 12px;
}
.refurl-landing__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.refurl-landing__category-item {
  display: block;
  padding: 3px 6px;
  margin: 2px;
  font-size: 10px;
  line-height: 11px;
  font-weight: bold;
  border-radius: 8.5px;
  text-transform: uppercase;
  background-color: #d6d6d6;
}
@media (max-width: 600px) {
  .refurl-landing__category-item {
    font-size: 9px;
    line-height: 10px;
    padding: 2px 4px;
  }
}

.how-to-page .title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .how-to-page .title {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.how-to-page .title__light {
  font-weight: lighter;
}
.how-to-page .text {
  font-size: 20px;
  line-height: 32px;
  color: #494949;
}
@media only screen and (max-width: 768px) {
  .how-to-page .text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .text {
    font-size: 15px;
    line-height: 22px;
  }
}
.how-to-page .header {
  background: #ffffff;
}
.how-to-page .hidden {
  display: none;
}
.how-to-page .tripple-arrow {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 60px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768px) {
  .how-to-page .container {
    padding-top: 0;
  }
}
@media only screen and (max-width: 425px) {
  .how-to-page .btn {
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 375px) {
  .how-to-page .btn {
    max-width: 100%;
  }
}

.how-to-page .intro {
  padding-top: 40px;
  padding-bottom: 90px;
  border-bottom: 8px solid #f7931a;
  background-image: url("../../affiliate_landing/images/how-to/how-to_banner.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
  background-color: #ffffff;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .intro {
    margin-left: -20px;
    margin-right: -20px;
    background-size: 45%;
  }
}
@media only screen and (max-width: 960px) {
  .how-to-page .intro {
    background-size: 38%;
  }
}
@media only screen and (max-width: 768px) {
  .how-to-page .intro {
    background-image: none;
    padding-bottom: 40px;
  }
  .how-to-page .intro::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 135px;
    transform: translateX(-50%);
    width: 315px;
    height: 315px;
    background-image: url("../../affiliate_landing/images/how-to/how-to_banner-mobile.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.how-to-page .intro__wrapper {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
.how-to-page .intro__text-inner {
  width: 600px;
  margin-right: auto;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .intro__text-inner {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .how-to-page .intro__text-inner {
    width: 100%;
    padding-right: 20px;
    margin-left: auto;
    text-align: center;
  }
}
.how-to-page .intro__upper-title {
  font-size: 20px;
  line-height: 23px;
  color: #f7931a;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .how-to-page .intro__upper-title {
    font-size: 15px;
  }
}
.how-to-page .intro__description {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .how-to-page .intro__description {
    margin-bottom: 394px;
  }
}
.how-to-page .intro__scroll {
  position: absolute;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .how-to-page .intro__scroll {
    display: none;
  }
}

.how-to-page .maximize {
  position: relative;
  padding: 90px 0 80px;
  text-align: center;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .maximize {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .maximize {
    padding-top: 48px;
    overflow: hidden;
  }
}
.how-to-page .maximize::before, .how-to-page .maximize::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 395px;
  height: 410px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 960px) {
  .how-to-page .maximize::before, .how-to-page .maximize::after {
    max-width: 315px;
    height: 325px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-page .maximize::before, .how-to-page .maximize::after {
    max-width: 210px;
    height: 215px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .maximize::before, .how-to-page .maximize::after {
    max-width: 225px;
    height: 225px;
  }
}
.how-to-page .maximize::before {
  left: 0;
  background-image: url("../../affiliate_landing/images/how-to/left.svg");
  background-position: left;
}
@media only screen and (max-width: 575px) {
  .how-to-page .maximize::before {
    left: -75px;
  }
}
.how-to-page .maximize::after {
  right: 0;
  background-image: url("../../affiliate_landing/images/how-to/right.svg");
  background-position: right;
}
@media only screen and (max-width: 575px) {
  .how-to-page .maximize::after {
    right: -75px;
  }
}
.how-to-page .maximize__title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  width: 66px;
  height: 66px;
  background-image: url("../../affiliate_landing/images/how-to/question_icon.svg");
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: center;
  background-color: #F7931A;
  border-radius: 50%;
  z-index: 10;
  margin: 0 auto 40px;
}
.how-to-page .maximize__title-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border: 5px solid #4285F4;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .how-to-page .maximize__title-icon {
    background-size: 20px;
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
  }
  .how-to-page .maximize__title-icon::before {
    width: 70px;
    height: 70px;
  }
}
.how-to-page .maximize__text {
  max-width: 1000px;
  margin: 0 auto 50px;
}
.how-to-page .maximize__image {
  position: relative;
  width: 100%;
  max-width: 630px;
  height: 400px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .how-to-page .maximize__image {
    max-width: 335px;
    height: 412px;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .maximize__image {
    max-width: 100%;
    height: auto;
  }
}

.how-to-page .levels {
  background-color: #ffffff;
  padding: 80px 0;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .levels {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .levels {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.how-to-page .levels__text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}
.how-to-page .levels__picture {
  display: block;
  margin-bottom: 60px;
}
.how-to-page .levels__picture .levels__scheme {
  max-width: 100%;
  height: auto;
}
.how-to-page .about {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.how-to-page .about__title {
  position: relative;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  display: block;
  padding: 35px 205px 35px 50px;
  border: 5px solid #4285F4;
  border-radius: 6px;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .about__title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 960px) {
  .how-to-page .about__title {
    padding: 95px 30px 20px 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .about__title {
    padding-top: 85px;
  }
}
.how-to-page .about__title::after {
  content: "";
  position: absolute;
  right: 50px;
  top: 15px;
  width: 72px;
  height: 72px;
  background-color: #f7931a;
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .about__title::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 960px) {
  .how-to-page .about__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.how-to-page .about__title--levels::after {
  background-image: url("../../affiliate_landing/images/how-to/screamer_icon.svg");
  background-size: 26px;
}
.how-to-page .about__title--calculate::after {
  background-image: url("../../affiliate_landing/images/how-to/shield.svg");
  background-size: 40px;
}
.how-to-page .about__text {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #494949;
  display: block;
  padding: 25px 50px 32px;
  margin-top: -5px;
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media only screen and (max-width: 575px) {
  .how-to-page .about__text {
    font-size: 15px;
    line-height: 23px;
    padding: 20px;
  }
}
.how-to-page .about__modify {
  color: #f7931a;
  font-weight: 700;
}
.how-to-page .about__link {
  color: #f7931a;
  text-decoration: none;
}

.how-to-page .referrals {
  width: 100%;
  max-width: 100%;
  padding-top: 80px;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .referrals {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -20px;
    margin-left: -20px;
    width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .referrals {
    padding-top: 40px;
  }
}
.how-to-page .referrals__title {
  text-align: center;
}
.how-to-page .referrals__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}
.how-to-page .referrals__item--first .referrals__text {
  max-width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
}
.how-to-page .referrals__item--third {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .referrals__item--third {
    margin-bottom: 0;
  }
}
.how-to-page .referrals__item--third .image:nth-child(n+7) {
  display: none;
}
.how-to-page .referrals__item--third .js-images {
  display: none;
}
.how-to-page .referrals__item--fourth .referrals__item-subtitle {
  margin-bottom: 40px;
}
.how-to-page .referrals__title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 auto 22px;
  background-image: url("../../affiliate_landing/images/how-to/hat.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  border: 6px solid #4285f4;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .how-to-page .referrals__title-icon {
    width: 70px;
    height: 70px;
    background-size: 38px;
  }
}
.how-to-page .referrals__item-counter {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
  padding-left: 27px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .referrals__item-counter {
    left: -20px;
  }
}
@media only screen and (max-width: 960px) {
  .how-to-page .referrals__item-counter {
    padding-left: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.how-to-page .referrals__item-counter::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 74px;
  height: 2px;
  background-color: #f7931a;
}
@media only screen and (max-width: 960px) {
  .how-to-page .referrals__item-counter::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.how-to-page .referrals__item-title {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .how-to-page .referrals__item-title {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-page .referrals__item-title {
    font-size: 24px;
    line-height: 38px;
  }
}
.how-to-page .referrals__link {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  border: 1px solid #D6D6D6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media only screen and (max-width: 575px) {
  .how-to-page .referrals__link {
    max-width: 100%;
    width: 100%;
  }
}
.how-to-page .referrals__link-title {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  width: 100%;
}
.how-to-page .referals__share-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}
.how-to-page .referrals__link-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 50px 31px;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 960px) {
  .how-to-page .referrals__link-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-page .referrals__link-wrapper {
    justify-content: space-between;
  }
}
.how-to-page .referrals__link-input {
  display: block;
  width: 84.95%;
  padding: 14px 15px;
  font-size: 16px;
  line-height: 22px;
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-radius: 2px;
  height: 50px;
  margin-right: 10px;
}
.how-to-page .referrals__link-input::-moz-placeholder {
  color: #494949;
}
.how-to-page .referrals__link-input::placeholder {
  color: #494949;
}
@media only screen and (max-width: 767px) {
  .how-to-page .referrals__link-input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.how-to-page .referrals__link-btn {
  position: relative;
  font-size: 0;
  width: 60px;
  height: 50px;
  display: block;
  background-color: #4285f4;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}
@media only screen and (max-width: 960px) {
  .how-to-page .referrals__link-btn {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-page .referrals__link-btn {
    width: 49%;
  }
}
.how-to-page .referrals__link-btn--copy {
  margin-right: 5px;
  background-image: url("../../affiliate_landing/images/how-to/copy.svg");
}
@media only screen and (max-width: 960px) {
  .how-to-page .referrals__link-btn--copy {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-page .referrals__link-btn--copy {
    margin-left: 0;
  }
}
.how-to-page .referrals__link-btn--share {
  background-image: url("../../affiliate_landing/images/how-to/share.svg");
}
.how-to-page .referrals__link-btn:hover {
  background-color: #f7931a;
}
@media only screen and (max-width: 575px) {
  .how-to-page .btn_copytext {
    width: auto;
  }
}
.how-to-page .referrals__link-attention {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 50px;
  background-color: #ffffff;
}
@media only screen and (max-width: 960px) {
  .how-to-page .referrals__link-attention {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.how-to-page .referrals__link-text {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #494949;
  padding: 15px 20px;
  margin-bottom: 30px;
  border: 2px solid #f74249;
  border-radius: 3px;
}
.how-to-page .referrals__link-text .attention {
  color: #f74249;
  font-weight: 700;
}
.how-to-page .referrals__link-sign {
  width: 320px;
  text-align: center;
}
.how-to-page .referrals__item-subtitle {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.how-to-page .referrals__item-btn {
  min-width: 320px;
  text-align: center;
}
@media only screen and (max-width: 375px) {
  .how-to-page .referrals__item-btn {
    min-width: 100%;
  }
}
.how-to-page .js-btn-random,
.how-to-page .js-btn-random-images {
  background-color: #ffffff;
  color: #4285f4;
  text-transform: uppercase;
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
}
.how-to-page .js-btn-random svg,
.how-to-page .js-btn-random-images svg {
  fill: #4285f4;
}
.how-to-page .js-btn-random:hover,
.how-to-page .js-btn-random-images:hover {
  background-color: #4285f4;
  color: #ffffff;
}
.how-to-page .js-btn-random:hover svg,
.how-to-page .js-btn-random-images:hover svg {
  fill: #ffffff;
}
.how-to-page .referrals__item-picture {
  display: flex;
  margin-top: 70px;
}
.how-to-page .referrals__item-promo-img {
  max-width: 100%;
}
.how-to-page .referrals__posts-list {
  margin-bottom: 50px;
}
.how-to-page .referrals__posts-list .js-posts {
  display: none;
}

.how-to-page .calculate-block {
  background-color: #ffffff;
  padding: 50px 0;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .calculate-block {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.how-to-page .calculate {
  width: 100%;
  max-width: 1000px;
  padding-top: 0;
  margin: 0 auto 50px;
}
.how-to-page .calculate__about {
  margin-top: 50px;
}
.how-to-page .results {
  width: 100%;
  max-width: 1000px;
  margin: -50px auto 50px;
}

.how-to-page .attraction {
  position: relative;
  background-color: #4285f4;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .attraction {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.how-to-page .attraction__list-wrapper {
  padding: 80px 0;
  position: relative;
  background-color: #4285f4;
}
@media only screen and (max-width: 575px) {
  .how-to-page .attraction__list-wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.how-to-page .attraction__list-wrapper::after {
  content: "";
  width: 100%;
  height: 295px;
  position: absolute;
  background: #4285f4;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
  transform: skewY(-4deg);
}
@media only screen and (max-width: 1080px) {
  .how-to-page .attraction__list-wrapper::after {
    width: auto;
    transform: skewY(-5deg);
    right: -20px;
    left: -20px;
  }
}
.how-to-page .attraction__title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 auto 22px;
  background-color: #ffffff;
  background-image: url("../../affiliate_landing/images/how-to/bulb.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 6px solid #f7931a;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .how-to-page .attraction__title-icon {
    width: 70px;
    height: 70px;
    background-size: 30px;
  }
}
.how-to-page .attraction__title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .how-to-page .attraction__title {
    margin-bottom: 30px;
  }
}
.how-to-page .attraction__list {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 15;
}
@media only screen and (max-width: 575px) {
  .how-to-page .attraction__list {
    padding: 0;
  }
}
.how-to-page .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 122px;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .item {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .item {
    margin-bottom: 50px;
  }
}
.how-to-page .item:last-child {
  margin-bottom: 0;
}
.how-to-page .item--reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .item--reverse {
    flex-direction: column;
    align-items: center;
  }
}
.how-to-page .item--reverse .item__image {
  box-shadow: 15px 15px #aacaff;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .item--reverse .item__image {
    box-shadow: -15px -15px #aacaff;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .item--reverse .item__image {
    box-shadow: -10px -10px #aacaff;
  }
}
.how-to-page .attraction__image {
  max-width: 100%;
  height: auto;
}
.how-to-page .item__image {
  width: 460px;
  height: 320px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: -15px -15px #aacaff;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .item__image {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .item__image {
    width: 100%;
    height: 225px;
    box-shadow: -10px -10px #aacaff;
  }
}
.how-to-page .item__image--social {
  background-image: url("../../affiliate_landing/images/how-to/social.jpg");
}
.how-to-page .item__image--message {
  background-image: url("../../affiliate_landing/images/how-to/message.jpg");
}
.how-to-page .item__image--email {
  background-image: url("../../affiliate_landing/images/how-to/mail.jpg");
}
.how-to-page .item__image--website {
  background-image: url("../../affiliate_landing/images/how-to/website.jpg");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .how-to-page .item__image--social {
    background-image: url("../../affiliate_landing/images/how-to/social@2x.jpg");
    background-size: 375px;
  }
  .how-to-page .item__image--message {
    background-image: url("../../affiliate_landing/images/how-to/message@2x.jpg");
    background-size: 188px;
  }
  .how-to-page .item__image--email {
    background-image: url("../../affiliate_landing/images/how-to/mail@2x.jpg");
    background-size: 375px;
  }
  .how-to-page .item__image--website {
    background-image: url("../../affiliate_landing/images/how-to/website@2x.jpg");
    background-size: 278px;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .item__image--social {
    background-size: 280px;
  }
  .how-to-page .item__image--message {
    background-size: 150px;
  }
  .how-to-page .item__image--email {
    background-size: 280px;
  }
  .how-to-page .item__image--website {
    background-size: 180px;
  }
}
.how-to-page .item__description {
  width: 500px;
}
@media only screen and (max-width: 575px) {
  .how-to-page .item__description {
    width: 100%;
  }
}
.how-to-page .item__title {
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .how-to-page .item__title {
    font-size: 24px;
    line-height: 37px;
  }
}
.how-to-page .item__text {
  font-size: 18px;
  line-height: 26px;
  color: #aacaff;
}
@media only screen and (max-width: 575px) {
  .how-to-page .item__text {
    font-size: 15px;
    line-height: 23px;
  }
}
.how-to-page .attraction__option {
  position: relative;
  padding-top: 175px;
  background: linear-gradient(180deg, #000000 0%, #494949 100%);
  background-size: 100%;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .attraction__option {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .attraction__option {
    padding-top: 75px;
  }
}
.how-to-page .attraction__option::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../../affiliate_landing/images/how-to/traffic-top.png");
  background-repeat: no-repeat;
  width: 100%;
  max-width: 938px;
  height: 100px;
  z-index: 10;
}
@media only screen and (max-width: 960px) {
  .how-to-page .attraction__option::before {
    width: 100px;
    height: 59px;
    background-image: url("../../affiliate_landing/images/how-to/traffic_middle.png");
    top: auto;
    bottom: 0;
    background-size: cover;
  }
}
@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .how-to-page .attraction__option::before {
    background-image: url("../../affiliate_landing/images/how-to/traffic_middle@2x.png");
  }
}
@media only screen and (min-width: 961px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 961px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .how-to-page .attraction__option::before {
    background-image: url("../../affiliate_landing/images/how-to/traffic-top@2x.png");
    background-size: cover;
  }
}
.how-to-page .attraction__option-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how-to-page .attraction__option-wrapper::before, .how-to-page .attraction__option-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 bottom;
}
@media only screen and (max-width: 960px) {
  .how-to-page .attraction__option-wrapper::before, .how-to-page .attraction__option-wrapper::after {
    background-size: cover;
  }
}
.how-to-page .attraction__option-wrapper::before {
  max-width: 330px;
  left: 0;
  background-image: url("../../affiliate_landing/images/how-to/traffic-left.png");
}
@media only screen and (max-width: 1080px) {
  .how-to-page .attraction__option-wrapper::before {
    left: -20px;
  }
}
@media only screen and (max-width: 960px) {
  .how-to-page .attraction__option-wrapper::before {
    background-image: url("../../affiliate_landing/images/how-to/traffic_left.png");
    background-size: contain;
  }
}
@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .how-to-page .attraction__option-wrapper::before {
    background-image: url("../../affiliate_landing/images/how-to/traffic_left@2x.png");
  }
}
@media only screen and (min-width: 961px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 961px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .how-to-page .attraction__option-wrapper::before {
    background-image: url("../../affiliate_landing/images/how-to/traffic-left@2x.png");
    background-size: cover;
  }
}
.how-to-page .attraction__option-wrapper::after {
  max-width: 230px;
  right: 0;
  background-image: url("../../affiliate_landing/images/how-to/traffic-right.png");
}
@media only screen and (max-width: 1080px) {
  .how-to-page .attraction__option-wrapper::after {
    right: -20px;
  }
}
@media only screen and (max-width: 960px) {
  .how-to-page .attraction__option-wrapper::after {
    background-image: url("../../affiliate_landing/images/how-to/traffic_right.png");
    background-size: contain;
    background-position: right;
  }
}
@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .how-to-page .attraction__option-wrapper::after {
    background-image: url("../../affiliate_landing/images/how-to/traffic_right@2x.png");
  }
}
@media only screen and (min-width: 961px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 961px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .how-to-page .attraction__option-wrapper::after {
    background-image: url("../../affiliate_landing/images/how-to/traffic-right@2x.png");
    background-size: cover;
  }
}
.how-to-page .attraction__option-title {
  margin-bottom: 20px;
}
.how-to-page .attraction__image {
  margin-bottom: 50px;
}
.how-to-page .attraction__text {
  color: #d6d6d6;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.how-to-page .attraction__note {
  position: relative;
  padding: 15px 20px 15px 90px;
  margin-bottom: 88px;
  width: 700px;
  border: 2px solid #f74249;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .how-to-page .attraction__note {
    width: 100%;
  }
}
.how-to-page .attraction__note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70px;
  background-color: #f74249;
  background-image: url("../../affiliate_landing/images/how-to/note.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.how-to-page .attraction__note-text {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .how-to-page .attraction__note-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.how-to-page .attraction__note-modified {
  color: #f74249;
  font-weight: bold;
}

.how-to-page .summary {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  background-color: #ffffff;
  border-bottom: 8px solid #f7931a;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .summary {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .summary {
    padding-top: 40px;
    overflow: hidden;
  }
}
.how-to-page .summary::before, .how-to-page .summary::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 390px;
  height: 449px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .how-to-page .summary::before, .how-to-page .summary::after {
    width: 215px;
    height: 275px;
    background-size: cover;
  }
}
.how-to-page .summary::before {
  background-image: url("../../affiliate_landing/images/how-to/left.png");
  left: 0;
}
@media only screen and (max-width: 575px) {
  .how-to-page .summary::before {
    left: -55px;
  }
}
.how-to-page .summary::after {
  background-image: url("../../affiliate_landing/images/how-to/right.png");
  right: 0;
}
@media only screen and (max-width: 575px) {
  .how-to-page .summary::after {
    right: -55px;
  }
}
.how-to-page .summary__title {
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.how-to-page .summary__btn {
  text-align: center;
  width: 320px;
  margin-bottom: 50px;
}
.how-to-page .summary__text {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.how-to-page .summary__text-bold {
  display: block;
  font-weight: bold;
}
.how-to-page .summary__picture {
  display: flex;
  position: relative;
  z-index: 10;
}
.how-to-page .summary__btn {
  z-index: 10;
}

.how-to-page .browser {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 20px;
}
@media only screen and (max-width: 575px) {
  .how-to-page .browser {
    padding-top: 40px;
  }
}
.how-to-page .browser__icon {
  z-index: 10;
}
.how-to-page .browser__tile {
  max-width: 1000px;
  text-align: center;
}
.how-to-page .browser__text {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.how-to-page .browser__downloads {
  display: flex;
  width: 100%;
  max-width: 460px;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}
.how-to-page .btn--download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.how-to-page .btn--download::before {
  content: "";
  position: relative;
  top: -2px;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url("../../browser_site/images/icon-apple.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.how-to-page .btn--small-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
}
.how-to-page .btn--small-mobile.android {
  background-image: url("../../browser_site/images/icon-google-play.png");
  margin-right: 10px;
}
.how-to-page .btn--small-mobile.ios {
  background-image: url("../../browser_site/images/icon-appstore.svg");
}
@media only screen and (max-width: 575px) {
  .how-to-page .btn--small-mobile {
    display: none;
  }
}
.how-to-page .browser__picture {
  display: flex;
}
.how-to-page .browser__downloads-description {
  font-size: 11px;
  line-height: 12px;
  color: #757575;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}
.how-to-page .browser__about {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 40px;
  padding: 30px 65px 27px;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}
@media only screen and (max-width: 575px) {
  .how-to-page .browser__about {
    padding: 30px 25px;
  }
}
.how-to-page .browser__about-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .how-to-page .browser__about-list {
    flex-wrap: wrap;
  }
}
.how-to-page .browser__about-item {
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1b;
  font-weight: bold;
  text-align: center;
  width: 21%;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 60px;
}
.how-to-page .browser__about-item--first {
  background-image: url("../../affiliate_landing/images/how-to/about_icon1.svg");
}
.how-to-page .browser__about-item--second {
  background-image: url("../../affiliate_landing/images/how-to/about_icon2.svg");
}
.how-to-page .browser__about-item--third {
  background-image: url("../../affiliate_landing/images/how-to/about_icon3.svg");
}
.how-to-page .browser__about-item--fourth {
  background-image: url("../../affiliate_landing/images/how-to/about_icon4.svg");
}
@media only screen and (max-width: 767px) {
  .how-to-page .browser__about-item {
    width: 48%;
    margin-bottom: 40px;
  }
  .how-to-page .browser__about-item:nth-child(n+3) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .browser__about-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .how-to-page .browser__about-item:nth-child(3) {
    margin-bottom: 50px;
  }
}
.how-to-page .browser__features-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
}
@media only screen and (max-width: 767px) {
  .how-to-page .browser__features-list {
    justify-content: center;
  }
}
.how-to-page .browser__features-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  min-height: 560px;
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 288px 30px 40px 30px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 75px 40px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .browser__features-item {
    max-width: 47.95%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.how-to-page .browser__features-item:nth-child(2n) {
  margin-right: 0;
}
.how-to-page .browser__features-item--first {
  background-image: url("../../affiliate_landing/images/how-to/features-1.jpg");
}
.how-to-page .browser__features-item--second {
  background-image: url("../../affiliate_landing/images/how-to/features-2.jpg");
}
.how-to-page .browser__features-item--third {
  background-image: url("../../affiliate_landing/images/how-to/features-3.jpg");
  background-position: center 40px;
}
.how-to-page .browser__features-item--fourth {
  background-image: url("../../affiliate_landing/images/how-to/features-4.jpg");
  background-position: center 120px;
}
@media only screen and (max-width: 959px) {
  .how-to-page .browser__features-item {
    padding-top: 250px;
    width: 354px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-size: 281px;
    background-position: center 30px;
  }
  .how-to-page .browser__features-item--third, .how-to-page .browser__features-item--fourth {
    background-size: 230px;
  }
  .how-to-page .browser__features-item--third {
    background-position: center 15px;
  }
  .how-to-page .browser__features-item--fourth {
    background-position: center 100px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-page .browser__features-item {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin-right: 0;
  }
  .how-to-page .browser__features-item--first .browser__features-text, .how-to-page .browser__features-item--second .browser__features-text {
    margin-bottom: 0;
  }
}
.how-to-page .browser__features-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 959px) {
  .how-to-page .browser__features-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.how-to-page .browser__features-text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 37px;
}
@media only screen and (max-width: 959px) {
  .how-to-page .browser__features-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.how-to-page .browser__features-btn-wrap {
  margin-top: auto;
}
.how-to-page .download__img {
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1080px) {
  .how-to-page .download__img {
    max-width: 100%;
    margin-top: 40px;
  }
}
.how-to-page .download__platforms {
  margin-bottom: 50px;
}
.how-to-page .download__platforms-list {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .how-to-page .download__platforms-list {
    flex-wrap: wrap;
  }
}
.how-to-page .download__platforms-item {
  display: flex;
  align-items: center;
  width: 102px;
  margin-right: 50px;
}
.how-to-page .download__platforms-item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .how-to-page .download__platforms-item {
    width: 47.5%;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .how-to-page .download__platforms-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .how-to-page .download__platforms-item {
    width: 32.5%;
  }
}
.how-to-page .download__platforms-icon {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.how-to-page .download__platforms-icon:last-child {
  margin-right: 0;
}
.how-to-page .download__platforms-icon--windows {
  background-image: url("../../affiliate_landing/images/how-to/win.svg");
}
.how-to-page .download__platforms-icon--apple {
  background-image: url("../../affiliate_landing/images/how-to/apple.svg");
}
.how-to-page .download__platforms-icon--android {
  background-image: url("../../affiliate_landing/images/how-to/android.svg");
}
.how-to-page .download__platforms-text {
  font-size: 10px;
  line-height: 11px;
  color: #c4c4c4;
}
.how-to-page .download__platforms-name {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #c4c4c4;
}
.how-to-page .download__group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.how-to-page .download__group-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .how-to-page .download__group-list {
    flex-direction: column;
  }
}
.how-to-page .download__group-item {
  margin-right: 20px;
}
.how-to-page .download__group-item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .how-to-page .download__group-item {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .how-to-page .download__group-item:last-child {
    margin-bottom: 0;
  }
}
.how-to-page .download__group-btn {
  display: flex;
  align-items: center;
  width: 220px;
  height: 60px;
  text-decoration: none;
  padding-left: 65px;
  border-radius: 3px;
  transition: background 0.25s, border 0.25s;
  border: 1px solid #d6d6d6;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.how-to-page .download__group-btn--apple {
  background-color: #4285f4;
  background-image: url("../../affiliate_landing/images/how-to/apple-btn-icon.svg");
  border-color: #4285f4;
}
.how-to-page .download__group-btn--apple .download__btn-text,
.how-to-page .download__group-btn--apple .download__btn-bold {
  color: #ffffff;
}
.how-to-page .download__group-btn--google {
  background-image: url("../../affiliate_landing/images/how-to/google-play-icon.svg");
}
.how-to-page .download__group-btn--appstore {
  background-image: url("../../affiliate_landing/images/how-to/apple-srore-icon.svg");
}
.how-to-page .download__btn-text {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  line-height: 12px;
  color: #757575;
  text-transform: uppercase;
}
.how-to-page .download__btn-bold {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  color: #000000;
  text-transform: none;
}
.how-to-page .download__group-text {
  font-size: 11px;
  line-height: 12px;
  color: #757575;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .share {
    padding-bottom: 200px;
  }
}
.share.hide {
  display: none;
}
.share__oval {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.share__oval--second {
  top: auto;
  transform: none;
  bottom: 0;
}
.share__oval.right {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .share__oval.right {
    display: none;
  }
}
.share__oval.left {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .share__oval.left {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }
}
.share__title {
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .share__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.share__title--danger {
  color: #f7931a;
}
.share__text {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}
.share__first-block {
  padding: 20px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .share__first-block {
    padding: 15px;
  }
}
.share__or {
  position: absolute;
  color: #303030;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  text-transform: uppercase;
  border: 1px solid #d9d9d9;
  border-radius: 9px;
  padding: 2px 5px 1px 4px;
  background: #fff;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .share__or {
    display: none;
  }
}
.share__wrap-btn {
  margin-top: 30px;
  width: 100%;
}
.share__wrap-btn > .btn {
  max-width: 320px;
  width: 100%;
}
.share__first-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: left;
  color: #000000;
}
.share__block {
  background: #f7f7f7;
  border: 1px solid #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  max-width: 700px;
  width: 100%;
  margin: 60px auto 0;
}
.share__block--second {
  margin-top: 30px;
}
.share__block .refurl {
  margin: 0 auto;
  max-width: 100%;
}
.share__block .social-btns {
  padding: 20px 0;
}
@media only screen and (max-width: 800px) {
  .share__block .social-btns {
    padding: 20px;
    max-width: 600px;
  }
}
@media only screen and (max-width: 800px) {
  .share__block .social-btns .social-btn {
    margin: 3px;
  }
}
@media only screen and (max-width: 800px) {
  .share__block .social-btns .social-btns__more {
    margin: 3px;
  }
}
.share__block .social-btns .social-btns__list {
  transform: translateX(0px) translateY(calc(-100% + 5px));
}
@media only screen and (max-width: 800px) {
  .share__block .social-btns .social-btns__list {
    width: 132px;
    padding: 20px;
  }
}
.share__block-approve {
  padding: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.share__arrow {
  transform: rotate(180deg);
}
.share__notification {
  max-width: 700px;
  margin: 0 auto;
  border: 2px solid #f74249;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.3));
  border-radius: 4px;
  padding: 13px 18px;
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.share__notification span {
  color: #f74249;
  font-weight: normal;
}
.share__notification--second {
  border-color: #f7931a;
}
.share__notification--second span {
  color: #f7931a;
}
.share__singin {
  padding-left: 34px;
  font-weight: bold;
}

.stats {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  margin: 20px;
}
@media only screen and (max-width: 767px) {
  .stats {
    margin: 15px;
  }
}
.stats__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-top: 1px solid #d6d6d6;
  text-align: left;
}
.stats__block--first {
  border-top: none;
}
@media only screen and (max-width: 768px) {
  .stats__block--first {
    justify-content: center;
  }
  .stats__block--first .stats__title {
    display: none;
  }
}
.stats__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #f7931a;
}
.stats__desc {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  color: #000000;
}
.stats__row {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .stats__row {
    flex-direction: column;
  }
}
.stats__col {
  flex: 1;
}
.stats__col:not(:first-child) {
  border-left: 1px solid #d6d6d6;
}
@media only screen and (max-width: 768px) {
  .stats__col:not(:first-child) {
    border-left: none;
  }
}
.stats__btc {
  display: flex;
  align-items: center;
}
.stats__btc span {
  margin-left: 10px;
}

.refurl {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .refurl {
    flex-wrap: wrap;
  }
  .refurl.refurl--full .refurl__value {
    flex: 1 0 100%;
    margin-right: 0;
  }
  .refurl.refurl--full .btn {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-indent: 0;
    margin: 0;
    margin-top: 15px;
  }
  .refurl.refurl--full .btn svg {
    margin: 0;
    margin-right: 10px;
  }
}
.refurl__hide-social {
  display: none;
  position: absolute;
  width: 380px;
  height: auto;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 20px 10px 10px 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
@media only screen and (max-width: 800px) {
  .refurl__hide-social {
    padding: 20px 0px 0px 20px;
    width: 320px;
  }
}
.refurl__hide-social.active {
  display: block;
}
.refurl__hide-social .social-btns__more {
  display: none;
}
.refurl__hide-social .social-btns {
  justify-content: flex-start;
}
.refurl__hide-social .social-btns .social-btn {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 800px) {
  .refurl__hide-social .social-btns .social-btn {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.refurl__hide-social .social-btns .social-btns__more {
  display: none;
}
.refurl__hide-social .social-btns__list {
  display: inline-flex;
  position: relative;
  transform: none;
  width: auto;
  padding: 0;
  box-shadow: none;
  text-align: left;
}
.refurl__value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 460px;
  height: 60px;
  padding-left: 20px;
  padding-right: 15px;
  border: 1px solid #cecece;
  border-right: none;
  border-radius: 6px;
  position: relative;
}
.refurl__value .referred {
  position: absolute;
  left: 0;
  bottom: -35px;
}
.refurl__value--second {
  height: 50px;
  border-right: 1px solid #cecece;
  width: 0;
  flex: 1 0 auto;
  margin-right: 10px;
  overflow: hidden;
}
.refurl__link {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}
.refurl__link.not-signin {
  color: #d6d6d6;
}
@media only screen and (max-width: 768px) {
  .refurl__link {
    display: flex;
    overflow: auto;
    padding: 10px 0;
  }
}
.refurl__subid {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  white-space: nowrap;
}
.refurl__subid b {
  font-weight: bold;
}
.refurl__subid:hover {
  color: #4285f4;
}
.refurl__subid:after {
  content: "";
  display: inline-block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: none;
  border-top: 4px solid #d0d0d0;
  position: relative;
  top: -2px;
}
.refurl .dropdown_subids {
  right: 15px;
  top: 45px;
  width: calc(100% - 14px);
}
.refurl--second {
  border: 1px solid #d6d6d6;
  max-width: 730px;
  padding: 25px;
  margin: 0 auto 50px;
  background-color: #f7f7f7;
}
.refurl--second .refurl__title {
  font-size: 13px;
  line-height: 1.7;
  height: 40px;
  color: #494949;
  font-weight: bold;
  padding: 0 15px;
  border: 1px solid #cecece;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.refurl--second .refurl__link {
  font-size: 13px;
  line-height: 1.7;
}
.refurl--second .refurl__value {
  height: 40px;
  width: 325px;
  border-radius: 2px;
  border-right: 1px solid #cecece;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 5px;
}
.refurl--second .btn {
  min-width: 60px;
  width: 60px;
  height: 40px;
}
.refurl--second .btn_copy {
  text-indent: -9999px;
  background-image: url("../images/clipboard-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  margin-right: 5px;
}
.refurl--second .btn_copy.active {
  background-image: url("../images/check.svg");
}
.refurl--second .btn_share {
  text-indent: -9999px;
  background-image: url("../images/share.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.refurl__btn-with-icon {
  width: 60px;
  height: 50px;
  min-width: auto;
  min-height: auto;
  line-height: 1;
  padding: 0;
  display: flex;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .refurl__btn-with-icon {
    background-image: none;
  }
}
.refurl__btn-with-icon svg {
  margin: auto;
}
.refurl__btn-with-icon .icon-copied {
  display: none;
}
.refurl__btn-with-icon.active .icon-copy {
  display: none;
}
.refurl__btn-with-icon.active .icon-copied {
  display: block;
}
.refurl__copy {
  margin-left: 10px;
  width: 60px;
  height: 50px;
  border: none;
  border-radius: 6px;
  background-color: #4285f4;
}
.refurl__copy:hover {
  background-color: #f7931a;
}
.refurl .btn {
  min-width: auto;
  min-height: 0;
  max-width: 60px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 6px;
}
.refurl .btn span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .refurl .btn {
    background-image: none;
    width: 60px;
    height: 50px;
    min-height: auto;
  }
  .refurl .btn span {
    display: inline-block;
  }
}

.refurl-dropdowns {
  position: relative;
  display: flex;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
.refurl-dropdowns .refurl-dropdown {
  position: relative;
  margin-right: 30px;
}
.refurl-dropdowns .dropdown_subids {
  min-width: 280px;
  right: auto;
  left: 0;
}
@media (max-width: 400px) {
  .refurl-dropdowns .dropdown_subids {
    min-width: 260px;
  }
}

@media (max-width: 600px) {
  .refurl-landing {
    position: static !important;
  }
}
.refurl-landing .dropdown_landids {
  right: auto;
  left: 0;
  width: 400px;
  min-width: auto;
  max-width: none;
  max-height: 314px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 600px) {
  .refurl-landing .dropdown_landids {
    width: 290px;
  }
}
@media (max-width: 360px) {
  .refurl-landing .dropdown_landids {
    left: -30px;
  }
}
.refurl-landing .dropdown__item {
  padding: 12px 10px;
}
.refurl-landing .dropdown__item:hover .refurl-landing__num {
  color: #fff;
}
.refurl-landing .dropdown__item:hover .refurl-landing__url {
  color: #97beff;
}
.refurl-landing__flex {
  display: flex;
  align-items: flex-end;
  width: 100%;
  color: #494949;
}
.refurl-landing__cover {
  flex: 0 0 auto;
  width: 68px;
  height: 42px;
}
.refurl-landing__cover img {
  max-width: 100%;
  height: auto;
}
.refurl-landing__body {
  width: 100%;
  text-align: left;
  padding-left: 13px;
  padding-bottom: 3px;
}
.refurl-landing__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2px;
}
.refurl-landing__row:last-child {
  margin-bottom: 0;
}
.refurl-landing__num {
  font-size: 16px;
  font-weight: bold;
  margin-right: 30px;
}
.refurl-landing__url {
  font-size: 11px;
  line-height: 12px;
}
.refurl-landing__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.refurl-landing__category-item {
  display: block;
  padding: 3px 6px;
  margin: 2px;
  font-size: 10px;
  line-height: 11px;
  font-weight: bold;
  border-radius: 8.5px;
  text-transform: uppercase;
  background-color: #d6d6d6;
}
@media (max-width: 600px) {
  .refurl-landing__category-item {
    font-size: 9px;
    line-height: 10px;
    padding: 2px 4px;
  }
}

.card--farm-links.card {
  background-color: #fff;
}
.card--farm-links .card__header {
  padding: 18px 20px;
  border-bottom: 1px solid #D6D6D6;
  display: flex;
  justify-content: flex-start;
}
.card--farm-links .card__header h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
}
.card--farm-links .card__header span {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #757575;
  margin-bottom: 10px;
  margin-left: 5px;
  display: block;
}
.card--farm-links .card__bottom {
  padding: 10px 0px 40px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.card--farm-links .card__bottom .title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 32px;
}
.card--farm-links .card__bottom .desc {
  font-size: 18px;
  line-height: 28px;
  color: #757575;
}
.card--farm-links .card__bottom .btn {
  margin-top: 30px;
  max-width: 300px;
  width: 100%;
}
.card--farm-links .card__bottom--short {
  padding-top: 0;
}
.card--farm-links .card__bottom--short .btn {
  margin-top: 0;
}
.card--farm-links .share__block {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .card--farm-links .share__block {
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
    margin-top: 0;
    border: none;
    padding-bottom: 15px;
  }
  .card--farm-links .share__block .share__or {
    display: block;
  }
  .card--farm-links .share__block .stats__block {
    justify-content: space-between;
  }
  .card--farm-links .share__block .stats__block--first .stats__title, .card--farm-links .share__block .stats__title {
    display: block;
    font-size: 14px;
    line-height: 16px;
  }
  .card--farm-links .share__block .stats__desc {
    font-size: 20px;
    line-height: 23px;
  }
  .card--farm-links .share__block .stats {
    margin-bottom: 0;
  }
  .card--farm-links .share__block .stats__title {
    text-align: center;
  }
  .card--farm-links .share__block .stats__row {
    flex-direction: row;
    align-items: stretch;
  }
  .card--farm-links .share__block .stats__col {
    display: flex;
    text-align: center;
    flex-grow: 1;
  }
  .card--farm-links .share__block .stats__col:first-child {
    border-right: 1px solid #D6D6D6;
  }
  .card--farm-links .share__block .stats__col .stats__block {
    flex-direction: column;
    flex-grow: 1;
  }
  .card--farm-links .card__header {
    padding: 13px 15px;
  }
  .card--farm-links .card__header h2 {
    font-size: 12px;
    line-height: 14px;
  }
  .card--farm-links .card__header span {
    margin-bottom: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #F7F7F7;
    border: 1px solid #D6D6D6;
    font-size: 12px;
    line-height: 14px;
  }
  .card--farm-links .card__bottom {
    padding: 0;
  }
  .card--farm-links .card__bottom .title, .card--farm-links .card__bottom .desc {
    padding-right: 15px;
    padding-left: 15px;
  }
  .card--farm-links .card__bottom .btn {
    max-width: none;
    border: none;
    border-radius: 0;
    border-top: 1px solid #D6D6D6;
  }
}

.nft-section {
  background-color: #fff;
  padding: 94px 20px 0;
  text-align: center;
  border-bottom: 8px solid #F7931A;
  position: relative;
}
.nft-section__icon {
  margin-bottom: 20px;
}
.nft-section > *:not(.parts) {
  position: relative;
  z-index: 2;
}
.nft-section__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
}
.nft-section__text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
  color: #494949;
}
.nft-section__text a {
  color: #4285F4;
  text-decoration: none;
  transition: all 0.3s;
}
.nft-section__text a:hover {
  color: #F7931A;
}
.nft-section__btn {
  margin: 40px auto 60px;
  display: block;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  max-width: 320px;
  border-radius: 6px;
  background-color: #4285F4;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.nft-section__btn:hover {
  background-color: #F7931A;
}
.nft-section__img {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin-bottom: -3px;
}
.nft-section .parts__img--1 {
  top: 90px;
  left: 224px;
}
.nft-section .parts__img--2 {
  top: 68px;
  right: 398px;
}
.nft-section .parts__img--3 {
  top: 128px;
  right: 111px;
}
.nft-section .parts__img--4 {
  left: 40px;
  top: 268px;
}
.nft-section .parts__img--5 {
  left: -21px;
  bottom: 200px;
}
.nft-section .parts__img--6 {
  bottom: 337px;
  left: 175px;
}
.nft-section .parts__img--7 {
  right: 24px;
  bottom: 385px;
}
.nft-section .parts__img--8 {
  bottom: 300px;
  right: 281px;
}
.nft-section .parts {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) !important;
  max-width: 1280px;
}
.nft-section .parts__item {
  width: 100%;
  height: 100%;
}
.nft-section .parts__img {
  position: absolute;
}
@media (max-width: 769px) {
  .nft-section .parts {
    display: none;
  }
}
@media (max-width: 769px) {
  .nft-section {
    padding-bottom: 0 !important;
    text-align: left;
  }
  .nft-section__img {
    width: 520px;
    left: 50%;
    transform: translateX(-50%);
  }
  .nft-section__icon {
    display: block;
    margin: 0 auto 20px;
  }
  .nft-section__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 10px;
    text-align: center;
  }
  .nft-section__text {
    font-size: 16px;
    line-height: 155%;
    text-align: center;
  }
  .nft-section__btn {
    max-width: none;
    margin: 30px 0;
  }
}/*# sourceMappingURL=style.css.map */