/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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;
  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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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: "Klapt Cyrillic";
  src: url("../fonts/KlaptCyrillic-Regular.woff2") format("woff2"), url("../fonts/KlaptCyrillic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Klapt Cyrillic";
  src: url("../fonts/KlaptCyrillic-Medium.woff2") format("woff2"), url("../fonts/KlaptCyrillic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Klapt Cyrillic";
  src: url("../fonts/KlaptCyrillic-Light.woff2") format("woff2"), url("../fonts/KlaptCyrillic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Klapt Cyrillic";
  src: url("../fonts/KlaptCyrillic-Bold.woff2") format("woff2"), url("../fonts/KlaptCyrillic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.lang_switcher_outer {
  cursor: pointer;
  position: absolute;
  right: 32rem;
  top: 3rem;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  z-index: 21;
}

.lang_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.lang-list-wrapper {
  position: absolute;
  list-style-type: none;
  top: calc(100% + 0.5rem);
  right: 0rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  overflow: hidden;
  display: none;
}

.lang_switcher_outer.act .lang-list-wrapper {
  display: block;
}

.lang_switcher .curr_lang {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.lang_switcher .curr_lang span {
  font-size: 2.1rem;
  line-height: 1;
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  margin-right: 1rem;
}

.chevron {
  width: 2.2rem;
  height: 1.3rem;
  position: relative;
  top: 0.2rem;
}

.lang_list {
  list-style-type: none;
  width: 100%;
  cursor: auto;
  margin: 0;
  padding: 0 1.5rem 1.5rem;
}

.lang_list_item {
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.lang_list_item.curr span {
  pointer-events: none;
  color: #ff1bfc;
}
.lang_list_item:hover {
  color: #ff1bfc;
}

@media screen and (max-width: 600px) and (orientation: portrait) {
  .lang-list-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
}
html.en .en {
  display: block;
}
html .en {
  display: none;
}

html.de .de {
  display: block;
}
html .de {
  display: none;
}

html.pl .pl {
  display: block;
}
html .pl {
  display: none;
}

html.pt .pt {
  display: block;
}
html .pt {
  display: none;
}

.txt_cur_eur,
.txt_cur_usd,
.txt_cur_in,
.txt_cur_no,
.txt_cur_nz,
.txt_cur_dk,
.txt_cur_pe,
.txt_cur_co,
.txt_cur_ar,
.txt_cur_cl,
.txt_cur_mx,
.txt_cur_pt,
.txt_cur_br,
.txt_cur_no,
.txt_cur_ph,
.txt_cur_es {
  display: none;
}

html.en .txt_cur_eur {
  display: inline-block;
}
html.en.cur_usd .en .txt_cur_eur {
  display: none;
}
html.en.cur_usd .en .txt_cur_usd {
  display: inline-block;
}
html.en.cur_no .en .txt_cur_eur {
  display: none;
}
html.en.cur_no .en .txt_cur_no {
  display: inline-block;
}
html.en.cur_ph .en .txt_cur_eur {
  display: none;
}
html.en.cur_ph .en .txt_cur_ph {
  display: inline-block;
}
html.en.cur_dk .en .txt_cur_eur {
  display: none;
}
html.en.cur_dk .en .txt_cur_dk {
  display: inline-block;
}
html.en.cur_in .en .txt_cur_eur {
  display: none;
}
html.en.cur_in .en .txt_cur_in {
  display: inline-block;
}
html.en.cur_nz .en .txt_cur_eur {
  display: none;
}
html.en.cur_nz .en .txt_cur_nz {
  display: inline-block;
}

html.pt .txt_cur_pt {
  display: inline-block;
}
html.pt.cur_br .pt .txt_cur_pt {
  display: none;
}
html.pt.cur_br .pt .txt_cur_br {
  display: inline-block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

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

body {
  position: relative;
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 0.5208333333vw;
  font-family: "Klapt Cyrillic", sans-serif;
  background-color: black;
}
html.hide {
  display: block;
}
html.hide .blur_wrap {
  background: transparent;
  position: relative;
  -webkit-filter: none;
          filter: none;
}

.preloader {
  width: 5em;
  height: 5em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 6;
}
.preloader.hide {
  display: none;
}

.blur_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  width: 100%;
  min-height: 100%;
  z-index: 5;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  background-image: url(../images/main-bg.png);
  background-size: 192rem auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.container {
  max-width: 133rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 6;
}

.logo {
  display: block;
  width: 23.4rem;
  margin-bottom: 1rem;
  margin-top: 4rem;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content {
  width: 100%;
  min-height: 65rem;
  position: relative;
  z-index: 2;
}

.title {
  color: #fff;
  text-align: center;
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto 2rem;
  text-transform: uppercase;
}

.canvas-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.canvas-wrapper #animation_container {
  width: 66.1rem !important;
  height: 64.1rem !important;
  position: relative;
  z-index: 2;
}
.canvas-wrapper canvas {
  width: 100% !important;
  height: 100% !important;
}
.canvas-wrapper .tiger {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 49.6rem;
  right: -1.2rem;
  top: 1.5rem;
}

.spin-btn {
  width: 13.6rem;
  height: 13.6rem;
  border: none;
  outline: none;
  border-radius: unset;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/spin-btn.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.spin-btn span {
  color: #fff;
  text-align: center;
  font-size: 3.72rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  padding-bottom: 0.7rem;
}
.spin-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/spin-btn-hover.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.spin-btn:hover:before {
  opacity: 1;
}
.spin-btn:disabled {
  pointer-events: none;
}
.spin-btn:disabled:before {
  opacity: 0;
}

.footer {
  position: relative;
  z-index: 2;
  padding: 5.5rem 0 3.3rem 1.5rem;
}
.footer__inner {
  width: 115.8rem;
  margin: 0 auto;
}
.footer__logos {
  position: relative;
  z-index: 1;
}
@media (max-width: 630px) {
  .footer__logos .desktop {
    display: none;
  }
}
.footer__logos .mobile {
  display: none;
}
@media (max-width: 630px) {
  .footer__logos .mobile {
    display: block;
  }
}
.footer__text {
  max-width: 94.5rem;
  margin: -0.8rem auto 0;
  position: relative;
  z-index: 2;
}
.footer__text p {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.3px;
  opacity: 0.3;
  margin-bottom: 18px;
}

.dots-wrapper,
.parallax-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.1rem;
  pointer-events: none;
}

.dots {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.dots__parallel-1 {
  width: 10.6rem;
  top: 16rem;
  right: -65.5rem;
}
.dots__cross {
  width: 13rem;
  top: 4.6rem;
  left: -63.5rem;
}
.dots__square {
  width: 6.1rem;
  top: 53.2rem;
  right: -85rem;
}
.dots__cross-2 {
  width: 13rem;
  top: 87rem;
  right: -74rem;
}
.dots__plus {
  width: 9.5rem;
  top: 47.5rem;
  left: -44.5rem;
}
.dots__parallel-2 {
  width: 10.6rem;
  top: 81.5rem;
  left: -80.5rem;
}

.parallax {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.parallax__coin-1 {
  width: 5.5rem;
  left: -36.5rem;
  top: 3.5rem;
}
.parallax__coin-2 {
  width: 4rem;
  left: -71.4rem;
  top: 19.8rem;
}
.parallax__coin-3 {
  width: 8.1rem;
  left: -53em;
  top: 38.4rem;
}
.parallax__coin-4 {
  width: 6.4rem;
  left: -74em;
  top: 58rem;
}
.parallax__coin-5 {
  width: 5.3rem;
  left: -42.5em;
  top: 77rem;
}
.parallax__coin-6 {
  width: 5.9rem;
  right: -47.5em;
  top: 18.5rem;
}
.parallax__coin-7 {
  width: 6.3rem;
  right: -82em;
  top: 34.5rem;
}
.parallax__coin-8 {
  width: 11.6rem;
  right: -69em;
  top: 56.5rem;
}

.popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 10.4rem;
}
.popup.visible {
  opacity: 1;
  pointer-events: all;
}
.popup.visible.first-content .first-window {
  display: block;
}
.popup.visible.second-content .second-window {
  display: block;
}
.popup__window {
  width: 100%;
  display: none;
}
.popup__window_show {
  display: block;
}
.popup__inner {
  margin: 0 auto;
  padding: 3rem 6rem;
  min-height: 58rem;
  width: 58rem;
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 5%, 100% 100%, 10% 100%, 0 95%);
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 5%, 100% 100%, 10% 100%, 0 95%);
  -webkit-filter: drop-shadow(0px 0px 1.2rem #ff1bfc);
          filter: drop-shadow(0px 0px 1.2rem #ff1bfc);
}
.popup__inner-border {
  clip-path: polygon(0 0, 90% 0, 100% 5%, 100% 100%, 10% 100%, 0 95%);
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 5%, 100% 100%, 10% 100%, 0 95%);
  background-color: #ff1bfc;
  padding: 0.12rem;
}
.popup__content {
  padding: 3.8rem 2rem 5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clip-path: polygon(0 0, 90% 0, 100% 5%, 100% 100%, 10% 100%, 0 95%);
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 5%, 100% 100%, 10% 100%, 0 95%);
  background: -webkit-gradient(linear, right top, left top, color-stop(15.3%, #000), color-stop(88.92%, #5b005a));
  background: linear-gradient(-90deg, #000 15.3%, #5b005a 88.92%);
  background: -webkit-linear-gradient(-90deg, #000 15.3%, #5b005a 88.92%);
}
.popup__title {
  text-align: center;
  position: relative;
  z-index: 3;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
}
.popup .purple {
  color: #ff1bfc;
}
.popup__sum {
  text-align: center;
  margin-bottom: 31.5rem;
  position: relative;
  z-index: 3;
  font-size: 7.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 70%;
  color: #ff1bfc;
  text-transform: uppercase;
}
.popup__image {
  width: 56rem;
  position: absolute;
  top: 25rem;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
.popup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 37.6rem;
  height: 8.2rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.15);
  padding: 2rem 0 2.4rem;
  border: 0;
  -webkit-box-shadow: 0px 0px 4rem 0px #fff inset, 0px 0px 2rem 0px #fff inset;
          box-shadow: 0px 0px 4rem 0px #fff inset, 0px 0px 2rem 0px #fff inset;
  clip-path: polygon(7% 0, 100% 0, 100% 72%, 93% 100%, 0 100%, 0 30%);
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 72%, 93% 100%, 0 100%, 0 30%);
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.popup__btn:hover {
  -webkit-box-shadow: 0px 0px 5rem 0px #fff inset, 0px 0px 3rem 0px #fff inset;
          box-shadow: 0px 0px 5rem 0px #fff inset, 0px 0px 3rem 0px #fff inset;
}
.popup__boxes {
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
  margin: 0rem auto 3rem;
}
.popup__box {
  width: 13rem;
  height: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 0 3rem;
  background-image: url(../images/board.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0px 0px 1rem #ff1bfc);
          filter: drop-shadow(0px 0px 1rem #ff1bfc);
}
.popup__box:nth-child(2) .popup__box-icon {
  margin-right: 0.8rem;
}
.popup__box:nth-child(1) .popup__box-icon {
  width: 5.22rem;
}
.popup__box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2rem;
}
.popup__box-label {
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -0.3rem;
}
.popup__box-icon {
  width: 3.6rem;
  margin-right: 1rem;
}
.popup .popup__box-text {
  text-align: center;
  font-size: 4.2rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ff1bfc;
  font-weight: 700;
}
.popup__terms-wrapper {
  margin-top: 1rem;
  position: relative;
  z-index: 3;
}
.popup__terms {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-bottom: 0.1rem solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: unset;
}
@media (hover: hover) {
  .popup__terms:hover {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0);
  }
}
.popup .second-window .popup__sum {
  font-size: 5.2rem;
  line-height: 1;
  margin-bottom: 3rem;
}

html.en.cur_usd .popup .popup__box:nth-child(1) .popup__box-label {
  margin-bottom: 0.3rem;
}

html.de .spin-btn span,
html.pl .spin-btn span {
  font-size: 2.3rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 630px) {
  html.de .spin-btn span,
  html.pl .spin-btn span {
    font-size: 1.8rem;
    padding-bottom: 0.3rem;
  }
}

html.pt .spin-btn span {
  font-size: 3rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 630px) {
  html.pt .spin-btn span {
    font-size: 2.3rem;
    padding-bottom: 0.5rem;
  }
}

html.de .popup__title {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
html.de .popup__image {
  top: 27.5rem;
}

html.pl .popup .second-window .popup__title,
html.pt.cur_br .popup .second-window .popup__title {
  font-size: 2.8rem;
}
html.pl .popup .second-window .popup__sum,
html.pt.cur_br .popup .second-window .popup__sum {
  font-size: 3.6rem;
  line-height: 1.2;
}
html.pl .popup .second-window .popup__box:nth-child(1) .popup__box-icon,
html.pt.cur_br .popup .second-window .popup__box:nth-child(1) .popup__box-icon {
  width: 4rem;
}
html.pl .popup .second-window .popup__box:nth-child(2) .popup__box-icon,
html.pt.cur_br .popup .second-window .popup__box:nth-child(2) .popup__box-icon {
  width: 3rem;
}
html.pl .popup .second-window .popup__box .popup__box-label,
html.pt.cur_br .popup .second-window .popup__box .popup__box-label {
  font-size: 2rem;
}

html.pt .popup .second-window .popup__title {
  font-size: 3rem;
}
html.pt .popup .second-window .popup__sum {
  font-size: 4rem;
  line-height: 1.2;
}

.curr_br .cur-value,
.curr_pl .cur-value {
  font-size: 2.2rem;
}

@media (max-width: 1600px) {
  html {
    font-size: 0.5405405405vw;
  }
  .parallax__coin-7 {
    right: -70rem;
  }
  .lang_switcher_outer {
    right: 10rem;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 0.7692307692vw;
  }
  .parallax__coin-1 {
    left: -25rem;
  }
  .parallax__coin-2 {
    left: -45rem;
  }
  .parallax__coin-3 {
    left: -48rem;
  }
  .parallax__coin-4 {
    left: -60rem;
  }
  .parallax__coin-7 {
    right: -65rem;
  }
  .parallax__coin-8 {
    right: -63rem;
  }
  .dots__parallel-2 {
    left: -60rem;
  }
}
@media (max-width: 840px) {
  html {
    font-size: 0.9803921569vw;
  }
  .parallax__coin-6 {
    right: -42rem;
  }
  .parallax__coin-7 {
    top: 54rem;
    right: -50rem;
  }
  .parallax__coin-8 {
    top: 30rem;
    right: -47rem;
  }
  .dots__cross {
    left: -52rem;
  }
  .dots__parallel-2 {
    left: -56rem;
  }
  .dots__square {
    right: -55rem;
    top: 100rem;
  }
  .canvas-wrapper .tiger {
    width: 40rem;
    top: 13rem;
    right: -4rem;
  }
  .footer {
    padding-left: 0;
  }
  .footer__inner {
    width: 100%;
  }
}
@media (max-width: 630px) {
  html {
    font-size: 1.5873015873vw;
  }
  .wrapper {
    background-image: url(../images/main-bg-mobile.png);
    background-size: 63.2rem auto;
    background-position: top center;
  }
  .parallax-wrapper {
    display: none;
  }
  .main {
    width: 100%;
  }
  .logo {
    width: 23rem;
    margin-top: 4.5rem;
    margin-bottom: 0;
  }
  .content {
    background-image: unset;
    padding: 2.6rem 0 1.8rem;
  }
  .title {
    font-size: 5.2rem;
    margin-bottom: 3.5rem;
  }
  .canvas-wrapper #animation_container {
    width: 53.8rem !important;
    height: 52.4rem !important;
  }
  .canvas-wrapper .spin-btn {
    width: 11rem;
    height: 11rem;
    bottom: -1rem;
  }
  .canvas-wrapper .spin-btn span {
    font-size: 3rem;
  }
  .canvas-wrapper .tiger {
    width: 39rem;
    right: -15rem;
    top: 13.5rem;
  }
  .dots__plus {
    top: 2rem;
    left: -25.5rem;
    width: 10rem;
  }
  .dots__square {
    width: 4.4rem;
    top: 32rem;
    right: -32rem;
  }
  .dots__parallel-2 {
    width: 9rem;
    top: 80rem;
    right: unset;
    left: -24rem;
  }
  .dots__parallel-1 {
    display: none;
  }
  .dots__cross {
    width: 11rem;
    top: 95rem;
    left: unset;
    right: -31.5rem;
  }
  .footer {
    margin-top: 7.7rem;
    padding-left: 1rem;
  }
  .footer__logos {
    max-width: 43.66rem;
    margin: 0 auto;
  }
  .footer__text {
    max-width: 48.9rem;
    margin-top: 1.2rem;
  }
  .footer__text p {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -0.035rem;
    margin-bottom: 2.4rem;
  }
  .footer__text p:nth-last-child(1) {
    margin-bottom: 0;
  }
  .lang_switcher_outer {
    top: 4rem;
    right: 5rem;
  }
  .lang_switcher .curr_lang span {
    font-size: 2.8rem;
    margin-right: 1.5rem;
  }
  .lang_list_item {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}
@media (max-width: 380px) {
  html {
    font-size: 1.7857142857vw;
  }
  .lang_switcher_outer {
    right: 4rem;
  }
  .dots__square {
    right: -3rem;
  }
}