@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default;
}

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

a {
  background: transparent;
}

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

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

ol,
ul {
  list-style: none;
}

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

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

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

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body, html {
  min-height: 100%;
  scroll-behavior: smooth;
}

html {
  background-color: #000;
}

body {
  background-color: #f7f7f7;
}

a {
  color: #4285f4;
  text-decoration: none;
}
a:hover {
  color: #f7931a;
}

.container {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .container {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container--second {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 530px);
}
@media (min-width: 769px) {
  .container--one-card {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}
.container--one-card .form__footer {
  margin: -1px -31px -21px;
  border: 1px solid #d6d6d6;
}

.article {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ads {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.ads:before {
  content: "Ad";
  position: absolute;
  top: 10px;
  left: 10px;
  height: 18px;
  border: 1px solid #f7931a;
  border-radius: 2px;
  padding: 0 6px;
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #f7931a;
}
.ads .close {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  min-height: 36px;
  border-radius: 50%;
  background: #FFFFFF center center no-repeat url("data:image/svg+xml,<svg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='12' viewBox='0 0 12 12' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M4.66667 6L0 1.33333L1.33333 0L6 4.66667L10.6667 0L12 1.33333L7.33333 6L12 10.6667L10.6667 12L6 7.33333L1.33333 12L0 10.6667L4.66667 6Z' fill='%23F7931A'/></svg>");
  cursor: pointer;
}
@media (max-width: 768px) {
  .ads .close {
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    min-height: 22px;
  }
}
.ads--orange {
  background-color: #f7931a;
}
.ads--orange:before {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.ads.none {
  display: none;
}
.ads > div {
  min-height: 280px;
}
.ads.fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 33;
}
@media (max-width: 768px) {
  .ads {
    padding-top: 28px;
    padding-bottom: 28px;
    z-index: 11;
  }
  .ads:before {
    top: 4px;
    left: 4px;
  }
  .ads .container {
    padding-right: 4px;
    padding-left: 4px;
  }
}

.gray {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d6d6;
}

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

.title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #000000;
}
.title mark {
  color: #f7931a;
  background: none;
}
.title--second {
  color: #ffffff;
}
@media (min-width: 1281px) {
  .title_bordered {
    position: relative;
  }
  .title_bordered::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    width: 8px;
    height: 72px;
    background: #F7931A;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .title_bordered {
    font-size: 28px;
    line-height: 40px;
  }
}

.text {
  font-size: 18px;
  line-height: 1.6;
  color: #494949;
}
@media (max-width: 768px) {
  .text {
    font-size: 15px;
    line-height: 1.4;
  }
}
.text--second {
  color: #9d9d9d;
}
.text--third {
  color: #757575;
}

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

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  text-align: center;
  height: 60px;
  background-color: #4285f4;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  border: none;
}
.btn_more {
  height: auto;
  min-height: 60px;
  line-height: normal;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.btn_special {
  height: auto;
  min-height: 60px;
  line-height: normal;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #37CC33;
}
.btn_special:hover {
  color: #fff;
}
.btn_special svg {
  margin-right: 10px;
}

.btn strong {
  font-weight: 700;
}

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

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

.btn_primary {
  display: inline-block;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 10px center;
  cursor: pointer;
  position: relative;
  background-color: #4285f4;
  color: #fff;
  border: none;
  font-size: 12px;
  min-width: 90px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-user-drag: none;
  user-select: none;
}
.btn_primary:hover {
  background-color: #f7931a;
  color: #fff;
}
.btn_primary:active {
  background-color: #d6d6d6;
  color: #fff;
}

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

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

.btn_plus {
  height: auto;
  min-height: 60px;
  line-height: normal;
}

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

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_plus:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.btn_download:before {
  content: "";
  flex: 0 0 auto;
  margin-right: 10px;
  display: block;
  background-image: url("../images/btn-download.png");
  width: 12px;
  height: 14px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_download:before {
    background-image: url("../images/btn-download@2x.png");
    background-size: 12px 14px;
  }
}
.btn_black {
  background-color: #000;
  min-width: 300px;
  padding-left: 91px;
  font-weight: 700;
  border: 1px solid #000;
  line-height: 58px;
  text-align: left;
}

.btn_black:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4285f4;
}

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

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

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

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_black:active:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.btn_calc {
  font-size: 18px;
  line-height: 24px;
}

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

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_calc:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.btn_link {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 0;
  color: #4285f4;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  height: auto;
  background: none;
}

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

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

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

.btn_link.gray {
  color: #757575;
}

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

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

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

.btn_simple span {
  position: relative;
}

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

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

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

.btn_social {
  width: 80px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 540px) {
  .btn_social {
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 15px;
  }
}
.btn_social:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.btn_social_fb {
  background-color: #4861a3;
}

.btn_social_fb:hover {
  background-color: #5777cc;
}

.btn_social_fb:active {
  background-color: #374c82;
}

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

.btn_social_vk {
  background-color: #597da2;
}

.btn_social_vk:hover {
  background-color: #678eb6;
}

.btn_social_vk:active {
  background-color: #446a91;
}

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

.btn_social_tw {
  background-color: #1da1f2;
}

.btn_social_tw:hover {
  background-color: #3eb5ff;
}

.btn_social_tw:active {
  background-color: #1588ce;
}

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

.btn_social_gplus {
  background-color: #dd5044;
}

.btn_social_gplus:hover {
  background-color: #fb5446;
}

.btn_social_gplus:active {
  background-color: #bf4339;
}

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

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

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

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

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

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

.btn_os:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 20px;
  top: 18px;
  background-size: auto 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.mac .btn_os {
  padding-left: 54px !important;
}
.mac .btn_os:before {
  background-image: url(../images/icon-mac.svg);
}

.win .btn_os {
  padding-left: 54px !important;
}
.win .btn_os:before {
  background-image: url(../images/icon-win.svg);
}

.btn_app-store,
.btn_google-play {
  background-color: #000;
  background-image: url(../images/get-it-on-google-play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 157px 37px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_app-store,
.btn_google-play {
    background-image: url("../images/get-it-on-google-play@2x.png");
  }
}
.btn_app-store:hover,
.btn_google-play:hover {
  background-color: #f7931a;
}

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

.btn--download {
  line-height: 1;
}
.btn--download::before {
  content: "";
  flex: 0 0 auto;
  position: relative;
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
}

.page.os-desktop .btn--download::before {
  display: block;
}

.page.mac .btn--download::before {
  top: -2px;
  background-image: url(../images/icon-apple.svg);
}

.page.win .btn--download::before {
  top: -1px;
  background-image: url(../images/icon-windows.svg);
}

.btn--small-mobile {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 60px;
  height: 60px;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}
.btn--small-mobile.ios {
  background-image: url(../images/icon-appstore.svg);
}
.btn--small-mobile.android {
  background-image: url(../images/icon-google-play.png);
}
@media (max-width: 768px) {
  .btn--small-mobile {
    display: none;
  }
}

.page.mobile .btn--small-mobile {
  display: none;
}

@media (min-width: 769px) {
  .main-btn .web-btn {
    max-width: 300px;
  }

  .apple .main-btn, .android .main-btn {
    display: grid;
    grid-template-columns: 300px 60px 60px;
    grid-template-areas: "web google apple";
  }
  .apple .main-btn .web-btn, .android .main-btn .web-btn {
    grid-area: web;
    height: 60px;
  }
  .apple .main-btn .apple-btn, .android .main-btn .apple-btn {
    grid-area: apple;
    max-width: 60px;
  }
  .apple .main-btn .google-btn, .android .main-btn .google-btn {
    grid-area: google;
    max-width: 60px;
  }

  .apple .main-btn {
    grid-template-areas: "apple google web";
  }
  .apple .main-btn .apple-btn {
    max-width: none;
    width: 100%;
  }
  .apple .main-btn .apple-btn .store-link__body {
    display: block;
  }
  .apple .main-btn .web-btn {
    padding: 0;
  }
  .apple .main-btn .web-btn svg, .apple .main-btn .web-btn img {
    margin: 0;
    width: 30px;
    height: 30px;
  }
  .apple .main-btn .web-btn .store-link__body {
    display: none;
  }

  .android .main-btn {
    grid-template-areas: "google apple web";
  }
  .android .main-btn .google-btn {
    max-width: none;
    width: 100%;
  }
  .android .main-btn .google-btn .store-link__body {
    display: block;
  }
  .android .main-btn .web-btn {
    padding: 0;
  }
  .android .main-btn .web-btn svg, .android .main-btn .web-btn img {
    margin: 0;
    width: 30px;
    height: 30px;
  }
  .android .main-btn .web-btn .store-link__body {
    display: none;
  }
}
@media (max-width: 768px) {
  .web-btn {
    max-width: 385px !important;
  }

  .main-btn {
    display: grid;
    justify-content: center !important;
    align-items: center;
  }
  .main-btn a {
    margin: 0 auto;
  }

  .web-btn {
    grid-area: web;
  }

  .apple-btn {
    grid-area: apple;
  }

  .google-btn {
    grid-area: google;
  }

  .web .main-btn {
    grid-template-columns: 1fr;
    grid-template-areas: "web" "google" "apple";
  }

  .apple .main-btn {
    grid-template-columns: 1fr;
    grid-template-areas: "apple" "google" "web";
  }

  .android .main-btn {
    grid-template-columns: 1fr;
    grid-template-areas: "google" "apple" "web";
  }
}
.main-btn.is-mobile {
  display: none;
}
.main-btn .wl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  min-width: 300px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.main-btn.is-desktop {
  display: flex;
  align-items: center;
}
.main-btn .get-btn {
  width: auto;
  padding: 0 20px;
  gap: 8px;
  min-width: 150px;
  cursor: pointer;
}
.main-btn .get-btn .store-link__body {
  display: block;
  font-weight: 700;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  transform: translateY(0px);
}
@media (max-width: 768px) {
  .main-btn.is-mobile {
    display: grid;
  }
  .main-btn.is-desktop {
    display: none;
  }
}

.page--dark .btn_primary {
  box-shadow: 0px 7px 18px rgba(66, 133, 244, 0.39), 0px 2.6963px 5.73333px rgba(66, 133, 244, 0.236889), 0px 0.57037px 1.46667px rgba(66, 133, 244, 0.153111);
}
.page--dark .btn_primary:hover {
  box-shadow: 0px 7px 18px rgba(247, 147, 26, 0.39), 0px 2.6963px 5.73333px rgba(247, 147, 26, 0.236889), 0px 0.57037px 1.46667px rgba(247, 147, 26, 0.153111);
}
.page--dark .btn_primary_light {
  background: rgba(66, 133, 244, 0.2);
  color: #4285F4;
  border: 1px solid transparent;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page--dark .btn_primary_light svg path {
  transition: fill 0.3s, stroke 0.3s;
}
.page--dark .btn_primary_light:hover {
  color: #fff;
  background: rgba(66, 133, 244, 0.5);
  border: 1px solid #4285F4;
}
.page--dark .btn_primary_light:hover svg path[fill] {
  fill: #fff;
}
.page--dark .btn_primary_light:hover svg path[stroke] {
  stroke: #fff;
}

.btn--soon {
  position: relative;
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}
.btn--soon: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;
}
.btn--soon-short:after {
  display: none;
}

.page {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000;
  min-width: 320px;
}
.page--black {
  background: radial-gradient(135.52% 100% at 0% 0%, #232425 0%, #171717 80%);
}
@media (max-width: 768px) {
  .page--black .header {
    background-color: inherit;
    margin-bottom: 0;
  }
}
.page--black .container {
  max-width: 1140px;
}
.page--black .sticky-sharing .social-btns__more {
  box-shadow: none;
  background-color: transparent;
  border: 2px solid #737781;
}
.page--black .sticky-sharing .social-btns__more:before {
  background-color: #fff;
  border-radius: 10px;
}
.page--black .sticky-sharing .social-btns__more:after {
  background-color: #fff;
  border-radius: 10px;
}
.page--black .sticky-sharing .social-btns__more:hover {
  box-shadow: none;
  border: 2px solid #4285F4;
}
.page--black .sticky-sharing .social-btns__more:hover:before {
  background-color: #4285F4;
}
.page--black .sticky-sharing .social-btns__more:hover:after {
  background-color: #4285F4;
}
.page--black .page-content {
  background: transparent;
  background-color: transparent;
}
.page--black .title {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 850px) {
  .page--black .title {
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}
.page--black .text {
  color: #BEC1C8;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 850px) {
  .page--black .text {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
}
.page--black .footer-new {
  background: transparent;
  margin-top: auto;
}
.page--dark {
  background: radial-gradient(125.52% 97.07% at 0% 0%, #434448 9.27%, #272A2E 100%);
}
.page--dark .page-content {
  background: transparent;
  background-color: transparent;
}
.page--dark #qrPopup .popup__card {
  background: #3B3E47;
}
.page--dark #qrPopup .popup__header {
  color: #fff;
  border-color: #2A2C32;
}
.page--dark #qrPopup .popup__footer {
  border-color: #2A2C32;
  background: #3B3E47;
}
.page--dark #qrPopup .popup__footer-decoration {
  border-color: #2A2C32;
  color: #ABB0BB;
  background: #3B3E47;
}
.page--dark #qrPopup .popup__text {
  color: #ABB0BB;
}
.page--dark #qrPopup .popup__qr-tab {
  border-color: #2A2C32;
  background-color: transparent;
}
.page--dark #qrPopup .popup__qr-subtitle, .page--dark #qrPopup .popup__qr-subtitle span {
  color: #ABB0BB;
}
@media (max-width: 768px) {
  .page--dark .header {
    background-color: rgba(42, 44, 50, 0.95);
  }
}
.page_white {
  background-color: #f7f7f7;
}
.page_not-available .not-available {
  display: block;
  width: 406px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .page_not-available .not-available {
    width: 100%;
  }
}
.page_not-available .title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .page_not-available .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 12px;
  }
}
.page_not-available .text {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #494949;
}
@media (max-width: 768px) {
  .page_not-available .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #494949;
  }
}
.page_not-available.page--black .not-available {
  border-radius: 20px;
  background: #303137;
  padding: 50px;
  min-width: 650px;
}
@media (max-width: 768px) {
  .page_not-available.page--black .not-available {
    width: 100%;
    min-width: auto;
  }
}
.page_not-available.page--black .title {
  color: #FFF;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-top: 30px;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .page_not-available.page--black .title {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.091px;
  }
}
.page_not-available.page--black .text {
  color: #BEC1C8;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .page_not-available.page--black .text {
    color: #BEC1C8;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.page-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f7f7f7;
}
.page-content--white {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .page-content--cp .header {
    margin-bottom: 0;
  }
}
.page_black .coins {
  background-color: #000;
}
.page_with-text.page--black .container__text {
  background: none;
  border: none;
  padding: 40px 0;
}
.page_with-text.page--black .container__text h1 {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 50px;
}
@media (max-width: 850px) {
  .page_with-text.page--black .container__text h1 {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 30px;
  }
}
.page_with-text.page--black .container__text--card {
  max-width: none;
}
.page_with-text.page--black .terms__sticky-container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.page_with-text.page--black .terms__wrapper {
  display: flex;
  gap: 20px;
  max-width: none;
}
.page_with-text.page--black .terms__panel {
  display: flex;
  flex-direction: column;
  top: 0;
  height: 100%;
  gap: 15px;
  padding: 20px;
  position: sticky;
  top: 90px;
  width: 320px;
  max-height: 85vh;
  overflow-y: auto;
  background: #303137;
}
.page_with-text.page--black .terms__panel-title-wrapper {
  display: none;
}
@media (max-width: 768px) {
  .page_with-text.page--black .terms__panel-title-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .page_with-text.page--black .terms__panel-title {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    align-self: baseline;
  }
}
@media (max-width: 768px) {
  .page_with-text.page--black .terms__panel-close {
    flex-shrink: 0;
    border-radius: 6px;
    background: #4285F4;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    transition: all 0.3s;
  }
}
.page_with-text.page--black .terms__panel-close:hover {
  background-color: #F7931A;
}
.page_with-text.page--black .terms__panel::-webkit-scrollbar {
  width: 5px;
}
.page_with-text.page--black .terms__panel::-webkit-scrollbar-thumb {
  background-color: #f7931a;
  border-radius: 3px;
}
.page_with-text.page--black .terms__panel a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.054px;
  border-bottom: 1px solid #737781;
  padding-bottom: 15px;
  text-align: left;
  transition: 0.3s all;
}
.page_with-text.page--black .terms__panel a:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.page_with-text.page--black .terms__panel a:hover {
  color: #f7931a;
}
.page_with-text.page--black .terms__panel-wrapper {
  position: sticky;
  top: 90px;
  width: 320px;
  max-height: 85vh;
  overflow-y: auto;
  flex-shrink: 0;
  border-radius: 20px;
  background: #303137;
  transition: all 0.3s;
  height: fit-content;
}
@media (max-width: 850px) {
  .page_with-text.page--black .terms__panel-wrapper {
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    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;
  }
  .page_with-text.page--black .terms__panel-wrapper .terms__panel {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
    transform: translateX(-50%);
    height: 100vh;
  }
  .page_with-text.page--black .terms__panel-wrapper.active {
    position: fixed;
    min-height: 100%;
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
  }
  .page_with-text.page--black .terms__panel-wrapper.active .terms__panel {
    transform: translateX(0);
    display: flex;
    position: fixed;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 0;
    width: 89%;
  }
}
.page_with-text.page--black .terms__mobile-nav {
  display: none;
}
@media (max-width: 850px) {
  .page_with-text.page--black .terms__mobile-nav {
    background: transparent;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #737781;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
    margin-top: 30px;
    transition: all 0.3s;
  }
  .page_with-text.page--black .terms__mobile-nav.fixed {
    background: #303137;
  }
  .page_with-text.page--black .terms__mobile-nav:hover {
    background: #3F4045;
    cursor: pointer;
  }
  .page_with-text.page--black .terms__mobile-nav span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
  }
}
.page_with-text.page--black .terms__content {
  border-radius: 20px;
  background: #303137;
  padding: 50px;
}
@media (max-width: 850px) {
  .page_with-text.page--black .terms__content {
    padding: 25px 0;
    background: none;
  }
}
.page_with-text.page--black .terms__content h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 950px) {
  .page_with-text.page--black .terms__content h2 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
  }
}
.page_with-text.page--black .terms__content p + h2,
.page_with-text.page--black .terms__content ul + h2 {
  margin-top: 50px;
}
@media (max-width: 850px) {
  .page_with-text.page--black .terms__content p + h2,
.page_with-text.page--black .terms__content ul + h2 {
    margin-top: 30px;
  }
}
.page_with-text.page--black .terms__content ul, .page_with-text.page--black .terms__content p {
  color: #BEC1C8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
.page_with-text .page-content {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.page_with-text .container {
  flex: 1 0 auto;
}

.page_blocked {
  overflow: hidden;
}

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

.page_es .trust {
  max-width: 380px;
}

.page_fr .trust {
  max-width: 430px;
}

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

.page_en .trust_top,
.page_fr .trust_top,
.page_es .trust_top {
  margin-bottom: 30px;
}

.page_inline .coins {
  z-index: 1;
  background-color: transparent;
}

.page_inline .header {
  z-index: 20;
}

.page_inline .container {
  position: relative;
  padding-bottom: 450px;
}

.page_inline .container__text {
  padding-bottom: 20px;
  z-index: 10;
}

.page_inline .container__text h1,
.page_inline .container__text p {
  text-align: center;
}

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

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

.page_withcoins .container__text {
  z-index: 1;
}

.page_payments .container__text,
.page_leaderboard .container__text,
.page_results .container__text {
  max-width: 790px;
}

.page_payments .container__text h1,
.page_leaderboard .container__text h1,
.page_results .container__text h1,
.page_uninstall .container__text h1,
.page_generator .container__text h1 {
  text-align: center;
}
.page_payments .container__text p,
.page_leaderboard .container__text p,
.page_results .container__text p,
.page_uninstall .container__text p,
.page_generator .container__text p {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #494949;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 40px;
  margin: 0 auto;
}
@media (min-width: 1341px) {
  .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: 60px;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .logo svg {
    max-height: 100%;
    width: auto !important;
  }
}
.header__logo {
  position: relative;
  display: block;
  z-index: 1;
  max-width: 214px;
  width: 100%;
}
.header__wrapper {
  width: 100%;
  transition: background-color 0.2s;
}
.header__container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header__container {
    min-height: 80px;
  }
}
.header__navbar {
  display: flex;
  align-items: center;
  z-index: 10;
}
.header__navbar .wallet__signin {
  width: max-content;
}
.header__menu {
  margin-right: 15px;
  margin-left: auto;
  flex-shrink: 0;
}
.header__menu a {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #4285f4;
}
.header__menu a.active {
  pointer-events: none;
}
.header__menu a:hover {
  color: #000;
}
.header__menu a + a {
  margin-left: 25px;
}
.header__menu a.active {
  color: #000;
  position: relative;
}
.header--inverse:not(.fixed) .header__menu a.active {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .header--inverse:not(.fixed) .header__menu a.active {
    color: #000;
  }
}

.header__menu a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #f7931a;
  position: absolute;
  border-radius: 5px;
  bottom: -13px;
  left: 0;
}
@media (max-width: 768px) {
  .header__menu--mobile-center {
    text-align: center;
  }
}
.header__menu--white a {
  color: #fff;
}
.header__menu--second {
  margin-right: 0;
}
.header__socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #757575;
  margin-right: 30px;
  text-transform: capitalize;
}
.header__socials a {
  text-decoration: none;
}
.header__socials a svg #getcryptotab--chat-icons {
  fill: #494949;
}
.header__socials a:hover svg #getcryptotab--chat-icons {
  fill: #f7931a;
}
.header__socials a + a {
  margin-left: 20px;
}
.header__socials span i {
  margin-left: 10px;
}
.header__lang_black .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}
.header__lang_black .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
}
.header__lang_black .lang.opened .lang__current:before {
  top: 13px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #d0d0d0;
  border-bottom: none;
}
.header__lang_transparent .lang__current {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.header__lang_transparent .lang__current:hover {
  background-color: #fff;
  color: #4285f4;
  box-shadow: 0 0 0 1px #fff;
}
.header__lang_transparent .lang.opened .lang__current {
  color: #3e82f7;
  background-color: #fff;
  box-shadow: 0 0 0 1px #fff;
}
.header--white {
  background-color: #fff;
}
.header__block-mob {
  display: none;
}
@media (min-width: 1200px) {
  .header {
    min-height: 120px;
  }
}
@media only screen and (max-width: 1160px) {
  .header {
    flex-direction: column;
  }
  .header .logo {
    margin-bottom: 30px;
  }
  .header__container {
    flex-direction: column;
  }
  .header__menu {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    align-items: flex-start;
    padding: 0;
    margin-bottom: 40px;
    background-color: #fff;
    min-height: 61px;
  }
  .header.fixed .header__wrapper {
    position: fixed;
    top: -66px;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, background-color 0.2s;
  }
  .header_mining {
    margin-bottom: 20px;
  }
  .header__logo {
    max-width: none;
  }
  .header__container {
    align-items: flex-start;
    position: relative;
  }
  .header__navbar {
    position: absolute;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    background: #ffffff;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
  }
  .header__navbar.active {
    transform: translateY(60px);
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .header__navbar.active {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .header__navbar .store-links {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header__navbar .lang {
    display: block;
    margin-left: 65px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    background-color: #fff;
    z-index: 100;
  }
  .header__logo .logo {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .header__lang {
    margin-right: 15px;
    margin-top: 13px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .header__menu {
    display: none;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid #d6d6d6;
    margin-right: 0 !important;
    overflow-x: scroll;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
  }
  .header__menu::-webkit-scrollbar {
    display: none;
  }
  .header__menu:after {
    content: "";
    display: block;
    width: 20px;
  }
  .header__menu a {
    display: inline-block;
  }
  .header__menu a:last-child {
    margin-right: 20px;
  }
  .header__menu a.active:after {
    bottom: -18px;
  }
  .header__menu--second {
    flex-direction: column;
    display: flex;
    border-bottom: none;
    padding: 30px 65px;
  }
  .header__menu--second a {
    margin-bottom: 35px;
    margin-left: 0;
  }
  .header__menu--second a + a {
    margin-left: 0;
  }
  .header__menu--second .btn_primary {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header__block-mob {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 30px 65px;
  }
  .header__block-mob a {
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    color: #757575;
    margin-bottom: 25px;
  }
  .header__block-mob a:last-child {
    margin-bottom: 0;
  }
  .header__block-mob a:hover {
    color: #f7931a;
  }
  .header__block-mob .google-play-btn {
    margin: 0;
    height: 50px;
    width: 245px;
  }
}
@media only screen and (max-width: 768px) {
  .header__block-mob-text {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.03px;
  }
}
@media only screen and (max-width: 768px) {
  .header__socials {
    margin-right: 0;
    margin-left: 15px;
  }
  .header__socials span {
    display: block;
    margin-right: 10px;
  }
}
.header .google-auto-placed {
  display: none;
}

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

/*
*
* Modificators
*
*/
@media (max-width: 768px) {
  .header--not-menu {
    background: none;
    align-items: center;
    padding: 20px;
  }
  .header--not-menu .lang {
    display: block;
  }
}

.header--inverse .header__socials > span {
  color: #d6d6d6;
}
.header--inverse .header__socials .social-link_instagram:not(:hover) svg #instagram_up {
  fill: #fff;
}
.header--inverse .header__lang:not(.header__lang_transparent) .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}
.header--inverse .header__lang:not(.header__lang_transparent) .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4285f4;
}
@media (max-width: 768px) {
  .header--inverse .header__navbar {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .header--inverse .header__menu {
    border-color: rgba(255, 255, 255, 0.3);
  }
}

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

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

@media only screen and (max-width: 1270px) {
  [lang=fr] .header {
    flex-direction: column;
  }
  [lang=fr] .header .logo {
    margin-bottom: 30px;
  }
  [lang=fr] .header__container {
    flex-direction: column;
  }
  [lang=fr] .header__menu {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1300px) {
  [lang=de] .header {
    flex-direction: column;
  }
  [lang=de] .header .logo {
    margin-bottom: 30px;
  }
  [lang=de] .header__container {
    flex-direction: column;
  }
  [lang=de] .header__menu {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1340px) {
  [lang=es] .header {
    flex-direction: column;
  }
  [lang=es] .header .logo {
    margin-bottom: 30px;
  }
  [lang=es] .header__container {
    flex-direction: column;
  }
  [lang=es] .header__menu {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1200px) {
  [lang=it] .header {
    flex-direction: column;
  }
  [lang=it] .header .logo {
    margin-bottom: 30px;
  }
  [lang=it] .header__container {
    flex-direction: column;
  }
  [lang=it] .header__menu {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1230px) {
  [lang=pt] .header {
    flex-direction: column;
  }
  [lang=pt] .header .logo {
    margin-bottom: 30px;
  }
  [lang=pt] .header__container {
    flex-direction: column;
  }
  [lang=pt] .header__menu {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1220px) {
  [lang=ru] .header {
    flex-direction: column;
  }
  [lang=ru] .header .logo {
    margin-bottom: 30px;
  }
  [lang=ru] .header__container {
    flex-direction: column;
  }
  [lang=ru] .header__menu {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1300px) {
  .page_fr .header {
    flex-direction: column;
  }
  .page_fr .header .logo {
    margin-bottom: 30px;
  }
  .page_fr .header__container {
    flex-direction: column;
  }
  .page_fr .header__menu {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .page_de .header {
    flex-direction: column;
  }
  .page_de .header .logo {
    margin-bottom: 30px;
  }
  .page_de .header__container {
    flex-direction: column;
  }
  .page_de .header__menu {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1350px) {
  .page_es .header {
    flex-direction: column;
  }
  .page_es .header .logo {
    margin-bottom: 30px;
  }
  .page_es .header__container {
    flex-direction: column;
  }
  .page_es .header__menu {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1240px) {
  .page_it .header, .page_ru .header, .page_pt .header {
    flex-direction: column;
  }
  .page_it .header .logo, .page_ru .header .logo, .page_pt .header .logo {
    margin-bottom: 30px;
  }
  .page_it .header__container, .page_ru .header__container, .page_pt .header__container {
    flex-direction: column;
  }
  .page_it .header__menu, .page_ru .header__menu, .page_pt .header__menu {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }
}

.header__wrapper--dark .header__menu a {
  transition: color 0.3s;
}
.header__wrapper--dark .header__menu a:hover, .header__wrapper--dark .header__menu a.active {
  color: #fff;
}
.header__wrapper--dark .header__navbar .btn_primary {
  transition: all 0.3s;
}
.header__wrapper--dark .header__navbar .btn_primary:first-child {
  box-shadow: 0px 7px 18px rgba(66, 133, 244, 0.39), 0px 2.6963px 5.73333px rgba(66, 133, 244, 0.236889), 0px 0.57037px 1.46667px rgba(66, 133, 244, 0.153111);
}
.header__wrapper--dark .header__navbar .btn_primary:first-child:hover {
  box-shadow: 0px 7px 18px rgba(247, 147, 26, 0.39), 0px 2.6963px 5.73333px rgba(247, 147, 26, 0.236889), 0px 0.57037px 1.46667px rgba(247, 147, 26, 0.153111);
}
.header__wrapper--dark .header__navbar .btn_primary:nth-child(2) {
  background: rgba(66, 133, 244, 0.2);
  color: #4285F4;
  border-color: transparent;
  box-shadow: none;
}
.header__wrapper--dark .header__navbar .btn_primary:nth-child(2) svg path {
  transition: fill 0.3s;
}
.header__wrapper--dark .header__navbar .btn_primary:nth-child(2):hover {
  color: #fff;
  background: rgba(66, 133, 244, 0.5);
  border-color: #4285F4;
}
.header__wrapper--dark .header__navbar .btn_primary:nth-child(2):hover svg path {
  fill: #fff;
}
.header__wrapper--dark .lang__current {
  border: 1px solid #3B3E47;
  background: transparent;
  transition: all 0.3s;
  color: #fff;
}
.header__wrapper--dark .lang__current:before {
  border-top-color: #434752;
  transition: border-top-color 0.3s;
}
.header__wrapper--dark .lang__current:hover {
  color: #fff;
  background: #2A2F3A;
  border-color: #4285F4;
}
.header__wrapper--dark .lang__current:hover:before {
  border-top-color: #4285F4;
}
.header__wrapper--dark .lang__list {
  background: #2A2F3A;
}
.header__wrapper--dark .lang__list .lang__item {
  color: #fff;
}
.header__wrapper--dark .lang.opened .lang__current {
  color: #fff;
  background: #2A2F3A;
  border-color: #4285F4;
}
.header__wrapper--dark .lang.opened .lang__current:before {
  border-bottom-color: #4285F4;
  top: 17px;
}
@media (max-width: 768px) {
  .header__wrapper--dark .burger {
    left: auto;
    right: 20px;
  }
  .header__wrapper--dark .burger span, .header__wrapper--dark .burger:before, .header__wrapper--dark .burger:after {
    background-color: #D6D6D6;
  }
  .header__wrapper--dark .burger.active span, .header__wrapper--dark .burger.active:before, .header__wrapper--dark .burger.active:after {
    background: #F7931A;
  }
  .header__wrapper--dark .header__logo {
    background-color: rgba(42, 44, 50, 0.95);
    border: none;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  }
  .header__wrapper--dark .header__navbar {
    background: #2A2C32;
  }
  .header__wrapper--dark .header__block-mob a {
    color: #4285F4;
  }
}

@media (min-width: 1341px) {
  .fixed .header__wrapper--dark {
    background-color: rgba(42, 44, 50, 0.95) !important;
  }
}
@media (max-width: 768px) {
  .fixed .header__wrapper--dark {
    background-color: rgba(42, 44, 50, 0.95) !important;
  }
}

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

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

.container__text {
  display: block;
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 85px;
  margin: 0 auto;
}
.container__text--card {
  max-width: 1040px;
  width: 100%;
  padding: 50px 20px 80px;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  background: #fff;
}
.container__text--card > * {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

.container--terms {
  max-width: none;
  width: 100%;
  padding-bottom: 80px;
}

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

.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, .container__text ul + h2 {
  margin-top: 40px;
}

.container__text h2 {
  display: block;
  font-size: 32px;
  font-weight: bold;
  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--terms {
    padding-bottom: 40px;
  }

  .container__text--card {
    padding: 20px 20px 40px;
  }
}
.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;
}
.container__text li a:hover {
  cursor: pointer;
}

.container__text i {
  font-style: italic;
}

.logo {
  display: block;
}
@media (max-width: 768px) {
  .logo {
    height: 40px;
  }
}
.logo--second .logo__text {
  fill: #000;
}
.logo--second svg {
  height: 100%;
}
.logo--second svg path[fill="rgb(255,255,255)"] {
  fill: #000;
}
.logo svg {
  height: 100%;
}
.fixed .logo svg path[fill="rgb(255,255,255)"] {
  fill: #000;
}

@media (max-width: 768px) {
  .logo svg path[fill="rgb(255,255,255)"] {
    fill: #000;
  }
}
.logo img {
  vertical-align: top;
}
@media only screen and (max-width: 1280px) {
  .logo img {
    height: auto;
  }
}
@media only screen and (max-width: 1220px) {
  .logo img {
    height: auto;
  }
}
.logo__text {
  fill: #fff;
}
@media only screen and (max-width: 768px) {
  .logo__text {
    fill: #000;
  }
}
.fixed .logo__text {
  fill: #000;
}

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

@media only screen and (max-width: 850px) {
  .page_promo .container {
    display: block;
    padding-top: 0;
  }

  .page_promo .header {
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
    margin-bottom: 30px;
  }

  .page_promo .logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .page_v2 .first {
    overflow-x: hidden;
  }

  .page_v2 .header__socials span {
    display: none;
  }

  .page_v2 .header .logo {
    margin-right: 20px;
  }
}
.scroll2top {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 10;
  border-radius: 4px 0 0 4px;
  background-color: #f7931a;
  cursor: pointer;
  background-image: url("../images/scroll2top.svg");
  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;
}

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

.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__item_join {
  display: flex;
  align-items: center;
  color: #757575;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
.menu__item_join span:not(.bonus) {
  color: #757575;
}
.menu__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #757575;
  margin-bottom: 18px;
}
.menu:last-child {
  margin-right: 0;
}

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

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

.header__socials .social-links {
  margin-left: 10px;
}
.header__socials .social-link_fb i {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../images/fb-small.png");
  background-size: 18px;
  position: relative;
  top: -1px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header__socials .social-link_fb i {
    background-image: url("../images/fb-small@2x.png");
  }
}
.header__socials .social-link_fb:hover i {
  background-image: url("../images/fb-small-hover.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header__socials .social-link_fb:hover i {
    background-image: url("../images/fb-small-hover@2x.png");
  }
}
.header__socials .social-link_fb svg {
  display: none;
}
.header__socials .social-link_telegram svg #getcryptotab--chat-icons {
  fill: #31a5e0;
}
.header__socials .social-link_vk svg #getcryptotab--chat-icons {
  fill: #577ca4;
}
.header__socials .social-link_youtube {
  display: none;
}
.header__socials .social-link_twitter svg #getcryptotab--chat-icons {
  fill: #1da1f2;
}
.header__socials .social-link_instagram:hover svg #instagram_up {
  fill: #f7931a;
}
@media only screen and (max-width: 1220px) {
  .header__socials span {
    display: none;
  }
  .header__socials .social-links {
    margin-left: 0;
  }
}

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

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

.store-link-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .store-link-group {
    flex-direction: column;
  }
}

.store-link {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  transition: background-color 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
.store-link svg path {
  transition: fill 0.2s ease-in-out;
}
.store-link:hover {
  background-color: #f7931a;
  color: #fff;
}
.store-link:hover svg path {
  fill: #fff;
}
.store-link__body {
  display: none;
  line-height: 20px;
  font-size: 11px;
  transform: translateY(-2px);
  text-transform: uppercase;
}
.store-link__body b {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  white-space: nowrap;
}
.store-link__body span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .store-link {
    width: 100%;
    max-width: 385px;
    padding: 12px 50px;
  }
  .store-link__body {
    display: block;
  }
}
.store-link--full {
  width: 100%;
  max-width: 240px;
  padding: 12px 20px;
}
.store-link--full .store-link__body {
  display: block;
}
@media screen and (max-width: 425px) {
  .store-link--full {
    max-width: 100%;
  }
}

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

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

.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: 40px;
  position: relative;
  line-height: 40px;
  padding-left: 30px;
  background: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #323232;
  cursor: default;
  text-transform: uppercase;
  overflow: hidden;
}
.header--inverse:not(.fixed) .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}
.header--inverse:not(.fixed) .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4285f4;
}

.lang__current:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 18px;
  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: 17px;
  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;
  cursor: pointer;
}

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

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

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

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

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

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

.app-store-btn,
.google-play-btn {
  display: inline-block;
  width: 210px;
  height: 62px;
  background-color: #000;
  background-image: url("../images/gpay.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 157px 37px;
  border: none;
  border-radius: 4px;
  transition: background-color 0.15s;
}
.app-store-btn:hover,
.google-play-btn:hover {
  background-color: #f7931a;
}
.app-store-btn:active,
.google-play-btn:active {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .app-store-btn,
.google-play-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.app-store-btn_blue,
.google-play-btn_blue {
  background-color: #4285f4;
  color: #fff;
}
.app-store-btn_blue:hover,
.google-play-btn_blue:hover {
  background-color: #f7931a;
  color: #fff;
}
.app-store-btn_blue:active,
.google-play-btn_blue:active {
  background-color: #d6d6d6;
  color: #fff;
}

.app-store-btn {
  background-image: url("../images/app-store.svg");
  background-size: 139px 37px;
}

.mouse-scroll {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  cursor: pointer;
  z-index: 2;
}
.mouse-scroll img {
  pointer-events: none;
}

.wallet {
  position: relative;
  background: #fff;
  border-bottom: 8px solid #f7931a;
  padding-bottom: 30px;
}
.wallet__decore {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  width: 610px;
}
@media screen and (max-width: 2240px) {
  .wallet__decore {
    left: -300px;
  }
}
@media screen and (max-width: 1540px) {
  .wallet__decore {
    display: none;
  }
}
.wallet .wrapper {
  padding-top: 50px;
}
.wallet .wrapper__relative {
  position: relative;
  overflow: hidden;
}
.wallet .container {
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .wallet .container {
    padding-bottom: 0;
    overflow: hidden;
    border-bottom: 1px solid #979797;
  }
}
@media (max-width: 768px) {
  .wallet .container {
    padding-top: 10px;
  }
}
.wallet .row {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .wallet .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .wallet {
    padding-bottom: 0;
  }
}
.wallet_mining {
  padding-bottom: 1px;
}
@media (max-width: 768px) {
  .wallet_mining {
    background: linear-gradient(180deg, #000000 0%, #323232 100%);
  }
}
.wallet--second {
  border-bottom: none;
}
.wallet__bg {
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .wallet__bg {
    display: none;
  }
}
.wallet__bg--left {
  right: calc(100% + 100px);
  top: 50px;
}
@media (max-width: 1400px) {
  .wallet__bg--left {
    right: 100%;
    top: 0;
  }
}
.wallet__bg--right {
  left: 65%;
  top: 54px;
}
.wallet__btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .wallet__btn-wrap {
    flex-direction: column;
  }
}
.wallet__block {
  max-width: 730px;
  width: 100%;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .wallet__block {
    margin: 0 auto;
  }
}
.wallet__block_mining {
  max-width: 500px;
}
@media (max-width: 1024px) {
  .wallet__block_mining {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .wallet__block_safety {
    margin-bottom: 80px;
    text-align: center;
  }
}
.wallet__title {
  font-size: 54px;
  line-height: 72px;
  margin-bottom: 20px;
}
.wallet__version {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 50px;
  position: relative;
}
@media (max-width: 768px) {
  .wallet__version {
    flex-wrap: wrap;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .wallet__version img {
    flex: 0 0 50%;
    max-width: 102px;
  }
  .wallet__version img:nth-child(2n) {
    margin-left: 20px;
  }
  .wallet__version img:nth-child(3), .wallet__version img:nth-child(4) {
    margin-top: 20px;
  }
}
.wallet__version * + * {
  margin-left: 50px;
}
@media (max-width: 768px) {
  .wallet__version * + * {
    margin-left: 0;
  }
}
.wallet__text {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .wallet__text {
    margin-bottom: 30px;
    text-align: center;
  }
}
.wallet__btn {
  max-width: 340px;
  width: 100%;
  position: relative;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4285F4;
  border-radius: 6px;
  padding: 21px 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
}
.wallet__btn:hover {
  background-color: #F7931A;
  color: #fff;
}
.wallet__btn svg {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .wallet__btn {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .wallet__btn--second {
    display: none;
  }
}
.wallet__btn--link {
  background-color: inherit;
  max-width: none;
  padding: 0;
  color: #000;
  width: auto;
}
.wallet__btn--link:hover {
  background-color: inherit;
  color: #F7931A;
}
.wallet__btn--link:hover svg {
  fill: #F7931A;
}
@media (max-width: 768px) {
  .wallet__btn--link {
    margin-top: 30px;
  }
}
.wallet__btn--center {
  margin: 0 auto;
}
.wallet__signin {
  font-size: 13px;
  width: auto;
  min-width: 200px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .wallet__signin {
    margin-left: 65px;
    margin-top: 10px;
  }
}
.wallet__signin + * {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .wallet__signin + * {
    margin-left: inherit;
  }
}
.wallet__signin svg {
  margin-right: 10px;
}
.wallet__signin.btn_simple {
  color: #000;
}
@media (max-width: 768px) {
  .wallet__signin.btn_simple {
    margin-left: 65px;
  }
}
.wallet__signin.btn_simple:hover {
  color: #4285F4;
  background-color: #F0F6FF;
}
.wallet__small-text {
  color: #757575;
  font-size: 11px;
  line-height: 13px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .wallet__small-text {
    text-align: center;
  }
}
.wallet__main-img {
  max-width: 640px;
  width: 100%;
}
.wallet__main-img img {
  max-width: none;
}
@media screen and (max-width: 1024px) {
  .wallet__main-img img {
    max-width: 475px;
    height: auto;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
}
@media (max-width: 1024px) {
  .wallet__main-img {
    position: relative;
    left: 0;
    top: 0;
    margin: 50px auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .wallet__main-img {
    max-width: 335px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .wallet__main-img--special {
    bottom: 24px;
  }
}
.wallet__main-img_mining {
  top: auto;
  bottom: 0;
  transform: none;
  max-width: 850px;
}
@media (max-width: 768px) {
  .wallet__main-img_mining {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 0;
  }
  .wallet__main-img_mining img {
    width: calc(150% - 30px);
    margin-right: 20px;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .wallet__scroll {
    display: none;
  }
}
.wallet__marquee {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: #37cc33;
}
.wallet__marquee--special {
  background-color: #F7931A;
}
.wallet__marquee .text {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-size: 13px;
  line-height: 2;
}
.wallet__marquee .text span {
  display: inline-block;
  width: 100%;
}
.wallet__offer {
  position: absolute;
  transform: rotate(-45deg);
  background-color: #37cc33;
  top: 32px;
  left: -56px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  padding: 6px 50px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .wallet__offer {
    display: none;
  }
}
.wallet__note {
  font-size: 11px;
  line-height: 13px;
  color: #757575;
  display: block;
  margin-top: 15px;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.faq {
  display: block;
  padding: 40px 20px 60px;
  background-color: #f7f7f7;
  text-align: center;
}
.faq--border-top {
  border-top: 1px solid #d6d6d6;
  border-bottom: none;
}
.faq--page {
  padding: 0 20px;
  border-bottom: none;
}
.faq--page__inner {
  text-align: left;
}
.faq__icon {
  margin-bottom: 20px;
}
.faq .table {
  border-collapse: separate;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .faq .table {
    display: none;
  }
}
.faq .table tr td {
  border: 1px solid #D6D6D6;
  padding: 8px 12px;
}
.faq .table tr th {
  padding: 8px 12px;
  border: 1px solid #D6D6D6;
}
.faq .table thead {
  background: #F7F7F7;
  color: #494949;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.09px;
}
.faq .table thead tr th:last-child {
  border-start-end-radius: 10px;
}
.faq .table thead tr th:first-child {
  border-start-start-radius: 10px;
}
.faq .table tbody tr td .td-content {
  color: #000;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 4px;
}
.faq .table tbody tr td .td-content b {
  color: #B3B3B3;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.faq .table tbody tr td .td-content img {
  margin-right: 4px;
}
.faq .table tbody tr:last-child td:last-child {
  border-end-end-radius: 10px;
}
.faq .table tbody tr:last-child td:first-child {
  border-end-start-radius: 10px;
}
.faq .table-with-card {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .faq .table-with-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }
}
.faq .table-with-card--card {
  border: 1px solid #D6D6D6;
  border-radius: 10px;
}
.faq .table-with-card--card .card--head {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-bottom: 1px solid #D6D6D6;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq .table-with-card--card .card--head img {
  margin-right: 4px;
}
.faq .table-with-card--card .card--content {
  color: #000;
  padding: 8px 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.faq .table-with-card--card .card--description {
  color: #494949;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.09px;
}

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

.faq__cards {
  display: flex;
  max-width: 1060px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.faq__cards .card {
  max-height: 300px;
}

@media only screen and (max-width: 1100px) {
  .faq__cards {
    max-width: 700px;
  }
}
@media only screen and (max-width: 740px) {
  .faq__cards {
    max-width: 340px;
  }
}
.faq__all {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  color: #4285f4;
  text-decoration: none;
  font-weight: 700;
}
.faq__all svg {
  margin-left: 10px;
}

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

.page_faq .page-content {
  display: flex;
  flex-direction: column;
  min-height: auto;
  flex: none;
}

.faq {
  flex: 1 0 auto;
  padding: 40px 40px 80px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.faq-top {
  text-align: center;
}
.faq-top__title {
  font-weight: 700;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .faq-top__title {
    font-size: 28px;
    line-height: 38px;
  }
}
.faq-top__description {
  margin-top: 15px;
  font-size: 20px;
  line-height: 32px;
  color: #494949;
}

.faq-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  max-width: 1210px;
  margin: 40px auto 0;
}
.faq-body__content {
  grid-column: 1/4;
  padding: 20px 20px 40px;
  border-radius: 3px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .faq-body__content {
    grid-column: 1/5;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.faq-body__content > * + * {
  margin-top: 50px;
}

.faq-content-item__title {
  padding: 15px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .faq-content-item__title {
    font-size: 28px;
  }
}

.faq-list {
  margin-top: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .faq-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.faq-list > * + * {
  margin-top: 30px;
}

.faq-list-item {
  scroll-margin-top: 100px;
}
.faq-list-item__title {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.09px;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq-list-item__title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.faq-list-item__title a {
  color: inherit;
}
.faq-list-item__title:hover {
  color: #4285f4;
}
.faq-list-item__title:hover::before {
  border-color: #4285f4;
}
.faq-list-item__title::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 2px solid #a4a4a4;
  transform: translateY(12px);
  transition: border-color 0.2s ease-in-out;
}
.faq-list-item__text {
  margin-top: 10px;
  padding: 15px 20px;
  background-color: #f7f7f7;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.09px;
  color: #494949;
}
.faq-list-item__text p:not(p:empty) + p:not(p:empty) {
  margin-top: 20px;
}
.faq-list-item__text ul > li::before {
  display: inline-block;
  margin-right: 1ch;
  content: "–";
}
.faq-list-item__text ol {
  padding-left: 20px;
  list-style-type: decimal;
}
.faq-list-item b {
  font-weight: 700;
}

.box-decorator {
  border-radius: 3px;
  background-color: #f7931a;
}
.box-decorator--small {
  padding: 7px 10px;
}

.faq-nav {
  position: sticky;
  top: 90px;
  width: 320px;
  max-height: 85vh;
  overflow-y: auto;
  padding-right: 15px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .faq-nav {
    display: none;
  }
}
.faq-nav__title {
  color: #fff;
  letter-spacing: 0.04px;
  font-weight: 700;
  font-size: 14px;
}
.faq-nav::-webkit-scrollbar {
  width: 5px;
}
.faq-nav::-webkit-scrollbar-thumb {
  background-color: #f7931a;
  border-radius: 3px;
}

.faq-menu {
  margin-top: 15px;
}

.faq-item {
  padding: 15px 0;
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
}
.faq-item:first-child {
  border-top: 1px solid #d6d6d6;
}
.faq-item--active .faq-item__title::before {
  transform: rotate(0);
}
.faq-item__title {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  color: inherit;
}
.faq-item__title::before {
  content: url(../images/icons/arrow.svg);
  display: block;
  flex-shrink: 0;
  margin-right: 5px;
  width: 10px;
  transform-origin: center;
  transform: rotate(-90deg);
  transition: transform 0.2s ease-in-out;
}
.faq-item__title:hover {
  color: #f7931a;
}

.faq-submenu {
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
  overflow: hidden;
}
.faq-submenu > * {
  margin: 15px 0;
}
.faq-submenu__item {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  line-height: 18px;
  color: #494949;
}

.faq-submenu-item {
  width: 100%;
}
.faq-submenu-item__content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 5px 10px;
  border-radius: 2px;
  color: inherit;
  cursor: pointer;
}
.faq-submenu-item__content:hover {
  color: #fff;
}
.faq-submenu-item__content:not(.faq-submenu-item__content--active):hover {
  color: #4285f4;
}
.faq-submenu-item__content:not(.faq-submenu-item__content--active):hover::before {
  border-color: currentColor;
}
.faq-submenu-item__content::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 2px solid #a4a4a4;
  transform: translateY(5px);
}
.faq-submenu-item__content--active {
  background-color: #4285f4;
  color: #fff;
}
.faq-submenu-item__content--active::before {
  border-color: #fff;
}

.page_it.page_faq .faq-submenu-item__content,
.page_pt.page_faq .faq-submenu-item__content {
  padding: 5px 8.5px;
}

.page_it.page_faq .faq-nav {
  padding-right: 12px;
}

.page--black .faq {
  background-color: transparent;
}
@media (max-width: 850px) {
  .page--black .faq {
    padding-top: 50px;
  }
}
.page--black .faq .faq__mobile-nav {
  display: none;
}
@media (max-width: 768px) {
  .page--black .faq .faq__mobile-nav {
    background: transparent;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #737781;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
    margin-top: 30px;
    transition: all 0.3s;
  }
  .page--black .faq .faq__mobile-nav.fixed {
    background: #303137;
  }
  .page--black .faq .faq__mobile-nav:hover {
    background: #3F4045;
    cursor: pointer;
  }
  .page--black .faq .faq__mobile-nav span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
  }
}
.page--black .faq .table {
  margin: 0;
  border-collapse: separate;
  background: #303137;
  border-radius: 10px;
  padding: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .page--black .faq .table {
    display: none;
  }
}
.page--black .faq .table tr td {
  border: 1px solid #737781;
  padding: 8px 12px;
}
.page--black .faq .table tr th {
  padding: 8px 12px;
  border: 1px solid #737781;
}
.page--black .faq .table thead {
  background: #3F4045;
  color: #BEC1C8;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.09px;
}
.page--black .faq .table thead tr th:last-child {
  border-start-end-radius: 10px;
}
.page--black .faq .table thead tr th:first-child {
  border-start-start-radius: 10px;
}
.page--black .faq .table tbody tr td .td-content {
  color: #FFFFFF;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 4px;
}
.page--black .faq .table tbody tr td .td-content b {
  color: #898E99;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.page--black .faq .table tbody tr td .td-content img {
  margin-right: 4px;
}
.page--black .faq .table tbody tr:last-child td:last-child {
  border-end-end-radius: 10px;
}
.page--black .faq .table tbody tr:last-child td:first-child {
  border-end-start-radius: 10px;
}
.page--black .faq .table-with-card {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .page--black .faq .table-with-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
    padding: 0 20px;
  }
}
.page--black .faq .table-with-card--card {
  border: 1px solid #737781;
  border-radius: 10px;
}
.page--black .faq .table-with-card--card .card--head {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-bottom: 1px solid #737781;
  color: #FFFFFF;
  background: #303137;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page--black .faq .table-with-card--card .card--head b {
  color: #898E99;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.page--black .faq .table-with-card--card .card--head img {
  margin-right: 4px;
}
.page--black .faq .table-with-card--card .card--content {
  color: #FFFFFF;
  padding: 8px 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #161616;
}
.page--black .faq .table-with-card--card .card--description {
  color: #BEC1C8;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.09px;
  padding-bottom: 8px;
}
.page--black .faq .content-under-table {
  color: #BEC1C8;
  padding-top: 10px;
}
.page--black .faq-top__title {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 850px) {
  .page--black .faq-top__title {
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}
.page--black .faq-top__description {
  color: #BEC1C8;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 850px) {
  .page--black .faq-top__description {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
}
.page--black .faq__body {
  display: flex;
  gap: 20px;
  border-radius: 20px;
  max-width: 1100px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .page--black .faq__body {
    margin: 0 auto;
  }
}
.page--black .faq__table-title-wrapper {
  display: none;
}
@media (max-width: 768px) {
  .page--black .faq__table-title-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .page--black .faq__table-title {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    align-self: baseline;
  }
}
@media (max-width: 768px) {
  .page--black .faq__table-close {
    flex-shrink: 0;
    border-radius: 6px;
    background: #4285F4;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    transition: all 0.3s;
  }
}
.page--black .faq__table-close:hover {
  background-color: #F7931A;
}
.page--black .faq-body__content {
  padding: 50px 0;
  border-radius: 20px;
  background: #303137;
  border: none;
}
@media (max-width: 768px) {
  .page--black .faq-body__content {
    background: transparent;
    padding: 30px 0;
  }
}
.page--black .faq__nav {
  flex-shrink: 0;
  border-radius: 20px;
  background: #303137;
  padding: 5px 20px 5px;
  margin-left: 0;
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  .page--black .faq__nav {
    padding: 20px 20px 5px;
  }
}
.page--black .faq__nav-wrapper {
  position: sticky;
  top: 90px;
  width: 320px;
  max-height: 85vh;
  overflow-y: auto;
  flex-shrink: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .page--black .faq__nav-wrapper {
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    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;
  }
  .page--black .faq__nav-wrapper .faq__nav {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
    transform: translateX(-50%);
    min-height: 100%;
    position: fixed;
  }
  .page--black .faq__nav-wrapper.active {
    position: fixed;
    min-height: 100%;
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
  }
  .page--black .faq__nav-wrapper.active .faq__nav {
    transform: translateX(0);
    display: flex;
    position: fixed;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 0;
    width: 89%;
  }
}
.page--black .faq-menu {
  margin-top: 0;
}
@media (max-width: 768px) {
  .page--black .faq-menu {
    margin-top: 16px;
  }
}
.page--black .faq-list > * + * {
  margin-top: 0;
}
@media (max-width: 768px) {
  .page--black .faq-list {
    margin-top: 15px;
  }
}
.page--black .faq-list__item {
  transition: all 0.3s;
  padding: 15px 50px;
}
.page--black .faq-list__item img {
  border-radius: 4px;
}
@media (max-width: 768px) {
  .page--black .faq-list__item {
    padding: 15px 0;
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page--black .faq-list__item:hover {
  background-color: #3F4045;
}
.page--black .faq-item__title {
  gap: 10px;
}
.page--black .faq-content-item__title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  background-color: inherit;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .page--black .faq-content-item__title {
    padding: 0;
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}
.page--black .faq-content-item__list {
  padding: 0;
}
.page--black .faq-list-item__title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page--black .faq-list-item__title svg {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.page--black .faq-list-item__title:hover {
  color: #F7931A;
}
.page--black .faq-list-item__title:hover svg {
  visibility: visible;
  opacity: 1;
}
.page--black .faq-list-item__title::before {
  display: none;
}
.page--black .faq-list-item__text {
  color: #BEC1C8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background-color: inherit;
  padding: 0;
}
.page--black .faq-item {
  padding: 15px 0;
  border-bottom: 1px solid #737781;
  overflow: hidden;
}
.page--black .faq-item:first-child {
  border-top: none;
}
.page--black .faq-item:last-of-type {
  border-bottom: none;
}
.page--black .faq-item--active .faq-item__title::before {
  transform: rotate(0);
}
.page--black .faq-item__title {
  color: #BEC1C8;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.054px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.page--black .faq-item__title::before {
  content: url(../images/icons/arrow.svg);
  display: block;
  flex-shrink: 0;
  margin-right: 5px;
  width: 10px;
  transform-origin: center;
  transform: rotate(-90deg);
  transition: transform 0.2s ease-in-out;
}
.page--black .faq-item__title:hover {
  color: #f7931a;
}
.page--black .faq-submenu > * {
  margin: 10px 0;
}
.page--black .faq-submenu:last-of-type {
  margin: 10px 0 -10px;
}
.page--black .faq-submenu-item__content {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.042px;
  text-align: left;
  padding: 7px 10px 7px 22px;
}
@media (max-width: 768px) {
  .page--black .faq-submenu-item__content {
    padding: 7px 10px 7px 35px;
  }
}
.page--black .faq-submenu-item__content:hover {
  color: #F7931A;
}
.page--black .faq-submenu-item__content--active {
  border-radius: 6px;
  background-color: #F7931A;
}
.page--black .faq-submenu-item__content--active:hover {
  color: #fff;
}
.page--black .faq-submenu-item__content:before {
  display: none;
}

.card {
  display: block;
  width: 340px;
  background-color: #fff;
  padding: 25px;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.card:hover:not(.card_form) {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.card:hover:not(.card_form) .card__title {
  color: #4285f4;
}
.card #requests {
  color: #ff383d;
  font-size: 16px;
  font-weight: bold;
  margin-top: -20px;
}
.card:before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 65%);
  pointer-events: none;
}
.card__title {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
  transition: color 250ms ease;
}
.card__title a {
  color: inherit;
}
.card .title {
  font-size: 32px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.card__body {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.card--second {
  min-width: 500px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .card--second {
    min-width: 100%;
  }
}
.card--second svg {
  margin-bottom: 30px;
}
.card--second .text__sedondary {
  margin: -20px 0 20px;
  color: #f7931a;
  font-size: 18px;
  line-height: 26px;
}
.card--second .title {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 60px;
}
.card--second .title--success {
  margin-bottom: 20px;
}
.card--second .btn {
  max-width: 300px;
  height: 50px;
}
.card--second .btn:hover {
  color: #fff;
}
.card__footer--center {
  justify-content: center;
  margin: 0 -30px -30px;
  padding: 20px 20px;
  border-top: 1px solid #d6d6d6;
  background-color: #f7f7f7;
}

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

/*
* Modificators
*/
.card_form {
  width: 100%;
  max-width: 500px;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  padding: 40px 30px 20px;
  height: auto;
}
.card_form.card--second {
  max-width: 500px;
  padding: 50px 30px 30px;
}
.card_form .form {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.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: 30px;
  width: 100%;
}

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

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

.card_error-dark {
  border-radius: 20px;
  background: #303137;
  border: none;
  display: flex;
  align-items: center;
  width: 100%;
  flex-shrink: 0;
  min-width: 650px;
  padding: 0;
  justify-content: space-between;
  margin: 68px 0;
}
@media (max-width: 768px) {
  .card_error-dark {
    flex-direction: column-reverse;
    min-width: auto;
    margin: 30px 0 50px;
    padding: 0 20px 20px;
  }
}
@media (max-width: 768px) {
  .card_error-dark img {
    max-width: 230px;
  }
}
.card_error-dark .btn {
  display: flex;
  gap: 10px;
  border-radius: 10px;
  background: #4285F4;
  box-shadow: 0px 7px 18px 0px rgba(66, 133, 244, 0.39), 0px 2.696px 5.733px 0px rgba(66, 133, 244, 0.24), 0px 0.57px 1.467px 0px rgba(66, 133, 244, 0.15);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .card_error-dark .btn {
    max-width: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    height: 50px;
  }
}
.card_error-dark .btn:hover {
  box-shadow: 0px 7px 18px rgba(247, 147, 26, 0.39), 0px 2.6963px 5.73333px rgba(247, 147, 26, 0.236889), 0px 0.57037px 1.46667px rgba(247, 147, 26, 0.153111);
  background-color: #f7931a;
  color: #fff;
}
.card_error-dark__inner {
  padding-left: 50px;
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .card_error-dark__inner {
    padding-left: 0;
    width: 100%;
  }
}
.card_error-dark h2 {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 768px) {
  .card_error-dark h2 {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.091px;
  }
}
.card_error-dark::before {
  display: none;
}

.form #image-preview {
  display: flex;
  align-items: center;
}
.form .hidden {
  display: none !important;
}
.form .hidden + label {
  display: none;
}
.form .input--secondary {
  display: none;
}
.form .input--secondary.active {
  display: block;
}
.form #tree .input {
  display: block;
}
.form .captcha {
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.3s all;
}
@media (max-width: 449px) {
  .form .captcha {
    width: 230px !important;
  }
}
.form .captcha-error {
  margin-top: 25px;
  color: #ff383d;
  text-align: center;
  font-weight: 700;
}
.form .captcha {
  display: none;
}
.form .captcha.active {
  display: flex;
}
.form #image-preview {
  width: 100%;
  margin: 25px 0;
  position: relative;
  border-radius: 6px;
  border: 1px solid #D6D6D6;
  background: #F7F7F7;
  padding: 5px;
}
.form #image-preview:hover {
  border: 1px solid #F7931A;
  background: #FFF5E9;
}
.form #image-preview:hover #clear svg {
  cursor: pointer;
}
.form #image-preview:hover #clear svg path {
  fill: #f7931a;
}
.form #image-preview #clear {
  position: absolute;
  right: 12px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.form #image-preview #clear svg:hover {
  cursor: pointer;
}
.form #image-preview #clear svg:hover path {
  fill: #f7931a;
}
.form #image-preview img {
  width: 70px;
  height: 70px;
  margin-right: 8px;
  object-fit: cover;
  border-radius: 4px;
}
.form__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.form__footer--center {
  justify-content: center;
  margin: 0 -30px -20px;
  padding: 20px 0;
  border-top: 1px solid #d6d6d6;
  background-color: #f7f7f7;
  border-radius: 0px 0px 6px 6px;
}
.form__footer--feedback {
  position: relative;
  flex-direction: column;
}
.form__footer--feedback .card__error {
  color: #ff383d;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  max-width: 300px;
}
.form__footer .btn {
  width: auto;
  line-height: normal;
  height: 50px;
  font-size: 15px;
  min-width: 300px;
}
.form__footer .btn + .btn {
  margin-left: 30px;
}
.form__footer_fullwidth {
  justify-content: space-between;
}
.form .card__error-input {
  color: #ff383d;
  font-size: 12px;
  margin-top: 15px;
  font-weight: bold;
}

.required {
  color: #494949;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.168px;
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: left !important;
}

.input {
  display: block;
  margin-bottom: 27px;
  position: relative;
  /* Works for Firefox */
}
@media (max-width: 768px) {
  .input {
    margin-bottom: 25px;
  }
}
.input input::-webkit-outer-spin-button,
.input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input input[type=number] {
  -moz-appearance: textfield;
}
.input input:-webkit-autofill,
.input input:-webkit-autofill:hover,
.input input:-webkit-autofill:focus,
.input input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.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 select [disabled] {
  color: gray;
}
@media (max-width: 768px) {
  .input input::placeholder {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.input input.error {
  border-color: #ff383d;
}
.input input:focus {
  border-color: #4285f4;
}
.input input::placeholder {
  color: #757575;
}
.input--file label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.input--file .btn {
  background: transparent;
  border: 1px solid #c9c9d0;
  border-radius: 6px;
  max-width: 200px;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 100%;
  color: #222;
  height: auto !important;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .input--file .btn {
    max-width: none;
    line-height: 38px;
  }
}
.input--file .btn:hover {
  background-color: #4285f4;
  transition: background-color 0.2s ease-in-out;
  border-color: #4285f4;
  color: #fff;
}
.input--file .description {
  color: #757575;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.046px;
}
@media (max-width: 768px) {
  .input--file .description {
    margin: 0 auto;
  }
}
.input--file input[disabled] + .btn {
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  color: #fff;
}
.input--file .file-name-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.input--file .file-name {
  color: #757575;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.046px;
  text-align: left;
  padding-right: 20px;
}
.input textarea {
  font-size: 16px;
  color: #000;
  width: 100%;
  border-radius: 6px;
  padding: 20px 15px;
  border: none;
  border: 1px solid #c9c9d0;
  font-family: Arial, Helvetica, sans-serif;
  outline: none;
  min-height: 100px;
}
@media (max-width: 768px) {
  .input textarea {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .input textarea::placeholder {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.input textarea.error {
  border-color: #ff383d;
}
.input textarea:focus {
  border-color: #4285f4;
}
.input__desc {
  color: #757575;
  font-size: 12px;
  line-height: 14px;
  margin-top: 15px;
}
.input__tip {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 11px;
  line-height: 12px;
  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/down-gray.svg");
  background-position: right top 9px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .input select {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 13px;
  }
}
.input select:hover {
  border-bottom-color: #4285f4;
  background-image: url("../images/down-blue.svg");
}
.input select:invalid {
  color: #757575;
}

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

.form__send {
  background-color: #4285f4;
  transition: background-color 0.2s ease-in-out;
}
.form__send:hover {
  background-color: #f7931a;
}
.form__send:active {
  background-color: #d6d6d6;
}
.form__send:disabled {
  background-color: #d6d6d6;
}

.page--black .form .input {
  margin-bottom: 14px;
  position: relative;
}
.page--black .form .input .red-marker {
  background-color: #F74249;
  width: 8px;
  height: 8px;
  position: absolute;
  content: "";
  right: -14px;
  top: 5px;
  border-radius: 50%;
}
.page--black .form .input select {
  padding: 21px 25px 21px 15px;
  border-radius: 10px;
  border: 1px solid #737781;
  background: #0B0E10;
  color: #FFF;
  background-image: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 18px top 23px;
  background-repeat: no-repeat;
}
.page--black .form .input select:hover {
  cursor: pointer;
  border: 1px solid #4285F4;
  background: #172F55;
  background-image: url("../images/down-yellow.svg");
  background-repeat: no-repeat;
  background-position: right 18px top 23px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page--black .form .input select {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 25px 20px 15px;
  }
}
.page--black .form .input input, .page--black .form .input textarea {
  padding: 21px 25px 21px 15px;
  border-radius: 10px;
  border: 1px solid #737781;
  background: #0B0E10;
  color: #fff;
}
.page--black .form .input input:hover, .page--black .form .input textarea:hover {
  cursor: pointer;
  border: 1px solid #4285F4;
  background: #172F55;
}
.page--black .form .input textarea {
  min-height: 135px;
}
.page--black .form .input .placeholder {
  left: 20px;
  pointer-events: none;
  position: absolute;
  transition: all 0.3s;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: 24px;
}
@media (max-width: 768px) {
  .page--black .form .input .placeholder {
    top: 50%;
    transform: translateY(-50%);
    padding-right: 35px;
  }
}
.page--black .form .input textarea ~ .placeholder {
  top: 20px;
  transform: translateY(0);
}
.page--black .form .input .clear {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 10px;
  height: 10px;
  stroke: #898E99;
}
.page--black .form .input .clear:hover {
  cursor: pointer;
  stroke: #f7931a;
}
.page--black .form .input .clear:hover + input {
  cursor: pointer;
  border: 1px solid #4285F4;
  background: #172F55;
}
.page--black .form .input input:focus ~ .placeholder,
.page--black .form .input textarea:focus ~ .placeholder,
.page--black .form .input input:not([value]),
.page--black .form .input textarea:not([value]),
.page--black .form .input input:not(:placeholder-shown) ~ .placeholder {
  top: 10px;
  color: #898E99;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  left: 16px;
}
.page--black .form .input input:focus ~ .placeholder .red-marker,
.page--black .form .input textarea:focus ~ .placeholder .red-marker,
.page--black .form .input input:not([value]) .red-marker,
.page--black .form .input textarea:not([value]) .red-marker,
.page--black .form .input input:not(:placeholder-shown) ~ .placeholder .red-marker {
  display: none;
}
.page--black .form .input input:focus ~ .placeholder .clear,
.page--black .form .input textarea:focus ~ .placeholder .clear,
.page--black .form .input input:not([value]) .clear,
.page--black .form .input textarea:not([value]) .clear,
.page--black .form .input input:not(:placeholder-shown) ~ .placeholder .clear {
  display: block;
}
.page--black .form .input textarea:not([value]),
.page--black .form .input textarea:not(:placeholder-shown) ~ .placeholder {
  top: 10px;
  color: #898E99;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  left: 16px;
}
.page--black .form .input textarea:not([value]) .red-marker,
.page--black .form .input textarea:not(:placeholder-shown) ~ .placeholder .red-marker {
  display: none;
}
.page--black .form .input textarea:not([value]) .clear,
.page--black .form .input textarea:not(:placeholder-shown) ~ .placeholder .clear {
  display: block;
}
.page--black .form .input input:not(:placeholder-shown) ~ .placeholder {
  color: #808097;
}
.page--black .form .input textarea:not(:placeholder-shown) {
  padding: 35px 25px 21px 15px !important;
}
.page--black .form .input input:not(:placeholder-shown) {
  padding: 32px 25px 10px 15px !important;
}
.page--black .form .input--file {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page--black .form .input .file-name-wrapper {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  align-items: baseline;
}
.page--black .form .input .file-name {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.046px;
  margin-bottom: 0;
  text-align: left;
}
.page--black .form .input .file-size {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.046px;
}
.page--black .form .form__send {
  background-color: #4285f4;
  transition: background-color 0.2s ease-in-out;
}
.page--black .form .form__send:hover {
  background-color: #f7931a;
}
.page--black .form .form__send:active {
  background-color: #d6d6d6;
}
.page--black .form .form__send:disabled {
  background-color: #4285f4;
  opacity: 0.5;
}

.faq-social .social-btn_fb {
  display: none !important;
}

.social-btns .social-btn {
  display: inline-block;
  height: 60px;
  width: 60px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  flex-shrink: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 30px;
  box-sizing: border-box;
}
.social-btns .social-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.social-btns .social-btn_fb {
  background-color: #1877F2;
}
.social-btns .social-btn_fb:hover {
  background-color: #5777cc;
}
.social-btns .social-btn_fb:active {
  background-color: #374c82;
}
.social-btns .social-btn_fb:before {
  width: 25px;
  height: 28px;
  background-image: url("../images/sharing/icon-fb.svg");
}
.social-btns .social-btn_vk {
  background-color: #597da2;
}
.social-btns .social-btn_vk:hover {
  background-color: #678eb6;
}
.social-btns .social-btn_vk:active {
  background-color: #446a91;
}
.social-btns .social-btn_vk:before {
  width: 34px;
  height: 19px;
  background-image: url("../images/sharing/icon-vk.svg");
}
.social-btns .social-btn_tw {
  background-color: #000;
}
.social-btns .social-btn_tw:hover {
  background-color: #252525;
}
.social-btns .social-btn_tw:active {
  opacity: 0.7;
}
.social-btns .social-btn_tw:before {
  background-image: url("../images/sharing/icon-x.svg");
}
.social-btns .social-btn_gplus {
  background-color: #dd5044;
}
.social-btns .social-btn_gplus:hover {
  background-color: #fb5446;
}
.social-btns .social-btn_gplus:active {
  background-color: #bf4339;
}
.social-btns .social-btn_gplus:before {
  width: 28px;
  height: 18px;
  background-image: url("../images/sharing/icon-gplus.svg");
}
.social-btns .social-btn_mail, .social-btns .social-btn_eml {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  background-image: url("../images/sharing/icon-mail.svg");
  background-size: 33px 27px;
}
.social-btns .social-btn_mail:before, .social-btns .social-btn_eml:before {
  display: none !important;
}
.social-btns .social-btn_mail:hover, .social-btns .social-btn_eml:hover {
  border: 2px solid #4285f4;
  background-color: #fff;
}
.social-btns .social-btn_mail:active, .social-btns .social-btn_eml:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.social-btns .social-btn_vb {
  background-color: #665cac;
}
.social-btns .social-btn_vb:hover {
  background-color: #776dbf;
}
.social-btns .social-btn_vb:active {
  background-color: #554c93;
}
.social-btns .social-btn_vb:before {
  width: 27px;
  height: 28px;
  background-image: url("../images/sharing/icon-viber.svg");
}
.social-btns .social-btn_wa {
  background-color: #1dc93b;
}
.social-btns .social-btn_wa:hover {
  background-color: #29d046;
}
.social-btns .social-btn_wa:active {
  background-color: #19a131;
}
.social-btns .social-btn_wa:before {
  width: 28px;
  height: 26px;
  background-image: url("../images/sharing/icon-whatsapp.svg");
}
.social-btns .social-btn_tg {
  background-color: #31a5e0;
}
.social-btns .social-btn_tg:hover {
  background-color: #46b9f3;
}
.social-btns .social-btn_tg:active {
  background-color: #2d8bbb;
}
.social-btns .social-btn_tg:before {
  width: 26px;
  height: 22px;
  background-image: url("../images/sharing/icon-telegram.svg");
}
.social-btns .social-btn_th {
  background-color: #36465d;
}
.social-btns .social-btn_th:hover {
  background-color: #455772;
}
.social-btns .social-btn_th:active {
  background-color: #242e3b;
}
.social-btns .social-btn_th:before {
  width: 20px;
  height: 28px;
  background-image: url("../images/sharing/icon-tumblr.svg");
}
.social-btns .social-btn_pt {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  background-image: url("../images/sharing/icon-pinterest.svg");
  background-size: 28px;
}
.social-btns .social-btn_pt:before {
  display: none !important;
}
.social-btns .social-btn_pt:hover {
  border: 2px solid #4285f4;
  background-color: #fff;
}
.social-btns .social-btn_pt:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.social-btns .social-btn_ln {
  background-color: #3ace01;
}
.social-btns .social-btn_ln:hover {
  background-color: #4edf16;
}
.social-btns .social-btn_ln:active {
  background-color: #43bc15;
}
.social-btns .social-btn_ln:before {
  width: 28px;
  height: 27px;
  background-image: url("../images/sharing/icon-linechat.svg");
}
.social-btns .social-btn_li {
  background-color: #017ab6;
}
.social-btns .social-btn_li:hover {
  background-color: #0a8dce;
}
.social-btns .social-btn_li:active {
  background-color: #096b9c;
}
.social-btns .social-btn_li:before {
  width: 28px;
  height: 28px;
  background-image: url("../images/sharing/icon-linkedin.svg");
}
.social-btns .social-btn_flb {
  background-color: #f01b23;
}
.social-btns .social-btn_flb:hover {
  background-color: #f9343c;
}
.social-btns .social-btn_flb:active {
  background-color: #db171e;
}
.social-btns .social-btn_flb:before {
  width: 28px;
  height: 28px;
  background-image: url("../images/sharing/icon-flipboard.svg");
}
.social-btns .social-btn_rd {
  background-color: #ff4500;
}
.social-btns .social-btn_rd:hover {
  background-color: #ff642a;
}
.social-btns .social-btn_rd:active {
  background-color: #e34206;
}
.social-btns .social-btn_rd:before {
  width: 31px;
  height: 28px;
  background-image: url("../images/sharing/icon-reddit.svg");
}
.social-btns .social-btn_ok {
  background-color: #e27e35;
}
.social-btns .social-btn_ok:hover {
  background-color: #ef9554;
}
.social-btns .social-btn_ok:active {
  background-color: #f29c5d;
}
.social-btns .social-btn_ok:before {
  width: 18px;
  height: 31px;
  background-image: url("../images/sharing/icon-ok.svg");
}
.social-btns .social-btn:active:before {
  opacity: 0.7;
}

.social-btns-title {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 20px;
}
.social-btns-title span {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 9px;
  font-size: 10px;
  text-transform: uppercase;
  color: #303030;
  font-weight: bold;
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

.social-btns {
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 600px;
  position: relative;
}
.social-btns .social-btn {
  margin-right: 7px;
}
.social-btns_size_s .social-btn {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.social-btns_size_s .social-btn_vk:before {
  width: 22px;
  height: 12px;
}
.social-btns_size_s .social-btn_fb:before {
  width: 9px;
  height: 16px;
}
.social-btns_size_s .social-btn_tw:before {
  width: 16px;
  height: 13px;
}
.social-btns_size_s .social-btn_wa:before {
  width: 18px;
  height: 18px;
}
.social-btns_size_s .social-btn_tg:before {
  width: 19px;
  height: 16px;
}
.social-btns_size_s .social-btn_gplus:before {
  width: 19px;
  height: 12px;
}
.social-btns_size_s .social-btn_mail, .social-btns_size_s .social-btn_eml {
  background-size: 23px 18px;
}
.social-btns_size_s .social-btn_vb:before {
  width: 21px;
  height: 22px;
}
.social-btns_size_s .social-btn_wa:before {
  width: 20px;
  height: 20px;
}
.social-btns_size_s .social-btn_th:before {
  width: 16px;
  height: 22px;
}
.social-btns_size_s .social-btn_pt {
  background-size: 22px;
}
.social-btns_size_s .social-btn_ln:before {
  width: 22px;
  height: 21px;
}
.social-btns_size_s .social-btn_li:before {
  width: 22px;
  height: 22px;
}
.social-btns_size_s .social-btn_flb:before {
  width: 22px;
  height: 22px;
}
.social-btns_size_s .social-btn_rd:before {
  width: 24px;
  height: 22px;
}
.social-btns_size_s .social-btn_ok:before {
  width: 14px;
  height: 24px;
}
.social-btns_size_s .social-btns__list {
  width: 130px;
}
.social-btns_size_s .social-btns__more {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.social-btns_size_m .social-btn {
  width: 56px;
  height: 56px;
  margin-right: 8px;
  border-radius: 28px;
}
.social-btns_size_m .social-btns__list {
  width: 162px;
}
.social-btns_size_m .social-btns__list .social-btn {
  margin-right: 0;
}
.social-btns_size_m .social-btns__more {
  width: 56px;
  height: 56px;
  border-radius: 28px;
}
.social-btns__more {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 320px;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 1px #cdcdcd;
}
.social-btns__more:before, .social-btns__more::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #494949;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.social-btns__more:before {
  width: 2px;
  height: 16px;
  top: 50%;
}
.social-btns__more:after {
  width: 16px;
  height: 2px;
}
.social-btns__more:hover {
  box-shadow: inset 0px 0px 0px 2px #4285f4;
}
.social-btns__more:hover:after, .social-btns__more:hover:before {
  background-color: #4285f4;
}
.social-btns__list {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(46px) translateY(calc(-100% + 5px));
  z-index: 100;
  border-radius: 24px;
  width: 170px;
  box-sizing: border-box;
}
.social-btns__list .social-btn {
  margin-bottom: 10px;
  margin-right: 0;
}
.social-btns__list.active {
  display: flex;
}
.social-btns__list_down {
  top: auto;
  bottom: 0;
  transform: translateX(46px) translateY(calc(100% - 5px));
}

@media screen and (max-width: 800px) {
  .social-btn {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    flex-shrink: 0;
  }
  .social-btns__list {
    justify-content: center !important;
  }
  .social-btn_vk:before {
    width: 22px;
    height: 12px;
  }
  .social-btn_fb:before {
    width: 9px;
    height: 16px;
  }
  .social-btn_tw:before {
    width: 16px;
    height: 13px;
  }
  .social-btn_wa:before {
    width: 18px;
    height: 18px;
  }
  .social-btn_tg:before {
    width: 19px;
    height: 16px;
  }
  .social-btn_gplus:before {
    width: 19px;
    height: 12px;
  }
  .social-btn_mail, .social-btn_eml {
    background-size: 23px 18px;
  }
  .social-btn_vb:before {
    width: 21px;
    height: 22px;
  }
  .social-btn_wa:before {
    width: 20px;
    height: 20px;
  }
  .social-btn_th:before {
    width: 16px;
    height: 22px;
  }
  .social-btn_pt:before {
    display: none;
  }
  .social-btn_ln:before {
    width: 22px;
    height: 21px;
  }
  .social-btn_li:before {
    width: 22px;
    height: 22px;
  }
  .social-btn_flb:before {
    width: 22px;
    height: 22px;
  }
  .social-btn_rd:before {
    width: 24px;
    height: 22px;
  }
  .social-btn_ok:before {
    width: 14px;
    height: 24px;
  }

  .social-btns {
    max-width: 400px;
  }
  .social-btns .social-btn {
    margin-right: 5px;
  }
  .social-btns__more {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    left: 0;
  }
  .social-btns__list {
    width: 130px;
  }
  .social-btns__list .social-btn {
    margin-right: 0;
  }
}
@media screen and (max-width: 530px) {
  .social-btns__list {
    transform: translateX(0px) translateY(calc(-100% + 5px)) !important;
  }
}
.sticky-sharing {
  display: block;
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 500;
}
@media screen and (max-width: 768px) {
  .sticky-sharing {
    display: none;
  }
}
.sticky-sharing .social-btns {
  max-width: 40px;
}
.sticky-sharing .social-btns > .social-btn {
  margin-right: 0;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.sticky-sharing .social-btns > .social-btn_fb {
  background: #1877F2;
  display: none !important;
}
.sticky-sharing .social-btns > .social-btn_fb:before {
  transform: translateY(0) translateX(-50%);
  width: 17px;
  height: 32px;
  top: auto;
  bottom: -2px;
}
.sticky-sharing .social-btns > .social-btn_fb:hover {
  background: #388CF9;
}
.sticky-sharing .social-btns > .social-btn_fb:active {
  opacity: 0.4;
}
.sticky-sharing .social-btns > .social-btn_tw:before {
  width: 20px;
  height: 16px;
}
.sticky-sharing .social-btns > .social-btn_wa:before {
  width: 22px;
  height: 22px;
}
.sticky-sharing .social-btns > .social-btn_tg:before {
  left: calc(50% - 2px);
}
.sticky-sharing .social-btns__list {
  transform: none;
  left: -2px;
  top: auto;
  bottom: 44px;
}

.use {
  background-color: #fff;
  overflow: hidden;
}
.use_mining {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 110px;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 110px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 1024px) {
  .use_mining {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .use_mining {
    padding-top: 40px;
  }
}
.use__block {
  max-width: 640px;
  margin-left: auto;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .use__block {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .use__block {
    padding-top: 40px;
  }
}
.use__block_mining {
  max-width: 600px;
  margin-left: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .use__block_mining {
    margin-left: auto;
    margin-bottom: 80px;
  }
}
.use__img {
  position: absolute;
  right: calc(100% + 60px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .use__img {
    position: relative;
    top: 0;
    transform: translateY(85px);
    left: 0;
  }
}
@media (max-width: 768px) {
  .use__img {
    transform: translateY(50px);
    max-width: 335px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.use__img_mining {
  position: static;
  left: unset;
  top: unset;
  transform: none;
  text-align: right;
}
@media (max-width: 1024px) {
  .use__img_mining {
    margin-bottom: -70px;
  }
}
.use__text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .use__list {
    margin-bottom: -30px;
  }
}
.use__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.use__subtitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 5px;
}
.use__icon {
  margin-right: 15px;
  padding-top: 3px;
}
.use__item-text {
  font-size: 16px;
  line-height: 24px;
  color: #494949;
}

.enjoy {
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .enjoy {
    padding-bottom: 0;
    overflow: hidden;
    text-align: center;
  }
}
.enjoy .container {
  max-width: 1120px;
}
.enjoy--second {
  padding-top: 125px;
  padding-bottom: 125px;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 1024px) {
  .enjoy--second {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.enjoy__block {
  position: relative;
  max-width: 620px;
  width: 100%;
}
@media (max-width: 1024px) {
  .enjoy__block {
    margin: 0 auto;
  }
}
.enjoy__text {
  margin-bottom: 40px;
}
.enjoy__img {
  position: absolute;
  max-width: 500px;
  width: 100%;
  left: calc(100% + 80px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .enjoy__img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    display: block;
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) {
  .enjoy__img {
    max-width: 322px;
  }
}

.steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  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 (max-width: 768px) {
  .steps {
    max-width: none;
    margin-bottom: 0;
  }
}
.steps--second {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .steps--second {
    margin-top: 0;
  }
}
.steps--special {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .steps--special {
    margin-top: 40px;
  }
}
.steps__arrow {
  display: block;
  width: 80px;
  height: 14px;
  margin-top: 8px;
  flex-shrink: 0;
}
@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: 22px;
  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 (max-width: 768px) {
  .steps__item:before {
    content: none;
  }
}
@media only screen and (max-width: 820px) {
  .steps__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .steps__item {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
  .steps__item:last-child {
    margin-bottom: 50px;
  }
  .steps__item:first-of-type {
    padding-top: 0;
  }
}
.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;
  color: #000;
}
@media (max-width: 768px) {
  .steps__text {
    padding-left: 45px;
    position: relative;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .steps__text:before {
    content: counter(steps);
    box-sizing: border-box;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 22px;
    border: 2px solid #f7931a;
    border-radius: 13px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    color: #f7931a;
  }
}
.steps__text b {
  font-weight: bold;
}

.video-block {
  text-align: center;
  background-color: #fff;
  padding: 90px 20px 80px;
}
.video-block--border {
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 768px) {
  .video-block {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.video-block__text {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .video-block__text {
    margin-bottom: 40px;
  }
}
.video-block__content {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .video-block__content {
    margin-bottom: 30px;
  }
}
.video-block .subtitle {
  color: #fff;
  margin-bottom: 25px;
}
.video-block__text {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  text-align: center;
}
@media (max-width: 768px) {
  .video-block__text {
    font-size: 15px;
    line-height: 20px;
  }
}
.video-block__text--second {
  max-width: 900px;
  margin: 0 auto;
  line-height: 30px;
  margin-bottom: 40px;
}
.video-block__video {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .video-block__video {
    margin-bottom: 0;
  }
}
.video-block__video-wrap {
  position: relative;
  padding-bottom: 52.37%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-block__video-wrap amp-iframe,
.video-block__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block__img {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .video-block__img {
    width: 110px;
    margin-bottom: 40px;
  }
}

.why-b {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -20px -20px 80px;
}
.why-b__item {
  padding: 20px;
  width: 50%;
  min-width: 400px;
}
@media (max-width: 800px) {
  .why-b__item {
    width: 100%;
    max-width: 640px;
  }
}
@media (max-width: 450px) {
  .why-b__item {
    min-width: 0;
  }
}
.why-b__card {
  display: flex;
  flex-direction: column;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background-color: #fff;
  padding: 30px;
  height: 100%;
  text-align: left;
}
@media (max-width: 600px) {
  .why-b__card {
    padding: 30px 20px;
  }
}
.why-b__subtitle {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 8px;
}
@media (max-width: 800px) {
  .why-b__subtitle {
    font-size: 22px;
    line-height: 30px;
  }
}
.why-b__text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
  color: #494949;
}
.why-b__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .why-b__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.why-b__btn {
  margin-top: auto;
}
.why-b__label {
  display: block;
  font-size: 10px;
  line-height: 11px;
  color: #494949;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: -15px;
  left: 5px;
}
.why-b__img-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 800px) {
  .why-b__img-container {
    min-height: 200px;
  }
}
.why-b__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-b__img img {
  position: relative;
}
@media (max-width: 800px) {
  .why-b__img img {
    width: 100%;
    max-width: 228px;
    height: auto;
  }
}
.why-b__img--bitcoins img {
  top: -30px;
}
@media (max-width: 800px) {
  .why-b__img--bitcoins img {
    top: -15px;
  }
}
.why-b__img--browser .browser-icon {
  left: -60px;
  top: 0px;
}
.why-b__img--browser img {
  top: 1px;
  left: 5px;
}
@media (max-width: 1100px) {
  .why-b__img--browser {
    width: 276px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .why-b__img--browser .browser-icon {
    width: 48px;
    height: 48px;
    background-size: contain;
    left: -2px;
  }
  .why-b__img--browser .why-b__label {
    left: 50px;
    font-size: 8px;
    line-height: 9px;
  }
  .why-b__img--browser img {
    width: 228px;
    height: 153px;
  }
}
@media (max-width: 400px) {
  .why-b__img--browser .browser-icon {
    width: 43px;
    height: 43px;
    left: auto;
    right: 200px;
  }
  .why-b__img--browser .why-b__label {
    left: auto;
    right: 165px;
  }
  .why-b__img--browser img {
    width: 200px;
    height: auto;
  }
}

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

.using-browser {
  border-top: 5px solid #f7931a;
  text-align: center;
  padding-bottom: 80px;
  border-bottom: 1px solid #d6d6d6;
}
.using-browser .container {
  position: relative;
  max-width: 1120px;
  padding-top: 80px;
  margin: 0 auto;
}
.using-browser .img--btc-icon {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.using-browser .title {
  font-weight: bold;
  font-size: 48px;
  max-width: 1000px;
  margin: 0 auto 15px;
}
.using-browser .title sup {
  font-size: 35px;
  font-weight: normal;
  margin-left: -6px;
}
.using-browser .title span {
  font-weight: normal;
}
@media (max-width: 767px) {
  .using-browser .title {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .using-browser .title sup {
    font-size: 20px;
  }
}
.using-browser .title--second {
  font-size: 28px;
  line-height: 40px;
  color: #000;
  margin-bottom: 40px;
}
.using-browser .desc {
  color: #494949;
  font-size: 18px;
  line-height: 30px;
  max-width: 900px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .using-browser .desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.using-browser .btn {
  width: 100%;
  max-width: 320px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .using-browser .btn {
    margin-bottom: 40px;
  }
}
.using-browser .btn_more {
  border: 1px solid #d6d6d6;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.using-browser .btn_more svg {
  margin-left: 11px;
}
.using-browser .btn_more:hover {
  border-color: #4285f4;
}
.using-browser .note {
  margin-bottom: 43px;
}
@media (max-width: 800px) {
  .using-browser .img--screen {
    padding: 0 20px;
  }
  .using-browser .img--screen img {
    width: 100%;
    max-width: 500px;
  }
}
.using-browser .features {
  max-width: 100%;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d6d6d6;
  padding: 30px 0;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .using-browser .features {
    width: 100%;
    max-width: 600px;
  }
}
.using-browser .features__item:before, .using-browser .features__item:after {
  display: none;
}
.using-browser .btn--second.app-store-btn,
.using-browser .btn--second.google-play-btn {
  background-color: #fff;
  height: 60px;
}
.using-browser .btn--second.app-store-btn:hover,
.using-browser .btn--second.google-play-btn:hover {
  background-color: #f7931a;
  border-color: #f7931a;
}
.using-browser .btn--second.app-store-btn:active,
.using-browser .btn--second.google-play-btn:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.using-browser .btn--second.google-play-btn:not(:hover) {
  background-color: #4285f4;
}
.using-browser .app-store-btn {
  background-image: url("../images/get-it-on-appstore.png");
  background-size: 138px 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .using-browser .app-store-btn {
    background-image: url("../images/get-it-on-appstore@2x.png");
  }
}
.using-browser .app-store-btn:not(:hover) {
  border: 1px solid #d6d6d6;
  background-image: url("../images/get-it-on-appstore-dark.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .using-browser .app-store-btn:not(:hover) {
    background-image: url("../images/get-it-on-appstore-dark@2x.png");
  }
}

.download-windows-btn,
.download-macos-btn {
  display: none;
  width: 210px;
  height: 62px;
  background-color: #4285f4;
  background-image: url("../images/get-it-on-macos.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 113px 33px;
  border-radius: 4px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .download-windows-btn,
.download-macos-btn {
    background-image: url("../images/get-it-on-macos@2x.png");
  }
}
.download-windows-btn:hover,
.download-macos-btn:hover {
  background-color: #f7931a;
}
.download-windows-btn:active,
.download-macos-btn:active {
  background-color: #d6d6d6;
}
@media (max-width: 768px) {
  .download-windows-btn,
.download-macos-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.download-windows-btn {
  background-image: url("../images/get-it-on-windows.png");
  background-size: 132px 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .download-windows-btn {
    background-image: url("../images/get-it-on-windows@2x.png");
  }
}

.page.mac .download-macos-btn {
  display: inline-block;
}

.page.win .download-windows-btn {
  display: inline-block;
}

.currency {
  position: relative;
  background-color: #4285f4;
  min-height: 690px;
  overflow: hidden;
}
.currency__banner {
  padding: 10px 20px;
  background: #2D2825;
  border: 1px solid #F7931A;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #FFFAF3;
  max-width: 940px;
  width: 100%;
  margin: 50px auto 30px;
}
.currency-top {
  position: relative;
  padding-bottom: 10vw;
  padding-top: 180px;
  z-index: 2;
}
@media (max-width: 768px) {
  .currency-top {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
.currency .container {
  position: relative;
  z-index: 2;
  max-width: 1120px;
}
.currency__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: bottom;
  z-index: 0;
}
.currency__title {
  color: #fff;
  text-align: center;
}
.currency__text {
  font-size: 20px;
  line-height: 32px;
  color: #A4A4A4;
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}
.currency__list {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 50px;
  padding-bottom: 30px;
}
.currency__list > * + * {
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .currency__list > * + * {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .currency__list {
    flex-direction: column;
    align-items: center;
  }
  .currency__list > * + * {
    margin-left: 0;
    margin-top: 20px;
  }
}
.currency__item {
  max-width: 250px;
  width: 100%;
  padding: 30px 65px;
  border-radius: 10px;
  background-color: #434752;
}
@media (max-width: 768px) {
  .currency__item {
    max-width: 100%;
  }
}
.currency__name {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
.currency__small-name {
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  color: #a4a4a4;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .currency__img {
    margin-bottom: 30px;
  }
}

.sync {
  position: relative;
  background-color: #4285F4;
  padding-bottom: 175px;
  padding-top: 123px;
}
@media screen and (max-width: 1024px) {
  .sync {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
  }
}
.sync__block {
  position: relative;
  max-width: 690px;
}
@media screen and (max-width: 1024px) {
  .sync__block {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .sync__block {
    margin: 0 auto;
  }
}
.sync__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .sync__title {
    font-size: 28px;
    line-height: 38px;
  }
}
.sync__text {
  font-size: 20px;
  line-height: 32px;
  color: #AACAFF;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .sync__text {
    text-align: center;
  }
}
.sync__img {
  position: absolute;
  left: 55%;
  top: -142px;
}
@media screen and (max-width: 1024px) {
  .sync__img {
    position: relative;
    left: 0;
    top: 0;
    max-width: 475px;
  }
}
@media screen and (max-width: 475px) {
  .sync__img {
    left: 25%;
    transform: translateX(-25%);
  }
}
.sync .store-link-group {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .sync .store-link-group .store-link {
    max-width: none;
  }
}
.sync-second {
  padding: 0;
}
.sync-second .container {
  position: relative;
  padding-top: 160px;
  padding-bottom: 110px;
}
.sync-second .sync__block {
  max-width: 610px;
  position: relative;
  z-index: 2;
}
.sync-second .sync__img {
  top: -53px;
  left: 333px;
}
.sync-second .store-link {
  max-width: 300px;
}
@media (max-width: 1024px) {
  .sync-second .container {
    padding-bottom: 0;
    padding-top: 47px;
  }
  .sync-second .store-link {
    max-width: none;
  }
  .sync-second .store-link__body {
    text-align: left;
  }
  .sync-second .sync__img {
    position: relative;
    display: block;
    margin-top: 27px;
    width: 521px !important;
    max-width: 521px;
    top: auto;
    left: 50%;
    transform: translateX(calc(-50% + 30px));
  }
}
@media (max-width: 768px) {
  .sync-second .sync__block {
    max-width: 690px;
  }
}

.share-friend {
  position: relative;
  background-image: linear-gradient(180deg, #000000 0%, #494949 100%), url(../images/share-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  overflow: hidden;
  border-top: 8px solid #F7931A;
}
.share-friend .social-btn_fb {
  display: none !important;
}
.share-friend__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}
@media (max-width: 767px) {
  .share-friend__bg {
    object-fit: cover;
    object-position: right;
    object-position: -100vw;
  }
}
.share-friend .container {
  position: relative;
  z-index: 3;
  padding-top: 100px;
  padding-bottom: 138px;
  margin: 0 auto;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .share-friend .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.share-friend .icon {
  margin-bottom: 30px;
}
.share-friend .label {
  font-size: 20px;
  line-height: 22px;
  color: #f7931a;
  margin-bottom: 30px;
}
.share-friend .title {
  font-size: 44px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 768px) {
  .share-friend .title {
    font-size: 28px;
    line-height: 38px;
  }
}
.share-friend .title b {
  font-weight: bold;
}
.share-friend .desc {
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 73px;
}
.share-friend-buttons {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 130px;
  max-width: 687px;
  position: relative;
  margin: 70px auto 0;
  border-radius: 0 65px 65px 65px;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 30px 20px;
}
@media (max-width: 768px) {
  .share-friend-buttons {
    max-width: 335px;
  }
}
.share-friend-buttons .social-btn_fb {
  display: none !important;
}
.share-friend-buttons__msg {
  position: absolute;
  top: -20px;
  left: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a033cc;
  border-radius: 7px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 11px;
  z-index: 2;
}
.share-friend-buttons .social-btns,
.share-friend-buttons .social-btns-up {
  max-width: 100%;
}
.share-friend-buttons .social-btns > .social-btn, .share-friend-buttons .social-btns > .social-btn-up,
.share-friend-buttons .social-btns-up > .social-btn,
.share-friend-buttons .social-btns-up > .social-btn-up {
  width: 96px;
  height: 72px;
  border-radius: 36px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.share-friend-buttons .social-btns > .social-btn:last-child, .share-friend-buttons .social-btns > .social-btn-up:last-child,
.share-friend-buttons .social-btns-up > .social-btn:last-child,
.share-friend-buttons .social-btns-up > .social-btn-up:last-child {
  margin-right: 0;
}
.share-friend-buttons .social-btns > .social-btn:before,
.share-friend-buttons .social-btns-up > .social-btn:before {
  width: 40px;
  height: 40px;
}
.share-friend-buttons .social-btns > .social-btn_tg:before,
.share-friend-buttons .social-btns-up > .social-btn_tg:before {
  left: calc(50% - 2px);
}
.share-friend-buttons .social-btns > .social-btn_fb,
.share-friend-buttons .social-btns-up > .social-btn_fb {
  background-color: #1877F2;
}
.share-friend-buttons .social-btns > .social-btn_fb:before,
.share-friend-buttons .social-btns-up > .social-btn_fb:before {
  height: 48px;
  width: 48px;
}
.share-friend-buttons .social-btns__more,
.share-friend-buttons .social-btns-up__more {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  margin-bottom: 10px;
  background-color: #000;
  border: 2px solid #8E8E8E;
  box-shadow: none;
  transition: 0.2s all;
}
.share-friend-buttons .social-btns__more:before, .share-friend-buttons .social-btns__more:after,
.share-friend-buttons .social-btns-up__more:before,
.share-friend-buttons .social-btns-up__more:after {
  background-color: #8E8E8E;
}
.share-friend-buttons .social-btns__more:before,
.share-friend-buttons .social-btns-up__more:before {
  height: 20px;
}
.share-friend-buttons .social-btns__more:after,
.share-friend-buttons .social-btns-up__more:after {
  width: 20px;
}
.share-friend-buttons .social-btns__more:hover,
.share-friend-buttons .social-btns-up__more:hover {
  background: #f7931a;
  border-color: #f7931a;
  box-shadow: none;
}
.share-friend-buttons .social-btns__more:hover:before, .share-friend-buttons .social-btns__more:hover:after,
.share-friend-buttons .social-btns-up__more:hover:before,
.share-friend-buttons .social-btns-up__more:hover:after {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .share-friend-buttons .social-btns,
.share-friend-buttons .social-btns-up {
    justify-content: center;
  }
  .share-friend-buttons .social-btns > .social-btn, .share-friend-buttons .social-btns > .social-btn-up,
.share-friend-buttons .social-btns-up > .social-btn,
.share-friend-buttons .social-btns-up > .social-btn-up {
    width: 80px;
    height: 70px;
    border-radius: 36px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .share-friend-buttons .social-btns > .social-btn::before,
.share-friend-buttons .social-btns-up > .social-btn::before {
    width: 44px;
    height: 44px;
  }
  .share-friend-buttons .social-btns__more,
.share-friend-buttons .social-btns-up__more {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .share-friend-buttons {
    min-height: 0;
    padding: 20px 20px 10px;
    border-radius: 65px;
  }
  .share-friend-buttons__msg {
    min-height: 0;
  }
}
.share-friend .parts__img--1 {
  top: 25px;
  left: 75px;
}
.share-friend .parts__img--2 {
  top: 49px;
  left: 106px;
}
@media (max-width: 800px) {
  .share-friend .social-btns__list {
    width: 170px;
    gap: 5px;
  }
}

.footer-new {
  background: #000;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .footer-new {
    padding: 20px 0;
  }
}
.footer-new .container {
  max-width: 1200px;
}
.footer-new__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .footer-new__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
.footer-new__left {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer-new__left {
    display: block;
  }
}
.footer-new__copyright {
  color: #757575;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 1024px) {
  .footer-new__copyright {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .footer-new__copyright {
    margin: 0 auto;
  }
}
.footer-new__link {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
}
.footer-new__link.active {
  color: #4285f4;
}
.footer-new__menu > * + * {
  margin-left: 30px;
}
@media (max-width: 768px) {
  .footer-new__menu > * + * {
    margin-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 1024px) {
  .footer-new__menu {
    margin-left: 0;
    padding-top: 30px;
  }
}
.footer-new__inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer-new__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #222325;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .footer-new__bottom {
    text-align: center;
  }
}
.footer-new .lang {
  z-index: 3;
}
@media (max-width: 768px) {
  .footer-new .lang {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.footer-new .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  border-radius: 6px;
  color: #fff;
  min-height: 32px;
  font-weight: 700;
  font-size: 12px;
}
.footer-new .lang__current img {
  top: 14px;
}
.footer-new .lang__current:before {
  top: 16px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #757575;
}
.footer-new .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4285f4;
}
.footer-new .lang.opened .lang__current:before {
  top: 17px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #757575;
  border-bottom: none;
}
.footer-new .lang__list {
  transform: translateY(calc(-100% - 50px));
  position: absolute;
  width: 100%;
  border-radius: 6px;
}

.page--dark .footer-new .lang__current {
  border: 1px solid #3b3e47;
  background: transparent;
  transition: all 0.3s;
  color: #fff;
}
.page--dark .footer-new .lang__current:before {
  border-top-color: #434752;
  transition: border-top-color 0.3s;
}
.page--dark .footer-new .lang__current:hover {
  color: #fff;
  background: #2a2f3a;
  border-color: #4285f4;
}
.page--dark .footer-new .lang__current:hover:before {
  border-top-color: #4285f4;
}
.page--dark .footer-new .lang__list {
  background: #2a2f3a;
}
.page--dark .footer-new .lang__list .lang__item {
  color: #fff;
}
.page--dark .footer-new .lang.opened .lang__current {
  color: #fff;
  background: #2a2f3a;
  border-color: #4285f4;
}
.page--dark .footer-new .lang.opened .lang__current:before {
  border-bottom-color: #4285f4;
  top: 17px;
}

@media only screen and (max-width: 900px) {
  [lang=en] .footer-new__block {
    flex-direction: column;
    align-items: flex-start;
  }
  [lang=en] .footer-new__menu {
    display: flex;
    flex-direction: column;
  }
  [lang=en] .footer-new__menu > * + * {
    margin-left: 0;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1190px) {
  [lang=fr] .footer-new__block {
    flex-direction: column;
    align-items: flex-start;
  }
  [lang=fr] .footer-new__menu {
    display: flex;
    flex-direction: column;
  }
  [lang=fr] .footer-new__menu > * + * {
    margin-left: 0;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1060px) {
  [lang=de] .footer-new__block {
    flex-direction: column;
    align-items: flex-start;
  }
  [lang=de] .footer-new__menu {
    display: flex;
    flex-direction: column;
  }
  [lang=de] .footer-new__menu > * + * {
    margin-left: 0;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1160px) {
  [lang=es] .footer-new__block {
    flex-direction: column;
    align-items: flex-start;
  }
  [lang=es] .footer-new__menu {
    display: flex;
    flex-direction: column;
  }
  [lang=es] .footer-new__menu > * + * {
    margin-left: 0;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1160px) {
  [lang=it] .footer-new__block {
    flex-direction: column;
    align-items: flex-start;
  }
  [lang=it] .footer-new__menu {
    display: flex;
    flex-direction: column;
  }
  [lang=it] .footer-new__menu > * + * {
    margin-left: 0;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1160px) {
  [lang=pt] .footer-new__block {
    flex-direction: column;
    align-items: flex-start;
  }
  [lang=pt] .footer-new__menu {
    display: flex;
    flex-direction: column;
  }
  [lang=pt] .footer-new__menu > * + * {
    margin-left: 0;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1160px) {
  [lang=ru] .footer-new__block {
    flex-direction: column;
    align-items: flex-start;
  }
  [lang=ru] .footer-new__menu {
    display: flex;
    flex-direction: column;
  }
  [lang=ru] .footer-new__menu > * + * {
    margin-left: 0;
    padding-top: 30px;
  }
}

.news {
  width: 100%;
  background-color: #f7f7f7;
}
.news .container {
  display: block;
  min-height: 0;
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: inherit;
}
.news__title-link {
  text-decoration: none;
  color: inherit;
}
.news__title-link:hover .title {
  color: #f7931a;
}
.news .tac {
  text-align: center;
}
.news .title {
  display: inline-block;
  font-size: 48px;
  line-height: 53px;
  min-width: 640px;
  margin: 0 auto 40px;
  padding-top: 34px;
  padding-bottom: 33px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  transition: color 0.2s;
}
@media only screen and (max-width: 767px) {
  .news .title {
    min-width: auto;
    padding: 15px;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.news .title b {
  font-weight: bold;
}
.news .title span {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .news .title span {
    display: none;
  }
}
.news .title--mid {
  font-size: 40px;
  line-height: 56px;
}
@media only screen and (max-width: 767px) {
  .news .title--mid {
    font-size: 32px;
    line-height: 36px;
  }
}
.news .title--size_s {
  padding: 11px 31px;
  min-width: 500px;
}
@media (max-width: 767px) {
  .news .title--size_s {
    min-width: auto;
  }
}
@media (max-width: 420px) {
  .news .title {
    display: block;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .news .title {
    font-size: 22px;
    line-height: 26px;
  }
}
.news .desc {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #494949;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .news .desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.news-block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 1120px) {
  .news-block {
    justify-content: center;
  }
}
.news-block__item {
  border-radius: 4px;
  max-width: 340px;
  width: 100%;
  min-width: 280px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s;
}
.news-block__item:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.news-block__item:hover .news-block__img:after,
.news-block__item:hover .news-block__info,
.news-block__item:hover .news-block__footer {
  border-color: transparent;
}
.news-block__item:hover .news-block__title {
  color: #4285f4;
}
.news-block__item > a > div:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.news-block__item a {
  text-decoration: none;
  color: inherit;
}
.news-block__img {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}
.news-block__img img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  max-width: 100%;
  vertical-align: top;
}
.news-block__img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-width: 1px 1px 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.08);
  z-index: 1;
  transition: border-color 0.3s;
}
.news-block__info {
  position: relative;
  height: 208px;
  max-height: 208px;
  overflow: hidden;
  background-color: #fff;
  border-width: 0px 1px;
  border-style: solid;
  border-color: #d6d6d6;
  padding: 20px 20px 25px;
  transition: border-color 0.3s;
}
.news-block__info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0));
}
@media (max-width: 370px) {
  .news-block__info {
    max-height: 180px;
  }
  .news-block__info:after {
    height: 35px;
  }
}
.news-block__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  transition: color 0.3s;
}
@media (max-width: 370px) {
  .news-block__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.news-block__desc {
  font-size: 16px;
  line-height: 28px;
  color: #494949;
}
.news-block__desc * {
  color: inherit !important;
}
@media (max-width: 370px) {
  .news-block__desc {
    font-size: 14px;
    line-height: 22px;
  }
}
.news-block__footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: #d6d6d6;
  transition: border-color 0.3s;
  color: #494949;
  padding-top: 15px;
}
.news-block__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px 10px;
}
.news-block__tags > a {
  color: #4285f4;
  margin-right: 10px;
  line-height: 28px;
  white-space: nowrap;
}
.news-block__tags > a:visited {
  color: #4285f4;
}
.news-block__tags > a:hover {
  color: #f7931a;
}
.news-block__date {
  padding: 0 20px 25px;
  font-size: 12px;
}
.news .pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-link-more {
  padding-top: 40px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  .news .container {
    padding-top: 0;
  }
}
.news--recently-added {
  padding-bottom: 20px;
}
.news--recently-added .container {
  padding-top: 30px;
}
.news--recently-added .title {
  border: none;
  background-color: inherit;
  padding: 0;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .news--amp .container {
    padding-top: 40px;
  }
}
.news--block-page:not(.news--amp) .container {
  padding-top: 80px;
  padding-bottom: 60px;
}
.news--block-page:not(.news--amp) .news-block__item:nth-child(n+7) {
  display: none;
}
@media (max-width: 768px) {
  .news--block-page:not(.news--amp) .container {
    padding-top: 40px;
  }
  .news--block-page:not(.news--amp) .title {
    font-size: 28px;
    line-height: 32px;
  }
  .news--block-page:not(.news--amp) .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.news__tabs {
  text-align: center;
}
@media (max-width: 760px) {
  .news__tabs {
    margin: 0 -10px;
  }
}
.news__tabs .news__tab-link {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .news__tabs .news__tab-link {
    margin-bottom: 20px;
  }
}
.news__tabs--second .news__tab-link {
  margin-bottom: 30px;
  font-size: 17px;
}
@media (max-width: 420px) {
  .news__tabs--second .news__tab-link {
    font-size: 14px;
  }
}
.news__tab-link {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  color: #4285f4;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 50px;
  padding-bottom: 8px;
}
.news__tab-link:last-of-type {
  margin-right: 0;
}
.news__tab-link:hover {
  color: #f7931a;
}
.news__tab-link.active {
  color: #000;
  border-bottom: 4px solid #f7931a;
}
@media (max-width: 480px) {
  .news__tab-link.active {
    border-bottom: 3px solid #f7931a;
  }
}
@media only screen and (max-width: 767px) {
  .news__tab-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .news__tab-link:last-of-type {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .news__tab-link {
    font-size: 14px;
  }
}
.news__tab-link span {
  font-size: 14px;
  line-height: 1.1;
  color: #757575;
  display: inline-block;
  margin-left: 3px;
}
.news__tab-link:after {
  content: attr(data-total);
  position: absolute;
  font-size: 14px;
  line-height: 1;
  color: #757575;
  bottom: 12px;
  left: calc(100% + 7px);
}
@media only screen and (max-width: 767px) {
  .news__tab-link:after {
    content: none;
  }
}

.news-list-wrapper {
  flex: 1 0 auto;
  padding: 40px 0 60px;
}
@media (max-width: 768px) {
  .news-list-wrapper {
    padding-top: 0;
  }
}

.news-page {
  padding-bottom: 40px;
}
.news-page__tag {
  max-width: 640px;
  margin: 0 auto 50px;
  padding: 30px 30px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  background: #ffffff;
  text-align: center;
  font-size: 48px;
  line-height: 55px;
  box-sizing: border-box;
  font-weight: 700;
}
@media screen and (max-width: 420px) {
  .news-page__tag {
    padding: 15px;
    font-size: 32px;
  }
}
.news-page__title {
  text-align: center;
}
.news-page__description {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  color: #494949;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .news-list {
    max-width: 700px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 425px) {
  .news-list {
    max-width: 340px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-list__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
}

.news-list-item {
  min-height: 515px;
  max-width: 340px;
  transition: 0.2s all;
}
.news-list-item:hover {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.news-list-item__media {
  position: relative;
  display: block;
  padding-bottom: 50%;
  background-color: #d4d4d4;
  border-radius: 6px 6px 0px 0px;
}
.news-list-item__media img {
  border-radius: 6px 6px 0px 0px;
}
.news-list-item__media img,
.news-list-item__media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list-item__media::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #f7931a;
}
.news-list-item__content {
  position: relative;
  min-height: 208px;
  max-height: 208px;
  overflow: hidden;
}
.news-list-item__content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 40px;
  background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0));
}
.news-list-item__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 20px 20px 25px;
}
.news-list-item__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  transition: color 0.2s ease-in-out;
  transition: 0.2s all;
}
.news-list-item__title:hover {
  color: #4285f4;
}
.news-list-item__title a {
  color: inherit;
  cursor: pointer;
}
.news-list-item__text {
  position: relative;
  margin-bottom: auto;
  font-size: 16px;
  line-height: 28px;
  color: #494949;
  margin-top: 10px;
  overflow: hidden;
}
.news-list-item__text > div:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.news-list-item__tags {
  margin-top: auto;
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 5px;
  flex-wrap: wrap;
}
.news-list-item__tag {
  font-size: 16px;
  line-height: 28px;
  color: #4285f4;
  cursor: pointer;
}
.news-list-item__date {
  font-size: 12px;
  line-height: 14px;
}
.news-list-item__date b {
  font-weight: bold;
}

#news-section .news-list-item:nth-child(n+7) {
  display: none;
}

.page_news .page-content {
  display: flex;
  flex-direction: column;
}

.news-wrapper {
  flex: 1 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.news-wrapper .container {
  max-width: 640px;
  box-sizing: border-box;
}
@media (max-width: 1240px) {
  .news-wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-wrapper__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #d6d6d6;
  gap: 12px;
  flex-wrap: wrap;
}
.news-wrapper__title {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.0685714px;
}
.news-wrapper__link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.news-wrapper__body {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .news-wrapper__body {
    margin-top: 0;
  }
}

.news-card {
  min-height: 200px;
  background-color: #fff;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  border-bottom: 15px solid #f7931a;
}
.news-card__top-img {
  max-width: 200px;
  display: block;
  margin: 0 auto 20px;
}
.news-card .frame-green {
  border-radius: 6px;
  border: 2px solid #37cc33;
  background: #ecffec;
  text-align: center;
  padding: 20px;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 32px !important;
  color: #000;
}
.news-card .frame-orange {
  border-radius: 6px;
  border: 2px solid #f7931a;
  background: #fff5e9;
  text-align: center;
  padding: 20px;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 32px !important;
  color: #000;
}

.news-card__container {
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  padding: 50px 40px 60px;
  overflow: hidden;
  border-bottom: none !important;
}
@media (max-width: 460px) {
  .news-card__container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.news-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
  padding: 50px 40px 30px;
  text-align: center;
}
.news-top__subtitle {
  color: #f7931a;
  font-size: 16px;
  line-height: 18px;
}
.news-top__title {
  margin-top: 16px;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

.news-media {
  position: relative;
  padding-bottom: 50%;
}
.news-media img,
.news-media video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-body > * + * {
  margin-top: 20px;
}
.news-body ul {
  margin-bottom: 30px;
}
.news-body ul li {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.news-body ul li:before {
  content: "";
  min-width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #f7931a;
  display: block;
  margin-right: 15px;
}
.news-body .number {
  display: flex;
  align-items: center;
  color: #f7931a;
  margin-bottom: 15px;
  margin-top: 20px;
}
.news-body .number span {
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18.6667px;
  line-height: 19px;
  margin-right: 16px;
  border: 2px solid #f7931a;
  border-radius: 28px;
}
.news-body .number p {
  font-weight: bold;
  margin-bottom: 0;
  color: #f7931a;
}
.news-body .number--light {
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 30px;
}
.news-body .number--light p {
  color: #000;
  font-weight: normal;
  width: 100%;
}
.news-body__text {
  font-size: 16px;
  line-height: 30px;
  color: #494949;
}
.news-body__text .block {
  padding: 20px 40px 0px;
}
@media (max-width: 460px) {
  .news-body__text .block--border {
    padding: 30px 20px 20px !important;
  }
}
.news-body__text .block-btn {
  background: #4285f4;
  border-radius: 6px;
  color: #fff;
  max-width: 280px;
  margin: 0 auto 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.news-body__text .block-btn:hover {
  background: #f7931a;
}
.news-body__text .block img {
  width: 100%;
}
.news-body__text .block img.large {
  margin: 0 auto 30px;
  display: block;
}
.news-body__text .block img.large[src="https://cdn.cryptobrowser.site/images/2022-07-27/nc-news-img-4.jpg"], .news-body__text .block img.large[src="https://cdn.cryptobrowser.site/images/2022-07-27/nc-news-img-5.jpg"] {
  margin-bottom: 0;
}
.news-body__text .block img.bottom {
  margin: 0 auto;
  display: block;
}
.news-body__text .block img.icon {
  display: block;
  margin: 0 auto 20px;
}
.news-body__text .block img.arrow {
  display: block;
  width: 60px;
  margin: 40px auto;
}
.news-body__text .block--border {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
}
.news-body__text p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 32px;
  color: #000;
}
.news-body__text p b {
  font-weight: bold;
}
.news-body__text--large {
  font-size: 22px;
  line-height: 36px;
  color: #000;
}
.news-body__subtitle {
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
}

.news-footer {
  border-top: 1px solid #d6d6d6;
  padding: 30px 40px 30px;
}
.news-footer > * + * {
  margin-top: 15px;
}
.news-footer__date {
  font-size: 14px;
}
.news-footer__date > b {
  font-weight: 700;
}
.news-footer__tags {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.news-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.news-navigation__btn-holder {
  min-width: 70px;
}
.news-navigation__btn-holder:empty {
  min-width: none;
}
.news-navigation__prev, .news-navigation__next {
  display: inline-block;
  padding: 13px 16px;
  border-radius: 2px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #494949;
  cursor: pointer;
  transition-property: border-color, background-color;
  transition: 0.15s ease-in-out;
}
.news-navigation__prev:hover, .news-navigation__next:hover {
  color: #fff;
  border-color: #4285f4;
  background-color: #4285f4;
}
.news-navigation__view-all {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.news-recently-wrapper {
  padding: 60px 0;
}

.news-recently__title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
}
.news-recently__list {
  margin-top: 40px;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 6px;
}
.pagination > * + * {
  margin-left: 5px;
}
.pagination__btn-page-holder {
  min-width: 70px;
  border-radius: 6px;
}
.pagination__btn-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  background-color: #ffffff;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  transition-property: border-color, background-color, color;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
}
.pagination__btn-page--active {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.pagination__btn-page:hover {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}

.share-buttons {
  margin-top: 20px;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.share-buttons .social-btn_fb {
  display: none !important;
}
.share-buttons .news-footer {
  border-top: none;
  border-bottom: 1px solid #d6d6d6;
  padding: 30px 40px;
}
.share-buttons__container {
  padding: 30px 0;
}
.share-buttons__title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #494949;
}
.share-buttons .social-btns {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  min-height: 60px;
}

@media (max-width: 768px) {
  .news-top__title {
    font-size: 28px;
    line-height: 36px;
  }
  .news-body .block {
    padding: 20px 20px 0px;
  }

  .news-list {
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .news-list__item {
    margin: 0 auto;
  }

  .news-card__top {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) and (max-width: 460px) {
  .news-card__top {
    padding: 30px 20px !important;
  }
}
@media (max-width: 768px) {
  .news-card__top-img {
    max-width: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  [lang=ru] .news-card__title,
[lang=ru] .news-top__title,
[lang=fr] .news-card__title,
[lang=fr] .news-top__title,
[lang=de] .news-card__title,
[lang=de] .news-top__title {
    font-size: 28px;
  }
}

.page--black .news-page {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .page--black .news-page {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page--black .news-list-wrapper {
    padding: 40px 0 50px;
  }
}
.page--black .news-page__description {
  margin-bottom: 50px;
  color: #BEC1C8;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .page--black .news-page__description {
    color: #BEC1C8;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page--black .news-list {
    gap: 15px;
  }
}
.page--black .news-list__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  padding: 20px 20px 30px;
}
.page--black .news-list-item {
  min-height: 515px;
  max-width: 355px;
  transition: none;
  border-radius: 20px;
  background: #303137;
}
@media (max-width: 768px) {
  .page--black .news-list-item {
    border-radius: 20px;
    display: none;
    border: none;
    min-height: 480px;
    /* Display first three */
  }
  .page--black .news-list-item:nth-child(-n+3) {
    display: block;
  }
}
.page--black .news-list-item:hover {
  border-color: transparent;
  border-radius: 20px;
  background: #3F4045;
}
.page--black .news-list-item:hover .news-list-item__content:after {
  background: linear-gradient(to top, #3F4045, rgba(255, 255, 255, 0));
  transition: all 0.3s;
}
.page--black .news-list-item__media {
  position: relative;
  display: block;
  padding-bottom: 50%;
  background-color: #d4d4d4;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page--black .news-list-item__media {
    padding-bottom: 53%;
  }
}
.page--black .news-list-item__content {
  transition: all 0.3s;
}
.page--black .news-list-item__content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 40px;
  background: linear-gradient(to top, #303137, rgba(255, 255, 255, 0));
  transition: all 0.3s;
}
.page--black .news-list-item__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 20px 0 0;
}
@media (max-width: 768px) {
  .page--black .news-list-item__body {
    padding: 20px 0 0;
  }
}
.page--black .news-list-item__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  transition: color 0.2s ease-in-out;
  transition: 0.2s all;
  color: #fff;
}
.page--black .news-list-item__title:hover {
  color: #f7931a !important;
}
.page--black .news-list-item__title a {
  color: inherit;
  cursor: pointer;
}
.page--black .news-list-item__text {
  position: relative;
  margin-bottom: auto;
  font-size: 16px;
  line-height: 28px;
  color: #BEC1C8;
  margin-top: 10px;
  overflow: hidden;
}
.page--black .news-list-item__text > div:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.page--black .news-list-item__tag:hover {
  color: #f7931a;
}
.page--black .news-list-item__date {
  font-size: 12px;
  line-height: 14px;
  color: #898E99;
}
.page--black .news-list-item__date b {
  font-weight: bold;
}
.page--black .news-page-tag__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page--black .news-page-tag__wrapper {
    flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 20px;
  }
}
.page--black .news-page-tag__inner {
  display: flex;
  flex-direction: column;
}
.page--black .news-page-tag__inner p {
  color: #737781;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 768px) {
  .page--black .news-page-tag__inner p {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
}
.page--black .news-page__tag {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  background: none;
  border: none;
  max-width: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .page--black .news-page__tag {
    text-align: center;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}
.page--black .news-page__tag em {
  font-style: normal;
  color: #f7931a;
}
.page--black .view-all {
  border-radius: 10px;
  background: rgba(66, 133, 244, 0.2);
  color: #4285F4;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  min-width: 150px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  transition: all 0.3s;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .page--black .view-all {
    max-width: none;
    width: 100%;
  }
}
.page--black .view-all:hover {
  background: #f7931a;
  color: #fff;
  cursor: pointer;
}
.page--black .news-top {
  padding: 40px;
}
.page--black .news-wrapper {
  padding-top: 27px;
  border-bottom: none;
  padding-bottom: 50px;
}
.page--black .news-wrapper .container {
  max-width: 740px;
}
@media (max-width: 768px) {
  .page--black .news-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page--black .news-wrapper .share-buttons {
  border-radius: 20px;
  background: #303137;
}
@media (max-width: 768px) {
  .page--black .news-wrapper .share-buttons {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.page--black .news-wrapper__top {
  border-bottom: none;
}
@media (max-width: 768px) {
  .page--black .news-wrapper__top {
    display: none;
  }
}
.page--black .news-wrapper__title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.page--black .news-body__text {
  max-width: none;
  color: #BEC1C8 !important;
}
.page--black .news-body__text .block {
  padding-left: 50px;
  padding-right: 50px;
}
.page--black .news-body ul li {
  color: #BEC1C8;
}
.page--black .news-wrapper__title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.page--black .news-card {
  border-radius: 20px;
  background: #303137;
  overflow: hidden;
}
.page--black .news-card .frame-green {
  border-radius: 10px;
  border: 2px solid #37CC33;
  background: #0D340D;
  text-align: center;
  padding: 20px;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 32px !important;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.page--black .news-card .frame-orange {
  border-radius: 10px;
  border: 2px solid #F7931A;
  background: #362209;
  text-align: center;
  padding: 20px;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 32px !important;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.page--black .news-card__img {
  padding-bottom: 50%;
  margin: 0 auto 30px;
  position: relative;
}
.page--black .news-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.page--black .news-card .block img.bottom, .page--black .news-card .bottom-img {
  max-width: none !important;
  width: calc(100% + 100px);
  max-width: none;
  margin-left: -50px;
  margin-right: -50px;
}
.page--black .news-card__footer {
  border-bottom: none;
  display: flex;
  align-items: baseline;
  gap: 20px;
  justify-content: space-between;
  padding: 30px 50px;
}
@media (max-width: 768px) {
  .page--black .news-card__footer {
    flex-direction: column-reverse;
    padding: 30px 20px;
  }
}
.page--black .news-card__footer .news-footer__date {
  color: #BEC1C8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.page--black .news-card__footer .news-footer__tags {
  margin-top: 0 !important;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .page--black .news-card__footer .news-footer__tag {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.page--black .news-card__container {
  background: #303137;
}
.page--black .news-card__container ul li {
  color: #BEC1C8;
}
.page--black .news-card__media {
  padding-bottom: 44%;
  margin: 0 50px;
}
@media (max-width: 460px) {
  .page--black .news-card__media {
    margin: 0 20px;
  }
}
.page--black .news-card__media img {
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.page--black .news-card p {
  color: #BEC1C8;
}
.page--black .news-card__sharing {
  border-top: 1px solid #D6D6D6;
  padding: 0 50px 40px;
  text-align: center;
  border-top: none;
}
@media (max-width: 768px) {
  .page--black .news-card__sharing {
    margin-top: 20px;
    padding: 0;
  }
}
.page--black .news-card__sharing-inner {
  border: 1px solid #F7931A;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 15px 50px;
  position: relative;
}
@media (max-width: 850px) {
  .page--black .news-card__sharing-inner {
    max-width: 335px;
    margin: 0 auto;
    padding: 30px 30px 25px;
    border-radius: 0px 50px 50px 50px;
    background: #212121;
  }
}
.page--black .news-card__sharing-inner p {
  margin-right: 13px;
  max-width: 87px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .page--black .news-card__sharing-inner p {
    position: absolute;
    top: -20px;
    left: -1px;
    min-height: 36px;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7931A;
    border-radius: 7px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 11px;
    z-index: 2;
  }
}
.page--black .news-card__sharing-inner .social-btns__more {
  width: 50px;
  height: 50px;
  background-color: transparent;
  box-shadow: none;
  border: 2px solid #494949;
}
.page--black .news-card__sharing-inner .social-btns__more::before, .page--black .news-card__sharing-inner .social-btns__more::after {
  background-color: #fff;
}
.page--black .news-card__sharing-inner .social-btns__more:hover {
  background: #f7931a;
  border-color: #f7931a;
  box-shadow: none;
}
.page--black .news-card__sharing-inner .social-btns__more:hover:before, .page--black .news-card__sharing-inner .social-btns__more:hover:after {
  background-color: #fff;
}
.page--black .news-card__sharing-inner .social-btns {
  flex-wrap: nowrap;
  align-items: baseline;
  min-height: auto;
  margin-top: 0;
}
@media (max-width: 850px) {
  .page--black .news-card__sharing-inner .social-btns {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 850px) {
  .page--black .news-card__sharing-inner .social-btns__more {
    width: 80px;
    height: 70px;
    border: 1px solid #494949;
    border-radius: 200px;
  }
}
.page--black .news-card__sharing-inner .social-btns .social-btn {
  width: 60px;
  height: 50px;
  margin-right: 10px;
}
@media (max-width: 850px) {
  .page--black .news-card__sharing-inner .social-btns .social-btn {
    border-radius: 36px;
    width: 80px;
    height: 70px;
    margin-bottom: 0;
    margin-right: 0;
  }
  .page--black .news-card__sharing-inner .social-btns .social-btn::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 850px) {
  .page--black .news-card__sharing-inner .social-btns__list {
    width: 170px;
  }
}
.page--black .news-card__sharing-inner .social-btns__list .social-btn {
  margin-right: 0;
}
@media (max-width: 850px) {
  .page--black .news-card__sharing-inner .social-btns__list .social-btn {
    border-radius: 36px;
    width: 60px;
    height: 50px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .page--black .news-card__sharing-inner .social-btns__list .social-btn::before {
    width: 28px;
    height: 27px;
  }
}
.page--black .news-card__sharing-inner .social-btn {
  width: 60px;
  height: 50px;
}
.page--black .news-navigation {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page--black .news-navigation {
    padding: 0 20px;
  }
}
.page--black .news-navigation__btn-holder {
  min-width: 150px;
  height: 60px;
}
@media (max-width: 768px) {
  .page--black .news-navigation__btn-holder {
    min-width: 50px;
    height: 50px;
  }
}
.page--black .news-navigation__prev, .page--black .news-navigation__next {
  display: inline-block;
  height: 100%;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  background: #4285F4;
  box-shadow: 0px 7px 18px 0px rgba(66, 133, 244, 0.39), 0px 2.696px 5.733px 0px rgba(66, 133, 244, 0.24), 0px 0.57px 1.467px 0px rgba(66, 133, 244, 0.15);
  box-sizing: border-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition-property: border-color, background-color;
  transition: 0.15s ease-in-out;
  border: none;
}
@media (max-width: 768px) {
  .page--black .news-navigation__prev span, .page--black .news-navigation__next span {
    display: none;
  }
}
.page--black .news-navigation__prev:hover, .page--black .news-navigation__next:hover {
  background-color: #f7931a;
  color: #fff;
  box-shadow: 0px 7px 18px rgba(247, 147, 26, 0.39), 0px 2.6963px 5.73333px rgba(247, 147, 26, 0.236889), 0px 0.57037px 1.46667px rgba(247, 147, 26, 0.153111);
}
.page--black .news-navigation__prev:active, .page--black .news-navigation__next:active {
  background-color: #d6d6d6;
  color: #fff;
}
.page--black .news-navigation__view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 10px;
  background: rgba(66, 133, 244, 0.2);
  min-width: 150px;
  height: 100%;
  padding: 0 20px;
  transition: all 0.3s;
}
.page--black .news-navigation__view-all:hover {
  background: #f7931a;
  color: #fff;
}
.page--black .news-top__title, .page--black .news-card__title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 768px) {
  .page--black .news-top__title, .page--black .news-card__title {
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
}
.page--black .news-recently-wrapper {
  border-radius: 30px;
  padding: 50px 0;
  background: radial-gradient(633.31% 206.35% at 0% 0%, #232425 0%, #171717 80%), rgba(255, 255, 255, 0.1);
}
.page--black .news-recently__list {
  margin-top: 50px;
}
.page--black .news-recently__title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 768px) {
  .page--black .news-recently__title {
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
}
.page--black .pagination-wrapper .pagination__btn-page-holder {
  min-width: auto;
}
.page--black .pagination-wrapper .pagination__btn-page-holder .pagination__btn-page {
  padding: 8px 9px;
}
.page--black .pagination-wrapper .pagination__btn-page-holder .pagination__btn-page svg {
  stroke: #737781;
}
.page--black .pagination-wrapper .pagination__btn-page-holder .pagination__btn-page:hover svg {
  stroke: #fff;
}
.page--black .pagination-wrapper .pagination__btn-page {
  border-radius: 10px;
  color: #FFF;
  padding: 8px 15px;
}
@media (max-width: 768px) {
  .page--black .pagination-wrapper .pagination__btn-page {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.046px;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
  }
}
.page--black .pagination-wrapper .pagination__btn-page:not(.pagination__btn-page--active) {
  border: 1px solid transparent;
  background: #303137;
}
.page--black .pagination-wrapper .pagination__btn-page:not(.pagination__btn-page--active):hover {
  border: 1px solid #4285F4;
  background: #303137;
  color: #4285F4;
}

/*
* Style config 
*/
/*
* Layout
*/
.renewed-faq {
  font-family: Arial, sans-serif;
  width: 100%;
  min-height: 100%;
  background-color: #f7f7f7;
  color: #494949;
}
.renewed-faq,
.renewed-faq * {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: inherit;
  font-family: Arial, sans-serif;
  line-height: normal;
  box-sizing: border-box;
}
.renewed-faq-head {
  padding-bottom: 50px;
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.renewed-faq-head h1 {
  color: #000;
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 20px;
}
.renewed-faq-head .renewed-faq-subtitle {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 700px) {
  .renewed-faq-head {
    padding-bottom: 20px;
  }
  .renewed-faq-head h1 {
    font-size: 30px;
    line-height: normal;
  }
}
.renewed-faq-container {
  display: flex;
  max-width: 1210px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.renewed-faq-sidebar {
  flex: 0 0 auto;
  position: relative;
  width: 320px;
}
@media (max-width: 850px) {
  .renewed-faq-sidebar {
    width: 260px;
  }
}
@media (max-width: 700px) {
  .renewed-faq-sidebar {
    display: none;
  }
}
.renewed-faq-content, .renewed-faq-card__content {
  background-color: #fff;
  padding: 40px;
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 700px) {
  .renewed-faq-content, .renewed-faq-card__content {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    border-radius: 0;
  }
}
.renewed-faq-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.renewed-faq-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.renewed-faq-section {
  padding-top: 1px;
}
.renewed-faq-section > h1:first-child {
  margin-bottom: -5px;
}
.renewed-faq-block {
  border-bottom: 1px dashed #b7b7b7;
  padding-top: 1px;
  padding-bottom: 20px;
}
.renewed-faq-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/*
* Text styles
*/
.renewed-faq-section:first-child h1 {
  margin-top: 40px;
}

.renewed-faq-content, .renewed-faq-card__content {
  /*
  * Titles
  */
  /*
  * Texts
  */
  /*
  * Lists
  */
  /*
  * Levels
  */
}
.renewed-faq-content h1, .renewed-faq-card__content h1,
.renewed-faq-content h2,
.renewed-faq-card__content h2,
.renewed-faq-content h3,
.renewed-faq-card__content h3 {
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #000;
}
.renewed-faq-content h1 a, .renewed-faq-card__content h1 a,
.renewed-faq-content h2 a,
.renewed-faq-card__content h2 a,
.renewed-faq-content h3 a,
.renewed-faq-card__content h3 a {
  word-break: normal;
  color: #000;
  transition: color 0.3s;
}
.renewed-faq-content h1 a:hover, .renewed-faq-card__content h1 a:hover,
.renewed-faq-content h2 a:hover,
.renewed-faq-card__content h2 a:hover,
.renewed-faq-content h3 a:hover,
.renewed-faq-card__content h3 a:hover {
  color: #4285f4;
}
.renewed-faq-content h1, .renewed-faq-card__content h1 {
  font-weight: bold;
  color: #f7931a;
  border-bottom: 5px solid #f7931a;
  padding-bottom: 4px;
}
.renewed-faq-content h1, .renewed-faq-card__content h1,
.renewed-faq-content .h1,
.renewed-faq-card__content .h1 {
  font-size: 36px;
}
.renewed-faq-content h2, .renewed-faq-card__content h2,
.renewed-faq-content .h2,
.renewed-faq-card__content .h2 {
  font-size: 32px;
}
.renewed-faq-content h3, .renewed-faq-card__content h3,
.renewed-faq-content .h3,
.renewed-faq-card__content .h3 {
  font-size: 28px;
}
.renewed-faq-content h4, .renewed-faq-card__content h4,
.renewed-faq-content .h4,
.renewed-faq-card__content .h4 {
  font-size: 21px;
}
.renewed-faq-content h5, .renewed-faq-card__content h5,
.renewed-faq-content .h5,
.renewed-faq-card__content .h5 {
  font-size: 14px;
}
.renewed-faq-content h6, .renewed-faq-card__content h6,
.renewed-faq-content .h6,
.renewed-faq-card__content .h6 {
  font-size: 12px;
}
@media (max-width: 700px) {
  .renewed-faq-content h1, .renewed-faq-card__content h1,
.renewed-faq-content .h1,
.renewed-faq-card__content .h1 {
    font-size: 30px;
  }
  .renewed-faq-content h2, .renewed-faq-card__content h2,
.renewed-faq-content .h2,
.renewed-faq-card__content .h2 {
    font-size: 26px;
  }
  .renewed-faq-content h3, .renewed-faq-card__content h3,
.renewed-faq-content .h3,
.renewed-faq-card__content .h3 {
    font-size: 22px;
  }
  .renewed-faq-content h4, .renewed-faq-card__content h4,
.renewed-faq-content .h4,
.renewed-faq-card__content .h4 {
    font-size: 18px;
  }
}
.renewed-faq-content p, .renewed-faq-card__content p {
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0 20px;
}
.renewed-faq-content b, .renewed-faq-card__content b {
  font-weight: bold;
}
.renewed-faq-content a, .renewed-faq-card__content a {
  display: inline-block;
  color: #4285f4;
  text-decoration: none;
  word-break: break-all;
  transition: color 0.3s;
}
.renewed-faq-content a:hover, .renewed-faq-card__content a:hover {
  color: #f7931a;
}
.renewed-faq-content ul, .renewed-faq-card__content ul {
  list-style: disc;
}
.renewed-faq-content ol, .renewed-faq-card__content ol {
  list-style: decimal;
}
.renewed-faq-content ul, .renewed-faq-card__content ul,
.renewed-faq-content ol,
.renewed-faq-card__content ol {
  margin-top: 0;
  margin-bottom: 20px;
  list-style-position: inside;
}
.renewed-faq-content ul li, .renewed-faq-card__content ul li,
.renewed-faq-content ol li,
.renewed-faq-card__content ol li {
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 5px;
}
.renewed-faq-content ul ul, .renewed-faq-card__content ul ul,
.renewed-faq-content ul ol,
.renewed-faq-card__content ul ol,
.renewed-faq-content ol ul,
.renewed-faq-card__content ol ul,
.renewed-faq-content ol ol,
.renewed-faq-card__content ol ol {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 20px;
}
.renewed-faq-content .renewed-faq-referral-levels tr, .renewed-faq-card__content .renewed-faq-referral-levels tr {
  margin: 0;
}
.renewed-faq-content .renewed-faq-referral-levels tr th, .renewed-faq-card__content .renewed-faq-referral-levels tr th {
  font-weight: bold;
  color: #000;
  padding: 10px 0;
  font-size: 14px;
}
.renewed-faq-content .renewed-faq-referral-levels tr th:first-child, .renewed-faq-card__content .renewed-faq-referral-levels tr th:first-child {
  text-align: left;
}
.renewed-faq-content .renewed-faq-referral-levels tr td, .renewed-faq-card__content .renewed-faq-referral-levels tr td {
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
  min-width: 100px;
}
.renewed-faq-content .renewed-faq-referral-levels tr td:first-child, .renewed-faq-card__content .renewed-faq-referral-levels tr td:first-child {
  padding-right: 15px;
}
.renewed-faq-content .renewed-faq-referral-levels tr td:last-child, .renewed-faq-card__content .renewed-faq-referral-levels tr td:last-child {
  font-weight: bold;
  color: #f7931a;
  text-align: center;
}

/*
* Navigation
*/
.renewed-faq-navigation {
  top: 0;
  width: 320px;
  height: auto;
  max-height: 100vh;
  overflow: auto;
  padding-right: 15px;
  background-color: #f7f7f7;
}
@media (max-width: 850px) {
  .renewed-faq-navigation {
    width: 260px;
  }
}
.renewed-faq-navigation.renewed-faq-navigation-normal {
  position: relative;
}
.renewed-faq-navigation.renewed-faq-navigation-fixed {
  position: fixed;
  z-index: 2;
}
.renewed-faq-navigation .renewed-faq-sidenavigation {
  border-top: 5px solid #f7931a;
  padding-top: 22px;
  padding-bottom: 20px;
}
.renewed-faq-navigation ul {
  list-style: none;
}
.renewed-faq-navigation ul li {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.renewed-faq-navigation ul li ul {
  height: 0;
  overflow: hidden;
}
.renewed-faq-navigation ul li ul a {
  padding: 8px 15px;
  font-size: 78%;
  color: #494949;
  font-weight: normal;
}
.renewed-faq-navigation ul li ul a:hover {
  background-color: #4285f4;
  color: #fff;
}
.renewed-faq-navigation ul li.active > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  background-color: #f7931a;
}
.renewed-faq-navigation ul li.active ul {
  height: auto;
  overflow: visible;
}
.renewed-faq-navigation ul a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 8px 0;
  color: inherit;
  border-radius: 2px;
  transition: color 0.15s, background-color 0.15s;
}
.renewed-faq-navigation ul a:hover {
  color: #f7931a;
}

/*
* Popup
*/
.renewed-faq-overlay {
  font-family: Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.3s, opacity 0.3s 0s;
}
.renewed-faq-overlay.show {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s 0s, opacity 0.3s 0s;
}
.renewed-faq-overlay__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  border: none;
  background: none;
  outline: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 720px) {
  .renewed-faq-overlay__close {
    top: 10px;
    color: #494949;
  }
}

.renewed-faq-popup {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 700px;
  background-color: #fff;
  color: #494949;
  border-radius: 4px;
}
@media (max-width: 720px) {
  .renewed-faq-popup {
    padding-top: 50px;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.renewed-faq-popup__head {
  padding: 0 20px;
  margin-bottom: 20px;
}
.renewed-faq-popup__title {
  font-size: 24px;
  font-weight: bold;
}
.renewed-faq-popup__content {
  padding: 0 20px;
}
.renewed-faq-popup__text {
  font-size: 14px;
  line-height: 21px;
}
.renewed-faq-popup__popular-question {
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 20px;
  list-style: none;
}
.renewed-faq-popup__popular-question li {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 3px;
}
.renewed-faq-popup__popular-question li:last-child {
  margin-bottom: 0;
}
.renewed-faq-popup__popular-question li.last {
  padding-top: 7px;
}
.renewed-faq-popup__popular-question li.last span {
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.2s;
}
.renewed-faq-popup__popular-question li.last span:hover {
  color: #f7931a;
}
.renewed-faq-popup__popular-question a {
  color: #f7931a;
  transition: color 0.2s;
}
.renewed-faq-popup__popular-question a:hover {
  color: #494949;
}
.renewed-faq-popup__contact {
  margin-top: 20px;
  display: inline-block;
  color: #4285f4;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s;
}
.renewed-faq-popup__contact:hover {
  color: #f7931a;
}
.renewed-faq-popup__actions {
  padding: 40px 20px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .renewed-faq-popup__actions {
    display: block;
    text-align: center;
  }
}
.renewed-faq-popup__action {
  cursor: pointer;
  outline: none;
  padding: 7px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  font-size: 14px;
  color: inherit;
  border-radius: 4px;
  border: 1px solid #494949;
  transition: all 0.2s;
}
.renewed-faq-popup__action:hover {
  background-color: #f7931a;
  color: #fff;
  border-color: #f7931a;
}
.renewed-faq-popup__action:active {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .renewed-faq-popup__action {
    margin-bottom: 20px;
  }
}

/*
* One question page
*/
.renewed-faq-one {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 60px;
}
.renewed-faq-one .renewed-faq-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  list-style: none;
  margin-bottom: 10px;
}
.renewed-faq-one .renewed-faq-breadcrumbs li {
  margin-bottom: 10px;
}
.renewed-faq-one .renewed-faq-breadcrumbs .separator {
  margin: 0 15px;
  width: 4px;
  height: 18px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAAAXNSR0IArs4c6QAAAKhJREFUKBWlkw0KhCAQhXfsFB5pO0YEepgOoBDdIjqezYuSdDUndkD8e9/4ZJRCCOS9/344jDEbEQWMa6EgZmhFc87NSFATY11lm0MLUrDB0HIDH6HjeNhAZoaGG7hYa8f8TtGvFIoAMkugBJBAP0ATgqAUNXt5HUpssva/pZqVqybJCS0xvEVAIo6AVHwAb8QAOq11z/2EyRnFR3dt5nV4FAMiWHrzRXf3Spv/DBCPbwAAAABJRU5ErkJggg==");
  background-size: 4px 8px;
  background-repeat: no-repeat;
  background-position: center center;
}
.renewed-faq-one .renewed-faq-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.renewed-faq-one .renewed-faq-breadcrumbs a:hover {
  color: #4285f4;
}
.renewed-faq-one .renewed-faq-breadcrumbs span {
  font-weight: normal;
}
@media (max-width: 1100px) {
  .renewed-faq-one .renewed-faq-breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
* Card
*/
.renewed-faq-card {
  width: 100%;
  max-width: 1080px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 auto;
  border: 1px solid #D6D6D6;
  border-top: none;
}
.renewed-faq-card__content {
  padding: 0 0 30px;
}
.renewed-faq-card__content h1 {
  margin: 0;
  padding: 50px 70px;
  background-color: #4285f4;
  color: #fff;
  font-size: 48px;
  line-height: 68px;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  margin-left: -1px;
  margin-right: -1px;
  border: none;
  margin-bottom: 50px;
}
.renewed-faq-card__content p {
  padding: 0 100px;
  font-size: 18px;
  line-height: 32px;
}
.renewed-faq-card__content table {
  margin-left: 100px;
  margin-right: 100px;
}
.renewed-faq-card__content ul,
.renewed-faq-card__content ol {
  padding: 0 100px;
}
.renewed-faq-card__content ul li,
.renewed-faq-card__content ol li {
  font-size: 18px;
  margin-bottom: 10px;
}
.renewed-faq-card__sharing {
  border-top: 1px solid #D6D6D6;
  padding: 50px 100px 60px;
  text-align: center;
}
.renewed-faq-card__sharing > p {
  font-size: 14px;
  line-height: 14px;
  color: #494949;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .renewed-faq-card__sharing {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .renewed-faq-card__content {
    margin-left: 0;
    margin-right: 0;
  }
  .renewed-faq-card__content h1 {
    font-size: 28px;
    line-height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .renewed-faq-card__content table {
    margin-left: 20px;
    margin-right: 20px;
  }
  .renewed-faq-card__content p,
.renewed-faq-card__content ul,
.renewed-faq-card__content ol {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
* FAQ Search
*/
.renewed-faq .gsc-results-wrapper-overlay {
  position: static !important;
  width: auto;
  height: auto;
  box-shadow: none;
  padding: 10px 0 30px;
}
.renewed-faq .gsc-results-close-btn,
.renewed-faq .gsc-results-close-btn-visible,
.renewed-faq .gsc-modal-background-image {
  display: none;
}
.renewed-faq .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
.renewed-faq .gsc-search-box-tools .gsc-search-box .gsc-input::placeholder {
  color: transparent;
}
.renewed-faq .gsc-input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  height: 40px;
  border: 1px solid #cecece;
  border-right: none;
  border-radius: 2px 0 0 2px;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}
.renewed-faq .gsc-input-box-hover, .renewed-faq .gsc-input-box-focus {
  box-shadow: none;
}
.renewed-faq .gsc-input-box-focus {
  border-color: #4285f4;
}
.renewed-faq form.gsc-search-box {
  margin-bottom: 8px;
}
.renewed-faq .gsst_a {
  padding-top: 5px;
}
.renewed-faq .gsst_b {
  width: 28px;
}
.renewed-faq td.gsc-search-button {
  margin-left: 0;
}
.renewed-faq .gsc-search-button-v2 {
  height: 40px;
  border-radius: 0;
  outline: 0;
  margin-left: 0;
  background-color: #4285f4;
  border-color: #4285f4;
  border-radius: 0 2px 2px 0;
  transition: background-color 0.3s, border-color 0.3s;
}
.renewed-faq .gsc-search-button-v2:hover {
  background-color: #f7931a;
  border-color: #f7931a;
}
.renewed-faq .gsc-search-button-v2:focus {
  box-shadow: none;
}
.renewed-faq .gsib_a {
  padding-left: 15px;
}
.renewed-faq .gsc-selected-option-container {
  display: inline-flex;
  align-items: center;
}
.renewed-faq .gsc-control-cse {
  padding: 0;
  border: none;
}
.renewed-faq .gs-snippet {
  padding-left: 8px;
}
.renewed-faq .si22,
.renewed-faq .si15 {
  color: #4285f4;
}
.renewed-faq a.styleable-title,
.renewed-faq a.gs-title {
  color: #4285f4;
  transition: color 0.3s;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 2px;
}
.renewed-faq a.styleable-title b,
.renewed-faq a.gs-title b {
  transition: color 0.3s;
  text-decoration: none;
}
.renewed-faq a.styleable-title:visited,
.renewed-faq a.gs-title:visited {
  color: #1800ae;
}
.renewed-faq a.styleable-title:hover,
.renewed-faq a.gs-title:hover {
  color: #f7931a;
}
.renewed-faq.show-results .renewed-faq-section,
.renewed-faq.show-results .renewed-faq-video {
  display: none;
}
.renewed-faq.show-results .renewed-faq-search {
  display: block;
}
.renewed-faq .table {
  margin: 0;
  border-collapse: separate;
  background: #fff;
  border-radius: 10px;
  padding: 0 100px;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .renewed-faq .table {
    display: none;
  }
}
.renewed-faq .table tr td {
  border: 1px solid #D6D6D6;
  padding: 8px 12px;
}
.renewed-faq .table tr th {
  padding: 8px 12px;
  border: 1px solid #D6D6D6;
}
.renewed-faq .table thead {
  background: #F7F7F7;
  color: #494949;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.09px;
}
.renewed-faq .table thead tr th:last-child {
  border-start-end-radius: 10px;
}
.renewed-faq .table thead tr th:first-child {
  border-start-start-radius: 10px;
}
.renewed-faq .table tbody tr td .td-content {
  color: #000;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 4px;
}
.renewed-faq .table tbody tr td .td-content b {
  color: #B3B3B3;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.renewed-faq .table tbody tr td .td-content img {
  margin-right: 4px;
}
.renewed-faq .table tbody tr:last-child td:last-child {
  border-end-end-radius: 10px;
}
.renewed-faq .table tbody tr:last-child td:first-child {
  border-end-start-radius: 10px;
}
.renewed-faq .table-with-card {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .renewed-faq .table-with-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
    padding: 0 20px;
  }
}
.renewed-faq .table-with-card--card {
  border: 1px solid #D6D6D6;
  border-radius: 10px;
}
.renewed-faq .table-with-card--card .card--head {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-bottom: 1px solid #D6D6D6;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.renewed-faq .table-with-card--card .card--head img {
  margin-right: 4px;
}
.renewed-faq .table-with-card--card .card--content {
  color: #000;
  padding: 8px 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #F7F7F7;
}
.renewed-faq .table-with-card--card .card--description {
  color: #494949;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.09px;
}

.renewed-faq-search-field {
  text-align: right;
  padding-bottom: 20px;
}

.renewed-faq-search {
  margin-top: -10px;
  display: none;
}
.renewed-faq-search h2 {
  margin: 0 0 25px;
  font-size: 36px;
  line-height: 40px;
}

.page_faq.gsc-overflow-hidden {
  overflow: auto;
}

.page--black .page-content {
  min-height: 100vh;
}
.page--black .back {
  display: none;
}
@media (max-width: 768px) {
  .page--black .back {
    padding-top: 50px;
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
    color: #4285F4;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s;
  }
  .page--black .back svg {
    stroke: #4285F4;
    transition: all 0.3s;
  }
  .page--black .back:hover {
    color: #F7931A;
    cursor: pointer;
  }
  .page--black .back:hover svg {
    stroke: #F7931A;
  }
}
.page--black .renewed-faq {
  max-width: 700px;
  background-color: inherit;
  padding-top: 30px;
  padding-bottom: 90px;
}
@media (max-width: 850px) {
  .page--black .renewed-faq {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.page--black .renewed-faq .table {
  margin: 0;
  border-collapse: separate;
  background: #303137;
  border-radius: 10px;
  padding: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .page--black .renewed-faq .table {
    display: none;
  }
}
.page--black .renewed-faq .table tr td {
  border: 1px solid #737781;
  padding: 8px 12px;
}
.page--black .renewed-faq .table tr th {
  padding: 8px 12px;
  border: 1px solid #737781;
}
.page--black .renewed-faq .table thead {
  background: #3F4045;
  color: #BEC1C8;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.09px;
}
.page--black .renewed-faq .table thead tr th:last-child {
  border-start-end-radius: 10px;
}
.page--black .renewed-faq .table thead tr th:first-child {
  border-start-start-radius: 10px;
}
.page--black .renewed-faq .table tbody tr td .td-content {
  color: #FFFFFF;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 4px;
}
.page--black .renewed-faq .table tbody tr td .td-content b {
  color: #898E99;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.page--black .renewed-faq .table tbody tr td .td-content img {
  margin-right: 4px;
}
.page--black .renewed-faq .table tbody tr:last-child td:last-child {
  border-end-end-radius: 10px;
}
.page--black .renewed-faq .table tbody tr:last-child td:first-child {
  border-end-start-radius: 10px;
}
.page--black .renewed-faq .table-with-card {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .page--black .renewed-faq .table-with-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
    padding: 0 20px;
  }
}
.page--black .renewed-faq .table-with-card--card {
  border: 1px solid #737781;
  border-radius: 10px;
}
.page--black .renewed-faq .table-with-card--card .card--head {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-bottom: 1px solid #737781;
  color: #FFFFFF;
  background: #303137;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page--black .renewed-faq .table-with-card--card .card--head b {
  color: #898E99;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.page--black .renewed-faq .table-with-card--card .card--head img {
  margin-right: 4px;
}
.page--black .renewed-faq .table-with-card--card .card--content {
  color: #FFFFFF;
  padding: 8px 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #161616;
}
.page--black .renewed-faq .table-with-card--card .card--description {
  color: #BEC1C8;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.09px;
  padding-bottom: 8px;
}
.page--black .renewed-faq-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  list-style: none;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page--black .renewed-faq-breadcrumbs {
    display: none;
  }
}
.page--black .renewed-faq-breadcrumbs li {
  margin-bottom: 10px;
}
.page--black .renewed-faq-breadcrumbs .separator {
  margin: 0 15px;
  width: 4px;
  height: 18px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAAAXNSR0IArs4c6QAAAKhJREFUKBWlkw0KhCAQhXfsFB5pO0YEepgOoBDdIjqezYuSdDUndkD8e9/4ZJRCCOS9/344jDEbEQWMa6EgZmhFc87NSFATY11lm0MLUrDB0HIDH6HjeNhAZoaGG7hYa8f8TtGvFIoAMkugBJBAP0ATgqAUNXt5HUpssva/pZqVqybJCS0xvEVAIo6AVHwAb8QAOq11z/2EyRnFR3dt5nV4FAMiWHrzRXf3Spv/DBCPbwAAAABJRU5ErkJggg==");
  background-size: 4px 8px;
  background-repeat: no-repeat;
  background-position: center center;
}
.page--black .renewed-faq-breadcrumbs a {
  text-decoration: none;
  transition: color 0.3s;
  color: #D1D2D6;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.046px;
}
.page--black .renewed-faq-breadcrumbs a:hover {
  color: #4285f4;
}
.page--black .renewed-faq-breadcrumbs span {
  color: #898E99;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.046px;
}
@media (max-width: 1100px) {
  .page--black .renewed-faq-breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page--black .renewed-faq-card {
  border-radius: 20px;
  background: #303137;
  overflow: hidden;
  border: none;
}
@media (max-width: 850px) {
  .page--black .renewed-faq-card {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .page--black .renewed-faq-card {
    background: inherit;
  }
}
.page--black .renewed-faq-card__content {
  background: none;
  padding: 50px 50px 40px;
}
@media (max-width: 768px) {
  .page--black .renewed-faq-card__content {
    padding: 0;
  }
}
.page--black .renewed-faq-card__content p {
  padding: 0;
  color: #BEC1C8;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page--black .renewed-faq-card__content ul {
  padding: 0;
  color: #BEC1C8;
}
.page--black .renewed-faq-card__content h1 {
  background: none;
  padding: 0;
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page--black .renewed-faq-card__content h1 {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
}
.page--black .renewed-faq-card__sharing {
  border-top: 1px solid #D6D6D6;
  padding: 0 50px 40px;
  text-align: center;
  border-top: none;
}
@media (max-width: 768px) {
  .page--black .renewed-faq-card__sharing {
    margin-top: 45px;
    padding: 0;
  }
}
.page--black .renewed-faq-card__sharing-inner {
  border: 1px solid #F7931A;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 15px 50px;
  position: relative;
}
@media (max-width: 850px) {
  .page--black .renewed-faq-card__sharing-inner {
    max-width: 335px;
    margin: 0 auto;
    padding: 30px 30px 25px;
    border-radius: 0px 65px 65px 65px;
    background: #212121;
  }
}
.page--black .renewed-faq-card__sharing-inner p {
  margin-right: 13px;
  max-width: 87px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .page--black .renewed-faq-card__sharing-inner p {
    position: absolute;
    top: -20px;
    left: -1px;
    min-height: 40px;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7931A;
    border-radius: 7px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 11px;
    z-index: 2;
  }
}
.page--black .renewed-faq-card__sharing-inner .social-btns__more {
  width: 50px;
  height: 50px;
  background-color: transparent;
  box-shadow: none;
  border: 2px solid #494949;
  transition: all 0.3s;
}
.page--black .renewed-faq-card__sharing-inner .social-btns__more::before, .page--black .renewed-faq-card__sharing-inner .social-btns__more::after {
  background-color: #fff;
}
.page--black .renewed-faq-card__sharing-inner .social-btns__more:hover {
  background-color: #f7931a;
  border-color: #f7931a;
  box-shadow: none;
}
.page--black .renewed-faq-card__sharing-inner .social-btns__more:hover:before, .page--black .renewed-faq-card__sharing-inner .social-btns__more:hover:after {
  background-color: #fff;
}
.page--black .renewed-faq-card__sharing-inner .social-btns {
  flex-wrap: nowrap;
  align-items: baseline;
}
@media (max-width: 850px) {
  .page--black .renewed-faq-card__sharing-inner .social-btns {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 850px) {
  .page--black .renewed-faq-card__sharing-inner .social-btns__more {
    width: 80px;
    height: 70px;
    border: 1px solid #494949;
    border-radius: 200px;
  }
}
.page--black .renewed-faq-card__sharing-inner .social-btns .social-btn {
  width: 60px;
  height: 50px;
  margin-right: 10px;
}
@media (max-width: 850px) {
  .page--black .renewed-faq-card__sharing-inner .social-btns .social-btn {
    border-radius: 36px;
    width: 80px;
    height: 70px;
    margin-bottom: 0;
    margin-right: 0;
  }
  .page--black .renewed-faq-card__sharing-inner .social-btns .social-btn::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 850px) {
  .page--black .renewed-faq-card__sharing-inner .social-btns__list {
    width: 170px;
  }
}
.page--black .renewed-faq-card__sharing-inner .social-btns__list .social-btn {
  margin-right: 0;
}
@media (max-width: 850px) {
  .page--black .renewed-faq-card__sharing-inner .social-btns__list .social-btn {
    border-radius: 36px;
    width: 60px;
    height: 50px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .page--black .renewed-faq-card__sharing-inner .social-btns__list .social-btn::before {
    width: 28px;
    height: 27px;
  }
}
.page--black .renewed-faq-card__sharing-inner .social-btn {
  width: 60px;
  height: 50px;
}

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

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

  .mobile-only {
    display: block;
  }

  .page_second .container {
    width: 100%;
    min-height: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .page_theme_black .header {
    background-color: transparent;
    margin-bottom: 20px;
  }
  .page_theme_black .header .logo {
    margin-bottom: 0;
  }
  .page_theme_black .header__navbar {
    border-color: #494949;
  }
  .page_theme_black .wrapper {
    border-radius: 0;
    width: calc(100% - 40px);
  }
  .page_theme_black .top,
.page_theme_black .last {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page_theme_black .title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .page_theme_black .subtitle {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: normal;
  }
  .page_theme_black .desc {
    font-size: 13px;
    line-height: 15px;
  }
  .page_theme_black .desc_big {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
  }
  .page_theme_black .referred {
    font-size: 12px;
    line-height: 14px;
  }
  .page_theme_black .social-btns {
    max-width: 310px;
    justify-content: center;
  }
  .page_theme_black .social-btn,
.page_theme_black .btn_social {
    width: 50px;
    height: 40px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 12px;
  }
  .page_theme_black .refurl input[type=text] {
    width: 100%;
    height: 34px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 212px;
  }
  .page_theme_black .btn_copy {
    height: 34px;
    line-height: 34px;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

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

  .rangeSlider__horizontal {
    max-width: 300px;
  }

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

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

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

  .btn_social {
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    cursor: pointer;
    border: none;
    outline: none;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .btn_social:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: contain;
  }
  .btn_social_vk {
    background-color: #597da2;
  }
  .btn_social_vk:hover {
    background-color: #678eb6;
  }
  .btn_social_vk:active {
    background-color: #446a91;
  }
  .btn_social_vk:before {
    width: 22px;
    height: 12px;
  }
  .btn_social_fb {
    background-color: #4861a3;
  }
  .btn_social_fb:hover {
    background-color: #5777cc;
  }
  .btn_social_fb:active {
    background-color: #374c82;
  }
  .btn_social_fb:before {
    width: 9px;
    height: 16px;
  }
  .btn_social_tw {
    background-color: #1da1f2;
  }
  .btn_social_tw:hover {
    background-color: #3eb5ff;
  }
  .btn_social_tw:active {
    background-color: #1588ce;
  }
  .btn_social_tw:before {
    width: 16px;
    height: 13px;
  }
  .btn_social_gplus {
    background-color: #dd5044;
  }
  .btn_social_gplus:hover {
    background-color: #fb5446;
  }
  .btn_social_gplus:active {
    background-color: #bf4339;
  }
  .btn_social_gplus:before {
    width: 19px;
    height: 12px;
  }
  .btn_social_mail {
    text-indent: -9999px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    background-size: 23px 18px;
  }
  .btn_social_mail:hover {
    border: 2px solid #4285f4;
  }
  .btn_social_mail:active {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
  }
  .btn_social_mail:active:before {
    opacity: 0.7;
  }

  .burger {
    display: block;
  }

  .container_promo .header {
    padding-top: 0;
    margin-bottom: 70px;
  }

  .container_promo .promo {
    width: 100%;
    position: static;
    transform: rotate(0);
    margin-bottom: 10px;
  }

  .countdown {
    margin-right: 0;
  }

  .container_promo .header__navbar .countdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 160px;
  }

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

  .page_promo .countdown {
    display: inline-block;
  }

  .page_promo .header__navbar .lang {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .logo svg {
    width: 231px;
    height: 42px;
  }

  .fullheight .header .logo {
    margin-bottom: 0;
  }
  .fullheight .scroll-icon {
    display: none;
  }

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

  .first {
    min-height: 0;
  }
  .first .header .logo {
    margin-bottom: 0;
  }
  .first__icon {
    display: none;
    width: 70px;
    height: 70px;
  }
  .first__description {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
  .first__description p {
    font-size: 16px;
    line-height: 22px;
  }
  .first__screen {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .first__screen p {
    display: none;
  }
  .first__group {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .first__group .btn {
    margin-bottom: 15px;
  }
  .first__screen-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .first__screen-store {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    border: 1px solid #d6d6d6;
    font-size: 16px;
    line-height: 17px;
    color: #494949;
    padding: 20px;
    border-radius: 2px;
  }
  .first__screen-store .store-links {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    justify-content: center;
  }
  .first__screen-store .store-links .store_android {
    display: none;
  }
  .first__group .btn,
.first__group .more-link {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .first__group .btn_plus {
    display: none;
  }
  .first__screen .trust {
    order: 2;
    margin-bottom: 0;
    text-align: center;
  }
  .first__screen .more-link {
    order: 1;
  }
  .first__img {
    margin-bottom: 30px;
  }
  .first__img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
  }
  .first .more-link {
    padding-top: 22px;
    padding-bottom: 22px;
    line-height: 16px;
    min-height: 60px;
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;
  }

  .logo img {
    width: auto;
    height: 40px;
  }

  .title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
  }

  .note {
    display: none;
  }

  .testimonials {
    padding-bottom: 0;
  }
  .testimonials__list {
    max-width: 280px;
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials__title {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .testimonials__item {
    margin-bottom: 25px;
    width: 120px;
    min-width: 0;
    min-height: 125px;
  }
  .testimonials__item i {
    width: 80px;
    height: 80px;
    border-radius: 15px;
  }
  .testimonials__item_youtube i {
    background-size: 51px 36px;
  }
  .testimonials__item_chrome i {
    background-size: 46px;
  }
  .testimonials__item_fb i {
    background-size: 46px;
  }
  .testimonials__item_twitter i {
    background-size: 46px;
  }
  .testimonials__item_journal i {
    background-size: 45px 53px;
  }
  .testimonials__item span {
    font-size: 14px;
    line-height: 16px;
  }

  .second {
    padding-top: 40px;
    background-attachment: scroll;
  }

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

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

  .third__referral {
    margin-bottom: 30px;
  }

  .third__scheme {
    display: none;
  }

  .third__scheme-m {
    margin-bottom: 40px;
  }

  .third__scheme-m img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .third__pool {
    font-size: 22px;
    line-height: 36px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .third__referral {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .third__levels {
    font-size: 22px;
    line-height: 36px;
  }

  .fourth {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .fourth:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
  }

  .fourth__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 45px;
  }

  .fourth__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 23px;
  }

  .fourth .store-links {
    justify-content: center;
  }

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

  .fourth .store_android {
    display: none;
  }

  .fourth .btn {
    display: none;
  }

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

  .subtitle {
    font-size: 28px;
    line-height: 31px;
  }

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

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

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

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

  .calc__item {
    margin-bottom: 50px;
  }

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

  .results {
    padding-top: 40px;
  }

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

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

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

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

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

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

  .total {
    margin-bottom: 50px;
  }

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

  .total__title {
    margin-bottom: 14px;
  }

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

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

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

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

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

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

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

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

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

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

  .fifth__row {
    min-height: 0;
  }

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

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

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

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

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

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

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

  .sixth__hurry {
    line-height: 36px;
  }

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

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

  .faq {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .faq--section {
    padding-top: 50px;
  }

  .faq__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }

  .card:nth-child(n+3) {
    display: none;
  }

  .card__title {
    line-height: 25px;
    margin-bottom: 15px;
  }

  .card__body {
    font-size: 14px;
    line-height: 16px;
  }

  .faq__cards {
    margin-bottom: 10px;
  }

  .faq__all {
    font-size: 16px;
    line-height: 17px;
  }

  .join {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .join .store_android {
    display: none;
  }
  .join__content {
    max-width: none;
    text-align: center;
    margin-left: 0;
  }
  .join__content:before {
    display: none;
  }
  .join__icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .join__description {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .join__img {
    margin-bottom: 40px;
  }
  .join__img img {
    position: relative;
    left: 25px;
    max-width: 100%;
    height: auto;
  }

  .participation {
    padding-top: 0;
    margin-bottom: 0;
  }

  .participation__tip {
    display: none;
  }

  .participation__title {
    padding-left: 0;
    padding-top: 60px;
    background-position: top;
  }

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

  .page_promo .header__menu {
    display: none;
  }

  .page_promo .countdown__users {
    display: none;
  }

  .join_asian .join__content,
.join_hindu .join__content,
.join_beardie .join__content {
    align-items: center;
  }

  .why {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why__upto {
    display: none;
  }
  .why__list {
    margin-bottom: 30px;
  }
  .why__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .why__text {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  .why__text p {
    margin-bottom: 10px;
  }
  .why__item:before {
    font-size: 28px;
    line-height: 31px;
    width: 54px;
  }
  .why__item:last-child {
    margin-bottom: 40px;
  }
  .why__item:nth-child(even) {
    padding-left: 20px;
  }
  .why__btn {
    text-align: center;
    margin-top: 30px;
  }
  .why__subtitle {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 10px;
    text-align: left;
  }
  .why_cryptotab .why__item:nth-child(1) .why__img img {
    width: 255px;
    height: 123px;
  }
  .why_cryptotab .why__item:nth-child(2) .why__img img {
    width: 147px;
    height: 147px;
  }

  .why-speed {
    max-width: 288px;
  }
  .why-speed__item {
    margin-bottom: 10px;
  }
  .why-speed__item:last-child {
    margin-bottom: 0;
  }
  .why-speed__label {
    font-size: 10px;
  }
  .why-speed__line {
    height: 4px;
  }

  .startearning {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .startearning .subtitle {
    margin-bottom: 20px;
  }
  .startearning .description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
  }

  .steps {
    max-width: none;
    margin-bottom: 0;
  }
  .steps__item {
    width: 100%;
    text-align: left;
  }
  .steps__item:last-child {
    margin-bottom: 0;
  }
  .steps__item:before {
    display: none;
  }
  .steps__text {
    padding-left: 45px;
    position: relative;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .steps__text:before {
    content: counter(steps);
    box-sizing: border-box;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 22px;
    border: 2px solid #f7931a;
    border-radius: 13px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    color: #f7931a;
  }

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

  .getaccess {
    padding-top: 50px;
    background-image: url("../images/affiliate_cover_mobile.png");
    background-size: 400px 180px;
    background-position: bottom -3px center;
  }
}
@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 768px) and (min-resolution: 192dpi) {
  .getaccess {
    background-image: url("../images/affiliate_cover_mobile@2x.png");
  }
}
@media screen and (max-width: 768px) {
  .getaccess .title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .getaccess .description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .getaccess .btn {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .getaccess .note {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .store_cryptosearch span,
.store_cryptotab span {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .extensions {
    background-size: 320px auto;
    background-position: center bottom;
  }
  .extensions .wrapper {
    height: auto;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 348px;
  }
  .extensions__text {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .extensions__text p {
    font-size: 24px;
    line-height: 32px;
  }
  .extensions__warning {
    font-size: 13px;
    line-height: 15px;
  }
  .extensions__btn {
    text-align: center;
  }
  .extensions__store-btns {
    justify-content: center;
  }

  .join_girl .join__content,
.join_man .join__content {
    margin-left: 0;
    max-width: none;
    text-align: center;
    align-items: center;
  }
  .join_girl .join__content:before,
.join_man .join__content:before {
    display: none;
  }

  .bform {
    width: 100%;
  }

  .bform__row {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .bform__col + .bform__col {
    margin-top: 15px;
  }

  .footer {
    padding-top: 0;
    position: relative;
  }
  .footer__content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer__bottom .footer__content {
    padding-top: 0;
  }
  .footer .lang {
    position: absolute;
    top: 25px;
    right: 20px;
  }
  .footer__btns {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 4;
  }
  .footer__btns .fb-like {
    margin-bottom: 0;
  }
  .footer__store-links {
    order: 2;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .footer .menu {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
  .footer .menu__item, .footer .menu__label {
    text-align: left;
  }
  .footer .menu__item_join {
    justify-content: flex-start;
  }
  .footer__social-links {
    display: flex;
    order: 3;
    color: #757575;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .footer__menu {
    flex-direction: column;
    width: auto;
  }
  .footer .store-links {
    max-width: 182px;
  }
  .footer .store-links + span {
    display: block;
  }

  .page_ru .menu__item_join {
    margin-left: 0;
  }

  .fourth .store-btns {
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
  }

  .fourth .store-btn {
    max-width: 350px;
  }

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

  .why {
    padding-top: 50px;
  }
  .why__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .why__text {
    font-size: 15px;
    line-height: 20px;
  }
  .why__subtitle {
    font-size: 24px;
    line-height: 27px;
    text-align: left;
  }
  .why__body .why__text {
    text-align: left;
  }
  .why__btn {
    text-align: center;
  }
  .why__img_earn img {
    width: 184px;
    height: 174px;
  }
  .why__img_speed img {
    width: 184px;
    height: 104px;
    margin-bottom: 20px;
  }
  .why__img_boost img {
    width: 248px;
    height: auto;
  }
}
@media screen and (max-width: 380px) {
  .footer__logo {
    align-self: flex-start;
  }

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

  .header__lang {
    top: 13px;
  }
}
@media screen and (max-width: 330px) {
  .page_en .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .page_tr .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .page_hi .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .page_it .header__socials span,
.page_fr .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .page_es .header__socials span,
.page_ru .header__socials span,
.page_de .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .page_bn .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .third__scheme-m img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 344px) {
  .first__screen-img img {
    width: 100%;
    height: auto;
  }
}
.howto {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .howto {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1281px) {
  .howto .container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.howto__title {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .howto__title {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .howto__title.title {
    margin-bottom: 60px;
  }
}
.howto__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 25px;
}
@media (max-width: 1280px) {
  .howto__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}
@media (max-width: 768px) {
  .howto__grid {
    grid-template-columns: unset;
    grid-auto-flow: row;
    row-gap: 40px;
  }
}
.howto__item {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.howto__icon {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
.howto__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.howto__desc {
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}

.protect {
  padding-top: 50px;
  background: linear-gradient(180deg, #000000 0%, #323232 100%);
}
@media (max-width: 768px) {
  .protect {
    padding-top: 40px;
  }
}
.protect__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
}
@media (max-width: 1024px) {
  .protect__grid {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.protect__img {
  max-width: 415px;
}
.protect__content {
  align-self: center;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .protect__content {
    text-align: center;
  }
}
.protect__title {
  margin-bottom: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .protect__title.title {
    text-align: left;
  }
}
.protect__desc {
  margin-bottom: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #757575;
}
@media (max-width: 768px) {
  .protect__desc {
    font-size: 16px;
    text-align: left;
  }
}
.protect__btn.google-play-btn {
  width: 100%;
  max-width: 320px;
}
.protect__btn.google-play-btn:not(:hover) {
  background-color: #4285f4;
}

.risk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .risk {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1281px) {
  .risk .container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.risk__title {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .risk__title {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .risk__title.title {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .risk__title.title {
    margin-bottom: 15px;
    text-align: left;
  }
}
.risk__subtitle {
  margin-bottom: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #494949;
}
@media (min-width: 769px) {
  .risk__subtitle {
    display: none;
  }
}
.risk__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
  column-gap: 80px;
}
@media (max-width: 1024px) {
  .risk__grid {
    display: flex;
    flex-direction: column;
    max-width: 560px;
    align-items: center;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .risk__grid {
    row-gap: 30px;
  }
}
.risk__item {
  display: grid;
  align-items: start;
  column-gap: 40px;
  row-gap: 20px;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  grid-template-rows: 24px;
}
@media (max-width: 768px) {
  .risk__item {
    grid-template-columns: 75px;
    grid-template-rows: 70px;
    column-gap: 20px;
    row-gap: 15px;
  }
}
.risk__icon {
  display: inline-flex;
  align-items: center;
  grid-row: 1/3;
  grid-column: 1/2;
  width: 220px;
}
@media (max-width: 768px) {
  .risk__icon {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 75px;
  }
}
.risk__name {
  grid-row: 1/2;
  grid-column: 2/3;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 768px) {
  .risk__name {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: center;
    font-size: 20px;
  }
}
.risk__desc {
  grid-row: 2/3;
  grid-column: 2/3;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #494949;
}
@media (max-width: 768px) {
  .risk__desc {
    grid-row: 2/3;
    grid-column: 1/3;
    font-size: 15px;
  }
}

.check-ip {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #d6d6d6;
}
.check-ip__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.check-ip__header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 25px 37px 22px 29px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .check-ip__header {
    display: none;
  }
}
.check-ip__header-mobile {
  display: none;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  width: 100%;
}
@media (max-width: 768px) {
  .check-ip__header-mobile {
    display: block;
  }
}
.check-ip__header-mobile-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 10px;
  border-top: 1px solid #d6d6d6;
}
.check-ip__header-mobile-top {
  padding: 14px 15px;
  position: relative;
}
.check-ip__copy {
  padding: 11px 12px;
  min-width: auto;
  line-height: 1;
  border-radius: 3px;
  max-width: 40px;
}
@media (max-width: 768px) {
  .check-ip__copy {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.check-ip__title {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 44px;
  line-height: 51px;
  font-weight: bold;
  margin: 0 20px;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .check-ip__title {
    font-size: 28px;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    flex: 1;
  }
}
.check-ip__title .normal {
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .check-ip__title .normal {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.check-ip__tooltip {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 14px;
  line-height: 32px;
  font-weight: bold;
  color: #FFFFFF;
  background: #000000;
  border-radius: 3px;
  padding: 4px 7px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
}
.check-ip__tooltip.active {
  visibility: visible;
  opacity: 1;
}
.check-ip__icon-location {
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .check-ip__icon-location {
    margin-right: 10px;
  }
}
.check-ip__block {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 30px 30px 40px;
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .check-ip__block {
    padding: 10px;
    padding-bottom: 20px;
  }
}
.check-ip__block:first-of-type {
  margin-top: 0;
}
.check-ip__block--main {
  width: 100%;
  padding: 50px 60px 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .check-ip__block--main {
    padding: 20px;
    overflow: hidden;
  }
}
.check-ip__block--half {
  flex: calc(50% - 10px) 0 1;
  margin-right: 20px;
}
.check-ip__block--half:last-of-type {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .check-ip__block--half {
    flex: 100% 0 1;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .check-ip__block--half {
    padding-right: 40px;
    padding-left: 12px;
  }
}
.check-ip__list {
  display: flex;
  align-items: center;
  gap: 60px;
  text-align: left;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .check-ip__list {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
}
.check-ip__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
  padding-top: 23px;
  padding-bottom: 22px;
}
@media (max-width: 768px) {
  .check-ip__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .check-ip__item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.check-ip__text-with-icon {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .check-ip__text-with-icon {
    margin-top: 16px;
  }
}
.check-ip__text-with-icon img {
  margin-right: 10px;
}
.check-ip__text-with-icon span {
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.check-ip__text-with-icon span.with-point {
  padding-left: 15px;
  position: relative;
}
.check-ip__text-with-icon span.with-point::before {
  content: "";
  max-width: 6px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.check-ip__text-with-icon span.with-point.true:before {
  background-color: #37cc33;
}
.check-ip__text-with-icon span.with-point.false:before {
  background-color: #f74249;
}
.check-ip__item-title {
  flex: 0 0 25%;
  max-width: 25%;
  white-space: nowrap;
}
.check-ip__subtitle {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}
.check-ip__subtitle img {
  margin-right: 6px;
}
.check-ip__loc-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding-top: 14px;
  padding-bottom: 12px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .check-ip__loc-info {
    flex-direction: column;
  }
}
.check-ip__coordinates {
  font-weight: bold;
}
.check-ip__radius {
  margin-left: 20px;
}
.check-ip__loc-list {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .check-ip__loc-list {
    margin-top: 20px;
  }
}
.check-ip__loc-name {
  display: flex;
  align-items: center;
  flex: auto 0 1;
}
.check-ip__loc-name > span:not(:last-child) {
  margin-right: 15px;
}
.check-ip__loc-name > span:not(:last-child):after {
  content: ",";
}
.check-ip__loc-name img {
  width: 18px;
  margin-right: 5px;
  vertical-align: baseline;
}
.check-ip__loc-item {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .check-ip__loc-item {
    flex-direction: column;
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .check-ip__loc-list--second .check-ip__loc-item {
    flex-direction: column;
  }
}

.check-ip__loc-title {
  color: #f7931a;
  flex: 0 0 139px;
}
@media (max-width: 768px) {
  .check-ip__loc-title {
    flex: 0 0 50%;
  }
}
.check-ip__row {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .check-ip__row {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.check-ip__col {
  flex: 50% 1 1;
}
@media (max-width: 1024px) {
  .check-ip__col {
    flex: 100% 1 1;
    width: 100%;
  }
}
.check-ip .map {
  width: 100%;
  height: 315px;
}
@media (max-width: 1024px) {
  .check-ip .map {
    margin-top: 20px;
  }
}
.check-ip .map .ol-control {
  background-color: rgba(255, 255, 255, 0.4);
}
.check-ip .map .ol-control button {
  background-color: rgba(247, 147, 26, 0.5);
}
.check-ip .map .ol-control button:hover {
  background-color: rgba(247, 147, 26, 0.7);
}
.check-ip .map .ol-attribution {
  font-size: 10px;
}

.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;
}
@media (max-width: 769px) {
  .popup {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.popup__label {
  display: block;
  color: #F7931A;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px;
  font-weight: bold;
}
.popup__handler {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  width: calc(100% - 10px);
  max-width: 700px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .popup__handler {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.popup__handler .desc {
  font-size: 12px;
  line-height: 14px;
  color: #494949;
}
.popup.active {
  display: block;
}
.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.popup__content {
  padding: 20px 30px;
  background: #fff;
}
@media (max-width: 769px) {
  .popup__content {
    padding: 20px 15px 10px 15px;
  }
}
.popup__img {
  border-radius: 6px 6px 0 0;
  width: 100%;
}
.popup__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.0914286px;
  color: #000000 !important;
  font-weight: 700;
  transition: 0.3s all;
}
@media (max-width: 769px) {
  .popup__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
  }
}
.popup__title:hover {
  color: #4285f4;
}
.popup__text {
  font-size: 16px;
  line-height: 26px;
  color: #494949;
  margin-bottom: 20px;
  margin-top: 15px;
}
@media (max-width: 769px) {
  .popup__text {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #494949;
  }
}
.popup__footer {
  background: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  padding: 20px 0;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 769px) {
  .popup__footer {
    padding: 15px 0;
  }
}
.popup__footer .btn {
  width: 100%;
  max-width: 300px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  padding: 0 10px;
  align-items: center;
  margin: 0 auto;
  height: 50px;
  transition: 0.3s all;
  display: flex;
}
.popup__footer .btn:hover {
  color: #fff;
}
.popup__footer .btn.active {
  display: flex;
}
@media (max-width: 769px) {
  .popup__footer .btn {
    max-width: 320px;
  }
}
.popup__close {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 769px) {
  .popup__close {
    width: 26px;
    height: 26px;
  }
}
.popup__close-inner {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #F7F7F7;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__close-inner svg path {
  transition: fill 0.3s;
}
@media (min-width: 768px) {
  .popup__close-inner:hover {
    background: #F7931A;
  }
  .popup__close-inner:hover svg path {
    fill: #fff;
  }
  .popup__close-inner:active {
    background: #fff;
    opacity: 0.5;
  }
  .popup__close-inner:active svg path {
    fill: #8E8E8E;
  }
}
.popup__banner {
  position: relative;
  display: block;
}
.popup__icon {
  position: absolute;
  top: 51%;
  left: 31.3%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .popup__icon {
    left: 21.3%;
    width: 23vw;
  }
}
.popup__check {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: -35px;
}
.popup__check label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.popup__check-input {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  outline: none;
  border: 1px solid #B3B3B3;
  border-radius: 3px;
  transition: all 0.3s;
}
.popup__check-input svg {
  transition: all 0.3s;
  opacity: 0;
}
.popup__check input {
  display: none;
}
.popup__check input:checked + div {
  background: #4285f4;
  border-color: #4285f4;
}
.popup__check input:checked + div svg {
  opacity: 1;
}
.popup__check input:checked + div + span {
  color: #fff;
}
.popup__check span {
  font-size: 14px;
  line-height: 16px;
  margin-left: 8px;
  color: #B3B3B3;
}

#qrPopup {
  display: none;
  padding: 20px;
}
#qrPopup.active {
  display: flex;
}
#qrPopup .popup__card {
  position: relative;
  max-width: 405px;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#qrPopup .popup__card[data-tab*=google] .popup__qr-tab--google {
  background: #4285F4;
  border-color: #4285F4;
  pointer-events: none;
}
#qrPopup .popup__card[data-tab*=google] .store-link__app-store {
  display: none;
}
#qrPopup .popup__card[data-tab*=ios] .popup__qr-tab--ios {
  background: #4285F4;
  border-color: #4285F4;
  pointer-events: none;
}
#qrPopup .popup__card[data-tab*=ios] .store-link__google-play {
  display: none;
}
#qrPopup .popup__card[data-tab*=ios] .link-apk {
  display: none;
}
#qrPopup .popup__header {
  padding: 25px 20px 15px;
  border-bottom: 1px solid #D6D6D6;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.091px;
  text-align: left;
}
#qrPopup .popup__hide {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
#qrPopup .popup__hide path {
  transition: fill 0.3s;
}
@media (min-width: 768px) {
  #qrPopup .popup__hide:hover path {
    fill: #f7931a;
  }
}
#qrPopup .popup__body {
  padding: 30px 20px 30px;
}
#qrPopup .popup__text {
  text-align: left;
  margin: 0px 0px 20px;
  font-size: 16px;
  line-height: 26px;
  color: #494949;
}
#qrPopup .popup__text b {
  font-weight: bold;
}
#qrPopup .popup__qr {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#qrPopup .popup__qr-tabs {
  display: flex;
  width: 240px;
  height: 40px;
  margin: 0 auto 20px;
}
#qrPopup .popup__qr-tab {
  width: 100%;
  border: 1px solid #D6D6D6;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#qrPopup .popup__qr-tab img {
  width: 20px;
}
#qrPopup .popup__qr-tab--google {
  border-radius: 20px 0px 0px 20px;
  border-right: 0px;
}
#qrPopup .popup__qr-tab--ios {
  border-radius: 0px 20px 20px 0px;
  border-left: 0px;
}
#qrPopup .popup__qr-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
#qrPopup .popup__qr-subtitle span {
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  color: #757575;
  text-align: left;
}
#qrPopup .popup__footer {
  background: #FFFFFF;
  position: relative;
  padding: 30px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}
#qrPopup .popup__footer > a {
  width: 100%;
  max-width: none;
  text-align: left;
}
#qrPopup .popup__footer .link-apk {
  color: #4285F4;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
}
#qrPopup .popup__footer .link-apk:hover {
  color: #f7931a;
}
#qrPopup .popup__footer-decoration {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
  padding: 2px 7px;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 9px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}

.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.error .loader-dash-spinner {
  display: none;
}
.loader-dash.error .loader-dash-error {
  display: block;
}
.loader-dash-error {
  display: none;
  text-transform: uppercase;
  font-size: 16px;
  color: #F74249;
  font-weight: bold;
}
.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;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.payMe-page .pay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
  background: url("../images/pay/bg.png") no-repeat center/1800px 1800px, linear-gradient(270deg, #FF9E29 -2.8%, #EC880F 104.21%);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .payMe-page .pay {
    background: url("../images/pay/bg@2x.png") no-repeat center/1800px 1800px, linear-gradient(270deg, #FF9E29 -2.8%, #EC880F 104.21%);
  }
}
.payMe-page .pay__copy-copy, .payMe-page .pay__copy-def {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.payMe-page .pay__copy-copy {
  display: none;
}
.payMe-page .pay__copy.copied .pay__copy-def {
  display: none;
}
.payMe-page .pay__copy.copied .pay__copy-copy {
  display: flex;
}
.payMe-page .pay__card {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 780px;
  width: 100%;
  padding: 30px;
}
.payMe-page .pay__card--error {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 430px;
}
.payMe-page .pay__card--error .pcerror__title {
  margin: 40px 0 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  color: #F74249;
}
.payMe-page .pay__card--error .pcerror__text {
  color: #757575;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
}
.payMe-page .pay__card.error .pay__card--def {
  display: none;
}
.payMe-page .pay__card.error .pay__card--error {
  display: flex;
}
.payMe-page .pay__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.payMe-page .pay__card-network {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  gap: 10px;
}
.payMe-page .pay__card-network span {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
.payMe-page .pay__card-network span:first-letter {
  text-transform: uppercase;
}
.payMe-page .pay__card-network-list {
  border: 1px solid #d6d6d6;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
}
.payMe-page .pay__card-network-list div {
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
}
.payMe-page .pay__card-network-list div:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
.payMe-page .pay__card-network.active .pay__card-network-list {
  opacity: 1;
  visibility: visible;
}
.payMe-page .pay__card-send {
  display: flex;
  align-items: center;
  gap: 5px;
}
.payMe-page .pay__card-send span {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.payMe-page .pay__card-top {
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.payMe-page .pay__card-qr {
  width: 237px;
  height: 237px;
  border: 4px solid #4285F4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.payMe-page .pay__card-content {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.payMe-page .pay__card-right {
  width: 100%;
  max-width: 460px;
}
@media (max-width: 820px) {
  .payMe-page .pay__card-right {
    max-width: none;
  }
}
.payMe-page .pay__card-address {
  min-height: 50px;
  padding: 16px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 820px) {
  .payMe-page .pay__card-address {
    max-width: none;
    width: 100%;
  }
}
.payMe-page .pay__card-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  color: #171717;
}
.payMe-page .pay__card-btns {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.payMe-page .pay__card-btns button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  width: 50px;
  height: 50px;
  border: none;
  border-left: 1px solid #D6D6D6;
  outline: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #4285F4;
  transition: all 0.3s;
}
.payMe-page .pay__card-btns button.hide {
  display: none;
}
.payMe-page .pay__card-btns button svg path {
  transition: all 0.3s;
}
.payMe-page .pay__card-btns button:hover {
  background: #FFFAF3;
  color: #F7931A;
}
.payMe-page .pay__card-btns button:hover svg path[stroke] {
  stroke: #F7931A;
}
.payMe-page .pay__card-btns button:hover svg path[fill] {
  fill: #F7931A;
}
.payMe-page .pay__card-amount {
  display: flex;
  align-items: center;
  min-height: 50px;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  background: #F7F7F7;
  overflow: hidden;
}
.payMe-page .pay__card-amount-amount {
  font-size: 16px;
  line-height: 16px;
  color: #171717;
}
.payMe-page .pay__card-amount-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 15px;
  width: 100%;
  border-right: 1px solid #D6D6D6;
}
.payMe-page .pay__card-amount-copy {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: none;
  border: none;
  transition: all 0.3s;
}
.payMe-page .pay__card-amount-copy svg path {
  transition: fill 0.3s;
}
.payMe-page .pay__card-amount-copy svg:last-child {
  display: none;
}
.payMe-page .pay__card-amount-copy:hover {
  background: #FFFAF3;
  color: #F7931A;
}
.payMe-page .pay__card-amount-copy:hover svg path[stroke] {
  stroke: #F7931A;
}
.payMe-page .pay__card-amount-copy:hover svg path[fill] {
  fill: #F7931A;
}
.payMe-page .pay__card-amount-copy.copied svg:first-child {
  display: none;
}
.payMe-page .pay__card-amount-copy.copied svg:last-child {
  display: block;
}
.payMe-page .pay__card-amount-code {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #171717;
}
.payMe-page .pay__card-banner {
  display: flex;
  align-items: stretch;
  border: 1px solid #4285F4;
  overflow: hidden;
  border-radius: 6px;
  height: 50px;
  margin-top: 25px;
}
.payMe-page .pay__card-banner-top {
  display: flex;
  align-items: stretch;
}
.payMe-page .pay__card-banner-text {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  color: #212121;
  width: 100%;
  line-height: 20px;
}
.payMe-page .pay__card-banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #4285F4;
  background: #F0F6FF;
  border-left: 1px solid #4285F4;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  margin-left: auto;
  padding: 0 10px;
  max-width: 265px;
  transition: all 0.3s;
  width: 100%;
}
.payMe-page .pay__card-banner-btn svg path {
  transition: all 0.3s;
}
.payMe-page .pay__card-banner-btn:hover {
  background: #FFFAF3;
  color: #F7931A;
}
.payMe-page .pay__card-banner-btn:hover svg path {
  stroke: #F7931A;
}
.payMe-page .pay__card-banner-logo {
  background: #F7F7F7;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #4285F4;
  width: 50px;
}
@media (max-width: 820px) {
  .payMe-page .pay__card {
    padding: 15px;
  }
  .payMe-page .pay__card-content {
    flex-direction: column;
  }
  .payMe-page .pay__card-qr {
    margin-right: auto;
    margin-left: auto;
  }
  .payMe-page .pay__card-banner {
    flex-wrap: wrap;
    height: auto;
  }
  .payMe-page .pay__card-banner-btn {
    width: 100%;
    max-width: none;
    border: none;
    height: 50px;
    border-top: 1px solid #4285F4;
  }
}

.try__page {
  overflow-x: hidden;
}
.try__page .container {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
.try__page .footer-new {
  position: relative;
  z-index: 3;
  background: #171717;
}
.try__page .title {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
}
.try__page .text {
  font-size: 18px;
  line-height: 155%;
  color: #ABB0BB;
}
@media (max-width: 768px) {
  .try__page .store-link__body {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  .try__page .store-link__body b {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .try__page .btns > * {
    height: 56px;
  }
  .try__page .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .try__page .text {
    font-size: 14px;
    line-height: 155%;
  }
}
.try__page .social-btns .social-btn_tw {
  background-color: #000;
}
.try__page .social-btns .social-btn_tw:hover {
  background-color: #252525;
}
.try__page .social-btns .social-btn_tw:active {
  opacity: 0.7;
}
.try__page .social-btns .social-btn_tw:before {
  background-image: url("../images/sharing/icon-x.svg");
}
.try__page .main-btn .google-btn, .try__page .main-btn .apple-btn {
  display: none;
}
.try__page .top {
  padding-bottom: 30px;
  overflow: hidden;
}
.try__page .top .title {
  font-size: 64px;
  line-height: 110%;
}
.try__page .top .row {
  display: flex;
  align-items: center;
}
.try__page .top .content {
  max-width: 560px;
  width: 100%;
  flex-shrink: 0;
}
.try__page .top__img-wrapper {
  width: 930px;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .try__page .top__img-wrapper {
    width: auto;
    margin: 0 -110px;
  }
}
.try__page .top .main-btn {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}
.try__page .top .main-btn svg {
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
.try__page .top .main-btn .wl-btn {
  min-width: 260px;
}
@media (max-width: 768px) {
  .try__page .top .main-btn .wl-btn {
    min-width: auto;
  }
}
.try__page .top .main-btn .store-link {
  flex-shrink: 0;
}
.try__page .top .main-btn .get-btn {
  min-width: 140px;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 6px;
  background: rgba(66, 133, 244, 0.2);
  color: #4285F4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  align-items: center;
}
.try__page .top .main-btn .get-btn .store-link__body {
  color: #4285F4;
  transition: all 0.2s ease-in-out;
}
.try__page .top .main-btn .get-btn svg path {
  stroke: #4285F4;
}
.try__page .top .main-btn .get-btn svg rect {
  stroke: #4285F4;
}
.try__page .top .main-btn .get-btn:hover {
  color: #fff;
  background: rgba(66, 133, 244, 0.5);
  border: 1px solid #4285F4;
}
.try__page .top .main-btn .get-btn:hover .store-link__body {
  color: #fff;
}
.try__page .top .main-btn .get-btn:hover svg path {
  stroke: #fff;
}
.try__page .top .main-btn .get-btn:hover svg rect {
  stroke: #fff;
}
@media (max-width: 768px) {
  .try__page .top .main-btn.is-mobile {
    display: flex;
    gap: 20px;
  }
  .try__page .top .main-btn.is-mobile a,
.try__page .top .main-btn.is-mobile button {
    width: 100%;
    height: 56px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .try__page .top .main-btn.is-mobile .store-link__body b {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.try__page .top__img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.try__page .top .btns {
  display: flex;
  margin-top: 30px;
  gap: 10px;
}
.try__page .top .btns .google-btn,
.try__page .top .btns .apple-btn {
  display: none;
}
.try__page .top .btns > * {
  height: 60px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .try__page .top .btns > * {
    height: 56px;
  }
}
.try__page .top .btns__subtitle {
  font-size: 11px;
  line-height: 13px;
  margin-top: 15px;
  color: #757575;
}
.try__page .top .os {
  display: block;
  margin: 30px auto;
}
.try__page .top .scroll {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .try__page .top {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .try__page .top .row {
    display: block;
  }
  .try__page .top .content {
    max-width: none;
  }
  .try__page .top .title {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  .try__page .top .text {
    margin-bottom: 30px;
    text-align: center;
  }
  .try__page .top .os {
    margin-bottom: 0;
  }
  .try__page .top__img {
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-40%);
  }
  .try__page .top .btns {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 20px;
  }
  .try__page .top .btns__subtitle {
    display: none;
  }
  .try__page .top .btns .download-btn {
    display: none;
  }
  .try__page .top .scroll {
    display: none;
  }
}
@media (max-width: 768px) {
  .try__page.android .top .google-btn {
    display: inline-flex;
    max-width: none;
  }
  .try__page.apple .top .apple-btn {
    display: inline-flex;
    max-width: none;
  }
  .try__page .tg-btn {
    max-width: none;
  }
  .try__page .tg-btn .store-link__body {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
  }
}
.try__page .world {
  padding: 90px 0;
}
.try__page .world .title, .try__page .world .text {
  text-align: center;
}
.try__page .world .container {
  position: relative;
  z-index: 2;
}
.try__page .world .text {
  max-width: 900px;
  margin: 0px auto 60px;
}
.try__page .world__cards {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.try__page .world__card {
  width: 100%;
  padding: 30px 20px 20px 20px;
  background: #3B3E47;
  border-radius: 20px;
  box-shadow: 0px 2.363px 4.889px 0px rgba(0, 0, 0, 0.01), 0px 11.17px 19.111px 0px rgba(0, 0, 0, 0.01), 0px 29px 60px 0px rgba(0, 0, 0, 0.02);
  text-align: center;
}
.try__page .world__card-icon {
  width: 80px;
  height: 80px;
}
.try__page .world__card-title {
  margin: 15px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}
.try__page .world__card-text {
  font-size: 16px;
  line-height: 26px;
  color: #ABB0BB;
}
.try__page .world .google-btn, .try__page .world .apple-btn {
  display: none;
}
.try__page .world__btn {
  height: 60px;
  max-width: 340px;
  width: 100%;
  margin: 60px auto 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .try__page .world {
    padding: 40px 0;
  }
  .try__page .world a {
    height: 56px;
  }
  .try__page .world .text {
    margin-bottom: 30px;
  }
  .try__page .world__card {
    padding: 30px 20px;
    border-radius: 6px;
  }
  .try__page .world__card-title {
    font-size: 20px;
    line-height: 28px;
  }
  .try__page .world__card-text {
    font-size: 14px;
    line-height: 22px;
  }
  .try__page .world__cards {
    flex-direction: column;
  }
  .try__page .world__btn {
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .try__page.android .world .google-btn {
    display: inline-flex;
    max-width: none;
  }
  .try__page.apple .world .apple-btn {
    display: inline-flex;
    max-width: none;
  }
}
.try__page .ctc {
  padding: 60px 0;
}
.try__page .ctc .title {
  margin-bottom: 20px;
  max-width: 610px;
  text-align: left;
}
.try__page .ctc .container {
  position: relative;
}
.try__page .ctc .text {
  color: #FFDFB8;
  max-width: 610px;
  margin-bottom: 30px;
  text-align: left;
}
.try__page .ctc__inner {
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: url("../images/try/ctc-bkg-new.jpeg") no-repeat center/cover;
  padding: 60px;
  min-height: 435px;
}
.try__page .ctc__btn {
  height: 60px;
  max-width: 340px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s;
}
.try__page .ctc__btn:hover {
  background: radial-gradient(67.5% 67.5% at 50% 100%, rgba(0, 255, 255, 0.6) 0%, rgba(66, 133, 245, 0) 100%), #4285F4;
}
.try__page .ctc__picture {
  position: absolute;
  display: block;
  width: 600px;
  left: 590px;
  top: -65px;
}
.try__page .ctc__button-wrapper .all__subtitle {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  text-transform: none;
  font-weight: 400;
}
@media (max-width: 768px) {
  .try__page .ctc {
    padding: 0;
    overflow: hidden;
  }
  .try__page .ctc__inner {
    flex-direction: column-reverse;
    padding: 30px 20px;
    border-radius: 6px;
    background: url("../images/try/ctc-bkg-mob.jpeg") no-repeat center/cover;
    min-height: auto;
  }
  .try__page .ctc .title {
    max-width: none;
    margin-bottom: 15px;
    text-align: center;
  }
  .try__page .ctc .text {
    text-align: center;
    max-width: none;
    margin-bottom: 30px;
  }
  .try__page .ctc__btn {
    max-width: none;
    margin-bottom: 30px;
  }
  .try__page .ctc__picture {
    position: relative;
    position: relative;
    margin-bottom: -30px;
    top: auto;
    right: auto;
    left: auto;
    width: 335px;
    max-width: none;
    max-width: none;
  }
}
.try__page .advantages {
  padding: 155px 0 200px;
  overflow-x: hidden;
}
.try__page .advantages__decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block;
  max-width: none;
}
.try__page .advantages .container {
  max-width: 1170px;
  position: relative;
}
.try__page .advantages__item {
  display: flex;
  align-items: center;
  gap: 50px;
  min-height: 360px;
  padding: 0 0 0 30px;
  position: relative;
}
.try__page .advantages__item-content {
  max-width: 545px;
  width: 100%;
  flex-shrink: 0;
  margin-left: auto;
  position: relative;
}
.try__page .advantages__item:not(:last-child) {
  margin-bottom: 150px;
}
.try__page .advantages__item-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -610px;
  min-width: 560px;
}
.try__page .advantages__item-img--first {
  transform: translateY(-50%);
  left: -660px;
  min-width: 680px;
}
.try__page .advantages__item:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.try__page .advantages__item:nth-child(2n+1) .advantages__item-content {
  margin-left: 0;
  margin-right: auto;
}
.try__page .advantages__item:nth-child(2n+1) .advantages__item-img {
  left: auto;
  right: -634px;
  min-width: 670px;
}
.try__page .advantages__item-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 15px;
}
.try__page .advantages__item-text {
  font-size: 18px;
  color: #ABB0BB;
  line-height: 26px;
}
@media (max-width: 768px) {
  .try__page .advantages {
    padding: 100px 0;
    overflow: hidden;
  }
  .try__page .advantages__item {
    flex-direction: column;
    gap: 40px;
    min-height: auto;
    padding-left: 0;
  }
  .try__page .advantages__item-content {
    max-width: none;
  }
  .try__page .advantages__item:nth-child(1) {
    margin-bottom: -45px;
  }
  .try__page .advantages__item:not(:last-child) {
    margin-bottom: 70px;
  }
  .try__page .advantages__item:nth-child(2n+1) .advantages__item-img {
    left: 50%;
    position: static;
    transform: none;
    max-width: 100%;
    min-width: 410px;
    width: 100%;
    margin: 0 auto;
    transform: translateX(-50%);
    position: relative;
  }
  .try__page .advantages__item-img {
    left: 50%;
    position: static;
    transform: none;
    max-width: 100%;
    min-width: 410px;
    width: 100%;
    margin: 0 auto;
    transform: translateX(-50%);
    position: relative;
  }
  .try__page .advantages__item-title {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
  }
  .try__page .advantages__item-text {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
}
.try__page .access {
  padding: 60px 0;
}
.try__page .access .container {
  position: relative;
}
.try__page .access__inner {
  border-radius: 20px;
  padding: 60px;
  background: url("../images/try/access-bg-upd.png") no-repeat center center/cover;
}
.try__page .access__decoration {
  position: absolute;
  right: 0;
  top: -40px;
  width: 390px;
}
.try__page .access .content {
  max-width: 610px;
}
.try__page .access .content .text {
  color: #FFDFB8;
  margin-bottom: 30px;
}
.try__page .access .content .btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.try__page .access .content .btns a:hover {
  background: radial-gradient(67.5% 67.5% at 50% 100%, rgba(255, 255, 255, 0.53) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #000000, #000000);
  background-color: #000 !important;
}
@media (max-width: 1050px) {
  .try__page .access__decoration {
    max-width: 500px;
    right: -180px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 900px) {
  .try__page .access {
    padding: 40px 0 0;
  }
  .try__page .access__decoration {
    position: static;
    margin: 0 auto -40px;
    width: 550px;
    position: relative;
    left: 50%;
    transform: translateX(-40%) translateY(0);
    top: auto;
    right: auto;
    max-width: none;
  }
  .try__page .access .content {
    max-width: none;
  }
  .try__page .access .content .title,
.try__page .access .content .text {
    text-align: center;
  }
  .try__page .access .content .text {
    margin-bottom: 30px;
  }
  .try__page .access .content .btns {
    flex-direction: column;
    gap: 20px;
  }
  .try__page .access .content .btns > a {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .try__page .access__inner {
    padding: 30px 20px;
    border-radius: 6px;
    background: url("../images/try/access-bg-mob-upd.png") no-repeat center center/cover;
    overflow: hidden;
  }
  .try__page .access__decoration {
    width: 490px;
    margin: -40px auto -145px;
    position: relative;
    left: 50%;
    transform: translateX(-45%) translateY(0);
    top: auto;
    right: auto;
    max-width: none;
  }
  .try__page.android .access .store-link__google-play {
    display: inline-flex;
    max-width: none;
  }
  .try__page.android .access .store-link__app-store {
    display: none;
  }
  .try__page.apple .access .store-link__app-store {
    display: inline-flex;
    max-width: none;
  }
  .try__page.apple .access .store-link__google-play {
    display: none;
  }
}
.try__page.page_fr .access .store-link__body, .try__page.page_de .access .store-link__body {
  font-size: 9px;
}
.try__page .share {
  padding: 100px 0 140px;
  position: relative;
  background: linear-gradient(0deg, #171717 8.55%, #272A2E 89.37%);
}
.try__page .share__decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  width: 1280px;
  transform: translateY(-52%) translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .try__page .share__decoration {
    max-width: 540px;
    top: 30%;
  }
}
.try__page .share .container {
  position: relative;
  z-index: 2;
}
.try__page .share__icon {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto 30px;
}
.try__page .share .text,
.try__page .share .title {
  text-align: center;
}
.try__page .share .text {
  margin-bottom: 0;
}
.try__page .share .share-friend-buttons {
  background: rgba(33, 33, 33, 0.8);
  max-width: 690px;
  margin: 40px auto 0;
  border: 1px solid #F7931A;
}
.try__page .share .share-friend-buttons .social-btn_fb {
  display: block !important;
}
.try__page .share .share-friend-buttons__msg {
  background: #F7931A;
}
@media (max-width: 768px) {
  .try__page .share {
    padding: 40px 0 100px;
  }
  .try__page .share .share-friend-buttons {
    border-radius: 0 65px 65px 65px;
  }
  .try__page .share .social-btns__list {
    width: 170px !important;
    gap: 10px;
  }
  .try__page .share .text {
    margin-bottom: 60px;
  }
}
.try__page .all {
  padding-top: 100px;
  padding-bottom: 85px;
}
.try__page .all .container {
  position: relative;
}
.try__page .all .container > *:not(.all__decoration, picture) {
  position: relative;
  z-index: 2;
}
.try__page .all__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  background: url("../images/try/mobile-support.png") no-repeat center/cover;
  padding: 70px 60px 0 60px;
}
.try__page .all__img-wrapper {
  width: auto;
  margin: 35px -60px 0;
}
.try__page .all .title, .try__page .all .text {
  text-align: center;
}
.try__page .all .text {
  color: #FFDFB8;
  margin-bottom: 50px;
}
.try__page .all__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 60px;
  max-width: 340px;
  font-size: 16px;
  transition: all 0.3s;
  width: 100%;
}
.try__page .all__btn:hover {
  background: radial-gradient(67.5% 67.5% at 50% 100%, rgba(0, 255, 255, 0.6) 0%, rgba(66, 133, 245, 0) 100%), #4285F4;
}
.try__page .all__subtitle {
  color: #FFDFB8;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  margin-top: 15px;
}
.try__page .all__decoration {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -164px;
  max-width: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .try__page .all {
    padding: 100px 0 0;
    position: relative;
    z-index: 2;
  }
  .try__page .all__inner {
    padding: 30px 20px;
    border-radius: 6px;
    background: url("../images/try/mobile-support-mob.png") no-repeat center/cover;
  }
  .try__page .all__img-wrapper {
    margin: 25px -20px -30px;
  }
  .try__page .all__decoration-top {
    display: block;
    margin: 0px auto -23px;
    position: relative;
    top: -63px;
  }
  .try__page .all__btn {
    max-width: none;
    height: 56px;
  }
  .try__page .all__decoration-bottom {
    display: block;
    margin: 30px auto -61px;
  }
  .try__page .all .text {
    margin-bottom: 20px;
  }
}
.try__page .extension .container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.try__page .extension__inner {
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 60px;
  width: 100%;
  position: relative;
  background: url("../images/try/extension-bg-upd.png") no-repeat center/cover;
}
@media (max-width: 768px) {
  .try__page .extension__inner {
    flex-direction: column;
    padding: 30px 20px;
    border-radius: 6px;
    background: url("../images/try/extension-bg-upd-mob.png") no-repeat center/cover;
    overflow: hidden;
  }
}
.try__page .extension__content {
  max-width: 600px;
  width: 100%;
  flex-shrink: 0;
}
.try__page .extension__content .store-link-group a:hover {
  background: radial-gradient(67.5% 67.5% at 50% 100%, rgba(255, 255, 255, 0.53) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #000000, #000000);
  background-color: #000 !important;
}
.try__page .extension__content .store-link {
  max-width: 300px;
}
@media (max-width: 768px) {
  .try__page .extension__content .store-link {
    max-width: none;
  }
}
.try__page .extension .title {
  margin-bottom: 15px;
}
.try__page .extension__img {
  position: absolute;
  left: 658px;
  top: -25px;
  width: 411px;
}
@media (max-width: 768px) {
  .try__page .extension__img {
    width: 100%;
    min-width: 320px;
    margin: 30px auto -25px;
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    top: auto;
    right: auto;
    max-width: none;
  }
}
.try__page .extension .text {
  color: #FFDFB8;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #FFDFB8;
}
@media (max-width: 768px) {
  .try__page .extension .text {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .try__page .extension .store-link {
    height: 56px;
  }
}
.try__page .tg {
  margin-bottom: 100px;
}
.try__page .tg .container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.try__page .tg__inner {
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 60px 60px 40px 60px;
  width: 100%;
  position: relative;
  background: url("../images/try/tg-bg.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  .try__page .tg__inner {
    flex-direction: column;
    padding: 30px 20px;
    border-radius: 6px;
    background: url("../images/try/secure_bg.svg") no-repeat center/cover;
    overflow: hidden;
  }
}
.try__page .tg__content {
  max-width: 600px;
  width: 100%;
  flex-shrink: 0;
}
.try__page .tg__content .store-link {
  max-width: 300px;
}
@media (max-width: 768px) {
  .try__page .tg__content .store-link {
    max-width: none;
  }
}
.try__page .tg .title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .try__page .tg .title {
    margin-bottom: 15px;
  }
}
.try__page .tg__img {
  position: absolute;
  left: 704px;
  top: -103px;
  width: 364px;
}
@media (max-width: 768px) {
  .try__page .tg__img {
    width: 100%;
    min-width: 305px;
    margin: 40px auto -30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    top: auto;
    right: auto;
    max-width: none;
  }
}
.try__page .tg .text {
  color: #ABB0BB;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.216px;
}
@media (max-width: 768px) {
  .try__page .tg .text {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
}
.try__page .tg .store-link {
  margin-top: 25px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .try__page .tg .store-link {
    margin-top: 30px;
    height: 56px;
    max-width: none;
  }
}
.try__page .tg .store-link__body {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}

.newbie__page {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.newbie__page.apple .wallet__btn-wrap .store-link__google-play {
  display: none;
}
.newbie__page.android .wallet__btn-wrap .store-link__app-store {
  display: none;
}
.newbie__page .top {
  padding: 90px 0 450px 0;
}
@media (max-width: 768px) {
  .newbie__page .top {
    padding: 0;
    margin-bottom: -50px;
  }
}
.newbie__page .top .container {
  position: relative;
  z-index: 1;
  max-width: 1130px;
}
.newbie__page .top__img {
  position: absolute;
  top: -200px;
  right: -200px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .newbie__page .top__img {
    position: relative;
    left: 50%;
    transform: translateX(-54%);
    margin-top: 0;
    top: unset;
    right: unset;
    min-width: 100%;
    max-width: unset;
    margin-bottom: -25px;
  }
}
.newbie__page .top .title {
  color: #FFF;
  font-size: 64px;
  font-weight: 700;
  line-height: 128%;
  margin: 0 0 20px 0;
  max-width: 47%;
}
@media (max-width: 768px) {
  .newbie__page .top .title {
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 15px 0;
    max-width: 100%;
    text-align: left;
  }
}
.newbie__page .top .text {
  color: #ABB0BB;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  max-width: 47%;
}
@media (max-width: 768px) {
  .newbie__page .top .text {
    font-size: 20px;
    line-height: 30px;
    max-width: 90%;
  }
}
.newbie__page .info {
  width: 100%;
  padding: 95px 0;
  border-radius: 55px;
  background: radial-gradient(112.69% 152.09% at 1.52% 3.02%, rgba(247, 149, 29, 0.5) 0%, rgba(48, 52, 56, 0) 100%), linear-gradient(341deg, #392C1E -0.64%, rgba(40, 43, 47, 0) 86.62%);
  position: relative;
}
@media (max-width: 768px) {
  .newbie__page .info {
    padding: 20px 0;
    border-radius: 30px;
    background: radial-gradient(304.7% 293.54% at -20.27% -5.9%, rgba(247, 149, 29, 0.5) 0%, rgba(48, 52, 56, 0) 100%);
  }
}
.newbie__page .info .container {
  position: relative;
  max-width: 1140px;
}
.newbie__page .info__icons {
  z-index: 2;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .newbie__page .info__icons {
    display: none;
  }
}
.newbie__page .info__icon-1 {
  position: absolute;
  left: 50%;
  top: -300px;
  margin-left: -465px;
  z-index: 1;
}
.newbie__page .info__icon-2 {
  position: absolute;
  left: 50%;
  top: -200px;
  margin-left: -400px;
  z-index: 1;
}
.newbie__page .info__icon-3 {
  position: absolute;
  left: 50%;
  top: -350px;
  margin-left: 200px;
  z-index: 1;
}
.newbie__page .info__icon-4 {
  position: absolute;
  left: 50%;
  top: 315px;
  margin-left: 400px;
  z-index: 1;
}
.newbie__page .info__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
@media (max-width: 768px) {
  .newbie__page .info__cards {
    gap: 20px;
  }
}
.newbie__page .info__card {
  padding: 45px 45px 45px 50px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .newbie__page .info__card {
    align-items: center;
    padding: 20px;
    min-height: unset;
  }
}
@media (max-width: 768px) {
  .newbie__page .info__card {
    min-height: 350px;
    align-items: unset;
  }
}
.newbie__page .info__card--first > picture img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  z-index: -1;
}
@media (max-width: 1000px) {
  .newbie__page .info__card--first > picture img {
    position: static;
    transform: none;
  }
}
@media (max-width: 768px) {
  .newbie__page .info__card--first > picture img {
    position: relative;
    top: unset;
    right: unset;
    transform: none;
    margin-bottom: 25px;
    margin-top: -20px;
    min-width: 110%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.newbie__page .info__card--first .info__card-text {
  opacity: 0.8;
}
.newbie__page .info__card--second > picture img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}
@media (max-width: 1000px) {
  .newbie__page .info__card--second > picture img {
    position: static;
    transform: none;
  }
}
@media (max-width: 768px) {
  .newbie__page .info__card--second > picture img {
    position: relative;
    top: unset;
    right: unset;
    transform: none;
    margin-top: -15px;
    margin-bottom: 25px;
    min-width: 110%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.newbie__page .info__card--second .info__card-text {
  color: #F7931A;
}
@media (max-width: 768px) {
  .newbie__page .info__card--second .info__card-text {
    max-width: 90%;
  }
}
.newbie__page .info__card--fird {
  padding: 160px 45px 150px 50px;
}
@media (max-width: 1000px) {
  .newbie__page .info__card--fird {
    padding: 20px;
    overflow: hidden;
  }
}
.newbie__page .info__card--fird > picture img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1000px) {
  .newbie__page .info__card--fird > picture img {
    position: static;
  }
}
@media (max-width: 768px) {
  .newbie__page .info__card--fird > picture img {
    position: relative;
    top: unset;
    top: unset;
    margin-top: -20px;
    margin-bottom: 25px;
    min-width: 110%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.newbie__page .info__card--fird .info__card-text {
  color: #F7931A;
}
.newbie__page .info__card--forth {
  padding: 160px 45px 150px 50px;
  min-height: 325px;
}
@media (max-width: 1000px) {
  .newbie__page .info__card--forth {
    padding: 20px;
    overflow: hidden;
  }
}
.newbie__page .info__card--forth > picture img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1000px) {
  .newbie__page .info__card--forth > picture img {
    position: static;
  }
}
@media (max-width: 768px) {
  .newbie__page .info__card--forth > picture img {
    position: relative;
    top: unset;
    top: unset;
    margin-top: -25px;
    margin-bottom: 25px;
    min-width: 110%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .newbie__page .info__card--forth .info__card-title {
    margin-bottom: 10px;
  }
}
.newbie__page .info__card--forth .info__card-text {
  color: #F7931A;
}
.newbie__page .info__card-title {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 20px 0;
  max-width: 55%;
}
.newbie__page .info__card-title b {
  color: #F7931A;
}
@media (max-width: 1000px) {
  .newbie__page .info__card-title {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .newbie__page .info__card-title {
    margin: 0 0 5px 0;
    font-size: 28px;
    line-height: 40px;
    max-width: 100%;
  }
}
.newbie__page .info__card-text {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.091px;
  max-width: 55%;
}
@media (max-width: 1000px) {
  .newbie__page .info__card-text {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .newbie__page .info__card-text {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
  }
}
.newbie__page .info__card-link {
  margin-top: 40px;
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  gap: 8px;
  color: #ffffff;
  border-radius: 6px;
  background: #4285F4;
  box-shadow: 0px 0.57px 1.467px 0px rgba(66, 133, 244, 0.15), 0px 2.696px 5.733px 0px rgba(66, 133, 244, 0.24), 0px 7px 18px 0px rgba(66, 133, 244, 0.39);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.newbie__page .info__card-link svg {
  margin-top: -3px;
}
.newbie__page .info__card-link:hover {
  background: #F7931A;
  box-shadow: 0px 1px 1px 0 #F7931A;
}
@media (max-width: 1000px) {
  .newbie__page .info__card-link {
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
  }
}
.newbie__page .share {
  padding: 155px 0 105px 0;
  position: relative;
  overflow: hidden;
}
.newbie__page .share__decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  width: 1597px;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.newbie__page .share .container {
  position: relative;
  z-index: 2;
}
.newbie__page .share__icon-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #F7931A;
  display: flex;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .newbie__page .share__icon-wrapper {
    width: 65px;
    height: 65px;
    margin: 0 auto 45px;
  }
}
.newbie__page .share__icon {
  width: 90px;
  height: 90px;
}
@media (max-width: 768px) {
  .newbie__page .share__icon {
    width: 65px;
    height: 65px;
  }
}
.newbie__page .share .text, .newbie__page .share .title {
  text-align: center;
}
.newbie__page .share .title {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .newbie__page .share .title {
    font-size: 36px;
    line-height: 48px;
  }
}
.newbie__page .share .text {
  margin-bottom: 60px;
  color: #ABB0BB;
}
.newbie__page .share .share-friend-buttons {
  background: #000000;
  max-width: 687px;
}
.newbie__page .share .share-friend-buttons__msg {
  background: #F7931A;
}
@media (max-width: 768px) {
  .newbie__page .share {
    padding: 40px 0 100px;
  }
  .newbie__page .share .social-btns__list {
    width: 170px !important;
    gap: 10px;
  }
  .newbie__page .share__decoration {
    max-width: none;
  }
  .newbie__page .share .text {
    margin-bottom: 60px;
  }
}
.newbie__page .buy-section {
  padding: 120px 0 85px 0;
  position: relative;
}
@media (max-width: 768px) {
  .newbie__page .buy-section {
    padding: 60px 0 85px 0;
  }
}
.newbie__page .buy-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newbie__page .buy-section__arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -155px;
  z-index: -1;
}
@media (max-width: 768px) {
  .newbie__page .buy-section__arrow {
    bottom: -15px;
  }
}
.newbie__page .buy-section__bg {
  position: absolute;
  left: 50%;
  transform: translateX(-55%) scaleY(1.4);
  top: -400px;
  z-index: -1;
  max-width: unset;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .newbie__page .buy-section__bg {
    display: none;
  }
}
.newbie__page .buy-section__list-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  gap: 20px;
}
@media (max-width: 768px) {
  .newbie__page .buy-section__list-wrapper {
    flex-wrap: nowrap;
    justify-content: unset;
    gap: 0;
  }
}
.newbie__page .buy-section__link {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
  background-color: #434752;
  transition: background-color 0.3s ease;
  display: flex;
  width: calc(33.3333333333% - 13.3333333333px);
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .newbie__page .buy-section__link {
    width: 280px;
    flex-shrink: 0;
  }
}
.newbie__page .buy-section__link svg {
  max-width: 100%;
}
.newbie__page .buy-section__link:hover {
  background-color: #F7931A;
}
.newbie__page .buy-section__link-mibile {
  display: none;
}
@media (max-width: 768px) {
  .newbie__page .buy-section__link-mibile {
    display: block;
    width: 350px;
    flex-shrink: 0;
  }
}
.newbie__page .buy-section .title {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 20px 0;
  text-align: center;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .newbie__page .buy-section .title {
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 15px 0;
    text-align: left;
  }
}
.newbie__page .buy-section .text {
  color: #ABB0BB;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  text-align: center;
  margin: 0 0 45px 0;
  max-width: 850px;
}
@media (max-width: 768px) {
  .newbie__page .buy-section .text {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.newbie__page .transfer {
  padding: 35px 0 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .newbie__page .transfer {
    padding: 25px 0 0 0;
  }
}
.newbie__page .transfer::before {
  content: "";
  position: absolute;
  width: calc(100% + 100px);
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .newbie__page .transfer::before {
    width: calc(100% + 40px);
  }
}
.newbie__page .transfer__toggle-button {
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.091px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.newbie__page .transfer__toggle-button:hover {
  opacity: 1;
}
.newbie__page .transfer__toggle-button.is-open svg {
  transform: rotate(180deg);
}
.newbie__page .transfer__toggle-button.is-open + .transfer__cards {
  display: block;
}
@media (max-width: 768px) {
  .newbie__page .transfer__toggle-button {
    font-size: 16px;
  }
}
.newbie__page .transfer__toggle-button-arrow {
  display: block;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .newbie__page .transfer__toggle-button-arrow {
    display: none;
  }
}
.newbie__page .transfer__toggle-button-arrow-mob {
  display: none;
}
@media (max-width: 768px) {
  .newbie__page .transfer__toggle-button-arrow-mob {
    display: block;
  }
}
.newbie__page .transfer__cards {
  margin-top: 30px;
  display: none;
}
@media (max-width: 768px) {
  .newbie__page .transfer__cards {
    margin-top: 24px;
  }
}
.newbie__page .transfer__cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  counter-reset: listCounter;
  padding-top: 32px;
}
@media (max-width: 1100px) {
  .newbie__page .transfer__cards-wrapper {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-start;
  }
}
.newbie__page .transfer__card {
  border-radius: 20px;
  background: #212121;
  width: calc(25% - 15px);
  padding: 50px 10px 20px 10px;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 20px;
}
.newbie__page .transfer__card::before {
  counter-increment: listCounter;
  content: counter(listCounter);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(51, 53, 57, 0.2);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
}
@media (max-width: 1100px) {
  .newbie__page .transfer__card {
    width: 258px;
    flex-shrink: 0;
  }
}
.newbie__page .transfer__card-mibile {
  display: none;
}
@media (max-width: 1100px) {
  .newbie__page .transfer__card-mibile {
    display: block;
    width: 1px;
    flex-shrink: 0;
  }
}
.newbie__page .transfer__title-wrapper {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.newbie__page .transfer__card-title {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.newbie__page .transfer .title {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 20px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .newbie__page .transfer .title {
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 15px 0;
    text-align: left;
  }
}
.newbie__page .transfer .text {
  color: #ABB0BB;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  margin: 0 0 45px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .newbie__page .transfer .text {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 40px 0;
    text-align: left;
  }
}
.newbie__page .first-deposit {
  padding: 95px 0 40px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .newbie__page .first-deposit {
    padding: 30px 0 25px 0;
  }
}
.newbie__page .first-deposit .container {
  max-width: 1140px;
}
.newbie__page .first-deposit__icon-1 {
  position: absolute;
  left: 50%;
  top: 210px;
  margin-left: -650px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .newbie__page .first-deposit__icon-1 {
    display: none;
  }
}
.newbie__page .first-deposit__icon-2 {
  position: absolute;
  left: 50%;
  top: 60px;
  margin-left: -300px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .newbie__page .first-deposit__icon-2 {
    display: none;
  }
}
.newbie__page .first-deposit__icon-3 {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: 200px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .newbie__page .first-deposit__icon-3 {
    display: none;
  }
}
.newbie__page .first-deposit__icon-4 {
  position: absolute;
  left: 50%;
  top: 205px;
  margin-left: 500px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .newbie__page .first-deposit__icon-4 {
    display: none;
  }
}
.newbie__page .first-deposit__icon-5 {
  position: absolute;
  left: 50%;
  top: 415px;
  margin-left: 170px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .newbie__page .first-deposit__icon-5 {
    display: none;
  }
}
.newbie__page .first-deposit__wrapper {
  padding: 45px 50px 40px 50px;
  border-radius: 20px;
  background: #F7931A;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .newbie__page .first-deposit__wrapper {
    padding: 30px 20px 20px 20px;
  }
}
.newbie__page .first-deposit__img {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: -1;
}
@media (max-width: 1000px) {
  .newbie__page .first-deposit__img {
    position: relative;
    top: unset;
    right: unset;
    left: 50%;
    transform: translateX(-46%);
    max-width: unset;
    width: auto;
    margin-top: 60px;
    margin-bottom: -60px;
  }
}
.newbie__page .first-deposit__buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 136px;
}
@media (max-width: 1000px) {
  .newbie__page .first-deposit__buttons {
    flex-direction: column;
    margin-bottom: 0;
    gap: 20px;
  }
}
.newbie__page .first-deposit__btn {
  width: 340px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  gap: 8px;
  color: #ffffff;
  border-radius: 6px;
  background: #4285F4;
  box-shadow: 0px 0.57px 1.467px 0px rgba(66, 133, 244, 0.15), 0px 2.696px 5.733px 0px rgba(66, 133, 244, 0.24), 0px 7px 18px 0px rgba(66, 133, 244, 0.39);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.newbie__page .first-deposit__btn svg {
  margin-top: -3px;
}
.newbie__page .first-deposit__btn:hover {
  background: #F7931A;
  box-shadow: 0 0 10px 3px rgba(185, 110, 19, 0.4);
}
@media (max-width: 1000px) {
  .newbie__page .first-deposit__btn {
    width: 100%;
    margin-bottom: 0;
  }
}
.newbie__page .first-deposit .title {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin: 90px 0 20px 0;
  max-width: 51%;
}
@media (max-width: 1000px) {
  .newbie__page .first-deposit .title {
    max-width: 100%;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .newbie__page .first-deposit .title {
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 15px 0;
    max-width: 100%;
    text-align: left;
    margin-top: 0;
  }
}
.newbie__page .first-deposit .text {
  color: #E3E3E3;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 40px 0;
  max-width: 51%;
}
@media (max-width: 768px) {
  .newbie__page .first-deposit .text {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 30px 0;
    max-width: 80%;
    text-align: left;
  }
}
.newbie__page .first-deposit .wallet__btn-wrap .store-link {
  width: 100%;
  max-width: 100%;
}
.newbie__page .first-deposit .wallet__btn-wrap .store-link svg {
  stroke: #4285F4;
  transition: stroke 0.3s ease;
}
.newbie__page .first-deposit .wallet__btn-wrap .store-link:hover {
  background: #4285F4;
}
.newbie__page .first-deposit .wallet__btn-wrap .store-link:hover svg {
  stroke: #ffffff;
}
.newbie__page .first-deposit .wallet__btn-wrap .store-link__body {
  display: flex;
  flex-direction: column;
}
.newbie__page .first-deposit .wallet__btn-wrap .store-link--google {
  width: 60px;
  min-width: 60px;
}
.newbie__page .news {
  background-color: rgba(0, 0, 0, 0);
}
.newbie__page .news .tac {
  display: flex;
  justify-content: center;
}
.newbie__page .news .news__title-link .title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 15px;
  border: none;
}
@media (max-width: 768px) {
  .newbie__page .news .news__title-link .title {
    font-size: 36px;
    line-height: 48px;
  }
}
.newbie__page .news .news__title-link .title:hover {
  color: #F7931A;
}
.newbie__page .news .desc {
  color: #ABB0BB;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 768px) {
  .newbie__page .news .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.newbie__page .news .news-list__item {
  border: none;
  max-width: unset;
}

.benefits__page {
  overflow-x: hidden;
}
.benefits__page .container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
.benefits__page .footer-new {
  position: relative;
  z-index: 3;
}
.benefits__page .title {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
}
.benefits__page .text {
  font-size: 18px;
  line-height: 155%;
  color: #ABB0BB;
}
@media (max-width: 768px) {
  .benefits__page .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .benefits__page .text {
    font-size: 14px;
    line-height: 155%;
  }
}
.benefits__page .main-btn .google-btn, .benefits__page .main-btn .apple-btn {
  display: none;
}
@media (max-width: 768px) {
  .benefits__page.android .google-btn {
    display: inline-flex;
    max-width: none;
  }
  .benefits__page.apple .apple-btn {
    display: inline-flex;
    max-width: none;
  }
}
.benefits__page .top {
  padding-bottom: 0;
  overflow: hidden;
  margin-top: -12px;
}
.benefits__page .top picture {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .benefits__page .top {
    margin-top: 0;
  }
}
.benefits__page .top .title {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  max-width: 560px;
}
.benefits__page .top .text {
  max-width: 560px;
}
.benefits__page .top .row {
  display: flex;
  align-items: center;
}
.benefits__page .top .content {
  max-width: 730px;
  width: 100%;
  flex-shrink: 0;
}
.benefits__page .top__img {
  width: 100%;
  max-width: 100%;
  display: block;
  transform: translateX(-280px);
}
.benefits__page .top .main-btn {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}
.benefits__page .top .main-btn svg {
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
.benefits__page .top .main-btn .wl-btn {
  min-width: 340px;
}
@media (max-width: 768px) {
  .benefits__page .top .main-btn .wl-btn {
    min-width: auto;
  }
}
.benefits__page .top .main-btn .get-btn {
  min-width: 140px;
  white-space: nowrap;
  border-radius: 6px;
  background: rgba(66, 133, 244, 0.2);
  color: #4285F4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  align-items: center;
}
.benefits__page .top .main-btn .get-btn .store-link__body {
  color: #4285F4;
  transition: all 0.2s ease-in-out;
}
.benefits__page .top .main-btn .get-btn svg path {
  stroke: #4285F4;
}
.benefits__page .top .main-btn .get-btn svg rect {
  stroke: #4285F4;
}
.benefits__page .top .main-btn .get-btn:hover {
  color: #fff;
  background: rgba(66, 133, 244, 0.5);
  border: 1px solid #4285F4;
}
.benefits__page .top .main-btn .get-btn:hover .store-link__body {
  color: #fff;
}
.benefits__page .top .main-btn .get-btn:hover svg path {
  stroke: #fff;
}
.benefits__page .top .main-btn .get-btn:hover svg rect {
  stroke: #fff;
}
@media (max-width: 768px) {
  .benefits__page .top .main-btn.is-mobile {
    display: flex;
    gap: 20px;
  }
  .benefits__page .top .main-btn.is-mobile a, .benefits__page .top .main-btn.is-mobile button {
    width: 100%;
    height: 56px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .benefits__page .top .main-btn.is-mobile .store-link__body b {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.benefits__page .top .btns > * {
  height: 60px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.benefits__page .top .btns__subtitle {
  font-size: 11px;
  line-height: 13px;
  margin-top: 15px;
  color: #757575;
}
.benefits__page .top .os {
  margin: 30px 0 0 0;
}
.benefits__page .top .os.is-mobile {
  display: none;
}
.benefits__page .top .os.is-desktop {
  display: block;
}
@media (max-width: 768px) {
  .benefits__page .top {
    padding-top: 0px;
  }
  .benefits__page .top .row {
    display: block;
  }
  .benefits__page .top .content {
    max-width: none;
  }
  .benefits__page .top .title {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  .benefits__page .top .text {
    margin-bottom: 30px;
    text-align: center;
  }
  .benefits__page .top .os {
    margin: 0 auto;
  }
  .benefits__page .top .os.is-mobile {
    display: block;
  }
  .benefits__page .top .os.is-desktop {
    display: none;
  }
  .benefits__page .top__img {
    min-width: 375px;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    position: relative;
    transform: translateX(-23px);
    margin-top: 25px;
  }
  .benefits__page .top .btns {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 20px;
  }
  .benefits__page .top .btns__subtitle {
    display: none;
  }
  .benefits__page .top .btns .download-btn {
    display: none;
  }
  .benefits__page .top .scroll {
    display: none;
  }
  .benefits__page .top .store-link {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .benefits__page.android .top .google-btn {
    display: inline-flex;
    max-width: none;
  }
  .benefits__page.apple .top .apple-btn {
    display: inline-flex;
    max-width: none;
  }
}
.benefits__page .advantages {
  padding: 122px 0 80px;
}
.benefits__page .advantages .title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}
.benefits__page .advantages .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  text-align: center;
}
.benefits__page .advantages__decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block;
  max-width: none;
}
.benefits__page .advantages .container {
  max-width: 1140px;
  position: relative;
}
.benefits__page .advantages__items {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  gap: 80px;
}
.benefits__page .advantages__counter {
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(51, 53, 57, 0.2);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  height: 100px;
  padding: 0 15px;
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
}
.benefits__page .advantages__item {
  display: flex;
  align-items: center;
  gap: 50px;
  min-height: 350px;
  border-radius: 20px;
  padding: 0 50px 0 0;
  position: relative;
  position: relative;
}
.benefits__page .advantages__item .btn_primary {
  display: flex;
  width: 340px;
  height: 60px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.benefits__page .advantages__item .btn_primary:hover {
  background: radial-gradient(67.5% 67.5% at 50% 100%, rgba(0, 255, 255, 0.6) 0%, rgba(66, 133, 245, 0) 100%), #4285F4;
}
.benefits__page .advantages__item:first-of-type {
  background: url("../images/benefits/adv-bkg.png") no-repeat center/cover;
}
.benefits__page .advantages__item:first-of-type .advantages__item-img {
  top: 35%;
}
@media (max-width: 768px) {
  .benefits__page .advantages__item:first-of-type .advantages__item-img {
    top: auto;
  }
}
.benefits__page .advantages__item:nth-of-type(2) {
  background: url("../images/benefits/adv-bkg-1.png") no-repeat center/cover;
}
.benefits__page .advantages__item:nth-of-type(3) {
  background: url("../images/benefits/adv-bkg-2.png") no-repeat center/cover;
}
.benefits__page .advantages__item:nth-of-type(3) .advantages__item-img {
  left: -560px;
  min-width: 565px;
}
@media (max-width: 768px) {
  .benefits__page .advantages__item:nth-of-type(3) .advantages__item-img {
    left: 50%;
    min-width: auto;
  }
}
.benefits__page .advantages__item-content {
  max-width: 490px;
  width: 100%;
  flex-shrink: 0;
  margin-left: auto;
  position: relative;
}
.benefits__page .advantages__item-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -590px;
  min-width: 590px;
}
.benefits__page .advantages__item:nth-child(2n) {
  flex-direction: row-reverse;
  padding: 0 0 0 50px;
}
.benefits__page .advantages__item:nth-child(2n) .advantages__item-content {
  margin-left: 0;
  margin-right: auto;
}
.benefits__page .advantages__item:nth-child(2n) .advantages__item-img {
  left: auto;
  right: -535px;
  min-width: 566px;
}
@media (max-width: 768px) {
  .benefits__page .advantages__item:nth-child(2n) .advantages__item-img {
    right: auto;
    left: 50%;
    min-width: auto;
  }
}
.benefits__page .advantages__item-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.091px;
  color: #fff;
}
@media (max-width: 768px) {
  .benefits__page .advantages {
    padding: 80px 0;
    overflow: hidden;
  }
  .benefits__page .advantages .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .benefits__page .advantages .text {
    font-size: 14px;
    line-height: 155%;
  }
  .benefits__page .advantages__counter {
    top: 0;
    left: 50%;
    height: 50px;
    padding: 0 40px;
  }
  .benefits__page .advantages__items {
    padding-top: 60px;
    gap: 60px;
  }
  .benefits__page .advantages__item {
    flex-direction: column;
    gap: 40px;
    min-height: auto;
    padding: 60px 15px 400px 15px;
    background: url("../images/benefits/block-bg-mob.png") no-repeat center/cover !important;
  }
  .benefits__page .advantages__item-content {
    max-width: none;
  }
  .benefits__page .advantages__item:nth-child(2n) {
    flex-direction: row;
    padding: 60px 15px 400px 15px;
  }
  .benefits__page .advantages__item-img {
    position: absolute;
    transform: none;
    min-width: 400px;
    max-width: none;
    width: 408px;
    margin: 0 auto;
    top: auto;
    left: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    padding-top: 38px;
  }
  .benefits__page .advantages__item-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
  }
}
.benefits__page .income {
  background: url("../images/benefits/income-bg.png") no-repeat center/cover;
}
.benefits__page .income__inner {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 90px 0;
  position: relative;
}
.benefits__page .income__inner .btn_primary {
  display: flex;
  width: 340px;
  height: 60px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.benefits__page .income__inner .btn_primary:hover {
  background: radial-gradient(67.5% 67.5% at 50% 100%, rgba(0, 255, 255, 0.6) 0%, rgba(66, 133, 245, 0) 100%), #4285F4;
}
.benefits__page .income__inner-content {
  max-width: 500px;
  width: 100%;
  flex-shrink: 0;
  margin-right: auto;
  position: relative;
}
.benefits__page .income__inner-img {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: -590px;
  min-width: 560px;
}
.benefits__page .income__inner-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 125% */
  color: #fff;
  margin-bottom: 20px;
}
.benefits__page .income__inner-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  color: #FFDFB8;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .benefits__page .income {
    padding: 40px 0;
    overflow: hidden;
    background: url("../images/benefits/income-bg-mob.png") no-repeat center/cover, linear-gradient(270deg, #F7931A 0%, #DE7F0C 100%), #4285F4;
  }
  .benefits__page .income .btn_primary {
    height: 56px;
    margin-bottom: 40px;
    width: 100%;
  }
  .benefits__page .income__inner {
    flex-direction: column;
    gap: 40px;
    min-height: auto;
    padding: 0;
  }
  .benefits__page .income__inner-content {
    max-width: none;
  }
  .benefits__page .income__inner:not(:last-child) {
    margin-bottom: 70px;
  }
  .benefits__page .income__inner-img {
    position: static;
    transform: translateX(-20px);
    min-width: 360px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .benefits__page .income__inner-title {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
  }
  .benefits__page .income__inner-text {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
.benefits__page .pin {
  padding: 85px 0 75px;
}
.benefits__page .pin .main-btn {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}
.benefits__page .pin .wl-btn {
  min-width: 340px;
}
.benefits__page .pin__inner {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  position: relative;
  background: #F7931A;
  border-radius: 20px;
}
.benefits__page .pin__inner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background-image: url("../images/benefits/lable_placement.svg");
  width: 106px;
  height: 20px;
  z-index: 1;
}
.benefits__page .pin__top {
  background: #F7931A;
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  border-left: 1px solid #F7931A;
  border-top: 1px solid #F7931A;
  border-right: 1px solid #F7931A;
  padding: 10px 20px;
  position: relative;
}
.benefits__page .pin__img {
  position: absolute;
  width: 100px;
  height: 128px;
  top: -3px;
  left: 49%;
  transform: translate(-50%, -100%);
  z-index: 2;
  transition: all 0.2s;
}
@media (max-width: 600px) {
  .benefits__page .pin__img {
    top: -2px;
    left: 47%;
  }
}
.benefits__page .pin__bottom {
  border-radius: 0px 0px 20px 20px;
  border-left: 1px solid #F7931A;
  border-bottom: 1px solid #F7931A;
  border-right: 1px solid #F7931A;
  background: #2D2825;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 20px;
  border-radius: 20px;
}
.benefits__page .pin__bottom b {
  font-weight: 700;
}
@media (max-width: 768px) {
  .benefits__page .pin {
    padding: 110px 0 75px;
  }
  .benefits__page .pin__top {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    padding: 10px 20px;
  }
  .benefits__page .pin__bottom {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
  }
  .benefits__page .pin .main-btn {
    padding-top: 50px;
    gap: 20px;
  }
  .benefits__page .pin .wl-btn {
    min-width: auto;
    width: 100%;
    height: 56px;
  }
  .benefits__page .pin .store-link {
    width: 100%;
    max-width: none;
    height: 56px;
  }
  .benefits__page .pin .store-link__body b {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.page__help {
  min-height: 100vh;
}
.page__help .tli__mobile {
  display: none;
}
.page__help .container {
  max-width: 1080px;
  padding: 40px 20px 80px;
  margin: 0 auto;
  width: 100%;
}
.page__help .page-content .footer-new {
  margin-top: auto;
}
.page__help .page-content .footer-new .container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.page__help .top {
  margin: 0 auto 40px;
  width: 100%;
}
.page__help .top .title {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 15px;
}
.page__help .top .text {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 25px;
  color: #494949;
  margin-left: auto;
  margin-right: auto;
}
.page__help .top__form {
  display: flex;
  gap: 25px;
  max-width: 726px;
  margin-left: auto;
  margin-right: auto;
}
.page__help .top__selects {
  display: flex;
  gap: 25px;
}
@media (max-width: 850px) {
  .page__help .top__selects {
    flex-direction: column;
    gap: 21px;
  }
}
.page__help .top__form-close {
  position: absolute;
  top: 17px;
  right: 10px;
  width: 14px;
  height: 14px;
  outline: none;
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.page__help .top__form-close svg path {
  stroke: #B3B3B3;
}
.page__help .top__form-close:hover svg path {
  stroke: #f7931a;
}
.page__help .top__form-close.active {
  display: flex;
  position: absolute;
  z-index: 21;
}
.page__help .top__search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  width: 100%;
  position: relative;
}
.page__help .top__search.active {
  border: 1px solid #AACAFF;
}
.page__help .top__search.focused {
  border: 1px solid #4285F4;
}
.page__help .top__search img {
  flex-shrink: 0;
}
.page__help .top__search input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.page__help .top__search input:placeholder {
  color: #494949;
}
.page__help .top__select {
  position: relative;
  flex-shrink: 0;
}
.page__help .top__select.active .top__select-active {
  border-radius: 6px 6px 0px 0px;
}
.page__help .top__select.active .top__select-active svg {
  transform: rotate(180deg);
  transform-origin: center;
}
.page__help .top__select.active .top__select-list {
  opacity: 1;
  visibility: visible;
}
.page__help .top__select-active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border: 1px solid #D6D6D6;
  background: #FFFFFF;
  gap: 5px;
  border-radius: 6px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  transition: all 0.3s;
  cursor: pointer;
  min-width: 180px;
  flex-shrink: 0;
}
.page__help .top__select-active svg {
  transition: all 0.3s;
}
.page__help .top__select-active svg path {
  transition: stroke 0.3s;
}
.page__help .top__select-active:hover {
  background: #F0F6FF;
  border-color: #AACAFF;
  color: #4285F4;
}
.page__help .top__select-active:hover svg path {
  stroke: #4285F4;
}
.page__help .top__select-list {
  position: absolute;
  transition: all 0.3s;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  max-height: 500px;
  overflow: auto;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px 0px 6px 6px;
  border: 1px solid #D6D6D6;
  border-top-width: 0px;
  background: #fff;
}
.page__help .top__select-list-item {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}
.page__help .top__select-list-item:not(:last-child) {
  border-bottom: 1px solid #D6D6D6;
}
.page__help .top__select-list-item:hover {
  border-bottom: 1px solid #AACAFF;
  border-top: 1px solid #AACAFF;
  background: #F0F6FF;
  margin-top: -1px;
}
.page__help .top__select-list-item:last-child {
  border-bottom: none;
}
@media (max-width: 850px) {
  .page__help .top {
    margin: 0 0px 30px;
    max-width: none;
  }
  .page__help .top .title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  .page__help .top .text {
    font-size: 15px;
    line-height: 155%;
    margin-bottom: 30px;
  }
  .page__help .top__form {
    flex-direction: column;
    gap: 20px;
  }
}
.page__help .table__header {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #d6d6d6;
}
.page__help .table__header span {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #494949;
}
.page__help .table__header span:first-child {
  width: 100%;
}
.page__help .table__header span.fix {
  min-width: 120px;
  text-align: center;
  flex-shrink: 0;
}
.page__help .table__list {
  min-height: 690px;
}
.page__help .table .tli {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  width: 100%;
  transition: color 0.3s;
  padding: 10px 20px;
  border-bottom: 1px dashed #d6d6d6;
}
.page__help .table .tli__icon {
  flex-shrink: 0;
  margin-right: 20px;
  width: 48px;
  height: 48px;
}
.page__help .table .tli__check, .page__help .table .tli__net {
  min-width: 120px;
  text-align: center;
  flex-shrink: 0;
}
.page__help .table .tli__check span {
  display: none;
}
.page__help .table .tli__net b {
  display: none;
}
.page__help .table .tli__net a {
  text-decoration: none;
  color: #494949;
}
.page__help .table .tli__net a:hover {
  color: #4285f4;
}
.page__help .table .tli__name {
  font-size: 18px;
  line-height: 22px;
  margin-right: auto;
}
.page__help .table .tli__name i {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #b3b3b3;
}
.page__help .table .tli a.tli__name {
  text-decoration: none;
  color: #494949;
}
.page__help .table .tli a.tli__name:hover {
  color: #4285f4;
}
.page__help .table__page {
  display: flex;
  align-content: inherit;
  justify-content: center;
  margin-top: 45px;
  gap: 5px;
}
.page__help .table__page div,
.page__help .table__page img {
  cursor: pointer;
}
.page__help .table__page .tp__icon {
  padding: 11px 8px;
}
.page__help .table__page div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  background-color: #ffffff;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  transition-property: border-color, background-color, color;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
  max-height: 40px;
}
.page__help .table__page div.active {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.page__help .table__page div.active + span {
  pointer-events: none;
}
.page__help .table__page div:hover {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
@media (max-width: 850px) {
  .page__help .table {
    border-top: 1px dashed #d6d6d6;
  }
  .page__help .table__header {
    display: none;
  }
  .page__help .table__list {
    min-height: auto;
  }
  .page__help .table .tli {
    flex-wrap: wrap;
    padding: 15px 0 0;
  }
  .page__help .table .tli__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
  }
  .page__help .table .tli__name {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .page__help .table .tli__check span, .page__help .table .tli__net b {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #494949;
  }
  .page__help .table .tli__check:nth-child(2n+1) {
    background-color: #fff;
  }
  .page__help .table .tli__check, .page__help .table .tli__net {
    width: 100%;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page__help .table .tli__check span,
.page__help .table .tli__check b, .page__help .table .tli__net span,
.page__help .table .tli__net b {
    display: block;
  }
}
@media (max-width: 850px) {
  .page__help .container {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .page__help .container {
    padding-top: 0;
  }
}
.page__help.page--black .container {
  max-width: 1140px;
  padding: 40px 20px 50px;
}
@media (max-width: 850px) {
  .page__help.page--black .container {
    padding: 50px 20px;
  }
}
@media (max-width: 850px) {
  .page__help.page--black .tli__icon,
.page__help.page--black .tli__name,
.page__help.page--black .tli__net {
    display: none;
  }
}
.page__help.page--black .top__select-list-item:not(:last-child) {
  border-bottom: 1px solid #4285F4;
}
.page__help.page--black .help-content {
  border-radius: 20px;
  background: #303137;
  display: flex;
  max-width: 1100px;
  padding: 20px 20px 0 20px;
  flex-direction: column;
  margin-top: 50px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .page__help.page--black .help-content {
    background: transparent;
    padding: 20px 0 5px 0;
    margin-top: 10px;
  }
}
.page__help.page--black .table {
  display: flex;
  flex-direction: column-reverse;
}
.page__help.page--black .table__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 447px;
}
.page__help.page--black .table__empty .icon {
  margin: 0 auto 20px;
}
.page__help.page--black .table__empty-title {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.page__help.page--black .table__empty-subtitle {
  color: #BEC1C8;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 850px) {
  .page__help.page--black .table__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.page__help.page--black .table__list:has(.tli) ~ .table__empty {
  display: none;
}
.page__help.page--black .table__list:empty {
  min-height: 0;
}
.page__help.page--black .table__list:empty ~ .table__header {
  display: none;
}
@media (max-width: 850px) {
  .page__help.page--black .table {
    border-top: none;
  }
}
.page__help.page--black .top {
  margin: 0 auto 16px;
}
.page__help.page--black .top__form {
  max-width: none;
  gap: 20px;
}
@media (max-width: 850px) {
  .page__help.page--black .top__form {
    border-radius: 20px;
    padding: 20px;
    background: #303137;
    gap: 15px;
  }
}
.page__help.page--black .top__search {
  border-radius: 10px;
  border: 1px solid #737781;
  background: #0B0E10;
  padding: 18px 20px;
  max-width: 460px;
  transition: 0.3s all;
}
.page__help.page--black .top__search:hover {
  cursor: pointer;
  border: 1px solid #4285F4;
  background: #172F55;
}
.page__help.page--black .top__search.active {
  padding: 28px 20px 8px;
}
.page__help.page--black .top__search.active img {
  transition: none;
  transform: translateY(-10px);
}
.page__help.page--black .top__search.focused {
  padding: 28px 20px 8px;
}
.page__help.page--black .top__search.focused img {
  transform: translateY(-10px);
}
@media (max-width: 850px) {
  .page__help.page--black .top__search {
    max-width: none;
  }
}
.page__help.page--black .top__search .placeholder {
  left: 52px;
  pointer-events: none;
  position: absolute;
  transition: all 0.3s;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: 20px;
}
.page__help.page--black .top__search input:focus ~ .placeholder,
.page__help.page--black .top__search input:not([value]),
.page__help.page--black .top__search input:not(:placeholder-shown) ~ .placeholder {
  top: 10px;
  color: #898E99;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  left: 52px;
}
.page__help.page--black .top__search input {
  color: #FFF !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: inherit;
}
.page__help.page--black .top__selects {
  flex-grow: 1;
}
.page__help.page--black .top__select {
  border-radius: 10px;
  border: none;
  background: #0B0E10;
  flex-grow: 1;
}
.page__help.page--black .top__select-list {
  max-height: 240px;
  background-color: #000;
  border-left: 1px solid #4285F4;
  border-right: 1px solid #4285F4;
  border-bottom: 1px solid #4285F4;
  border-radius: 0 0 10px 10px;
}
.page__help.page--black .top__select-list-item {
  color: #BEC1C8;
}
.page__help.page--black .top__select-list-item:hover {
  border-bottom: 1px solid #4285F4;
  border-top: 1px solid #4285F4;
  background: #172F55;
}
.page__help.page--black .top__select-active {
  height: 100%;
  border-radius: 10px;
  border: 1px solid #737781;
  background: #0B0E10;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s all;
}
.page__help.page--black .top__select-active:hover {
  cursor: pointer;
  border: 1px solid #4285F4;
  background: #172F55;
}
.page__help.page--black .top__select-active:hover svg path {
  stroke: #f7931a;
}
@media (max-width: 850px) {
  .page__help.page--black .top__select-active {
    padding: 20px 20px;
  }
}
.page__help.page--black .top__select.active .top__select-active {
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #4285F4;
  background: #0B0E10;
}
@media (max-width: 850px) {
  .page__help.page--black .top {
    margin: 0 auto 30px;
  }
}
.page__help.page--black .table__header {
  padding: 10px 0px;
}
.page__help.page--black .table__header .fix:last-of-type {
  text-align: right;
}
.page__help.page--black .table__header span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.09px;
}
.page__help.page--black .table a.tli__name {
  color: #FFF;
}
.page__help.page--black .table .tli {
  position: relative;
  border-bottom: none;
  padding: 0;
  margin: 0 -20px;
  width: auto;
}
@media (max-width: 850px) {
  .page__help.page--black .table .tli {
    margin: 0;
    border: none;
    border-radius: 20px;
    background: #303137;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    overflow: hidden;
  }
}
.page__help.page--black .table .tli:last-of-type .tli__wrapper {
  border-bottom: none;
}
.page__help.page--black .table .tli__check {
  background-color: inherit;
  z-index: 1;
}
@media (max-width: 850px) {
  .page__help.page--black .table .tli__check {
    padding: 0 0 10px;
    border-bottom: 1px dashed #737781;
  }
  .page__help.page--black .table .tli__check span {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.09px;
  }
  .page__help.page--black .table .tli__check:not(:first-child) {
    padding: 10px 0 10px;
  }
}
.page__help.page--black .table .tli__net a {
  color: #BEC1C8;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 2;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 11px;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 850px) {
  .page__help.page--black .table .tli__net a {
    color: #898E99;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.page__help.page--black .table .tli__net a svg {
  fill: #4285F4;
}
.page__help.page--black .table .tli__net a:hover {
  color: #F7931A;
}
.page__help.page--black .table .tli__net a:hover svg {
  fill: #F7931A;
}
.page__help.page--black .table .tli__name {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 1;
}
.page__help.page--black .table .tli__icon {
  width: 42px;
  height: 42px;
  z-index: 1;
}
.page__help.page--black .table .tli__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dashed #737781;
  margin: 0 20px;
}
@media (max-width: 850px) {
  .page__help.page--black .table .tli__wrapper {
    margin: 0;
    display: block;
    padding: 20px 20px 15px 20px;
    border-bottom: none;
  }
  .page__help.page--black .table .tli__wrapper .tli__check:nth-child(6) {
    border-bottom: none;
  }
}
.page__help.page--black .table .tli__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.page__help.page--black .table .tli__link:hover + .tli__wrapper {
  padding: 16px 20px 15px 20px;
  border-bottom: 1px dashed #737781;
  margin: -1px 0 0 0;
  background: #737781;
  border-bottom: 1px solid #737781;
}
@media (max-width: 850px) {
  .page__help.page--black .table .tli__link {
    display: block;
  }
  .page__help.page--black .table .tli__link:hover + .tli__wrapper {
    margin-top: 0;
    padding: 20px 20px 15px 20px;
    background: #737781;
    border-bottom: none;
  }
}
@media (max-width: 850px) {
  .page__help.page--black .table .tli__mobile {
    display: flex;
  }
  .page__help.page--black .table .tli__mobile .tli__icon,
.page__help.page--black .table .tli__mobile .tli__name,
.page__help.page--black .table .tli__mobile .tli__net {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
  }
  .page__help.page--black .table .tli__mobile .tli__name {
    gap: 8px;
    margin-bottom: 3px;
  }
  .page__help.page--black .table .tli__mobile .tli__net {
    padding: 0;
  }
  .page__help.page--black .table .tli__mobile .tli__net a {
    margin-left: 0;
  }
  .page__help.page--black .table .tli__mobile .tli__net b {
    color: #898E99;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .page__help.page--black .table .tli__mobile .tli__icon {
    margin-right: 10px;
    margin-bottom: 13px;
  }
}
.page__help.page--black .table .tli .tli__mobile-inner {
  display: flex;
  flex-direction: column;
}
.page__help.page--black .top__select--all {
  display: none;
}

.endnote,
.endnote-dark {
  margin-top: 40px;
  color: #494949;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.endnote-dark {
  color: #b3b3b3;
}

.marquee {
  margin-top: 20px;
}
.marquee__item {
  padding: 20px;
  width: 280px;
  transition: all 0.9s linear;
  flex-shrink: 0;
  background: #434752;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.marquee__item-name, .marquee__item-code {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.marquee__item-code {
  color: #A4A4A4;
  text-transform: uppercase;
}

.marquee {
  --gap: 20px;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  overflow: hidden;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  gap: var(--gap);
  min-width: 100%;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}
.marquee__content {
  animation: scroll 30s linear infinite;
}

.marquee--reverse .marquee__content {
  animation-direction: reverse;
}

.marquee:hover .marquee__content {
  animation-play-state: paused;
}

.maintenance {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  background-color: #F74249;
  color: #fff;
  z-index: 50;
}
.maintenance-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  text-align: center;
}
.maintenance-content__text {
  font-size: 14px;
  line-height: 16px;
}
.maintenance-content__text-bold {
  font-weight: bold;
}

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

.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: 340px;
  left: 100px;
}
.notification-overlay__content p {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  color: #212121;
  font-size: 18px;
  line-height: 32px;
  padding: 10px 25px;
}
.notification-overlay__content p b {
  font-weight: bold;
}
.notification-overlay__arrow {
  position: absolute;
  top: -107px;
  left: 166px;
}
.notification-overlay__arrow img {
  vertical-align: top;
}
.notification-overlay .card-notify {
  background: #FFFFFF;
  border-radius: 6px;
  position: absolute;
  width: 375px;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  top: 17px;
  left: 19px;
}
.notification-overlay .card-notify:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 100px;
  transform: rotate(45deg);
}
.notification-overlay .card-notify-error {
  display: none;
}
.notification-overlay .card-notify--error .card-notify-default {
  display: none;
}
.notification-overlay .card-notify--error .card-notify-error {
  display: block;
}
.notification-overlay .card-notify--error .card-notify-error .card-notify__footer-btn--outline {
  border-radius: 0px 0px 6px 6px;
}
.notification-overlay .card-notify--error + .notification-overlay__content {
  display: none;
}
.notification-overlay .card-notify__body {
  padding: 15px 20px;
}
.notification-overlay .card-notify__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.notification-overlay .card-notify__text {
  font-size: 13px;
  line-height: 23px;
  color: #757575;
}
.notification-overlay .card-notify__content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.notification-overlay .card-notify__content img {
  width: 20px;
  min-width: 20px;
}
.notification-overlay .card-notify__footer {
  display: flex;
}
.notification-overlay .card-notify__footer-btn {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  outline: none;
  border: none;
  font-weight: bold;
  transition: all 0.3s;
}
.notification-overlay .card-notify__footer-btn--outline {
  color: #4285F4;
  border-top: 1px solid #D6D6D6;
  border-radius: 0px 0px 0px 5px;
  background-color: #fff;
}
.notification-overlay .card-notify__footer-btn--outline:hover {
  color: #F7931A;
}
.notification-overlay .card-notify__footer-btn--primary {
  background: #4285F4;
  color: #fff;
  border-radius: 0px 0px 5px 0px;
}
.notification-overlay .card-notify__footer-btn--primary:hover {
  color: #fff;
  background-color: #F7931A;
  border-color: #F7931A;
}

.notificationPopup-body {
  background: #FFFFFF;
  box-shadow: 0px 27px 114px rgba(0, 0, 0, 0.05), 0px 17.5px 66.7639px rgba(0, 0, 0, 0.037963), 0px 10.4px 36.3111px rgba(0, 0, 0, 0.0303704), 0px 5.4px 18.525px rgba(0, 0, 0, 0.025), 0px 2.2px 9.28889px rgba(0, 0, 0, 0.0196296), 0px 0.5px 4.48611px rgba(0, 0, 0, 0.012037);
  border-radius: 6px;
  max-width: 680px;
  width: 100%;
  padding: 30px;
  margin: auto;
}
.notificationPopup-body__icon {
  display: block;
  margin-bottom: 20px;
}
.notificationPopup-body__title {
  font-weight: 700;
  font-size: 32px;
  text-align-last: left;
  line-height: 40px;
  margin-bottom: 10px;
}
.notificationPopup-body__text {
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #757575;
  margin-bottom: 30px;
}
.notificationPopup-body__btn {
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  height: 60px;
  max-width: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #4285F4;
  transition: all 0.3s;
  outline: none;
  background: transparent;
}
.notificationPopup-body__btn svg path {
  transition: fill 0.3s;
}
.notificationPopup-body__btn:hover {
  color: #F7931A;
  border-color: #F7931A;
}
.notificationPopup-body__btn:hover svg path {
  fill: #F7931A;
}
@media (max-width: 768px) {
  .notificationPopup-body__btn {
    max-width: none;
  }
}

#notificationPopup.active {
  display: flex;
}

.cookies {
  position: fixed;
  left: 10px;
  bottom: 10px;
  padding: 20px;
  border-radius: 10px;
  background: #25272A;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 31;
  margin-right: 10px;
  display: none;
}

.cookies__inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .cookies__inner {
    flex-direction: column;
  }
}
.cookies__text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  flex-grow: 1;
}

.cookies__text a {
  color: #4285F4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

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

.cookies .btn {
  min-width: 135px;
  gap: 10px;
  width: fit-content !important;
  border-radius: 6px;
  color: #FFF;
  padding: 10px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  height: 40px !important;
  max-height: 40px;
  border: none;
  outline: none;
  background-color: #4285F4 !important;
  cursor: pointer;
}

.cookies .btn::before {
  display: none;
}

.cookies .btn::after {
  display: none;
}

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

@media (max-width: 768px) {
  .cookies .btn {
    width: 100% !important;
    height: 50px;
    max-height: 50px;
    max-width: none !important;
  }
}
.cookies-show {
  display: block;
}

.affiliate__page {
  overflow-x: hidden;
}
.affiliate__page .container {
  max-width: 1140px;
}
.affiliate__page .top {
  position: relative;
  padding-bottom: 40px;
  padding-top: 10px;
}
.affiliate__page .top .main-btn {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}
.affiliate__page .top .main-btn svg {
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
.affiliate__page .top .main-btn .wl-btn {
  min-width: 340px;
}
@media (max-width: 768px) {
  .affiliate__page .top .main-btn .wl-btn {
    min-width: auto;
  }
}
.affiliate__page .top .main-btn .get-btn {
  min-width: 140px;
  white-space: nowrap;
  border-radius: 6px;
  background: rgba(66, 133, 244, 0.2);
  color: #4285F4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  align-items: center;
}
.affiliate__page .top .main-btn .get-btn .store-link__body {
  color: #4285F4;
  transition: all 0.2s ease-in-out;
}
.affiliate__page .top .main-btn .get-btn svg path {
  stroke: #4285F4;
}
.affiliate__page .top .main-btn .get-btn svg rect {
  stroke: #4285F4;
}
.affiliate__page .top .main-btn .get-btn:hover {
  color: #fff;
  background: rgba(66, 133, 244, 0.5);
  border: 1px solid #4285F4;
}
.affiliate__page .top .main-btn .get-btn:hover .store-link__body {
  color: #fff;
}
.affiliate__page .top .main-btn .get-btn:hover svg path {
  stroke: #fff;
}
.affiliate__page .top .main-btn .get-btn:hover svg rect {
  stroke: #fff;
}
.affiliate__page .top .main-btn.is-desktop .wl-btn {
  min-width: auto;
  max-width: 340px;
  width: 100%;
}
.affiliate__page .top .main-btn.is-desktop .store-link:last-child {
  flex-shrink: 0;
}
.affiliate__page .top .main-btn.is-desktop .store-link:nth-child(2) {
  width: max-content;
}
@media (max-width: 768px) {
  .affiliate__page .top .main-btn.is-mobile {
    display: flex;
    gap: 20px;
  }
  .affiliate__page .top .main-btn.is-mobile a, .affiliate__page .top .main-btn.is-mobile button {
    width: 100%;
    height: 56px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .affiliate__page .top .main-btn.is-mobile .store-link__body b {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.affiliate__page .top .btns > * {
  height: 60px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.affiliate__page .top .btns__subtitle {
  font-size: 11px;
  line-height: 13px;
  margin-top: 15px;
  color: #757575;
}
.affiliate__page .top .container {
  display: flex;
}
.affiliate__page .top__content {
  width: 100%;
  margin-top: 73px;
  max-width: 720px;
  flex-shrink: 0;
}
.affiliate__page .top__title {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
  width: 100%;
  font-size: 64px;
  line-height: 120%;
}
.affiliate__page .top__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 155%;
  margin-bottom: 30px;
  width: 100%;
  opacity: 0.8;
  color: #E3E3E3;
}
.affiliate__page .top__img {
  margin-left: -40px;
  margin-top: 15px;
}
.affiliate__page .top__img img {
  display: block;
  width: 950px;
  max-width: none;
}
.affiliate__page .top .main-btn {
  width: 150%;
}
.affiliate__page .top__os {
  display: block;
  margin: 60px auto 0 0;
}
@media (max-width: 768px) {
  .affiliate__page .top__os {
    margin: 30px auto 0;
  }
}
.affiliate__page .top__os--mob {
  display: none;
}
.affiliate__page .top__decoration {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -224px;
}
@media (max-width: 768px) {
  .affiliate__page .top {
    padding-bottom: 40px;
  }
  .affiliate__page .top__decoration {
    display: none;
  }
  .affiliate__page .top__title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  .affiliate__page .top__text {
    font-size: 20px;
  }
  .affiliate__page .top__content {
    max-width: none;
    margin-top: 0;
  }
  .affiliate__page .top .container {
    flex-direction: column;
  }
  .affiliate__page .top__img {
    margin-top: 30px;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .affiliate__page .top__img img {
    width: 100%;
  }
  .affiliate__page .top__os {
    margin-top: 30px;
    display: none;
  }
  .affiliate__page .top__os--mob {
    display: block;
  }
}
@media (max-width: 768px) {
  .affiliate__page .top .main-btn {
    width: 100%;
  }
  .affiliate__page .top .main-btn > * {
    max-width: none;
    width: 100%;
  }
  .affiliate__page .top .btns__subtitle {
    display: none;
  }
}
.affiliate__page .work {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .affiliate__page .work {
    margin-top: 15px;
  }
}
.affiliate__page .work .container {
  display: flex;
}
.affiliate__page .work__title {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 768px) {
  .affiliate__page .work__title {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}
.affiliate__page .work__text {
  color: #E3E3E3;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
@media (max-width: 768px) {
  .affiliate__page .work__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
  }
}
.affiliate__page .work__inner {
  display: flex;
  gap: 85px;
  align-items: center;
}
@media (max-width: 768px) {
  .affiliate__page .work__inner {
    flex-direction: column;
    gap: 30px;
  }
}
.affiliate__page .work__info {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  max-width: 720px;
  gap: 20px;
  flex-shrink: 0;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .affiliate__page .work__info {
    gap: 15px;
    max-width: none;
  }
}
.affiliate__page .work__img {
  margin-right: -13px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .affiliate__page .work__img {
    width: auto;
    margin-left: -65px;
    margin-right: -65px;
  }
}
.affiliate__page .work__img img {
  width: 466px;
}
@media (max-width: 768px) {
  .affiliate__page .work__img img {
    width: auto;
  }
}
.affiliate__page .guide {
  position: relative;
  overflow: hidden;
}
.affiliate__page .guide__bg {
  position: absolute;
  width: 100%;
  height: 3200px;
  min-width: 3322px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
}
.affiliate__page .how {
  border-radius: 45px;
  background: radial-gradient(143.24% 164.62% at -15.47% -11.51%, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 100px 0 50px;
  position: relative;
}
.affiliate__page .how .container {
  position: relative;
}
.affiliate__page .how__arrow-mob {
  display: none;
}
.affiliate__page .how__items-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 105px 0 0 20px;
}
.affiliate__page .how__btns-inner {
  margin: 0 auto;
  width: fit-content;
}
.affiliate__page .how__btns-wrapper {
  max-width: 916px;
  border-radius: 20px;
  padding: 50px 0 33px;
  background: radial-gradient(236.74% 263.82% at 50.87% -7.06%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.23) 100%);
  margin: -20px auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .affiliate__page .how__btns-wrapper {
    background: none;
  }
  .affiliate__page .how__btns-wrapper .main-btn {
    grid-template-areas: "web" "apple" "google";
  }
  .affiliate__page .how__btns-wrapper a {
    margin: 0;
    max-width: none;
    height: 56px;
  }
}
.affiliate__page .how__btns-wrapper .main-btn {
  justify-content: center;
}
.affiliate__page .how__btns-wrapper .get-btn .store-link__body {
  color: #4285F4;
  transition: all 0.2s ease-in-out;
}
.affiliate__page .how__btns-wrapper .get-btn svg path {
  stroke: #4285F4;
}
.affiliate__page .how__btns-wrapper .get-btn svg rect {
  stroke: #4285F4;
}
.affiliate__page .how__btns-wrapper .get-btn:hover {
  color: #fff;
  background: rgba(66, 133, 244, 0.5);
  border: 1px solid #4285F4;
}
.affiliate__page .how__btns-wrapper .get-btn:hover .store-link__body {
  color: #fff;
}
.affiliate__page .how__btns-wrapper .get-btn:hover svg path {
  stroke: #fff;
}
.affiliate__page .how__btns-wrapper .get-btn:hover svg rect {
  stroke: #fff;
}
.affiliate__page .how__btns-wrapper .btns__subtitle {
  display: none;
}
.affiliate__page .how__arrow {
  width: 51%;
}
.affiliate__page .how .how__item {
  z-index: 2;
  background-repeat: no-repeat;
  position: relative;
}
.affiliate__page .how__item-container {
  display: flex;
  position: relative;
}
.affiliate__page .how__item-container .how__item-num {
  height: auto;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .affiliate__page .how__item-container .how__item-num {
    display: none;
  }
}
.affiliate__page .how__item-container:nth-child(1) .how__item {
  background: url("../images/affiliate/bg-1.svg"), #F7931A no-repeat center/cover;
}
.affiliate__page .how__item-container:nth-child(1) .how__item .how__item-img {
  position: absolute;
  top: 56%;
  right: 0;
  transform: translateY(-50%);
  left: 50%;
}
@media (max-width: 1150px) {
  .affiliate__page .how__item-container:nth-child(1) .how__item .how__item-img {
    left: 65%;
  }
}
@media (max-width: 768px) {
  .affiliate__page .how__item-container:nth-child(1) .how__item .how__item-img {
    position: relative;
    min-height: auto;
    max-width: none;
    min-width: auto;
    width: 100%;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
  }
}
.affiliate__page .how__item-container:nth-child(2) .how__item {
  background: url("../images/affiliate/bg-2.svg"), #F7931A no-repeat center/cover;
}
.affiliate__page .how__item-container:nth-child(2) .how__item .how__item-img {
  position: absolute;
  top: 59%;
  right: 0;
  transform: translateY(-50%);
  left: 47%;
}
@media (max-width: 1150px) {
  .affiliate__page .how__item-container:nth-child(2) .how__item .how__item-img {
    left: 65%;
  }
}
@media (max-width: 768px) {
  .affiliate__page .how__item-container:nth-child(2) .how__item .how__item-img {
    position: relative;
    min-height: auto;
    max-width: none;
    min-width: auto;
    width: 100%;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
  }
}
.affiliate__page .how__item-container:nth-child(3) .how__item {
  background: url("../images/affiliate/bg-3.svg"), #F7931A no-repeat center/cover;
}
.affiliate__page .how__item-container:nth-child(3) .how__item .how__item-img {
  position: absolute;
  top: 54%;
  right: 0;
  transform: translateY(-50%);
  left: 58%;
}
@media (max-width: 1150px) {
  .affiliate__page .how__item-container:nth-child(3) .how__item .how__item-img {
    left: 65%;
  }
}
@media (max-width: 768px) {
  .affiliate__page .how__item-container:nth-child(3) .how__item .how__item-img {
    position: relative;
    min-height: auto;
    max-width: none;
    min-width: auto;
    width: 100%;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
  }
}
.affiliate__page .how__item-container:nth-child(4) .how__item {
  background: url("../images/affiliate/bg-4.svg"), #F7931A no-repeat center/cover;
}
.affiliate__page .how__item-container:nth-child(4) .how__item .how__item-img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  left: 41%;
}
@media (max-width: 1150px) {
  .affiliate__page .how__item-container:nth-child(4) .how__item .how__item-img {
    left: 65%;
  }
}
@media (max-width: 768px) {
  .affiliate__page .how__item-container:nth-child(4) .how__item .how__item-img {
    position: relative;
    min-height: auto;
    max-width: none;
    min-width: auto;
    width: 100%;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
  }
}
.affiliate__page .how__img-top {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1400px;
  max-width: 1400px;
}
.affiliate__page .how__img-bottom {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1490px;
  max-width: 1490px;
}
.affiliate__page .how__decoration {
  position: absolute;
  left: 50%;
  top: 80%;
  z-index: 1;
  transform: translateX(-50%);
  width: 3000px;
  max-width: none;
}
.affiliate__page .how__post {
  margin-top: 15px;
  font-size: 11px;
  line-height: 13px;
  max-width: 60%;
  color: #757575;
}
.affiliate__page .how__title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  max-width: 840px;
}
@media (max-width: 768px) {
  .affiliate__page .how__title {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}
.affiliate__page .how__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}
.affiliate__page .how__item {
  display: flex;
  border-radius: 20px;
  min-height: 280px;
  position: relative;
  align-items: center;
  padding-left: 40px;
}
.affiliate__page .how__item-pic {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
}
.affiliate__page .how__item .is-desktop {
  width: 150%;
}
.affiliate__page .how__item .main-btn {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}
.affiliate__page .how__item .main-btn svg {
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
.affiliate__page .how__item .main-btn .wl-btn {
  min-width: 340px;
}
@media (max-width: 768px) {
  .affiliate__page .how__item .main-btn .wl-btn {
    min-width: auto;
  }
}
.affiliate__page .how__item .main-btn .get-btn {
  min-width: 140px;
  white-space: nowrap;
  border-radius: 6px;
  background: rgba(66, 133, 244, 0.2);
  color: #4285F4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  align-items: center;
}
.affiliate__page .how__item .main-btn .get-btn .store-link__body {
  color: #4285F4;
  transition: all 0.2s ease-in-out;
}
.affiliate__page .how__item .main-btn .get-btn svg path {
  stroke: #4285F4;
}
.affiliate__page .how__item .main-btn .get-btn svg rect {
  stroke: #4285F4;
}
.affiliate__page .how__item .main-btn .get-btn:hover {
  color: #fff;
  background: rgba(66, 133, 244, 0.5);
  border: 1px solid #4285F4;
}
.affiliate__page .how__item .main-btn .get-btn:hover .store-link__body {
  color: #fff;
}
.affiliate__page .how__item .main-btn .get-btn:hover svg path {
  stroke: #fff;
}
.affiliate__page .how__item .main-btn .get-btn:hover svg rect {
  stroke: #fff;
}
.affiliate__page .how__item .main-btn.is-desktop .wl-btn {
  min-width: auto;
  max-width: 340px;
  width: 100%;
}
.affiliate__page .how__item .main-btn.is-desktop .store-link:last-child {
  flex-shrink: 0;
}
.affiliate__page .how__item .main-btn.is-desktop .store-link:nth-child(2) {
  width: max-content;
}
@media (max-width: 768px) {
  .affiliate__page .how__item .main-btn.is-mobile {
    display: flex;
    gap: 20px;
  }
  .affiliate__page .how__item .main-btn.is-mobile a, .affiliate__page .how__item .main-btn.is-mobile button {
    width: 100%;
    height: 56px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .affiliate__page .how__item .main-btn.is-mobile .store-link__body b {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.affiliate__page .how__item .btns > * {
  height: 60px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.affiliate__page .how__item .btns__subtitle {
  font-size: 11px;
  line-height: 13px;
  margin-top: 15px;
  color: #757575;
}
.affiliate__page .how__item-content {
  width: 100%;
  max-width: 530px;
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
.affiliate__page .how__item-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  margin-bottom: 15px;
}
.affiliate__page .how__item-title-hint {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.affiliate__page .how__item-title-hint svg {
  display: block !important;
}
.affiliate__page .how__item-title-hint:hover {
  cursor: pointer;
}
.affiliate__page .how__item-title-tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  display: flex;
  padding: 20px 30px 20px 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  width: 300px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  z-index: 10;
  display: none;
}
.affiliate__page .how__item-title-tooltip.active {
  display: block;
}
.affiliate__page .how__item-title-tooltip .close-tooltip {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
}
.affiliate__page .how__item-title-tooltip .close-tooltip:hover {
  cursor: pointer;
  opacity: 0.7;
}
.affiliate__page .how__item-title a {
  color: #fff;
  font-weight: bold;
  transition: color 0.3s;
}
.affiliate__page .how__item-title a:hover {
  color: #4285F4;
}
.affiliate__page .how__item-text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.8;
  color: #fff;
  max-width: 450px;
  width: 100%;
}
.affiliate__page .how__item-text a {
  color: #fff;
  transition: color 0.3s;
  opacity: 1;
  font-weight: bold;
}
.affiliate__page .how__item-text a:hover {
  color: #4285F4;
}
.affiliate__page .how__item-number {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: -85px;
  transform: translateY(-50%);
  width: 60px;
  padding: 15px 0;
  color: #fff;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  background: rgba(173, 173, 173, 0.2);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(9.5500001907px);
  -webkit-backdrop-filter: blur(9.5500001907px);
  color: #FFF;
  text-align: center;
  font-size: 53px;
  font-style: normal;
  font-weight: 900;
  line-height: 90px;
}
@media (max-width: 1000px) {
  .affiliate__page .how {
    padding: 50px 0px 30px;
    border-radius: 30px;
    background: radial-gradient(143.24% 164.62% at -15.47% -11.51%, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .affiliate__page .how__arrow {
    display: none;
  }
  .affiliate__page .how__decoration {
    display: none;
  }
  .affiliate__page .how__post {
    max-width: none;
  }
  .affiliate__page .how__title {
    font-size: 36px;
    line-height: 48px;
  }
  .affiliate__page .how__item {
    padding: 0 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .affiliate__page .how__item-title-tooltip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .affiliate__page .how__item .main-btn {
    margin-top: 30px;
  }
  .affiliate__page .how__item .btns__subtitle {
    display: none;
  }
  .affiliate__page .how__item-content {
    width: 100%;
  }
  .affiliate__page .how__item-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .affiliate__page .how__item-text {
    font-size: 20px;
  }
  .affiliate__page .how__wrap {
    margin-top: 40px;
    width: 100%;
  }
  .affiliate__page .how__wrap:nth-child(2) .how__item {
    background: url("../images/affiliate/how-bg-mob-1@2x.png") no-repeat center/cover;
  }
  .affiliate__page .how__wrap:nth-child(2) .how__item .store-link {
    margin: 0;
    max-width: none;
  }
  .affiliate__page .how__wrap:nth-child(3) .how__item {
    background: url("../images/affiliate/how-bg-mob-2@2x.png") no-repeat center/cover;
  }
  .affiliate__page .how__wrap:nth-child(4) .how__item {
    background: url("../images/affiliate/how-bg-mob-3@2x.png") no-repeat center/cover;
  }
}
@media (max-width: 768px) {
  .affiliate__page .how .how__arrow-wrap {
    position: relative;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .affiliate__page .how .how__btns-inner {
    margin: 0;
    width: 100%;
  }
  .affiliate__page .how .how__arrow-mob {
    display: block;
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    bottom: 0;
  }
  .affiliate__page .how .how__btns-wrapper {
    padding: 50px 0 0;
  }
  .affiliate__page .how .how__img-bottom {
    display: none;
  }
  .affiliate__page .how .how__img-top {
    display: none;
  }
  .affiliate__page .how .how__post {
    display: none;
  }
  .affiliate__page .how .how__items-container {
    padding: 15px 0 0 0;
    gap: 0;
  }
  .affiliate__page .how .how__item-container {
    flex-direction: column;
    gap: 40px;
  }
  .affiliate__page .how .how__item {
    align-items: stretch;
    padding: 40px 20px 0;
  }
  .affiliate__page .how .how__item-pic {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    left: auto;
    overflow: hidden;
    width: auto;
    height: 100%;
    margin-left: -20px;
    margin-right: -20px;
  }
  .affiliate__page .how .how__item-title-tooltip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .affiliate__page .how .how__item-number {
    width: 75px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    height: 48px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    top: -24px;
  }
  .affiliate__page .how .how__item-content {
    margin-bottom: 30px;
    padding: 0;
  }
}
@media (max-width: 599px) {
  .affiliate__page .how .how__item-title-hint {
    position: static;
  }
  .affiliate__page .how .how__item-title-tooltip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    top: -185px;
    min-height: 180px;
  }
}
.affiliate__page .try {
  padding: 95px 0 60px;
  position: relative;
  z-index: 3;
}
.affiliate__page .try__container {
  max-width: 1100px;
  padding: 0 50px 50px;
  background: #434752;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.affiliate__page .try__img {
  position: absolute;
  left: 50%;
  top: 0px;
  display: block;
  max-width: 550px;
}
@media (max-width: 1100px) {
  .affiliate__page .try__img {
    left: 60%;
  }
}
@media (max-width: 1000px) {
  .affiliate__page .try__img {
    display: none;
  }
}
.affiliate__page .try__title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  max-width: 52%;
  width: 100%;
}
@media (max-width: 1000px) {
  .affiliate__page .try__title {
    max-width: none;
    text-align: center;
  }
}
.affiliate__page .try__title-wrapper {
  display: flex;
  align-items: center;
  min-height: 314px;
}
@media (max-width: 768px) {
  .affiliate__page .try__title-wrapper {
    align-items: stretch;
  }
}
.affiliate__page .try__text {
  max-width: 56.82%;
  width: 100%;
  margin-bottom: 100px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #ABB0BB;
}
.affiliate__page .try .item {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 240px;
  margin-top: 20px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.affiliate__page .try .item picture {
  flex-shrink: 0;
}
.affiliate__page .try .item .grow {
  min-height: 240px;
}
.affiliate__page .try .item__content {
  flex-shrink: 0;
  max-width: 500px;
}
.affiliate__page .try .item__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
  color: #fff;
}
.affiliate__page .try .item__title span {
  color: #F7931A;
}
.affiliate__page .try .item__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #F7931A;
}
.affiliate__page .try .item__img--last {
  margin-top: auto;
}
.affiliate__page .try .main-btn {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}
.affiliate__page .try .main-btn svg {
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
.affiliate__page .try .main-btn .wl-btn {
  min-width: 340px;
}
@media (max-width: 768px) {
  .affiliate__page .try .main-btn .wl-btn {
    min-width: auto;
  }
}
.affiliate__page .try .main-btn .get-btn {
  min-width: 140px;
  white-space: nowrap;
  border-radius: 6px;
  background: rgba(66, 133, 244, 0.2);
  color: #4285F4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  align-items: center;
}
.affiliate__page .try .main-btn .get-btn .store-link__body {
  color: #4285F4;
  transition: all 0.2s ease-in-out;
}
.affiliate__page .try .main-btn .get-btn svg path {
  stroke: #4285F4;
}
.affiliate__page .try .main-btn .get-btn svg rect {
  stroke: #4285F4;
}
.affiliate__page .try .main-btn .get-btn:hover {
  color: #fff;
  background: rgba(66, 133, 244, 0.5);
  border: 1px solid #4285F4;
}
.affiliate__page .try .main-btn .get-btn:hover .store-link__body {
  color: #fff;
}
.affiliate__page .try .main-btn .get-btn:hover svg path {
  stroke: #fff;
}
.affiliate__page .try .main-btn .get-btn:hover svg rect {
  stroke: #fff;
}
.affiliate__page .try .main-btn.is-desktop .wl-btn {
  min-width: auto;
  max-width: 340px;
  width: 100%;
}
.affiliate__page .try .main-btn.is-desktop .store-link:last-child {
  flex-shrink: 0;
}
.affiliate__page .try .main-btn.is-desktop .store-link:nth-child(2) {
  width: max-content;
}
@media (max-width: 768px) {
  .affiliate__page .try .main-btn.is-mobile {
    display: flex;
    gap: 20px;
  }
  .affiliate__page .try .main-btn.is-mobile a, .affiliate__page .try .main-btn.is-mobile button {
    width: 100%;
    height: 56px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .affiliate__page .try .main-btn.is-mobile .store-link__body b {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.affiliate__page .try .btns > * {
  height: 60px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.affiliate__page .try .btns__subtitle {
  font-size: 11px;
  line-height: 13px;
  margin-top: 15px;
  color: #757575;
}
.affiliate__page .try .store-link {
  max-width: none;
  text-align: left;
}
.affiliate__page .try .main-btn {
  margin-top: 50px;
  justify-content: center;
}
.affiliate__page .try .btns__subtitle {
  text-align: center;
}
@media (max-width: 800px) {
  .affiliate__page .try {
    padding: 50px 0 20px;
  }
  .affiliate__page .try .btns__subtitle {
    display: none;
  }
  .affiliate__page .try .item {
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
  }
  .affiliate__page .try .item .grow {
    min-height: auto;
  }
  .affiliate__page .try .item__content {
    text-align: left;
    width: 100%;
  }
  .affiliate__page .try .item__img {
    margin-bottom: -20px;
    margin-left: -20px;
    margin-top: 20px;
    max-width: inherit;
    width: calc(100% + 40px);
  }
  .affiliate__page .try__title {
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    max-width: none;
    margin: 0 auto 15px;
  }
  .affiliate__page .try__container {
    text-align: center;
  }
  .affiliate__page .try__text {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 auto 20px;
    max-width: none;
  }
  .affiliate__page .try__container {
    padding: 0;
    background: transparent;
  }
}
@media (max-width: 768px) {
  .affiliate__page .try .try__title-wrapper {
    margin-bottom: 0;
  }
  .affiliate__page .try .try__title {
    margin-bottom: 30px;
  }
  .affiliate__page .try .try__container {
    overflow: visible;
  }
  .affiliate__page .try .try__title-wrapper {
    flex-direction: column;
  }
  .affiliate__page .try .try__title-wrapper picture {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .affiliate__page .try .try__img {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    left: 50%;
    max-width: none;
    transform: translateX(-50%);
    display: block;
  }
}
.affiliate__page .news--block-page {
  background: transparent;
}
.affiliate__page .news--block-page .title {
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
}
.affiliate__page .news--block-page .desc {
  font-size: 20px;
  color: #ABB0BB;
  opacity: 0.8;
}
.affiliate__page .news--block-page .news-list-item {
  border: none;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 800px) {
  .affiliate__page .news--block-page .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .affiliate__page .news--block-page .desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
}
.affiliate__page .news .container {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .affiliate__page .news .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.affiliate__page .news .news-list-item__content {
  margin-bottom: auto;
}
.affiliate__page .google-btn,
.affiliate__page .apple-btn {
  display: none;
}
@media (max-width: 768px) {
  .affiliate__page.android .google-btn {
    display: inline-flex;
    max-width: none;
  }
  .affiliate__page.apple .apple-btn {
    display: inline-flex;
    max-width: none;
  }
}
.affiliate__page .social-btns .social-btn_tw {
  background-color: #000;
}
.affiliate__page .social-btns .social-btn_tw:hover {
  background-color: #252525;
}
.affiliate__page .social-btns .social-btn_tw:active {
  opacity: 0.7;
}
.affiliate__page .social-btns .social-btn_tw:before {
  background-image: url("../images/sharing/icon-x.svg");
}

.coin__adv__page {
  overflow-x: hidden;
  --white: #fff;
  --text-secondary: #E3E3E3;
  --orange: #F7931A;
}
.coin__adv__page .top {
  position: relative;
  padding-bottom: 60px;
}
.coin__adv__page .top .main-btn {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}
.coin__adv__page .top .main-btn svg {
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
.coin__adv__page .top .main-btn .wl-btn {
  min-width: 340px;
}
@media (max-width: 768px) {
  .coin__adv__page .top .main-btn .wl-btn {
    min-width: auto;
  }
}
.coin__adv__page .top .main-btn .get-btn {
  min-width: 140px;
  white-space: nowrap;
  border-radius: 6px;
  background: rgba(66, 133, 244, 0.2);
  color: #4285F4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  align-items: center;
}
.coin__adv__page .top .main-btn .get-btn .store-link__body {
  color: #4285F4;
  transition: all 0.2s ease-in-out;
}
.coin__adv__page .top .main-btn .get-btn svg path {
  stroke: #4285F4;
}
.coin__adv__page .top .main-btn .get-btn svg rect {
  stroke: #4285F4;
}
.coin__adv__page .top .main-btn .get-btn:hover {
  color: #fff;
  background: rgba(66, 133, 244, 0.5);
  border: 1px solid #4285F4;
}
.coin__adv__page .top .main-btn .get-btn:hover .store-link__body {
  color: #fff;
}
.coin__adv__page .top .main-btn .get-btn:hover svg path {
  stroke: #fff;
}
.coin__adv__page .top .main-btn .get-btn:hover svg rect {
  stroke: #fff;
}
.coin__adv__page .top .main-btn.is-desktop .wl-btn {
  min-width: auto;
  max-width: 340px;
  width: 100%;
}
.coin__adv__page .top .main-btn.is-desktop .store-link:last-child {
  flex-shrink: 0;
}
.coin__adv__page .top .main-btn.is-desktop .store-link:nth-child(2) {
  width: max-content;
}
@media (max-width: 768px) {
  .coin__adv__page .top .main-btn.is-mobile {
    display: flex;
    gap: 20px;
  }
  .coin__adv__page .top .main-btn.is-mobile a, .coin__adv__page .top .main-btn.is-mobile button {
    width: 100%;
    height: 56px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .coin__adv__page .top .main-btn.is-mobile .store-link__body b {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.coin__adv__page .top .btns > * {
  height: 60px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.coin__adv__page .top .btns__subtitle {
  font-size: 11px;
  line-height: 13px;
  margin-top: 15px;
  color: #757575;
}
.coin__adv__page .top .container {
  display: flex;
  max-width: 1140px;
}
.coin__adv__page .top__content {
  width: 100%;
  margin-top: 109px;
  max-width: 660px;
  flex-shrink: 0;
}
.coin__adv__page .top__title {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
  width: 100%;
  font-size: 64px;
  line-height: 120%;
}
.coin__adv__page .top__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 155%;
  margin-bottom: 30px;
  width: 100%;
  opacity: 0.8;
  color: #E3E3E3;
}
.coin__adv__page .top__img {
  display: block;
  width: 1156px;
  margin-left: -15%;
  transform: translateX(-2%);
  max-height: 680px;
  max-width: none;
}
.coin__adv__page .top .main-btn {
  width: 150%;
}
.coin__adv__page .top__os {
  display: block;
  margin: 60px auto 0 0;
}
.coin__adv__page .top__os--mob {
  display: none;
}
.coin__adv__page .top__decoration {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -224px;
}
@media (max-width: 800px) {
  .coin__adv__page .top {
    padding-bottom: 30px;
  }
  .coin__adv__page .top__decoration {
    display: none;
  }
  .coin__adv__page .top__title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  .coin__adv__page .top__text {
    font-size: 20px;
  }
  .coin__adv__page .top__content {
    max-width: none;
    margin-top: 0;
  }
  .coin__adv__page .top .container {
    flex-direction: column;
  }
  .coin__adv__page .top__img {
    position: relative;
    margin: 0;
    margin-top: 40px;
    width: 873px;
    left: 50%;
    transform: translateX(-42%);
  }
  .coin__adv__page .top__os {
    margin: 20px auto 0;
    display: none;
  }
  .coin__adv__page .top__os--mob {
    display: block;
  }
}
.coin__adv__page .make {
  padding-bottom: 60px;
}
.coin__adv__page .make .main-btn {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}
.coin__adv__page .make .main-btn svg {
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
.coin__adv__page .make .main-btn .wl-btn {
  min-width: 340px;
}
@media (max-width: 768px) {
  .coin__adv__page .make .main-btn .wl-btn {
    min-width: auto;
  }
}
.coin__adv__page .make .main-btn .get-btn {
  min-width: 140px;
  white-space: nowrap;
  border-radius: 6px;
  background: rgba(66, 133, 244, 0.2);
  color: #4285F4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  align-items: center;
}
.coin__adv__page .make .main-btn .get-btn .store-link__body {
  color: #4285F4;
  transition: all 0.2s ease-in-out;
}
.coin__adv__page .make .main-btn .get-btn svg path {
  stroke: #4285F4;
}
.coin__adv__page .make .main-btn .get-btn svg rect {
  stroke: #4285F4;
}
.coin__adv__page .make .main-btn .get-btn:hover {
  color: #fff;
  background: rgba(66, 133, 244, 0.5);
  border: 1px solid #4285F4;
}
.coin__adv__page .make .main-btn .get-btn:hover .store-link__body {
  color: #fff;
}
.coin__adv__page .make .main-btn .get-btn:hover svg path {
  stroke: #fff;
}
.coin__adv__page .make .main-btn .get-btn:hover svg rect {
  stroke: #fff;
}
.coin__adv__page .make .main-btn.is-desktop .wl-btn {
  min-width: auto;
  max-width: 340px;
  width: 100%;
}
.coin__adv__page .make .main-btn.is-desktop .store-link:last-child {
  flex-shrink: 0;
}
.coin__adv__page .make .main-btn.is-desktop .store-link:nth-child(2) {
  width: max-content;
}
@media (max-width: 768px) {
  .coin__adv__page .make .main-btn.is-mobile {
    display: flex;
    gap: 20px;
  }
  .coin__adv__page .make .main-btn.is-mobile a, .coin__adv__page .make .main-btn.is-mobile button {
    width: 100%;
    height: 56px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .coin__adv__page .make .main-btn.is-mobile .store-link__body b {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.coin__adv__page .make .btns > * {
  height: 60px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.coin__adv__page .make .btns__subtitle {
  font-size: 11px;
  line-height: 13px;
  margin-top: 15px;
  color: #757575;
}
.coin__adv__page .make__card {
  border-radius: 20px;
  position: relative;
  background: radial-gradient(105.63% 139.66% at 1.95% 0.55%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
  padding: 50px;
}
.coin__adv__page .make__title {
  max-width: 530px;
  width: 100%;
  margin-bottom: 20px;
  color: var(--white);
  line-height: 120%;
  font-size: 48px;
  font-weight: bold;
}
.coin__adv__page .make__text {
  max-width: 530px;
  width: 100%;
  line-height: 155%;
  font-size: 20px;
  color: var(--text-secondary);
  opacity: 0.8;
  margin-bottom: 40px;
}
.coin__adv__page .make__decoration {
  position: absolute;
  left: 50%;
  top: 75%;
  z-index: 1;
  transform: translateX(-50%);
  width: 3000px;
  max-width: none;
  opacity: 0.5;
}
.coin__adv__page .make .banner-holder {
  margin-bottom: 56px;
}
.coin__adv__page .make .banner-holder__text {
  max-width: 400px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
  color: #757575;
}
.coin__adv__page .make__banner {
  background: url("../images/coins/banner-bg@2x.png") no-repeat center/cover, var(--orange);
  border-radius: 20px;
  padding: 30px 40px;
  line-height: 32px;
  font-size: 20px;
  color: var(--white);
}
.coin__adv__page .make__banner p {
  max-width: 400px;
  width: 100%;
}
.coin__adv__page .make__img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 717px;
  width: 65.1%;
}
.coin__adv__page .make .btns__subtitle {
  text-align: center;
}
.coin__adv__page .make .main-btn {
  justify-content: center;
}
.coin__adv__page .make .item {
  position: relative;
  min-height: 240px;
  z-index: 2;
  border-radius: 20px;
  background: #5B5D60;
  margin-bottom: 20px;
  display: flex;
  align-items: stretch;
}
.coin__adv__page .make .item__content {
  padding-left: 50px;
  align-self: center;
  max-width: 500px;
  width: 100%;
}
.coin__adv__page .make .item__title {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: bold;
  color: var(--white);
  line-height: 34px;
}
.coin__adv__page .make .item__text {
  font-size: 20px;
  line-height: 32px;
  color: var(--orange);
}
.coin__adv__page .make .item__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 800px) {
  .coin__adv__page .make {
    padding: 30px 0;
  }
  .coin__adv__page .make__card {
    padding: 0;
    background: transparent;
  }
  .coin__adv__page .make__img {
    position: relative;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 435px;
    margin-bottom: -70px;
  }
  .coin__adv__page .make__decoration {
    display: none;
  }
  .coin__adv__page .make__title {
    max-width: none;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
    text-align: center;
  }
  .coin__adv__page .make__text {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    max-width: none;
  }
  .coin__adv__page .make .banner-holder__text {
    max-width: 100%;
  }
  .coin__adv__page .make__banner {
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    background: url("../images/coins/banner-bg-mob@2x.png") no-repeat center/cover, var(--orange);
  }
  .coin__adv__page .make__banner p {
    max-width: none;
  }
  .coin__adv__page .make .item {
    padding: 30px 0 20px;
    flex-direction: column;
    overflow: hidden;
    gap: 20px;
  }
  .coin__adv__page .make .item__content {
    max-width: none;
    padding: 0 20px;
  }
  .coin__adv__page .make .item__img {
    position: static;
  }
  .coin__adv__page .make .item:nth-child(7) {
    padding-bottom: 0;
  }
  .coin__adv__page .make .item:nth-child(7) .item__img {
    margin-left: auto;
    width: 100%;
  }
}
.coin__adv__page .lenta {
  position: relative;
  padding: 60px 0;
  z-index: 2;
}
.coin__adv__page .lenta .main-btn {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}
.coin__adv__page .lenta .main-btn svg {
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
.coin__adv__page .lenta .main-btn .wl-btn {
  min-width: 340px;
}
@media (max-width: 768px) {
  .coin__adv__page .lenta .main-btn .wl-btn {
    min-width: auto;
  }
}
.coin__adv__page .lenta .main-btn .get-btn {
  min-width: 140px;
  white-space: nowrap;
  border-radius: 6px;
  background: rgba(66, 133, 244, 0.2);
  color: #4285F4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  align-items: center;
}
.coin__adv__page .lenta .main-btn .get-btn .store-link__body {
  color: #4285F4;
  transition: all 0.2s ease-in-out;
}
.coin__adv__page .lenta .main-btn .get-btn svg path {
  stroke: #4285F4;
}
.coin__adv__page .lenta .main-btn .get-btn svg rect {
  stroke: #4285F4;
}
.coin__adv__page .lenta .main-btn .get-btn:hover {
  color: #fff;
  background: rgba(66, 133, 244, 0.5);
  border: 1px solid #4285F4;
}
.coin__adv__page .lenta .main-btn .get-btn:hover .store-link__body {
  color: #fff;
}
.coin__adv__page .lenta .main-btn .get-btn:hover svg path {
  stroke: #fff;
}
.coin__adv__page .lenta .main-btn .get-btn:hover svg rect {
  stroke: #fff;
}
.coin__adv__page .lenta .main-btn.is-desktop .wl-btn {
  min-width: auto;
  max-width: 340px;
  width: 100%;
}
.coin__adv__page .lenta .main-btn.is-desktop .store-link:last-child {
  flex-shrink: 0;
}
.coin__adv__page .lenta .main-btn.is-desktop .store-link:nth-child(2) {
  width: max-content;
}
@media (max-width: 768px) {
  .coin__adv__page .lenta .main-btn.is-mobile {
    display: flex;
    gap: 20px;
  }
  .coin__adv__page .lenta .main-btn.is-mobile a, .coin__adv__page .lenta .main-btn.is-mobile button {
    width: 100%;
    height: 56px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .coin__adv__page .lenta .main-btn.is-mobile .store-link__body b {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.coin__adv__page .lenta .btns > * {
  height: 60px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.coin__adv__page .lenta .btns__subtitle {
  font-size: 11px;
  line-height: 13px;
  margin-top: 15px;
  color: #757575;
}
.coin__adv__page .lenta__title {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: var(--white);
}
.coin__adv__page .lenta__text {
  text-align: center;
  color: var(--text-secondary);
  max-width: 900px;
  font-size: 20px;
  line-height: 155%;
  width: 100%;
  margin: 0 auto 40px;
  opacity: 0.8;
}
.coin__adv__page .lenta .main-btn {
  justify-content: center;
  margin-top: 40px;
}
.coin__adv__page .lenta .btns__subtitle {
  text-align: center;
}
@media (max-width: 800px) {
  .coin__adv__page .lenta {
    padding: 30px 0;
  }
  .coin__adv__page .lenta__title {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 15px;
  }
  .coin__adv__page .lenta__text {
    max-width: none;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 32px;
  }
  .coin__adv__page .lenta .main-btn {
    margin-top: 30px;
  }
}
.coin__adv__page .question {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
.coin__adv__page .question__card {
  border-radius: 20px;
  padding: 40px 50px;
  background: #434752;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coin__adv__page .question__img {
  display: block;
  max-width: 425px;
  width: 100%;
}
.coin__adv__page .question__content {
  max-width: 530px;
  width: 100%;
}
.coin__adv__page .question__title {
  font-weight: bold;
  color: var(--white);
  font-size: 48px;
  margin-bottom: 10px;
  line-height: 60px;
}
.coin__adv__page .question__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  margin-bottom: 30px;
  color: var(--text-secondary);
  opacity: 0.8;
}
.coin__adv__page .question .btn_primary {
  height: 60px;
  max-width: 247px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .coin__adv__page .question {
    padding: 30px 0;
  }
  .coin__adv__page .question__card {
    background: #494949;
    padding: 30px 20px 20px;
    flex-direction: column;
  }
  .coin__adv__page .question__title {
    font-size: 26px;
    color: var(--white);
    margin-bottom: 10px;
    text-align: center;
    line-height: 34px;
  }
  .coin__adv__page .question__text {
    font-size: 20px;
    color: #E3E3E3;
    text-align: center;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .coin__adv__page .question .btn_primary {
    max-width: none;
    height: 56px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.coin__adv__page .news--block-page {
  background: transparent;
}
.coin__adv__page .news--block-page .title {
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
}
.coin__adv__page .news--block-page .desc {
  font-size: 20px;
  color: #ABB0BB;
  opacity: 0.8;
}
.coin__adv__page .news--block-page .news-list-item {
  border: none;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 800px) {
  .coin__adv__page .news--block-page .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .coin__adv__page .news--block-page .desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
}
.coin__adv__page .marquee {
  margin-top: 20px;
}
.coin__adv__page .marquee__item {
  padding: 20px;
  width: 280px;
  transition: all 0.9s linear;
  flex-shrink: 0;
  background: #434752;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.coin__adv__page .marquee__item-name, .coin__adv__page .marquee__item-code {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.coin__adv__page .marquee__item-code {
  color: #A4A4A4;
  text-transform: uppercase;
}
.coin__adv__page .marquee {
  --gap: 20px;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  overflow: hidden;
  gap: var(--gap);
}
.coin__adv__page .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  gap: var(--gap);
  min-width: 100%;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .coin__adv__page .marquee__content {
    animation-play-state: paused !important;
  }
}
.coin__adv__page .marquee__content {
  animation: scroll 30s linear infinite;
}
.coin__adv__page .marquee--reverse .marquee__content {
  animation-direction: reverse;
}
.coin__adv__page .marquee:hover .marquee__content {
  animation-play-state: paused;
}
.coin__adv__page .social-btn_fb {
  display: none !important;
}
.coin__adv__page .social-btn_tw {
  background-color: #000;
}
.coin__adv__page .social-btn_tw:hover {
  background-color: #252525;
}
.coin__adv__page .social-btn_tw:active {
  opacity: 0.7;
}
.coin__adv__page .social-btn_tw:before {
  background-image: url("../images/sharing/icon-x.svg");
}
.coin__adv__page .sticky-sharing .social-btns__more {
  box-shadow: none;
  background-color: transparent;
  border: 2px solid #737781;
  transition: all 0.3s;
}
.coin__adv__page .sticky-sharing .social-btns__more:before {
  background-color: #fff;
  border-radius: 10px;
}
.coin__adv__page .sticky-sharing .social-btns__more:after {
  background-color: #fff;
  border-radius: 10px;
}
.coin__adv__page .sticky-sharing .social-btns__more:hover {
  box-shadow: none;
  border: 2px solid #4285F4;
}
.coin__adv__page .sticky-sharing .social-btns__more:hover:before {
  background-color: #4285F4;
}
.coin__adv__page .sticky-sharing .social-btns__more:hover:after {
  background-color: #4285F4;
}
.coin__adv__page .news--block-page {
  position: relative;
  z-index: 2;
}
.coin__adv__page .make .container {
  max-width: 1140px;
}
@media screen and (max-width: 960px) {
  .coin__adv__page .make__text {
    max-width: 100%;
    text-align: center;
  }
  .coin__adv__page .make__title {
    max-width: 100%;
    text-align: center;
  }
  .coin__adv__page .make__banner p {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .coin__adv__page .main-btn {
    width: 100% !important;
  }
  .coin__adv__page .main-btn > * {
    max-width: none;
    width: 100%;
  }
  .coin__adv__page .btns__subtitle {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .coin__adv__page .make__img {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .coin__adv__page .make__img {
    position: relative;
    display: block;
    width: 435px;
    margin: 0 auto -70px;
  }
}
@media screen and (max-width: 800px) {
  .coin__adv__page .make__img {
    margin: 0 0 -70px;
  }
}
.coin__adv__page .make .item {
  justify-content: space-between;
}
.coin__adv__page .make .item__img {
  position: relative;
  max-width: 370px;
  min-height: 100%;
  object-position: -10px 0;
  object-fit: cover;
}
.coin__adv__page .make .item__content {
  max-width: none;
}
@media screen and (max-width: 960px) {
  .coin__adv__page .make .item {
    flex-direction: column;
    padding: 30px 20px 20px;
  }
  .coin__adv__page .make .item__content {
    padding: 0;
    text-align: center;
  }
  .coin__adv__page .make .item__img {
    display: block;
    margin: 30px auto -20px;
  }
}
@media screen and (max-width: 800px) {
  .coin__adv__page .make .item__content {
    text-align: left;
  }
}
@media only screen and (min-width: 1101px) {
  .coin__adv__page .header {
    flex-direction: row;
  }
  .coin__adv__page .header.fixed:not(.header--not-fixed) .header__wrapper {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    background-color: rgba(42, 44, 50, 0.95) !important;
    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;
  }
  .coin__adv__page .header.fixed:not(.header--not-fixed) .header__wrapper .header__container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .coin__adv__page .header.fixed:not(.header--not-fixed) .header__wrapper .logo {
    height: 60px;
  }
  .coin__adv__page .header.fixed:not(.header--not-fixed) .header__wrapper .logo svg {
    max-height: 100%;
    width: auto !important;
  }
  .coin__adv__page .header .logo {
    margin-bottom: 0;
  }
  .coin__adv__page .header__container {
    flex-direction: row;
    min-height: 80px;
  }
  .coin__adv__page .header__menu {
    margin-right: 15px;
    margin-left: auto;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .coin__adv__page .header {
    flex-direction: column;
  }
  .coin__adv__page .header .logo {
    margin-bottom: 30px;
  }
  .coin__adv__page .header__container {
    flex-direction: column;
  }
  .coin__adv__page .header__menu {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1151px) {
  .coin__adv__page.page_es .header {
    flex-direction: row;
  }
  .coin__adv__page.page_es .header.fixed:not(.header--not-fixed) .header__wrapper {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    background-color: rgba(42, 44, 50, 0.95) !important;
    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;
  }
  .coin__adv__page.page_es .header.fixed:not(.header--not-fixed) .header__wrapper .header__container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .coin__adv__page.page_es .header.fixed:not(.header--not-fixed) .header__wrapper .logo {
    height: 60px;
  }
  .coin__adv__page.page_es .header.fixed:not(.header--not-fixed) .header__wrapper .logo svg {
    max-height: 100%;
    width: auto !important;
  }
  .coin__adv__page.page_es .header .logo {
    margin-bottom: 0;
  }
  .coin__adv__page.page_es .header__container {
    flex-direction: row;
    min-height: 80px;
  }
  .coin__adv__page.page_es .header__menu {
    margin-right: 15px;
    margin-left: auto;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .coin__adv__page.page_es .header {
    flex-direction: column;
  }
  .coin__adv__page.page_es .header .logo {
    margin-bottom: 30px;
  }
  .coin__adv__page.page_es .header__container {
    flex-direction: column;
  }
  .coin__adv__page.page_es .header__menu {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1051px) {
  .coin__adv__page.page_ru .header {
    flex-direction: row;
  }
  .coin__adv__page.page_ru .header.fixed:not(.header--not-fixed) .header__wrapper {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    background-color: rgba(42, 44, 50, 0.95) !important;
    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;
  }
  .coin__adv__page.page_ru .header.fixed:not(.header--not-fixed) .header__wrapper .header__container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .coin__adv__page.page_ru .header.fixed:not(.header--not-fixed) .header__wrapper .logo {
    height: 60px;
  }
  .coin__adv__page.page_ru .header.fixed:not(.header--not-fixed) .header__wrapper .logo svg {
    max-height: 100%;
    width: auto !important;
  }
  .coin__adv__page.page_ru .header .logo {
    margin-bottom: 0;
  }
  .coin__adv__page.page_ru .header__container {
    flex-direction: row;
    min-height: 80px;
  }
  .coin__adv__page.page_ru .header__menu {
    margin-right: 15px;
    margin-left: auto;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .coin__adv__page.page_ru .header {
    flex-direction: column;
  }
  .coin__adv__page.page_ru .header .logo {
    margin-bottom: 30px;
  }
  .coin__adv__page.page_ru .header__container {
    flex-direction: column;
  }
  .coin__adv__page.page_ru .header__menu {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }
}

.page__feedback .form-content {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.page__feedback .form-content #timeout {
  display: none;
}
.page__feedback .form-content #timeout.active {
  display: block;
}
@media (max-width: 768px) {
  .page__feedback .form-content {
    flex-direction: column;
    margin-top: 0;
    gap: 30px;
    margin-bottom: 40px;
  }
  .page__feedback .form-content .card_form {
    padding: 15px 15px 20px;
  }
  .page__feedback .form-content .card_form h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    margin-bottom: 15px;
  }
  .page__feedback .form-content .card_form p {
    text-align: center;
  }
}
.page__feedback .form-content .input[data-select=subject] {
  display: block;
}
.page__feedback .feedback-content {
  max-width: 701px;
}
.page__feedback .feedback-content .card_form {
  width: 100%;
  max-width: none;
}
.page__feedback .faq-content .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.168px;
  color: #000;
}
.page__feedback .faq-content .text {
  color: #494949;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.168px;
}
.page__feedback .faq-content__blocks {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  gap: 10px;
  display: none;
}
.page__feedback .faq-content__blocks.active {
  display: flex;
}
.page__feedback .faq-content__block {
  border-radius: 6px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  max-width: 309px;
  color: #000;
  transition: all 0.3s;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}
@media (max-width: 768px) {
  .page__feedback .faq-content__block {
    max-width: none;
  }
}
.page__feedback .faq-content__block svg {
  stroke: #b3b3b3;
  flex-shrink: 0;
}
.page__feedback .faq-content__block:hover {
  border: 1px solid #F7931A;
}
.page__feedback .faq-content__block:hover .faq-content__block-header {
  color: #F7931A;
  border-bottom: 1px solid #F7931A;
}
.page__feedback .faq-content__block:hover .faq-content__block-footer {
  background: #FFF5E9;
}
.page__feedback .faq-content__block:hover svg {
  stroke: #F7931A;
}
.page__feedback .faq-content__block-header {
  padding: 15px;
  border-bottom: 1px solid #D6D6D6;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page__feedback .faq-content__block-header p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.046px;
}
.page__feedback .faq-content__block-footer {
  padding: 15px;
  background: #F7F7F7;
  border-radius: 0 0 6px 6px;
}
.page__feedback .faq-content__block-footer div {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.046px;
  margin: 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 68px;
}
.page__feedback .faq-content__block-footer div ul {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page__feedback.page--black #formSent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page__feedback.page--black #formSent .popup__handler {
  border-radius: 20px;
  background: #303137;
  max-width: 764px;
}
.page__feedback.page--black #formSent .popup__handler picture {
  align-self: flex-end;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .page__feedback.page--black #formSent .popup__handler picture {
    align-self: center;
  }
}
.page__feedback.page--black #formSent .popup__handler .popup__content {
  background: none;
  display: flex;
  padding: 0;
}
@media (max-width: 768px) {
  .page__feedback.page--black #formSent .popup__handler .popup__content {
    flex-direction: column;
    align-items: center;
  }
}
.page__feedback.page--black #formSent .popup__handler .popup__inner {
  display: flex;
  flex-direction: column;
  padding: 50px 20px 50px 50px;
  gap: 20px;
}
@media (max-width: 768px) {
  .page__feedback.page--black #formSent .popup__handler .popup__inner {
    padding: 30px 20px 25px;
  }
}
.page__feedback.page--black #formSent .popup__handler .popup__footer {
  border-radius: 0px 0px 20px 20px;
  border-top: 1px solid #737781;
  background: #3F4045;
}
@media (max-width: 768px) {
  .page__feedback.page--black #formSent .popup__handler .popup__footer {
    padding: 20px;
  }
}
.page__feedback.page--black #formSent .popup__handler .popup__footer .btn {
  border-radius: 10px;
  background: #4285F4;
  height: 60px;
  max-width: 330px;
  box-shadow: 0px 7px 18px 0px rgba(66, 133, 244, 0.39), 0px 2.696px 5.733px 0px rgba(66, 133, 244, 0.24), 0px 0.57px 1.467px 0px rgba(66, 133, 244, 0.15);
}
.page__feedback.page--black #formSent .popup__handler .popup__footer .btn:hover {
  box-shadow: 0px 7px 18px rgba(247, 147, 26, 0.39), 0px 2.6963px 5.73333px rgba(247, 147, 26, 0.236889), 0px 0.57037px 1.46667px rgba(247, 147, 26, 0.153111);
  background: #f7931a;
}
@media (max-width: 768px) {
  .page__feedback.page--black #formSent .popup__handler .popup__footer .btn {
    height: 50px;
    max-width: none;
  }
}
.page__feedback.page--black #formSent .popup__handler .popup__close {
  border-radius: 6px;
  background: #4285F4;
}
@media (max-width: 768px) {
  .page__feedback.page--black #formSent .popup__handler .popup__close {
    display: none !important;
  }
}
.page__feedback.page--black #formSent .popup__handler .popup__close:hover {
  background: #f7931a;
}
.page__feedback.page--black #formSent .popup__handler h2 {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 768px) {
  .page__feedback.page--black #formSent .popup__handler h2 {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.091px;
  }
}
.page__feedback.page--black #formSent .popup__handler p {
  color: #BEC1C8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .page__feedback.page--black #formSent .popup__handler p {
    color: #BEC1C8;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.page__feedback.page--black .form-content {
  gap: 20px;
  margin-top: 0;
}
@media (max-width: 900px) {
  .page__feedback.page--black .form-content {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .page__feedback.page--black .form-content {
    padding: 50px 0;
    gap: 30px;
  }
}
.page__feedback.page--black .form-content .feedback-content {
  max-width: 764px;
}
.page__feedback.page--black .form-content .feedback-content #requests {
  margin-top: -10px;
  margin-bottom: 30px;
}
.page__feedback.page--black .form-content .feedback-content #dropContainer {
  width: 100%;
  max-width: none;
  border-radius: 10px;
  border: 1px dashed #737781;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  gap: 10px;
  max-height: 110px;
}
@media (max-width: 768px) {
  .page__feedback.page--black .form-content .feedback-content #dropContainer {
    border: none;
    padding: 0;
    overflow: visible;
  }
}
.page__feedback.page--black .form-content .feedback-content #dropContainer .card__error-input {
  color: #F74249;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.046px;
  margin-top: 0;
}
.page__feedback.page--black .form-content .feedback-content #dropContainer:hover {
  border-radius: 10px;
  border: 1px dashed #FFF;
  background: #3F4045;
}
@media (max-width: 768px) {
  .page__feedback.page--black .form-content .feedback-content #dropContainer:hover {
    border: none;
    background: inherit;
    border-radius: 0;
  }
  .page__feedback.page--black .form-content .feedback-content #dropContainer:hover #choose-file {
    border-radius: 10px;
    border: 1px dashed #FFF;
    background: #3F4045;
  }
}
.page__feedback.page--black .form-content .feedback-content #dropContainer #choose-file {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .page__feedback.page--black .form-content .feedback-content #dropContainer #choose-file {
    border-radius: 6px;
    border: 1px solid #737781;
    width: 100%;
    min-height: 40px;
    justify-content: center;
  }
}
.page__feedback.page--black .form-content .feedback-content #dropContainer .description {
  color: #898E99;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.046px;
}
@media (max-width: 768px) {
  .page__feedback.page--black .form-content .feedback-content #dropContainer .description {
    margin-bottom: 0;
  }
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.page__feedback.page--black .form-content .feedback-content #image-preview {
  border-radius: 10px;
  border: 1px solid #F7931A;
  background: linear-gradient(90deg, rgba(247, 147, 26, 0.3) 0%, rgba(247, 147, 26, 0) 176.93%);
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  transition: 0.3s all;
  margin: 0;
  padding: 15px;
}
.page__feedback.page--black .form-content .feedback-content #image-preview.loading {
  border: 1px solid #737781;
  background: #494949;
}
.page__feedback.page--black .form-content .feedback-content #image-preview.loading .progress {
  background: #0A162C;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: load 1.5s ease-out;
}
.page__feedback.page--black .form-content .feedback-content #image-preview img {
  position: relative;
  width: 40px;
  height: 40px;
}
.page__feedback.page--black .form-content .feedback-content .card_form {
  width: 100%;
  max-width: none;
  border: none;
  padding: 50px;
  margin-bottom: 0;
  border-radius: 20px 20px;
  background: #303137;
}
@media (max-width: 768px) {
  .page__feedback.page--black .form-content .feedback-content .card_form {
    background: none;
    padding: 0;
  }
}
.page__feedback.page--black .form-content .feedback-content .card_form::before {
  display: none;
}
@media (max-width: 768px) {
  .page__feedback.page--black .form-content .feedback-content .card_form .form {
    padding: 20px;
    background: #303137;
    border-radius: 20px;
  }
}
.page__feedback.page--black .form-content .feedback-content .card_form h1 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 768px) {
  .page__feedback.page--black .form-content .feedback-content .card_form h1 {
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}
.page__feedback.page--black .form-content .feedback-content .card_form p {
  color: #BEC1C8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page__feedback.page--black .form-content .feedback-content .captcha {
  margin: 0 auto 20px;
}
.page__feedback.page--black .form-content .feedback-content .form__footer {
  border-radius: 0px 0px 20px 20px;
  border-top: 1px solid #737781;
  background: #3F4045;
  margin: 50px -51px -51px;
  padding: 25px 0;
}
@media (max-width: 768px) {
  .page__feedback.page--black .form-content .feedback-content .form__footer {
    padding: 20px 51px;
    margin: 20px -51px -25px;
  }
}
.page__feedback.page--black .form-content .feedback-content .form__footer .btn {
  border-radius: 10px;
  height: 60px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  max-width: 330px;
  width: 100%;
}
@media (max-width: 768px) {
  .page__feedback.page--black .form-content .feedback-content .form__footer .btn {
    max-width: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    height: 50px;
  }
}
.page__feedback.page--black .form-content .faq-content {
  border-radius: 20px;
  background: #303137;
  height: 100%;
  padding: 30px 20px 7px;
  max-width: 309px;
}
@media (max-width: 900px) {
  .page__feedback.page--black .form-content .faq-content {
    max-width: none;
  }
}
.page__feedback.page--black .form-content .faq-content .title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.168px;
  text-align: left;
  margin-bottom: 10px;
}
.page__feedback.page--black .form-content .faq-content .text {
  color: #BEC1C8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.page__feedback.page--black .form-content .faq-content__blocks {
  gap: 0;
}
@media (max-width: 768px) {
  .page__feedback.page--black .form-content .faq-content__blocks.active {
    margin-top: 30px;
  }
}
.page__feedback.page--black .form-content .faq-content__block {
  border-top: 1px solid #737781;
  box-shadow: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background: #303137;
  max-width: none;
}
.page__feedback.page--black .form-content .faq-content__block:hover p {
  color: #f7931a;
}
.page__feedback.page--black .form-content .faq-content__block-header {
  border-bottom: none;
  padding: 20px 5px;
}
.page__feedback.page--black .form-content .faq-content__block-header p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.054px;
}
.page__feedback.page--black .form-content .faq-content__block-header svg {
  flex-shrink: 0;
}
.page__feedback.page--black .form-content .faq-content__block-footer {
  display: none;
}

.link {
  display: inline;
  color: #4285f4;
  text-decoration: none;
  cursor: pointer;
}
.link:hover {
  color: #f7931a;
}
.link_info {
  display: inline-block;
  font-size: 14px;
  color: #d6d6d6;
  position: relative;
  padding-left: 24px;
  text-decoration: none;
  cursor: pointer;
}
.link_info:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/sprites/sprite.png");
  background-position: -193px -95px;
  width: 12px;
  height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .link_info:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.link_info:hover {
  text-decoration: underline;
}
.link_more {
  font-size: 18px;
  line-height: 20px;
  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");
  }
}

* {
  font-family: "Inter", sans-serif !important;
}

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