@charset "UTF-8";
html, body {
  background: #141721;
}

.page {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page .footer {
  margin-top: auto;
}

.container {
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

::selection {
  color: #fff;
  background: #F7931A;
}

.ios .menu__item.pc, .android .menu__item.pc {
  display: none;
}

.mac .menu__item.mob, .win .menu__item.mob {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font: inherit;
}

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

.hidden {
  display: none !important;
}

.flex {
  display: flex !important;
}

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

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

a {
  background: transparent;
}

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

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

ol,
ul {
  list-style: none;
}

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

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

img {
  border: none;
}

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  background: #1E222F;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  position: sticky;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top {
  background-color: #141721;
  border-bottom: 6px solid #F7931A;
  overflow: hidden;
}
.top .container {
  padding-top: 50px;
  position: relative;
  text-align: center;
}
.top__decoration {
  position: absolute;
  z-index: 1;
}
.top__decoration--right {
  right: -28px;
  top: -20px;
}
.top__decoration--left {
  left: -28px;
  top: 90px;
}
.top__title {
  text-align: center;
  color: #fff;
  margin: 0 auto 20px;
  max-width: 900px;
  font-weight: 700;
  font-size: 74px;
  line-height: 90px;
  position: relative;
  z-index: 2;
}
.top__text {
  max-width: 900px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin: 0 auto 30px;
  color: #BEC0C8;
}
.top__btn {
  width: 100%;
  margin: auto;
}
.top__img {
  display: block;
  margin: 25px auto -4px;
  max-width: 1280px;
  width: 100%;
}
@media (max-width: 768px) {
  .top__title {
    font-size: 36px;
    line-height: 48px;
  }
  .top__text {
    font-size: 16px;
    line-height: 26px;
  }
}

.page_v2 .top {
  background: url("../images/v2-top-des.png") no-repeat center/cover;
}
.page_v2 .top .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page_v2 .top__btn {
  max-width: 370px;
}
.page_v2 .top__title {
  max-width: 730px;
  font-size: 60px;
  line-height: 73px;
  margin-bottom: 430px;
}
.page_v2 .top__text {
  font-size: 16px;
  line-height: 26px;
  max-width: 700px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: center;
}
.page_v2 .top__text--mob {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page_v2 .top {
    background: url("../images/v2-top-des@2x.png") no-repeat center/cover;
  }
}
@media (max-width: 580px) {
  .page_v2 .top {
    background: url("../images/v2-top.png") no-repeat center/100%;
    border: none;
  }
  .page_v2 .top .container {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .page_v2 .top__btn {
    max-width: none;
  }
  .page_v2 .top__title {
    margin-bottom: 360px;
    text-align: left;
    font-size: 48px;
    line-height: 59px;
  }
  .page_v2 .top__text {
    display: none;
  }
  .page_v2 .top__text--mob {
    display: block;
    padding: 0 20px 70px;
    margin-top: 30px;
    border-bottom: 6px solid #F7931A;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 580px), (min-resolution: 192dpi) and (max-width: 580px) {
  .page_v2 .top {
    background: url("../images/v2-top@2x.png") no-repeat center/cover;
  }
}
.page_v2 .top--android {
  background: url("../images/android@2x.png") no-repeat center 90px/724px 670px, url("../images/android-bg.svg") no-repeat center/cover;
}
.page_v2 .top--ios {
  background: url("../images/blender@2x.png") no-repeat center 245px/598px 748px, url("../images/ios-bg.svg") no-repeat center/cover;
}
.page_v2 .top--ios .top__title {
  margin-bottom: 522px;
  min-height: 177px;
}
@media (max-width: 580px) {
  .page_v2 .top--ios, .page_v2 .top--android {
    padding-bottom: 50px;
  }
  .page_v2 .top--ios .top__text, .page_v2 .top--android .top__text {
    display: block;
  }
  .page_v2 .top--ios {
    background: url("../images/blender@2x.png") no-repeat center 220px/598px 748px, url("../images/ios-bg.svg") no-repeat center/cover;
  }
  .page_v2 .top--android {
    background: url("../images/android@2x.png") no-repeat -50px 90px/724px 670px, url("../images/android-bg.svg") no-repeat center/cover;
  }
}

.app-store-btn,
.google-play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 240px;
  max-width: 320px;
  height: 60px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 157px 37px;
  border: 1px solid #494949;
  border-radius: 8px;
  transition: background-color 0.15s;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}
.app-store-btn:not(.allways),
.google-play-btn:not(.allways) {
  display: none;
}
.app-store-btn:hover,
.google-play-btn:hover {
  color: #fff !important;
}
.app-store-btn::before,
.google-play-btn::before {
  display: block;
  margin-right: 15px;
}
.app-store-btn > span,
.google-play-btn > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-transform: uppercase;
  font-weight: 400;
}
.app-store-btn > span > b,
.google-play-btn > span > b {
  margin-top: 2px;
  text-transform: initial;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 768px) {
  .app-store-btn,
  .google-play-btn {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.app-store-btn.disable,
.google-play-btn.disable {
  pointer-events: none;
  position: relative;
  border: none;
  opacity: 0.3;
}
.app-store-btn.border,
.google-play-btn.border {
  border: 1px solid #494944;
}

.google-play-btn::before {
  content: url(./gplay.svg);
}

.app-store-btn::before {
  content: url(./appstore-logo.svg);
}

.quick-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  width: max-content;
  background: linear-gradient(133.34deg, #F7C61A -34.27%, #F7931A 99.35%);
  border-radius: 110px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #09183F;
  border: none;
  outline: none;
  margin: 30px auto 0;
  padding: 8px 20px;
  transition: opacity 0.3s;
}
.quick-btn b {
  font-weight: bold;
}
.quick-btn:hover {
  opacity: 0.5;
}

.app-store-btn:hover,
.google-play-btn:hover {
  background: #4285F4;
  border-color: #4285F4;
  filter: drop-shadow(0px 21px 19px rgba(66, 133, 244, 0.14)) drop-shadow(0px 13.6111px 11.1273px rgba(66, 133, 244, 0.106296)) drop-shadow(0px 8.08889px 6.05185px rgba(66, 133, 244, 0.085037)) drop-shadow(0px 4.2px 3.0875px rgba(66, 133, 244, 0.07)) drop-shadow(0px 1.71111px 1.54815px rgba(66, 133, 244, 0.054963)) drop-shadow(0px 0.388889px 0.747685px rgba(66, 133, 244, 0.0337037));
}
.app-store-btn:active,
.google-play-btn:active {
  border-color: #F7931A;
  background: #F7931A;
  filter: drop-shadow(0px 21px 19px rgba(247, 147, 26, 0.14)) drop-shadow(0px 13.6111px 11.1273px rgba(247, 147, 26, 0.106296)) drop-shadow(0px 8.08889px 6.05185px rgba(247, 147, 26, 0.085037)) drop-shadow(0px 4.2px 3.0875px rgba(247, 147, 26, 0.07)) drop-shadow(0px 1.71111px 1.54815px rgba(247, 147, 26, 0.054963)) drop-shadow(0px 0.388889px 0.747685px rgba(247, 147, 26, 0.0337037));
}

.mac .app-store-btn, .ios .app-store-btn {
  display: flex;
}

.win .google-play-btn, .android .google-play-btn {
  display: flex;
}

.info {
  padding-top: 60px;
  background: #FAFAFA;
  overflow: hidden;
}
.info__icon {
  display: block;
  margin: 0 auto 30px;
}
.info__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
}
.info__text {
  font-size: 20px;
  line-height: 32px;
  color: #42485D;
  margin-bottom: 40px;
  text-align: center;
}
.info__advantages {
  margin: 0 auto 40px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.info .btn {
  margin: 0 auto;
}
.info__img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 1057px;
}
.info .ia__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.info .ia__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #1E222F;
}
.info .ia__text {
  font-size: 16px;
  line-height: 26px;
  color: #343844;
}
.info .ia__check {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .info__title {
    font-size: 28px;
    line-height: 40px;
  }
  .info__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .info .ia__text {
    font-size: 14px;
    line-height: 22px;
  }
}

.page_v2 .info {
  padding-top: 70px;
}
.page_v2 .info .container {
  max-width: 1190px;
}
.page_v2 .info__title {
  font-size: 28px;
  line-height: 40px;
}
.page_v2 .info__text {
  font-size: 16px;
  line-height: 26px;
  max-width: 600px;
  margin: 0 auto 30px;
}
.page_v2 .info__cards {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 40px;
}
.page_v2 .info__card {
  width: 100%;
  padding: 25px 35px 30px;
  text-align: center;
  background: #ECEEF2;
  border-radius: 10px;
}
.page_v2 .info__card-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin: 15px 0 10px;
}
.page_v2 .info__card-text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #414D65;
}
.page_v2 .info .btn {
  max-width: 370px;
}
@media (max-width: 768px) {
  .page_v2 .info__cards {
    flex-direction: column;
  }
  .page_v2 .info .btn {
    max-width: none;
  }
}
.page_v2 .top--ios + .info .info__title {
  display: none;
}
.page_v2 .top--ios + .info .info__title--ios {
  display: block;
}
.page_v2 .top--ios + .info .google-play-btn {
  display: none !important;
}
.page_v2 .top--ios + .info .app-store-btn {
  display: flex !important;
}
.page_v2 .top--android + .info .info__title--ios {
  display: none;
}
.page_v2 .top--android + .info .google-play-btn {
  display: flex !important;
}
.page_v2 .top--android + .info .app-store-btn {
  display: none !important;
}

.error {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.error__title {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}
.error__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  max-width: 300px;
  font-weight: bold;
  background: #4285F4;
  outline: none;
  transition: all 0.3s;
  height: 50px;
  border-radius: 8px;
  margin: 0 auto;
}
.error__button:hover {
  background: #F7931A;
}
.error__text {
  text-align: center;
  margin-bottom: 30px;
}
.error__block {
  max-width: 500px;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #1E222F;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.lang-popup {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
}
.lang-popup__card {
  width: 414px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
  transform: translateY(100vh);
}
.lang-popup__card .divider {
  height: 1px;
  display: block;
  width: 100%;
  opacity: 0.3;
}
.lang-popup.active {
  opacity: 1;
  visibility: visible;
}
.lang-popup.active .lang-popup__card {
  transform: translateY(0);
}
.lang-popup__header {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1E222F;
}
.lang-popup__header span {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.lang-popup__header img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.lang-popup__body {
  background: #141721;
  padding-bottom: 20px;
}
.lang-popup__check {
  margin-left: auto;
}
.lang-popup__item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  height: 60px;
  padding: 20px;
}
.lang-popup__item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #fafafa;
}
.lang-popup__item--active span {
  color: #F7C61A;
}
@media (max-width: 768px) {
  .lang-popup {
    align-items: flex-end;
  }
  .lang-popup__card {
    max-width: none;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
  }
}

.video-popup {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
}
.video-popup.active {
  display: flex;
}
.video-popup__card {
  max-width: 414px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}
.video-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.video-popup__header span {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #2D3040;
}
.video-popup__header img {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.video-popup__body {
  border-radius: 8px;
  margin: 0 2px 2px;
  position: relative;
  height: 228px;
}
.video-popup__body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 8px;
  top: 0;
  right: 0;
}
@media (max-height: 500px) {
  .video-popup {
    align-items: flex-start;
  }
}

.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;
}
.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 {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
}
#notificationPopup.active {
  display: flex;
}

.footer {
  display: block;
  background: #141721;
  border-top: 6px solid #F7931A;
  min-height: 100px;
  padding-top: 30px;
  position: relative;
  z-index: 10s;
}
.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__halloween {
  display: none;
}
.footer__christmas {
  display: none;
}
.footer .lang__list {
  transform: translateY(calc(-100% - 40px));
  position: absolute;
  width: 100%;
  border-radius: 6px;
}
.footer__right-side {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.footer__logo {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  height: 40px;
}
.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%;
  }
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1040px) {
  .page_ru .footer .footer__store-links {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .footer .footer__store-links {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .page_ru .footer .menu__col {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .footer {
    padding-top: 0;
    position: relative;
  }
  .footer__content {
    padding: 20px 20px 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer__bottom .footer__content {
    padding-top: 0;
  }
  .footer .lang {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 5;
  }
  .footer__btns {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 4;
  }
  .footer__btns .fb-like {
    margin-bottom: 0;
  }
  .footer__store-links {
    order: 2;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .footer .menu {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
  .footer .menu__item, .footer .menu__label {
    text-align: left;
  }
  .footer .menu__item_join {
    justify-content: flex-start;
  }
  .footer__social-links {
    display: flex;
    order: 3;
    color: #757575;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .footer__menu {
    flex-direction: column;
    width: auto;
  }
}
@media screen and (max-width: 380px) {
  .footer__logo {
    align-self: flex-start;
  }
  .footer__logo img {
    width: 190px;
    height: auto;
  }
}
.menu {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
}
.menu__item {
  display: block;
}
.menu__item a {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
.menu__item a:hover {
  color: #f7931a;
}
.menu__item a:hover svg path {
  fill: #f7931a;
}
@media only screen and (max-width: 480px) {
  .menu__item {
    text-align: center;
    justify-content: center;
  }
}
.menu__item + .menu__item {
  margin-top: 18px;
}
.menu__item span:not(.bonus) {
  color: #4285F4;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
.menu__item_email {
  margin-top: 20px;
  padding-left: 27px;
  background-image: url("../images/mail-icon.svg");
  background-size: 17px 14px;
  background-repeat: no-repeat;
  background-position: left center;
}
.menu__item_email a {
  color: #fff;
  border-bottom: 1px solid #f7931a;
}
.menu__item b {
  font-weight: bold;
}
.menu__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #757575;
  margin-bottom: 18px;
}
.menu:last-child {
  margin-right: 0;
}

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

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

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

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

.social-links svg {
  border: none;
}

.footer .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.footer .social-link:hover svg, .footer .social-link:hover svg path {
  fill: #F7931A !important;
}

.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_telegram svg #getcryptotab--chat-icons {
  fill: #fff;
}
.footer .social-link_youtube:hover svg path {
  fill: #fff;
}
.footer .social-links a + a {
  margin-left: 15px;
}
@media only screen and (max-width: 1200px) {
  .footer .social-links + span {
    display: none;
  }
}
.footer .footer__logo-bottom {
  display: block;
  width: auto;
  margin-bottom: 6px;
  height: 50px;
  margin-right: auto;
}
@media (max-width: 769px) {
  .footer .footer__logo-bottom {
    margin-top: -5px;
    margin-bottom: 23px;
  }
}
.footer .footer__logo-bottom svg {
  width: auto !important;
  margin-left: -8px;
}

.lang {
  display: block;
  width: 90px;
  position: relative;
  z-index: 100;
  text-align: left;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}
.lang__code {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-transform: capitalize;
  color: #ddd;
}
.lang__dots {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.lang__dots span {
  display: block;
  width: 3px;
  height: 3px;
  background: #8B98B1;
  border-radius: 3px;
}

.lang__current {
  display: block;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: #1E222F;
  padding: 13px 16px;
  padding-right: 22px;
  border: 1px solid #2D3040;
  border-radius: 8px;
}

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

.lang__current img {
  display: block;
}

.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: 6px;
  position: absolute;
  width: 100%;
  margin-top: 5px;
}

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