@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  background: none;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}

@font-face {
  font-family: 'Franklin Gothic';
  src: url(/static/fonts/FranklinGothic-Heavy.eot);
  src: local("\263A\151B\151C\151D\151E\151F\1520\1521\1522\1523\1524\263A"), url(/static/fonts/FranklinGothic-Heavy.eot) format("embedded-opentype"), url(/static/fonts/FranklinGothic-Heavy.woff) format("woff"), url(/static/fonts/FranklinGothic-Heavy.ttf) format("truetype"), url(/static/fonts/FranklinGothic-Heavy.svg) format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'SamsungOneCyrillic';
  src: url(/static/fonts/SamsungOneCyrillic-500.eot);
  src: local("\263A\151B\151C\151D\151E\151F\1520\1521\1522\1523\1524\263A"), url(/static/fonts/SamsungOneCyrillic-500.eot) format("embedded-opentype"), url(/static/fonts/SamsungOneCyrillic-500.woff) format("woff"), url(/static/fonts/SamsungOneCyrillic-500.ttf) format("truetype"), url(/static/fonts/SamsungOneCyrillic-500.svg) format("svg");
  font-weight: 500;
  font-style: normal;
}

body,
html,
#root {
  overflow: hidden;
  height: 100%;
  width: 100%;
  transform: translateZ(0);
  font-family: 'Franklin Gothic', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  /*нельзя ничего выделять*/
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.back-stub-mobile,
.back-stub-resolution {
  display: none;
  position: fixed;
  background-color: #0c0d0e;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20rem;
}

.back-stub-resolution_title,
.back-stub-resolution_img,
.back-stub-mobile_title,
.back-stub-mobile_img {
  display: block;
  position: absolute;
}

.back-stub-resolution_title,
.back-stub-mobile_title {
  top: calc(50% + 9.1rem);
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'SamsungOneCyrillic', Arial, sans-serif;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
}

.back-stub-resolution_img,
.back-stub-mobile_img {
  height: 20rem;
  width: 19.5rem;
  top: calc(50% - 3.8rem);
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/static/img/resolution_backstub.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.transition-circle {
  transition: .2s stroke-dashoffset;
}

.root__container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.root__enter-btn {
  position: absolute;
  left: 12rem;
  top: 0;
  bottom: 0;
  right: 12rem;
}

.root__btn {
  cursor: pointer;
  transition: .5s opacity;
}

.root__btn_left,
.root__btn_right {
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 8rem;
  top: 0;
  background-position: left center;
  transition: .5s transform;
}

.root__btn_left {
  left: 4rem;
  background-image: url(/static/img/arrow-left.svg);
}

.root__btn_left:hover {
  transform: translateX(-5px);
}

.root__btn_right {
  right: 4rem;
  background-image: url(/static/img/arrow-right.svg);
}

.root__btn_right:hover {
  transform: translateX(5px);
}

.root__btn_travel,
.root__btn_menu {
  display: block;
  position: absolute;
  top: calc(50% + 33rem);
  height: 6rem;
  line-height: 6rem;
  border-radius: 6rem;
  transition: .2s background-color, .2s color, .2s opacity;
}

.root__btn_travel {
  font-size: 2.4rem;
  text-align: center;
  border: 1px solid #fff;
  width: 26rem;
  left: calc(50% - 26rem/2);
  font-family: 'SamsungOneCyrillic', Arial, sans-serif;
  line-height: 5.8rem;
}

.root__btn_travel:hover {
  color: #000;
  background-color: #fff;
}

.root__btn_menu {
  width: 6rem;
  background-color: #fff;
  left: calc(50% - 6rem/2);
}

.root__btn_menu_inside {
  display: block;
  position: absolute;
  height: 2rem;
  width: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/static/img/menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.root__screens-container {
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s transform;
  z-index: 1;
}

.root__loader {
  width: 0;
  height: 1rem;
  background: white;
  transition: .5s width;
}

.root__loader-wrapper {
  width: 11rem;
  height: 11rem;
  position: absolute;
  top: calc(50% - 1.6rem);
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: .5s opacity;
}

.root__loader-wrapper_invisible {
  opacity: 0;
}

.root__loader-value {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 11rem;
  text-align: center;
  font-size: 2.5rem;
  font-family: 'SamsungOneCyrillic', Arial, sans-serif;
}

.root__logo {
  display: block;
  position: absolute;
  top: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.root__logo_left {
  left: 4rem;
  background-position: top left;
  background-image: url(/static/img/logo-left.svg);
  width: 30rem;
  height: 5rem;
}

.root__logo_right {
  right: 4rem;
  background-position: top right;
  background-image: url(/static/img/logo-right.svg);
  width: 20rem;
  height: 4.5rem;
}

.root__share,
.root__sound {
  display: none;
  position: absolute;
  bottom: 4rem;
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.root__share {
  display: block;
  left: 3.7rem;
  cursor: pointer;
  background-position: center;
  background-image: url(/static/img/share.svg);
  z-index: 100;
  transition: .2s all;
}

.root__share_active {
  width: 3.5rem;
  height: 2.5rem;
  transform: rotate(180deg);
  background-image: url(/static/img/x.svg);
}

.root__share-facebook {
  left: 9rem;
  background-image: url(/static/img/fb.svg);
  transform: translateX(-6rem);
}

.root__share-ok {
  left: 14rem;
  background-image: url(/static/img/OK.svg);
  transform: translateX(-12rem);
}

.root__share-vk {
  left: 19rem;
  background-image: url(/static/img/VK.svg);
  transform: translateX(-18rem);
}

.root__share-facebook,
.root__share-ok,
.root__share-vk {
  opacity: 0;
  height: 2.2rem;
  background-position: center bottom;
  transition: .5s opacity, .5s transform;
}

.root__share-facebook_active,
.root__share-ok_active,
.root__share-vk_active {
  opacity: 1;
  transform: translateX(0);
  cursor: pointer;
}

.root__sound {
  right: 4.1rem;
  background-position: bottom right;
}

.root__sound_mute {
  background-image: url(/static/img/mute.svg);
}

.root__sound_unmute {
  background-image: url(/static/img/unmute.svg);
}

.root__mobile {
  display: block;
  position: absolute;
  height: 60.7rem;
  width: 40rem;
  top: calc(50% - 64rem/2);
  left: calc(50% - 40rem/2);
  background-image: url(/static/img/mobile.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.root_top {
  z-index: 100;
}

.root_invisible {
  opacity: 0;
}

.root_highest {
  z-index: 1000;
}

.russia-screen {
  position: absolute;
  width: 100%;
  height: 100%;
}

.russia-content__shadow-filter {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.russia-content__canvas {
  transition: .5s opacity;
  z-index: 0;
  position: relative;
}

.russia-content__country-name {
  font-size: 2.5rem;
  top: 3.4rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  transition: .5s opacity;
  font-family: 'SamsungOneCyrillic', Arial, sans-serif;
  z-index: 10;
}

.russia-content__main-title {
  display: block;
  position: absolute;
  font-size: 17.6rem;
  width: 100%;
  text-align: center;
  top: calc(50% - 12rem);
  z-index: 2;
  font-family: 'Franklin Gothic', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  transition: .5s opacify;
}

.russia-content_1 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% - 0.3rem);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  transition: opacity .5s;
  user-select: none;
  opacity: 1;
}

.russia-content_2 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% + 1.4rem);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  transition: opacity .5s;
  user-select: none;
  opacity: 0;
}

.russia-content__text-1,
.russia-content__text-2 {
  font-family: 'SamsungOneCyrillic', Arial, sans-serif;
}

.russia-content__text-1 {
  font-size: 1.8rem;
  margin-top: 5rem;
}

.russia-content__text-2 {
  margin-top: 7.7rem;
  font-size: 1.8rem;
}

.russia-content__title-1 {
  text-transform: uppercase;
  font-size: 22.5rem;
  line-height: 20rem;
}

.russia-content__title-1:after {
  content: '.';
  font-size: 0;
  color: #fff;
  display: block;
  position: absolute;
  top: 3rem;
  left: calc(50% + 19rem);
  height: 3rem;
  width: 3rem;
  background-color: #fff;
  border-radius: 5rem;
}

.russia-content__title-2 {
  font-size: 10.2rem;
  text-transform: uppercase;
  line-height: 8.5rem;
}

.russia-content__subtitle-1 {
  font-family: 'SamsungOneCyrillic', Arial, sans-serif;
  font-size: 2.4rem;
  margin-bottom: -.5rem;
}

.invisible {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.screen-wrap {
  display: inline-block;
  position: relative;
  text-align: left;
  overflow: hidden;
}

.iceland {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.iceland__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: .5s opacity;
}

.iceland-content__country-name {
  font-size: 2.5rem;
  top: 3.4rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  transition: .5s opacity;
  font-family: 'SamsungOneCyrillic', Arial, sans-serif;
  z-index: 10;
}

.iceland-content__main-title {
  display: block;
  position: absolute;
  font-size: 17.6rem;
  width: 100%;
  text-align: center;
  top: calc(50% - 16.9rem);
  text-transform: uppercase;
  line-height: 13.6rem;
  font-weight: 900;
  transition: .5s opacity;
}

.iceland-content_1 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% - .8rem);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  transition: .5s opacity;
  user-select: none;
}

.iceland-content_2 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% + 1.2rem);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  transition: .5s opacity;
  user-select: none;
}

.iceland-content__text-1,
.iceland-content__text-2 {
  display: block;
  position: relative;
  font-family: 'SamsungOneCyrillic', Arial, sans-serif;
  transition: .5s opacity;
}

.iceland-content__text-1 {
  font-size: 1.8rem;
  margin-top: 4.6rem;
}

.iceland-content__text-2 {
  margin-top: 7.4rem;
  font-size: 1.8rem;
}

.iceland-content__title-1 {
  font-size: 17.6rem;
  transition: .5s opacity;
  text-transform: uppercase;
  line-height: 14.1rem;
  font-weight: 900;
}

.iceland-content__title-1-sub {
  margin-right: 9.3rem;
}

.iceland-content__title-2 {
  display: block;
  position: relative;
  transition: .5s opacity;
  font-size: 10.7rem;
  text-transform: uppercase;
  line-height: 8.6rem;
}

.iceland__flash {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: opacity .2s linear;
  z-index: 100;
}

.iceland__flash-inverse {
  display: block;
  position: absolute;
  width: 26rem;
  height: 56rem;
  top: calc(50% - 1rem);
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 1000rem rgba(0, 0, 0, 0.4);
  background-size: contain;
  background: transparent;
  z-index: -1;
}

.iceland__flash-inverse_base {
  width: 0;
  height: 0;
}

.philippines {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.philippines__shadow-filter {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.philippines__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: .5s opacity;
  z-index: 0;
}

.philippines__title-1 {
  display: block;
  position: relative;
  font-size: 17.7rem;
  transition: .5s opacity;
  text-transform: uppercase;
  line-height: 14.1rem;
  font-weight: 900;
  transition: .5s opacity;
}

.philippines__title-2 {
  display: block;
  position: relative;
  transition: .5s opacity;
  font-size: 10.4rem;
  text-transform: uppercase;
  line-height: 10rem;
}

.philippines__help {
  display: block;
  position: relative;
  margin-top: 6.8rem;
  font-size: 1.8rem;
  transition: .5s opacity;
  font-family: 'SamsungOneCyrillic', Arial, sans-serif;
}

.philippines__content-1 {
  display: block;
  width: 100%;
  position: absolute;
  top: calc(50% - 21.7rem);
  left: 50%;
  transform: translateX(-50%);
  transition: .5s opacity;
  z-index: 2;
}

.philippines__content-2 {
  display: block;
  width: 100%;
  position: absolute;
  top: calc(50% - 17.5rem);
  left: 50%;
  transform: translateX(-50%);
  transition: .5s opacity;
  z-index: 2;
}

.philippines__country-name {
  font-size: 2.5rem;
  top: 3.4rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  transition: .5s opacity;
  font-family: 'SamsungOneCyrillic', Arial, sans-serif;
  z-index: 10;
}

.philippines__main-title {
  display: block;
  position: absolute;
  font-size: 17.6rem;
  width: 100%;
  text-align: center;
  top: calc(50% - 15rem);
  text-transform: uppercase;
  line-height: 13.2rem;
  font-weight: 900;
  transition: .5s opacity;
  z-index: 3;
}

.philippines_invisible {
  opacity: 0;
}

.drops {
  position: absolute;
  width: 26rem;
  height: 56rem;
  transform: translate(-50%, -50%);
  top: calc(50% - 1rem);
  left: 50%;
}

.drops li {
  position: absolute;
  z-index: 100000;
  display: block;
  height: 25px;
  width: 25px;
  margin: 20px auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03) -webkit-radial-gradient(center 75%, ellipse contain, #ffffff, rgba(255, 255, 255, 0) 60%);
  box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.5), inset 0 -1px 6px rgba(0, 0, 0, 0.4), inset 0 8px 3px rgba(0, 0, 0, 0.3), inset 0 10px 3px rgba(255, 255, 255, 0.1), 0 3px 6px rgba(0, 0, 0, 0.5);
}

.japan {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  transition: .5s opacity;
}

.japan_1 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% - .8rem);
  transform: translate(-50%, -50%);
  text-align: center;
  transition: .5s opacity;
  user-select: none;
  z-index: 2;
}

.japan_2 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% + .1rem);
  transform: translate(-50%, -50%);
  text-align: center;
  transition: .5s opacity;
  user-select: none;
  z-index: 2;
}

.japan-content__country-name {
  font-size: 2.5rem;
  top: 3.4rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  transition: .5s opacity;
  font-family: 'SamsungOneCyrillic', Arial, sans-serif;
  z-index: 10;
}

.japan-content__shadow-filter {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.japan-content__main-title {
  display: block;
  position: absolute;
  font-size: 17.6rem;
  width: 100%;
  text-align: center;
  top: calc(50% - 12rem);
  z-index: 1;
  font-family: 'Franklin Gothic', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  transition: .5s opacity;
}

.japan-content__text-1,
.japan-content__text-2 {
  display: block;
  position: relative;
  font-family: 'SamsungOneCyrillic', Arial, sans-serif;
  transition: .5s opacity;
}

.japan-content__text-1 {
  font-size: 1.8rem;
  margin-top: 6.9rem;
}

.japan-content__text-2 {
  margin-top: 8.5rem;
  font-size: 1.8rem;
}

.japan-content__title-1 {
  font-size: 17.7rem;
  transition: .5s opacity;
  text-transform: uppercase;
  line-height: 14rem;
  font-weight: 900;
}

.japan-content__title-2 {
  display: block;
  position: relative;
  transition: .5s opacity;
  font-size: 10.7rem;
  text-transform: uppercase;
  line-height: 9.2rem;
  letter-spacing: -.2rem;
}

.japan__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: .5s opacity;
}

.algeria {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.algeria__sand-layer {
  display: block;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: 50%;
  transform: translate(-50%, -50%);
  height: 57rem;
  width: 26rem;
  background: url(/static/img/sand-layer-bottom.png) no-repeat bottom center, url(/static/img/sand-layer-top.png) no-repeat top center;
  background-size: contain;
  z-index: 2;
  transition: .5s opacity;
}

.algeria__shadow-filter {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.algeria__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-position: center right;
  transition: .5s opacity;
}

.algeria__title-1 {
  display: block;
  position: relative;
  font-size: 17.7rem;
  transition: .5s opacity;
  text-transform: uppercase;
  line-height: 14rem;
  font-weight: 900;
  z-index: 2;
}

.algeria__title-1-sub {
  letter-spacing: .6rem;
}

.algeria__title-2 {
  display: block;
  position: relative;
  transition: .5s opacity;
  font-size: 10.4rem;
  text-transform: uppercase;
  line-height: 9.5rem;
  z-index: 2;
}

.algeria__help-1,
.algeria__help-2 {
  font-family: 'SamsungOneCyrillic', Arial, sans-serif;
}

.algeria__help-1 {
  display: block;
  position: relative;
  margin-top: 5rem;
  font-size: 1.8rem;
  transition: .5s opacity;
}

.algeria__help-2 {
  display: block;
  position: relative;
  margin-top: 9.5rem;
  font-size: 1.8rem;
  transition: .5s opacity;
}

.algeria__content-1 {
  display: block;
  width: 100%;
  position: absolute;
  top: calc(50% - .4rem);
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s opacity;
  z-index: 2;
}

.algeria__content-2 {
  display: block;
  width: 100%;
  position: absolute;
  top: calc(50% - .3rem);
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s opacity;
  z-index: 2;
}

.algeria__country-name {
  font-size: 2.5rem;
  top: 3.4rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  transition: .5s opacity;
  font-family: 'SamsungOneCyrillic', Arial, sans-serif;
  z-index: 10;
}

.algeria__main-title {
  display: block;
  position: absolute;
  font-size: 17.6rem;
  width: 100%;
  text-align: center;
  top: calc(50% - 12rem);
  font-family: 'Franklin Gothic', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  z-index: 2;
  letter-spacing: .3rem;
}

.algeria_invisible {
  opacity: 0;
}


/*# sourceMappingURL=fullscreen.f785c.css.map*/