/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 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 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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 */ }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

/*
small: till 376
medium: from 377 till 768
large: from 769 till 1000
xlarge: from 1001 till 1200
xxlarge: from 1201
*/
/*
height:
small: till 600
large: from 601
*/
@font-face {
  font-family: "Pixel";
  src: url("../font/ds-pixel-cyr.woff2") format("woff2"), url("../font/ds-pixel-cyr.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "quotes";
  src: url("../font/joystix.monospace.woff2") format("woff2"), url("../font/joystix.monospace.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html {
  height: 100%;
  scroll-behavior: smooth; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.47;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale; }
  @media all and (min-width: 769px) {
    body {
      font-size: 16px;
      line-height: 1.69; } }

h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800; }
  @media all and (min-width: 769px) {
    h1 {
      font-size: 52px;
      line-height: 1.15; } }

p {
  color: #777; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

.container {
  padding: 0 20px;
  max-width: 1190px;
  margin: 0 auto; }

.page {
  min-height: 100%;
  display: grid;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content; }
  .page_dark {
    background-color: #232323; }

.page-main {
  min-width: 0; }
  .page-main > * {
    min-width: 0; }

.quotes {
  font-family: "quotes"; }

.footer::before,
.trainer::after,
.russia::after,
.screen__lists::after,
.quickly::after,
.brand::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='43' height='13' viewBox='0 0 43 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4H1V3h1v1zM2 10V9H1v1H0v1h1v-1h1zM4 13H3v-1h1v1zM6 11H5v-1h1v1zM8 10H7V9h1v1zM8 13H7v-1h1v1zM12 10h-1V9h1v1zM10 7v1h1V7h-1V6H9v1h1zM7 6v1h1V6H7V5H6v1h1zM3 5v1h1V5H3V4H2v1h1z' fill='%23000' /%3E%3Cpath d='M3 7v1h1V7H3V6H2V5H1V4H0v1h1v1h1v1h1zM9 8v1h1V8H9V7H8v1h1zM6 9V8h1V7H6V6H5v1h1v1H5v1h1zM15 9h-1V8h1v1zM12 8h1V7h-1V6h-1V5h-1v1h1v1h1v1zM17 9h1V8h-1V6h-1V5h-1v1h-1v1h1V6h1v2h1v1zM20 10h-1V9h1v1zM21 7h-1v1h1v1h2V8h1v1h1v1h1V9h-1V8h-1V7h-1v1h-2V7h1V6h-1v1zM36 10h-1V9h1v1zM29 9h1V8h-1V7h-1V6h-2v1h1v1h-1v1h1V8h2v1zM32 7V6h-1v2h2v1h-1v1h1V9h1V8h-1V7h-1zM37 8h1V7h-1V6h-1V5h-1v1h1v1h1v1zM42 10h-1V9h1v1zM43 6V5h-1v1h-1v1h-1V6h-1v1h1v1h-1v1h1V8h1V7h1v1h1V7h-1V6h1zM42 13h-1v-1h1v1zM4 11H3V9h1v2z' fill='%23000' /%3E%3Cpath d='M1 8H0V6h1v2z' fill='%23000' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 0v1h1V0h9v1h1V0h8v1h1V0h10v3h-1v1h-1v2h-1V5h-1V3h-1v2h-2V4h-1v1h-1v1h1v2h-1V7h-1V6h-1V5h-1v1h-1v1h-1V6h-1V5h-1V4h-1v2h-1v1h-1V6h-1V4h-1v1h-2v2h-1V6h-2V5h-1V4h-1v1h-1v1h-2V5h-1V3h-1v2H9v1H8V5H7V4H6V3H5v1H3V3H2V1H1v2H0V0h13zM3 3h1V2H3v1zm3-1v1h1V2H6zm0 0V1H5v1h1zm7 2v1h1V4h-1zm0 0V3h-1v1h1zm4 1h1V4h-1v1zm3 0V4h-1v1h1zm1-2v1h1V3h-1zm0 0V2h-1v1h1zm7 0h-1v1h1V3zm0 0h1V2h-1v1zm3 2V2h-1v2h-1v1h2zm5-1h1V3h-1v1zm5 0V2h-1v2h1zm-3-3h-1v1h1V1zm-4 1h1v1h-1V2zM11 1h-1v1h1V1zM8 3h1v1H8V3zm10-2h-1v1h1V1zm-4 1h1v1h-1V2zm12 0h-1v1h1V2zm-2 2h1v1h-1V4zm9-1h-1v1h1V3z' fill='%23000' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='43' height='13' viewBox='0 0 43 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4H1V3h1v1zM2 10V9H1v1H0v1h1v-1h1zM4 13H3v-1h1v1zM6 11H5v-1h1v1zM8 10H7V9h1v1zM8 13H7v-1h1v1zM12 10h-1V9h1v1zM10 7v1h1V7h-1V6H9v1h1zM7 6v1h1V6H7V5H6v1h1zM3 5v1h1V5H3V4H2v1h1z' fill='%23000' /%3E%3Cpath d='M3 7v1h1V7H3V6H2V5H1V4H0v1h1v1h1v1h1zM9 8v1h1V8H9V7H8v1h1zM6 9V8h1V7H6V6H5v1h1v1H5v1h1zM15 9h-1V8h1v1zM12 8h1V7h-1V6h-1V5h-1v1h1v1h1v1zM17 9h1V8h-1V6h-1V5h-1v1h-1v1h1V6h1v2h1v1zM20 10h-1V9h1v1zM21 7h-1v1h1v1h2V8h1v1h1v1h1V9h-1V8h-1V7h-1v1h-2V7h1V6h-1v1zM36 10h-1V9h1v1zM29 9h1V8h-1V7h-1V6h-2v1h1v1h-1v1h1V8h2v1zM32 7V6h-1v2h2v1h-1v1h1V9h1V8h-1V7h-1zM37 8h1V7h-1V6h-1V5h-1v1h1v1h1v1zM42 10h-1V9h1v1zM43 6V5h-1v1h-1v1h-1V6h-1v1h1v1h-1v1h1V8h1V7h1v1h1V7h-1V6h1zM42 13h-1v-1h1v1zM4 11H3V9h1v2z' fill='%23000' /%3E%3Cpath d='M1 8H0V6h1v2z' fill='%23000' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 0v1h1V0h9v1h1V0h8v1h1V0h10v3h-1v1h-1v2h-1V5h-1V3h-1v2h-2V4h-1v1h-1v1h1v2h-1V7h-1V6h-1V5h-1v1h-1v1h-1V6h-1V5h-1V4h-1v2h-1v1h-1V6h-1V4h-1v1h-2v2h-1V6h-2V5h-1V4h-1v1h-1v1h-2V5h-1V3h-1v2H9v1H8V5H7V4H6V3H5v1H3V3H2V1H1v2H0V0h13zM3 3h1V2H3v1zm3-1v1h1V2H6zm0 0V1H5v1h1zm7 2v1h1V4h-1zm0 0V3h-1v1h1zm4 1h1V4h-1v1zm3 0V4h-1v1h1zm1-2v1h1V3h-1zm0 0V2h-1v1h1zm7 0h-1v1h1V3zm0 0h1V2h-1v1zm3 2V2h-1v2h-1v1h2zm5-1h1V3h-1v1zm5 0V2h-1v2h1zm-3-3h-1v1h1V1zm-4 1h1v1h-1V2zM11 1h-1v1h1V1zM8 3h1v1H8V3zm10-2h-1v1h1V1zm-4 1h1v1h-1V2zm12 0h-1v1h1V2zm-2 2h1v1h-1V4zm9-1h-1v1h1V3z' fill='%23000' /%3E%3C/svg%3E"); }

.decoration-prize,
.decoration-folder,
.decoration-x-a,
.decoration-x-b,
.decoration-x-c,
.decoration-coin-a,
.decoration-coin-b {
  position: absolute;
  background-position: center;
  background-size: contain;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  background-repeat: no-repeat; }

.decoration-coin-a {
  width: 125px;
  height: 156px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAPCAYAAADQ4S5JAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADESURBVHgBnZIxDsIwDEWdKkMRLByAsQwMDAxcBAaQcg42WLgKElyFhSEDEvQQLCDYDI6I45SoVXmTY/3vJLYVCHA/Rh8/zk/O97al8jEHeBkE8S6HrnmFSqc+qKV1Wu3EeAzijYnFxKKAjwDJlEENdFMVhTgT1S1Xd88addxfXG44BTiU9KSV8BtoQsN1Lo55oyGDltQbJreWhgQ61TqGOgM2SrnpVVciaq1oKQ1Oe1GKn4nDH7ukpPu+LthEU+aqXzHxBld4TUx34WMkAAAAAElFTkSuQmCC"); }

.decoration-coin-b {
  width: 146px;
  height: 156px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADnSURBVHgBnZIxDsIwDEWdigFUFg7A2A4MHRg4CQNIvQoMsHEOJBi4CAtDByToIbq0gi3EbhPFSQDBl6ombl6+a1uAI3nIJL6b64PFh9tS2Pseg25jBVXQ7PsQ508G1pBIG44MJM8S0lMQQsWbDOpVIvVeGAjTW+cMwksI0rF0ps4UlHaX6s5zIOfJoFuDl4UIudmQuUgVi74rVziW6h/vc6DnkxaJF4rgm6ZVMBz9A6F6unK/QKi2Hda0sAK5664wYlm07XDHC4UHvT66ju9cmSw3BhJMswrhsbuMDOSBKD2P7gDYEOoFKGFzoKHjZxsAAAAASUVORK5CYII="); }

.decoration-x-a {
  width: 41px;
  height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.629 0H23.371V17.6129H18.629V0Z' fill='%23FC5B80'/%3E%3Cpath d='M42 18.629V23.371H24.3871V18.629H42Z' fill='%23FC5B80'/%3E%3Cpath d='M18.629 24.3871H23.371V42H18.629V24.3871Z' fill='%23FC5B80'/%3E%3Cpath d='M17.6129 18.629V23.371H0L2.07277e-07 18.629H17.6129Z' fill='%23FC5B80'/%3E%3C/svg%3E"); }

.decoration-x-b {
  width: 41px;
  height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.629 0H23.371V17.6129H18.629V0Z' fill='%232523F8'/%3E%3Cpath d='M42 18.629V23.371H24.3871V18.629H42Z' fill='%232523F8'/%3E%3Cpath d='M18.629 24.3871H23.371V42H18.629V24.3871Z' fill='%232523F8'/%3E%3Cpath d='M17.6129 18.629V23.371H0L2.07277e-07 18.629H17.6129Z' fill='%232523F8'/%3E%3C/svg%3E"); }

.decoration-x-c {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H8V8H0V0Z' fill='%23FC5B80'/%3E%3Cpath d='M8 8H16V16H8V8Z' fill='%23FC5B80'/%3E%3Cpath d='M16 16H24V24H16V16Z' fill='%23FC5B80'/%3E%3Cpath d='M16 0H24V8H16V0Z' fill='%23FC5B80'/%3E%3Cpath d='M0 16H8V24H0V16Z' fill='%23FC5B80'/%3E%3C/svg%3E%0A"); }

.decoration-folder {
  width: 188px;
  height: 154px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACwSURBVHgBvZU7DoMwDECdiqFrr9CqYu/E3K2qxMJZGJk4DwsS4gacgAUhDsGAxASIATCEP3beFkXxi23FEXCQ96us1/bT7C7wWsCJ4L71n903vUCSiK0bTVkKjiVYoO05dIUbMMMu0IAB3FdJoNsGXCGx3SGW4cxkEEdQPHOgwVHcZP1Xkd3+841kATXtg1NXIo7yjATUdPNITYm4ytMLqJHGdRK2ngdwcPjD2QPOoAHxkzZUDht4iAAAAABJRU5ErkJggg=="); }

.decoration-prize {
  width: 218px;
  height: 218px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACYSURBVHgBzZJBDkAwEEU7YsHCKYTE0s5NncPWCZyAhbgEC1ZIm1TaMkzpwk+atpn8N9PpAFOUxMvGiOqHAOQZTGNVhmLPChyQ5rN29yRVJaOKVq0S6fGYA7mB8JLIDZ30nNzH/UdPbH5GBaDBtgaxtvG8yMkk6DUAA1kDVBAF8KM5wQLmEz439am5/h2saxhJgFWCGa6mdAe6Rn7Oz6CtjQAAAABJRU5ErkJggg=="); }

.visually-hidden:not(:focus):not(:active),
input[type='file'].visually-hidden,
input[type='checkbox'].visually-hidden,
input[type='radio'].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.overflow-hidden {
  overflow: hidden; }

.section-title {
  margin: 0 0 30px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
  color: #000;
  text-transform: uppercase; }
  @media all and (min-width: 769px) and (max-width: 900px) {
    .section-title {
      margin: 0 0 30px;
      font-size: 46px;
      line-height: 1.15; } }
  @media all and (min-width: 901px) and (max-width: 1120px) {
    .section-title {
      margin: 0 0 30px;
      font-size: 48px;
      line-height: 1.15; } }
  @media all and (min-width: 1121px) {
    .section-title {
      margin: 0 0 30px;
      font-size: 52px;
      line-height: 1.15; } }
  .section-title__link {
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s; }
    .section-title__link:hover {
      color: #777;
      text-decoration: none; }
  .section-title_white {
    color: #FFF; }
  .section-title_red {
    color: #FC5B80; }
  .section-title_red .section-title__link:hover {
    color: #FFF; }
  @media all and (max-width: 768px) {
    .section-title_sm {
      font-size: 26px;
      line-height: 1.38; } }
  @media all and (max-width: 768px) {
    .section-title_md {
      font-size: 23px; } }
  @media all and (min-width: 769px) and (max-width: 900px) {
    .section-title_md {
      font-size: 34px; } }
  @media all and (min-width: 901px) and (max-width: 1120px) {
    .section-title_md {
      font-size: 34px; } }
  @media all and (min-width: 1121px) {
    .section-title_md {
      font-size: 42px; } }

@media all and (min-width: 769px) {
  h1.section-title {
    margin-bottom: 61px; } }

.sub-title {
  margin: 0 0 26px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #000;
  text-transform: uppercase; }
  @media all and (min-width: 769px) and (max-width: 900px) {
    .sub-title {
      margin: 0 0 30px;
      font-size: 26px;
      line-height: 1.15; } }
  @media all and (min-width: 901px) and (max-width: 1120px) {
    .sub-title {
      margin: 0 0 30px;
      font-size: 32px;
      line-height: 1.15; } }
  @media all and (min-width: 1121px) {
    .sub-title {
      margin: 0 0 39px;
      font-size: 36px;
      line-height: 1.15; } }
  .sub-title__link {
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s; }
    .sub-title__link:hover {
      color: #777;
      text-decoration: none; }

.simple-title {
  margin: 0 0 21px;
  font-size: 24px;
  line-height: 1.08;
  font-weight: bold;
  color: #000; }
  @media all and (min-width: 1121px) {
    .simple-title {
      margin: 0 0 30px; } }
  .simple-title_red {
    color: #FC5B80; }
  .simple-title__link {
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s; }
    .simple-title__link:hover {
      color: #777;
      text-decoration: none; }

.small-title {
  margin: 0 0 21px;
  font-size: 15px;
  line-height: 1.36;
  font-weight: normal;
  color: #000; }
  @media all and (min-width: 769px) and (max-width: 900px) {
    .small-title {
      margin: 0 0 25px;
      font-size: 18px; } }
  @media all and (min-width: 901px) and (max-width: 1120px) {
    .small-title {
      margin: 0 0 25px;
      font-size: 22px; } }
  @media all and (min-width: 1121px) {
    .small-title {
      margin: 0 0 39px;
      font-size: 24px; } }
  .small-title__link {
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s; }
    .small-title__link:hover {
      color: #777;
      text-decoration: none; }

.btn {
  position: relative;
  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;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  margin: 0;
  padding: 11px 9px;
  font-family: Pixel, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #F3E132;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #2523F8;
  border: 4px solid #F3E132;
  -webkit-box-shadow: -5px 5px 0 0 #F3E132;
  box-shadow: -5px 5px 0 0 #F3E132;
  width: 100%; }
  .btn:hover {
    color: #fff;
    text-decoration: none; }
  @media all and (min-width: 769px) {
    .btn {
      font-size: 34px;
      padding: 18px 14px; } }

.body-opened-popup {
  overflow: hidden; }

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(35, 35, 35, 0.7); }
  .popup_hidden {
    display: none; }
  .popup__wrapper {
    width: 100%;
    max-width: 100%;
    min-height: 100%; }
    @media all and (max-width: 768px) {
      .popup__wrapper {
        background-color: #FFF; } }
    @media all and (min-width: 769px) {
      .popup__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; } }
  .popup__block {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 59px 20px 40px;
    opacity: 1;
    -webkit-animation: fade-in 0.2s linear 0s 1 forwards;
    animation: fade-in 0.2s linear 0s 1 forwards;
    color: #ffffff;
    background: #fc5b80;
    border: 4px solid #2523f8; }
    @media all and (max-width: 768px) {
      .popup__block {
        min-height: 100vh; } }
    @media all and (min-width: 769px) {
      .popup__block {
        width: 1200px;
        padding: 70px 30px 30px;
        margin: 20px; } }
  .popup__head {
    position: sticky;
    width: calc(100% + 60px);
    height: 56px;
    top: 0;
    left: 0;
    margin: -70px -30px 0;
    background: #f3e132;
    border-bottom: 4px solid #2523f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .popup__head::after {
      content: "";
      display: block;
      height: 100%;
      width: 200px;
      background-color: #2523f8;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13' height='4' viewBox='0 0 13 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 0h1v4h1V3H3V2h2V1H3V0zM5 0h1v4h1V3H5V2h2V1H5V0zM7 0h1v4h1V3H7V2h2V1H7V0zM9 0h1v4h1V3H9V2h2V1H9V0zM12 4h1V3h-2V2h1v2zM2 2h1V1H1V0h1v2z' fill='%23000' /%3E%3Cpath d='M0 1h1v1h1v1h1v1H0V1z' fill='%23000' /%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg width='13' height='4' viewBox='0 0 13 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 0h1v4h1V3H3V2h2V1H3V0zM5 0h1v4h1V3H5V2h2V1H5V0zM7 0h1v4h1V3H7V2h2V1H7V0zM9 0h1v4h1V3H9V2h2V1H9V0zM12 4h1V3h-2V2h1v2zM2 2h1V1H1V0h1v2z' fill='%23000' /%3E%3Cpath d='M0 1h1v1h1v1h1v1H0V1z' fill='%23000' /%3E%3C/svg%3E");
      -webkit-mask-position: center left;
      mask-position: center left;
      -webkit-mask-size: contain;
      mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
      z-index: 1; }
    .popup__head::before {
      content: "";
      display: block;
      height: 100%;
      width: 170px;
      background-color: #2523f8;
      margin-right: -1px; }
  .popup_hidden .popup_block {
    opacity: 0;
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
  .popup__close-btn {
    position: absolute;
    right: 14px;
    top: 8px;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAnSURBVHgBdYuxDQAACML4xfj/e246aYgEJiAtMqpBub3lA/4QlYEBFq8UOLvI7AcAAAAASUVORK5CYII=");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    z-index: 2; }
    @media all and (min-width: 769px) {
      .popup__close-btn {
        width: 40px;
        height: 40px; } }
    .popup__close-btn:hover {
      opacity: 0.6; }
  .popup__title {
    margin: 0 0 19px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
    color: #000;
    text-transform: uppercase; }
    @media all and (min-width: 769px) and (max-width: 900px) {
      .popup__title {
        margin: 0 0 25px;
        font-size: 26px;
        line-height: 1.15; } }
    @media all and (min-width: 901px) and (max-width: 1120px) {
      .popup__title {
        margin: 0 0 25px;
        font-size: 32px;
        line-height: 1.15; } }
    @media all and (min-width: 1121px) {
      .popup__title {
        margin: 0 0 30px;
        font-size: 36px;
        line-height: 1.15; } }
  .popup__subtitle {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: bold;
    color: #000; }
    @media all and (min-width: 901px) {
      .popup__subtitle {
        margin: 0 0 31px;
        font-size: 24px;
        line-height: 1.15; } }
  .popup__text {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.36;
    color: #000; }
    @media all and (min-width: 901px) {
      .popup__text {
        margin: 0 0 31px;
        font-size: 16px;
        line-height: 1.6; } }
  .popup__btns-wrap {
    margin: 18px 0 0;
    text-align: center; }
    @media all and (min-width: 769px) {
      .popup__btns-wrap {
        margin: 48px 0 0; } }
  .popup__btns-left-wrap {
    margin: 18px 0 0; }
    @media all and (min-width: 769px) {
      .popup__btns-left-wrap {
        margin: 48px 0 0; } }
  .popup__space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .popup__bottom {
    margin: 29px 0 0; }
    @media all and (min-width: 769px) {
      .popup__bottom {
        margin: 22px 0 0; } }
  @media all and (max-width: 768px) {
    .popup__btn {
      width: 100%; } }
  @media all and (min-width: 769px) {
    .popup__btn {
      min-width: 240px;
      max-width: 100%; } }
  @media all and (max-width: 768px) {
    .popup__btn + .popup__btn {
      margin: 20px 0 0; } }
  @media all and (max-width: 768px) {
    .popup__small-btn {
      width: 100%; } }
  @media all and (min-width: 769px) {
    .popup__small-btn {
      min-width: 150px;
      max-width: 100%; } }
  @media all and (max-width: 768px) {
    .popup__small-btn + .popup__small-btn {
      margin: 20px 0 0; } }
  .popup__note {
    margin: 0;
    font-size: 14px;
    line-height: 1.36;
    color: #000; }
    .popup__note_mb {
      margin: 0 0 30px; }
    @media all and (max-width: 768px) {
      .popup__note_title {
        margin: 0 0 30px; } }
    @media all and (min-width: 769px) {
      .popup__note_title {
        margin: 0 0 10px; } }
    .popup__note_hidden {
      display: none; }
  @media all and (max-width: 768px) {
    .popup__bottom .popup__note {
      margin: 26px 0 0; } }
  .popup__note-link {
    color: #FC5B80; }
  .popup__note-btn {
    vertical-align: middle;
    margin: 0 0 0 3px; }
    @media all and (min-width: 901px) {
      .popup__note-btn {
        margin: 0 0 0 10px; } }
  @media all and (min-width: 769px) {
    .popup__form-columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .popup__form-columns_v-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media all and (min-width: 769px) {
    .popup__form-column {
      width: calc(50% - 18px); } }
  @media all and (min-width: 769px) {
    .popup__form-column:nth-child(2n + 1) {
      margin-right: 36px; } }
  @media all and (max-width: 768px) {
    .popup__form-column .g-recaptcha {
      margin-bottom: 30px; } }
  .popup__label {
    margin-bottom: 30px; }
    .popup__label .form-error {
      margin: 2px 0;
      position: absolute;
      top: 100%;
      left: 0;
      font-size: 12px;
      line-height: 1; }
  .popup__checkbox-wrapper {
    margin-bottom: 12px; }
  @media all and (min-width: 769px) {
    .popup_popup-event-subscribe .popup__block {
      width: 650px; } }
  @media all and (min-width: 769px) {
    .popup_popup-registration .popup__block {
      width: 1080px; } }
  @media all and (min-width: 769px) and (max-width: 900px) {
    .popup_popup-registration .popup__block {
      padding: 55px 46px; } }
  @media all and (min-width: 901px) and (max-width: 1120px) {
    .popup_popup-registration .popup__block {
      padding: 65px 90px 60px 78px; } }
  @media all and (min-width: 1121px) {
    .popup_popup-registration .popup__block {
      padding: 69px 235px 75px 78px; } }
  @media all and (min-width: 901px) and (max-width: 1120px) {
    .popup_popup-registration .popup__form-columns {
      padding-right: 40px; } }
  @media all and (min-width: 1121px) {
    .popup_popup-registration .popup__form-columns {
      padding-right: 90px; } }
  @media all and (min-width: 769px) {
    .popup_popup-authorization .popup__block {
      width: 600px; } }
  @media all and (min-width: 769px) {
    .popup_popup-password .popup__block,
    .popup_popup-change-password .popup__block {
      width: 600px; } }
  @media all and (min-width: 769px) {
    .popup_popup-fps .popup__block,
    .popup_popup-fps-no-info .popup__block {
      width: 450px; } }

.popUp-game {
  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; }

.popUp-game__img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  margin-bottom: 14px; }

.popUp-game__h {
  font-family: Pixel, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 66px;
  line-height: 1;
  text-align: center;
  margin: 0 0 16px; }

.popUp-game__h_du {
  margin-top: 54px; }

.popUp-game__subtitle {
  font-family: Pixel, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #f3e132;
  margin-bottom: 14px; }

.popUp-game__text-wrap {
  margin-bottom: 26px; }
  .popUp-game__text-wrap p {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    color: #ffffff;
    margin: 12px 0; }
    .popUp-game__text-wrap p:first-child {
      margin-top: 0; }
    .popUp-game__text-wrap p:last-child {
      margin-bottom: 0; }

.popUp-game__healp {
  width: 100%;
  border: 4px solid #f3e132;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 30px 24px;
  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;
  margin-bottom: 24px; }

.popUp-game__healp-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Pixel, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  color: #f3e132;
  margin-bottom: 20px; }
  .popUp-game__healp-head::before {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABWSURBVHgBxZKxCQAgDATz9s7gDpaWDm5p6Q7O4ACKoiAoklR+EwJ//EMCmirZVnpIm4Q+wTHvEG5m6+OYKbgDUiQUuHWeCb3SqsUCxAl/Afnh1sJ9jQbAlxuRpit0eAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    margin-right: 16px; }

.popUp-game__healp-text {
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  margin: 0; }

.popUp-game__button-wrap {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px 40px;
  width: 100%; }

.popUp-game-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
  min-width: 286px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 10px;
  padding: 16px 40px;
  font-family: Pixel, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 34px;
  line-height: 1.2;
  text-align: center;
  text-transform: lowercase;
  color: #f3e132;
  background: #2523f8;
  border: 4px solid #f3e132;
  -webkit-box-shadow: -10px 10px 0 #f3e132;
  box-shadow: -10px 10px 0 #f3e132;
  cursor: pointer;
  -webkit-transition: 150ms ease-in-out 0ms;
  transition: 150ms ease-in-out 0ms;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform; }
  .popUp-game-btn:hover {
    text-decoration: none;
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
    -webkit-box-shadow: -14px 14px 0 #f3e132;
    box-shadow: -14px 14px 0 #f3e132; }
  .popUp-game-btn:active {
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
    -webkit-box-shadow: 0 0 0 #f3e132;
    box-shadow: 0 0 0 #f3e132; }

.scheme__list-btn-wrap {
  height: 80px;
  width: 100%;
  position: relative;
  margin-top: 16px; }

.popUp-game__gch-img {
  position: relative;
  margin: 24px 0 50px;
  width: 100%;
  height: 328px;
  background-image: url("../img/gch.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.popUp-game__gch-img-text {
  position: absolute;
  top: 64%;
  left: 24%;
  max-width: 300px;
  padding: 16px 22px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.33;
  color: #ffffff;
  background: #5b27d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .popUp-game__gch-img-text::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    border: 6px solid #5b27d2;
    border-top-color: transparent;
    border-right-color: transparent;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

.popUp-game__gch-img-text2 {
  top: 70%;
  right: 40%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  left: auto; }

.scheme__list-btn-wrap-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .scheme__list-btn-wrap-wrap svg {
    display: block;
    margin-left: 20px; }

@media screen and (max-width: 1440px) {
  .popup__head {
    height: 35px; }
  .popup__close-btn {
    width: 40px;
    height: 40px;
    top: 6px;
    background-position: top right;
    background-size: 20px; }
  .popUp-game__h {
    font-size: 36px; }
  .popUp-game__subtitle {
    font-size: 20px; }
  .popUp-game__text-wrap p {
    font-size: 16px; }
  .popUp-game__healp {
    padding: 16px; }
  .popUp-game__healp-text {
    font-size: 18px; }
  .popUp-game__healp-head {
    font-size: 24px;
    margin-bottom: 16px; }
    .popUp-game__healp-head::before {
      width: 30px;
      height: 30px; }
  .popUp-game__button-wrap {
    grid-auto-flow: row; }
  .popUp-game-btn {
    max-width: 100%;
    font-size: 20px;
    min-height: 60px;
    padding: 12px 20px; } }

@media screen and (max-width: 940px) {
  .popUp-game__gch-img-text {
    left: 10%;
    font-size: 16px;
    width: 40%; }
  .popUp-game__gch-img-text2 {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@media screen and (max-width: 768px) {
  .scheme__list-btn-wrap {
    height: 60px;
    margin-bottom: 30px; }
  .popUp-game__gch-img {
    height: 36vw; }
  .scheme__list-btn-wrap-wrap {
    position: absolute;
    top: 0;
    right: 0; }
  .popUp-game-btn_gch {
    min-width: 187px;
    max-width: none; }
  .popUp-game__h_du {
    margin-top: 34px; } }

@media screen and (max-width: 560px) {
  .popUp-game__gch-img {
    margin-top: 80px; }
  .popUp-game__gch-img-text {
    top: 75%;
    left: auto;
    right: 0;
    width: 100%;
    max-width: 80%; }
  .popUp-game__gch-img-text2 {
    top: auto;
    bottom: 85%;
    left: 0;
    right: auto;
    max-width: 90%; }
    .popUp-game__gch-img-text2::before {
      left: auto;
      bottom: auto;
      right: 0;
      top: 100%;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); } }

.pixel-text {
  margin: 0;
  font-family: Pixel, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1; }
  @media all and (max-width: 768px) {
    .pixel-text {
      font-size: 20px; } }
  @media all and (min-width: 769px) and (max-width: 900px) {
    .pixel-text {
      font-size: 24px; } }
  @media all and (min-width: 901px) and (max-width: 1120px) {
    .pixel-text {
      text-align: left;
      font-size: 30px; } }
  @media all and (min-width: 1121px) {
    .pixel-text {
      text-align: left;
      font-size: 36px; } }
  @media all and (min-width: 901px) {
    .pixel-text {
      -ms-flex-item-align: end;
      align-self: flex-end; } }
  .pixel-text-show {
    position: relative;
    z-index: 1; }

.pixel-title {
  font-family: Pixel, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 1; }
  @media all and (max-width: 768px) {
    .pixel-title {
      font-size: 36px; } }
  @media all and (min-width: 769px) and (max-width: 900px) {
    .pixel-title {
      font-size: 46px; } }
  @media all and (min-width: 901px) and (max-width: 1120px) {
    .pixel-title {
      font-size: 56px; } }
  @media all and (min-width: 1121px) {
    .pixel-title {
      font-size: 66px; } }

.header {
  position: relative;
  background-color: #2AF6DB;
  padding: 11px 0; }
  .header__container {
    position: relative;
    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; }
  .header__logo {
    position: relative;
    z-index: 1;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .header__logo-img {
    display: block;
    width: 120px;
    height: 24px; }
    @media all and (min-width: 901px) {
      .header__logo-img {
        width: 225px;
        height: 45px; } }
  @media all and (max-width: 900px) {
    .header__content {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100vh;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 88px 20px 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      background-color: #FFF; } }
  @media all and (min-width: 901px) and (max-width: 1120px) {
    .header__content {
      padding: 8px 0; } }
  @media all and (min-width: 901px) {
    .header__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }
  @media all and (min-width: 1121px) {
    .header__content {
      padding: 14px 0; } }

.footer {
  background-color: #FFF;
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px; }
  .footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 290px;
    position: absolute;
    left: 0;
    bottom: calc(100% - 1px);
    background-color: inherit;
    -webkit-mask-size: 958px;
    mask-size: 958px;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: -1px; }
  .footer__info_copyright {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    color: #777; }

.footer__btn-wrap {
  display: grid;
  margin-top: 20px;
  margin-bottom: 60px;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px 16px; }

.footer-btn {
  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; }

.footer-btn__img {
  display: block;
  border: 4px solid #2523f8;
  margin-bottom: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.footer-btn__text {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #3d1acc; }

.footer-btn:hover {
  text-decoration: none; }
  .footer-btn:hover .footer-btn__text {
    color: #fff;
    background-color: #3d1acc; }

@media screen and (max-width: 1440px) {
  .footer__info_copyright {
    font-size: 20px; } }

@media screen and (max-width: 840px) {
  .footer__btn-wrap {
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 40px; }
  .footer__info_copyright {
    font-size: 16px; } }

@media screen and (max-width: 480px) {
  .footer-btn__img {
    height: 150px; }
  .footer-btn__text {
    font-size: 16px; } }

.quickly {
  background-color: #2AF6DB;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='1919' height='703' viewBox='0 0 1919 703' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.05'%3E%3Cpath d='M1432 703H1519V619H1432V703Z' fill='black'/%3E%3Cpath d='M1519 619H1603V532H1519V619Z' fill='black'/%3E%3Cpath d='M286 536H202V452H286V536Z' fill='black'/%3E%3Cpath d='M1727 255H1640V172H1727V255Z' fill='black'/%3E%3Cpath d='M1640 172H1556V86H1640V172Z' fill='black'/%3E%3Cpath d='M1469 86H1382V0H1469V86Z' fill='black'/%3E%3Cpath d='M1814 172H1727V0H1814V172Z' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 290px;
  padding-top: 40px; }
  .quickly::after {
    content: "";
    display: block;
    width: 100%;
    height: 290px;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    background-color: inherit;
    -webkit-mask-size: 958px;
    mask-size: 958px;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    margin-top: -1px; }
  .quickly__container {
    padding: 0 7px;
    position: relative;
    z-index: 1; }
  .quickly__name {
    position: relative; }
  .quickly__title {
    margin: 0 0 20px;
    text-shadow: 0px 8px 0px #ffffff;
    font-family: Pixel, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.9; }
    @media all and (max-width: 768px) {
      .quickly__title {
        font-size: 56px; } }
    @media all and (min-width: 769px) and (max-width: 900px) {
      .quickly__title {
        font-size: 78px; } }
    @media all and (min-width: 901px) and (max-width: 1120px) {
      .quickly__title {
        font-size: 100px; } }
    @media all and (min-width: 1121px) {
      .quickly__title {
        font-size: 120px; } }
    .quickly__title--blue {
      color: #2523F8; }
  .quickly__red {
    color: #FC5B80;
    position: relative; }
    .quickly__red::before {
      content: "";
      width: 42px;
      height: 42px;
      background-image: url("data:image/svg+xml,%3Csvg width='86' height='96' viewBox='0 0 86 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33 17H15V26H33V17Z' fill='white' /%3E%3Cpath d='M33 52H86V61H33V52Z' fill='white' /%3E%3Cpath d='M68 87H86V96H68V87Z' fill='white' /%3E%3Cpath d='M86 17H51V26H86V17Z' fill='white' /%3E%3Cpath d='M0 52H18V61H0V52Z' fill='white' /%3E%3Cpath d='M33 0H15V18H33V0Z' fill='%23FC5B80' /%3E%3Cpath d='M33 35H86V53H33V35Z' fill='%23FC5B80' /%3E%3Cpath d='M68 70H86V88H68V70Z' fill='%23FC5B80' /%3E%3Cpath d='M86 0H51V18H86V0Z' fill='%23FC5B80' /%3E%3Cpath d='M0 35H18V53H0V35Z' fill='%23FC5B80' /%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      position: absolute;
      left: -50px;
      top: 55%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media all and (min-width: 769px) and (max-width: 900px) {
        .quickly__red::before {
          width: 60px;
          height: 60px;
          top: 56%;
          left: -70px; } }
      @media all and (min-width: 901px) and (max-width: 1120px) {
        .quickly__red::before {
          width: 78px;
          height: 78px;
          top: 56%;
          left: -90px; } }
      @media all and (min-width: 1121px) {
        .quickly__red::before {
          width: 91px;
          height: 91px;
          top: 56%;
          left: -110px; } }
  .quickly__screen {
    margin: 23px auto 41px; }
    @media all and (min-width: 901px) {
      .quickly__screen {
        margin: 23px auto 0; } }

.quickly__decoration-coin1 {
  bottom: 17%;
  left: -7%; }

.quickly__decoration-coin2 {
  right: -8%;
  top: 8%; }

.quickly__decoration-x1 {
  width: 36px;
  height: 36px;
  top: 55%;
  left: 12%; }

.quickly__decoration-x2 {
  top: 8%;
  left: 6%; }

.quickly__decoration-x3 {
  right: -14%;
  top: 36%; }

.quickly__decoration-prize {
  top: 20%;
  left: -6%; }

.quickly__decoration-folder {
  top: 37%;
  right: -3%; }

@media screen and (max-width: 1560px) {
  .quickly__decoration-coin2 {
    right: 2%; }
  .quickly__decoration-x3 {
    right: 0; } }

@media screen and (max-width: 1440px) {
  .quickly {
    background-position-x: right;
    margin-bottom: 214px; }
  .quickly__decoration-coin1 {
    left: 0; }
  .quickly__decoration-coin1 {
    width: 72px;
    height: 78px; }
  .quickly__decoration-coin2 {
    width: 63px;
    height: 78px; }
  .quickly__title {
    font-size: 90px; }
  .quickly__red::before {
    width: 73px;
    height: 73px;
    top: 58%;
    left: -79px; }
  .quickly__decoration-prize {
    top: 20%;
    left: 0%;
    width: 120px;
    height: 120px; }
  .quickly__decoration-folder {
    top: 42%;
    right: 0;
    width: 100px;
    height: 84px; } }

@media screen and (max-height: 920px) {
  .quickly__title {
    font-size: 70px;
    text-shadow: 0px 4px 0px #ffffff; }
  .quickly__red::before {
    width: 54px;
    height: 54px;
    top: 58%;
    left: -60px; } }

@media screen and (max-width: 1440px), (max-height: 880px) {
  .quickly {
    padding-top: 0; }
  .screen__title {
    margin-bottom: 20px; } }

@media screen and (max-width: 768px) {
  .quickly {
    margin-bottom: 130px;
    background-size: 370%; }
  .quickly__title {
    font-size: 56px;
    text-shadow: 0px 5px 0px #ffffff; }
  .quickly__red::before {
    width: 44px;
    height: 44px;
    top: 59%;
    left: -51px; }
  .decoration-prize,
  .decoration-folder {
    display: none; } }

@media screen and (max-width: 425px) {
  .welcom__title > .pixel-text-show {
    margin-right: 70px; }
  .quickly {
    min-height: calc(100vh - 36px); } }

.scheme {
  position: relative;
  padding-top: 30px;
  padding-bottom: 47px;
  background-image: url("data:image/svg+xml,%3Csvg width='1919' height='1831' viewBox='0 0 1919 1831' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1346 587H1433V503H1346V587Z' fill='%23F0F0FF'/%3E%3Cpath d='M687 943H774V859H687V943Z' fill='%23F0F0FF'/%3E%3Cpath d='M776 859H863V775H776V859Z' fill='%23F0F0FF'/%3E%3Cpath d='M137 587H224V503H137V587Z' fill='%23F0F0FF'/%3E%3Cpath d='M903 1831H816V1747H903V1831Z' fill='%23F0F0FF'/%3E%3Cpath d='M814 1747H727V1663H814V1747Z' fill='%23F0F0FF'/%3E%3Cpath d='M1433 503H1517V416H1433V503Z' fill='%23F0F0FF'/%3E%3Cpath d='M1738 1548H1651V1464H1738V1548Z' fill='%23F0F0FF'/%3E%3Cpath d='M1651 1464H1567V1377H1651V1464Z' fill='%23F0F0FF'/%3E%3Cpath d='M1480 1377H1393V1290H1480V1377Z' fill='%23F0F0FF'/%3E%3Cpath d='M1825 1377H1738V1290H1825V1377Z' fill='%23F0F0FF'/%3E%3Cpath d='M1825 1464H1738V1377H1825V1464Z' fill='%23F0F0FF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden; }
  .scheme__container {
    padding: 0 7px;
    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; }
  .scheme__title {
    color: #2523F8; }
  .scheme__img {
    width: 100%;
    height: 347px;
    margin: 74px 0 100px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAWCAYAAABEx1soAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFzSURBVHgB7Zi/bsIwEMYvVlm69xE6tEPnSn2IdqxgZkZsjIgFBhZmZhAjPAQSMwMMPAI7C0igixTpYnzG/4Zg55MsOZby85ezcxcngwD6PB2u2/asNPYy62fgqRi4AjyEQGzY/5q2IJRi4joFmAKpfE3HyLUOsArIwWsugFXeodAi13AGd6/vxuyYuSz00uqXVogCEPqx6eX9/ffoDq4zmxpXuEIbo2N+jX25cvqYjY0rbKBU596bcpzbDalyhS0Ux/B1KKR6NVzMxsrVJnZdpVQld9NCkRLXOcCyXKtw7Fx2ksFwnEMXnV+wheqUGveuyJ2XP1dsxfX/ZAU6mVbkVLnsSa7bnMMjuKnZlLmlAOOKNf7WmQncxuyzcVGhuIKDquCYY7D5mK06l6aFENzMdAL6MPQ7Ufcfle6wZ+DKc4TgsjkYQaodQvXIrOr+qnLlgBasEH7ZSbhVlE86sXM52XJrKWQa7EoolFnTnVurwgq1aDfnRDXL9mg1AQAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated; }
  .scheme__text {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    line-height: 1.24;
    color: #000; }
    @media all and (max-width: 768px) {
      .scheme__text {
        font-size: 16px; } }
    @media all and (min-width: 769px) and (max-width: 900px) {
      .scheme__text {
        font-size: 18px; } }
    @media all and (min-width: 901px) and (max-width: 1120px) {
      .scheme__text {
        font-size: 20px; } }
    @media all and (min-width: 1121px) {
      .scheme__text {
        font-size: 24px; } }
    .scheme__text a {
      color: #2523f8;
      text-decoration: underline; }
  .scheme__items {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .scheme__item {
    position: relative;
    padding-left: 25px; }
    .scheme__item::before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      background-color: #2523F8;
      position: absolute;
      top: 4px;
      left: 0; }
  .scheme__lists {
    counter-reset: myCounter;
    padding: 0;
    margin: 0 10px; }
    @media all and (min-width: 769px) {
      .scheme__lists {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1170px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .scheme__list {
    list-style: none;
    position: relative; }
    @media all and (max-width: 768px) {
      .scheme__list {
        min-height: 180px; } }
    @media all and (min-width: 769px) {
      .scheme__list {
        width: 50%;
        margin-bottom: 208px; } }
    .scheme__list:before {
      counter-increment: myCounter;
      content: counter(myCounter);
      color: #2523F8;
      display: inline-block;
      font-family: Pixel, Arial, Helvetica, sans-serif;
      font-style: normal;
      font-weight: normal;
      text-transform: uppercase;
      text-align: center;
      background-color: #F3E132;
      text-align: center;
      line-height: normal;
      height: auto;
      width: auto;
      margin: 0 10px 23px 5px;
      padding: 16px 24px 16px 28px;
      border: 4px solid #2523F8;
      -webkit-box-shadow: -5px 5px 0 0 #2523F8;
      box-shadow: -5px 5px 0 0 #2523F8; }
      @media all and (max-width: 768px) {
        .scheme__list:before {
          font-size: 36px; } }
      @media all and (min-width: 769px) and (max-width: 900px) {
        .scheme__list:before {
          font-size: 42px; } }
      @media all and (min-width: 901px) and (max-width: 1120px) {
        .scheme__list:before {
          font-size: 48px; } }
      @media all and (min-width: 1121px) {
        .scheme__list:before {
          font-size: 50px; } }
    .scheme__list::after {
      content: "";
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      position: absolute; }
    @media all and (max-width: 768px) {
      .scheme__list:first-child {
        max-width: 50%;
        margin-right: auto;
        margin-bottom: 26px; } }
    @media all and (min-width: 769px) {
      .scheme__list:first-child {
        max-width: 364px; } }
    @media all and (max-width: 768px) {
      .scheme__list:first-child::after {
        width: 56px;
        height: 12px;
        background-image: url("../img/scheme/way1.svg");
        top: 50px;
        right: 0; } }
    @media all and (min-width: 769px) {
      .scheme__list:first-child::after {
        background-image: url("../img/scheme/way1-b.svg");
        top: 45px;
        width: 260px;
        height: 12px;
        right: -5%; } }
    @media all and (min-width: 1121px) {
      .scheme__list:first-child::after {
        width: 431px;
        height: 19px;
        top: 50px;
        right: auto;
        left: 30%; } }
    @media all and (min-width: 1367px) {
      .scheme__list:first-child::after {
        left: 40%; } }
    @media all and (max-width: 768px) {
      .scheme__list:nth-child(2) {
        max-width: 40%;
        margin-left: auto; } }
    @media all and (min-width: 769px) {
      .scheme__list:nth-child(2) {
        max-width: 553px; } }
    @media all and (max-width: 768px) {
      .scheme__list:nth-child(2)::after {
        width: 12px;
        height: 106px;
        background-image: url("../img/scheme/way2.svg");
        top: -154px;
        left: 40px; } }
    @media all and (max-width: 768px) {
      .scheme__list:nth-child(3) {
        margin-bottom: 35px; } }
    @media all and (min-width: 769px) {
      .scheme__list:nth-child(3) {
        max-width: 590px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    @media all and (max-width: 768px) {
      .scheme__list:nth-child(3)::after {
        width: 106px;
        height: 12px;
        background-image: url("../img/scheme/way3.svg");
        top: 35px;
        left: 37%; } }
    @media all and (min-width: 769px) {
      .scheme__list:nth-child(3)::after {
        width: 12px;
        height: 102px;
        background-image: url("../img/scheme/way2-b.svg");
        top: -158px;
        left: 40px; } }
    @media all and (min-width: 1121px) {
      .scheme__list:nth-child(3)::after {
        width: 19px;
        height: 158px;
        top: -185px; } }
    @media all and (max-width: 768px) {
      .scheme__list:nth-child(4) {
        max-width: 55%;
        margin-left: auto;
        margin-bottom: 43px; } }
    @media all and (min-width: 769px) {
      .scheme__list:nth-child(4) {
        max-width: 364px; } }
    @media all and (max-width: 768px) {
      .scheme__list:nth-child(4)::after {
        width: 106px;
        height: 12px;
        background-image: url("../img/scheme/way4.svg");
        top: 35px;
        left: -76%; } }
    @media all and (min-width: 769px) {
      .scheme__list:nth-child(4)::after {
        background-image: url("../img/scheme/way3-b.svg");
        top: 45px;
        width: 260px;
        height: 12px;
        right: -5%; } }
    @media all and (min-width: 1121px) {
      .scheme__list:nth-child(4)::after {
        width: 431px;
        height: 19px;
        top: 50px;
        right: auto;
        left: 30%; } }
    @media all and (min-width: 1367px) {
      .scheme__list:nth-child(4)::after {
        left: 40%; } }
    @media all and (max-width: 768px) {
      .scheme__list:last-child {
        max-width: 35%;
        margin-right: 40%;
        margin-bottom: 43px; } }
    @media all and (min-width: 769px) {
      .scheme__list:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        max-width: 364px; } }
    @media all and (max-width: 768px) {
      .scheme__list:last-child::after {
        width: 56px;
        height: 12px;
        background-image: url("../img/scheme/way5.svg");
        top: 35px;
        left: 105%; } }
    @media all and (min-width: 769px) {
      .scheme__list:last-child::after {
        width: 12px;
        height: 102px;
        background-image: url("../img/scheme/way2-b.svg");
        top: -158px;
        left: 40px; } }
    @media all and (min-width: 1121px) {
      .scheme__list:last-child::after {
        width: 19px;
        height: 158px;
        top: -185px; } }
  .scheme__recommendation {
    color: #2523F8;
    position: relative; }
    @media all and (min-width: 769px) {
      .scheme__recommendation {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-right: 20%; } }
    .scheme__recommendation::after {
      content: "";
      width: 193.5px;
      height: 77px;
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("../img/scheme/base.png");
      top: -27px;
      left: 52%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
      z-index: 0; }
      @media all and (min-width: 769px) and (max-width: 900px) {
        .scheme__recommendation::after {
          width: 245.5px;
          height: 94px;
          top: -37px; } }
      @media all and (min-width: 901px) and (max-width: 1120px) {
        .scheme__recommendation::after {
          width: 252.5px;
          height: 108px;
          top: -40px;
          left: 47%; } }
      @media all and (min-width: 1121px) {
        .scheme__recommendation::after {
          width: 337.5px;
          height: 125px;
          top: -43px;
          left: 55%; } }
    .scheme__recommendation:before {
      content: "";
      width: 173px;
      height: 172px;
      position: absolute;
      z-index: 0;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 0;
      right: -117px; }
      @media all and (max-width: 768px) {
        .scheme__recommendation:before {
          background-image: url("../img/scheme/hero-m.png"); } }
      @media all and (min-width: 769px) {
        .scheme__recommendation:before {
          width: 260px;
          height: 260px;
          background-image: url("../img/scheme/hero.png");
          right: -130px; } }
      @media all and (min-width: 1121px) {
        .scheme__recommendation:before {
          width: 402px;
          height: 399px;
          right: -150px; } }
      @media all and (min-width: 1367px) {
        .scheme__recommendation:before {
          right: -230px; } }

.scheme__img {
  width: 347px;
  height: 347px;
  margin: 10px 0 90px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAWCAYAAABEx1soAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF0SURBVHgB7Zi/agJBEMbnltikzyOkSIrUgTxEUoZYpxY7S7HRwsbaWrHUhxCsLbTwEextFJQ5OJhbd9b9B3q798HC3oK/+Zzdm7m7DALo/bA7r/8npbWnSTcDT8XAFeAhBOLA+ce4CaEUE9cpwRRI5Ws6Rq51glVADl5zAazqDoUWtYYzuHl+NWbHzGWhp2a3tEMUgNC3VSefbz8HV3Cd2dS4whXaGOzza5zLndPHbGxcYQOlOnZelOvcaUiVK2yhuIa3QyHVreFiNlautrDrOqWquJs2ipS4zgmW5dqFY+eyQXr9YQ6dtb7BFqpTatyrJnecf51xFNe/owXoZNqRU+Wyb3LtvyncgpuaTZlbSjDuWONnmZnAbcxWjYsKxRUcVAXHGoPDx+yjc2lZCMHNTAPQP0OfE3XfUekJqwJXjhGCy9ZgBKlOCNUts6rfPypXTmjBCuGXDcLtovymEzuXky23lkKmyb6LTE9Y6Di1KqBQm3YB5gs1y/gvRxUAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 1388px;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation-name: scheme__img;
  animation-name: scheme__img;
  -webkit-animation-duration: 1400ms;
  animation-duration: 1400ms;
  -webkit-animation-timing-function: steps(1, end);
  animation-timing-function: steps(1, end);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

@-webkit-keyframes scheme__img {
  0% {
    background-position: 0 0; }
  25% {
    background-position: -347px 0; }
  50% {
    background-position: -694px 0; }
  75% {
    background-position: -1041px 0; } }

@keyframes scheme__img {
  0% {
    background-position: 0 0; }
  25% {
    background-position: -347px 0; }
  50% {
    background-position: -694px 0; }
  75% {
    background-position: -1041px 0; } }

@media screen and (max-width: 1440px) {
  .scheme__img {
    width: 260px;
    height: 260px;
    background-size: 1040px; }
  @-webkit-keyframes scheme__img {
    0% {
      background-position: 0 0; }
    25% {
      background-position: -260px 0; }
    50% {
      background-position: -520px 0; }
    75% {
      background-position: -780px 0; } }
  @keyframes scheme__img {
    0% {
      background-position: 0 0; }
    25% {
      background-position: -260px 0; }
    50% {
      background-position: -520px 0; }
    75% {
      background-position: -780px 0; } } }

.scheme__decoration-coin1 {
  top: 52%;
  right: 12%; }

.scheme__decoration-coin2 {
  top: 13%;
  left: calc(50% - 390px); }

.scheme__decoration-x1 {
  top: 9%;
  right: 34%; }

.scheme__decoration-x2 {
  top: 40%;
  right: 9%; }

.scheme__decoration-x3 {
  top: 26%;
  left: 28%; }

.scheme__img-keno {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 75%;
  right: 56%;
  background-image: url("../img/welcom/pixi7.svg");
  background-position: center;
  background-size: contain;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  background-repeat: no-repeat; }

.scheme__img-3 {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 80%;
  right: 44%;
  background-image: url("../img/welcom/pixi6.png");
  background-position: center;
  background-size: contain;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  background-repeat: no-repeat; }

@media screen and (max-width: 1440px) {
  .pixel-title {
    font-size: 52px; }
  .scheme__decoration-coin2 {
    width: 63px;
    height: 78px; }
  .scheme__decoration-coin1 {
    width: 72px;
    height: 78px; }
  .scheme__decoration-x2 {
    top: 32%; }
  .scheme__text {
    font-size: 20px; }
  .scheme__list:before {
    font-size: 42px; }
  .scheme__recommendation:before {
    width: 352px;
    height: 339px;
    right: -150px; }
  .scheme__img-3 {
    width: 160px;
    height: 160px; }
  .scheme__img-keno {
    width: 120px;
    height: 120px; } }

@media screen and (max-width: 1120px) {
  .scheme__img-3 {
    right: 36%; }
  .scheme__decoration-x1 {
    right: 17%; } }

@media screen and (max-width: 768px) {
  .scheme__decoration-coin1 {
    width: 63px;
    height: 78px;
    top: 56%;
    right: 3%; }
  .scheme__decoration-coin2 {
    width: 72px;
    height: 78px;
    top: 45%;
    left: calc(50% - 200px); }
  .scheme__decoration-x3 {
    top: 19%;
    left: 9%; }
  .scheme__img-keno {
    top: 73%;
    right: auto;
    left: 6%; }
  .scheme__img-3 {
    right: 7%;
    top: 64%;
    width: 120px;
    height: 120px; }
  .scheme__recommendation:before {
    width: 260px;
    height: 260px;
    background-image: url(../img/scheme/hero.png);
    right: -130px; }
  .pixel-title {
    font-size: 36px; }
  .pixel-title {
    margin-top: 12px; }
  .scheme__img {
    margin: 0; } }

@media screen and (max-width: 520px) {
  .scheme__decoration-coin1 {
    top: 44.5%; }
  .scheme__decoration-coin2 {
    top: 28.6%;
    left: calc(50% - 110px); }
  .scheme__decoration-x1,
  .scheme__decoration-x2,
  .scheme__decoration-x3 {
    display: none; }
  .scheme__img-3 {
    right: 0%;
    top: 57%;
    width: 110px;
    height: 110px; }
  .scheme__img-keno {
    top: 69.4%;
    left: 2%;
    width: 130px;
    height: 130px; }
  .scheme__img {
    margin: -60px 0 -70px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

.brand {
  position: relative;
  background-repeat: no-repeat;
  background-position: left 21%;
  background-size: 70%;
  background-color: #F3E132;
  padding-top: 137px;
  padding-bottom: 310px;
  background-image: url("../img/bg/bg-pix-brand-blue.png");
  margin-top: 390px;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated; }
  @media all and (min-width: 769px) {
    .brand {
      background-size: contain, 40%;
      background-position: center, left 20%;
      background-image: url("../img/bg/bg-pix-brand.png"), url("../img/bg/bg-pix-brand-blue.png"); } }
  @media all and (min-width: 901px) {
    .brand {
      padding-top: 200px; } }
  .brand::before {
    content: "";
    display: block;
    width: 100%;
    height: 290px;
    position: absolute;
    left: 0;
    bottom: calc(100% - 1px);
    background-color: inherit;
    -webkit-mask-size: 958px;
    mask-size: 958px;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: -1px; }
  .brand__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-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .brand__title {
    color: #2523F8; }
    @media all and (max-width: 768px) {
      .brand__title br {
        display: none; } }
  .brand__card {
    margin-bottom: 20px; }
    @media all and (min-width: 901px) and (max-width: 1120px) {
      .brand__card {
        margin-bottom: 35px; } }
    @media all and (min-width: 1121px) {
      .brand__card {
        margin-bottom: 50px; } }
  .brand__lists {
    width: 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; }
    @media all and (min-width: 1121px) {
      .brand__lists {
        display: block; } }
  .brand__img {
    width: 100%; }
    @media all and (max-width: 768px) {
      .brand__img {
        margin: 19px 0 16px 0;
        max-width: 175px; } }
    @media all and (min-width: 769px) and (max-width: 900px) {
      .brand__img {
        max-width: 320px;
        margin: 39px 0 46px 0; } }
    @media all and (min-width: 901px) and (max-width: 1120px) {
      .brand__img {
        max-width: 360px;
        margin: 55px 0 -100px 0; } }
    @media all and (min-width: 1121px) {
      .brand__img {
        max-width: 390px;
        margin: 74px 0 -90px 0; } }
  .brand__interest {
    margin: 34px 5% 67px auto;
    position: relative;
    color: #2523F8;
    image-rendering: auto; }
    @media all and (min-width: 769px) {
      .brand__interest {
        margin: 54px auto 66px 30%; } }
    .brand__interest::after {
      content: "";
      width: 228px;
      height: 77px;
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("../img/brand/base.png");
      top: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 0; }
      @media all and (min-width: 769px) and (max-width: 900px) {
        .brand__interest::after {
          width: 245.5px;
          height: 94px; } }
      @media all and (min-width: 901px) and (max-width: 1120px) {
        .brand__interest::after {
          width: 316.5px;
          height: 108px;
          top: -14px;
          left: 48%; } }
      @media all and (min-width: 1121px) {
        .brand__interest::after {
          width: 380px;
          height: 152px;
          top: -16px;
          left: 46%; } }
    .brand__interest:before {
      content: "";
      width: 187px;
      height: 187px;
      position: absolute;
      z-index: 0;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: -80px;
      left: -158px; }
      @media all and (max-width: 900px) {
        .brand__interest:before {
          background-image: url("../img/brand/hero-m.png"); } }
      @media all and (min-width: 769px) and (max-width: 900px) {
        .brand__interest:before {
          width: 280px;
          height: 280px;
          left: -200px;
          bottom: -110px; } }
      @media all and (min-width: 901px) {
        .brand__interest:before {
          width: 392px;
          height: 392px;
          background-image: url("../img/brand/hero.png");
          left: -300px;
          bottom: -110px; } }
      @media all and (min-width: 1121px) {
        .brand__interest:before {
          left: -380px; } }
  .brand__next {
    margin: 250px auto 49px auto;
    position: relative;
    color: #2523F8; }
    @media all and (min-width: 769px) {
      .brand__next {
        text-align: center;
        margin: 330px auto 87px auto; } }
    @media all and (min-width: 1367px) {
      .brand__next {
        margin: 430px auto 87px auto; } }
    .brand__next::after {
      content: "";
      width: 228px;
      height: 77px;
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("../img/brand/base2.png");
      top: -27px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 0; }
      @media all and (min-width: 769px) and (max-width: 900px) {
        .brand__next::after {
          width: 245.5px;
          height: 94px; } }
      @media all and (min-width: 901px) and (max-width: 1120px) {
        .brand__next::after {
          width: 400px;
          height: 110px;
          top: -38px;
          left: 63%; } }
      @media all and (min-width: 1121px) {
        .brand__next::after {
          width: 414px;
          height: 132px;
          top: -47px; } }
    .brand__next:before {
      content: "";
      width: 317px;
      height: 245px;
      position: absolute;
      z-index: 0;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      image-rendering: auto; }
      @media all and (max-width: 900px) {
        .brand__next:before {
          background-image: url("../img/brand/hero2-m.png"); } }
      @media all and (min-width: 769px) and (max-width: 900px) {
        .brand__next:before {
          width: 372px;
          height: 300px; } }
      @media all and (min-width: 901px) {
        .brand__next:before {
          width: 610px;
          height: 396px;
          background-image: url("../img/brand/hero2.png");
          bottom: -50px; } }
      @media all and (min-width: 1367px) {
        .brand__next:before {
          width: 930px;
          height: 360px;
          bottom: 90px; } }

@media screen and (max-width: 1440px) {
  .brand {
    margin-top: 260px;
    padding-top: 120px; }
  .brand__img {
    max-width: 320px; }
  .brand__interest:before {
    width: 340px;
    height: 340px;
    bottom: -110px;
    left: -330px; }
  .btn {
    font-size: 28px;
    padding: 14px 14px;
    max-width: 390px; } }

@media screen and (max-width: 768px) {
  .brand {
    margin-top: 110px;
    padding-top: 20px;
    padding-bottom: 164px; }
  .brand__interest:before {
    width: 187px;
    height: 187px;
    bottom: -80px;
    left: -171px; }
  .brand__img {
    margin-top: 28px;
    max-width: 110px; } }

.russia {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #2523F8;
  padding-bottom: 300px; }
  @media all and (min-width: 769px) {
    .russia {
      padding-bottom: 380px; } }
  @media all and (min-width: 901px) {
    .russia {
      padding-top: 100px; } }
  .russia::after {
    content: "";
    display: block;
    width: 100%;
    height: 290px;
    position: absolute;
    left: 0;
    bottom: calc(100% - 1px);
    background-color: inherit;
    -webkit-mask-size: 958px;
    mask-size: 958px;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .russia__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-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
  .russia__block {
    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; }
    @media all and (min-width: 769px) {
      .russia__block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .russia__title {
    color: #FFF; }
    @media (max-width: 440px) {
      .russia__title br {
        display: none; } }
  @media all and (max-width: 768px) {
    .russia__no-mobile {
      display: none; } }
  .russia__text {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    line-height: 1.24;
    color: #FFF;
    max-width: 550px; }
    @media all and (max-width: 768px) {
      .russia__text {
        font-size: 16px; } }
    @media all and (min-width: 769px) and (max-width: 900px) {
      .russia__text {
        font-size: 18px; } }
    @media all and (min-width: 901px) and (max-width: 1120px) {
      .russia__text {
        font-size: 20px; } }
    @media all and (min-width: 1121px) {
      .russia__text {
        font-size: 24px; } }
    @media all and (min-width: 769px) {
      .russia__text {
        width: 48%; } }
  .russia__img-wrap {
    width: 48%;
    max-width: 500px;
    height: 282px;
    position: relative; }
    .russia__img-wrap::after, .russia__img-wrap::before {
      content: "";
      display: block;
      width: 200px;
      height: 200px;
      position: absolute;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated; }
    .russia__img-wrap::after {
      top: 40px;
      left: 40px;
      background-image: url("../img/welcom/pixi5.png"); }
    .russia__img-wrap::before {
      bottom: -30px;
      right: 40px;
      background-image: url("../img/welcom/pixi7.svg"); }
  .russia__detail {
    margin: 265px auto 49px 18%;
    position: relative;
    color: #2523F8; }
    @media all and (min-width: 769px) {
      .russia__detail {
        text-align: center;
        margin: 350px auto 40px auto; } }
    @media all and (min-width: 1367px) {
      .russia__detail {
        margin: 350px auto 40px auto; } }
    .russia__detail::after {
      content: "";
      width: 228px;
      height: 77px;
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("../img/russia/base.png");
      top: -14px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 3;
      -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated; }
      @media all and (min-width: 769px) and (max-width: 900px) {
        .russia__detail::after {
          width: 245.5px;
          height: 94px; } }
      @media all and (min-width: 901px) and (max-width: 1120px) {
        .russia__detail::after {
          width: 394px;
          height: 98px;
          top: -20px;
          left: 120px; } }
      @media all and (min-width: 1121px) {
        .russia__detail::after {
          width: 394px;
          height: 98px;
          top: -20px;
          left: 120px; } }
    .russia__detail:before {
      content: "";
      width: 774px;
      height: 387px;
      position: absolute;
      background-image: url("../img/russia/hero.png");
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 15px;
      left: 45%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 2; }

.russia__img-sp {
  width: 505px;
  height: 404px;
  position: relative;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated; }
  .russia__img-sp img {
    height: auto;
    width: 100%; }
  .russia__img-sp::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/russia/prize-anim.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 400%;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    -webkit-animation-name: russia__img-sp;
    animation-name: russia__img-sp;
    -webkit-animation-duration: 1600ms;
    animation-duration: 1600ms;
    -webkit-animation-timing-function: steps(1, end);
    animation-timing-function: steps(1, end);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms; }
  @media all and (min-width: 769px) {
    .russia__img-sp {
      width: 48%;
      max-width: 500px; } }

@-webkit-keyframes russia__img-sp {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 33.333% 0; }
  50% {
    background-position: 66.666% 0; }
  75% {
    background-position: 99.999% 0; } }

@keyframes russia__img-sp {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 33.333% 0; }
  50% {
    background-position: 66.666% 0; }
  75% {
    background-position: 99.999% 0; } }

.russia__detail-hard {
  position: absolute;
  top: -284px;
  left: -136px;
  width: 365px;
  height: 318px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAYAAABmvqYOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACtSURBVHgBtZSxDYMwEEU/UcqkyABJdmAKNmASpmAhloAdECUlPaCzBDKGE3f4eBK4+X7fsmwn8BjadELA+98kYBDnKXjEkUCV54LcBHH+LBhO0OQfEPL61U5MoxSxfCnQoJJredLvk/ewpisBdyZpL79FBSu6MnPn/dZtWW+T1eqXVW/kFgW+eCePKQjFLFQwAuKPe3+iC9RiacFl8VlBtJgrMBOHBeZiv0CTnwHq62c1dtLgdwAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  z-index: 1;
  -webkit-animation-name: card__img-hard;
  animation-name: card__img-hard;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: steps(2, end);
  animation-timing-function: steps(2, end);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.pixel-text-show {
  z-index: 4; }

@-webkit-keyframes card__img-hard {
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes card__img-hard {
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@media screen and (max-width: 1440px) {
  .russia__detail:before {
    height: 350px; }
  .russia__detail-hard {
    top: -244px;
    left: -103px;
    width: 290px;
    height: 247px; }
  .russia__text {
    font-size: 22px; } }

@media screen and (max-width: 768px) {
  .russia {
    padding-top: 60px;
    padding-bottom: 160px; }
  .russia__detail {
    margin: 150px auto 18px auto;
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  .russia__img-sp {
    width: 100%;
    max-width: 375px;
    height: auto;
    margin-top: -22px;
    margin-bottom: -44px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  .russia__detail:before {
    left: 30%; }
  .russia__detail:before {
    width: 484px;
    height: 257px; }
  .russia__detail-hard {
    top: -184px;
    left: -86px;
    width: 185px;
    height: 168px; }
  .russia__text {
    font-size: 16px; } }

.trainer {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #2AF6DB;
  padding-top: 137px;
  padding-bottom: 290px; }
  @media all and (min-width: 901px) {
    .trainer {
      padding-top: 120px; } }
  .trainer::after {
    content: "";
    display: block;
    width: 100%;
    height: 290px;
    position: absolute;
    left: 0;
    bottom: calc(100% - 1px);
    background-color: inherit;
    -webkit-mask-size: 958px;
    mask-size: 958px;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -1px; }
  .trainer__title {
    color: #2523F8; }
  .trainer__about {
    margin: 250px auto 49px;
    position: relative;
    color: #2523F8;
    width: 185px; }
    @media all and (min-width: 769px) {
      .trainer__about {
        text-align: center;
        margin: 320px auto 50px; } }
    @media all and (min-width: 901px) {
      .trainer__about {
        width: 420px; } }
    @media all and (min-width: 1367px) {
      .trainer__about {
        margin: 360px 10% 50px auto; } }
    .trainer__about::after {
      content: "";
      width: 235px;
      height: 180px;
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("../img/trainer/base.png");
      top: -14px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 0; }
      @media all and (min-width: 769px) and (max-width: 900px) {
        .trainer__about::after {
          width: 313.5px;
          height: 222px; } }
      @media all and (min-width: 901px) and (max-width: 1120px) {
        .trainer__about::after {
          top: -20px;
          left: 68%; } }
      @media all and (min-width: 901px) {
        .trainer__about::after {
          background-image: url("../img/trainer/base2.png");
          width: 546px;
          height: 182px;
          left: 62%; } }
      @media all and (min-width: 1121px) {
        .trainer__about::after {
          width: 591px;
          height: 200px; } }
    .trainer__about:before {
      content: "";
      width: 361px;
      height: 263px;
      position: absolute;
      z-index: 0;
      background-image: url("../img/trainer/hero.png");
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 95px;
      left: 42%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media all and (min-width: 769px) and (max-width: 900px) {
        .trainer__about:before {
          width: 560px;
          height: 380px; } }
      @media all and (min-width: 901px) {
        .trainer__about:before {
          width: 710px;
          height: 396px;
          bottom: 63px;
          left: 32%; } }
      @media all and (min-width: 1367px) {
        .trainer__about:before {
          width: 881px;
          height: 478px;
          bottom: 90px; } }
  .trainer__name {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #2523f8;
    background-color: #FFF;
    white-space: nowrap;
    padding: 3px; }
    @media all and (min-width: 769px) {
      .trainer__name {
        font-size: 18px;
        padding: 6px; } }
  .trainer__lists {
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .trainer__link {
    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; }
    .trainer__link:hover {
      text-decoration: none; }
  .trainer__img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated; }
    @media all and (max-width: 768px) {
      .trainer__img {
        height: 120px;
        width: auto; } }
    @media all and (min-width: 769px) {
      .trainer__img {
        height: 134px;
        width: auto; } }
  .trainer__list {
    margin-bottom: 40px;
    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; }
    @media all and (max-width: 768px) {
      .trainer__list {
        width: 50%; } }
    @media all and (min-width: 769px) {
      .trainer__list {
        width: 25%; } }
  .trainer__link {
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: pointer; }
    .trainer__link:hover .trainer__name {
      color: #fff;
      background-color: #2523f8; }

.trainer__about-anim {
  position: absolute;
  top: -412px;
  right: 6px;
  width: 112px;
  height: 121px;
  background-image: url("../img/trainer/bobmp-sprite.png");
  background-position: center;
  background-position: 33.333% 0;
  background-size: 300%;
  background-repeat: no-repeat;
  -webkit-animation-name: trainer__about-anim;
  animation-name: trainer__about-anim;
  -webkit-animation-duration: 1400ms;
  animation-duration: 1400ms;
  -webkit-animation-timing-function: steps(1, end);
  animation-timing-function: steps(1, end);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

@-webkit-keyframes trainer__about-anim {
  0% {
    background-position: 0 0; }
  33.33% {
    background-position: 50% 0; }
  66.66% {
    background-position: 100% 0; } }

@keyframes trainer__about-anim {
  0% {
    background-position: 0 0; }
  33.33% {
    background-position: 50% 0; }
  66.66% {
    background-position: 100% 0; } }

@media screen and (max-width: 1367px) {
  .trainer__about-anim {
    top: -315px;
    right: 42px; } }

@media screen and (max-width: 1120px) {
  .trainer__about-anim {
    top: -338px; } }

@media screen and (max-width: 900px) {
  .trainer__about-anim {
    top: -297px;
    right: -77px;
    width: 80px;
    height: 90px; } }

@media screen and (max-width: 768px) {
  .trainer {
    padding-top: 40px;
    padding-bottom: 90px; }
  .trainer__about:before {
    width: 391px;
    height: 233px; }
  .trainer__about-anim {
    top: -198px;
    right: -20px;
    width: 53px;
    height: 63px; } }

.screen {
  background-color: #FFF;
  padding: 19px 19px 39px 19px;
  border: 4px solid #2523F8;
  position: relative;
  max-width: 570px; }
  @media all and (min-width: 1121px) {
    .screen {
      max-width: 705px; } }
  .screen::before, .screen::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .screen::before {
    width: 12px;
    height: 12px;
    border: 2px solid #2523F8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    bottom: 15px; }
  .screen::after {
    width: 160px;
    height: 9px;
    background-color: #FFF;
    border: 4px solid #2523F8;
    bottom: -17px; }
  .screen__lists {
    background-color: #2523F8;
    background-size: auto 166px;
    background-repeat: repeat-x;
    background-position: top left;
    padding: 25px 13px 23px 17px;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    @media all and (max-width: 768px) {
      .screen__lists {
        background-size: auto 110px; } }
    .screen__lists::after {
      content: "";
      position: absolute;
      background-color: #1e1cc6;
      top: 0;
      left: 0;
      width: 100%;
      height: 166px;
      -webkit-mask-size: 548px;
      mask-size: 548px;
      -webkit-mask-repeat: repeat-x;
      mask-repeat: repeat-x;
      -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
      z-index: 1; }
    .screen__lists::before {
      content: "";
      border: 4px solid #F3E132;
      position: absolute;
      top: 6px;
      right: 6px;
      left: 6px;
      bottom: 6px;
      z-index: 2; }
  .screen__list {
    position: relative;
    width: 25%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 4; }
    .screen__list button {
      cursor: pointer;
      margin: 0;
      padding: 0;
      background: transparent;
      border: none;
      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; }
      .screen__list button:hover {
        text-decoration: none; }
        .screen__list button:hover .screen__title {
          color: #2AF6DB;
          background-color: #2523f8; }
  .screen__img {
    height: 42px;
    width: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated; }
    @media all and (min-width: 769px) and (max-width: 900px) {
      .screen__img {
        height: 100px; } }
    @media all and (min-width: 901px) {
      .screen__img {
        height: 89px; } }
  .screen__title {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    color: #2523f8;
    background-color: #2AF6DB;
    border: 2px solid #2AF6DB;
    white-space: nowrap;
    padding: 4px;
    margin: 6px 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media all and (min-width: 769px) {
      .screen__title {
        font-size: 18px; } }

@media screen and (max-height: 920px) {
  .screen__lists {
    padding: 11px 13px 0px 17px; } }

@media screen and (max-width: 768px) {
  .screen {
    width: 100%;
    max-width: calc(100% - 120px); }
  .screen__lists {
    padding: 20px 14px 0px; }
  .screen__title {
    margin-bottom: 20px; font-size: 8px; padding: 2px}
.screen__list {padding: 0 2px}}

@media screen and (max-width: 425px) {
  .screen {
    max-width: calc(100% - 50px); } }

@media screen and (max-width: 410px) {
  .screen__list {
    width: auto; } }

.welcom {
  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; }
  @media all and (min-width: 901px) and (max-width: 1120px) {
    .welcom {
      max-width: 830px;
      margin: 0 auto;
      padding: 30px 0 0; } }
  @media all and (min-width: 1121px) {
    .welcom {
      max-width: 998px;
      margin: 0 auto;
      padding: 30px 0 0; } }
  .welcom__title {
    position: absolute;
    top: 710px;
    right: 0; }
    .welcom__title > .pixel-text-show {
      display: block;
      color: #2523F8;
      font-size: 36px;
      line-height: 1.11;
      padding: 20px 30px;
      background: #f3e132;
      border: 3px solid #2523f8;
      -webkit-box-shadow: -17px 17px 0 #2523f8;
      box-shadow: -17px 17px 0 #2523f8;
      margin-right: 110px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 3; }
      .welcom__title > .pixel-text-show::before {
        content: "";
        display: block;
        width: 26px;
        height: 30px;
        position: absolute;
        top: -3px;
        right: -26px;
        background-image: url("data:image/svg+xml,%3Csvg width='26' height='30' viewBox='0 0 26 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H26V18H15V30H0V0Z' fill='%232523F8'/%3E%3Cpath d='M0 3H23V15H12V27H0V3Z' fill='%23F3E132'/%3E%3C/svg%3E");
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated; }
    .welcom__title::after {
      content: "";
      display: block;
      width: 250px;
      height: 365px;
      position: absolute;
      bottom: 37px;
      right: 0;
      background-image: url("../img/welcom/hero.png");
      background-size: cover;
      background-position: center left;
      z-index: 1; }

.welcom__link {
  width: 60px;
  height: 138px;
  margin: 35px auto 0;
  position: relative; }
  .welcom__link::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAHCAYAAADnCQYGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA4SURBVHgB5ZCxDQBACALZ5fP7r2ensTOGoL1U4ikF+M8cRLlXDJP6UfWKrYPZk2LrYOb7fLwaxQJm5D7lL87SvAAAAABJRU5ErkJggg==");
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    -webkit-animation-name: welcom__link;
    animation-name: welcom__link;
    -webkit-animation-duration: 2800ms;
    animation-duration: 2800ms;
    -webkit-animation-timing-function: steps(1, end);
    animation-timing-function: steps(1, end);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms; }

@-webkit-keyframes welcom__link {
  0% {
    background-position: 0 0; }
  16.6% {
    background-position: -60px 0; }
  33.2% {
    -webkit-transform: translateY(26px);
    transform: translateY(26px); }
  49.8% {
    -webkit-transform: translateY(52px);
    transform: translateY(52px); }
  66.4% {
    -webkit-transform: translateY(78px);
    transform: translateY(78px); }
  83% {
    background-position: -120px 0; } }

@keyframes welcom__link {
  0% {
    background-position: 0 0; }
  16.6% {
    background-position: -60px 0; }
  33.2% {
    -webkit-transform: translateY(26px);
    transform: translateY(26px); }
  49.8% {
    -webkit-transform: translateY(52px);
    transform: translateY(52px); }
  66.4% {
    -webkit-transform: translateY(78px);
    transform: translateY(78px); }
  83% {
    background-position: -120px 0; } }

@media screen and (max-width: 1560px) {
  .welcom__title {
    top: 660px; }
  .welcom__title::after {
    width: 128px;
    height: 186px;
    bottom: 59px; }
  .welcom__title > .pixel-text-show {
    margin-right: 60px; }
  .welcom {
    padding: 0; }
  .welcom__title.pixel-text {
    z-index: 2; } }

@media screen and (max-height: 920px) {
  .welcom__link {
    margin-top: -10px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  .welcom__title {
    top: 552px; } }

@media screen and (max-width: 810px) {
  .welcom {
    padding-top: 90px; } }

@media screen and (max-width: 768px) {
  .quickly__decoration-x1,
  .quickly__decoration-x2,
  .quickly__decoration-x3,
  .quickly__decoration-coin1,
  .quickly__decoration-coin2 {
    display: none; }
  .welcom__title {
    top: 455px; }
  .welcom {
    padding: 110px 0 0px; }
  .welcom__link {
    margin: 5px auto 0; }
  .welcom__title > .pixel-text-show {
    font-size: 24px;
    padding: 10px 20px;
    margin-right: 90px;
    -webkit-box-shadow: -8px 8px 0 #2523f8;
    box-shadow: -8px 8px 0 #2523f8; }
  .welcom__title::after {
    bottom: 10px; }
  .welcom__link {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

.card {
  background-color: #FC5B80;
  border: 4px solid #2523F8;
  position: relative; }
  @media all and (max-width: 768px) {
    .card {
      padding: 43px 28px 35px 28px; } }
  @media all and (min-width: 769px) and (max-width: 900px) {
    .card {
      padding: 47px 28px 35px 28px; } }
  @media all and (min-width: 901px) and (max-width: 1120px) {
    .card {
      padding: 57px 28px 35px 28px; } }
  @media all and (min-width: 1121px) {
    .card {
      padding: 67px 28px 35px 28px; } }
  .card::before {
    content: "";
    display: block;
    background-image: url("../img/brand/line.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #F3E132;
    border-bottom: 4px solid #2523F8;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    @media all and (max-width: 768px) {
      .card::before {
        height: 32px; } }
    @media all and (min-width: 769px) and (max-width: 900px) {
      .card::before {
        height: 36px; } }
    @media all and (min-width: 901px) and (max-width: 1120px) {
      .card::before {
        height: 46px; } }
    @media all and (min-width: 1121px) {
      .card::before {
        height: 56px; } }
  .card__info {
    height: 0;
    overflow: hidden;
    max-width: 710px;
    margin: 0 auto; }
    .card__info-show {
      height: auto;
      max-height: 1000px; }
  .card__title {
    color: #FFF;
    margin-bottom: 19px; }
  .card__frame {
    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;
    background-color: #FFF;
    border: 4px solid #2523F8;
    max-width: 580px;
    margin: 0 auto 18px; }
  .card__img {
    display: block;
    padding: 16px 20px; }
    .card__img img {
      display: block; }
  .card__text {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    line-height: 1.24;
    text-align: center;
    color: #FFF;
    line-height: 1.25; }
    @media all and (max-width: 768px) {
      .card__text {
        font-size: 16px; } }
    @media all and (min-width: 769px) and (max-width: 900px) {
      .card__text {
        font-size: 18px; } }
    @media all and (min-width: 901px) and (max-width: 1120px) {
      .card__text {
        font-size: 20px; } }
    @media all and (min-width: 1121px) {
      .card__text {
        font-size: 24px; } }
  .card__btn {
    margin: 23px auto 0;
    position: relative;
    max-width: 454px; }
    .card__btn::before, .card__btn::after {
      content: "";
      width: 17px;
      height: 4px;
      background-color: #F3E132;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 250ms ease-in-out transform;
      transition: 250ms ease-in-out transform;
      right: 16px; }
    .card__btn:hover::before {
      -webkit-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg);
      background-color: #fff; }
    .card__btn:hover::after {
      -webkit-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
      background-color: #fff; }
    .card__btn::after {
      -webkit-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
    .card__btn-show::after {
      -webkit-transform: translateY(-50%) rotate(0);
      transform: translateY(-50%) rotate(0); }
    .card__btn-show:hover::before {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .card__btn-show:hover::after {
      -webkit-transform: translateY(-50%) rotate(0);
      transform: translateY(-50%) rotate(0); }

@media screen and (max-width: 1440px) {
  .card::before {
    height: 40px; }
  .card__text {
    font-size: 20px; } }

@media screen and (max-width: 768px) {
  .card__text {
    font-size: 16px; } }

@media screen and (max-width: 1440px) {
  .footer::before,
  .trainer::after,
  .russia::after,
  .screen__lists::after,
  .quickly::after,
  .brand::before {
    height: 214px;
    -webkit-mask-size: 680px;
    mask-size: 680px; } }

@media screen and (max-width: 768px) {
  .footer::before,
  .trainer::after,
  .russia::after,
  .screen__lists::after,
  .quickly::after,
  .brand::before {
    height: 110px;
    -webkit-mask-size: 360px;
    mask-size: 360px; } }

@media screen and (max-height: 720px) and (max-width: 768px) {
  .header {
    padding: 6px 0; }
  .quickly__title {
    font-size: 42px;
    text-shadow: 0px 3px 0px #ffffff;
    margin-bottom: 10px; }
  .quickly__red::before {
    width: 34px;
    height: 34px;
    top: 57%;
    left: -37px; }
  .quickly__screen {
    margin-top: 12px; }
  .welcom__title {
    top: 400px; }
  .welcom__title > .pixel-text-show {
    margin-right: 90px; }
  .welcom__title::after {
    bottom: 0px; }
  .welcom {
    padding: 60px 0 0px; }
  .welcom__link {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); } }

/*# sourceMappingURL=maps/main.css.map */
