@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*! 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;
  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 {
  -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;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-style: none;
}

body,
html {
  min-height: 100%;
}

html {
  background: #020138;
  line-height: 1.15;
  font-size: 10px;
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
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;
}

a {
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.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;
}

.layout {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  font-size: 10px;
  background: url("./bg.jpg") 50% 0% no-repeat no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  max-width: 128rem;
  padding: 2.7rem 0 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

html.en .en {
  display: inline-block;
}
html .en {
  display: none;
}

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

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

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

.curr_txt {
  display: none;
}

.txt_eur {
  display: inline-block;
}

html.curr_usd .txt_usd {
  display: inline-block;
}
html.curr_usd .txt_eur {
  display: none;
}
html.curr_br .txt_br {
  display: inline-block;
}
html.curr_br .txt_eur {
  display: none;
}

.lang_switcher_outer {
  position: absolute;
  font-family: "Rubik", sans-serif;
  top: 5.5rem;
  right: 0.3em;
  width: 14em;
  height: 3.6em;
  z-index: 26;
  cursor: pointer;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.lang_switcher_outer .lang_switcher {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: block;
  cursor: pointer;
  position: relative;
  padding-bottom: 1.75em;
  z-index: 3;
  background: #3d4cc3;
  border-radius: 4px;
}
.lang_switcher_outer .lang_switcher .curr_lang {
  position: relative;
  display: inline-block;
  top: 0.5em;
  margin: 0 0.4em 0 0;
}
.lang_switcher_outer .lang_switcher .curr_lang span {
  font-size: 1.2em;
  font-weight: 700;
  padding: 0.35em 0 0 0;
  display: inline-block;
}
.lang_switcher_outer .lang_switcher .curr_lang .lang_flag {
  top: 0.4em;
  margin: 0 0.5em 0 0;
}
.lang_switcher_outer i {
  top: 0.8em;
  background: url("./lang-arr.svg") 0 0 no-repeat;
  background-size: contain;
  width: 1.3em;
  position: relative;
  height: 1.2em;
  display: inline-block;
}
.lang_switcher_outer p {
  font-size: 1.2em;
  position: relative;
  color: #fff;
  top: 0.5em;
  text-transform: none;
  display: inline-block;
  width: 50%;
  text-align: center;
}

.lang_flag {
  display: inline-block;
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  background-image: url("./flags.svg");
  background-size: 1.6em 32em;
  margin: 0 0.6em 0 1.1em;
  position: relative;
  top: 0.25em;
}

.lang_list {
  position: absolute;
  list-style-type: none;
  top: 3.2em;
  display: none;
  right: 0;
  width: 7.9em;
  border-radius: 0 0 0.8em 0.8em;
  overflow: hidden;
  cursor: auto;
  background: #000038;
}
.lang_list li {
  background: #000038;
  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: #3d4cc3;
}
.lang_list li:hover {
  background: #3d4cc3;
}
.lang_list li:first-of-type {
  padding-top: 0.25em;
}

.lang_switcher_outer.act .lang_list {
  display: block;
}

.logo {
  position: relative;
  max-width: 28.3rem;
  display: block;
  margin: 0 auto 2rem;
  z-index: 17;
  height: 12rem;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-coins {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
  pointer-events: none;
}
.hero-coins .hero-coin {
  display: block;
  position: absolute;
  height: auto;
  pointer-events: none;
}
.hero-coins .coin1 {
  width: 5rem;
  top: 7rem;
  left: 45rem;
}
.hero-coins .coin2 {
  width: 4.2rem;
  top: 24rem;
  left: 24rem;
}
.hero-coins .coin3 {
  width: 7.5rem;
  top: 33rem;
  left: 35rem;
}
.hero-coins .coin4 {
  width: 6.2rem;
  top: 47.2rem;
  left: 24rem;
}
.hero-coins .coin5 {
  width: 5.3rem;
  top: 65.9rem;
  left: 40rem;
}
.hero-coins .coin6 {
  width: 5.9rem;
  top: 15.5rem;
  right: 40rem;
}
.hero-coins .coin7 {
  width: 5.9rem;
  top: 35.5rem;
  right: 7rem;
}
.hero-coins .coin8 {
  width: 11rem;
  top: 54rem;
  right: 12rem;
}

.hero {
  width: 100%;
}
.hero__title {
  width: 100%;
  text-align: center;
  font-size: 5.3rem;
  font-weight: 900;
  margin: 0 auto;
}
.hero__btn {
  display: block;
  position: relative;
  width: 13.6rem;
  height: 13.5rem;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
  background-color: transparent;
  background: url("./hero-btn-bg.png") top no-repeat no-repeat;
  background-size: cover;
  margin: -15rem auto 0;
  z-index: 4;
}
.hero__btn:hover {
  background-position: bottom center;
}

.txt-grad {
  display: block;
  position: relative;
  width: 100%;
}
.txt-grad:before, .txt-grad:after {
  content: attr(data-text);
  display: block;
  width: inherit;
}
.txt-grad:before {
  position: absolute;
  -webkit-text-stroke: 4px #c30d1d;
}
.txt-grad:after {
  position: relative;
  color: #fff;
}

.pers-desc {
  display: block;
  position: absolute;
  top: 27%;
  right: -4%;
  width: 49.2rem;
  height: auto;
  z-index: 4;
}

.pers-mob {
  display: none;
}

.canvas-wrapper {
  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;
  height: 650px;
  font-size: 1rem;
  z-index: 4;
}
.canvas-wrapper .animation__container {
  max-width: 100%;
  width: 66.1em !important;
  height: 65.1em !important;
  position: relative;
  z-index: 4;
  margin: -4rem 0 0;
}
.canvas-wrapper .animation__container .canvas__content {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.canvas-wrapper .animation__container div {
  width: 10px !important;
  height: 10px !important;
}

.footer {
  margin: 6rem 0;
}

.copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #6d6dbb;
}

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 10px;
  opacity: 0;
  background: rgba(14, 14, 47, 0.85);
  z-index: 16;
  visibility: hidden;
  pointer-events: none;
}
.popup.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: initial;
  visibility: visible;
  opacity: 1;
}
.popup.visible .popup__content {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.popup__content {
  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;
  position: relative;
  width: 100%;
  padding: 10.6rem 0;
  top: 17em;
  text-align: center;
  background-image: url("./popup-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  z-index: 1;
}
.popup__content__first, .popup__content__second {
  display: none;
  position: relative;
  width: 100%;
  max-width: 30.5rem;
}
.popup.first-content .popup__content__first {
  display: block;
}
.popup.second-content .popup__content__second {
  display: block;
}
.popup__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-grad {
  display: block;
  position: absolute;
  max-width: 533px;
  width: 100%;
  top: 50%;
  left: 50%;
  padding-bottom: 36%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: radial-gradient(50% 50% at 50% 50%, #ad00ff 36.46%, rgba(173, 0, 255, 0) 100%);
  z-index: -1;
}

.txt-1 {
  font-size: 3.1rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2.3rem;
}
.txt-1 .txt-1-grad {
  display: block;
  position: relative;
  width: 100%;
}
.txt-1 .txt-1-grad:before, .txt-1 .txt-1-grad:after {
  content: attr(data-text);
  display: block;
  width: inherit;
}
.txt-1 .txt-1-grad:before {
  position: absolute;
  -webkit-text-stroke: 4px #c30d1d;
}
.txt-1 .txt-1-grad:after {
  position: relative;
  color: #ffe400;
}

.txt-2 {
  font-size: 3.8rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.txt-2 .txt-2-grad {
  display: block;
  position: relative;
  width: 100%;
}
.txt-2 .txt-2-grad:before, .txt-2 .txt-2-grad:after {
  content: attr(data-text);
  display: block;
  width: inherit;
}
.txt-2 .txt-2-grad:before {
  position: absolute;
  -webkit-text-stroke: 4px #c30d1d;
}
.txt-2 .txt-2-grad:after {
  position: relative;
  color: #fff;
}

.txt-3 {
  font-size: 3.8rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.txt-3 .txt-3-grad {
  display: block;
  position: relative;
  width: 100%;
}
.txt-3 .txt-3-grad:before, .txt-3 .txt-3-grad:after {
  content: attr(data-text);
  display: block;
  width: inherit;
}
.txt-3 .txt-3-grad:before {
  position: absolute;
  -webkit-text-stroke: 4px #c30d1d;
}
.txt-3 .txt-3-grad:after {
  position: relative;
  color: #ffe400;
}

.win_img {
  display: block;
  position: absolute;
  width: 56rem;
  max-width: 140%;
  margin: 2.5rem -22% 0rem;
}

.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: 30.5rem;
  height: 7.2rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  background: url("./popup-btn-bg.png") top no-repeat no-repeat;
  background-size: cover;
  text-decoration-line: none;
  margin: 16.5rem auto 0;
  -webkit-box-shadow: 0px 8px 24px 0px #593134;
          box-shadow: 0px 8px 24px 0px #593134;
}
.popup_btn:hover {
  background-position: bottom center;
}

.popup-terms__wrap {
  margin-top: 14px;
}

.popup_terms {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration-line: underline;
}
.popup_terms:hover {
  text-decoration-line: none;
}

.de .logo,
.pl .logo {
  margin: 0 auto;
}
.de .hero__title,
.pl .hero__title {
  font-size: 4.2rem;
}

.pt .hero__btn {
  font-size: 3rem;
}

.de .hero__btn,
.pl .hero__btn {
  font-size: 2.5rem;
}

.de .txt-2 {
  font-size: 2.4rem;
}

.de .popup__content__second .popup_btn {
  font-size: 2.2rem;
}

.pl .popup__content__second .popup_btn {
  font-size: 2.6rem;
}

@media (min-width: 1921px) {
  html {
    font-size: 11px;
  }
  .lang_switcher_outer {
    font-size: 12px;
  }
  .canvas-wrapper .animation__container {
    margin: 0rem 0 0;
  }
  .hero__btn {
    margin: -9.3rem auto 0;
  }
}
@media (min-width: 2100px) {
  html {
    font-size: 13px;
  }
  .canvas-wrapper .animation__container {
    margin: 12rem 0 0;
  }
  .hero__btn {
    margin: 1rem auto 0;
  }
}
@media (min-width: 2500px) {
  html {
    font-size: 15px;
  }
  .canvas-wrapper .animation__container {
    margin: 18rem 0 0;
  }
  .hero__btn {
    margin: 7.5rem auto 0;
  }
}
@media (max-width: 1620px) {
  .hero-coins .coin1 {
    left: 35rem;
  }
  .hero-coins .coin2 {
    left: 14rem;
  }
  .hero-coins .coin3 {
    left: 25rem;
  }
  .hero-coins .coin4 {
    left: 14rem;
  }
  .hero-coins .coin5 {
    left: 30rem;
  }
  .hero-coins .coin6 {
    right: 30rem;
  }
  .hero-coins .coin7 {
    right: 1rem;
  }
  .hero-coins .coin8 {
    right: 4rem;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 9px;
  }
  .canvas-wrapper .animation__container {
    margin: -12rem 0 0;
  }
  .hero__btn {
    margin: -22rem auto 0;
  }
}
@media (max-width: 1250px) {
  html {
    font-size: 8px;
  }
  .canvas-wrapper .animation__container {
    margin: -20rem 0 0;
  }
  .hero__btn {
    margin: -30rem auto 0;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 7.5px;
  }
  .canvas-wrapper .animation__container {
    margin: -25rem 0 0;
  }
  .hero__btn {
    margin: -36rem auto 0;
  }
}
@media (max-width: 850px) {
  .lang_switcher_outer {
    top: 4.2em;
    right: 2em;
    width: 7.8em;
    height: 3.5em;
  }
  .lang_switcher_outer .lang_switcher {
    padding-bottom: 1.5em;
    border-radius: 4px;
  }
  .lang_switcher_outer .lang_switcher p {
    display: none;
  }
  .lang_switcher_outer .lang_switcher .curr_lang {
    margin: 0 0.1em 0 1em;
  }
  .lang_switcher_outer .lang_switcher .curr_lang .lang_flag {
    display: inline-block;
    margin: 0 0.4em 0 0;
  }
  .lang_switcher_outer .lang_switcher .curr_lang span {
    font-size: 12px;
    font-weight: 700;
    padding: 0.4em 0 0 0em;
  }
  .lang_switcher_outer i {
    top: 0.6em;
  }
  .lang_switcher_outer .lang_list {
    width: 7.8em;
  }
}
@media (max-width: 850px) and (orientation: portrait) {
  .container {
    padding: 2rem 20px 4rem;
  }
  .layout {
    background-size: 200%;
  }
  .logo {
    max-width: 40rem;
  }
  .hero-coins {
    display: none;
  }
  .pers-desc {
    display: none;
  }
  .pers-mob {
    display: block;
    position: relative;
    width: 70rem;
    margin: 4rem auto 0;
  }
}
@media (max-width: 680px) {
  html {
    font-size: 7px;
  }
  .layout {
    background-image: url("./bg-mob.jpg");
    background-position: top center;
    background-size: cover;
  }
  .lang_switcher_outer {
    top: 5em;
    font-size: 8px;
  }
  .canvas-wrapper {
    height: 70rem;
  }
  .canvas-wrapper .animation__container {
    margin: -10rem 0 0;
  }
  .hero__btn {
    margin: -20rem auto 0;
  }
}
@media (max-width: 485px) {
  html {
    font-size: 6px;
  }
  .lang_switcher_outer {
    top: 4.4em;
    right: 1em;
  }
  .popup__content {
    top: 13em;
  }
  .popup__content__first,
  .popup__content__second {
    max-width: 40rem;
  }
  .txt-1 {
    font-size: 4.1rem;
  }
  .txt-2 {
    font-size: 4.8rem;
  }
  .txt-3 {
    font-size: 5rem;
  }
  .popup_btn {
    width: 35.5rem;
    height: 8.4rem;
    margin: 20rem auto 0;
  }
  .popup.second-content .popup__content {
    padding: 12rem 0 11rem;
  }
  .en .txt-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 430px) {
  .lang_switcher_outer {
    font-size: 7.5px;
  }
  .lang_switcher_outer .lang_switcher {
    padding-bottom: 1em;
  }
  .lang_switcher_outer .lang_switcher .curr_lang {
    top: 0.4em;
  }
  .lang_switcher_outer .lang_switcher .curr_lang .lang_flag {
    top: 0.2em;
  }
  .lang_switcher_outer .lang_switcher .curr_lang span {
    padding: 0.3em 0 0 0em;
  }
  .lang_switcher_outer i {
    top: 0.5em;
  }
  .lang_flag {
    top: 0.3em;
  }
  .logo {
    max-width: 34rem;
  }
  .canvas-wrapper .animation__container {
    min-width: 120%;
  }
  .popup__content__first,
  .popup__content__second {
    max-width: 38rem;
  }
  .en .txt-2 {
    font-size: 3.8rem;
  }
  .en .txt-3 {
    font-size: 5rem;
  }
  .pl .txt-2,
  .pt .txt-2 {
    font-size: 3.4rem;
  }
  .pl .txt-3,
  .pt .txt-3 {
    font-size: 5rem;
  }
  .win_img {
    margin: 4.5rem -22% 0rem;
  }
  .popup_btn {
    width: 31.5rem;
    height: 7.5rem;
  }
}
@media (max-width: 385px) {
  html {
    font-size: 5.5px;
  }
}
@media (max-width: 370px) {
  html {
    font-size: 4.5px;
  }
}
@media (max-width: 340px) {
  html {
    font-size: 4.5px;
  }
  .lang_switcher_outer {
    width: 5.9em;
    top: 3em;
  }
  .lang_switcher_outer .lang_switcher .curr_lang .lang_flag {
    display: none;
  }
  .lang_switcher_outer .lang_switcher .curr_lang span {
    padding: 0.3em 0 0 0em;
  }
  .lang_flag {
    top: 0.3em;
    margin: 0 0.5em 0 1em;
  }
  .lang_switcher_outer .lang_list {
    width: 5.9em;
  }
  .lang_switcher_outer .lang_list li span {
    padding: 0.7em 0 0 0em;
  }
}
@media (max-width: 940px) and (orientation: landscape) and (max-height: 650px) {
  html {
    font-size: 5px;
  }
  .canvas-wrapper {
    height: 85rem;
  }
  .popup__content {
    top: 9em;
  }
}
@media (max-width: 850px) and (orientation: landscape) {
  html {
    font-size: 4px;
  }
  .lang_switcher_outer {
    top: 2em;
    font-size: 7px;
  }
  .lang_switcher_outer .lang_switcher .curr_lang span {
    font-size: 10px;
  }
  .popup__content {
    top: 7em;
  }
}
@media (max-width: 680px) and (orientation: landscape) {
  .canvas-wrapper {
    height: 70rem;
  }
}
@media (min-width: 1250px) and (max-width: 1441px) and (max-height: 750px) and (orientation: landscape) {
  .canvas-wrapper {
    height: 64rem;
    font-size: 0.8rem;
  }
}
.curr_co .txt-3,
.curr_cl .txt-3 {
  margin-top: 0.5rem;
}

.curr_dk .txt-2,
.curr_fo .txt-2,
.curr_gl .txt-2,
.curr_nz .txt-2,
.curr_ck .txt-2,
.curr_nu .txt-2,
.curr_pn .txt-2,
.curr_tk .txt-2,
.curr_jp .txt-2,
.curr_kz .txt-2,
.curr_ph .txt-2,
.curr_th .txt-2,
.curr_ar .txt-2,
.curr_mx .txt-2,
.curr_pl .txt-2,
.curr_no .txt-2,
.curr_sj .txt-2,
.curr_ca .txt-2,
.curr_pm .txt-2,
.curr_in .txt-2,
.curr_bt .txt-2,
.curr_np .txt-2,
.curr_ua .txt-2,
.curr_ro .txt-2,
.curr_pe .txt-2,
.curr_cz .txt-2 {
  font-size: 4rem;
}

.curr_dk .txt-3,
.curr_fo .txt-3,
.curr_gl .txt-3,
.curr_nz .txt-3,
.curr_ck .txt-3,
.curr_nu .txt-3,
.curr_pn .txt-3,
.curr_tk .txt-3,
.curr_jp .txt-3,
.curr_kz .txt-3,
.curr_ph .txt-3,
.curr_th .txt-3,
.curr_ar .txt-3,
.curr_mx .txt-3,
.curr_pl .txt-3,
.curr_no .txt-3,
.curr_sj .txt-3,
.curr_ca .txt-3,
.curr_pm .txt-3,
.curr_in .txt-3,
.curr_bt .txt-3,
.curr_np .txt-3,
.curr_ua .txt-3,
.curr_ro .txt-3,
.curr_pe .txt-3,
.curr_cz .txt-3 {
  font-size: 3.2rem;
}

.curr_co .txt-2,
.curr_vn .txt-2,
.curr_cl .txt-2,
.curr_hu .txt-2 {
  font-size: 3.2rem;
}

.curr_co .txt-3,
.curr_vn .txt-3,
.curr_cl .txt-3,
.curr_hu .txt-3 {
  font-size: 2.6rem;
}
@media (max-width: 680px) {
  .curr_co .txt-3,
  .curr_vn .txt-3,
  .curr_cl .txt-3,
  .curr_hu .txt-3 {
    font-size: 3.4rem;
  }
}

.de .txt-2 .txt-2-grad {
  font-size: 2.4rem;
}
