* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  background-color: #f8f8f8;
  height: 100%;
}

.body-lock {
  overflow: hidden;
}

.main {
  height: 100%;
}

a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

button,
input,
textarea,
select {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  border: 0;
  outline: 0;
  transition: 0.4s;
  cursor: pointer;
}

.container {
  display: block;
  margin: auto;
  padding: 0 0.9375rem;
}

.container--not-padding {
  padding: 0;
}

.container--double-padding {
  padding: 0 2.5rem;
}

.content-visible {
  position: relative;
  z-index: 2;
}

.content-visible--about {
  margin-top: 100vh;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transform: translate3d(0, 0, 0);
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-android .swiper-slide {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 0.625rem;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.625rem;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-button-prev {
  left: 1.125rem;
}

.swiper-button-next {
  right: 1.125rem;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: calc(50% - 2rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
  background-color: #f06842;
  z-index: 2;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: block;
  stroke: #fff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #fb5021;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  width: 100%;
  height: 0.5625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  display: -ms-flexbox;
  display: flex;
  width: 0.6875rem;
  height: 0.6875rem;
  border: 1px solid #dadada;
  border-radius: 50%;
  margin-right: 0.9375rem;
  background-color: rgba(255, 255, 255, 0.4);
  transition: 0.4s;
  cursor: pointer;
}

.swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.swiper-pagination-bullet:hover {
  border-color: #316da3;
  background-color: #316da3;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #316da3;
  background-color: #316da3;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 0.625rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.h1 {
  font-family: 'Citadina', sans-serif;
  font-weight: bold;
  line-height: 2.25rem;
  font-size: 2rem;
  text-align: center;
  font-variant: small-caps;
  text-transform: uppercase;
  color: black;
}

.h1--white {
  color: #f8f5ff;
}

.h3 {
  font-family: 'Citadina', sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: black;
}

.h3--white {
  color: #f8f5ff;
}

.footer {
  position: absolute;
  bottom: 2.25rem;
  padding: 0 2.4375rem;
  left: 0;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  transition: opacity 0.4s ease-in-out;
}

.footer--hidden {
  opacity: 0;
}

.footer__block-wrp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer__icon {
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50px;
  border: 4px solid white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__text {
  max-width: 27.5625rem;
  padding: 0.6875rem 0.9375rem;
  color: white;
  border-radius: 15px;
  background-color: #150f1d;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
}

.footer__rules {
  height: 2.5rem;
  width: 8.3125rem;
  background-color: white;
  color: black;
  border-radius: 15px;
  font-size: 0.875rem;
  line-height: 2.5rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  text-align: center;
  pointer-events: visible;
  transition: background-color 0.2s ease;
}

.footer__rules:hover {
  background-color: #f5f5f5;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  padding: 2.25rem 2.4375rem 0;
  transition: opacity 0.4s ease-in-out;
}

.header--hidden {
  opacity: 0;
}

.header__block-wrp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__mini-map {
  position: relative;
  width: 10rem;
  height: 6.5rem;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header__mini-map:hover,
.header__mini-map:active,
.header__mini-map:focus {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.header__mini-map-button {
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 24px);
  width: 3rem;
  height: 1.75rem;
  cursor: pointer;
  background-color: #ffd41e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: left 0.1s linear, top 0.1s linear;
}

.header__mini-map-button:hover,
.header__mini-map-button:active,
.header__mini-map-button:focus {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.header__logo-wrp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 23.75rem;
}

.header__logo {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: visible;
}

.header__logo--ott {
  height: 3.25rem;
  width: 3.25rem;
  margin-right: 2.25rem;
}

.header__logo--ott svg {
  height: 100%;
  width: 100%;
}

.header__logo--dp {
  height: 3.125rem;
  width: 4.8125rem;
}

.header__logo--popup {
  margin-left: 15px;
  width: 12.5rem;
}

.main-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-screen__canvas-block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.popup-overlay {
  position: relative;
}

.popup-overlay > * {
  -webkit-transform: translateZ(0);
}

.popup-overlay--js-init {
  display: none;
}

.popup-overlay--js-active {
  display: block;
  z-index: 1002;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
}

.popup-overlay--animation {
  animation-name: opacity;
  animation-duration: 0.4s;
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.popup {
  position: relative;
  background-color: white;
  margin: 5rem auto 6.625rem auto;
  border-radius: 0.9375rem;
  max-width: 29.375rem;
  cursor: auto;
  z-index: 100;
}

.popup__content {
  padding: 1.25rem 2.9375rem 6.875rem 3.9375rem;
}

.popup__logo {
  height: 2.9375rem;
  width: 100%;
  margin: 0 auto 1.25rem -1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.popup__header {
  background-image: linear-gradient(262deg, #332783, #e2027e);
  font-size: 1.25rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 1.25rem;
}

.popup__text {
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: black;
  padding-bottom: 1.25rem;
}

.popup__text--center {
  text-align: center;
}

.popup__text ul {
  padding: 1.25rem 0 0;
}

.popup__text ul > li {
  position: relative;
  font-size: 0.875rem;
  list-style-type: none;
  font-weight: 500;
  line-height: 1.43;
  text-align: left;
  margin-bottom: 1.25rem;
}

.popup__text ul > li::before {
  content: '';
  position: absolute;
  top: 0.3125rem;
  left: -1rem;
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  background-color: #de335e;
  border-radius: 5px;
}

.popup__copyrighted {
  font-size: 8px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.popup__copyrighted-img {
  padding-top: 10px;
  text-align: center;
}

.popup__copyrighted-img img {
  width: 50%;
}

.popup__background {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 36.875rem;
  width: 42.375rem;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.popup__items-wrp {
  position: relative;
  z-index: 2;
  max-width: 42.375rem;
  width: 100%;
  padding: 4.875rem 0 7.3125rem 2.5rem;
}

.popup__title {
  font-size: 3.75rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.93;
  letter-spacing: normal;
  text-align: center;
  color: white;
  padding: 4rem 0 1.375rem;
}

.popup__title span {
  font-size: 2.625rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(267deg, #332783, #e2027e);
}

.popup__rule {
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.25rem 0 2rem;
}

.popup__share-wrp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 14rem;
  -ms-flex-preferred-size: 14rem;
  flex-basis: 14rem;
  margin: 0 auto;
}

.popup__share {
  height: 2.8125rem;
  width: 2.8125rem;
  cursor: pointer;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 50%;
}

.popup__subtitle {
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #ffd41e;
  padding-bottom: 2.75rem;
}

.popup__button {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  display: block;
  width: 13rem;
  height: 3rem;
  border-radius: 15px;
  background-color: #de335e;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.28);
  transition: background-color 0.3s ease-in-out;
  font-size: 0.875rem;
  line-height: 3rem;
  font-weight: 500;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 400;
}

.popup__button--hidden {
  opacity: 0;
  pointer-events: none;
}

.popup__button:hover {
  background-color: #c92750;
}

.popup__image {
  height: 14.5rem;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.popup__close {
  position: absolute;
  top: -0.875rem;
  right: -0.875rem;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #de335e;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
}

.popup__close svg {
  height: 0.75rem;
  width: 0.75rem;
}

.popup__close:hover {
  background-color: #c92750;
}

.popup__icon-wrp {
  padding-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup__icon {
  height: 2.75rem;
  -ms-flex-preferred-size: calc(33.333333% - (0.875rem * 2));
  flex-basis: calc(33.333333% - (0.875rem * 2));
  max-width: calc(33.333333% - (0.875rem * 2));
  margin: 0 0.875rem 0.8125rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.popup__content-bottom {
  position: absolute;
  bottom: 3.1875rem;
  left: 7.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.popup__logo-ott {
  height: 3.25rem;
  width: 3.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 2.28125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.popup__flex-wrp {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup__link {
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: white;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2.5625rem;
}

.popup__link:hover {
  text-decoration: underline;
}

.popup--js-init {
  display: none;
  opacity: 0;
  margin: 6.875rem auto 1.25rem auto;
}

.popup--js-active {
  display: block;
  z-index: 300;
  position: relative;
  opacity: 1;
}

.popup--level-complete {
  max-width: 29.375rem;
  margin: 5.5rem auto 6.625rem auto;
  overflow: hidden;
}

.popup--about .popup__image {
  border-radius: 0.9375rem 0.9375rem 0 0;
  overflow: hidden;
}

.popup--about .popup__content {
  padding: 2.75rem 2.1875rem;
}

.popup--start {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  background: transparent;
  margin: 0 !important;
  padding: 0;
}

.popup--start .popup__logo {
  height: 3.1875rem;
  width: 13.3125rem;
  margin: 0 auto;
}

.popup--start .popup__button {
  position: relative;
  top: 0;
  left: 0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 0 auto;
  font-size: 1.25rem;
  box-shadow: none;
  height: 3.25rem;
  line-height: 3.25rem;
}

.popup--end {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  background: transparent;
  margin: 0 !important;
  padding: 0;
}

.popup--end .popup__items-wrp {
  padding: 4.875rem 0 3.9375rem 2.1875rem;
}

.popup--end .popup__logo {
  height: 3.1875rem;
  width: 13.3125rem;
  margin: 0 auto;
}

.popup--end .popup__title {
  font-size: 2.625rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  padding: 1.875rem 0 1.75rem;
}

.popup--end .popup__subtitle {
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: white;
  padding-bottom: 0;
  max-width: 31.5625rem;
  margin: 0 auto;
}

.popup--animation {
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
  }

  to {
    top: 0;
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1400;
  background-color: #150f1d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 0.8s ease-in-out 1s;
}

.preloader--hidden {
  opacity: 0;
  pointer-events: none;
}

.preloader__icons-wrp {
  position: relative;
  display: block;
  height: 6.125rem;
  width: 5.875rem;
  margin: 0 auto 2.875rem;
}

.preloader__icon {
  position: absolute;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 6.25rem;
  opacity: 0.5;
}

.preloader__text {
  display: block;
  font-size: 0.875rem;
  line-height: 1.47;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.rotate-device {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 401;
  background-color: #150f1d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}

.rotate-device__icon {
  height: 3.8125rem;
  width: 3.6875rem;
  margin: 0 auto 2.5625rem auto;
}

.rotate-device__icon svg {
  height: 100%;
  width: 100%;
}

.rotate-device__text {
  font-size: 1.125rem;
  text-align: center;
  color: white;
}

@media (min-width: 1024px) {
  .container {
    width: 30.8125rem;
    padding: 0 1.25rem;
    margin: 0 auto;
  }

  .container--not-padding {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .footer {
    bottom: 0;
    padding: 0;
  }

  .footer__content {
    padding: 0 1.0625rem 0.75rem;
  }

  .footer__icon {
    height: 3.4375rem;
    width: 3.4375rem;
    margin-right: 0.8125rem;
  }

  .footer__text {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.42;
  }

  .footer__rules {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
  }

  .header {
    padding: 0.9375rem 0.875rem 0;
  }

  .header__mini-map {
    width: 5.4375rem;
    height: 3.4375rem;
  }

  .header__logo-wrp {
    max-width: 15.625rem;
  }

  .header__logo--ott {
    height: 2.1875rem;
    width: 2.1875rem;
    margin-right: 0.9375rem;
  }

  .header__logo--dp {
    height: 2.125rem;
    width: 3.3125rem;
  }

  .header__logo--popup {
    width: 4.8125rem;
  }

  .popup__content {
    padding: 2.75rem 1.9375rem 6.875rem 2.4375rem;
  }

  .popup__logo {
    margin: 0 auto 1.25rem -0.5rem;
  }

  .popup__text {
    line-height: 1.1875rem;
  }

  .popup__copyrighted-img img {
    width: 80%;
  }

  .popup__background {
    height: 22.5rem;
  }

  .popup__items-wrp {
    padding: 0 0 3.5rem 0;
  }

  .popup__title span {
    font-size: 1.75rem;
    line-height: 1.61;
  }

  .popup__title {
    font-size: 2.125rem;
    line-height: 1.03;
    padding: 2.1875rem 0 0.9375rem;
  }

  .popup__rule {
    padding: 0.5rem 0 2rem;
  }

  .popup__subtitle {
    font-size: 1.125rem;
    line-height: normal;
    padding-bottom: 2.5rem;
  }

  .popup__button {
    bottom: 3.4375rem;
  }

  .popup__image {
    height: 13.875rem;
  }

  .popup__close {
    top: 0.625rem;
    right: 0.625rem;
  }

  .popup__content-bottom {
    left: 0.9375rem;
    bottom: 0.9375rem;
  }

  .popup__logo-ott {
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 1.375rem;
  }

  .popup__link {
    margin-right: 1.375rem;
  }

  .popup--level-complete {
    width: 100%;
  }

  .popup--about .popup__image {
    overflow: visible;
    border-radius: 0;
  }

  .popup--about .popup__content {
    padding: 2.1875rem 1.25rem 1.375rem;
  }

  .popup--about {
    min-height: 100%;
  }

  .popup--start .popup__logo {
    height: 2.75rem;
    width: 11.5rem;
  }

  .popup--end .popup__items-wrp {
    padding: 0 1.5625rem 1.875rem 1.5625rem;
  }

  .popup--end .popup__logo {
    height: 2.75rem;
    width: 11.5rem;
  }

  .popup--end .popup__title {
    font-size: 1.5rem;
    padding: 2rem 0 0.5rem;
  }

  .popup--end .popup__subtitle {
    font-size: 1.125rem;
    line-height: 1.22;
    max-width: 19.6875rem;
  }

  .popup {
    margin: 0 auto;
    border-radius: 0;
  }

  .preloader__text {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}

@media (min-width: 767px) and (max-width: 1023px) and (orientation: portrait) {
  .rotate-device {
    opacity: 1;
    pointer-events: visible;
  }
}
/*# sourceMappingURL=style.css.map*/