/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Arial';
  src: url("../fonts/Arial-Regular/Arial.eot");
  src: url("../fonts/Arial-Regular/Arial.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial-Regular/Arial.woff") format("woff"), url("../fonts/Arial-Regular/Arial.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial';
  src: url("../fonts/Arial-Bold/Arial-Bold.eot");
  src: url("../fonts/Arial-Bold/Arial-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial-Bold/Arial-Bold.woff") format("woff"), url("../fonts/Arial-Bold/Arial-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro-Medium/GothamPro-Medium.eot");
  src: url("../fonts/GothamPro-Medium/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro-Bold/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold/GothamPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none; }

a {
  text-decoration: none; }

ul[class] {
  list-style: none; }

:root {
  font-size: 10px; }

body {
  font-family: 'Arial', sans-serif; }

.wrapper {
  background: url("../img/bg-main.png") center no-repeat no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  min-height: 100vh; }

html.ru .logo__image {
  width: 33rem; }

.logo__wrapper {
  padding: 30px 0 10rem;
  max-width: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }

.title {
  margin: 0 auto 12rem;
  display: flex;
  justify-content: center;
  max-width: 50%; }

.title__text {
  font-size: 6rem;
  color: white;
  text-transform: uppercase;
  line-height: 1.022;
  text-align: center;
  text-shadow: -0   -2px 0   #000000, 0   -2px 0   #000000, -0    2px 0   #000000, 0    2px 0   #000000, -2px -0   0   #000000, 2px -0   0   #000000, -2px  0   0   #000000, 2px  0   0   #000000, -1px -2px 0   #000000, 1px -2px 0   #000000, -1px  2px 0   #000000, 1px  2px 0   #000000, -2px -1px 0   #000000, 2px -1px 0   #000000, -2px  1px 0   #000000, 2px  1px 0   #000000, -2px -2px 0   #000000, 2px -2px 0   #000000, -2px  2px 0   #000000, 2px  2px 0   #000000, -2px -2px 0   #000000, 2px -2px 0   #000000, -2px  2px 0   #000000, 2px  2px 0   #000000;
  margin: auto; }

.title__bonus {
  color: #ffd800; }

.text {
  margin-bottom: 8rem;
  position: relative;
  z-index: 5; }

.container {
  max-width: 60%;
  margin: auto;
  display: flex;
  padding-left: 7rem; }

.sand__hover {
  position: absolute;
  cursor: pointer;
  left: 0;
  bottom: 2px;
  opacity: 0;
  transition: opacity 0.1s ease-in-out; }

.sand {
  position: relative;
  cursor: pointer; }
  .sand:hover .sand__hover {
    opacity: 1; }

.sand__active .sand__hover {
  opacity: 1; }

.sand__animation1 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0; }

.sand__animation2 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0; }

.sand__anim1 {
  pointer-events: none; }
  .sand__anim1 .sand__hover {
    display: none; }

.cube {
  position: absolute;
  right: 3%;
  z-index: 10; }

.sand__anim2 {
  pointer-events: none; }
  .sand__anim2 .sand__hover {
    display: none; }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.text__additional {
  font-size: 5rem;
  color: white;
  line-height: 1.022;
  text-align: center;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  margin: -1rem 0 0 0; }

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  margin: -2rem auto 0;
  padding: 0 20px 4rem; }
  .footer__mob {
    display: none; }

.popup__wrapper {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none; }

.popup__container {
  background: url("../img/popup_bg.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 650px; }

.popup__empty {
  padding: 5rem 10rem;
  display: none; }
  .popup__empty_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem; }

@keyframes popup {
  0% {
    transform: translate(0, -150%); }
  100% {
    transform: translate(0, 0); } }

@keyframes sandText {
  0% {
    transform: translate(-50%, -300%); }
  100% {
    transform: translate(-50%, 0); } }

html.de .popup__empty {
  padding: 5rem 8rem; }

.popup__title {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 5rem;
  text-align: center; }

.popup__text {
  font-size: 6.6rem;
  font-weight: bold;
  margin-bottom: 5rem;
  text-align: center;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; }

.popup__btn {
  background-color: #2eab22;
  border: none;
  outline: none;
  margin: 0 auto 3rem;
  font-size: 3.4rem;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  padding: 2rem 4rem;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  .popup__btn:hover {
    background-color: #35bb27; }

html.de .popup__btn {
  padding: 2rem 3rem;
  font-size: 2.8rem;
  white-space: nowrap; }

.popup__attempts {
  display: flex;
  justify-content: center;
  align-items: center; }
  .popup__attempts_text {
    font-size: 3rem;
    font-family: GothamPro;
    color: #815322;
    text-align: center;
    font-weight: 500;
    margin-right: 10px; }
  .popup__attempts_strong {
    font-family: GothamPro;
    font-size: 4rem;
    font-weight: 700;
    color: #815322; }

.popup__win {
  padding: 5rem 10rem;
  display: none; }
  .popup__win_title {
    color: white;
    text-shadow: -1px 0 black, 0 3px black, 3px 0 black, 0 -1px black; }
  .popup__win__container {
    position: relative; }
  .popup__win_text {
    font-size: 4rem;
    color: black;
    font-weight: bold;
    line-height: 1.154;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 6rem; }
    .popup__win_text span {
      color: red; }
  .popup__win .popup__btn {
    padding: 2rem 4rem;
    white-space: nowrap; }
  .popup__win .popup__attempts_text {
    text-decoration: underline;
    transition: opacity 0.3s ease-in-out; }
    .popup__win .popup__attempts_text:hover {
      opacity: 0.7; }

html.de .popup__win .popup__btn {
  font-size: 3.2rem; }

.popup__img1 {
  position: absolute;
  left: -50%;
  display: flex;
  justify-content: center;
  align-items: center; }

html.pt .popup__win .popup__btn {
  font-size: 3.2rem; }

html.gr .popup__win .popup__btn {
  font-size: 3.2rem; }

html.fr .popup__win .popup__btn {
  font-size: 3.2rem; }

html.gr .popup__attempts_text {
  font-family: Arial; }

html.hu .popup__win_text {
  font-size: 3.5rem; }

.sand__animation_local1 {
  position: absolute;
  cursor: pointer;
  left: 0;
  bottom: 0;
  display: none; }

.sand__animation_local2 {
  position: absolute;
  cursor: pointer;
  left: 0;
  bottom: 0;
  display: none; }

.sand__anim_local .sand__animation_local1 {
  display: block; }

.popup__img2 {
  position: absolute;
  right: -50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.lang_switcher_outer {
  position: absolute;
  font-family: Arial, sans-serif;
  top: 2em;
  right: 3em;
  width: 18em;
  height: 3.5em;
  z-index: 6;
  cursor: pointer;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400; }

.lang_switcher_outer .lang_switcher {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: block;
  cursor: pointer;
  border-radius: 1.3em;
  position: relative;
  padding-bottom: 1.75em;
  z-index: 3;
  background: #0d263a; }

.lang_switcher_outer .lang_switcher .curr_lang {
  position: relative;
  display: inline-block;
  top: 0.5em;
  margin: 0 0.5em 0 0; }

.lang_switcher_outer .lang_switcher .curr_lang span {
  font-size: 1.3em;
  padding: 0.35em 0 0 0;
  display: inline-block; }

.lang_switcher_outer .lang_switcher .curr_lang em {
  top: 0.4em;
  margin: 0 0.5em 0 0; }

.lang_switcher_outer i {
  top: 0.5em;
  background: url("../img/lang-arr.png") 0 0 no-repeat;
  background-size: contain;
  width: 1.3em;
  position: relative;
  height: 0.8em;
  display: inline-block; }

.lang_switcher_outer p {
  font-size: 1.1em;
  position: relative;
  color: #fff;
  top: 0.5em;
  text-transform: none;
  display: inline-block;
  width: 50%;
  text-align: center; }

.lang_flag {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  background-image: url("../img/flag2.png");
  margin: 0 0.7em 0 1.1em;
  position: relative;
  top: 0.25em; }

.lang_flag.flag_en {
  background-position: 0 0; }

.lang_flag.flag_de {
  background-position: 0 -1.6em; }

.lang_flag.flag_no {
  background-position: 0 -3.2em; }

.lang_flag.flag_pl {
  background-position: 0 -4.8em; }

.lang_flag.flag_fr {
  background-position: 0 -6.4em; }

.lang_flag.flag_hu {
  background-position: 0 -8em; }

.lang_flag.flag_ro {
  background-position: 0 -9.6em; }

.lang_flag.flag_es {
  background-position: 0 -11.2em; }

.lang_flag.flag_pt {
  background-position: 0 -12.8em; }

.lang_flag.flag_br {
  background-position: 0 -14.4em; }

.lang_flag.flag_gr {
  background-position: 0 -16em; }

.lang_flag.flag_cz {
  background-position: 0 -17.6em; }

.lang_flag.flag_dk {
  background-position: 0 -19.2em; }

.lang_flag.flag_ca {
  background-position: 0 -20.8em; }

.lang_flag.flag_ru {
  background-position: 0 -24em; }

.lang_list {
  position: absolute;
  list-style-type: none;
  top: 3.6em;
  display: none;
  right: 0;
  width: 9.5em;
  border-radius: 0 0 1em 1em;
  overflow: hidden;
  cursor: auto;
  background: #0d263a;
  padding-top: 23px;
  margin-top: -20px; }

.lang_list.act {
  display: block; }

.lang_list li {
  height: 3em;
  cursor: pointer; }

.lang_list li span {
  font-size: 1.3em;
  padding: 0.5em 0 0 0;
  display: inline-block; }

.lang_list li.curr {
  pointer-events: none;
  background: #c30d1d; }

.lang_list li:hover {
  background: #c30d1d; }

html.de .de {
  display: block; }

html .de {
  display: none; }

html.ru .ru {
  display: block; }

html .ru {
  display: none; }

html.dk .dk {
  display: block; }

html .dk {
  display: none; }

html.fr-ca .fr-ca {
  display: block; }

html .fr-ca {
  display: none; }

html.br .br {
  display: block; }

html .br {
  display: none; }

html.pl .pl {
  display: block; }

html .pl {
  display: none; }

html.cz .cz {
  display: block; }

html .cz {
  display: none; }

html.ca .ca {
  display: block; }

html .ca {
  display: none; }

html.gr .gr {
  display: block; }

html .gr {
  display: none; }

html.pt .pt {
  display: block; }

html .pt {
  display: none; }

html.en .en {
  display: block; }

html .en {
  display: none; }

html.no .no {
  display: block; }

html .no {
  display: none; }

html.fr .fr {
  display: block; }

html .fr {
  display: none; }

html.hu .hu {
  display: block; }

html .hu {
  display: none; }

html.ro .ro {
  display: block; }

html .ro {
  display: none; }

html.es .es {
  display: block; }

html .es {
  display: none; }

html.hu .popup__win .popup__btn {
  font-size: 3.2rem; }

html.hu .popup__attempts_text {
  font-size: 2.4rem; }

html.gr .popup__attempts_text {
  font-size: 2.4rem; }

html.fr-ca .popup__win .popup__btn {
  font-size: 3.2rem; }

html.ro .popup__empty .popup__btn {
  font-size: 3rem; }

.popup__wrapper {
  padding: 0 15rem; }

.popup__wrapper_empty {
  opacity: 1;
  pointer-events: all; }

.popup__wrapper_win {
  opacity: 1;
  pointer-events: all; }

.popup__wrapper_empty .popup__empty {
  display: flex; }

.popup__wrapper_empty .popup__win {
  display: none; }

.popup__wrapper_win .popup__win {
  display: flex; }

.popup__wrapper_win .popup__empty {
  display: none; }

.sand__anim1 .sand__img {
  opacity: 0; }

.sand__anim1 .sand__hover {
  display: none; }

.sand__anim1 .sand__animation1 {
  opacity: 1; }

.sand__anim2 .sand__img {
  opacity: 0; }

.sand__anim2 .sand__hover {
  display: none; }

.sand__anim2 .sand__animation2 {
  opacity: 1; }

.popup__winner .popup__empty {
  display: none; }

.popup__empt .popup__win {
  display: none; }

.sand__anim1_local {
  pointer-events: none; }
  .sand__anim1_local .sand__img {
    opacity: 0; }
  .sand__anim1_local .sand__hover {
    display: none; }
  .sand__anim1_local .sand__animation1 {
    opacity: 1; }
    .sand__anim1_local .sand__animation1 .sand__animation {
      opacity: 0; }
    .sand__anim1_local .sand__animation1 .sand__animation_local1 {
      display: block; }

.sand__anim2_local {
  pointer-events: none; }
  .sand__anim2_local .sand__img {
    opacity: 0; }
  .sand__anim2_local .sand__hover {
    display: none; }
  .sand__anim2_local .sand__animation2 {
    opacity: 1; }
    .sand__anim2_local .sand__animation2 .sand__animation {
      opacity: 0; }
    .sand__anim2_local .sand__animation2 .sand__animation_local2 {
      display: block; }

.txt_cur_in,
.txt_cur_pe,
.txt_cur_ar,
.txt_cur_cl,
.txt_cur_brl,
.txt_cur_rub,
.txt_cur_uah,
.txt_cur_rub,
.txt_cur_nzd,
.txt_cur_cad,
.txt_cur_nok,
.txt_cur_dkk,
.txt_cur_dol,
.txt_cur_eur {
  display: none; }

html.cur_eur .txt_cur_eur {
  display: inline-block; }

html.cur_in .txt_cur_dol {
  display: none; }

html.cur_in .txt_cur_in {
  display: inline-block; }

html.cur_in .txt_cur_eur {
  display: none; }

html.cur_in .txt_cur_eur {
  display: none; }

html.cur_mx .txt_cur_mx {
  display: inline-block; }

html.cur_mx .txt_cur_pe {
  display: none; }

html.cur_pe .txt_cur_pe {
  display: inline-block; }

html.cur_pe .txt_cur_mx {
  display: none; }

html.cur_ar .txt_cur_ar {
  display: inline-block; }

html.cur_ar .txt_cur_mx {
  display: none; }

html.cur_cl .txt_cur_cl {
  display: inline-block; }

html.cur_cl .txt_cur_mx {
  display: none; }

html.cur_brl .txt_cur_pt {
  display: none; }

html.cur_brl .txt_cur_brl {
  display: inline-block; }

html.cur_rub .txt_cur_kzt {
  display: none; }

html.cur_rub .txt_cur_rub {
  display: inline-block; }

html.cur_uah .txt_cur_kzt {
  display: none; }

html.cur_uah .txt_cur_uah {
  display: inline-block; }

html.cur_cad .txt_cur_eur {
  display: none; }

html.cur_cad .txt_cur_cad {
  display: inline-block; }

html.cur_dkk .txt_cur_eur {
  display: none; }

html.cur_dkk .txt_cur_dkk {
  display: inline-block; }

html.cur_nok .txt_cur_eur {
  display: none; }

html.cur_nok .txt_cur_nok {
  display: inline-block; }

html.cur_nzd .txt_cur_eur {
  display: none; }

html.cur_nzd .txt_cur_nzd {
  display: inline-block; }

html.cur_dol .txt_cur_eur {
  display: none; }

html.cur_dol .txt_cur_dol {
  display: inline-block; }

@media (max-width: 1700px) {
  :root {
    font-size: 9px; } }

@media (max-width: 1200px) {
  .container {
    max-width: 100%; }
  .title {
    max-width: 70%; }
  .cube {
    display: none; } }

@media (max-width: 992px) {
  :root {
    font-size: 9px; }
  .wrapper {
    background: url(../img/bg-mob.png) 50% 26% no-repeat no-repeat;
    background-size: cover; }
  .popup__img1, .popup__img2 {
    max-width: 23rem; }
  .popup__wrapper {
    padding: 0 18rem; }
  .logo__wrapper {
    padding-bottom: 12rem; }
  .title {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%; }
  .container {
    max-width: 100%;
    padding: 0 20px; }
  html.fr .title__text {
    font-size: 5.5rem; } }

@media (max-width: 800px) and (orientation: portrait) {
  .title__text {
    font-size: 7rem; } }

@media (max-width: 800px) {
  :root {
    font-size: 8px; }
  .title__text {
    text-shadow: -0   -1.5px 0   #000000, 0   -1.5px 0   #000000, -0    1.5px 0   #000000, 0    1.5px 0   #000000, -1.5px -0   0   #000000, 1.5px -0   0   #000000, -1.5px  0   0   #000000, 1.5px  0   0   #000000, -1px -1.5px 0   #000000, 1px -1.5px 0   #000000, -1px  1.5px 0   #000000, 1px  1.5px 0   #000000, -1.5px -1px 0   #000000, 1.5px -1px 0   #000000, -1.5px  1px 0   #000000, 1.5px  1px 0   #000000, -1.5px -1.5px 0   #000000, 1.5px -1.5px 0   #000000, -1.5px  1.5px 0   #000000, 1.5px  1.5px 0   #000000, -1.5px -1.5px 0   #000000, 1.5px -1.5px 0   #000000, -1.5px  1.5px 0   #000000, 1.5px  1.5px 0   #000000; }
  .popup__img1, .popup__img2 {
    max-width: 23rem; }
  .logo__wrapper {
    padding-bottom: 16rem;
    max-width: 35rem; }
  .text__additional {
    margin-top: 10px; }
  .title {
    margin-bottom: 18rem; }
  .footer__mob {
    display: block;
    width: 100%; }
  .footer__desk {
    display: none; }
  .container {
    padding: 0; }
  .popup__win {
    max-width: 460px;
    padding: 5rem 6rem; }
  html.de .popup__win .popup__btn {
    font-size: 2.6rem; }
  .popup__wrapper {
    padding: 0 16rem; } }

@media (max-width: 992px) and (orientation: landscape) {
  .wrapper {
    background: url(../img/bg-mob.png) 50% 50% no-repeat no-repeat;
    background-size: cover; }
  .logo__wrapper {
    padding-bottom: 8rem;
    max-width: 33rem; }
  .popup__wrapper {
    padding: 10% 14rem 100%; }
  .popup {
    position: absolute; }
  :root {
    font-size: 9px; }
  .text {
    margin: 2rem auto 9rem; } }

@media (max-width: 660px) {
  .popup__img2, .popup__img1 {
    display: none; }
  .popup__win {
    max-width: 100%;
    margin: 0 20px; } }

@media (max-width: 660px) and (orientation: portrait) {
  .popup__wrapper {
    padding: 0; } }

@media (max-width: 576px) {
  :root {
    font-size: 7px; }
  html.es .title__text {
    font-size: 5rem; }
  .title {
    margin-bottom: 17rem; }
  .logo__wrapper {
    padding-bottom: 14rem; }
  .logo__wrapper {
    max-width: 28rem; }
  html.es .title {
    margin-bottom: 10rem; }
  html.fr .title {
    margin-bottom: 11rem; }
  .title__text {
    font-size: 6rem; } }

@media (max-width: 400px) {
  :root {
    font-size: 6px; }
  .title {
    margin-bottom: 14rem;
    max-width: 100%; }
  .popup__win {
    margin: 0; }
  .popup__win {
    padding: 5rem; }
  html.es .title {
    margin-bottom: 10rem; } }

@media (max-width: 1024px) {
  .lang_switcher_outer {
    width: 9.5em;
    right: 1em;
    top: 1em; }
  .lang_switcher_outer p {
    display: none; }
  .lang_switcher_outer .lang_switcher {
    padding-bottom: 1.4em; }
  .lang_switcher_outer .lang_switcher .curr_lang {
    margin: 0 0.5em 0 1em; } }

@media (max-width: 350px) {
  .title__text {
    font-size: 7rem; }
  html.de .title__text {
    font-size: 6rem; }
  html.es .title__text {
    font-size: 6rem; } }
