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

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

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

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

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

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

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

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

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

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

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

.tg {
  position: relative;
  z-index: 2;
}
.tg .container {
  position: relative;
  z-index: 2;
  padding-top: 245px;
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  .tg .container {
    padding-top: 245px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .tg .container {
    padding-top: 85px;
    padding-bottom: 0;
  }
}
.tg__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: bottom;
  z-index: 0;
}
.tg__info {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .tg__info {
    max-width: 610px;
    margin: 0 auto 50px auto;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .tg__info {
    max-width: 610px;
    margin: 0 auto 25px auto;
    align-items: center;
  }
}
.tg__title {
  color: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .tg__title {
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
  }
}
.tg__text {
  font-size: 20px;
  line-height: 32px;
  color: #A4A4A4;
  max-width: 900px;
  text-align: left;
}
@media (max-width: 768px) {
  .tg__text {
    color: #9D9D9D;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
  }
}
.tg__img {
  position: absolute;
  left: 476px;
  top: -144px;
  min-width: 790px;
}
@media screen and (max-width: 1024px) {
  .tg__img {
    position: relative;
    min-width: 544px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .tg__img {
    position: relative;
    min-width: 544px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
  }
}
@media screen and (max-width: 600px) {
  .tg__img {
    left: 30%;
    transform: translateX(-30%);
  }
}
.tg .store-link {
  margin-top: 40px;
  max-width: 300px;
}
@media (max-width: 1024px) {
  .tg .store-link {
    margin-top: 30px;
    height: 56px;
    max-width: none;
  }
}
.tg .store-link__body {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}

.page {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000;
  min-width: 320px;
}
.page-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f7f7f7;
}
.page .google-btn,
.page .apple-btn {
  display: none;
}
@media (max-width: 768px) {
  .page.android .google-btn {
    display: inline-flex;
    max-width: none;
  }
  .page.apple .apple-btn {
    display: inline-flex;
    max-width: none;
  }
  .page .tg-btn {
    max-width: none;
  }
  .page .tg-btn .store-link__body {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
  }
}

.page_blocked {
  overflow: hidden;
}

.scroll2top {
  background-image: url("../images/scroll2top.svg");
}

.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:before {
  width: 25px;
  height: 28px;
  background-image: url("../images/sharing/icon-fb.svg");
}
.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: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_vb:before {
  width: 27px;
  height: 28px;
  background-image: url("../images/sharing/icon-viber.svg");
}
.social-btns .social-btn_wa:before {
  width: 28px;
  height: 26px;
  background-image: url("../images/sharing/icon-whatsapp.svg");
}
.social-btns .social-btn_tg:before {
  width: 26px;
  height: 22px;
  background-image: url("../images/sharing/icon-telegram.svg");
}
.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_ln:before {
  width: 28px;
  height: 27px;
  background-image: url("../images/sharing/icon-linechat.svg");
}
.social-btns .social-btn_li:before {
  width: 28px;
  height: 28px;
  background-image: url("../images/sharing/icon-linkedin.svg");
}
.social-btns .social-btn_flb:before {
  width: 28px;
  height: 28px;
  background-image: url("../images/sharing/icon-flipboard.svg");
}
.social-btns .social-btn_rd:before {
  width: 31px;
  height: 28px;
  background-image: url("../images/sharing/icon-reddit.svg");
}
.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;
  }
}
.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 .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;
  }
}
@media (max-width: 800px) {
  .share-friend .social-btns__list {
    width: 170px;
    gap: 5px;
  }
}

.why-choose {
  text-align: center;
  padding-bottom: 60px;
  background-color: #f7f7f7;
  background-image: url("..//images/screen2-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.why-choose__icon {
  margin-bottom: 20px;
}
.why-choose__text {
  max-width: 1000px;
  margin: 0 auto 30px;
}
.why-choose__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 768px) {
  .why-choose__list {
    margin-bottom: 0;
  }
}
.why-choose__item {
  flex: 0 0 340px;
  max-width: 340px;
  width: 100%;
  margin: 10px;
}
@media (max-width: 768px) {
  .why-choose__item {
    flex: 0 0 auto;
  }
}
.why-choose__arrow {
  width: 60px;
  margin: 40px auto 0;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .why-choose__arrow--third {
    display: none;
  }
}
.why-choose__arrow--second {
  display: none;
}
@media (max-width: 768px) {
  .why-choose__arrow--second {
    display: block;
    margin-bottom: 30px;
  }
}

.item-why-choose {
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  background-color: #fff;
  min-height: 310px;
}
@media (max-width: 768px) {
  .item-why-choose {
    min-height: auto;
  }
}
.item-why-choose__top {
  padding: 30px 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .item-why-choose__top {
    padding-bottom: 0;
  }
}
.item-why-choose__bot {
  padding: 0 20px 20px;
  color: #494949;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
@media (max-width: 768px) {
  .item-why-choose__bot {
    font-size: 15px;
    line-height: 1.4;
    padding: 20px 20px 30px;
  }
}
.item-why-choose__img {
  margin-bottom: 16px;
}
.item-why-choose__title {
  font-size: 22px;
  line-height: 1.1;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .item-why-choose__title {
    min-height: auto;
  }
}

.button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border: none;
  background-color: transparent;
  text-align: center;
}

.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 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;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}
.btn_primary:hover {
  background-color: #f7931a;
  color: #fff;
}
.btn_primary:active {
  background-color: #d6d6d6;
  color: #fff;
}

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

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

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

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

.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-link-more {
  padding-top: 40px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  .news .container {
    padding-top: 0;
  }
}
@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-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;
}

@media (max-width: 768px) {
  .news-list {
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .news-list__item {
    margin: 0 auto;
  }
}
.link {
  display: inline;
  color: #4285f4;
  text-decoration: none;
  cursor: pointer;
}
.link:hover {
  color: #f7931a;
}
.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");
  }
}

.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__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__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;
  }
}
.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__scroll {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }

  .burger {
    display: block;
  }

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

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

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

  .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;
  }
}
.safety {
  background: linear-gradient(180deg, #000000 0%, #494949 100%);
  padding-top: 80px;
  padding-top: 80px;
  overflow: hidden;
}
.safety .wallet__btn-wrap {
  justify-content: center;
}
.safety .store-link-group {
  max-width: 340px;
  margin: 0 auto;
  width: 100%;
}
.safety .store-link {
  max-width: none;
}
.safety .wallet__btn {
  text-align: center;
  z-index: 2;
}
.safety__block {
  position: relative;
}
.safety__title {
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.safety__text {
  font-size: 20px;
  line-height: 32px;
  color: #9D9D9D;
  max-width: 900px;
  text-align: center;
  margin: 0 auto 40px;
}
.safety__icon {
  display: block;
  margin: 0 auto;
}
.safety__img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 2000px;
  width: auto;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .safety__img {
    width: 658px;
    margin: 0 auto;
  }
}
.safety__bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .safety__bg {
    display: none;
  }
}
.safety__bg--left {
  right: 100%;
}
.safety__bg--right {
  left: 100%;
}

.faq {
  display: block;
  padding: 40px 20px 60px;
  background-color: #f7f7f7;
  text-align: center;
}
.faq__icon {
  margin-bottom: 20px;
}

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

.faq__all:hover {
  color: #f7931a;
}

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

.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.active {
  display: block;
}
.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.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;
  }
}

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

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