@charset "UTF-8";
/* Шрифты: Manrope */
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope-ExtraBold.woff2") format("woff2"), url("/assets/fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope-SemiBold.woff2") format("woff2"), url("/assets/fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope-Bold.woff2") format("woff2"), url("/assets/fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope-Medium.woff2") format("woff2"), url("/assets/fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope-Regular.woff2") format("woff2"), url("/assets/fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope-ExtraLight.woff2") format("woff2"), url("/assets/fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope-Light.woff2") format("woff2"), url("/assets/fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* Фоновое видео на главной (сезонное/новогоднее) */
/* Старые стили (перенесены из mobilewm.css) */
body.video_container {
  width: 100%;
  position: relative;
  height: 100%; }

body.video_container #panel {
  height: 100%; }

body.video_container section.video {
  height: 100% !important; }

section.video {
  position: relative;
  display: none;
  /*background: #000 url(../img/bg_img.png) center center no-repeat;
    background: #000 url(../img/dec2017.jpg) center center no-repeat;
 background: #000 url(../img/march2018.jpg) center center no-repeat;*/
  background: #000;
  background-size: cover;
  /*height: auto !important;*/
  z-index: 14; }

section.video video,
#video-wrap {
  width: 100%;
  height: 100%; }

/* Новый дизайн информации на видефоне (18.02.2022) */
.b-video-cover {
  position: relative;
  z-index: 20;
  max-width: 71%;
  max-width: 70vw;
  margin: 0 auto;
  min-width: 960px;
  height: 100%;
  box-sizing: border-box; }

.b-video-cover-wrapper {
  /* height: calc(100% - 180px); */
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.b-video-cover-header {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.b-video-cover-header-logo {
  width: 168px;
  height: 40px;
  background-size: contain;
  background: transparent url("/assets/images/wm-logo-white.svg?v2") center center no-repeat;
  background-size: 168px 38px;
  display: block; }

.b-video-cover-header-auth {
  display: flex;
  align-items: center; }

.b-video-cover-header-auth .b-video-cover-header-auth-button {
  display: none; }

.b-video-cover-header-auth .b-video-cover-header-auth-button.b-button-registration {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  line-height: 40px;
  background-color: #FDC438;
  padding: 0 22px; }

.b-video-cover-header-auth .b-video-cover-header-auth-button.b-button-sign-in {
  font-family: "Manrope", sans-serif;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  line-height: 40px;
  background: transparent url("/assets/images/icon-sign-in.svg") left center no-repeat;
  padding-left: 28px;
  margin-left: 40px; }

.b-video-text-block {
  flex: 1;
  width: 100%; }

.b-video-text-block h1 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #fff;
  height: 100%; }

.b-video-text-block h1 .b-video-text-frame {
  position: absolute;
  left: 0;
  /* top: 0; */
  top: 50%;
  transform: translate3d(0, -50%, 0); }

.b-video-text-block h1 .b-video-text-frame > div {
  overflow: hidden; }

.b-video-text-block h1 .b-video-text-frame > div:nth-child(2) span {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.b-video-text-block h1 .b-video-text-frame > div:nth-child(3) span {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.b-video-text-block h1 .b-video-text-frame > div:nth-child(4) span {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.b-video-text-block h1 .b-video-text-frame > div:nth-child(5) span {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.b-video-text-block h1 span {
  display: block;
  opacity: 0;
  transform: translateY(100%); }

.b-video-text-frame.text-frame-animation span {
  opacity: 1;
  animation: tfslideup 5s cubic-bezier(0.65, 0, 0.35, 1) both; }

@keyframes tfslideup {
  0% {
    transform: translateY(100%); }
  25% {
    transform: translateY(0); }
  75% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

.b-video-text-block h1 span b {
  font-weight: 800; }

.b-app-links {
  background: rgba(18, 18, 18, 0.24);
  border-radius: 24px;
  padding: 24px;
  gap: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.b-app-links .b-app-links-item__image {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.124);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block; }

.b-app-links .b-app-links-item {
  text-decoration: none; }

.b-app-links .b-app-links-item:hover .b-app-links-item__image {
  border: 1px solid #fff; }

.b-app-links > .b-app-links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.b-app-links > .b-app-links-item .b-app-links-wrapper .b-app-links-item__image {
  border-radius: 100px; }

.b-app-links > .b-app-links-item .b-app-links-item__text {
  color: #ffffff;
  font-size: 12px;
  font-family: Manrope;
  font-weight: 700; }

html {
  height: 100%; }

.c_wrapper {
  width: 960px;
  margin: 0 auto; }

section.header {
  /*display: none;*/
  background: #fff;
  position: fixed;
  z-index: 15;
  left: 0;
  right: 0;
  top: -50px;
  height: 50px; }

.btn_muted {
  display: block;
  opacity: 0.7;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 15%;
  top: 84%;
  left: calc(8vw + 70px);
  top: 87vh;
  z-index: 100;
  cursor: pointer;
  background: transparent url(../img/btn_muted_active.png) center center no-repeat; }

.btn_muted.active {
  background: transparent url(../img/btn_muted.png) center center no-repeat; }

section.header.nav-up {
  top: 0px; }

section.header.nav-down {
  position: absolute; }

section.header.absolute {
  position: absolute; }

section.body {
  /* padding-top: 50px; */
  display: none; }

section.video .arr_b {
  background: transparent url(../assets/images/icon-arrow-bottom.svg) center center no-repeat;
  height: 100px;
  position: absolute;
  top: 87%;
  top: 90vh;
  width: 100%;
  z-index: 10;
  cursor: pointer; }

section.video .app_btns {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 100%;
  top: 45vh; }

section.video .app_btns > a {
  display: block;
  width: 179px;
  height: 61px;
  float: left;
  margin: 0 15px; }

section.video .app_btns .app_store {
  background: transparent url(../img/appStore.png) center center no-repeat;
  left: -40px;
  position: relative; }

section.video .app_btns .google_play {
  background: transparent url(../img/googlePlay.png) center center no-repeat;
  right: -40px;
  position: relative; }

section.video .app_btns .app_store__eng {
  background: transparent url(../img/appStore_eng.png) center center no-repeat;
  left: -40px;
  position: relative; }

section.video .app_btns .google_play__eng {
  background: transparent url(../img/googlePlay_eng.png) center center no-repeat;
  right: -40px;
  position: relative; }

section.video .app_btns .app_store__es {
  background: transparent url(../img/appStore_es.png) center center no-repeat;
  left: -40px;
  position: relative; }

section.video .app_btns .google_play__es {
  background: transparent url(../img/googlePlay_es.png) center center no-repeat;
  right: -40px;
  position: relative; }

section.video .app_btns .app_store__br {
  background: transparent url(../img/appStore_br.png) center center no-repeat;
  left: -40px;
  position: relative; }

section.video .app_btns .google_play__br {
  background: transparent url(../img/googlePlay_br.png) center center no-repeat;
  right: -40px;
  position: relative; }

section.video .app_btns .app_store__tr {
  background: transparent url(../img/appStore_tr.png) center center no-repeat;
  left: -40px;
  position: relative; }

section.video .app_btns .google_play__tr {
  background: transparent url(../img/googlePlay_tr.png) center center no-repeat;
  right: -40px;
  position: relative; }

.content-overlay {
  position: relative;
  z-index: 20;
  max-width: 71%;
  max-width: 70vw;
  margin: auto;
  margin-top: 4.7%;
  margin-top: 15vh;
  min-width: 960px;
  /*new*/
  height: 100%;
  box-sizing: border-box; }

.video-wrap-earth {
  min-width: 960px; }

.zag_v {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 380%;
  font-size: 4vw;
  font-weight: 100;
  width: 35vw;
  line-height: initial; }

.video-wrap-earth .content-overlay .zag_v {
  /*new*/
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: -1; }

/*new*/
.zag_v .video-box-text {
  font-size: 29px;
  line-height: 40px;
  font-weight: 300;
  /* transition: opacity 2s ease; */ }

.zag_v .video-box-text b {
  font-weight: 700; }

.zag_v .video-box-text:first-child {
  /* opacity: 1; */ }

.zag_v .video-box-text.is-activated {
  opacity: 1;
  position: static;
  -webkit-animation: fadeInFromNone 4s linear infinite alternate;
  -moz-animation: fadeInFromNone 4s linear infinite alternate;
  -o-animation: fadeInFromNone 4s linear infinite alternate;
  animation: fadeInFromNone 4s linear infinite alternate; }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

.zag_v p:first-child {
  position: relative;
  left: -50px;
  opacity: 0; }

.zag_v p:last-child {
  position: relative;
  left: 50px;
  opacity: 0; }

.signup_v {
  float: right;
  margin-top: 2vh; }

.signup_v ul {
  list-style: none; }

.signup_v ul li {
  display: inline-block;
  float: left; }

.signup_v .registration {
  background: #fdc437;
  display: inline-block;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  margin-right: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.signup_v .sign-in {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.signup_v .sign-in:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url(../img/login_w.png) center center no-repeat;
  background-size: 20px;
  float: left;
  margin-right: 7px; }

.signup_v .sign-in span {
  border-bottom: 1px dashed #fff;
  padding-bottom: 5px; }

.signup_v .sign-in:hover span {
  border-bottom: 1px solid transparent; }

.logo_v {
  width: 301px;
  height: 76px;
  background: transparent url(../img/logo_w.png) center center no-repeat;
  display: block;
  float: left; }

.header_v {
  display: inline-block;
  width: 100%;
  margin-bottom: 20vh; }

.control_btn {
  opacity: 0.7;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 10%;
  top: 84%;
  left: 8vw;
  top: 87vh;
  z-index: 100;
  cursor: pointer; }

.control_btn:hover, .btn_muted:hover {
  opacity: 1; }

.control_btn.pause {
  background: transparent url(../img/pause.png) center center no-repeat; }

.control_btn.play {
  background: transparent url(../img/play.png) center center no-repeat; }

section.video .app_btns__dop {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 126%;
  top: 52vh;
  top: 60px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  width: 400px; }

.app_btns__dop__zag {
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  opacity: .75; }

.app_btns__dop__list {
  list-style: none;
  display: inline-block;
  width: 100%; }

.app_btns__dop__list li {
  display: inline-block;
  float: left;
  font-size: 13px;
  margin-right: 48px;
  opacity: .75; }

.app_btns__dop__list li:hover {
  opacity: 1; }

.app_btns__dop__list li a {
  color: #fff;
  text-decoration: none;
  padding-left: 45px;
  display: block;
  height: 36px;
  line-height: 36px; }

.app_btns__dop-OSX a {
  background: transparent url(../img/osx.png) left center no-repeat; }

.app_btns__dop-Windows a {
  background: transparent url(../img/wind.png) left center no-repeat; }

.app_btns__dop-Blackberry {
  margin-right: 0 !important; }

.app_btns__dop-Blackberry a {
  background: transparent url(../img/bb.png) left center no-repeat; }

.new_menu,
.zag_main-fieldset,
.b-es_banner {
  display: none; }

div.header-functions,
table.header-user {
  /* width: auto; */
  width: 412px; }

header nav {
  width: 408px; }

header nav .header-menu {
  display: flex; }

td.header-user-buttons a {
  font-size: 12px; }

.illiciumItem {
  margin: 30px auto -30px;
  clear: both;
  text-align: center; }

.illiciumItem img {
  max-width: 100%; }

body {
  overflow-x: hidden; }

#flake {
  z-index: 100; }

/* nastya больше не используется */
/* @font-face {
    font-family: AvenirNextCyr;
    src: url(//cdn.web.money/fonts/AvenirNextCyr-Thin_1.ttf);
} */
section.video video {
  filter: brightness(80%); }

.content-overlay {
  margin-top: 0;
  padding-top: 7vh; }

.logo_v {
  width: 200px;
  height: 43px;
  background-size: contain; }

.signup_v {
  margin-top: 0px; }

/*.zag_v{
  display: none;
}*/
.zag_v div {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  /* font-family: 'AvenirNextCyr', sans-serif; */ }

.displayNone {
  opacity: 0 !important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: none; }

.zag_v {
  width: 100%;
  position: relative; }

.zag_v .box1 {
  width: 35vw;
  /* text-align: center; */ }

.zag_v .box2 {
  width: 35vw;
  font-size: 89px;
  top: -12vh;
  line-height: 86px; }

.zag_v .box2 span {
  display: block;
  font-size: 225px;
  line-height: 1;
  font-weight: bold;
  height: 225px; }

/* {
  font-size: 89px;
} */
.zag_v .box4 {
  /* text-align: center; */ }

.zag_v .box3 span {
  display: block;
  white-space: nowrap;
  font-size: 150px;
  line-height: 1;
  font-weight: bold;
  height: 150px; }

.zag_v .box4 span {
  display: block;
  white-space: nowrap;
  font-size: 150px;
  line-height: 1;
  font-weight: bold;
  height: 150px; }

.btn_muted, .control_btn {
  display: none; }

/* .btn_muted{
  left: 8vw;
} */
.control_btn {
  display: none; }

.zag_v .box3, .zag_v .box4, .zag_v .box5, .zag_v .box6 {
  top: -60px; }

.zag_v .box5 {
  top: -90px; }

.zag_v .box3, .zag_v .box4, .zag_v .box5, .zag_v .box6 {
  /* text-align: center; */
  width: 35vw;
  font-size: 75px; }

.zag_v .box1, .zag_v .box2, .zag_v .box3, .zag_v .box4, .zag_v .box5, .zag_v .box6 {
  line-height: normal; }

@media screen and (max-width: 1400px) {
  .zag_v .box2,
  .zag_v .box3,
  .zag_v .box4,
  .zag_v .box5 {
    width: 50%;
    font-size: 60px;
    /* font-size: 5vw; */
    margin-top: 50px; }
  .zag_v .box2 span {
    font-size: 130px;
    height: auto; }
  .zag_v .box4 span,
  .zag_v .box3 span {
    font-size: 100px;
    height: auto; } }

@media screen and (max-width: 768px) {
  .zag_v .box2 {
    width: 50%;
    font-size: 45px;
    top: -19vh; }
  .zag_v .box2 span {
    font-size: 100px; } }

section.video #video-wrap {
  position: absolute;
  top: 0; }

.main-footer__oss {
  margin-top: 10px;
  float: right;
  list-style: none;
  line-height: 16px; }

.main-footer__oss li {
  float: left; }

.main-footer__oss li a {
  border: none; }

.main-footer__oss li + li {
  margin-left: 10px; }

.gray-social-b ul {
  margin-top: 10px; }

.templ_14 .illiciumItem {
  display: none !important; }

.illiciumItem {
  margin: 30px auto 30px; }

.audio-ny {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

/* Добавление sdk DESKTOP */
.b-wm-header {
  height: 57px; }

.b-wm-footer {
  margin: 63px 0 30px; }

.b-wm-navbar .n30g30.n30g30-design--wm-main .n30g30-first-level-item {
  line-height: 12px;
  align-items: center;
  display: flex;
  text-align: center;
  max-width: 130px; }

.b-wm-navbar .n30g30.n30g30-design--wm-main .n30g30-second-level-item {
  margin-right: 0;
  white-space: normal;
  line-height: 11px;
  padding: 2px 5px;
  text-align: center;
  min-height: 24px;
  display: flex;
  align-items: center; }

.b-wm-navbar .n30g30 {
  padding-top: 16px; }
