.notifications-container{max-height:100vh;max-width:320px;pointer-events:none;position:fixed;width:100%;z-index:9999}.notifications-container.notify-is-x-center{left:50%;transform:translateX(-50%)}.notifications-container.notify-is-y-center{top:50%;transform:translateY(-50%)}.notifications-container.notify-is-center{left:50%;top:50%;transform:translate(-50%, -50%)}.notifications-container.notify-is-left{left:0}.notifications-container.notify-is-right{right:0}.notifications-container.notify-is-top{top:0}.notifications-container.notify-is-bottom{bottom:0}.notifications-container.notify-is-x-center.notify-is-top{top:var(--distance)}.notifications-container.notify-is-x-center.notify-is-bottom{bottom:var(--distance)}.notifications-container>*{pointer-events:auto}.notify{--notify-error: rgb(235, 87, 87);--notify-error-progress: rgb(192, 69, 69);--notify-success: rgb(111, 207, 151);--notify-success-progress: rgb(84, 170, 120);--notify-warning: rgb(242, 201, 76);--notify-warning-progress: rgb(196, 166, 79);--notify-info: rgb(81, 205, 243);--notify-info-progress: rgb(84, 169, 196);--notify-gray: rgb(51, 51, 51);--notify-gray-2: rgb(77, 77, 77);--notify-gray-3: rgb(130, 130, 130);--notify-white: rgb(255, 255, 255);--notify-white-2: rgba(255, 255, 255, 0.8);--notify-padding: 0.75rem;--notify-icon-size: 32px;--notify-close-icon-size: 16px;align-items:center;border-radius:6px;box-sizing:border-box;display:flex;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;overflow:hidden;padding:var(--notify-padding);position:relative;text-decoration:none;transition-timing-function:ease;width:100%}.notify__icon{align-items:center;display:flex;flex-shrink:0;height:var(--notify-icon-size);justify-content:center;margin-right:12px;width:var(--notify-icon-size)}.notify__close{align-items:center;cursor:pointer;display:flex;height:var(--notify-close-icon-size);justify-content:center;position:absolute;right:12px;top:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--notify-close-icon-size)}.notify__close *{pointer-events:none}.notify__title{font-size:1rem;font-weight:600;padding-right:calc(var(--notify-padding) + var(--notify-close-icon-size))}.notify__text{font-size:0.875rem;margin-top:0.25rem}.notify--type-1{background-color:#fff;border:1px solid currentColor}.notify--type-1 .notify__close{color:var(--notify-gray-3)}.notify--type-1 .notify__title{color:var(--notify-gray)}.notify--type-1 .notify__text{color:var(--notify-gray-2)}.notify--type-2{color:var(--notify-gray)}.notify--type-3{color:var(--notify-white)}.notify--type-3 .notify__text{color:var(--notify-white-2)}.notify--error.notify--type-1{box-shadow:0 2px 26px rgba(215,0,0,0.1);color:var(--notify-error)}.notify--error.notify--type-2,.notify--error.notify--type-3{background-color:var(--notify-error)}.notify--warning.notify--type-1{box-shadow:0 2px 26px rgba(242,201,76,0.1);color:var(--notify-warning)}.notify--warning.notify--type-2,.notify--warning.notify--type-3{background-color:var(--notify-warning)}.notify--success.notify--type-1{box-shadow:0 2px 26px rgba(82,215,0,0.1);color:var(--notify-success)}.notify--success.notify--type-2,.notify--success.notify--type-3{background-color:var(--notify-success)}.notify--info.notify--type-1{box-shadow:0 2px 26px rgba(84,175,202,0.1);color:var(--notify-info)}.notify--info.notify--type-2,.notify--info.notify--type-3{background-color:var(--notify-info)}.notify--fade{opacity:0;will-change:opacity}.notify--fadeIn{opacity:1}.notify--slide{opacity:0;will-change:opacity, transform}.notify-is-center .notify--slide,.notify-is-y-center .notify--slide,.notify-is-x-center:not(.notify-is-bottom) .notify--slide{transform:translateY(-20px)}.notify-is-x-center.notify-is-bottom .notify--slide{transform:translateY(20px)}.notify-is-right .notify--slide{transform:translateX(calc(var(--distance) + 110%))}.notify-is-left .notify--slide{transform:translateX(calc((var(--distance) * -1) - 110%))}.notify-is-x-center:not(.notify-is-bottom) .notify--slideIn,.notify-is-center .notify--slideIn,.notify-is-y-center .notify--slideIn,.notify-is-x-center.notify-is-bottom .notify--slideIn{opacity:1;transform:translateY(0)}.notify-is-right .notify--slideIn,.notify-is-left .notify--slideIn{opacity:1;transform:translateX(0)}.notify-is-left .notify{left:var(--distance)}.notify-is-right .notify{right:var(--distance)}.notify-is-top .notify,.notify-is-center .notify,.notify-is-y-center .notify,.notify-is-x-center.notify-is-top .notify{margin-top:var(--gap)}.notify-is-bottom .notify,.notify-is-x-center:not(.notify-is-top) .notify{margin-bottom:var(--gap)}.notify.notify-autoclose{--progress-height: 5px;padding-bottom:calc(var(--notify-padding) + var(--progress-height))}.notify.notify-autoclose::before{animation:progress calc(var(--timeout) * 1ms) linear forwards;bottom:0;content:'';height:var(--progress-height);left:0;position:absolute;transform:scale3d(1, 1, 1);transform-origin:left;width:100%}@keyframes progress{to{transform:scale3d(0, 1, 1)}}.notify.notify-autoclose.notify--error::before{background-color:var(--notify-error-progress)}.notify.notify-autoclose.notify--warning::before{background-color:var(--notify-warning-progress)}.notify.notify-autoclose.notify--success::before{background-color:var(--notify-success-progress)}.notify.notify-autoclose.notify--info::before{background-color:var(--notify-info-progress)}/* 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
 * ========================================================================== *//**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */h1 {
  font-size: 2em;
  margin: 0.67em 0;
}/* Grouping content
 * ========================================================================== *//**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/* Text-level semantics
 * ========================================================================== *//**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */b,
strong {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/**
 * Add the correct font size in all browsers.
 */small {
  font-size: 80%;
}/* Embedded content
 * ========================================================================== *//* Forms
 * ========================================================================== *//**
 * Remove the margin on controls in Safari.
 */button,
input,
select {
  margin: 0;
}/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */button {
  text-transform: none; /* 2 */
}/**
 * Correct the inability to style buttons in iOS and Safari.
 */button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}/**
 * Correct the padding in Firefox.
 */fieldset {
  padding: 0.35em 0.75em 0.625em;
}/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */progress {
  vertical-align: baseline; /* 2 */
}/**
 * Remove the inheritance of text transform in Firefox.
 */select {
  text-transform: none;
}/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */textarea {
  margin: 0; /* 1 */
}/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */:-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Remove the additional :invalid styles in Firefox.
 */:-moz-ui-invalid {
  box-shadow: none;
}/* Interactive
 * ========================================================================== *//*
 * Add the correct display in Edge 18- and IE.
 */details {
  display: block;
}/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}dialog:not([open]) {
  display: none;
}/*
 * Add the correct display in all browsers.
 */summary {
  display: list-item;
}/* Scripting
 * ========================================================================== *//* User interaction
 * ========================================================================== */.share{display:flex;margin:0}.share__item{width:30px;height:30px;margin:0;padding:0;border:0;border-radius:0;outline:0;background:rgba(0,0,0,0);cursor:pointer}.share__item svg{width:70%;height:70%;vertical-align:top;fill:currentColor}.share__item--all{display:none}.share__item--show{display:inline-block}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:initial;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}[dir="ltr"] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}[dir="rtl"] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-right:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-top:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-theme-color);border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:8px;bottom:var(--swiper-pagination-bottom, 8px);top:auto;top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:8px;width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:8px;height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:#000;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:0.2;opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:1;opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-theme-color);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:8px;right:var(--swiper-pagination-right, 8px);left:auto;left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:rgba(0, 0, 0, 0.25);background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}@font-face{font-family:"MTS Sans";src:url(fonts/MTSSans-Regular.woff2) format("woff2"),url(fonts/MTSSans-Regular.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"MTS Sans";src:url(fonts/MTSSans-Medium.woff2) format("woff2"),url(fonts/MTSSans-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"MTS Sans";src:url(fonts/MTSSans-Bold.woff2) format("woff2"),url(fonts/MTSSans-Bold.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"MTS Sans";src:url(fonts/MTSSans-UltraWide.woff2) format("woff2"),url(fonts/MTSSans-UltraWide.woff) format("woff");font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:"MTS Wide";src:url(fonts/MTSWide-Regular.woff2) format("woff2"),url(fonts/MTSWide-Regular.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"MTS Wide";src:url(fonts/MTSWide-Medium.woff2) format("woff2"),url(fonts/MTSWide-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"MTS Wide";src:url(fonts/MTSWide-Regular.woff2) format("woff2"),url(fonts/MTSWide-Regular.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"MTS Wide";src:url(fonts/MTSWide-Black.woff2) format("woff2"),url(fonts/MTSWide-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"MTS Wide";src:url(fonts/MTSWide-Bold.woff2) format("woff2"),url(fonts/MTSWide-Bold.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"MTS Wide";src:url(fonts/MTSWide-Light.woff2) format("woff2"),url(fonts/MTSWide-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"MTS Compact";src:url(fonts/MTSCompact-Black.woff2) format("woff2"),url(fonts/MTSCompact-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"MTS Compact";src:url(fonts/MTSCompact-Bold.woff2) format("woff2"),url(fonts/MTSCompact-Bold.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"MTS Compact";src:url(fonts/MTSCompact-Medium.woff2) format("woff2"),url(fonts/MTSCompact-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"MTS Compact";src:url(fonts/MTSCompact-Regular.woff2) format("woff2"),url(fonts/MTSCompact-Regular.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}.grid,.grid--static{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2em;gap:2em}.grid--version-2,.grid--static--version-2{grid-gap:3em 2em;gap:3em 2em}.grid--col-2,.grid--static--col-2{grid-template-columns:repeat(2, 1fr)}.grid--col-4,.grid--static--col-4{grid-template-columns:repeat(4, 1fr)}.grid--inline,.grid--static--inline{grid-template-columns:1fr;grid-gap:1em;gap:1em}.section__games-history .grid,.section__games-history .grid--static{margin-bottom:3em}.grid__title,.grid--static__title{margin:0;font-family:"MTS Wide",sans-serif;font-weight:500;font-size:1.5em;color:#fafafa}#servers_grid .grid__title,#servers_grid .grid--static__title{display:none}#servers_grid .grid__title:first-child,#servers_grid .grid__title:nth-of-type(2),#servers_grid .grid--static__title:first-child,#servers_grid .grid--static__title:nth-of-type(2){display:block}#servers_grid .grid__title:nth-of-type(2),#servers_grid .grid--static__title:nth-of-type(2){margin-top:.5em}@media(min-width: 1024px) and (max-width: 1439px){.filter-advanced .grid,.filter-advanced .grid--static{grid-template-columns:repeat(2, 1fr)}.filter-advanced .grid--inline,.filter-advanced .grid--static--inline{grid-template-columns:1fr}.filter-advanced--no-sidebar .grid,.filter-advanced--no-sidebar .grid--static{grid-template-columns:repeat(3, 1fr)}.filter-advanced--no-sidebar .grid--inline,.filter-advanced--no-sidebar .grid--static--inline{grid-template-columns:1fr}.promocodes .grid,.promocodes .grid--static{grid-template-columns:repeat(3, 1fr)}.fog-payment-method .grid,.fog-payment-method .grid--static{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 1023px){.grid,.grid--static{grid-template-columns:1fr;grid-gap:1.5em;gap:1.5em}.fog-payment-method .grid,.fog-payment-method .grid--static{grid-gap:1em;gap:1em}}.banner{display:grid;grid-template-columns:repeat(2, 51%)}.banner--free-hour{margin:1em 0;border-radius:44px;background:rgba(178,219,249,.05);overflow:hidden}@media(max-width: 1023px){.banner{display:flex;flex-direction:column-reverse}}.fog-banner{padding-top:2em !important}@media(max-width: 1023px){.fog-banner{padding-top:3em !important}}.fog-banner__content{display:flex;flex-direction:column;justify-content:center}.banner--free-hour .fog-banner__content{margin:0 2em 1em}.fog-banner__image{position:absolute;top:50%;right:-10%;width:140%;transform:translateY(-50%)}@media(max-width: 1023px){.fog-banner__image{display:none}}.fog-banner__image-block{z-index:-1}.fog-banner--landing-2 .fog-banner__image-block::before{content:"";position:absolute;width:100%;height:100%;background:radial-gradient(48.49% 48.42% at 50%, at 50%, #009ef8 0.01%, #150a22 100%, #0a1222 100%);background:radial-gradient(48.49% 48.42% at 50% 50%, #009ef8 0.01%, #150a22 100%, #0a1222 100%);filter:blur(148.45px)}.banner--free-hour .fog-banner__image-block{top:0;right:0;bottom:0;background:url(images/banner_free-hour.png) no-repeat 50% 50%;background-size:cover}@media(max-width: 1023px){.fog-banner__image .fog-banner--landing,.fog-banner--landing-2 .fog-banner__image{display:block}}.fog-banner--landing-2 .fog-banner__image{width:115%}@media(min-width: 1024px) and (max-width: 1439px){.fog-banner--landing-2 .fog-banner__image{right:0}}@media(max-width: 1023px){.fog-banner__image-landing-block{height:65vw;right:-7%;width:96%}.fog-banner--landing-2 .fog-banner__image-landing-block{width:auto;height:80vw;right:0}}.fog-banner__image-landing-block .fog-banner__image-index-1{width:200%;transform:translateY(-60%)}@media(max-width: 1023px){.fog-banner__image-landing-block .fog-banner__image-index-1{transform:translateY(-40%);width:270%;right:-25%}}.fog-banner__image-servers-block .fog-banner__image-index-1{right:0}.banner__download-client .fog-banner__image-index-1{position:relative;top:0;right:0;width:100%;transform:none}.fog-banner__image-games-block .fog-banner__image-index-2{width:75%;right:16%;top:64%;mix-blend-mode:screen}.fog-banner__image-landing-block .fog-banner__image-index-2{width:90%;right:12%;top:40%;mix-blend-mode:screen}@media(min-width: 1024px) and (max-width: 1439px){.fog-banner__image-landing-block .fog-banner__image-index-2{top:43%}}@media(max-width: 1023px){.fog-banner__image-landing-block .fog-banner__image-index-2{top:68%;width:135%;right:0%}}.fog-banner__image-servers-block .fog-banner__image-index-2{width:70%;right:-8%;mix-blend-mode:screen}.fog-banner__image-games-block .fog-banner__image-index-3{width:65%;top:55%;right:24.5%;mix-blend-mode:screen}.fog-banner__image-landing-block .fog-banner__image-index-3{width:80%;top:35%;right:21.5%;mix-blend-mode:screen}@media(min-width: 1024px) and (max-width: 1439px){.fog-banner__image-landing-block .fog-banner__image-index-3{top:40%}}@media(max-width: 1023px){.fog-banner__image-landing-block .fog-banner__image-index-3{width:110%;top:62%;right:16.5%}}.fog-banner__image--game-poster{width:700px;height:400px;top:100%;box-shadow:0 0 10em 10em rgba(11,20,37,.9764705882),inset 0 0 25px 20px rgba(11,20,37,.9764705882)}@media(min-width: 1024px) and (max-width: 1439px){.fog-banner__image--game-poster{width:600px}}.fog-banner__image-servers-block{position:relative;top:15%}.fog-banner__image-games-block,.fog-banner__image-landing-block{position:relative;top:15%;right:-10%;transform:scale(0.9)}@media(min-width: 1024px) and (max-width: 1439px){.fog-banner__image-games-block,.fog-banner__image-landing-block{height:100%;top:0}.banner--free-hour .fog-banner__image-games-block,.banner--free-hour .fog-banner__image-landing-block{transform:scale(1.1)}}.fog-banner__caption,.fog-banner__caption a{color:#fff;font-size:1.0625em}.banner--free-hour .fog-banner__caption,.banner--free-hour .fog-banner__caption a{display:-webkit-box;margin-bottom:1em;font-size:1em;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;cursor:pointer}.banner--free-hour .fog-banner__caption--opened,.banner--free-hour .fog-banner__caption a--opened{display:inline;margin-bottom:0;cursor:default}@media(min-width: 1024px) and (max-width: 1439px){.fog-banner__caption,.fog-banner__caption a{font-size:.9em}}@media(max-width: 1023px){.fog-banner__caption,.fog-banner__caption a{font-size:.9em}}.banner__download-client .fog-banner__caption,.banner__download-client .fog-banner__caption a{font-size:1.3em}.fog-banner--landing-2 .fog-banner__caption,.fog-banner--landing-2 .fog-banner__caption a{max-width:80%}.fog-banner__title{font-family:"MTS Wide",sans-serif;font-style:normal !important;font-size:1.875em !important;margin-bottom:0}.banner--free-hour .fog-banner__title{font-size:2.5em !important}.fog-banner__title.block-title span:nth-child(1){background:linear-gradient(271.09deg, #dd80fe 45.99%, #349de9 92.13%, #6ac0ff 110.73%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(min-width: 1024px) and (max-width: 1439px){.banner--free-hour .fog-banner__title{font-size:2em !important}}@media(max-width: 1023px){.fog-banner__title{font-size:1.7em !important}}.fog-banner--landing .fog-banner__title,.fog-banner--landing-2 .fog-banner__title{font-weight:700;font-size:2.5em !important;line-height:1.2em}@media(max-width: 1023px){.fog-banner--landing .fog-banner__title,.fog-banner--landing-2 .fog-banner__title{font-size:1.75em !important;line-height:1.2em}}.fog-banner--landing-2 .fog-banner__title{font-size:4em !important;line-height:1.1em}@media(min-width: 1024px) and (max-width: 1439px){.fog-banner--landing-2 .fog-banner__title{font-size:3em !important}}@media(max-width: 1023px){.fog-banner--landing-2 .fog-banner__title{font-size:2.4em !important}}.banner__download-client .fog-banner__title.block-title{font-family:"MTS Wide",sans-serif;font-size:2.6em !important;line-height:1.2em}.banner__download-client .fog-banner__title.block-title span{-webkit-text-fill-color:#fff}.fog-banner__content-footer{display:flex;align-items:center;grid-gap:1.5em;gap:1.5em;color:#fff}.fog-banner__content-footer .button{display:flex;grid-gap:.5em;gap:.5em;margin:0 !important;padding:1em;border-radius:1em !important;text-transform:uppercase;font-size:.8em;font-family:"MTS Wide",sans-serif}.button-wrapper--columns{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -0.5em}.merchant-card .button-wrapper--columns{flex-wrap:nowrap}@media(max-width: 1023px){.merchant-card .button-wrapper--columns{flex-wrap:wrap}}.button-wrapper--columns#controls{justify-content:flex-start}.fog-banner--landing-2 .button-wrapper{display:flex;align-items:center;grid-gap:1em;gap:1em}@media(max-width: 1023px){.fog-banner--landing-2 .button-wrapper{flex-direction:column;grid-gap:.5em;gap:.5em}}.button{display:flex;justify-content:center;align-items:center;padding:.721em 2em;border-radius:.5em !important;border:none;background:linear-gradient(271.69deg, #d761ff -26.23%, rgba(215, 97, 255, 0) 42.08%),linear-gradient(271.64deg, #2958ad 23.76%, #4ba4c8 94.34%),#e30611;box-shadow:inset 0 .0625em .0625em rgba(255,255,255,.3);font-family:"MTS Sans",sans-serif;font-style:normal;font-weight:500;font-size:1.0625em;line-height:1.5em;text-align:center;text-decoration:none;box-sizing:border-box;color:#fff;cursor:pointer;translate:background .3s ease}.card--version-6 .button{border-radius:.8em !important;background:#7f7de9}.card--version-8 .button{font-size:1em;padding:.55em}@media(max-width: 1023px){.dialog__button-wrapper--columns .button{padding:.721em 1em}}.button-wrapper--columns .button{margin:0 .5em;font-size:1em}@media(max-width: 1023px){.button-wrapper--columns .button{width:100%;margin-bottom:1em}}.fog-pay__card-footer .button{width:100%;margin-top:1.5em;display:none}.fog-pay--no-iframe .button{display:block}.button:hover{background:linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),linear-gradient(271.69deg, #d761ff -26.23%, rgba(215, 97, 255, 0) 42.08%),linear-gradient(271.64deg, #2958ad 23.76%, #4ba4c8 94.34%);box-shadow:none}.button:active{background:linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)),linear-gradient(271.69deg, #d761ff -26.23%, rgba(215, 97, 255, 0) 42.08%),linear-gradient(271.64deg, #2958ad 23.76%, #4ba4c8 94.34%);box-shadow:none}.button-secondary{background:rgba(72,153,235,.15);box-shadow:none}.merchant .button{width:100%;font-size:17px;padding:14px 20px}.merchant-list .button{max-width:327px}.fog-banner .button{margin-top:3.125em;min-width:17.2em}@media(max-width: 1023px){.fog-banner .button{display:none}}.fog-banner--landing .button,.fog-banner--landing-2 .button{display:block;width:100%;max-width:350px}@media(max-width: 1023px){.fog-banner--landing .button,.fog-banner--landing-2 .button{max-width:none;font-size:1.063em;line-height:1.25em;padding:.938em}}.fog-banner--landing-2 .button{font-family:"MTS Wide",sans-serif;margin-top:1em;box-shadow:none;text-transform:uppercase;width:16em;min-width:0;font-size:.8em;padding:1.2em 1em;border-radius:1em !important}.fog-banner--landing-2 .button--secondary{background:rgba(127,140,153,.3490196078)}@media(max-width: 1023px){.fog-banner--landing-2 .button{width:100%}}.fog-pay-error .button,.fog-pay-not-booking .button{width:100%;max-width:350px;color:#fff}@media(min-width: 1024px) and (max-width: 1439px){.fog-pay-error .button,.fog-pay-not-booking .button{max-width:none;width:auto}}@media(max-width: 1023px){.fog-pay-error .button,.fog-pay-not-booking .button{max-width:none;width:100%}}@media(max-width: 1023px){.fog-backlog__actions .button{width:100%}}.filters .button{max-width:184px;width:100%;margin:0 1em}@media(max-width: 1023px){.filters .button{max-width:none;max-width:initial;margin-bottom:1em}}.dialog .button{margin-top:1.5em}@media(min-width: 1024px){.filter-advanced__sidebar .button[type=submit]{margin-bottom:1em;background:rgba(72,153,235,.15);box-shadow:none}.filter-advanced__sidebar .button[type=submit]:hover{background:linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),linear-gradient(271.69deg, #d761ff -26.23%, rgba(215, 97, 255, 0) 42.08%),linear-gradient(271.64deg, #2958ad 23.76%, #4ba4c8 94.34%)}.filter-advanced__sidebar .button[type=reset]{background-color:rgba(0,0,0,0);box-shadow:none}.filter-advanced__sidebar .button[type=reset]:hover{background:rgba(72,153,235,.15)}}@media(max-width: 1023px){.filter-advanced__sidebar .button[type=reset]{display:none}}.button:disabled,.button:disabled:hover{background:rgba(127,140,153,.35) !important;color:#626c77;box-shadow:none;cursor:no-drop}.card--version-6 .button:hover,.card--version-6 .button:active{background:#6e6ccc}#review-modal .button,#request-game-modal .button,#request-game-success-modal .button,#recovery-account-modal .button{width:100%}#recovery-account-modal .button{margin:0}#free-hour-guest-modal .button{margin-bottom:1.5em}.button-icon{margin-right:8px}@media(max-width: 1023px){.button-icon{width:6vw}}.button--card{background:#546698;box-shadow:none;font-size:14px !important;padding:.5em 1em !important;font-weight:400}.button--card:hover{background:#3d5693}.button--card img{margin-right:8px;width:auto;max-height:14px}.button--card:disabled img{filter:brightness(0.5)}a.button-secondary{color:#fff !important}#recovery-account-modal a.button-secondary{color:#000 !important}#recovery-account-modal a.button-secondary:hover{color:#fff !important}@media(max-width: 1023px){.fog-pay__card-footer .button{display:flex}}.card{position:relative;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;padding:1.875em;border:.0625em solid rgba(255,255,255,.1);border-radius:.75em;background:rgba(178,219,249,.08);overflow:hidden}.card.card--version-2{padding:1.5em 1.25em}.card.card--version-3{padding:0;border:none;grid-gap:1em;gap:1em;transition:transform .1s ease}.fog-try-choose-a-game__marquee .card.card--version-3{width:292px;height:auto}.card.card--version-3:hover{transform:scale(1.05)}.card.card--version-4{grid-gap:0;gap:0;border-radius:1.5em}.fog-try-choose-a-game__marquee .card.card--version-4{width:286px;height:160px}.card.card--version-5{flex-direction:row;grid-gap:1em;gap:1em;min-height:6em;padding:1em 1.875em;border-radius:1.5em;transition:transform .1s ease;overflow:visible;cursor:pointer}.card.card--version-5:hover{transform:scale(1.02)}.card.card--version-6{padding:2em;border-radius:1.5em;border:.1em solid rgba(255,255,255,.1490196078)}.card.card--version-7{grid-gap:.8em;gap:.8em;border-radius:1.5em;padding:0;border:none;transition:transform .1s ease}.card.card--version-7:hover{transform:scale(1.05)}.card.card--version-8{flex-direction:row;width:32em;align-items:center}.card.card--version-8:hover{transform:none}.card--nav-article{align-self:flex-start;position:sticky;top:9em;width:25em;margin-top:2em;padding:1.5em 1em !important;max-height:70vh}.card--nav-article:hover{transform:none !important}.card--payment-method{flex-direction:row;grid-gap:0 !important;gap:0 !important;padding:1.5em !important;border-radius:1.5em;height:100%;max-height:10em;border:1px solid rgba(255,255,255,.1) !important;cursor:pointer}.card--payment-method--selected{outline:4px solid rgba(255,255,255,.5);cursor:default}.card--payment-method--selected .payment-method__selected{display:inline !important;display:initial !important}@media(max-width: 1023px){.card--payment-method{padding:1em !important;outline-width:.2em}}.filter-advanced__sidebar .card{padding:0;overflow:visible;background:rgba(0,0,0,0);border:none;border-radius:0}.card .payment-method__content{width:100%;display:flex;flex-direction:column;grid-gap:3em;gap:3em;align-items:flex-start;justify-content:space-between}.card .payment-method__logo{max-height:2em}.card .payment-method__description{width:100%;display:flex;justify-content:space-between;align-items:center;grid-gap:1em;gap:1em}.card .payment-method__selected{display:none;font-family:"MTS Wide",sans-serif;color:#fff}.card .payment-method__number{font-family:"MTS Wide",sans-serif;font-size:1.5em;font-weight:500;color:#fff}.card .payment-method__close{position:absolute;top:0;right:0;width:1.3em;padding:1em;z-index:2;cursor:pointer}.card .payment-method__close:hover{opacity:.8}@media(max-width: 1023px){.card .payment-method__content{flex-direction:row;align-items:center;grid-gap:1em;gap:1em}.card .payment-method__logo{max-height:1em;max-width:2em}.card .payment-method__description{justify-content:flex-start}.card .payment-method__number{font-size:.9em}.card .payment-method__selected{font-size:.9em}.card .payment-method__close{width:1em}}.card.payment-method--add{min-height:10em}.card.payment-method--add .payment-method__content{width:100%;grid-gap:1em;gap:1em;align-items:center;justify-content:center}.card.payment-method--add .payment-method__logo{max-height:none}.card.payment-method--add .payment-method__number{text-transform:uppercase;font-size:1.2em;text-align:center}@media(max-width: 1023px){.card.payment-method--add{min-height:auto}.card.payment-method--add .payment-method__content{justify-content:start;grid-gap:1em;gap:1em}.card.payment-method--add .payment-method__logo{max-height:1em}.card.payment-method--add .payment-method__number{font-size:.9em}}.section__game-info .card{padding:1.5em;font-size:1em;color:#fff}.card__game-description{height:100%}.card-inside{display:none;position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#152031;z-index:1}.card-inside--show{display:flex}.card__header{position:relative;display:flex;justify-content:space-between;align-items:center;margin-bottom:2em}.section__game-info .card__header{margin-bottom:1.5em}.card--promocodes .card__header{justify-content:flex-start;grid-gap:1em;gap:1em}.card-inside .card__header{margin-bottom:1.25em}.card--version-2 .card__header{align-items:flex-start;grid-gap:1em;gap:1em}.card--version-3 .card__header{margin:0;padding-bottom:11em;border:1px solid rgba(255,255,255,.01);border-radius:.75em .75em 0 0;overflow:hidden;background:url(images/no-game-review.svg) center/60% no-repeat,rgba(178,219,249,.08)}.card--version-4 .card__header{border-radius:1.5em;border:none}.card--version-5 .card__header{flex:0 1 30%;grid-gap:1em;gap:1em;margin:0}.card--version-7 .card__header{margin:0;padding-bottom:10em;overflow:hidden;background:rgba(178,219,249,.08)}.card--version-8 .card__header{width:100%;border-top-right-radius:0;border-bottom-right-radius:0}.card__header button{padding:0;font-size:.8em;background:rgba(0,0,0,0);border:none;color:#fff;cursor:pointer}@media(min-width: 1024px) and (max-width: 1439px){.card--promocodes .card__header{grid-gap:.5em;gap:.5em}}.card__body{display:flex;flex-direction:column;justify-content:flex-end;height:100%;margin-bottom:1.25em;overflow:hidden}.card__body-scroll{flex:1 1;overflow-y:auto}.section__game-info .card__body{margin-bottom:0;justify-content:flex-start}.card--promocodes .card__body{font-size:1.1em;margin-bottom:0}.card-inside .card__body{justify-content:flex-start}.card--version-2 .card__body{margin-bottom:.5em}.card--version-3 .card__body,.card--version-7 .card__body{margin:0 .7em}.card--version-5 .card__body{flex:1 1;flex-direction:row;grid-gap:1em;gap:1em;margin:0;align-items:center}.card--version-6 .card__body{flex-direction:row;grid-gap:1em;gap:1em}.card--version-8 .card__body{display:flex;flex-direction:column;grid-gap:1em;gap:1em;width:63%;padding:1em 2em;margin:0}.card--nav-article .card__body{overflow:visible}.filter-advanced__sidebar .card__body{justify-content:flex-start;overflow:visible}.filter-advanced--version-2 .filter-advanced__sidebar .card__body{flex-direction:row;flex-wrap:wrap;grid-gap:1em;gap:1em}@media(max-width: 1023px){.filter-advanced--version-2 .filter-advanced__sidebar .card__body{flex-direction:column}}#servers .card__body{justify-content:space-between}.card--version-3 .card__footer,.card--version-7 .card__footer{display:flex;justify-content:space-between;margin:0 .7em;grid-gap:1em;gap:1em}.card__footer .button{width:100%}.card--version-5 .card__footer .button{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;z-index:1}.card--nav-article .card__footer{overflow-y:auto}.filter-advanced--version-2 .filter-advanced__sidebar .card__footer{display:none}.card__icons{position:absolute;top:0;right:0;left:0;padding:.7em;display:flex;grid-gap:.5em;gap:.5em}.card__icons__item{padding:.3em .5em;border-radius:.4em;background:#fff;box-shadow:1px 1px 20px 0 rgba(0,0,0,.2);z-index:2}.card--version-4 .card__icons__item{box-shadow:rgba(0,0,0,.2);background:rgba(255,255,255,.1);border-radius:.8em}.card__icons__item img{width:1.9em !important}.card__icon{position:absolute;left:-7%;width:6em !important;height:auto !important;margin-right:.625em}.card__icon--promocode{position:static;width:3em !important;margin:0}.card-inside .card__icon{left:0;width:auto !important;cursor:pointer}.filter-advanced__sidebar .card__icon{left:0;width:1.3em !important;cursor:pointer}.card--version-3 .card__icon,.card--version-7 .card__icon{width:100% !important;height:100% !important;margin:0;top:0;right:0;left:0;bottom:0;-o-object-fit:cover;object-fit:cover}.card--version-5 .card__icon{display:none}.card--version-6 .card__icon{position:static;width:6em !important;margin:0;align-self:flex-start}.card--version-2 .card__icon{position:static;left:0;width:auto !important;margin:0}.grid--inline .card--version-2 .card__icon{align-self:center}@media(min-width: 1024px) and (max-width: 1439px){.card__icon{left:-8%;width:5em !important}.card__icon--promocode{width:3em !important}.card--version-2 .card__icon{left:0;width:auto !important}}@media(max-width: 1023px){.card__icon{left:-2em}.card--version-2 .card__icon{left:0;width:3em !important}}.card__icon--save{width:1.7em;margin-right:0;top:calc(50% - 2em);left:-3%}@media(min-width: 1024px) and (max-width: 1439px){.card__icon--save{width:1.3em}}@media(max-width: 1023px){.card__icon--save{top:-1em;left:-1em}}.card__title{flex:1 1;margin:0;margin-left:3em;font-family:"MTS Wide",sans-serif;font-weight:500;font-size:1.375em;line-height:1.1;text-transform:uppercase;word-wrap:anywhere;color:#fff;opacity:.9}.section__game-info .card__title{font-size:1.5em;margin:0}.card--promocodes .card__title{margin:0;font-size:1.3em}.card-inside .card__title{margin:0 1.5em;text-align:center;text-transform:none;font-size:1.25em;color:#698ba4}.card--version-2 .card__title{margin:0;font-size:1em}.card--version-3 .card__title{margin:0;font-size:1.125em;line-height:1.3em;text-transform:none}.card--version-5 .card__title{flex:0 1 auto;font-size:1em;font-weight:400;margin:0;white-space:nowrap}.card--version-5 .card__title span{text-transform:none;text-transform:initial;display:block}.card--version-6 .card__title{margin-left:0;font-size:1.3em}@media(max-width: 1023px){.card--version-6 .card__title{font-size:1.2em}}.card--version-7 .card__title{margin:0;font-family:"MTS Wide",sans-serif;font-size:1.2em;font-weight:500;text-transform:none;color:#fafafa;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card--version-8 .card__title{font-size:1em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card--nav-article .card__title{color:#fafafa;font-family:"MTS Sans",sans-serif;font-size:1.5em;font-weight:500}.filter-advanced__sidebar .card__title{font-family:"MTS Sans",sans-serif;font-weight:normal;text-transform:none;text-transform:initial;color:#fff;opacity:1;margin-left:1.5em;line-height:normal;font-size:1.3em}@media(min-width: 1024px) and (max-width: 1439px){.card__title{font-size:1.2em}}@media(max-width: 1023px){.card__title{font-size:1.0625em}}.card--promocodes .card__subtitle{margin:0;margin-top:.2em;color:#fff;font-family:"MTS Wide",sans-serif}.card__date{font-family:"MTS Compact",sans-serif;display:flex;align-items:center;grid-gap:.3em;gap:.3em;font-size:.9em;color:#969fa8;line-height:1em}.card__date__icon{width:1em;height:auto;margin-top:.2em}.card__price{margin-top:.625em;font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:400;font-size:1.625em;line-height:1.75em;color:#fff;opacity:.9}.card--version-2 .card__price{margin-top:1em;font-size:1.5em}.card--version-3 .card__price{margin:0;font-size:1.5em;line-height:1.2}.card--version-5 .card__price{margin:0;font-size:1.35em;font-weight:500;white-space:nowrap}.card--version-6 .card__price{font-weight:500;font-size:1.5em}.card--version-8 .card__price{font-size:1.4em}.card__price--discount{display:flex;grid-gap:.5em;gap:.5em}.card--version-5 .card__price--discount{flex-direction:column-reverse;grid-gap:0;gap:0;line-height:1em}.card__price-value--before{font-size:.8em;text-decoration:line-through;color:rgba(255,255,255,.5)}.card__price-value--after{color:#dd7ffe;font-size:1.2em}@media(min-width: 1024px) and (max-width: 1439px){.card__price{font-size:1.25em}}@media(max-width: 1023px){.card__price{font-size:1.25em}.card--version-2 .card__price{margin-top:0}}.card__system{flex:1 0 auto;margin:0;margin-bottom:1.875em;padding:0;font-size:1em;line-height:1.6875em;list-style:none}.card--promocodes .card__system{margin-bottom:0}.card--version-5 .card__system{flex:1 1;margin:0;order:-1;display:none}.grid--characteristics .card--version-5 .card__system{display:block}.card__system__title{color:#7297b1;opacity:.9}.card__system__value{color:#fff}.card__system__item{margin-bottom:.3em}@media(min-width: 1024px) and (max-width: 1439px){.card__system{font-size:.9em}}.card-games-list{padding:0;margin:0;list-style:none;color:#fff}.card-games-list__group{position:sticky;top:0;margin:0;font-weight:700;text-transform:uppercase;color:#45b6fc;background:#152031}.card-games-list--grouped li{margin-bottom:.4em !important}.card-games-list li{margin-bottom:.7em}.card-games-list li .card--version-2-icon{position:relative;top:.5em;width:1.9em;filter:brightness(2) grayscale(1)}.card-games-list li .card-games-icon{width:1.5em;margin-bottom:-0.4em}.card-games-list li .card-games-icon--account{width:1.3em}.card__save-support{display:flex;margin-top:1em;align-items:center}.card-inside .card__save-support{color:#fff;filter:brightness(2) grayscale(1)}.card--version-2 .card__save-support{position:absolute;margin:0;z-index:2}.card__save-icon{margin-right:.3em}.card__save-icon img{display:block;width:1.7em !important;height:auto !important}.card--version-2 .card__save-icon img{width:1.4em !important;height:auto !important}.card--version-3 .card__save-icon{margin:0}.card--version-4 .card__save-icon img{filter:invert(1) contrast(10)}.grid--inline .card--version-2 .card__save-icon img{width:1.7em !important;height:auto !important}.card-inside .card__save-text{font-size:.8em}.card--version-2 .card__save-text{font-size:.8em}.card__power{flex:0 1 40%;text-align:center;color:#fff}.card__power-value{font-weight:700}.card__power--high .card__power-value{color:#74df8b}.card__power--medium .card__power-value{color:#fad67d}.grid--characteristics .card__power{display:none}.card__description{color:#fff}.card__links{margin:1em 0 0;padding:0 0 0 1em;list-style:none}.card__links__item{display:inline-block;position:relative;font-size:1.3em;line-height:1.2em;text-decoration:none;color:#fafafa}.card__links__item--active{font-weight:bold}.card__links__item--active::before{content:"";position:absolute;display:block;top:0;left:-0.8em;bottom:0;width:.2em;background:#45b6fc}.card__links__item:hover{text-decoration:underline}.card__links__item-container{margin-bottom:1em}.card__list{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em;margin:0;padding:0;list-style:none}.card__tabs{display:flex;grid-gap:1em;gap:1em;margin:0;margin-bottom:1.5em;padding:0;list-style:none}.card__tabs-item{text-transform:uppercase;font-family:"MTS Wide",sans-serif;color:rgba(255,255,255,.2);cursor:pointer}.card__tabs-item--active{color:#fff;cursor:default}.card__tabs-content{display:none}.card__tabs-content--active{display:block}.card .stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}@media(min-width: 1024px){.games .grid--inline .card{flex-direction:row;overflow:visible;padding:1em}.games .grid--inline .card.card--version-2{padding:1em 1.25em;align-items:center;grid-gap:2em;gap:2em}.filter-advanced--no-sidebar .games .grid--inline .card{padding-left:2em}.filter-advanced__sidebar .card__header{display:none}.grid--inline .card--version-2 .card__header{align-items:center}.games .grid--inline .card__header{flex:1 1;margin-bottom:0}.filter-advanced__sidebar .card__body{margin-bottom:0}.games .grid--inline .card__body{flex-direction:row;flex-wrap:wrap;align-content:center;margin:0 2em;flex:0 1 33%}.grid--inline .card--version-2 .card__body{margin:0}.games .grid--inline .card__footer{display:flex;align-items:center}.grid--inline .card--version-2 .card__footer{max-width:184px;flex:1 1}.games .grid--inline .card__title{font-size:1.2em}.grid--inline .card--version-2 .card__title{font-size:1.13em}.games .grid--inline .card__price{margin:0;font-size:1.2em}.grid--inline .card--version-2 .card__price{font-size:1.3em}.games .grid--inline .card__save-support{align-items:center;margin:0 .5em}.games .grid--inline .card__save-icon{margin:0}.games .grid--inline .card__save-text{display:none}}@media(min-width: 1024px) and (max-width: 1439px){.games .grid--inline .card__header{flex-basis:50%}.games .grid--inline .card__price{line-height:normal}.grid--inline .card--version-2 .card__body{flex:1 0 auto}.card__power{flex:1 1}}@media(max-width: 1023px){.filter-advanced__sidebar .card{height:calc(100vh - 15vw);padding:1em 5vw 2em;overflow:hidden}.fog-try-choose-a-game__marquee .card.card--version-3{display:none;justify-content:flex-start;width:47.5%;height:auto;grid-gap:.5em;gap:.5em;background:none}.fog-try-choose-a-game__marquee .card.card--version-3:nth-child(1),.fog-try-choose-a-game__marquee .card.card--version-3:nth-child(2),.fog-try-choose-a-game__marquee .card.card--version-3:nth-child(3),.fog-try-choose-a-game__marquee .card.card--version-3:nth-child(4){display:inherit}.card.card--version-5{flex-direction:column}.card.card--version-8{flex-direction:column;width:100%}.card.card--nav-article{position:static;width:auto;margin:0 -1.5em 0 -1.5em}.card--version-5 .card__header{flex:auto}.card--version-5 .card__header span{display:inline}.card--version-8 .card__header{border-top-right-radius:inherit;border-bottom-left-radius:0}.card--version-3 .card__header{padding-bottom:12.5em}.fog-try-choose-a-game__marquee .card--version-3 .card__header{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.filter-advanced__sidebar .card__body{overflow:auto}.card--version-5 .card__body{flex:auto;flex-wrap:wrap}.card--version-8 .card__body{width:-webkit-fill-available;padding:1em .7em}.fog-try-choose-a-game__marquee .card--version-3 .card__body{margin:0;height:auto}.card--version-6 .card__icon{width:3.9em !important}.fog-try-choose-a-game__marquee .card--version-3 .card__title{font-size:.9em}.fog-try-choose-a-game__marquee .card--version-3 .card__footer{margin:0}.card--version-5 .card__price{margin:0 auto}.fog-try-choose-a-game__marquee .card--version-3 .card__price{font-size:1.1em}.card--version-5 .card__system{flex:1 0 100%}.card__power{flex:auto;text-align:left}}.review{display:flex;align-items:center;font-style:normal;font-weight:500}.card--version-3 .review{grid-gap:.625em;gap:.625em}.review__icon{width:1.2em !important;height:auto !important}.review__value{font-family:"MTS Text",sans-serif;font-size:1.25em;line-height:1.125em}.review__value--current{color:#f5e13f}.review__value,.review__link{color:rgba(114,151,177,.4);opacity:.9}.review__icon,.review__value{margin-right:.625em}.card--version-3 .review__icon,.card--version-3 .review__value{margin-right:0}.review__link{font-family:"MTS Sans",sans-serif;font-size:.75em;line-height:1.6875em;text-decoration:none}@media(max-width: 1023px){.fog-try-choose-a-game__marquee .card--version-3 .review{display:none}}.rating{display:flex;align-items:baseline}.merchant-list .rating{margin-bottom:10px}.merchant-computer .rating{margin-top:10px}#review-modal .rating{width:300px;margin:0 auto}@media(max-width: 1023px){#review-modal .rating{width:240px}}.rating__value{margin-right:.625em;font-family:"MTS Text",sans-serif;font-style:normal;font-weight:500;font-size:1.125em;line-height:1.125em;color:#f5e13f;opacity:.9}.rating__stars{display:flex;align-items:center;margin:0;padding:0;list-style:none}.rating__star{margin:0 .125em}.rating__star img{display:block;max-width:100%;width:1em;height:auto}.rating__label{display:block;width:2.5em;height:2.5em;padding:.6em .7em;background-image:url(images/empty.svg);background-position:center;background-repeat:no-repeat;cursor:pointer}.merchant-table .rating__label,.merchant-list .rating__label{width:1em;height:1.1em;background-size:contain}.merchant-table .rating__label{padding:0 .3em}.merchant-list .rating__label{padding:0 .75em}.rating:hover .rating__label,.rating__input:checked~.rating__label{background-image:url(images/full.svg)}.rating__label:hover~.rating__label,.rating:not(:hover)>.rating__input:nth-of-type(5):checked~.rating__label:nth-of-type(5)~.rating__label,.rating:not(:hover)>.rating__input:nth-of-type(4):checked~.rating__label:nth-of-type(4)~.rating__label,.rating:not(:hover)>.rating__input:nth-of-type(3):checked~.rating__label:nth-of-type(3)~.rating__label,.rating:not(:hover)>.rating__input:nth-of-type(2):checked~.rating__label:nth-of-type(2)~.rating__label,.rating:not(:hover)>.rating__input:nth-of-type(1):checked~.rating__label:nth-of-type(1)~.rating__label{background-image:url(images/empty.svg)}@media(max-width: 1023px){#review-modal .rating__label{width:1em;height:1em;padding:.5em 1em;background-size:contain}}.rating__input{display:none}.ping{font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:700;text-transform:uppercase}.server-card .ping{display:flex;align-items:center}.card .ping,.computer .ping{text-align:right}.card--version-5 .ping{white-space:nowrap;text-align:left;font-size:1.2em}.ping__title{margin-bottom:.2em;font-size:.625em;line-height:1em;color:#7297b1}.server-card .ping__title{margin-right:1em;margin-bottom:0}.dialog__ping .ping__title{font-size:.9em;margin-right:.5em}.ping__value{font-size:.8em;line-height:1em}.dialog__ping .ping__value{font-size:1.2em}.ping__value_good{color:#12b23f}.ping__value_warn{color:#ff0}.ping__value_bad{color:#eb4a13}@media(min-width: 1024px) and (max-width: 1439px){.ping__value{font-size:.7em}}@media(max-width: 1023px){.ping__value{font-size:.7em}}.ping__value-preloader{width:1em;display:block;margin:0 auto;animation:preloader 1s infinite linear}#free-hour-modal .ping__value-preloader{width:2em;margin:1em auto}@keyframes preloader{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.server-card{display:grid;grid-template-columns:repeat(2, 1fr)}@media(max-width: 1023px){.server-card{grid-template-columns:auto;grid-gap:1em}}.server-card__info{display:flex;flex-direction:column;justify-content:space-between}.server-card__info__header{display:flex;position:relative;margin-bottom:2.5em}.server-card__info__header-info{margin-left:5.625em}.server-card__info__icon{position:absolute;width:9em;top:-40%;left:-6%}@media(min-width: 1024px) and (max-width: 1439px){.server-card__info__icon{left:-9%}}@media(max-width: 1023px){.server-card__info__icon{left:-10%}}.server-card__info__title{margin-bottom:.4em;font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:500;font-size:2.75em;line-height:1em;text-transform:uppercase;color:#fff}.server-card__info__price{margin-top:.5em;font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:400;font-size:2em;line-height:1.75em;color:#fff;opacity:.9}.server-card__info__owner{flex:1 1;font-size:1.0625em;line-height:1.6875em;color:#4a6e87;opacity:.9}.server-card__system{margin:0;padding:0;list-style:none}.server-card__system__item{display:flex;justify-content:space-between;border-bottom:.0625em solid rgba(74,110,135,.35);padding:1.25em 0}.server-card__system__item:last-child{border:none;padding-bottom:0}.server-card__system__title{font-size:1.0625em;line-height:1.6875em;color:#4a6e87;opacity:.9}.server-card__system__value{font-size:1.0625em;line-height:1.6875em;text-align:right;color:#fff;opacity:.9}.tabs{margin-bottom:1em}.tabs--inline-block{display:inline-block}@media(max-width: 1023px){.tabs--inline-block{display:block}}.tabs-sections{margin-bottom:0}@media(max-width: 1023px){.tabs-sections{font-size:.65em}}.tabs--header{flex:1 1;margin-bottom:0}@media(max-width: 1023px){.tabs--header{display:none}}.tabs__list{display:flex;padding:0;margin:0 -1em;list-style:none}.tabs-sections .tabs__list{display:inline-flex;grid-gap:1em;gap:1em;margin:0;padding:.4em;border-radius:.8em;background:#172233}@media(max-width: 1023px){.tabs-sections .tabs__list{background:rgba(178,219,249,.0784313725)}}@media(max-width: 1023px){.tabs__list{margin:0 -1em}.tabs-sections .tabs__list{margin:0}.section__filter .tabs__list{overflow-x:auto;overflow-y:hidden}}.tabs__item{margin:0 1em}.tabs-sections .tabs__item{margin:0;padding:.5em 1em;border-radius:.5em;font-family:"MTS Wide",sans-serif;font-size:1.2em;font-weight:500;color:rgba(255,255,255,.8);cursor:pointer}.tabs-sections .tabs__item:hover{background:rgba(178,219,249,.0392156863)}.tabs-sections .tabs__item--active{background:rgba(178,219,249,.1019607843);color:#fff;cursor:auto;cursor:initial}.tabs-sections .tabs__item--active:hover{background:rgba(178,219,249,.1019607843)}@media(max-width: 1023px){.section__filter .tabs__item{white-space:nowrap}}.tabs__link{position:relative;font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:500;font-size:1.5em;color:#204763;text-transform:uppercase;text-decoration:none;line-height:normal;line-height:initial}.tabs__link--active{color:#fff}@media(max-width: 1023px){.tabs__link--active::after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:#fff}}@media(max-width: 1023px){.tabs__link{font-size:1.7em}}.tabs__save-support{display:flex}.tabs__save-icon{margin-right:.3em}.tabs__save-icon img{width:1.7em}.tabs__title-text{font-family:"MTS Wide",sans-serif;font-weight:500;font-size:1.75em;color:#fff;margin-bottom:0}.tabs__title-subtitle,.tabs__title-subtitle a{color:#adadad;margin:0}.tabs-section:not(.tabs-section--active){display:none}.form-field{position:relative;display:flex;align-items:center;width:100%;margin:0 1em;padding:.8125em 2.5em .8125em .625em;border:.0625em solid rgba(74,110,135,.35);border-color:rgba(74,110,135,.6);background-color:#1a2335;border-radius:.5em;font-size:1.0625em;line-height:1.5em;color:#97b1c9;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}.merchant-list .form-field{margin:0 0 20px}@media(max-width: 1023px){.form-field{width:auto;margin-bottom:1em}}.form-field--active{color:#fff}.form-field--disabled{border-color:rgba(74,110,135,.35);background:rgba(0,0,0,0)}.form-field--disabled,.form-field--disabled input{cursor:no-drop !important}.form-field--error{border:1px solid red}.form-field__error-text{display:none;color:red}.form-field--error>.form-field__error-text,.form-field--error~.form-field__error-text{display:block}.form-field__description{display:none;flex:1 0 100%;margin-top:.5em;font-size:.8em}.form-field__description a{color:#45b6fc}.form-field__checkbox:checked~.form-field__description{display:block}.filter-advanced--version-2 .form-field__group{display:flex}.form-field__group-title{display:inline-flex;grid-gap:.5em;gap:.5em;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-field__group-label{color:#fff;font-size:1em;line-height:normal;cursor:pointer}.filter-advanced .form-field__group-label{font-size:1.25em;font-weight:500}.filter-advanced--version-2 .form-field__group-label{font-size:1em}.form-field__group-arrow{width:.6em;height:auto;filter:brightness(10);cursor:pointer}.form-field__group--active .form-field__group-arrow{transform:rotate(180deg)}.form-field__group-fields{display:none;margin-top:1em}.form-field__group--active .form-field__group-fields{display:block}.form-field__group .filter-advanced__sidebar-field{margin-bottom:1em}.form-field__custom-checkbox{display:inline-flex;flex-direction:column}.form-field__custom-checkbox-label{display:flex;margin-bottom:.8em;grid-gap:.5em;gap:.5em;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.form-field__custom-checkbox-label:last-child{margin-bottom:0}.form-field__custom-checkbox-box{width:1.3em;border:2px solid rgba(108,191,227,.6);border-radius:6px;background:rgba(108,191,227,.2);opacity:.7}.form-field__checkbox:checked~.form-field__custom-checkbox-box{background:center/0.9em url(images/selected.svg) no-repeat,rgba(108,191,227,.2)}.form-field__custom-checkbox-title{font-size:1em;color:#fff;text-transform:uppercase}.form-field__select{cursor:pointer}.form-field__select--autocomplete{padding-top:0;padding-bottom:0;padding-left:0}.merchant-list .form-field__select{padding:13px;border-width:1px;border-radius:8px}.filter-advanced__header .form-field__select{border:none;background:rgba(0,0,0,0);padding:0;margin-right:0;width:auto;padding-right:2.5em}.filter-advanced__sidebar .form-field__select{margin:1em 0 0;background:rgba(178,219,249,.08)}.merchant-content-filters .form-field__select{margin:0;max-width:20em;font-size:16px}.form-field__select::after{content:"";position:absolute;top:50%;right:.625em;padding:.625em;transform:translateY(-50%);background:center/0.9em url(images/arrow.svg) no-repeat}.merchant-list .form-field__select::after{right:13px;padding:8px;background-size:100%}.form-field__select.form-field--active::after{transform:translateY(-50%) rotate(-180deg)}@media(max-width: 1023px){.form-field__select{display:none;width:100%}.merchant-list .form-field__select,.filters-servers .form-field__select,.filters__options--active .form-field__select,.filter-advanced__header__fields .form-field__select,.filter-advanced__sidebar .form-field__select,.merchant-content-filters .form-field__select{display:flex}.filter-advanced__header__fields .form-field__select{margin:0}}.form-field__select-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.form-field__select--autocomplete .form-field__select-label{width:100%;height:2.8em;margin:0;border:none;outline:none;background:transparent none repeat 0 0 / auto auto padding-box border-box scroll;background:initial;padding:0;padding-left:.64em}.merchant-list .form-field__select-label{font-size:17px;line-height:normal;line-height:initial;color:#fff}.filter-advanced .form-field__select-label{color:#fff;font-size:1em;line-height:normal}.filters-games .form-field__select-label{max-width:300px}@media(min-width: 1024px) and (max-width: 1439px){.filters-games .form-field__select-label{max-width:200px}}@media(max-width: 1023px){.filters-games .form-field__select-label{max-width:75vw}}.filter-advanced__header__fields .form-field__select .form-field__select-label{font-weight:700}.form-field__promocodes{flex:1 0 50%;flex-wrap:wrap;padding:0;max-width:400px;height:3em}.form-field__promocodes.form-field--error,.form-field__promocodes.form-field--error:focus{border-color:#fa8a64 !important}.dialog .form-field__promocodes{margin:0 0 2em;background-color:rgba(98,108,119,.2509803922)}.form-field__promocodes__input{flex:1 1;width:auto;height:100%;padding:.8em .625em;border:0;font-size:1em;line-height:1.5em;color:#97b1c9;text-transform:uppercase;background:rgba(0,0,0,0);box-sizing:border-box;outline:none}.form-field__promocodes__input:focus{color:#fff}.form-field__promocodes__input::-moz-placeholder, .form-field__promocodes__input:focus::-moz-placeholder{color:#97b1c9;text-transform:none;text-transform:initial}.form-field__promocodes__input::placeholder,.form-field__promocodes__input:focus::placeholder{color:#97b1c9;text-transform:none;text-transform:initial}.form-field__promocodes[focus-within]{border-color:#45b6fc}.form-field__promocodes:focus-within{border-color:#45b6fc}@media(max-width: 1023px){.form-field__promocodes{max-width:none}}.form-field__search{flex:1 0 50%;padding:0}.form-field__search input{width:100%;height:100%;padding:.8em 2.5em .8em .625em;border:0;font-size:1.0625em;line-height:1.5em;color:#97b1c9;text-transform:uppercase;background:rgba(0,0,0,0);box-sizing:border-box;outline:none}.dialog .form-field__search input{padding-right:.625em;font-size:1rem;text-transform:none;color:#fff}.form-field__search input:focus{color:#fff}.form-field__search input::-moz-placeholder, .form-field__search input:focus::-moz-placeholder{color:#97b1c9;text-transform:none;text-transform:initial}.form-field__search input::placeholder,.form-field__search input:focus::placeholder{color:#97b1c9;text-transform:none;text-transform:initial}.dialog .form-field__search input::-moz-placeholder, .dialog .form-field__search input:focus::-moz-placeholder{color:#b2dbf9}.dialog .form-field__search input::placeholder,.dialog .form-field__search input:focus::placeholder{color:#b2dbf9}.dialog .form-field__search{margin:0;background:rgba(178,219,249,.15)}@media(max-width: 1023px){.form-field__search{height:13.5vw}}.filter-advanced .form-field__switch{width:auto;border:none;margin:0;padding:0;background:rgba(0,0,0,0)}@media(max-width: 1023px){.filter-advanced--version-2 .form-field__switch{width:100%}}.merchant .form-field__switch{border:none;padding:0;background:rgba(0,0,0,0);margin:0 0 1em;font-size:17px}.form-field__switch-label{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;color:#fff;line-height:normal}.merchant .form-field__switch-label{grid-gap:.5em;gap:.5em}.merchant .form-field__switch-label--revert{flex-direction:row-reverse}.form-field__switch-label-title{flex:1 0}.filter-advanced .form-field__switch-label-title{font-size:1.25em;font-weight:500}.filter-advanced--version-2 .form-field__switch-label-title{font-size:1em}.form-field__switch__switcher{display:flex;align-items:center;justify-content:flex-start;width:2.2em;height:1em;margin-left:.5em;background:rgba(127,140,153,.35);border-radius:1em;padding:.2em;cursor:pointer}.merchant .form-field__switch__switcher{box-sizing:content-box;margin:0}.form-field__switch__switcher-trigger{width:1.1em;height:1.1em;background:#fff;box-shadow:0 0 16px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08);border-radius:1em}.form-field__switch--revert .form-field__switch-label{flex-direction:row-reverse;grid-gap:1.5em;gap:1.5em}.form-field__switch--classic{background:none;border:none;margin:0;padding:0}.form-field__switch--classic .form-field__switch-label{width:auto}.form-field__switch--classic .form-field__switch__switcher{margin:0}.form-field__checkbox:checked~.form-field__switch__switcher{justify-content:flex-end;background:rgba(0,255,83,.5)}.form-field__number{position:relative;display:flex;align-items:center;width:10em;padding:0;border:none;border-radius:10em;overflow:hidden}.form-field__number .form-field{padding:.4em 3em !important;border:none;width:100%;display:block;border-radius:0}.form-field__number .form-field__number__input{box-sizing:border-box;width:100%;border:none;color:#fff;font-family:"MTS Wide",sans-serif;font-size:1.1em;text-align:center;background:none;outline:none}.form-field__number__button{position:absolute;display:flex;align-items:center;justify-content:center;width:1.7em;height:1.7em;border:none;border-radius:100%;text-align:center;font-size:1.5em;color:#fff;background:rgba(178,219,249,.0784313725);z-index:1;cursor:pointer}.form-field__number__button--before{left:0}.form-field__number__button--after{right:0}.form-field__range{display:flex;flex-direction:column;width:99%}.filter-advanced--version-2 .form-field__range{flex-direction:row;flex-wrap:nowrap;grid-gap:1em;gap:1em;align-items:center}.form-field__range-label{color:#fff}.filter-advanced .form-field__range-label{font-size:1.25em;font-weight:500}.filter-advanced--version-2 .form-field__range-label{font-size:1em}.filter-advanced .form-field__group .form-field__range-label{font-size:1rem;font-weight:normal;line-height:normal;color:#fff}.form-field__range__sliders{display:flex;align-items:center;position:relative;min-height:3em}.filter-advanced--version-2 .form-field__range__sliders{display:none}.form-field__range__sliders input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:all;width:1.5em;height:1.5em;background-color:#6cbfe3;border-radius:50%;cursor:pointer}.form-field__range__sliders input[type=range]::-moz-range-thumb{-webkit-appearance:none;pointer-events:all;width:1.5em;height:1.5em;background-color:#6cbfe3;border-radius:50%;cursor:pointer}.form-field__range__sliders input[type=range]::-webkit-slider-thumb:hover{background:#599cb9}.form-field__range__sliders input[type=range]::-webkit-slider-thumb:active{background:#498199}.form-field__range__sliders input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:.2em;width:100%;position:absolute;background-color:rgba(108,191,227,.3);pointer-events:none}.form-field__range__slide--from{height:0 !important;z-index:1}.form-field__range__controls{position:relative;display:flex;justify-content:space-between}.form-field__range__controls-item{width:48%}.form-field__range__controls input[type=number]{color:#fff;background:rgba(178,219,249,.08);border:1px solid rgba(255,255,255,.1);border-radius:3px;outline:none;font-size:.9em;margin:0;padding:.4em;width:100%;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-field__range__controls input[type=number]::-webkit-inner-spin-button,.form-field__range__controls input[type=number]::-webkit-outer-spin-button{opacity:1}.filter-advanced--version-2 .form-field__range__controls input[type=number]{border-radius:.5em;border:none}.form-field__label{position:relative;display:flex;align-items:center;justify-content:space-between;padding:.625em;cursor:pointer}.form-field__label--disabled{color:rgba(255,255,255,.3);cursor:no-drop}.form-field__label__title{flex:1 1;padding-right:.5em;word-wrap:anywhere}.form-field__checkbox{display:none}.form-field__selected{display:none;width:.9em}.form-field__checkbox:checked~.form-field__selected{display:block}.form-field__settings{display:none;justify-content:center;align-items:center;margin-left:0;padding:.8125em .91em;cursor:pointer}@media(max-width: 1023px){.form-field__settings{display:flex}.filter-advanced .form-field__settings{padding:.5em;margin:0}.filter-advanced .form-field__settings-icon{width:4vw}}.form-field__search-icon{width:1.3em}.form-field__times-icon,.form-field__search-icon{position:absolute;right:0;top:50%;padding:.75em;transform:translateY(-50%);z-index:1}@media(max-width: 1023px){.form-field__search-icon,.form-field__settings-icon{width:1.5em}}.form-field__times-icon{display:none;cursor:pointer;width:1em}.form-field--active .form-field__settings-icon{filter:grayscale(1) contrast(10) invert(1)}.form-field__promocodes .form-field__message{width:100%;display:none;margin-top:.5em;margin-bottom:1em;line-height:1;font-size:.75em;color:#ffa080}.form-field--error .form-field__message{display:block}.form-field__input_with_button button{border:none;border-radius:.5em;background-color:#5074a0;color:#b2dbf9;height:75%;margin:0 .5em;padding:.5em;font-size:.8em;outline:none;cursor:pointer}.form-field__input_with_button button:focus,.form-field__input_with_button button:hover{background-color:#4063a0}.form-field__input_with_button button:disabled{opacity:.5;cursor:no-drop}.form-field__input_with_button .form-field__message{width:100%;display:none;margin-top:.5em;line-height:1;color:#ffa080;font-size:.75em}.form-field__input_with_button.form-field--error .form-field__message{display:block}.form-field__input_with_button.form-field--success button{background-color:#12b23f;color:#fff}@media(max-width: 1023px){.form-field__range__sliders input[type=range]::-webkit-slider-thumb{width:5vw;height:5vw}.form-field__range__sliders input[type=range]::-moz-range-thumb{width:5vw;height:5vw}.filter-advanced__header-field>.form-field__select-label{display:none}.dialog .form-field__search{height:auto}.dialog .form-field__search input{font-size:1em}.filter-advanced__header__options .form-field__switch-label-title{font-size:1em}}.scrollbar::-webkit-scrollbar{width:.25em;height:.25em}.scrollbar::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.scrollbar::-webkit-scrollbar-thumb{background:#4a6e87;border-radius:6.25em}.scrollbar::-webkit-scrollbar-thumb:hover{background:#4a6e87;cursor:pointer}.filters{display:flex;margin:0 -1em}@media(max-width: 1023px){.filters{flex-wrap:wrap}}.dropdown{display:none;position:absolute;top:100%;right:0;left:0;padding:.4375em;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:1.0625em;line-height:1.5em;color:#fff;background:rgba(178,219,249,.2);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);transform:translateY(0.625em);outline:none;z-index:3;cursor:auto;cursor:initial}.form-field--active .dropdown{display:block !important}.merchant-list .dropdown{font-size:17px}.filter-advanced__header .dropdown{width:13em}.dialog .dropdown{background:#324656}.dropdown__items{max-height:12.5em;list-style:none;margin:0;padding:0;overflow-x:hidden;overflow-y:auto}.dropdown__items--search .dropdown__item__image{width:3.125em}.dropdown__items--search .dropdown__item__title{font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:500;font-size:1.0625em;line-height:1.0625em;text-transform:uppercase;color:#fff;opacity:.9}.dialog .dropdown__items--search .dropdown__item__title{display:block;width:100%;padding:.3em 0;font-size:1rem;color:#b2dbf9;font-weight:normal;cursor:pointer;text-transform:none}.dialog .dropdown__items--search .dropdown__item__title:hover{color:#fff}.dropdown__items--search .dropdown__item--placeholder{display:flex;align-items:center;height:3em;padding:0 1em;color:#45b6fc;cursor:pointer}.dropdown__items--search .dropdown__link{display:flex;align-items:center;text-decoration:none}@media(max-width: 1023px){.filter-advanced__header .dropdown{width:80vw}.dialog .dropdown__item__title{font-size:1em !important}}.accordion-item{background:rgba(178,219,249,.02);border:1px solid rgba(178,219,249,.05);border-radius:12px;border-radius:var(--border-radius, 12px);margin-bottom:1rem;color:rgb(178, 219, 249);color:var(--color-main-text)}.accordion-item:last-child{margin-bottom:0}@media not all and (hover: none){.accordion-item:hover__summary{color:rgb(178, 219, 249);color:var(--color-main-text)}}.accordion-item:hover{color:#fff}.table-grid .accordion-item{width:100%;background:rgba(0,0,0,0);border:none;box-shadow:none}.accordion-item--menu{border:none !important;border-radius:0 !important;background:none !important;margin:0 !important}.accordion-item__summary{padding:.9375rem 2.125rem;display:grid;align-items:center;grid-template-columns:minmax(1.5em, auto) 1fr auto;grid-column-gap:2.0625rem;color:#4e6377;color:rgb(178, 219, 249);color:var(--color-main-text);list-style:none;cursor:pointer;transition:color .4s ease;font-size:1.5em;font-weight:500}@media(max-width: 1023px){.accordion-item__summary-text{grid-column:1;grid-row:1}}@media(max-width: 1023px){.accordion-item__summary{grid-template-columns:1fr minmax(1.5em, auto);padding:.5em 1rem;align-items:center;font-size:1.25em}.table-grid--backlog-done .accordion-item__summary img{display:none}}.accordion-item__summary::-webkit-details-marker{display:none}.accordion-item__summary::before{content:"";position:relative;line-height:1;display:grid;align-content:center;justify-content:center;place-content:center;width:2.4375rem;height:2.4375rem;border-radius:50%;box-sizing:border-box;transition:opacity .3s ease;background:url(images/plus-icon.svg) center center no-repeat}@media(max-width: 1023px){.accordion-item__summary::before{grid-column:2;grid-row:1}}.table-grid .accordion-item__summary{font-size:1em;color:#b2dbf9 !important}.accordion-item__list{list-style:none;counter-reset:item;padding-top:1rem;padding-left:0;margin-top:0;margin-bottom:0;margin-left:-3.3rem}@media(max-width: 1023px){.accordion-item__list{padding-top:1em;margin-left:0}}.accordion-item__list-item{counter-increment:item;display:grid;grid-template-columns:minmax(2.1rem, auto) minmax(1.5rem, auto) minmax(0, auto);align-items:center;justify-content:start;grid-column-gap:1em;margin-bottom:1em;font-size:1.0625em;line-height:1.4}.accordion-item__list-item::before{content:"";color:currentColor;width:.2em;height:.2em;border-radius:50%;background-color:currentColor;font-weight:bold}@media(max-width: 1023px){.accordion-item__list-item::before{display:none}}.accordion-item__list-item:last-of-type{margin-bottom:0}@media(max-width: 1023px){.accordion-item__list-item{padding-right:0;font-size:1em}}.accordion-item__content{padding:0 2em 2em 6.7rem;opacity:0;transition:opacity .6s ease-out .3s}@media(max-width: 1023px){.accordion-item__content{padding:0 1.5em 1.5em 1em}}.accordion-item--table-item .accordion-item__content{margin:0;padding:0;margin-left:15px;font-size:14px;line-height:16px;list-style:none}.table-grid .accordion-item__content{font-size:1em;color:#b2dbf9}.accordion-item__next{display:inline-block;font-size:1.0625em;line-height:1.4;width:100%;box-sizing:border-box;text-align:left;padding-top:2em}.accordion-item__next-link{color:#fff;text-decoration:none}@media(max-width: 1023px){.accordion-item__next{font-size:1em}}.accordion-item__text{font-size:1.0625em;line-height:1.4117647059;padding-top:1rem}.accordion-item__text .modal-link{text-decoration:underline}.accordion-item__text a{color:inherit}@media(max-width: 1023px){.accordion-item__text{font-size:1em}}.accordion-item__link{color:inherit}.accordion-item[open]{background:rgba(178,219,249,.05);border:1px solid rgba(178,219,249,.1);color:#fff}.accordion-item[open]>.accordion-item__summary{color:currentColor}.accordion-item[open]>.accordion-item__summary::before{content:"";padding-bottom:.31em;opacity:1;background:url(images/minus-icon.svg) center center no-repeat}.accordion-item[open]>.accordion-item__content{opacity:1;transition:opacity .6s ease-out .3s}.table-grid .accordion-item[open]{background:rgba(0,0,0,0);border:none;box-shadow:none}.accordion-item--table-item,.accordion-item--table-item[open]{background:rgba(0,0,0,0);border:none;border-radius:0}.accordion-item--table-item summary,.accordion-item--table-item[open] summary{list-style:none;cursor:pointer}.accordion-item--table-item summary::before,.accordion-item--table-item[open] summary::before{content:"";width:5px;height:10px;display:inline-block;margin-right:10px;background:center/90% url(images/submenu-arrow.svg) no-repeat}.accordion-item--table-item[open] summary::before{transform:rotate(90deg)}.accordion-item figure{margin:15px 0;font-size:14px;text-align:center}.accordion-item figure img{width:100%;max-width:-moz-max-content;max-width:max-content;max-height:500px}.accordion-item figcaption{margin:15px 0;font-size:14px}.header{position:fixed;z-index:10;width:100%;height:auto;left:0;box-sizing:border-box;display:flex}body.pay .header{top:0;height:4.8em}body.overflow .header{top:0}.header__wrapper{max-width:1440px;width:100%;box-sizing:border-box;padding:1em 5.525rem;margin:auto;display:flex;flex-direction:row;align-items:center}.header--light .header__wrapper{width:auto;padding:2em}@media(max-width: 1023px){.header--light .header__wrapper{padding:1.5em 1.3em}}body.desktop-client .header__wrapper{justify-content:space-between}@media(min-width: 1024px) and (max-width: 1439px){.header__wrapper{max-width:1024px;padding:1em 2em}}@media(max-width: 1023px){.header__wrapper{padding-left:5vw;padding-right:5vw}}@media(max-width: 1023px){.header{display:block}}.header::before{content:"";position:absolute;pointer-events:none;top:0;left:0;width:100%;height:100%;transition:opacity 1.4s ease-in-out;opacity:1;background:linear-gradient(90deg, #0a1222 0%, #060c18 100%);background:var(--color-main-bg)}.body--light .header::before{background:#0a1222}.header.clear::before{opacity:0 !important}.header__logo{position:relative;flex:1 1;z-index:50;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;text-decoration:none;color:currentColor !important}body.desktop-client .header__logo{flex:0 1;margin-right:1em}@media(max-width: 1023px){body.desktop-client .header__logo{flex:1 1;margin-right:0}}.header__logo-image{fill:currentColor}.header--light .header__logo-image{color:#fff;width:11em}@media(max-width: 1023px){.header--light .header__logo-image{width:9em}}@media(max-width: 1023px){.header__logo-image{width:10em;height:auto}body.desktop-client .header__logo-image{width:2em}}.header__logo::after{content:"beta";position:relative;display:inline-block;color:#00ff64;font-size:.8em;text-transform:uppercase;text-decoration:none;font-weight:bold;padding-left:.3em}.header__logo.not-beta::after{content:none}.body--stick .header .button--primary{position:relative;min-width:12em;margin-right:1em;padding:1em;border:none;border-radius:1.4em !important;text-transform:uppercase;font-family:"MTS Wide",sans-serif;font-size:.7em;font-weight:700;letter-spacing:.05em;text-align:center;box-shadow:none;background:#f03}.body--stick .header .button--primary:hover{background:#e4002e}@media(max-width: 1023px){.body--stick .header .button--primary{margin-right:0}}.header__download-button .win-button{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;width:auto;padding:.4em .8em;border-radius:.8em;color:#fff;text-decoration:none;background:linear-gradient(180deg, #74df8b 0%, #009e2b 100%)}.header__download-button .win-button__icon{margin-right:.5em}.header__download-button .win-button__text{font-weight:normal}.header__download{position:relative}@media screen and (min-width: 1024px){.header__download{display:flex;justify-content:flex-end}}@media(max-width: 1023px){.header__download{display:none;font-size:.7em}}.merchant .header__menu{font-size:17px}.header__menu-list{position:relative;list-style:none;display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0;padding:0}@media(min-width: 1024px) and (max-width: 1439px){.header__menu-list{margin:0}}@media(max-width: 1023px){.header__menu-list{margin:0}}.header__menu-dropdown-wrapper{display:none;padding-top:1em;position:absolute;left:-1.8em;min-width:10em}.header__menu-link-profile .header__menu-dropdown-wrapper{left:0}.header__menu-item-download .header__menu-dropdown-wrapper{padding-top:0;right:0;left:auto}.header__menu-item-speed-test .header__menu-dropdown-wrapper{left:-500%}.header__menu-dropdown{list-style:none;box-shadow:0 .5em 1em 0 rgba(0,0,0,.2);padding:.9em 1em;z-index:1;background:#0f1d3c;border:1px solid rgba(151,202,239,.25);border-radius:1em;color:#b2dbf9}.header__menu-dropdown-link{display:inline-block;color:rgb(178, 219, 249);color:var(--color-main-text);text-decoration:none;padding:.2em 0;transition:border .3s ease-in-out,color .3s ease-in-out;border-bottom:1px solid rgba(0,0,0,0)}.header__menu-dropdown-link:hover{color:#fff;border-bottom:1px solid currentColor}.header__menu-item-download .header__menu-dropdown-link{text-wrap:nowrap}.header__menu-dropdown-table{width:100%;border-collapse:collapse}.header__menu-dropdown-table-row{border-bottom:1px solid rgba(151,202,239,.25)}.header__menu-dropdown-table-row:last-child{border:none}.header__menu-dropdown-table-column{padding:.7em}.header__menu-dropdown-table-column:first-child{padding-left:0;text-align:left}.header__menu-dropdown-table-column:last-child{padding-right:0}.header__menu-dropdown-table-column-actions{display:flex;align-items:center;justify-content:flex-end}.header__menu-dropdown-table-column-actions a{display:flex;align-items:center;margin:0 .4em}.header__menu-dropdown-table-column-actions a:last-child{margin-right:0}@media(max-width: 1023px){.header__menu-dropdown-table-column-actions img{width:4vw}}.header__menu-item-sessions .header__menu-dropdown{min-width:245px;text-align:center}@media(max-width: 1023px){.header__menu-item-sessions .header__menu-dropdown{min-width:auto}}.header__menu-item--arrow .header__menu-dropdown{display:flex;background:#323d74;padding:.5em 1em;border:none;animation-duration:1s}.header__menu-item-speed-test .header__menu-dropdown{flex-direction:column;grid-gap:1em;gap:1em;min-width:325px;padding:.8em 1em 1em}.header__menu-item-speed-test .header__menu-dropdown .button{padding:.5em 1.1em;font-family:"MTS Compact",sans-serif;font-size:.9em}.header__menu-item-merchant .header__menu-dropdown{align-items:center;justify-content:space-between;grid-gap:1em;gap:1em;min-width:425px}.header__menu-item-merchant .header__menu-dropdown .button{padding:.5em 1.1em;border:1px solid rgba(255,255,255,.1);border-radius:1.6em !important;background:rgba(178,219,249,.15);box-shadow:none;font-size:.75em;font-weight:500;font-family:"MTS Wide",sans-serif}.header__menu-item-merchant .header__menu-dropdown .button:hover{background:rgba(178,219,249,.078)}@media(max-width: 1023px){.header__menu-dropdown{position:fixed;left:0;right:0;margin:0 5vw;box-sizing:border-box}}.header__menu-link{position:relative;color:currentColor;box-sizing:border-box;text-decoration:none;text-shadow:1px 1px rgba(0,0,0,.7);border-bottom:1px solid rgba(0,0,0,0);transition:border .3s ease-in-out,color .3s ease-in-out}.header__menu-link-arrow{margin-left:.3em;transition:transform .2s ease-in-out;transform:rotate(180deg)}.header__menu-link-profile{margin-right:0}.header__menu .header__menu-link{text-shadow:none;border-bottom:none}.header__menu-item{padding:1em 0;margin:0 .5em;position:relative;color:rgb(178, 219, 249);color:var(--color-main-text)}.header__menu-item-profile,.header__menu-item-sessions,.header__menu-item-download{padding:0}.header__menu-item-download{margin:0}@media(min-width: 1024px) and (max-width: 1439px){.header__menu-item-download-button{display:none}}.header__menu-item-bage{position:relative;display:flex;align-items:center}.header__menu-item--arrow::before{content:"";position:absolute;display:none;bottom:-4%;left:50%;padding:.4em;transform:rotate(-45deg) translateX(-50%);background:#323d74}.header__menu-item--arrow:hover::before,.header__menu-item--arrow.opened::before{display:block}.header__menu-item:hover,.header__menu-item.opened{color:#fff}.header__menu-item:hover .header__menu-link[href],.header__menu-item.opened .header__menu-link[href]{border-bottom:1px solid currentColor}.header__menu-item:hover .header__menu-link-arrow,.header__menu-item.opened .header__menu-link-arrow{transform:rotate(0deg)}.header__menu-item:hover .header__menu-dropdown-wrapper,.header__menu-item.opened .header__menu-dropdown-wrapper{display:block}@media(max-width: 1023px){.header__menu-item:hover .header__menu-dropdown-wrapper,.header__menu-item.opened .header__menu-dropdown-wrapper{display:none}}.header__menu-item.hide .header__menu-dropdown-wrapper{display:none}.header__menu-item-profile:hover .profile{opacity:.5}@media(max-width: 1023px){.header__menu-item{display:none}.header__menu-item-sessions{display:block}.header__menu-item__icon{width:7vw !important;height:auto !important}}.header__merchant{display:flex;align-items:center;justify-content:space-between}.header__merchant__icon{display:block;margin-left:.4em}.header__merchant--login .header__merchant__icon{margin-left:0;margin-right:.4em}.header__merchant--login{padding:.5em 1em;background:rgba(178,219,249,.08);border-radius:8px}.header__merchant--login:hover{background:rgba(178,219,249,.1)}.header__merchant,.header__faq{margin:0 .5em;position:relative;color:#fff;text-decoration:none}@media(max-width: 1023px){.header__merchant,.header__faq{display:none}}.header__menu-bage{position:absolute;display:flex;align-items:center;justify-content:center;min-width:1em;height:1em;padding:.2em;border-radius:1em;font-weight:500;font-size:.8em;line-height:1.5em;color:#fff;background-color:#e30611;text-shadow:none;box-sizing:border-box}.header__menu-item-sessions .header__menu-bage{bottom:10%;right:-10%}.header .speed-test--high .header__merchant__icon__speed-test--low{display:none}.header .speed-test--high .header__merchant__icon__speed-test--high{display:block}.header .speed-test--high .speed-test__recommendation,.header .speed-test--high .header__menu-dropdown a{display:none}.header .speed-test--high .speed-test__value{color:#74df8b !important}.header .speed-test--low .header__merchant__icon__speed-test--low{display:block}.header .speed-test--low .header__merchant__icon__speed-test--high{display:none}.header__menu-item-speed-test .header__menu-content{color:#fff;font-size:.9em;text-align:center}.header__menu-item-speed-test .header__menu-content .speed-test__value{font-family:"MTS Wide",sans-serif;font-size:1.4em;color:#ffa080;font-weight:700;text-align:center;margin:.5em 0}.header__menu-item-speed-test .header__menu-content .speed-test__warning{font-family:"MTS Compact",sans-serif;color:#ffa080;text-align:center;margin:.5em 0;display:inline-flex;align-items:center;grid-gap:.5em;gap:.5em}.header__menu-item-speed-test .header__menu-content .speed-test__recommendation{text-align:left;padding:.1em 1em;background:rgba(178,219,249,.0509803922);border-radius:12px;margin-top:.5em}[dir="ltr"] .header__menu-item-speed-test .header__menu-content .speed-test__recommendation-list{text-align:left}[dir="rtl"] .header__menu-item-speed-test .header__menu-content .speed-test__recommendation-list{text-align:right}.header__menu-item-speed-test .header__menu-content .speed-test__recommendation-list{list-style:none;padding:0;margin:0}[dir="ltr"] .header__menu-item-speed-test .header__menu-content .speed-test__recommendation-item{text-align:left}[dir="rtl"] .header__menu-item-speed-test .header__menu-content .speed-test__recommendation-item{text-align:right}.header__menu-item-speed-test .header__menu-content .speed-test__recommendation-item{display:flex;align-items:center;grid-gap:.5em;gap:.5em;margin:.5em 0}.header__menu-item-speed-test .header__menu-content .speed-test__recommendation-text{margin:.2em 0}.header__menu-item-speed-test .header__menu-content .speed-test__recommendation-text-strong{font-weight:500}.header__menu-item-merchant .header__menu-content-title{font-family:"MTS Wide",sans-serif;font-size:.9em;font-weight:bold;color:#fff;margin:0}.header__menu-item-speed-test .header__menu-content-title{font-family:"MTS Compact",sans-serif;font-weight:bold;margin:0;text-align:center}.header__menu-item-merchant .header__menu-content-description{font-family:"MTS Compact",sans-serif;color:#fff;margin:0}.header__menu-item-merchant .header__menu-content-description span{font-weight:900}.header__menu-item-speed-test .header__menu-content-description{font-family:"MTS Compact",sans-serif;margin:0;text-align:center}.header-link--active{color:#fff;border-bottom:1px solid currentColor}.animate__bounceIn{animation-name:bounceIn;animation-duration:.75s}.heartbeat{animation:heartbeat 1.5s ease-in-out infinite both}@keyframes heartbeat{from{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out}10%{transform:scale(1.19);animation-timing-function:ease-in}17%{transform:scale(1.12);animation-timing-function:ease-out}33%{transform:scale(1.23);animation-timing-function:ease-in}45%{transform:scale(1);animation-timing-function:ease-out}}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.footer{position:relative;margin-top:5em;padding-top:5em}.merchant .footer{margin-top:30px;padding-top:11px;font-size:17px}@media(max-width: 1023px){.footer{margin-top:3em;padding-top:3em}}.footer--light{margin:0;padding:0;position:fixed;bottom:0;background:#0a1222;box-shadow:0 -30px 30px #0a1222}.footer--light a:hover{text-decoration:underline}@media(max-width: 1023px){.footer--light{display:none}}.footer::before{content:"";display:block;position:absolute;top:0;left:.5em;background:rgba(127,140,153,.35);height:1px;width:calc(100% - 1em)}.merchant .footer::before{left:0;width:100%}.body--light .footer::before{height:2px;width:100%;left:0%;background:linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 52.6%, rgba(255, 255, 255, 0) 100%);opacity:.2}.footer__wrapper{width:100%;box-sizing:border-box;max-width:1440px;padding:0 5.525rem;margin:0 auto;display:grid;grid-column-gap:2em;grid-template-columns:1fr minmax(100px, auto) minmax(100px, auto)}.footer--light .footer__wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:auto;max-width:none;padding:.5em 1em}@media(min-width: 1024px) and (max-width: 1439px){.footer__wrapper{max-width:1024px;padding:0 2em}}@media(max-width: 1023px){.footer__wrapper{padding:0 5vw;display:block}}.merchant .footer__wrapper{padding:0;max-width:none}.footer__text{color:#6e89a1;margin-bottom:2em}.footer__text-link{color:#6e89a1}.footer__title{font-size:1.25em;line-height:1.2;font-weight:bold}.footer__caption{font-size:1em;line-height:1.4117647059;max-width:38em}.footer__applinks{display:flex;flex-direction:row;margin-top:2em;margin-bottom:1em}@media(max-width: 1023px){.footer__applinks{flex-direction:column;align-items:flex-start}}.footer__applink img{margin-right:1em;max-width:-moz-max-content;max-width:max-content;min-width:120px;max-height:40px}@media(max-width: 1023px){.footer__applink img{max-height:none;height:10vw !important;min-width:40px;width:auto !important}}.footer__link{display:block;font-size:1em;line-height:1.4117647059;color:#344356;text-decoration:none;min-width:15em;max-width:16em;margin-bottom:1em;transition:color .4s ease}.footer__link:hover{color:rgb(178, 219, 249);color:var(--color-main-text)}.footer__links{margin-top:1em}.footer__copyright{display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-column:span 3;grid-row:3;color:#626c77;margin:1em 0}.footer--light .footer__copyright{margin:0;color:#4c6175}@media(max-width: 1023px){.footer__copyright{flex-direction:column;align-items:flex-start;margin-top:2em}}@media(max-width: 1023px){.footer__copyright p{margin:.3em 0}.footer--light .footer__copyright p{margin:1em 0}}.footer__navigation{display:flex;margin:0 -1em;padding:0;list-style:none}.footer__navigation-item{margin:0 1em}.footer__navigation-link{color:#7f9eb7;text-decoration:none}dialog{top:0;left:0;right:0;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;max-width:730px;box-sizing:border-box;margin:auto;border:solid;padding:1em;background:#fff;color:#000;display:block;position:fixed;outline:none}dialog:not([open]){display:none}dialog+.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.1)}dialog.fixed{position:fixed;top:50%;transform:translate(0, -50%)}._dialog_overlay{position:fixed;top:0;right:0;bottom:0;left:0}.dialog{font-size:16px;padding:2.5em;color:rgb(178, 219, 249);color:var(--color-main-text);border-radius:12px;border-radius:var(--border-radius, 12px);background:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(6,10,22,.19);min-width:50em;max-width:750px}.dialog--visible{overflow:visible}@media(max-width: 1023px){.dialog{width:90vw;padding:1.5em;box-sizing:border-box;min-width:unset}}.dialog[open]{animation:appear .6s ease-out}.dialog::backdrop{background:rgba(0,0,0,.9)}.dialog--dark{border:1px solid rgba(255,255,255,.1);background:#1b2c39}.dialog#highping-modal{min-width:32em;max-width:32em;font-size:17px;color:#fff;text-align:center}@media(max-width: 1023px){.dialog#highping-modal{min-width:0}}.dialog#iframe-modal{padding:0;padding-top:3.5em;height:100%;max-height:700px;overflow:hidden}@media(max-width: 1023px){.dialog#iframe-modal{padding-top:2.5em}}.dialog#game-version-modal{min-width:36em;max-width:36em;font-size:17px;color:#fff;text-align:center}@media(max-width: 1023px){.dialog#game-version-modal{min-width:0}}.dialog#logout-modal{min-width:480px;max-width:480px}@media(max-width: 1023px){.dialog#logout-modal{min-width:0}}.dialog.feedback--minimal{overflow:hidden}.dialog#otp-modal{min-width:21em;max-width:23em;padding:2.1875em 2.5em}.dialog#login-modal{min-width:unset;max-width:31.9em;padding:2.5em 3.125em}@media(max-width: 1023px){.dialog#login-modal{padding:1.875em 1.25em}}.dialog#captcha-modal{min-width:unset;max-width:23em;padding:2.1875em 2.5em}@media(max-width: 1023px){.dialog#captcha-modal{padding:1.875em 1.25em}}.dialog#platform-modal,.dialog#notification-modal,.dialog#confirm-modal,.dialog#confirm-dialog,.dialog#free-minutes-modal,.dialog#finish-session-modal,.dialog#email-modal,.dialog#delay-notification-modal,.dialog#recovery-account-modal{min-width:unset;max-width:30em;width:30em}@media(max-width: 1023px){.dialog#platform-modal,.dialog#notification-modal,.dialog#confirm-modal,.dialog#confirm-dialog,.dialog#free-minutes-modal,.dialog#finish-session-modal,.dialog#email-modal,.dialog#delay-notification-modal,.dialog#recovery-account-modal{max-width:23em;width:90vw}}.dialog#get-payout,.dialog#request-game-modal,.dialog#request-game-success-modal{min-width:unset;max-width:480px;width:480px}.dialog#review-modal,.dialog#request-game-modal,.dialog#request-game-success-modal{color:#fff}.dialog#release-notes-modal{min-width:616px;max-width:616px}@media(max-width: 1023px){.dialog#release-notes-modal{min-width:0;min-width:initial;max-width:616px}}.dialog#review-modal{min-width:596px}@media(max-width: 1023px){.dialog#review-modal{min-width:0;min-width:initial;max-width:596px}}@media(max-width: 1023px){.dialog#request-game-modal,.dialog#request-game-success-modal{width:auto}}.dialog#desktop-app-modal,.dialog#stick-modal,.dialog#download-app-modal{min-width:1100px;padding:2em 2.5em}.dialog#desktop-app-modal.mac-app-modal,.dialog#stick-modal.mac-app-modal,.dialog#download-app-modal.mac-app-modal{min-width:950px;padding:4em;overflow:hidden}.dialog#desktop-app-modal.download-mac-app-modal,.dialog#stick-modal.download-mac-app-modal,.dialog#download-app-modal.download-mac-app-modal{min-width:800px}@media(min-width: 1024px) and (max-width: 1439px){.dialog#desktop-app-modal,.dialog#stick-modal,.dialog#download-app-modal{min-width:950px;max-width:950px}.dialog#desktop-app-modal.mac-app-modal,.dialog#stick-modal.mac-app-modal,.dialog#download-app-modal.mac-app-modal{min-width:900px}}@media(max-width: 1023px){.dialog#desktop-app-modal,.dialog#stick-modal,.dialog#download-app-modal{min-width:0;min-width:initial;max-width:25em;padding:0 1.5em 1.5em;font-size:14px}.dialog#desktop-app-modal.mac-app-modal,.dialog#stick-modal.mac-app-modal,.dialog#download-app-modal.mac-app-modal{min-width:0;min-width:initial;max-width:25em;padding:2em 1em 1em;font-size:14px}.dialog#desktop-app-modal.download-mac-app-modal,.dialog#stick-modal.download-mac-app-modal,.dialog#download-app-modal.download-mac-app-modal{padding:2em 1em}}.dialog#mac-app-modal{min-width:950px;padding:2em 2.5em}@media(min-width: 1024px) and (max-width: 1439px){.dialog#mac-app-modal{min-width:950px;max-width:950px}}@media(max-width: 1023px){.dialog#mac-app-modal{min-width:0;min-width:initial;max-width:25em;padding:0 1.5em 1.5em;font-size:14px}}.dialog#auth-request-modal{min-width:0;min-width:initial;max-width:500px}.dialog#promo-codes-modal,.dialog#free-hour-modal{background:no-repeat right bottom/45% url(images/Mascot.png),no-repeat center bottom/100% url(images/wave.svg),#1b2c39}@media(max-width: 1023px){.dialog#promo-codes-modal,.dialog#free-hour-modal{min-width:0;min-width:initial;max-width:25em;padding:0 1.5em 1.5em;font-size:14px;background:no-repeat center bottom/45em url(images/wave.svg),#1b2c39}}.dialog#free-hour-guest-modal{background:no-repeat right bottom/45% url(images/composition.png),no-repeat center bottom/100% url(images/wave.svg),#1b2c39}@media(max-width: 1023px){.dialog#free-hour-guest-modal{min-width:0;min-width:initial;max-width:25em;padding:0 1.5em 1.5em;font-size:14px;background:no-repeat center bottom/45em url(images/wave.svg),#1b2c39}}.dialog#convergent-modal{font-family:"MTS Compact",sans-serif;min-width:832px;padding:2em 2.5em;color:#fff;background:no-repeat left top/95% url(images/mascot-light.png),no-repeat center bottom url(images/wave.svg),#0a1221}@media(max-width: 1023px){.dialog#convergent-modal{min-width:0;min-width:initial;max-width:none;min-height:100%;height:auto;width:100%;border:none;border-radius:0;padding:3em 1.5em 1.5em;margin:0;font-size:1em;background:no-repeat right top/100% url(images/mascot-light-mobile.png),no-repeat center bottom/225vh url(images/wave.svg),#0a1221}}.dialog#opros-modal{min-width:520px;padding:0}.dialog#opros-modal #opros-frame{display:block}@media(max-width: 1023px){.dialog#opros-modal{min-width:0;max-width:520px}}.dialog#recovery-account-modal{flex-direction:column;align-items:center}.dialog#recovery-account-modal[open]{display:flex}.dialog#stick-modal{overflow:hidden}@keyframes appear{0%{opacity:0;transform:translateY(-3rem)}50%{opacity:1}100%{opacity:0;transform:translateY(0)}}.dialog__close-button{position:absolute;top:0;right:0;width:3.5em;height:3.5em;cursor:pointer;display:grid;align-content:center;justify-content:center;place-content:center;border-radius:0 12px 0 0;border-radius:0 var(--border-radius, 12px) 0 0}.dialog__close-button--icon{display:flex !important;-moz-column-gap:.5em;grid-column-gap:.5em;column-gap:.5em}.dialog__close-button--inline,.dialog__close-button--inline:hover{width:auto !important;padding:0;margin:0 auto !important;text-decoration:underline;background:rgba(0,0,0,0);border:none;box-shadow:none}.dialog__button-wrapper--columns .dialog__close-button{width:100%;margin:0;padding:.721em}@media(max-width: 1023px){.dialog__button-wrapper--columns .dialog__close-button{width:auto}}.dialog__button-wrapper .dialog__close-button{position:static;position:initial;display:block;height:auto;height:initial}.mac-app-modal .dialog__button-wrapper .dialog__close-button{width:auto !important;flex:1 0 auto}#get-payout .dialog__button-wrapper .dialog__close-button{width:100%}#desktop-app-modal .dialog__button-wrapper .dialog__close-button,#auth-request-modal .dialog__button-wrapper .dialog__close-button,#stick-modal .dialog__button-wrapper .dialog__close-button,#download-app-modal .dialog__button-wrapper .dialog__close-button{width:100%}.dialog__close-button svg{width:1em;height:auto}@media(max-width: 1023px){.dialog__close-button svg{width:.75em}}@media(max-width: 1023px){.dialog__close-button{width:2.5em;height:2.5em}}.dialog__title{text-align:center;width:100%;font-weight:700;font-size:1.75em;color:#203255;margin-top:0;margin-bottom:1.5625em}.dialog__title--gradient{background:linear-gradient(271.09deg, #dd80fe 45.99%, #349de9 92.13%, #6ac0ff 110.73%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.dialog--dark .dialog__title{color:#fff}.mac-app-modal .dialog__title{text-transform:none !important;font-size:2em !important;text-align:center !important}.mac-app-modal .dialog__title sup{font-size:.7em;font-weight:400;font-family:"MTS Sans",sans-serif;display:inline-block;margin-left:.2em}@media(max-width: 1023px){.mac-app-modal .dialog__title{font-size:1.4em !important}}#highping-modal .dialog__title{margin-bottom:.5em;font-size:1.5em}#logout-modal .dialog__title{margin-bottom:0}#otp-modal .dialog__title{margin-bottom:.5em;font-size:1.25em;text-align:unset}@media(max-width: 1023px){#otp-modal .dialog__title{font-size:1.125em}}#login-modal .dialog__title,#email-modal .dialog__title,#recovery-account-modal .dialog__title{font-size:1.5em}@media(max-width: 1023px){#login-modal .dialog__title,#email-modal .dialog__title,#recovery-account-modal .dialog__title{font-size:1em}}@media(max-width: 1023px){#email-modal .dialog__title,#recovery-account-modal .dialog__title{font-size:1.3em}}#game-version-modal .dialog__title{margin-bottom:0;font-size:1.5em}#captcha-modal .dialog__title{font-size:1.25em;text-align:unset;margin-bottom:1em}@media(max-width: 1023px){#captcha-modal .dialog__title{font-size:1.125em}}#platform-modal .dialog__title,#notification-modal .dialog__title,#confirm-modal .dialog__title,#confirm-dialog .dialog__title,#free-minutes-modal .dialog__title,#finish-session-modal .dialog__title,#delay-notification-modal .dialog__title{font-size:1.5em;line-height:1em;margin-bottom:1.4em}@media(max-width: 1023px){#platform-modal .dialog__title,#notification-modal .dialog__title,#confirm-modal .dialog__title,#confirm-dialog .dialog__title,#free-minutes-modal .dialog__title,#finish-session-modal .dialog__title,#delay-notification-modal .dialog__title{margin-top:.5em;font-size:1.0625em}}#get-payout .dialog__title{font-weight:700;font-size:24px;line-height:28px;margin-bottom:10px}#review-modal .dialog__title,#request-game-modal .dialog__title,#request-game-success-modal .dialog__title{font-size:1.5em;margin-bottom:1em}#desktop-app-modal .dialog__title,#release-notes-modal .dialog__title,#stick-modal .dialog__title,#download-app-modal .dialog__title{margin-bottom:0;font-size:1.5em;line-height:1;text-align:left}#release-notes-modal .dialog__title{margin-bottom:1em}#auth-request-modal .dialog__title{margin-bottom:1em;font-size:1.5em}#desktop-app-modal .dialog__title,#stick-modal .dialog__title,#download-app-modal .dialog__title{font-family:"MTS Wide",sans-serif;font-weight:700;font-size:1.4em;text-transform:uppercase}#stick-modal .dialog__title{font-size:3em}@media(max-width: 1023px){#stick-modal .dialog__title{font-size:1.8em}}#recovery-account-modal .dialog__title{margin-bottom:0}#promo-codes-modal .dialog__title,#free-hour-modal .dialog__title,#free-hour-guest-modal .dialog__title{margin:0;font-family:"MTS Wide",sans-serif;font-weight:500;font-size:2em}#convergent-modal .dialog__title{margin:0;font-family:"MTS Wide",sans-serif;font-weight:700;font-size:1.9em;line-height:1.2;text-align:left;text-transform:uppercase;color:#fff}#convergent-modal .dialog__title--gradient{display:block;font-size:1.18em}@media(max-width: 1023px){#convergent-modal .dialog__title{font-size:1.5em}}#free-hour-modal .dialog__promocodes--main-page .dialog__title,#free-hour-guest-modal .dialog__promocodes--main-page .dialog__title{text-align:left;font-size:1.7em;line-height:1.2em}.mac-app-modal .dialog__subtitle{font-family:"MTS Wide",sans-serif !important;font-size:1.4em !important;line-height:1.2em !important;text-align:center !important}@media(max-width: 1023px){.mac-app-modal .dialog__subtitle{font-size:1.2em !important}}#get-payout .dialog__subtitle,#game-version-modal .dialog__subtitle{font-weight:400;font-size:14px;line-height:20px;color:#b2dbf9}#get-payout .dialog__subtitle-link,#game-version-modal .dialog__subtitle-link{color:#0085ff}#game-version-modal .dialog__subtitle{display:flex;align-items:center;justify-content:center;margin-bottom:0}#review-modal .dialog__subtitle,#request-game-modal .dialog__subtitle{font-size:1.06em;text-align:center}#desktop-app-modal .dialog__subtitle,#download-app-modal .dialog__subtitle{font-size:1.2em;margin:.8em 0}#stick-modal .dialog__subtitle{font-family:"MTS Wide",sans-serif;font-size:1.5em;font-weight:500;color:#fff}@media(max-width: 1023px){#stick-modal .dialog__subtitle{font-size:1em}}#promo-codes-modal .dialog__subtitle,#free-hour-modal .dialog__subtitle,#free-hour-guest-modal .dialog__subtitle{text-align:center}#free-hour-modal .dialog__promocodes--main-page .dialog__subtitle,#free-hour-guest-modal .dialog__promocodes--main-page .dialog__subtitle{text-align:left;font-size:1.1em}@media(max-width: 1023px){#free-hour-modal .dialog__promocodes--main-page .dialog__subtitle,#free-hour-guest-modal .dialog__promocodes--main-page .dialog__subtitle{font-size:1em}}.dialog__description--small{font-size:.8em}.dialog__question{-moz-column-span:all;column-span:all;font-size:1.25em;text-align:center;font-weight:bold}.dialog__text{color:#203255;text-align:center}.dialog--dark .dialog__text{color:rgb(178, 219, 249);color:var(--color-main-text)}#highping-modal .dialog__text{margin-bottom:-17px;color:#fff}#notification-modal .dialog__text,#confirm-modal .dialog__text,#confirm-dialog .dialog__text,#free-minutes-modal .dialog__text,#finish-session-modal .dialog__text,#delay-notification-modal .dialog__text{text-align:left;line-height:1.75em;font-size:1.0625em}@media(max-width: 1023px){#notification-modal .dialog__text,#confirm-modal .dialog__text,#confirm-dialog .dialog__text,#free-minutes-modal .dialog__text,#finish-session-modal .dialog__text,#delay-notification-modal .dialog__text{font-size:.9em}}#confirm-modal .dialog__text,#confirm-dialog .dialog__text,#finish-session-modal .dialog__text,#request-game-success-modal .dialog__text,#game-version-modal .dialog__text,#stick-modal .dialog__text{color:#fff;text-align:center;margin-bottom:2em}#game-version-modal .dialog__text{margin-bottom:0}#convergent-modal .dialog__text{color:#fff;text-align:left;font-size:1.4em;margin-top:.5em}@media(max-width: 1023px){#convergent-modal .dialog__text{max-width:90%;font-size:1.1em;margin-top:1em}}#recovery-account-modal .dialog__text{font-size:1.2em}#stick-modal .dialog__text{text-align:left;font-size:1.2em}@media(max-width: 1023px){#stick-modal .dialog__text{font-size:.9em}}.dialog__text a{color:#0077fe;text-decoration:underline;cursor:pointer}.dialog__form{display:flex;flex-direction:column}.dialog__field{position:relative;display:flex;flex-direction:column;margin-bottom:1em}.dialog__field--grid .dialog__field{margin-bottom:0}.feedback--minimal .dialog__field:nth-of-type(2){visibility:hidden;width:0;height:0;margin:0;z-index:-1}#captcha-modal .dialog__field{margin-bottom:0}.dialog__field-label{font-size:1.25em;color:#203255;margin-bottom:.3em}#otp-modal .dialog__field-label{font-size:1.125em}@media(max-width: 1023px){#otp-modal .dialog__field-label{font-size:1em}}#captcha-modal .dialog__field-label{font-size:1.125em;margin-bottom:1em}@media(max-width: 1023px){.dialog__field-label{font-size:1.125em}}form#download .dialog__field-label{margin-bottom:5px}.dialog__field-label--checkbox{font-size:1em}.dialog__field__input-wrapper{position:relative}.dialog__field__input-clear{display:none;position:absolute;justify-content:center;align-items:center;height:3em;width:3em;top:0;right:0;padding:0;border:none;background:none;cursor:pointer}.dialog__field__input-clear.show{display:flex}.dialog__field__input-clear svg{width:20%}.dialog__field-input{width:100%;font-size:1.0625em;padding:.7em 1em;background:#fff;border-radius:12px;border-radius:var(--border-radius, 12px);border:2px solid rgba(188,195,208,.5);font-family:"MTS Sans", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;font-family:var(--font-main);box-sizing:border-box}.dialog__field__input-wrapper .dialog__field-input{padding-right:2.5em}.dialog__field-input--tech{min-height:70px !important}.dialog__field-input--otp{font-size:1.5em;text-align:center;letter-spacing:.5em}.dialog__field-input[type=checkbox]{transform:scale(1.4);margin-right:20px}.dialog__field-input.just-validate-error-field{border-color:#eb4a13}.dialog__field-input.just-validate-success-field{border-color:#26cd58}.dialog__field-input.focus-visible{outline-color:#007cff}.dialog__field-input:focus-visible{outline-color:#007cff}.dialog__field--checkbox{flex-direction:row-reverse;justify-content:flex-end;align-items:center;margin-top:0;margin-bottom:.5em}.dialog__field--checkbox .just-validate-error-label{display:none;position:absolute;top:30px}.dialog__field--checkbox label,.dialog__field--checkbox span{margin-bottom:0;font-size:.9em}.dialog__field--checkbox a{color:#4c8ae5}.dialog__field--checkbox .checkbox--custom{width:1.5em;height:1.5em;margin-right:1em;outline:2px solid rgba(188,195,208,.5);border-radius:.4em;cursor:pointer}.dialog__field--checkbox input{display:none}.dialog__field--checkbox input.just-validate-error-field~.checkbox--custom{outline-color:#f95721}.dialog__field--checkbox input:checked~.checkbox--custom{outline-color:rgba(0,0,0,0);background:no-repeat center/60% url(images/accept.svg),radial-gradient(78.18% 78.18% at 74.55%, at 21.82%, #74df8b 0%, #009e2b 100%);background:no-repeat center/60% url(images/accept.svg),radial-gradient(78.18% 78.18% at 74.55% 21.82%, #74df8b 0%, #009e2b 100%)}#login-modal .dialog__field--checkbox.dialog__field-agreement,#login-modal .dialog__field--checkbox.dialog__field-subscribe{display:none}.dialog__field textarea{min-height:100px;box-sizing:border-box;resize:vertical}.dialog__field .just-validate-error-label{margin-top:.5em;font-size:.8em;color:#eb4a13}.dialog__button-wrapper{text-align:center;margin:1.5em 0 0}.dialog__button-wrapper--columns{display:flex;grid-gap:1em;gap:1em}@media(max-width: 1023px){.dialog__button-wrapper--columns{flex-direction:column}}#recovery-account-modal .dialog__button-wrapper{width:100%;display:flex;flex-direction:column;grid-gap:1em;gap:1em}#stick-modal .dialog__button-wrapper{width:-moz-max-content;width:max-content}@media(max-width: 1023px){#stick-modal .dialog__button-wrapper{width:100%}}.dialog__errors-wrapper{color:#eb4a13;text-align:center}.dialog__errors-wrapper span{display:inline-block;padding-top:10px}.dialog__submit-button{display:block;box-sizing:border-box;color:#fff;width:100%;background:linear-gradient( 217.17deg, #baffff -36.84%, #213567 96.77% );background:var(--button-gradient-secondary);font-size:1.25em;line-height:1;padding:.8em 1em;border-radius:12px;border-radius:var(--border-radius, 12px);margin-top:1.25em;text-decoration:none;font-weight:bold;outline:none;border:none;cursor:pointer;box-shadow:0 12px 64px rgba(69,182,252,0);transition:box-shadow .3s ease-in-out}.dialog__submit-button:hover{box-shadow:0 12px 64px rgba(69,182,252,.4)}.dialog__submit-button[disabled]{background:#ccc;box-shadow:none !important;cursor:not-allowed}#captcha-modal .dialog__submit-button{margin-top:1.5em}#otp-modal .dialog__submit-button{display:none}@media(max-width: 1023px){.dialog__submit-button{font-size:1em;padding:1.1881em 1em}}.dialog__otp-buttons{display:flex;flex-direction:column}.dialog__otp-buttons__item{margin-top:2em}.dialog__otp-buttons__item:first-child{margin-top:0}@media(max-width: 1023px){.dialog__otp-buttons__item{margin-top:1em}}.dialog__otp-buttons__item-button{border:none;padding:0;font-size:1.2em;color:#007cff;background:none;cursor:pointer}.dialog__otp-buttons__item-button:disabled{color:rgba(32,50,85,.5);cursor:not-allowed}@media(max-width: 1023px){.dialog__otp-buttons__item-button{font-size:1.125em}}.dialog__questions-positive,.dialog__questions-negative,.dialog__questions-negative2{display:none;-moz-column-count:2;column-count:2;-moz-column-gap:2em;grid-column-gap:2em;column-gap:2em}.dialog__questions-positive.show,.dialog__questions-negative.show,.dialog__questions-negative2.show{display:block}.dialog__questions-favorite{display:none;justify-content:center;align-items:center;grid-gap:.5em;gap:.5em}.dialog__questions-favorite.show{display:flex}.dialog__list{max-height:250px;margin:0;padding:0;list-style:none;color:#fff;overflow-y:auto}#convergent-modal .dialog__list{list-style:disc outside none;list-style:initial;list-style-image:url(images/item-icon.png);list-style-position:inside;overflow:visible;overflow:initial}.dialog__list-item{margin-bottom:1em}.dialog__list-item:last-child{margin-bottom:0}#convergent-modal .dialog__list-item{font-size:1.1em;margin-bottom:.7em}#convergent-modal .dialog__list-title{font-size:1.4em;margin-bottom:.7em;font-weight:500}@media(max-width: 1023px){#convergent-modal .dialog__list-title{font-size:1.1em;margin-top:2em;margin-bottom:1em;font-weight:700}}.dialog__promocodes{display:flex;align-items:center;min-height:20em;color:#fff}.dialog__promocodes-content,.dialog__promocodes-robot{flex-basis:50%}.dialog__promocodes--main-page .dialog__promocodes-content{flex-basis:60%;padding-top:1.5em}.dialog__promocodes-content-success{display:none}.dialog__promocodes-content .button{width:100%}.dialog__promocodes-success,.dialog__promocodes-forbidden{display:none}.dialog__promocodes-success__icon{display:block;margin:1em auto 0}@media(max-width: 1023px){.dialog__promocodes-content{flex-basis:100% !important}.dialog__promocodes-robot{flex-basis:0%}}.dialog__convergent{max-width:419px;margin-left:35%}.dialog__convergent-content{overflow-y:auto}.dialog__convergent .button{width:100%;color:#fff}.dialog__convergent a{outline:none;color:#45b6fc;text-decoration:none}@media(max-width: 1023px){.dialog__convergent{display:flex;flex-direction:column;justify-content:space-between;max-width:none;max-width:initial;height:100%;margin-left:0}.dialog__convergent .dialog__button-wrapper{margin:0}.dialog__convergent a{color:inherit}}.dialog__iframe{width:100%;height:100%;border:none}.captcha{display:flex;margin-bottom:2em;align-items:center}@media(max-width: 1023px){#captcha-modal .captcha{margin-bottom:1em}}.captcha .captcha__image{max-width:14em;width:100%;height:4.5em;background:#d9d9d9}.captcha .captcha__refresh{display:block;width:1.7em;height:1.7em;margin:1em;border:none;background:no-repeat center/1.7em url(images/refresh.svg);cursor:pointer}@keyframes appear{from{opacity:0}to{opacity:1}}.desktop-app-modal__container{display:flex;justify-content:space-between;grid-gap:2em;gap:2em}.mac-app-modal .desktop-app-modal__container{align-items:center;justify-content:center}.desktop-app-modal__container .dialog__button-wrapper--columns{flex-direction:column;grid-gap:.6em;gap:.6em}.mac-app-modal .desktop-app-modal__container .dialog__button-wrapper--columns{flex-direction:row;flex-wrap:wrap}.desktop-app-modal__container .dialog__close-button--icon,.desktop-app-modal__container .dialog__close-button--next{font-family:"MTS Wide",sans-serif;text-transform:uppercase;font-size:.8em;padding:1em}.desktop-app-modal__container .dialog__close-button--icon{border-radius:1.5em !important}.desktop-app-modal__container .dialog__close-button--next{font-weight:400;background:none}.mac-app-modal .desktop-app-modal__container .dialog__close-button--next{flex:100% 1 !important}.desktop-app-modal__content{display:flex;flex-direction:column;color:#fff}.desktop-app-modal__table{position:relative;display:grid;grid-template:3em/auto repeat(2, 1fr);align-items:center;grid-gap:1.3em 1em;gap:1.3em 1em;margin-top:.8em;margin-bottom:.1em;padding:1em 1.5em 1.5em;border-radius:1.5em;background:rgba(255,255,255,.0509803922)}.desktop-app-modal__table>*:nth-child(3n+3),.desktop-app-modal__table>*:nth-child(3n+2){justify-self:center}.desktop-app-modal__table span.desktop-app-modal__table-header-0{font-size:.75em;opacity:.9}.desktop-app-modal__table span.desktop-app-modal__table-header-1,.desktop-app-modal__table span.desktop-app-modal__table-header-2{font-weight:500;font-family:"MTS Wide",sans-serif}.desktop-app-modal__table span.desktop-app-modal__table-item{background:rgba(255,255,255,.1019607843);padding:.3em .8em;border-radius:1em;font-weight:700}.desktop-app-modal__table span.desktop-app-modal__table-item-1{color:#00fb19}.desktop-app-modal__table span.desktop-app-modal__table-item-2{color:rgba(255,255,255,.6980392157)}.desktop-app-modal__table::before{content:"";position:absolute;top:4em;right:0;left:0;height:2px;background-color:rgba(255,255,255,.0705882353)}@media(max-width: 1023px){.desktop-app-modal__table{grid-template:6em/auto repeat(2, 1fr);grid-gap:1em;gap:1em;margin-bottom:0}}.desktop-app-modal__image{width:40%;display:flex;align-items:center}.mac-app-modal .desktop-app-modal__image{width:60%}.desktop-app-modal__image img{width:100%}.mac-app-modal .desktop-app-modal__image img{position:absolute;width:auto;right:0}.download-mac-app-modal .desktop-app-modal__image img{width:33%;right:6%}@media(min-width: 1024px) and (max-width: 1439px){.desktop-app-modal__image{width:30%}}.desktop-app-modal__footer{margin-top:1em;font-size:.8em}@media(max-width: 1023px){.desktop-app-modal__image{display:none}.desktop-app-modal__table::before{top:4em}}.stick-modal__container{display:flex;justify-content:space-between;grid-gap:2em;gap:2em;padding:5em 1em}.stick-modal__content{width:50%}.stick-modal__content .button{display:flex;align-items:center;grid-gap:1em;gap:1em;margin-top:1em;font-family:"MTS Compact",sans-serif;font-size:1.1em;font-weight:500;height:3em;border-radius:.9em !important;outline:none}.stick-modal__content .button-primary{background:#896ef5}.stick-modal__content .button-primary:hover{background:#7a62da}.stick-modal__content .button-secondary{background:rgba(255,255,255,.2509803922)}.stick-modal__content .button-secondary:hover{background:rgba(255,255,255,.3764705882)}.stick-modal__bages{width:50%;position:relative}.stick-modal__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;z-index:-1;transform:scale(1.4) translate(-2em, 2em)}.stick-modal__bage{position:absolute;padding:.5em 1em;border-radius:1em;font-family:"MTS Wide",sans-serif;font-weight:700;color:#fff}.stick-modal__bage:first-of-type{top:55%;left:-20%;display:inline-block;background:#b701ff}.stick-modal__bage:last-of-type{top:10%;right:0;display:inline-block;font-size:1em;background:#ff0032}.stick-modal__bage-title{margin:0;font-size:2.5em;line-height:1em}.stick-modal__bage-subtitle{margin:0;font-size:.9em}.stick-modal__bage-description{margin:0;font-size:.9em}@media(min-width: 1024px) and (max-width: 1439px){.stick-modal__container{font-size:.8em}}@media(max-width: 1023px){.stick-modal__container{padding:2em 0 0}.stick-modal__content{width:100%}.stick-modal__content .button{font-size:1em}.stick-modal__bages{display:none}.stick-modal__image{height:100%;width:auto}}.auth-request__container{display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff}.auth-request__container>div{margin-bottom:1em}.auth-request__container>div:last-child{margin-bottom:0}.auth-request__subtitle{display:flex;align-items:center}.auth-request__subtitle .tooltip{margin-left:.5em;text-align:left}.auth-request__servers{font-size:.9em}.auth-request__servers-items{display:flex;justify-content:center;list-style:none;grid-gap:1em;gap:1em;margin:0;margin-top:1.5em;padding:0}.auth-request__servers-item{display:flex;background:none;border:none;padding:0;cursor:pointer}.auth-request__anonymous-title{display:flex;align-items:center;justify-content:center;margin-bottom:2em}.auth-request__anonymous-title::before,.auth-request__anonymous-title::after{content:"";display:block;height:1px;background-color:rgba(74,110,135,.8);max-width:70px;width:100%}.auth-request__anonymous-title::before{margin-right:1em}.auth-request__anonymous-title::after{margin-left:1em}.auth-request__footer{margin-top:5em;font-size:.8em;color:#b2dbf9}.auth-request__footer a{color:#45b6fc}.merchant-grid{grid-gap:30px;gap:30px}@media(min-width: 1024px) and (max-width: 1439px){.merchant-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 1023px){.merchant-grid{grid-template-columns:1fr}}.merchant-aside-menu{list-style:none;margin:0;padding:0}.merchant-aside-menu__item{margin-bottom:25px}.merchant-aside-menu__item:last-child{margin-bottom:0}.merchant-aside-menu__item--submenu{display:none;margin-top:25px;list-style:none}.merchant-aside-menu__link--open~.merchant-aside-menu__item--submenu{display:block}.merchant-aside-menu__link{display:flex;align-items:center;font-family:"MTS Sans",sans-serif;font-style:normal;font-weight:500;font-size:16.72px;line-height:18px;text-transform:uppercase;text-decoration:none;color:#fff;opacity:.9}.merchant-aside-menu__link--active{font-style:italic;font-weight:400}.merchant-aside-menu__link-submenu{justify-content:space-between;cursor:pointer}.merchant-aside-menu__link img{margin-right:10px;max-width:20px}.merchant-aside-menu__link--open>img{transform:rotate(90deg)}.merchant-tabs{display:inline-flex;margin:0 -15px;padding:0;list-style:none}.merchant-tabs--computer{margin-bottom:50px !important}.merchant-tabs-wrapper{margin-bottom:30px;width:100%;overflow-x:auto;overflow-y:hidden}.merchant-tabs__item{display:flex;align-items:flex-start;margin:0 15px}.merchant-tabs__icon{margin-right:5px}.merchant-tabs__link{font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:700;font-size:17px;line-height:20px;text-transform:uppercase;text-decoration:none;white-space:nowrap;color:rgba(255,255,255,.43);opacity:.9;border-bottom:2px solid rgba(0,0,0,0);padding-bottom:5px}.merchant-tabs__link--active{color:#fff;border-bottom-color:#fff}.merchant-tabs__content{display:none}.merchant-tabs__content--active{display:block}.merchant-card{padding:20px;border-radius:15px;box-shadow:0 15px 35px rgba(2,21,43,.25);background:rgba(178,219,249,.08)}.merchant-card-header{display:flex;justify-content:space-between;align-items:center;position:relative}.merchant-card__statistic .merchant-card-header__content{display:flex;align-items:center}.merchant-card-header__title{font-family:"MTS Wide",sans-serif;text-transform:uppercase;font-size:17px;line-height:20px;margin-top:0}.merchant-card__statistic-popular-pc .merchant-card-header__icon,.merchant-card__statistic-popular-game .merchant-card-header__icon,.merchant-card__statistic-user-game-wish .merchant-card-header__icon{width:60px;height:auto;margin:-10px 0 0 -5px}.merchant-card-dottes{padding:10px 19px;margin:-10px -19px;cursor:pointer}.merchant-card-profile{font-family:"MTS Sans",sans-serif;font-style:normal;font-weight:500;font-size:17px;line-height:24px;color:#fff}.merchant-card-profile .merchant-card-body{display:flex;flex-wrap:wrap;align-items:center}.merchant-card-profile__avatar{flex:1 0 auto;display:block;width:128px;height:128px;max-width:128px;max-height:128px;margin-right:30px;border-radius:50%;overflow:hidden}.merchant-card-profile__contacts{margin:0;padding:0;list-style:none}.merchant-card-profile__contacts-item{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid rgba(74,110,135,.8)}.merchant-card-profile__contacts-item:last-child{margin-bottom:0;border-bottom:none}.merchant-card-profile__contacts-item--name{margin-right:15px}.merchant-card-balance{display:flex;align-items:center;justify-content:center}.merchant-card-balance__wrapper{width:327px;margin:0 auto}.merchant-card-balance__title{margin-top:0;margin-bottom:5px;font-weight:400;font-size:20px;line-height:30px;color:#fff;opacity:.9}.merchant-card-balance__amount{display:block;margin-bottom:20px;font-weight:700;font-size:36px;line-height:36px;color:#fff;opacity:.9}.merchant-card-balance .button{width:100%;font-weight:500;font-size:24px;line-height:28px;padding:.5em 2em}.merchant-card-promo-page__title{margin-top:0;font-weight:500;font-size:17px;line-height:24px;color:#fff}.merchant-card-promo-page__text{font-weight:400;font-size:14px;line-height:18px;opacity:.9}.merchant-card-promo-page__text--validation-message{margin-top:5px;color:#ffa080}.merchant-card-promo-page__text strong{opacity:1}@media(max-width: 1023px){.merchant-card-profile .merchant-card-body{flex-direction:column}.merchant-card-profile__avatar{margin-right:0;margin-bottom:15px}.merchant-card-profile__contacts-item{flex-direction:column;grid-gap:10px;gap:10px}.merchant-card-profile__contacts-item--name{margin-right:0}.merchant-card-balance .merchant-card-body{width:100%}.merchant-card-balance__wrapper{width:100%;max-width:327px;text-align:center}.merchant-card-balance .button{margin:0 auto;padding:.5em 1em}}.table--scrollable{overflow:auto}.table--small{max-height:300px}.merchant-table{width:100%;border-collapse:collapse}.merchant-table--small{border-spacing:0 13px}.merchant-table--small th{padding:0 10px !important;font-weight:700 !important;font-size:14px !important;line-height:20px !important}.merchant-table--small td{padding:5px 10px !important;min-height:0 !important;font-weight:400 !important;font-size:17px !important;line-height:24px !important}.merchant-table--medium th,.merchant-table--medium td{text-transform:none !important}.merchant-table--centered tr,.merchant-table--centered th{text-align:center !important}.merchant-table tr{display:flex;align-items:center;margin:15px 0 25px;padding:0 20px;border-radius:12px;background:rgba(178,219,249,.08);border:1px solid rgba(255,255,255,.1);box-shadow:0 15px 35px rgba(2,21,43,.25)}.merchant-table--list tr{display:table-row;width:auto;margin:0;padding:0;background:rgba(0,0,0,0);border:none;box-shadow:none}.merchant-table--default tr{display:table-row;margin:0 !important;padding:0 !important;background:rgba(0,0,0,0);border:none;box-shadow:none}.merchant-table--default tbody tr{white-space:nowrap}.merchant-table thead tr{margin:0;background:rgba(0,0,0,0);border:none}.merchant-table tbody tr{align-items:flex-start}.merchant-table tbody tr:last-child{margin-bottom:0}.merchant-table th{width:100%;font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:700;font-size:17px;line-height:20px;text-transform:uppercase;color:#fff;text-align:left}.merchant-table__header-item{margin:0 10px}.merchant-table--default th{width:auto !important;text-transform:none !important;text-transform:initial !important}.merchant-table td{display:flex;align-items:center;width:100%;min-height:70px;padding:10px 0;margin:0 10px;font-family:"MTS Sans",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22px;text-transform:uppercase;color:#fff;word-wrap:anywhere}.merchant-table--list{border-collapse:separate;border-spacing:0}.merchant-table--list th{width:auto;padding:10px !important;font-size:12px !important;list-style:16px !important;text-transform:none;text-align:center}.merchant-table--list th:first-child{text-align:left}.merchant-table--list td{display:table-cell !important;width:auto;margin:0;padding:10px !important;border-radius:0;border:none;border-bottom:1px solid rgba(74,110,135,.35);font-size:14px !important;line-height:18px !important;text-align:center;text-transform:none;text-transform:initial;background:rgba(0,0,0,0);box-shadow:none}.merchant-table--default{border-collapse:separate}.merchant-table--default td{display:table-cell;width:auto;margin:0;background:rgba(178,219,249,.08);border-color:rgba(255,255,255,.1);border-width:1px;border-style:solid;border-right:none;border-left:none;box-shadow:0 15px 35px rgba(2,21,43,.25);text-transform:none;text-transform:initial}.merchant-table--default td:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.merchant-table--default td:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}.merchant-table--list td:first-child{text-align:left}.merchant-table th:last-child{width:auto}.merchant-table td:first-of-type{margin-left:0}.merchant-table td:last-of-type{margin-right:0;width:auto}.merchant-table__tariffs th:last-child,.merchant-table__tariffs td:last-of-type{width:20em}.merchant-table__reviews td:last-child,.merchant-table__reviews td:last-of-type{min-width:400px;white-space:normal}.merchant-table__reviews a{color:inherit}.merchant-table__backlog{margin-bottom:50px}.merchant-table__backlog .merchant-table__header-item{font-size:24px}.merchant-table__backlog .merchant-table__item{color:#b2dbf9}.merchant-table__backlog .merchant-table__item-content--box{margin:0 10px}.merchant-table__backlog th:last-child,.merchant-table__backlog td:last-child{width:55%}.merchant-table__backlog td:last-child .merchant-table__item-content{display:flex;align-items:center}.merchant-table__backlog td:last-child .merchant-table__item-content img{margin-right:10px}.merchant-table__backlog th:nth-child(2),.merchant-table__backlog td:nth-child(2){width:auto}.merchant-table__backlog td:nth-child(2){font-size:20px}.merchant-table__games th:last-child,.merchant-table__games td:last-child{width:100%}.merchant-table__games td:first-child{text-transform:uppercase !important}.merchant-table__submenu-parent .merchant-table--small{border-spacing:0}.merchant-table__submenu-parent .merchant-table--small th{padding:10px !important}.merchant-table__submenu-parent .merchant-table--small td{padding:10px !important;border-top:none;background:rgba(0,0,0,0);border-radius:0;box-shadow:none}.merchant-table__submenu-parent .merchant-table--small tr:last-child td{border-bottom:none}.merchant-table__submenu-parent>tbody>.merchant-table__item:nth-child(odd){background:rgba(178,219,249,.05)}.merchant-table__submenu-parent>tbody>.merchant-table__item:nth-child(odd).merchant-table__item--open td:last-child img{transform:rotate(180deg)}.merchant-table__submenu-parent>tbody>.merchant-table__item:nth-child(odd).merchant-table__item--open+.merchant-table__item:nth-child(even){display:table-row}.merchant-table-actions{display:flex;justify-content:flex-end}.merchant-table-actions svg{margin:10px;cursor:pointer}.merchant-table__field__message{margin:0;margin-top:5px;font-weight:400;font-size:12px;line-height:16px;color:#fff;text-transform:none;text-transform:initial}.merchant-table input{width:100%;min-height:50px;padding:0 15px;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:17px;color:#fff;background:rgba(178,219,249,.08)}.merchant-table input::-webkit-outer-spin-button,.merchant-table input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.merchant-table input[type=number]{-moz-appearance:textfield}.merchant-table input:disabled{border:none;background:none}.merchant-table input.merchant-tariffs-name:disabled{font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase}.merchant-table input.merchant-table__field--invalid{border:1px solid #ffa080}.merchant-table .text-color--green{color:#74df8b !important}.merchant-table .text-color--orange{color:#ffa080 !important}.merchant-table .text-color--yellow{color:#fad67d !important}.merchant-table .text-color--red{color:#fa8a64 !important}.merchant-table .text-color--red-contrast{color:#ff4747 !important}.merchant-table .text-color--orange-contrast{color:#ffcc47 !important}.merchant-table .text-color--blue-contrast{color:#47d3ff !important}.table-merchant-header{display:flex;justify-content:space-between;align-items:center;margin:0 10px}.table-merchant-header__title{margin:0;font-family:"MTS Wide",sans-serif;font-size:17px;line-height:20px;text-transform:uppercase;color:#fff}.table-merchant-header__actions{display:flex;list-style:none;padding:0;align-items:center;margin:0 -15px}.table-merchant-header__action-item{display:flex;justify-content:center;align-items:center;margin:0 5px;width:40px;height:40px;background:rgba(178,219,249,.08);border-radius:6px;cursor:pointer}.table-grid__header,.table-grid__body-row{display:grid;margin-bottom:20px;grid-gap:20px}.table-grid__header-item{font-family:"MTS Sans",sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:28px;color:#fff}.table-grid__body-column{background:#141d2d;border:1px solid rgba(178,219,249,.1);border-radius:12px}.table-grid__body-content{display:flex;align-items:center;justify-content:center;padding:20px;min-height:29px}.table-grid--backlog{margin-bottom:50px}.table-grid--backlog .table-grid__header,.table-grid--backlog .table-grid__body-row{grid-template-columns:1fr 15% 25%}.table-grid--backlog .icon{margin-right:10px}.table-grid--backlog .table-grid__body-column{height:-moz-max-content;height:max-content}.table-grid--backlog .table-grid__body-column:nth-of-type(2){font-size:20px}.table-grid--backlog .table-grid__body-column:last-of-type .table-grid__body-content{justify-content:initial}.table-grid--backlog .table-grid__body-column:last-of-type .table-grid__body-content span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.table-grid--backlog-done .table-grid__header,.table-grid--backlog-done .table-grid__body-row{grid-template-columns:1fr 25%}.table-grid--backlog-done .table-grid__body-column:last-of-type .table-grid__body-content{justify-content:initial;font-size:16px}.table-grid--backlog-done .table-grid__body-column:last-of-type .table-grid__body-content span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media(max-width: 1023px){.table-grid--backlog .table-grid__header,.table-grid--backlog .table-grid__body-row{grid-template-columns:100%;grid-gap:0}.table-grid--backlog .table-grid__header-item{font-size:1.2em;line-height:1.5em}.table-grid--backlog .table-grid__header-item:not(:first-child){display:none}.table-grid--backlog .table-grid__body-row{border:1px solid rgba(178,219,249,.1);border-radius:1em;overflow:hidden}.table-grid--backlog .table-grid__body-column{border:none;border-radius:0}.table-grid--backlog .table-grid__body-column:nth-of-type(2){font-size:1em}.table-grid--backlog .table-grid__body-content{align-items:flex-start;justify-content:flex-start;padding:.5em 1em;min-height:auto}.table-grid--backlog .table-grid__body-column:last-of-type .table-grid__body-content{padding-bottom:1em}.table-grid--backlog .icon{width:6vw}.table-grid--backlog-done .table-grid__body-column:last-of-type .table-grid__body-content{font-size:1em}}.merchant-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(178,219,249,.08);border:1px solid rgba(255,255,255,.1);box-shadow:0 15px 35px rgba(2,21,43,.25);-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border-radius:63px;cursor:pointer}.merchant-computer{padding:20px;background:rgba(178,219,249,.08);border:1px solid rgba(255,255,255,.1);box-shadow:0 15px 35px rgba(2,21,43,.25);-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border-radius:12px}.merchant-computer .stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.merchant-computer--computer{margin-bottom:30px;padding:0;border:none;background:none}.merchant-computer-header{display:flex;justify-content:space-between;align-items:flex-start}.merchant-computer-name-wrapper{flex:1 1;margin:0 20px}.merchant-computer-name{margin-bottom:10px;font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:500;font-size:22px;line-height:24px;text-transform:uppercase;color:#fff;opacity:.9}.merchant-computer-tariff{font-family:"MTS Sans",sans-serif;font-style:normal;font-weight:400;font-size:17px;line-height:27px;color:#fff}.merchant-computer-tariff--no{color:#eb4a13}.merchant-computer-status{width:15px;height:15px;border-radius:50%}.merchant-computer-status--green{background:#12b23f}.merchant-computer-status--gray{background:#969fa8}.merchant-computer-status--orange{background:#eb4a13}.merchant-computer-status--yellow{background:#ff0}.merchant-computer-status-color--green{color:#12b23f}.merchant-computer-status-color--gray{color:#969fa8}.merchant-computer-status-color--orange{color:#eb4a13}.merchant-computer-status-color--yellow{color:#ff0}.merchant-list{margin:0 15px 30px;width:auto}@media(max-width: 1023px){.merchant-list-wrapper .merchant-list{width:auto}}.merchant-list-wrapper{margin:0 -15px}.merchant-list-title{position:relative;margin-bottom:20px;font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:18px;color:#fff;opacity:.9;z-index:1}.merchant-list-body{margin:0;padding:0;list-style:none}.merchant-list-item{display:flex;justify-content:space-between;padding:1px 0;border-bottom:1px solid rgba(74,110,135,.35)}.merchant-list-item:last-child{border-bottom:none}.merchant-list--system .merchant-list-item,.merchant-list--reviews .merchant-list-item{padding:20px 0}.merchant-list-name{margin-right:15px;font-family:"MTS Sans",sans-serif;font-style:normal;font-weight:400;font-size:17px;line-height:27px;color:#4a6e87;opacity:.9}.merchant-list-value,.merchant-list-review-info,.merchant-list-review-message{margin-left:15px;font-family:"MTS Sans",sans-serif;font-style:normal;font-weight:400;font-size:17px;line-height:27px;text-align:right;color:#fff;opacity:.9}.merchant-list-review-info,.merchant-list-review-message{margin:0;text-align:left}.merchant-list-review-info>p,.merchant-list-review-message>p{margin-top:0;margin-bottom:.8em}.merchant-list-review-info{white-space:nowrap}.merchant-list-review-message{width:100%;margin-left:20px}.merchant-list-review-message .merchant-list-message{min-height:100px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(178,219,249,.08)}.merchant-list-review-answer-item{display:inline-block;margin:0 5px 5px 0;padding:2px 10px;border-radius:14px;background:rgba(178,219,249,.25)}.merchant-list-review-duration{margin-top:5px;padding:0 10px;border-radius:6px;text-align:center;font-size:12px;line-height:1.8em}.merchant-list-review-duration--short{background-color:rgba(255,160,128,.3)}.merchant-list-review-duration--long{background-color:rgba(116,223,139,.3)}.form-field-merchant{margin-bottom:15px}.form-field-merchant a{color:#0085ff}.form-field-merchant__type-checkbox{display:flex;flex-wrap:wrap}.form-field-merchant__type-checkbox:nth-of-type(3){margin-top:30px}#review-modal .form-field-merchant__type-checkbox:nth-of-type(3){margin-top:0}.form-field-merchant__label{font-family:"MTS Sans",sans-serif;font-style:normal;font-weight:400;font-size:17px;line-height:24px;color:#fff;opacity:.9}.form-field-merchant__type-checkbox .form-field-merchant__label{display:flex;flex-direction:row-reverse;align-items:center;margin-bottom:5px;font-size:14px;line-height:17px;color:#fff}#review-modal .form-field-merchant__type-checkbox .form-field-merchant__label{margin-bottom:0;font-size:1.06em}@media(max-width: 1023px){#review-modal .form-field-merchant__type-checkbox .form-field-merchant__label{font-size:1em}}.form-field-merchant__group{position:relative;margin:10px 0 5px}.form-field-merchant__group,.form-field-merchant__button-group{display:flex;align-items:center}.form-field-merchant__input,.form-field-merchant__button{min-height:44px;padding:12px}.form-field-merchant__button-group{position:absolute;top:0;right:0}.form-field-merchant__input{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;text-overflow:ellipsis;background:rgba(178,219,249,.08)}.form-field-merchant__input:focus,.form-field-merchant__input.focus-visible{outline:2px solid #45b6fc}.form-field-merchant__input:focus,.form-field-merchant__input:focus-visible{outline:2px solid #45b6fc}.form-field-merchant--invalid .form-field-merchant__input{outline:2px solid #fa8a64}.form-field-merchant__type-checkbox .form-field-merchant__input{display:none}.form-field-merchant__group .form-field-merchant__input{padding-right:40px}.form-field-merchant__type-textarea .form-field-merchant__input{font-family:"MTS Sans",sans-serif;font-style:normal;font-weight:400;font-size:17px;height:100px;border:.0625em solid rgba(74,110,135,.35);background:#1a2335;resize:vertical;box-sizing:border-box}.form-field-merchant__type-textarea .form-field-merchant__input::-moz-placeholder{color:#456880}.form-field-merchant__type-textarea .form-field-merchant__input::placeholder,.form-field-merchant__type-textarea .form-field-merchant__input::-moz-placeholder{color:#456880}#review-modal .form-field-merchant__type-textarea .form-field-merchant__input{height:5.7em;margin-top:.6em;border-radius:.5em;font-size:1.17em;background:rgba(98,108,119,.25);resize:none}.form-field-merchant__button{display:flex;justify-content:center;align-items:center;padding:12px;min-height:44px;cursor:pointer}.form-field-merchant__button-icon{width:12px;height:12px}.form-field-merchant__button--success .form-field-merchant__button-icon{width:18px;height:18px}.form-field-merchant__button.form-field-merchant__button--success,.form-field-merchant__button.form-field-merchant__button--clear,.form-field-merchant--invalid .form-field-merchant__button.form-field-merchant__button--success{display:none}.form-field-merchant--valid .form-field-merchant__button.form-field-merchant__button--success,.form-field-merchant__button.show{display:flex}.form-field-merchant__checkbox{flex:1 0 32px;width:32px;height:32px;margin-right:10px;border:2px solid rgba(127,140,153,.35);border-radius:6px;background:rgba(127,140,153,.35);cursor:pointer;box-sizing:border-box}.form-field-merchant--invalid .form-field-merchant__checkbox{border-color:#ffa080}.form-field-merchant__type-checkbox input:checked~.form-field-merchant__checkbox{background:no-repeat center/50% url(images/accept.svg),radial-gradient(78.18% 78.18% at 74.55%, at 21.82%, #74df8b 0%, #009e2b 100%);background:no-repeat center/50% url(images/accept.svg),radial-gradient(78.18% 78.18% at 74.55% 21.82%, #74df8b 0%, #009e2b 100%);border:none}#review-modal .form-field-merchant__checkbox{width:1.9em;height:1.9em}@media(max-width: 1023px){#review-modal .form-field-merchant__checkbox{width:2em;height:2em}}.form-field-merchant__message{width:100%;font-size:12px;line-height:16px;color:#969fa8}.form-field-merchant--invalid .form-field-merchant__message{color:#ffa080}.form-field-merchant__submit{width:100%;margin-top:30px;padding:14px;font-size:17px}.form-field-merchant__submit:disabled{color:#626c77;background:rgba(127,140,153,.35);box-shadow:none;cursor:no-drop}.merchant-section{font-family:"MTS Sans",sans-serif;font-style:normal;font-weight:400;font-size:17px;line-height:24px;color:#fff;opacity:.9}.merchant-section__table-sessions{margin-top:30px}.merchant-section__chart-activity{margin-bottom:30px}.merchant-section__title{font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:28px;text-transform:uppercase;color:#fff}.merchant-section__type-activation .merchant-section__header{margin-bottom:30px;text-align:center}.merchant-section__type-activation{max-width:400px;margin:0 auto}.merchant-section__empty-content{display:flex;align-items:center;justify-content:center;text-align:center;font-size:20px;line-height:28px}.merchant-section__empty-content a{color:#0085ff}.merchant-section__instruction{max-width:800px;line-height:normal}.merchant-section__instruction li{margin-bottom:10px;padding-left:10px}.merchant-section__instruction ol,.merchant-section__instruction ul,.merchant-section__instruction dl{margin:17px 0 50px}.merchant-section__instruction dt{margin:17px 0}.merchant-section__instruction ol ol ul{margin:17px 0}.merchant-section__instruction>h2,.merchant-section__instruction .merchant-instruction__navigation>h2{margin-top:50px}.merchant-section__instruction .merchant-instruction__alert{border:1px solid rgba(255,255,255,.5);border-radius:25px;padding:20px 25px;margin:20px 0}.merchant-section__instruction .merchant-instruction__alert>strong:first-of-type{display:block;margin-bottom:10px}.merchant-section__instruction .merchant-instruction__alert--danger>strong:first-of-type{color:#ff4500}.merchant-section__instruction .merchant-instruction__alert--warning>strong:first-of-type{color:orange}.merchant-section__instruction a{color:#0085ff}.merchant-section__instruction .merchant-instruction__navigation a{color:#fff}.merchant-section__instruction .merchant-instruction__step{margin:50px 0}.merchant-section__instruction .merchant-instruction__step::marker,.merchant-section__instruction .merchant-instruction__step-title,.merchant-section__instruction .merchant-instruction__step-link{margin-bottom:28px;font-size:24px;line-height:24px;color:#fff;text-transform:uppercase;text-decoration:none}.merchant-section__instruction .merchant-instruction__step-link:hover{text-decoration:underline}.merchant-section__instruction img{width:100%;max-width:-moz-max-content;max-width:max-content;max-height:500px}.merchant-section__instruction figure{margin:50px auto;text-align:center}.merchant-section__instruction figure img:hover{cursor:pointer}.merchant-section__instruction figcaption{margin:15px 0;font-size:14px}.merchant-profile-copy{position:relative}.merchant-profile-copy.fog-copy{max-width:40em}#free-hour-modal .merchant-profile-copy.fog-copy{margin:2em 0 3em}@media(max-width: 1023px){#free-hour-modal .merchant-profile-copy.fog-copy{margin:1em 0}}.merchant-profile-copy .form-item__wrapper{margin-bottom:0}.merchant-profile-copy__input{width:100%;max-width:206px;padding:4px 40px 4px 12px;border:1px solid rgba(255,255,255,.1);border-radius:6px;font-weight:500;font-size:17px;line-height:24px;color:#fff;text-overflow:ellipsis;background:rgba(178,219,249,.08)}.fog-copy .merchant-profile-copy__input{max-width:100%;padding:.5em 3em .5em .5em;font-size:1em;line-height:1.3em;border-radius:.4em}.merchant-card-promo-page .merchant-profile-copy__input{max-width:none;padding-right:12px}.merchant-profile-copy__icon{position:absolute;display:flex;top:50%;right:12px;width:24px;height:24px;padding:5px;border-radius:7px;background:#5074a0;transform:translateY(-50%);cursor:pointer}.fog-copy .merchant-profile-copy__icon{right:.5em;width:.8em;height:.8em;padding:.4em;border-radius:.4em}.payouts-balance{display:flex;align-items:center;margin-bottom:20px;font-weight:400;font-size:17px;line-height:24px;color:#fff}.payouts-balance__icon{margin-right:10px}.payouts-balance__amount{margin-left:10px;font-weight:700;font-size:24px;line-height:33px;color:#fff}.payouts-cards__title{font-weight:400;font-size:12px;line-height:18px;color:#b2dbf9}.payouts-cards__list{margin:0 -10px;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center}.payouts-cards__list input{position:absolute;visibility:hidden;width:0;height:0}.payouts-cards__item{display:flex;align-items:center;justify-content:center;width:90px;height:60px;margin:5px 5px;background:rgba(178,219,249,.08);border:1px solid rgba(255,255,255,.1);border-radius:15px;font-weight:400;font-size:12px;line-height:17px;color:#fff;cursor:pointer}input:checked~.payouts-cards__item{outline:3px solid #4262ba}.pagination{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:10px 0 0;padding:0;font-size:17px}.pagination li{display:flex;justify-content:center;align-items:center;width:30px;height:30px;margin:5px;background:rgba(178,219,249,.08);border-radius:5px}.pagination li a,.pagination li span{display:block;width:100%;height:100%;text-decoration:none;text-align:center;line-height:30px;color:#437498}.pagination li.active{outline:1px solid #fff}.pagination li.active a{color:#fff}.pagination li.disabled{display:none}.pagination li.prev,.pagination li.next{border-radius:100%}.pagination li.next img{transform:rotate(180deg)}.merchant code{display:block;background:#000;padding:10px;margin:10px 0}.merchant *{box-sizing:border-box}.merchant-layout{height:100vh;display:flex}@media(max-width: 1023px){.merchant-layout{flex-direction:column;height:auto}}.merchant-aside{display:flex;flex-direction:column;justify-content:space-between;flex:0 1 240px;padding:0 30px 30px;border-bottom-right-radius:25px;background:rgba(178,219,249,.08)}@media(max-width: 1023px){.merchant-aside{flex:0 1;padding-bottom:0}}.merchant-aside-header{display:flex;justify-content:space-between;align-items:center;height:93px}.merchant-aside-header a{display:flex}@media(max-width: 1023px){.merchant-aside-header{height:60px}}.merchant-aside-body{flex:1 1;margin:30px 0}@media(max-width: 1023px){.merchant-aside-body{display:none}.merchant-aside-header--menu-open+.merchant-aside-body{display:block}}@media(max-width: 1023px){.merchant-aside-footer{display:none}.merchant-aside-header--menu-open~.merchant-aside-footer{display:block;margin-bottom:30px}}.merchant-main{flex:1 1;padding:0 30px;overflow:hidden;overflow-y:auto;scroll-behavior:smooth}.merchant-content{display:flex;flex-direction:column;min-height:calc(100% - 125px);padding:30px;border-radius:25px;background:rgba(178,219,249,.08)}@media(max-width: 425px),(max-height: 425px){.merchant-content{margin:0 -30px}}.merchant-content-header{display:flex;justify-content:space-between}.merchant-content-header__title{margin:0 0 25px;font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-transform:uppercase;color:#fff}.merchant-content-header__title--default-size{font-size:25.5px;font-weight:bold;line-height:30px}.merchant-content-header__subtitle{margin:0 0 20px;font-weight:400;font-size:14px;line-height:24px;text-align:center;color:#969fa8}.merchant-content-header,.merchant-content-body,.merchant-content-footer{overflow:hidden}.merchant-content-filters{margin-bottom:30px}.merchant-header{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;height:95px;flex:1 0 95px;background:linear-gradient(90deg, #0a1222 0%, #060c18 100%);z-index:3}.merchant-header__title{flex:1 1;margin:0;font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:28px;text-transform:uppercase;color:#fff;opacity:.9}.merchant-burger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer}@media(max-width: 1023px){.merchant-burger{display:flex}}.merchant-burger__item{height:2px;border-radius:2px;background:#fff}.merchant-burger--open .merchant-burger__item{transform-origin:left;opacity:0}.merchant-burger--open .merchant-burger__item:first-child,.merchant-burger--open .merchant-burger__item:last-child{opacity:1}.merchant-burger--open .merchant-burger__item:first-child{transform:rotate(45deg) translate(2px, -4px)}.merchant-burger--open .merchant-burger__item:last-child{transform:rotate(-45deg) translate(2px, 3px)}.merchant .anchor-instruction{color:#fff !important;text-decoration:none}.merchant .anchor-instruction:hover{text-decoration:underline}.text-color--green{color:#74df8b !important}.text-color--orange{color:#ffa080 !important}.text-color--yellow{color:#fad67d !important}.text-color--red{color:#fa8a64 !important}.text-color--red-contrast{color:#ff4747 !important}.text-color--orange-contrast{color:#ffcc47 !important}.text-color--blue-contrast{color:#47d3ff !important}.pay .tooltip{display:inline-block;margin-left:.2em}.merchant-tabs .tooltip{display:flex;margin-top:2px;margin-left:10px}.form-field__switch-label .tooltip{display:inline-block;margin-left:.2em}.desktop-app-modal__table .tooltip{display:inline-block}.card--version-6 .tooltip{display:inline-block}.merchant-list .tooltip,.merchant-table th .tooltip,.merchant-table td .tooltip{display:inline-block;margin-left:10px}.card-games-list li .tooltip{display:inline-block}.tooltip.high-demand{display:inline-block}.filter .tooltip.high-demand{display:inline-block;margin-left:1em}@media(max-width: 1023px){.filter .tooltip.high-demand{margin-bottom:1em;margin-left:0}}.tooltip a{color:#45b6fc;text-decoration:none}.tooltip-icon[data-event=click]{cursor:pointer}.pay .tooltip-icon{filter:contrast(10) grayscale(1)}.high-demand .tooltip-icon{display:flex;align-items:center;grid-gap:.5em;gap:.5em;font-family:"MTS Text",sans-serif;font-weight:700;color:#fad67d}.high-demand .tooltip-icon img{width:.6em}.high-demand--very .tooltip-icon{color:#fa8a64}.tooltip-message{font-family:"MTS Sans",sans-serif;display:none;position:relative;padding:10px 12px;max-width:237px;background:#395476;border-radius:8px;font-weight:300;font-size:13px;line-height:17px;color:#b2dbf9;text-transform:none;text-transform:initial;white-space:normal;z-index:2}.tooltip-message a{color:#45b6fc;text-decoration:none}.pay .tooltip-message a{color:#45b6fc}.tooltip-message[data-show]{display:block}.labels-computer .tooltip-message{max-width:50%;font-size:.8em;line-height:normal}.pay .tooltip-message{background:#000;color:#fff}.high-demand .tooltip-message span{color:#74df8b}.tooltip-arrow,.tooltip-arrow::before{position:absolute;width:20px;height:8px}.tooltip-arrow{visibility:hidden}.tooltip-arrow::before{content:"";visibility:visible;background-image:url(images/tooltip-arrow.svg)}.pay .tooltip-arrow::before{filter:contrast(10) grayscale(1)}.tooltip-message[data-popper-placement^=top]>.tooltip-arrow{bottom:-7px}.tooltip-message[data-popper-placement^=top]>.tooltip-arrow::before{transform:rotate(180deg)}.tooltip-message[data-popper-placement^=bottom]>.tooltip-arrow{top:-7px}.tooltip-message[data-popper-placement^=left]>.tooltip-arrow{right:-7px}.tooltip-message[data-popper-placement^=left]>.tooltip-arrow::before{transform:rotate(90deg)}.tooltip-message[data-popper-placement^=right]>.tooltip-arrow{left:-7px}.tooltip-message[data-popper-placement^=right]>.tooltip-arrow::before{transform:rotate(-90deg)}.emoji{width:2.2vw;height:2.2vw;position:absolute;transform:translate(5px, 0)}.emoji--favorites{display:inline-block;position:static;width:auto;height:auto}@media(min-width: 1024px) and (max-width: 1439px){.emoji{width:2.9vw;height:2.9vw}.emoji--favorites{width:auto;height:auto}}@media(max-width: 1023px){.emoji{width:6.5vw;height:6.5vw}.emoji--favorites{width:3.4vw;height:auto}}.merchant-table__sessions .favorite{margin-left:.5em}.merchant-table__sessions .favorite svg{width:1em;height:auto}.card__header .favorite{display:flex;margin-left:1em}.card--version-5 .card__header .favorite{position:relative;margin:0;order:-1;z-index:2}#review-modal .favorite{display:flex;outline:none}#review-modal .favorite svg{width:36px;height:auto}.favorite__active,.favorite__press{display:none}.favorite--active .favorite__active,.favorite:hover .favorite__active{display:block}.favorite:active .favorite__press{display:block}@media(max-width: 1023px){.favorite svg{display:block;width:6vw;height:auto}.merchant-table__sessions .favorite svg{display:inline;width:1em}#review-modal .favorite svg{width:auto;width:initial}}.filter-advanced{display:grid;grid-template-columns:25% repeat(3, 1fr);grid-template-rows:auto auto 1fr;grid-template-areas:"sidebar slider slider slider" "sidebar header header header" "sidebar results results results";grid-gap:1em 2em;grid-gap:1em 2em;gap:1em 2em}.filter-advanced--version-2{grid-template-columns:auto !important;grid-template-areas:"sidebar sidebar sidebar" "header header header" "results results results" !important}.filter-advanced--no-sidebar{grid-template-areas:"slider slider slider slider" "header header header header" "results results results results"}.filter-advanced--no-header{grid-template-areas:"sidebar results results results"}.filter-advanced__sidebar{grid-area:sidebar;align-self:start;overflow:hidden}.filter-advanced--no-sidebar .filter-advanced__sidebar{display:none}.filter-advanced__sidebar-field{margin-bottom:2em}.filter-advanced--version-2 .filter-advanced__sidebar-field{display:flex;min-height:2em;margin:0;padding:.5em 1em;border-radius:.8em;background:#172233}.filter-advanced__slider{grid-area:slider;overflow:hidden}.filter-advanced__header{grid-area:header;display:flex;justify-content:space-between}.filter-advanced--no-header .filter-advanced__header{display:none}.filter-advanced__header__fields{display:flex}.filter-advanced__header-field{display:flex;align-items:center}.filter-advanced__header__options{display:flex;justify-content:space-between;align-items:center;margin:0 -0.5em}.filter-advanced__header-option{display:flex;align-items:center;margin:0 .5em;cursor:pointer}.filter-advanced__header-option-view{opacity:.5}.filter-advanced__header-option-view.active{opacity:1}.filter-advanced__header-option-filters{display:none}.filter-advanced__results{grid-area:results}.filter-advanced__results>section{padding-top:0}.filter-advanced__preloader{justify-content:center;margin-top:4em;display:none}.filter-advanced__preloader--show{display:flex}.filter-advanced__preloader img{animation:preloader 1s infinite linear}@media(min-width: 1024px){.filter-advanced__sidebar{position:sticky;top:7em}.filter-advanced--version-2 .filter-advanced__sidebar{position:static}}@media(min-width: 1024px) and (max-width: 1439px){.filter-advanced{grid-template-columns:33% repeat(2, 1fr);grid-template-areas:"sidebar slider slider" "sidebar header header" "sidebar results results"}.filter-advanced--no-sidebar{grid-template-areas:"slider slider slider" "header header header" "results results results"}.filter-advanced--no-header{grid-template-areas:"sidebar results results results"}}@media(max-width: 1023px){.filter-advanced{grid-template-columns:1fr;grid-template-areas:"slider" "header" "results";grid-gap:1.5em;grid-gap:1.5em;gap:1.5em}.filter-advanced--version-2{margin-top:-4.3em !important}.filter-advanced__sidebar{display:none;position:fixed;top:0;right:0;bottom:0;left:0;padding-top:4em;background:#080e1c;z-index:3}.filter-advanced__sidebar.active{display:block}.filter-advanced__sidebar-field:last-child{margin-bottom:2em}.filter-advanced__header-option-view{display:none}.filter-advanced__header-option-filters{display:flex}.filter-advanced--no-sidebar .filter-advanced__header-option-filters{display:none}.filter-advanced__header-option-fields{margin:0 .5em}.filter-advanced--no-header .filter-advanced__header{display:flex}}@keyframes preloader{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.slider{background:rgba(178,219,249,.08);border:1px solid rgba(255,255,255,.1);border-radius:.75em}.form-field__description .slider{margin-top:1em}.slider-slide{display:flex;height:auto;position:relative}.slider-slide-wrapper{padding:1.5em 3em}.form-field__description .slider-slide-wrapper{padding:1em 1.2em}.slider-slide-wrapper--grid{display:flex;grid-gap:2em;gap:2em;align-items:center;width:100%;overflow:hidden}.slider-link{color:inherit}.slider-title{font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:700;font-size:1.875em;line-height:1.1em;text-transform:uppercase;color:#fff}.slider-slide--igrokon .slider-title{font-size:1.8em}.form-field__description .slider-title{font-size:1.2em;line-height:1.2em}.slider-title--gradient{background:linear-gradient(271.09deg, #dd80fe 45.99%, #349de9 92.13%, #6ac0ff 110.73%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.form-field__description .slider-title--gradient-link{text-decoration:underline;-webkit-text-decoration-color:#dd80fe;text-decoration-color:#dd80fe}.slider-slide--igrokon .slider-title__image{width:6em}.slider-text{flex:1 0;color:#fff;opacity:.9}.slider-slide--igrokon .slider-description{font-size:.6em}.slider-button{margin-left:.5em;padding:.3em .7em;border-radius:1em;font-family:MTS Compact,sans-serif;font-weight:500;font-size:.8em;color:#fff;border:none;background:rgba(255,255,255,.1);text-decoration:none;text-transform:none;cursor:pointer}.slider-button:hover{background:rgba(150,150,150,.1)}.slider-slide--mts-pay-card .slider-image{width:7em;transform:scale(1.9) translateX(10%)}.slider-slide--free-hour .slider-image{width:7em;transform:scale(3.2)}.slider-slide--igrokon .slider-image{width:7em;transform:scale(3) translateX(36%)}.slider-pagination-bullet{background:#3c67aa}.slider-pagination-bullet-active{background-color:#6687b9}@media(min-width: 1024px) and (max-width: 1439px){.slider-slide-wrapper{padding:2em}.slider-text{font-size:.9em}.slider-slide--mts-pay-card .slider-image{width:11em;transform:scale(2.4)}.slider-slide--free-hour .slider-image{width:11em;transform:scale(4.1)}.slider-slide--igrokon .slider-image{width:13em;transform:scale(3) translateX(15%);z-index:-1}}@media(max-width: 1023px){.slider-title{font-size:1.7em}.slider-slide-wrapper{padding:1.875em}.slider-slide-wrapper--grid{flex-direction:column;grid-gap:.8em;gap:.8em}.slider-slide--mts-pay-card .slider-image,.slider-slide--free-hour .slider-image,.slider-slide--igrokon .slider-image{display:none}}.gradient{content:"";position:absolute;display:block;z-index:-1}.cloud-gaming-separator{position:relative;margin-top:5em}.cloud-gaming-separator::before{content:"";display:block;position:absolute;top:0;left:.5em;background:rgba(127,140,153,.35);height:1px;width:calc(100% - 1em)}.fog-banner-cloud-gaming{padding-top:8em !important;margin-bottom:9em !important}.fog-banner-cloud-gaming.fog-banner--cloud-gaming-2{padding-top:4em !important;margin-bottom:-7em !important}.fog-banner-cloud-gaming .banner{grid-template-columns:60% 40%}.fog-banner-cloud-gaming .banner.fog-banner--cloud-gaming-2{grid-template-columns:100%}.fog-banner-cloud-gaming__content{animation-name:bounceInLeft;animation-duration:1.5s}.fog-banner--cloud-gaming-2 .fog-banner-cloud-gaming__content{display:flex;flex-direction:column;align-items:center;text-align:center}.fog-banner-cloud-gaming__title{margin-bottom:.5em;color:#fff !important;font-family:"MTS Wide",sans-serif;font-style:normal !important;font-size:55px !important;font-weight:700 !important;line-height:65px !important}.fog-banner-cloud-gaming__title span:nth-child(1){color:#fff !important;background:rgba(0,0,0,0) !important;-webkit-background-clip:initial !important;-webkit-text-fill-color:initial !important}.fog-banner-cloud-gaming__title span:nth-child(3){font-weight:900 !important;background:linear-gradient(312deg, #dd80fe 53.63%, #349de9 72.78%, #6ac0ff 93.54%) !important;-webkit-background-clip:text !important;-webkit-text-fill-color:rgba(0,0,0,0) !important}.fog-banner-cloud-gaming__caption{max-width:80%;margin-bottom:3em;color:#fff;font-weight:500}.fog-banner--cloud-gaming-2 .fog-banner-cloud-gaming__caption{max-width:575px;text-align:left;text-align:initial}.fog-banner-cloud-gaming .button{display:block;width:100%;max-width:250px}.fog-banner-cloud-gaming__image-cloud-gaming-block{position:relative}.fog-banner--cloud-gaming-2 .fog-banner-cloud-gaming__image-cloud-gaming-block{display:none}.fog-banner-cloud-gaming__image{position:absolute;transition:transform .3s ease;animation-duration:1.5s}.fog-banner-cloud-gaming__image-index-1{top:-30%;left:-15%;animation-name:bounceInDown}.fog-banner-cloud-gaming__image-index-1:hover{transform:rotate(-3deg) scale(1.04)}.fog-banner-cloud-gaming__image-index-2{top:55%;left:-30%;animation-name:bounceInUp}.fog-banner-cloud-gaming__image-index-3{top:70%;left:50%;animation-name:bounceInRight}.fog-banner-cloud-gaming__image-index-4{top:80%;left:25%;animation-name:bounceInUp}.fog-banner-cloud-gaming__image-index-2:hover,.fog-banner-cloud-gaming__image-index-3:hover,.fog-banner-cloud-gaming__image-index-4:hover{transform:rotate(-10deg) scale(1.06)}.fog-try-choose-a-game__content{margin:3em -2em 0}.fog-try-choose-a-game__marquee{grid-gap:1.5em;gap:1.5em;margin-bottom:2.5em;margin-left:-100%;transition-timing-function:linear}.swiper--cloud-gaming:nth-of-type(2) .fog-try-choose-a-game__marquee{margin-left:-150%}.fog-try-choose-a-game__marquee.cloud-gaming-2{margin-bottom:1.5em}.fog-try-choose-a-game__footer{margin-top:1.5em;text-align:center}.fog-try-choose-a-game__footer__link{display:inline-flex;align-items:center;justify-content:center;grid-gap:.5em;gap:.5em;font-size:1.25em;font-family:"MTS Wide",sans-serif;text-decoration:none;color:#fff}.fog-why-fog-play{position:relative;margin-bottom:5em !important}.fog-why-fog-play__title{margin-bottom:2.2em}.fog-why-fog-play-2 .fog-why-fog-play__title{text-align:center}.fog-why-fog-play__content{display:flex;grid-gap:3em;gap:3em;padding:0;padding-top:1em;margin:0;text-align:center}.fog-why-fog-play__item{list-style:none}.fog-why-fog-play-2 .fog-why-fog-play__item{width:25%}.fog-why-fog-play__item-image-wrapper{display:flex;align-items:center;justify-content:center;width:3.5em;height:3.5em;margin:0 auto;padding:1em;border-radius:50%;background:linear-gradient(247deg, #d761ff 40.98%, rgba(215, 97, 255, 0) 83.57%),linear-gradient(308deg, #2958ad 42.85%, #4ba4c8 100%),rgba(255,255,255,.08);box-shadow:0 1px 36px 0 rgba(255,255,255,.25)}.fog-why-fog-play__item-image{width:100%;filter:drop-shadow(0 28.4444465637px 28.4444465637px rgba(0, 0, 0, 0.19))}.fog-why-fog-play__text-wrapper{color:#fff}.fog-why-fog-play__item-title{font-family:"MTS Wide",sans-serif;font-size:1.7em;text-transform:uppercase;margin-top:2em;margin-bottom:0}.fog-why-fog-play-2 .fog-why-fog-play__item-title{font-size:1.1em}.fog-why-fog-play__item-description{font-family:"MTS Compact",sans-serif;margin-top:.5em;font-size:1.5em}.fog-why-fog-play-2 .fog-why-fog-play__item-description{font-size:1.1em}.fog-why-fog-play .gradient-0{top:-50%;left:-50%;width:1821.505px;height:458.614px;transform:rotate(-19.661deg);border-radius:1821.505px;opacity:.85;background:radial-gradient(73.58% 73.39% at 50%, at 50%, rgba(0, 158, 248, 0.5) 0.01%, rgba(21, 10, 34, 0.5) 100%, rgba(10, 18, 34, 0.5) 100%);background:radial-gradient(73.58% 73.39% at 50% 50%, rgba(0, 158, 248, 0.5) 0.01%, rgba(21, 10, 34, 0.5) 100%, rgba(10, 18, 34, 0.5) 100%);filter:blur(180px)}.fog-pay-only-for-time{position:relative;margin-bottom:13em !important}.fog-pay-only-for-time__title{margin-bottom:.5em}.fog-pay-only-for-time__content{display:flex;justify-content:space-between;grid-gap:4em;gap:4em}.fog-pay-only-for-time__text-wrapper{flex:1 0 50%;font-size:1.5em;color:#fff}.fog-pay-only-for-time__images-wrapper{position:relative;flex:1 0 50%}.fog-pay-only-for-time__image-wrapper{position:absolute}.fog-pay-only-for-time__image-wrapper-0{top:50%;transform:translateY(-50%)}.fog-pay-only-for-time__image-wrapper-0::after{content:"";position:absolute;bottom:-75px;display:block;width:490px;height:140px;transform:skewX(-40deg);background:linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);filter:blur(14.5px);opacity:.5}.fog-pay-only-for-time__image-wrapper-1{transform:translate(345px, 100px)}.fog-pay-only-for-time__image-1{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.fog-pay-only-for-time__button{margin-top:1em}.fog-pay-only-for-time__button .button{display:block;width:100%;max-width:250px}.fog-pay-only-for-time .gradient-0{top:0;width:1821.505px;height:458.614px;transform:rotate(-6.787deg);border-radius:1821.505px;opacity:.85;background:radial-gradient(73.58% 73.39% at 50%, at 50%, rgba(0, 158, 248, 0.48) 0.01%, rgba(21, 10, 34, 0.48) 100%, rgba(10, 18, 34, 0.48) 100%);background:radial-gradient(73.58% 73.39% at 50% 50%, rgba(0, 158, 248, 0.48) 0.01%, rgba(21, 10, 34, 0.48) 100%, rgba(10, 18, 34, 0.48) 100%);filter:blur(180px)}.fog-what-devices-can-play{position:relative;margin-bottom:7em !important}.fog-what-devices-can-play__title{margin-bottom:2.5em}.fog-what-devices-can-play-2 .fog-what-devices-can-play__title{text-align:center}.fog-what-devices-can-play__content{display:flex;flex-wrap:wrap;grid-gap:2em;gap:2em;list-style:none;margin:0;padding:0}.fog-what-devices-can-play-2 .fog-what-devices-can-play__content{justify-content:center}.fog-what-devices-can-play__item{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex:1 0 20%;border-radius:.8em;background:rgba(178,219,249,.08);padding:2em;text-align:center;transition:transform ease .1s}.fog-what-devices-can-play__item:hover{transform:scale(1.05)}.fog-what-devices-can-play-2 .fog-what-devices-can-play__item{flex:0 1 24%}.fog-what-devices-can-play__item-icons{display:flex;grid-gap:1em;gap:1em}.fog-what-devices-can-play__item-title{color:#fff;font-size:1.5em;margin-bottom:0;line-height:1em}.fog-what-devices-can-play .stretched-link{position:absolute;top:0;right:0;bottom:0;left:0}.fog-what-devices-can-play .gradient-0{bottom:-40%;width:1092.299px;height:569.121px;transform:rotate(12.976deg);border-radius:1092.299px;background:radial-gradient(73.58% 73.39% at 50%, at 50%, rgba(222, 12, 184, 0.26) 0.01%, rgba(21, 10, 34, 0.26) 100%, rgba(10, 18, 34, 0.26) 100%);background:radial-gradient(73.58% 73.39% at 50% 50%, rgba(222, 12, 184, 0.26) 0.01%, rgba(21, 10, 34, 0.26) 100%, rgba(10, 18, 34, 0.26) 100%);filter:blur(100px)}.fog-can-play-with-friends{position:relative}.fog-can-play-with-friends__title{margin-bottom:3em;text-align:center}.fog-can-play-with-friends__items{display:flex;grid-gap:2em;gap:2em;list-style:none;text-align:center;padding:0;margin:0}.fog-can-play-with-friends__item{flex:1 0 30%}.fog-can-play-with-friends__item-image-wrapper{display:flex;align-items:center;justify-content:center;width:4.4em;height:4.4em;margin:0 auto;padding:.5em;border-radius:50%;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.08);box-shadow:0 1px 46px 0 rgba(72,167,255,.4)}.fog-can-play-with-friends__item-image{width:100%}.fog-can-play-with-friends__item-title{color:#fff;font-family:"MTS Wide",sans-serif;font-size:1.1em;font-weight:500;line-height:1.7em}.fog-can-play-with-friends__banner{transform:translateX(-6%)}.fog-can-play-with-friends .gradient-0{bottom:0;left:-25%;width:1821.505px;height:458.614px;transform:rotate(-19.661deg);border-radius:1821.505px;opacity:.85;background:radial-gradient(73.58% 73.39% at 50%, at 50%, rgba(0, 158, 248, 0.5) 0.01%, rgba(21, 10, 34, 0.5) 100%, rgba(10, 18, 34, 0.5) 100%);background:radial-gradient(73.58% 73.39% at 50% 50%, rgba(0, 158, 248, 0.5) 0.01%, rgba(21, 10, 34, 0.5) 100%, rgba(10, 18, 34, 0.5) 100%);filter:blur(180px)}.fog-get-payout--cloud-gaming{position:relative;padding:0;margin-top:-8em !important}.fog-about{position:relative;margin-bottom:0 !important}.fog-about__content{display:flex;list-style:none;margin:0;padding:0}.fog-about__item{position:relative;display:flex;align-items:center;flex:1 0 20%}.fog-about__item--0{flex:30% 1}.fog-about__item-icon{max-width:100%;height:auto;width:40%}.fog-about__item--1 .fog-about__item-icon{margin-right:2em}.fog-about__item-title{font-family:"MTS Wide",sans-serif;color:#fff;font-weight:bold;font-size:2em;margin-bottom:0;line-height:1.1em}.fog-about__item-title--tooltip .fog-about__item-title{display:inline}.fog-about__item-description{font-family:"MTS Compact",sans-serif;color:#fff;font-size:1.5em;line-height:1.1em}.fog-about .tooltip{display:inline-block;margin-left:.5em}.fog-about .tooltip-icon{width:140%;height:auto}.fog-about .button{background:rgba(72,153,235,.149);box-shadow:none;width:80%}.fog-about .button:hover{background:rgba(72,154,235,.3)}.fog-about .gradient-0{top:-90%;left:50%;width:1821.505px;height:458.614px;transform:rotate(-19.661deg);border-radius:1821.505px;opacity:.85;background:radial-gradient(73.58% 73.39% at 50%, at 50%, rgba(0, 158, 248, 0.5) 0.01%, rgba(21, 10, 34, 0.5) 100%, rgba(10, 18, 34, 0.5) 100%);background:radial-gradient(73.58% 73.39% at 50% 50%, rgba(0, 158, 248, 0.5) 0.01%, rgba(21, 10, 34, 0.5) 100%, rgba(10, 18, 34, 0.5) 100%);filter:blur(180px)}.fog-konvergent{position:relative;margin-bottom:7em !important}.fog-konvergent__content{max-width:70%;display:flex;grid-gap:4em;gap:4em;list-style:none;margin:0 auto;padding:1.5em 4em;border-radius:1em;background:rgba(178,219,249,.08)}.fog-konvergent__item{position:relative;flex:50% 1}.fog-konvergent__item-title{color:#fff;font-family:"MTS Wide",sans-serif;font-weight:bold;font-size:2.5em;margin-top:.5em;margin-bottom:0;line-height:1em}.fog-konvergent__item-description{font-family:"MTS Compact",sans-serif;color:#fff;font-size:1.5em}.fog-konvergent__item-description a{color:#45b6fc;text-decoration:none}.fog-konvergent__item-icon{position:absolute}.fog-konvergent__item-icon--0{bottom:-10%}.fog-konvergent__item-icon--1{bottom:-10%;left:20%}.fog-konvergent .gradient-0{bottom:-40%;width:1092.299px;height:569.121px;transform:rotate(12.976deg);border-radius:1092.299px;background:radial-gradient(73.58% 73.39% at 50%, at 50%, rgba(222, 12, 184, 0.26) 0.01%, rgba(21, 10, 34, 0.26) 100%, rgba(10, 18, 34, 0.26) 100%);background:radial-gradient(73.58% 73.39% at 50% 50%, rgba(222, 12, 184, 0.26) 0.01%, rgba(21, 10, 34, 0.26) 100%, rgba(10, 18, 34, 0.26) 100%);filter:blur(100px)}.fog-konvergent-2__title{margin-bottom:2.5em;text-align:center}.fog-konvergent-2__items{display:flex;padding:0;margin:0;grid-gap:2em;gap:2em}.fog-konvergent-2__content{flex:1 1;margin:0;overflow:hidden}.fog-konvergent-2__item-text-wrapper{flex:100% 1}.fog-konvergent-2__item-image-wrapper{flex:auto}.fog-konvergent-2__item-title{font-size:2em}.fog-konvergent-2__content:nth-of-type(1) .fog-konvergent-2__item-icon{left:-40%;bottom:0}.fog-konvergent-2__content:nth-of-type(1) .fog-konvergent-2__item-icon--0{left:0;width:180px;transform:translateX(-70%)}.fog-konvergent-2__content:nth-of-type(1) .fog-konvergent-2__item-icon--1{left:0;width:120px;transform:translate(-50%, -10%)}.fog-konvergent-2__content:nth-of-type(2) .fog-konvergent-2__item-icon{width:18em;transform:translate(-58%, 20%)}.play-from-different-devices{position:relative;margin-bottom:7em !important}.play-from-different-devices__title{margin-bottom:2em}.play-from-different-devices__content{display:flex;justify-content:space-between;grid-gap:2em;gap:2em}.play-from-different-devices__text-wrapper{flex:1 0 45%;display:flex;flex-direction:column;justify-content:space-between;grid-gap:3em;gap:3em;color:#fff;padding:2em;border-radius:.5em;background:rgba(178,219,249,.08)}.play-from-different-devices__images-wrapper{position:relative;flex:1 0 50%}.play-from-different-devices__images-wrapper.main-page{flex:1 0 42%}.play-from-different-devices__image{position:absolute;top:50%;transform:translateY(-50%)}.main-page .play-from-different-devices__image{width:100%}.play-from-different-devices__item{display:flex;grid-gap:2em;gap:2em;align-items:center}.play-from-different-devices__item-title{margin:0;margin-bottom:.5em}.play-from-different-devices__item-description{margin:0;font-size:1.2em;font-weight:bold}.play-from-different-devices__item-description a{color:#45b6fc;text-decoration:none}.play-from-different-devices .gradient-0{top:0;width:1821.505px;height:458.614px;transform:rotate(-6.787deg);border-radius:1821.505px;opacity:.85;background:radial-gradient(73.58% 73.39% at 50%, at 50%, rgba(0, 158, 248, 0.48) 0.01%, rgba(21, 10, 34, 0.48) 100%, rgba(10, 18, 34, 0.48) 100%);background:radial-gradient(73.58% 73.39% at 50% 50%, rgba(0, 158, 248, 0.48) 0.01%, rgba(21, 10, 34, 0.48) 100%, rgba(10, 18, 34, 0.48) 100%);filter:blur(180px)}@media(min-width: 1024px) and (max-width: 1439px){.fog-can-play-with-friends__banner{transform:translateX(-17%)}.fog-about__item--0{flex:25% 1}.fog-about__item--1 .fog-about__item-icon{width:35%;margin-right:1em;margin-left:1em}.fog-about__item-title{font-size:1.6em}.fog-about__item-description{font-size:1.1em}.fog-about .tooltip-icon{width:auto;width:initial}.fog-about .button{padding:.7em 1em;font-size:.9em}.play-from-different-devices__text-wrapper{flex:1 0 48%}.fog-konvergent__content{max-width:85%}.fog-konvergent-2__item-title{font-size:1.5em}.fog-konvergent-2__item-description{font-size:1em}.fog-konvergent-2__content:nth-of-type(1) .fog-konvergent-2__item-icon--0{width:140px;transform:translate(-60%, 10%)}.fog-konvergent-2__content:nth-of-type(1) .fog-konvergent-2__item-icon--1{bottom:10%;width:70px;transform:translate(-30%, 20%)}.fog-konvergent-2__content:nth-of-type(2) .fog-konvergent-2__item-icon{width:14em;transform:translate(-50%, 20%)}}@media(max-width: 1023px){.gradient{display:none}.fog-banner-cloud-gaming{text-align:center;margin-bottom:5em !important}.fog-banner-cloud-gaming.fog-banner--cloud-gaming-2{margin-bottom:0 !important}.fog-banner-cloud-gaming__title{font-weight:bold;font-size:2.5em !important;line-height:1.1em !important}.fog-banner-cloud-gaming__title span:nth-child(1){font-weight:900 !important}.fog-banner-cloud-gaming__caption{max-width:none;max-width:initial;margin-bottom:1em;font-size:1.2em;font-weight:400}.fog-banner-cloud-gaming .button{margin-top:2em;max-width:none}.fog-banner-cloud-gaming__image-cloud-gaming-block{z-index:-1;opacity:.3}.fog-banner-cloud-gaming__image-index-1{width:105%;top:-22vw;left:0}.fog-banner-cloud-gaming__image-index-2{width:34%;top:20vw;left:-15%}.fog-banner-cloud-gaming__image-index-3{width:62%;top:25vw;left:55%}.fog-banner-cloud-gaming__image-index-4{width:38%;top:40vw;left:35%}.fog-try-choose-a-game__content{margin:3em 0 0}.fog-try-choose-a-game__marquee{flex-wrap:wrap;width:auto;margin-left:0;grid-gap:1em;gap:1em;animation:none}.swiper--cloud-gaming:nth-of-type(2) .fog-try-choose-a-game__marquee{display:none}.fog-why-fog-play__title{margin-bottom:1em}.fog-why-fog-play__content{flex-wrap:wrap}.fog-why-fog-play__item-title{font-size:1.45em}.fog-why-fog-play__item-description{margin-top:1em;font-size:1.2em}.fog-why-fog-play-2 .fog-why-fog-play__item{width:100%}.fog-pay-only-for-time{margin-bottom:5em !important}.fog-pay-only-for-time__content{flex-direction:column-reverse}.fog-pay-only-for-time__text-wrapper{margin-top:-20%;font-size:1.2em;z-index:1}.fog-pay-only-for-time__image-wrapper{position:absolute}.fog-pay-only-for-time__image-wrapper-0{position:relative;top:0;transform:none}.fog-pay-only-for-time__image-wrapper-0::after{bottom:-15%;width:100%;height:20vw}.fog-pay-only-for-time__image-wrapper-1{transform:translate(90%, -70%)}.fog-pay-only-for-time__image-0{width:100%}.fog-pay-only-for-time__image-1{width:52vw}.fog-pay-only-for-time__button .button{max-width:none}.fog-what-devices-can-play{margin-bottom:5em !important}.fog-what-devices-can-play__title{margin-bottom:1em}.fog-what-devices-can-play__content{grid-gap:1em;gap:1em}.fog-what-devices-can-play__item{flex-basis:50%;flex-direction:row;grid-gap:1em;gap:1em;padding:1.2em;text-align:left;text-align:initial}.fog-what-devices-can-play-2 .fog-what-devices-can-play__item{flex:100% 1}.fog-what-devices-can-play__item-icon{width:18%}.fog-what-devices-can-play-2 .fog-what-devices-can-play__item:nth-child(1) .fog-what-devices-can-play__item-icon{display:none}.fog-what-devices-can-play-2 .fog-what-devices-can-play__item:nth-child(1) .fog-what-devices-can-play__item-icon:first-of-type{display:inline;display:initial;width:14.3vw}.fog-what-devices-can-play__item-title{margin-top:0;font-size:1.3em}.fog-can-play-with-friends__title{text-align:left;text-align:initial}.fog-can-play-with-friends__content{display:flex;flex-direction:column-reverse}.fog-can-play-with-friends__items{flex-direction:column;margin-top:-30%}.fog-can-play-with-friends__item-title{font-size:1.2em}.fog-can-play-with-friends__banner{transform:translate(-12%, -20%);width:130%}.fog-get-payout--cloud-gaming{margin-top:0 !important}.fog-about{margin-top:7em !important;margin-bottom:2em !important}.fog-about__content{flex-wrap:wrap;grid-gap:2em;gap:2em}.fog-about__item{flex-direction:column;text-align:center}.fog-about__item--1 .fog-about__item-icon{margin:0;margin-bottom:2em}.fog-about .tooltip{display:none}.fog-about .button{width:100%}.fog-konvergent__content{flex-direction:column;grid-gap:0;gap:0;padding:1em 2em}.fog-konvergent__item:nth-child(2){flex-basis:40vw;order:-1}.fog-konvergent__item-title{margin:0;font-size:2em}.fog-konvergent__item-description{font-size:1.1em}.fog-konvergent__item-icon--0{width:70%;left:20%;bottom:0%}.fog-konvergent__item-icon--1{width:35%;left:50%;top:40%;bottom:0%}.fog-konvergent-2{margin-bottom:5em !important}.fog-konvergent-2__title{margin-bottom:1em}.fog-konvergent-2__items{flex-direction:column}.fog-konvergent-2__content{width:auto;max-width:100%}.fog-konvergent-2__content:nth-of-type(1) .fog-konvergent-2__item-icon--0{left:50%;transform:translateX(-50%);bottom:-9%;width:13em}.fog-konvergent-2__content:nth-of-type(1) .fog-konvergent-2__item-icon--1{left:50%;width:7em;transform:translateX(-1em)}.fog-konvergent-2__content:nth-of-type(2) .fog-konvergent-2__item-icon{width:14em;left:50%;transform:translate(-50%, 0)}.play-from-different-devices__content{flex-direction:column}.play-from-different-devices__text-wrapper{flex:100% 1}.play-from-different-devices__images-wrapper{order:-1;flex-basis:55vw !important}.play-from-different-devices__image{width:100%}.play-from-different-devices__item-icon{width:auto;height:9vw;align-self:center}}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}40%{opacity:0}60%{transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}40%{opacity:0}60%{transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}40%{opacity:0}60%{transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}40%{opacity:0}60%{transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{opacity:1;transform:translate3d(0, 0, 0)}}.body--stick{background:#000}.fog-stick__title{font-family:"MTS Wide",sans-serif;font-weight:700;font-size:4em;line-height:1.2em;text-align:center;text-transform:uppercase;color:#fff}.fog-stick__subtitle{font-family:"MTS Wide",sans-serif;font-size:2.2em;font-weight:500;line-height:1.2em;text-align:center;color:#fff}.fog-stick-section__footer{margin-top:4em}.fog-stick-section__footer__link{font-family:"MTS Wide",sans-serif;font-weight:700;font-size:1.7em;text-transform:uppercase}.fog-stick-section__footer__link img{width:1.5em}.fog-banner-stick{padding-top:15em !important;margin-top:-7em !important;padding-bottom:3em !important;color:#fff !important;height:45em}.fog-banner-stick::before{content:"";position:absolute;width:120em;height:60em;top:0;left:50%;background:linear-gradient(to bottom, transparent 78%, black 100%),top center/100% no-repeat url(images/stick-banner.png),linear-gradient(to right, transparent 87%, black 100%),top center/170em no-repeat url(images/stick-banner-background.png);transform:translateX(-50%);z-index:-1}.fog-banner-stick__title{margin-bottom:0;font-family:"MTS Wide",sans-serif;font-weight:700 !important;font-size:2.3em;text-transform:uppercase}.fog-banner-stick__caption{font-family:"MTS Text",sans-serif;font-weight:normal;font-size:1.4em;line-height:1.3em;margin-top:1.5em}.fog-banner-stick__buttons{display:flex;align-items:center;grid-gap:2em;gap:2em;margin-top:3em}.fog-banner-stick__buttons .button{min-width:17em;min-height:4.5em;padding:1em;border:none;box-shadow:none;border-radius:1.4em !important;text-transform:uppercase;font-family:"MTS Wide",sans-serif;font-size:.7em;font-weight:700;letter-spacing:.05em;text-align:center}.fog-banner-stick__buttons .button--primary{background:#ff0032}.fog-banner-stick__buttons .button--primary:hover{background:#e4002e}.fog-banner-stick__buttons .button--secondary{background:#4c4c4c}.fog-banner-stick__buttons .button--secondary:hover{background:#3e3e3e}.fog-banner-stick .block-title{font-style:normal !important;font-size:3.4em !important}.fog-banner-stick .block-title span:nth-child(1){color:inherit;-webkit-text-fill-color:inherit}.fog-banner-stick .fog-banner--stick{grid-template-columns:100%}.fog-stick-games{padding-top:0 !important;color:#fff}.fog-stick-games__title{font-family:"MTS Wide",sans-serif;font-size:2.5em;font-weight:700;text-align:center;text-transform:uppercase;line-height:2em}.fog-stick-games__title-bigger{display:block;font-size:2.3em}.fog-stick-why-fog-play__content{position:relative;grid-gap:2em;gap:2em}.fog-stick-why-fog-play__content::before{content:"";display:block;position:absolute;right:-37%;top:-150%;width:55em;height:120em;z-index:-1;background:url(images/decoration-1.png) no-repeat}.fog-stick-why-fog-play__item{width:100%}.fog-stick-why-fog-play__item-image-wrapper{width:6.5em;height:6.5em;background:linear-gradient(250deg, #2958ad 24%, #4ba4c8 100%),#2958ad}.fog-stick-rent__content{display:flex;list-style:none;margin:0;padding:0}.fog-stick-rent__item{display:flex;align-items:center;grid-gap:1em;gap:1em;padding:1.5em 1em;background:rgba(178,219,249,.0784313725);border-radius:2em;box-shadow:0 -0.2em .2em rgba(255,255,255,.2);-webkit-backdrop-filter:blur(1em);backdrop-filter:blur(1em);cursor:grab}.fog-stick-rent__item__content{display:flex;flex-direction:column;align-items:flex-start;grid-gap:1em;gap:1em}.fog-stick-rent__configuration{list-style:none;padding:0;margin:0}.fog-stick-rent__configuration-item{display:flex;grid-gap:.5em;gap:.5em;font-family:"MTS Sans",sans-serif;font-size:.9em;color:#fff;font-weight:500}.fog-stick-rent__configuration-item.color--green{color:#14b341}.fog-stick-rent__configuration-item-span{color:#7297b1;font-weight:400;text-transform:uppercase}.fog-stick-rent__price{border-radius:.4em;padding:0 .3em;font-family:"MTS Wide",sans-serif;font-size:1.4em;font-weight:500;color:#fff;background:linear-gradient(250deg, #868abd 24%, #565dae 100%),#565dae}.fog-stick-smart-tv{font-family:"MTS Wide",sans-serif;font-weight:500;color:#fff}.fog-stick-smart-tv .fog-stick__title{margin-bottom:0}.fog-stick-smart-tv__content{position:relative;display:flex;flex-direction:column;grid-gap:4em;gap:4em}.fog-stick-smart-tv__content::before{content:"";display:block;position:absolute;left:-70%;top:5%;width:85em;height:115em;z-index:-1;background:url(images/decoration-2.png) no-repeat}.fog-stick-smart-tv__features{list-style:none;margin:0;padding:0;display:flex;grid-gap:2em;gap:2em}.fog-stick-smart-tv__features__item{position:relative;display:flex;width:100%;border-radius:2em;overflow:hidden}.fog-stick-smart-tv__features__content{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:1em;grid-gap:1em;gap:1em;padding:2em 1em;font-size:1.8em;text-align:center}.fog-stick-smart-tv__features-span{font-size:1.7em}.fog-stick-smart-tv__features__image{position:absolute;left:50%;top:0;bottom:0;transform:translateX(-50%);z-index:-1}.fog-stick-smart-tv__tv{width:100%;height:auto;background:rgba(0,0,0,0)}.fog-stick-smart-tv__specification{list-style:none;margin:0;padding:0;display:flex;grid-gap:2em;gap:2em}.fog-stick-smart-tv__specification__item{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:1em;gap:1em;flex:1 0 20%;width:100%;padding:1em;border-radius:1em;font-size:1.4em;text-align:center;line-height:1.2em;background:#181b1e}.fog-stick-smart-tv__specification__icon{width:5em}.fog-stick-connection{font-family:"MTS Wide",sans-serif;color:#fff}.fog-stick-connection__content__image{width:100%;height:auto}.fog-stick-connection__content__image--vertical{display:none}.fog-stick-connection__content,.fog-stick-connection__card{display:flex;grid-gap:2em;gap:2em;margin:0;padding:2em 3em;list-style:none;border-radius:2em;background:#181b1e}.fog-stick-connection__item{display:flex;flex-direction:column;justify-content:space-between;width:100%;grid-gap:2em;gap:2em}.fog-stick-connection__item__image{width:100%;height:18em;background:rgba(0,0,0,0)}.fog-stick-connection__item__header{display:flex;align-items:center;grid-gap:1em;gap:1em;height:100%;font-size:1.2em}.fog-stick-connection__item__header-span{display:flex;align-items:center;justify-content:center;min-width:3.5em;height:3em;border:.1em solid #fff;border-radius:2em;font-size:.8em}.fog-stick-connection__footer{margin-top:1.5em;text-align:center}.fog-stick-connection__footer-link{font-size:1.5em;color:#45b6fc;text-decoration:none}.fog-stick-bluetooth,.fog-stick-speed{position:relative;width:80%;font-family:"MTS Wide",sans-serif;color:#fff;padding:2.5em 3em;margin:6em auto 0}.fog-stick-bluetooth__content,.fog-stick-speed__content{display:flex;flex-direction:column;grid-gap:2em;gap:2em;flex:0 1 28em}.fog-stick-bluetooth__title,.fog-stick-speed__title{display:inline-flex;flex-wrap:wrap;font-weight:700;font-size:2.5em}.fog-stick-bluetooth__items,.fog-stick-speed__items{display:flex;flex-direction:column;grid-gap:1.4em;gap:1.4em;margin:0;padding:0;font-weight:500;font-size:2em;border-radius:1em}.fog-stick-bluetooth__item,.fog-stick-speed__item{display:flex;align-items:center;grid-gap:1em;gap:1em}.fog-stick-bluetooth__item__icon,.fog-stick-speed__item__icon{height:1.9em;width:auto}.fog-stick-bluetooth__image,.fog-stick-speed__image{position:absolute;right:0;top:50%;transform:translateY(-50%)}.fog-stick-bluetooth__title img{width:1.4em}.fog-stick-bluetooth__item__icon{width:1.4em;height:auto}.fog-stick-speed__content{grid-gap:1em;gap:1em}.fog-stick-speed__content::before{content:"";display:block;position:absolute;right:-53%;top:-10em;width:90em;height:50em;z-index:-1;background:url(images/decoration-3.png) no-repeat}.fog-stick-speed__header{display:flex;flex-direction:column;grid-gap:1em;gap:1em}.fog-stick-speed__value{font-weight:700;font-size:1.7em;color:#ffa080}.fog-stick-speed--high .fog-stick-speed__value{color:#74df8b}.fog-stick-speed__description{font-size:1.1em}.fog-stick-speed__message{display:flex;align-items:center;grid-gap:.5em;gap:.5em;color:#ffa080;font-size:1.1em}.fog-stick-speed--high .fog-stick-speed__message{display:none}.fog-stick-speed__items{font-family:"MTS Sans",sans-serif;font-size:1.2em;padding:1em;background:rgba(178,219,249,.0509803922)}.fog-stick-speed__items--high{display:none}.fog-stick-speed__items--low{display:flex}.fog-stick-speed--high .fog-stick-speed__items--high{display:flex}.fog-stick-speed--high .fog-stick-speed__items--low{display:none}.fog-stick-speed__item__title{display:flex;flex-direction:column;justify-content:center}.fog-stick-speed__item__title-span{font-weight:400}.fog-stick-speed button{min-width:17em;min-height:4.5em;padding:1em;border:none;box-shadow:none;border-radius:1.4em !important;text-transform:uppercase;font-family:"MTS Wide",sans-serif;font-size:.7em;font-weight:700;letter-spacing:.05em;text-align:center;background:#ff0032}.fog-stick-speed button:hover{background:#e4002e}.fog-stick-popular-games .fog-stick__title{margin-bottom:0}.fog-stick-popular-games__tv{width:100%;height:auto;background:rgba(0,0,0,0)}.fog-stick-banner-footer{position:relative}.fog-stick-banner-footer .button{min-width:17em;min-height:4.5em;padding:1em;border:none;box-shadow:none;border-radius:1.4em !important;text-transform:uppercase;font-family:"MTS Wide",sans-serif;font-size:.8em;font-weight:700;letter-spacing:.05em;text-align:center;background:#ff0032}.fog-stick-banner-footer .button:hover{background:#e4002e}.fog-stick-banner-footer__card{display:flex;align-items:center;grid-gap:2em;gap:2em;background:#181b1e;padding:4em 5em;border-radius:1em}.fog-stick-banner-footer__card::before{content:"";display:block;background:radial-gradient(rgba(255, 0, 50, 0.6980392157), transparent 70%);position:absolute;padding:17em;right:10em;z-index:-1}.fog-stick-banner-footer__content{display:flex;flex-direction:column;grid-gap:1em;gap:1em;align-items:flex-start}.fog-stick-banner-footer__title{font-family:"MTS Wide",sans-serif;font-size:2.5em;font-weight:500;color:#fff}.fog-stick-banner-footer__image{position:absolute;right:-7em;width:56em;height:auto}@media(min-width: 1024px) and (max-width: 1439px){.fog-stick-smart-tv__specification{flex-wrap:wrap}.fog-stick-smart-tv__features__content{font-size:1.3em;padding:2em 1em}.fog-stick-bluetooth__image,.fog-stick-speed__image{right:-20%}.fog-stick-banner-footer__image{right:-40%}}@media(max-width: 1023px){.fog-stick__title,.fog-stick-games__title{font-size:2em}.fog-stick-games__title{line-height:normal;line-height:initial}.fog-stick-section__footer{margin-top:2em}.fog-stick-section__footer__link{font-size:1.3em}.fog-stick__subtitle{font-size:1.2em}.fog-banner-stick{padding-top:24em !important;padding-bottom:0 !important;height:30em}.fog-banner-stick::before{width:100%;height:53em;background:linear-gradient(to bottom, transparent 85%, black 100%),right 7%/180% no-repeat url(images/stick-banner.png),linear-gradient(to right, transparent 100%, black 100%),top center/190em no-repeat url(images/stick-banner-background.png)}.fog-banner-stick__title{font-size:1.4em;line-height:1.2em}.fog-banner-stick__caption{font-size:1.3em}.fog-banner-stick__buttons{flex-direction:column;grid-gap:1em;gap:1em}.fog-banner-stick__buttons .button{width:100%}.fog-banner-stick .block-title{font-size:2.5em !important}.fog-stick-why-fog-play__content::before{top:0}.fog-stick-why-fog-play__item-image-wrapper{width:4em;height:4em}.fog-stick-why-fog-play .fog-why-fog-play__item-title{margin-top:1em}.fog-stick-why-fog-play .fog-why-fog-play__item-description{margin-top:0}.fog-stick-rent__item{flex-direction:column}.fog-stick-rent__item img{width:8.5em}.fog-stick-rent__price{margin:0 auto}.fog-stick-smart-tv__features{flex-direction:column}.fog-stick-smart-tv__features__content{padding:3em 2em;font-size:1.2em}.fog-stick-smart-tv__features-span{font-size:1.4em}.fog-stick-smart-tv__specification{flex-wrap:wrap}.fog-stick-smart-tv__specification__item{width:auto;flex:0 1 35%;font-size:1.1em}.fog-stick-connection__content__image{display:none}.fog-stick-connection__content__image--vertical{display:block}.fog-stick-connection__footer-link{font-size:1.3em}.fog-stick-bluetooth,.fog-stick-speed{flex-direction:column;width:auto;font-size:.8em;padding:2em}.fog-stick-bluetooth__content,.fog-stick-speed__content{margin-top:17em;flex:1 1}.fog-stick-bluetooth__image,.fog-stick-speed__image{top:15%;width:80%;right:auto}.fog-stick-bluetooth__title,.fog-stick-speed__title{font-size:2em}.fog-stick-bluetooth__item{font-size:.6em}.fog-stick-speed__content::before{right:-50%;top:-25em;width:100em}.fog-stick-banner-footer__card{flex-direction:column;padding:9em 2em 2em}.fog-stick-banner-footer__card::before{top:-40%;right:50%;transform:translateX(50%)}.fog-stick-banner-footer__image{top:0;right:auto;width:90%;left:50%;transform:translateX(-50%)}.fog-stick-banner-footer__title{font-size:1.6em}.fog-stick-banner-footer .button{margin:0 auto}}.blog-article__banner{position:relative;margin-bottom:1em;border-radius:2em;overflow:hidden}.blog-article__banner__image{display:block;width:100%;height:33em;-o-object-fit:cover;object-fit:cover}.blog-article__banner__content{position:absolute;right:0;bottom:0;left:0;padding:0 2em 2em;color:#fff;background:linear-gradient(0deg, #000 -14.04%, rgba(0, 0, 0, 0.3) 71.93%, rgba(0, 0, 0, 0) 100%)}.blog-article__banner__content-wrapper{width:73%}.blog-article__banner__title{font-family:"MTS Wide",sans-serif;font-size:2.5em;line-height:1.2em;font-weight:800;text-transform:uppercase}.blog-article__banner__description{margin-bottom:1.5em;font-family:"MTS Compact",sans-serif;font-size:.9em}.blog-article__banner__info{display:flex;grid-gap:1em;gap:1em;margin-bottom:.5em;font-size:.9em;color:#969fa8;align-items:center}.blog-article__banner__info-item{display:flex;grid-gap:.2em;gap:.2em;align-items:center}.blog-article__banner__info-item img{width:1em}.blog-article__banner__source{font-family:"MTS Compact",sans-serif;font-size:.8em;color:#626c77}.blog-article__container{display:flex;flex-direction:row-reverse;grid-gap:2em;gap:2em}.blog-article__content{flex:1 1;color:#fff;font-family:"MTS Sans",sans-serif;font-size:1.0625em}.blog-article__content h1,.blog-article__content h2,.blog-article__content h3,.blog-article__content h4,.blog-article__content h5,.blog-article__content h6{font-family:"MTS Wide",sans-serif;font-weight:500;line-height:1.2}.blog-article__content h1{font-size:2.5em}.blog-article__content h2{font-size:2em}.blog-article__content h3{font-size:1.5em}.blog-article__content h4{font-size:1.3em}.blog-article__content h5{font-size:1em}.blog-article__content h6{font-size:.9em}.blog-article__content p,.blog-article__content ul{line-height:1.5em}.blog-article__content ul{padding-left:1.5em}.blog-article__content img{display:block;width:100%;max-width:100%;height:auto}.blog-article__content figure{margin:2em 0 2em}.blog-article__content figure img{display:block;width:100%;max-width:100%;height:auto}.blog-article__content figcaption{margin-top:.3em;font-family:"MTS Compact",sans-serif;font-size:.8em;color:#626c77}@media(max-width: 1023px){.blog-article__banner{margin:0 -2em 1em -2em}.blog-article__banner__title{font-size:2em}.blog-article__container{flex-direction:column}}@media(max-width: 1023px){.blog{overflow:hidden}}.breadcrumbs{display:flex;grid-gap:.5em;gap:.5em;align-items:center;list-style:none;padding:0}.breadcrumbs__item{display:flex;grid-gap:.5em;gap:.5em;align-items:center;white-space:nowrap}.breadcrumbs__item--active{overflow:hidden}.breadcrumbs__link{font-family:"MTS Compact",sans-serif;font-size:.9em;color:#969fa8;text-decoration:none}.breadcrumbs__link:hover{text-decoration:underline}.breadcrumbs__link--active{color:#fafafa;overflow:hidden;text-overflow:ellipsis}.breadcrumbs__link--active:hover{text-decoration:none}.breadcrumbs__icon{display:block;width:1em;height:auto}:root{--color-main-bg: linear-gradient(90deg, #0a1222 0%, #060c18 100%);--color-main-text: rgb(178, 219, 249);--color-main-text--white-theme: rgba(0, 114, 197);--color-secondary-text--white-theme: rgb(32, 50, 85);--button-gradient-primary: linear-gradient( 180deg, #74df8b 0%, #009e2b 100% );--button-gradient-secondary: linear-gradient( 217.17deg, #baffff -36.84%, #213567 96.77% );--color-accent-bg: #f00;--color-accent-text: #fff;--section-padding-left: 5.6em;--border-radius: 12px;--font-main: "MTS Sans", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif}@media(prefers-reduced-motion: reduce){*{animation:none !important;transition:none !important}}html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:"MTS Sans", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;font-family:var(--font-main);font-size:16px;line-height:1.4;scroll-behavior:smooth}@media(max-width: 1023px){html{font-size:4vw}}@media(min-width: 1024px) and (max-width: 1439px){html{--section-padding-left: 0 !important}}body{margin:0;background:linear-gradient(90deg, #0a1222 0%, #060c18 100%);background:var(--color-main-bg);color:rgb(178, 219, 249);color:var(--color-main-text);min-height:100vh}body.pay{overflow:hidden}body.body--light{font-size:16px;background:#0a1222}body.body--gradient{position:relative;background:radial-gradient(30% 190px at 70%, at 200px, rgba(222, 12, 184, 0.3) 0%, rgba(21, 10, 34, 0.46) 100%, rgba(10, 18, 34, 0.46) 100%),radial-gradient(100% 300px at -5%, at 0%, rgba(0, 158, 248, 0.6) 0.01%, rgba(21, 10, 34, 0.5) 100%, rgba(10, 18, 34, 0.5) 100%),radial-gradient(73% 250px at 100%, at 330px, rgb(0, 158, 248) 0.01%, rgba(21, 10, 34, 0.7) 100%, rgba(10, 18, 34, 0.7) 100%),linear-gradient(90deg, #0a1222 0%, #060c18 100%);background:radial-gradient(30% 190px at 70% 200px, rgba(222, 12, 184, 0.3) 0%, rgba(21, 10, 34, 0.46) 100%, rgba(10, 18, 34, 0.46) 100%),radial-gradient(100% 300px at -5% 0%, rgba(0, 158, 248, 0.6) 0.01%, rgba(21, 10, 34, 0.5) 100%, rgba(10, 18, 34, 0.5) 100%),radial-gradient(73% 250px at 100% 330px, rgb(0, 158, 248) 0.01%, rgba(21, 10, 34, 0.7) 100%, rgba(10, 18, 34, 0.7) 100%),linear-gradient(90deg, #0a1222 0%, #060c18 100%);background:radial-gradient(30% 190px at 70%, at 200px, rgba(222, 12, 184, 0.3) 0%, rgba(21, 10, 34, 0.46) 100%, rgba(10, 18, 34, 0.46) 100%),radial-gradient(100% 300px at -5%, at 0%, rgba(0, 158, 248, 0.6) 0.01%, rgba(21, 10, 34, 0.5) 100%, rgba(10, 18, 34, 0.5) 100%),radial-gradient(73% 250px at 100%, at 330px, rgb(0, 158, 248) 0.01%, rgba(21, 10, 34, 0.7) 100%, rgba(10, 18, 34, 0.7) 100%),var(--color-main-bg);background:radial-gradient(30% 190px at 70% 200px, rgba(222, 12, 184, 0.3) 0%, rgba(21, 10, 34, 0.46) 100%, rgba(10, 18, 34, 0.46) 100%),radial-gradient(100% 300px at -5% 0%, rgba(0, 158, 248, 0.6) 0.01%, rgba(21, 10, 34, 0.5) 100%, rgba(10, 18, 34, 0.5) 100%),radial-gradient(73% 250px at 100% 330px, rgb(0, 158, 248) 0.01%, rgba(21, 10, 34, 0.7) 100%, rgba(10, 18, 34, 0.7) 100%),var(--color-main-bg)}body.body--gradient.gradient--landing::after,body.body--gradient.gradient--landing::before{display:block;content:"";position:absolute;width:100%;height:30%;z-index:-1;filter:blur(20px);opacity:.7}body.body--gradient.gradient--landing::before{top:17%;background:radial-gradient(50% 23.39% at 0%, at 50%, rgba(0, 158, 248, 0.3) 50%, rgba(21, 10, 34, 0.7) 100%, rgba(10, 18, 34, 0.7) 100%),radial-gradient(30.39% 10.39% at 50%, at 40%, rgb(222, 12, 184) 0.01%, rgba(21, 10, 34, 0.46) 100%, rgba(10, 18, 34, 0.46) 100%);background:radial-gradient(50% 23.39% at 0% 50%, rgba(0, 158, 248, 0.3) 50%, rgba(21, 10, 34, 0.7) 100%, rgba(10, 18, 34, 0.7) 100%),radial-gradient(30.39% 10.39% at 50% 40%, rgb(222, 12, 184) 0.01%, rgba(21, 10, 34, 0.46) 100%, rgba(10, 18, 34, 0.46) 100%)}body.body--gradient.gradient--landing::after{top:60%;transform:translateY(-50%);background:radial-gradient(50% 20% at 60%, at 50%, rgba(0, 158, 248, 0.3) 20%, rgba(21, 10, 34, 0.7) 100%, rgba(10, 18, 34, 0.7) 100%),radial-gradient(30% 15% at 100%, at 60%, rgba(222, 12, 184, 0.7) 0.01%, rgba(21, 10, 34, 0.46) 100%, rgba(10, 18, 34, 0.46) 100%);background:radial-gradient(50% 20% at 60% 50%, rgba(0, 158, 248, 0.3) 20%, rgba(21, 10, 34, 0.7) 100%, rgba(10, 18, 34, 0.7) 100%),radial-gradient(30% 15% at 100% 60%, rgba(222, 12, 184, 0.7) 0.01%, rgba(21, 10, 34, 0.46) 100%, rgba(10, 18, 34, 0.46) 100%)}body.body--cloud-gaming{background:linear-gradient(180deg, rgba(10, 18, 34, 0) -15%, #0a1222 10%),top center/100% no-repeat url(images/background.png),linear-gradient(90deg, #0a1222 0%, #060c18 100%);background:linear-gradient(180deg, rgba(10, 18, 34, 0) -15%, #0a1222 10%),top center/100% no-repeat url(images/background.png),var(--color-main-bg)}@media(max-width: 1023px){body.body--cloud-gaming{background:linear-gradient(90deg, #0a1222 0%, #060c18 100%);background:var(--color-main-bg)}}body.desktop-client.scrollbar::-webkit-scrollbar{background:#0a1121}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.main{position:relative;padding-top:constant(safe-area-inset-top);padding-right:constant(safe-area-inset-right);padding-bottom:constant(safe-area-inset-bottom);padding-left:constant(safe-area-inset-left);overflow:hidden}body.overflow .main{overflow:visible}.main--light{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:100vh}.main--pay{height:calc(100vh - 4.8em);margin-top:6em;background:#f6f7f8;overflow-y:auto;color:#000}.main--pay a{color:#0085ff}@media(min-width: 1024px) and (max-width: 1439px){.main--pay{margin-top:5em}}@media(max-width: 1023px){.main--pay{height:calc(100vh - 16vw);margin-top:16vw}}.main__content{position:relative;width:100%;max-width:1440px;margin:7em auto 0;box-sizing:border-box}.main--pay .main__content{margin:0 auto}@media(max-width: 1023px){.main__content{margin:0 auto}}.main--light .main__content{min-height:calc(100vh - 10em);padding:5.5em 0 4.5em;display:flex;flex-direction:column;justify-content:center;align-items:center}@media(max-width: 1023px){.main--light .main__content{justify-content:initial;min-height:calc(100vh - 6.3em);padding:4.3em 0 2em;color:#fff}}body.pay .main__content{min-height:100%}@media screen and (min-width: 1024px){.main__content{max-width:1024px;padding:0 2em}}@media screen and (min-width: 1440px){.main__content{max-width:1440px;padding:0 5.525rem}}.main__content--inner{box-sizing:border-box;padding-top:5em}@media(max-width: 1023px){.main__content--inner{padding:4em 5vw;box-sizing:border-box}}.body-inner .main::before{content:"";display:block;pointer-events:none;position:absolute;width:100vw;height:100vw;top:-50vw;right:-50vw;background:radial-gradient(circle, rgb(25, 50, 91) 0%, rgba(25, 50, 91, 0) 70%, rgba(25, 50, 91, 0) 100%)}.section{padding-top:6em;margin-top:3em;margin-bottom:0;padding-bottom:0}.section--hide{display:none}.main--light .section{padding:0;margin:5em 0;text-align:center}@media(max-width: 1023px){.main--light .section{margin:0}.main--light .section__hotkeys{display:none}.main--light .section__instructions,.main--light .section__link{display:inline !important;display:initial !important}}.filter-advanced__results--empty .section{display:none}body.pay .section{padding-top:0;margin:0;overflow:hidden;background:#f6f7f8}.section__c-heading,.section__heading{padding-left:0;padding-right:0}@media(min-width: 1024px) and (max-width: 1439px){.section__command-work{padding-top:0}}.section--trophy{padding-top:6em;margin-top:12em}@media(min-width: 1024px) and (max-width: 1439px){.section--trophy{padding-top:3em;margin-top:2em}}@media(max-width: 1023px){.section--trophy{padding-top:2em;margin-top:0}}.section__c-about-tech{margin-top:9em}.section__speed-and-quality,.section__how-to-play{padding-top:9em;margin-top:9em}@media(max-width: 1023px){.section__speed-and-quality,.section__how-to-play{padding-top:2em;margin-top:3em}}@media(min-width: 1024px)and (max-width: 1439px){.section__speed-and-quality,.section__how-to-play{padding-top:2em;margin-top:3em}}.section__c-heading,.section__heading,.section__play-and-win{padding-top:0;margin-top:0}.section__advantages{padding-top:0;margin-top:-3em}@media(min-width: 1024px) and (max-width: 1439px){.section__advantages{margin-top:-1em}}@media(max-width: 1023px){.section__timeout{max-width:255px;margin:1em auto 2em !important;color:#b2dbf9;font-size:.875em !important}.section__timeout p{display:inline}}.section__timeout .timer{font-size:1.5em;color:#fff;font-weight:bold;text-align:center;margin-top:1em}.section__timeout .timer--warning{color:#cdb13c}.section__timeout .timer--danger{color:#eb4a13}@media(max-width: 1023px){.section__timeout .timer{display:inline;margin-left:.5em;font-size:1em}}.section__hotkeys{display:grid;grid-gap:1em;gap:1em;grid-template-columns:1fr auto;align-items:center;font-size:.8125em;text-align:right !important;color:#495e73}.section__hotkeys span{color:#7f9eb7}.section__code{display:inline-flex;justify-content:center;align-items:center;width:2.15em;height:2.15em;margin:0 .5em;padding:.5em;border:1px solid #626c77;border-radius:.75em;text-transform:uppercase;background:#0c111e;box-shadow:0 0 5px #4c6175}.main--light .section__instructions{display:none;text-align:center}.main--light .section__instructions .instructions__step{margin-top:0;font-size:.875em}.main--light .section__instructions .instructions__separator{margin:.5em 0;font-size:1em;font-weight:bold;font-style:italic;text-transform:uppercase;text-align:center}.section__link{display:none;position:fixed;bottom:0;left:0;right:0;box-sizing:border-box;max-width:360px;margin:2em auto 0 !important;padding:1.5em 1.2em 0 !important;border-top:1px solid #323f52;background:#0a1222}.section__link p{font-size:.875em;color:rgba(255,255,255,.7)}.section__filter{position:relative;margin-top:1em;padding-top:0}@media(max-width: 1023px){.section__filter{margin-top:0 !important;padding-top:0 !important}}.section__games,.section__servers,.section__filter-advanced{margin-top:0;padding-top:1em}@media(max-width: 1023px){.section__games,.section__servers,.section__filter-advanced{padding-top:.5em !important}}.section__fog-server{padding-top:2em}@media(max-width: 1023px){.section__fog-server{padding-top:4em !important}}.section__fog-edit-page{padding-top:4em;padding-bottom:1em}@media(max-width: 1023px){.section__fog-edit-page{padding-top:4em !important;padding-bottom:0 !important}}@media(max-width: 1023px){.section__site-error{padding:0 1.17em;margin-top:7em}}.section__fog-how-it-works,.section__fog-benefits,.section__fog-requirements,.section__fog-how-to-start,.section__fog-get-payout{padding-top:3em}.section__fog-faq,.section__fog-sessions,.section__fog-favorites,.section__fog-promo-codes,.section__fog-notifications,.section__fog-payment-method{margin:0;padding-top:5em}@media(max-width: 1023px){.section__fog-faq,.section__fog-sessions,.section__fog-favorites,.section__fog-promo-codes,.section__fog-notifications,.section__fog-payment-method{padding-top:4em !important}}.section__fog-pay-loading,.section__fog-pay-error,.section__fog-pay-not-booking{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:16px}.section__fog-pay-success{height:85vh;display:flex;flex-direction:column;justify-content:center;text-align:center;color:#fff}.section__fog-article,.section__fog-blog{padding-top:0;margin-top:2em}@media(max-width: 1023px){.section__fog-article,.section__fog-blog{padding-top:0 !important}}.section__fog-breadcrumbs{padding-top:2em}@media(max-width: 1023px){.section__fog-breadcrumbs{padding-top:3em !important}}.section__modal-loading{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:16px}.section__placeholder{margin:0;padding-top:5em;text-align:center;color:#fff;font-size:1.2em}.section__fog-promo-codes .section__placeholder{padding-top:1em}.section__placeholder a{color:#0085ff}@media(max-width: 1023px){.section__placeholder{padding-top:0}}.filter-advanced__results .section__placeholder{display:none;max-width:630px;margin:0 auto}.filter-advanced__results--empty .section__placeholder{display:block}.section__explanation{margin:0;padding-top:5em;color:#fff;font-size:1em}.section__fog-promo-codes .section__explanation{padding-top:1em}@media(max-width: 1023px){.section__explanation{padding-top:0}}.section__beta{background:rgba(178,219,249,.05);border:1px solid rgba(178,219,249,.1);padding:0;border-radius:1em}@media(max-width: 1023px){.section__beta{flex-direction:column}}.section__auth{display:flex;flex-direction:column;align-items:center;height:80vh}.section__auth h1{color:#fff;font-size:1.3em;font-style:normal;font-weight:500}.section__auth p{color:#fff;font-size:1em;font-style:normal;margin-top:0;margin-bottom:2em}.section__auth button{min-width:15em}@media(max-width: 1023px){.section__auth{padding-top:5em;text-align:center;justify-content:center;height:80vh}}.section .code__wrapper{text-align:left}.section__hidden-banner{padding-top:3em}.section__promocodes{padding:0}.section__grid-title{margin-top:0;font-family:"MTS Wide",sans-serif;text-transform:uppercase;color:#fff}.section__game-info{display:flex;grid-gap:2em;gap:2em;padding:0}@media(max-width: 1023px){.section__game-info{flex-direction:column}}@media(min-width: 1024px) and (max-width: 1439px){.section{padding-left:0;padding-right:0}}@media(max-width: 1023px){.section{margin-top:0;padding-top:2em;padding-left:0;padding-right:0}}.section__title{color:#fff;font-family:"MTS Wide",sans-serif;font-size:1.3em;font-weight:700;text-transform:uppercase}@media(max-width: 1023px){.play__fixed{position:fixed;right:0;bottom:0;left:0;max-width:360px;margin:0 auto;padding:0 1.3em 1em;box-sizing:border-box;background:#0a1222;box-shadow:0 -30px 30px #0a1222}}.play__title{display:none;margin-top:0;font-style:italic;font-size:1.5em;text-transform:uppercase}@media(max-width: 1023px){.play__title{display:inline;display:initial}}.play__wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:7.5em;margin:0 auto 2em;padding:1.2em;border:1px solid rgba(178,219,249,.1);border-radius:50%;background:radial-gradient(50% 50% at 50%, at 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 80.76%, rgba(0, 0, 0, 0.2) 100%);background:radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 80.76%, rgba(0, 0, 0, 0.2) 100%);box-shadow:10px -12px 22px -8px #1b2434}.play__wrapper::before{content:"";position:absolute;width:1590px;height:894px;background:url(images/bg_pattern.png);z-index:-1}.play__wrapper--error{border:none;border-radius:0;box-shadow:none;background:none}.play__wrapper--error::before{background:url(images/bg_pattern--red.png)}@media(max-width: 1023px){.play__wrapper{margin-bottom:0}}.play__button,.play__spinner,.play__error{display:flex;justify-content:center;align-items:center;width:9.5em;height:9em;border:none;border-radius:50%}.play__button img,.play__spinner img,.play__error img{width:34%}.play__button{background:radial-gradient(78.18% 78.18% at 74.55%, at 21.82%, #74df8b 0%, #009e2b 100%);background:radial-gradient(78.18% 78.18% at 74.55% 21.82%, #74df8b 0%, #009e2b 100%);box-shadow:0 12px 64px rgba(18,178,63,.6);cursor:pointer}.play__button.loading_stream_btn{display:none}.play__button--mobile{display:none}@media(max-width: 1023px){.play__button{display:none}.play__button--mobile{display:flex;width:8em;height:7.5em}}.play__spinner{display:none;background:radial-gradient(78.18% 78.18% at 74.55%, at 21.82%, #587494 0%, #253b52 100%);background:radial-gradient(78.18% 78.18% at 74.55% 21.82%, #587494 0%, #253b52 100%);box-shadow:0 12px 64px rgba(76,100,125,.5)}.loading_stream_btn~.play__spinner{display:block}.play__spinner .spinner-icon{display:inline-block;padding:20%;border-radius:50%;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{100%{transform:rotate(360deg)}}.play__status{margin:0 auto;max-width:340px;font-size:1.5em;font-weight:bold;color:#fff}.play__wrapper--error~.play__status,.play__status.error_info{background:radial-gradient(78.18% 78.18% at 74.55%, at 21.82%, #ffa080 0%, #eb4a13 100%),#fff;background:radial-gradient(78.18% 78.18% at 74.55% 21.82%, #ffa080 0%, #eb4a13 100%),#fff;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.play__status--mobile{display:none}@media(max-width: 1023px){.play__status{display:none;max-width:310px;margin-top:1em;font-size:1.25em;font-weight:700}.play__status--mobile{display:block}}.play__info{display:none;max-width:340px;margin-top:2em}.section__error .play__info{display:block}@media(max-width: 1023px){.play__info{max-width:230px;margin-top:1em;font-size:.875em}}.play__error{display:none;background:linear-gradient(#1a151f, #2f191d);box-shadow:0 12px 64px rgba(235,74,19,.3)}.play__error img{width:65%}.play__link{color:#fff}.block-title{color:#fff;font-size:2.75em;font-weight:bold;font-style:italic;line-height:1;text-transform:uppercase}.block-title--small{color:#fff !important}.block-title--section-cloud-gaming{font-family:"MTS Wide",sans-serif;font-size:2em;font-style:normal;line-height:1.1}.block-title span:nth-child(1){color:rgb(178, 219, 249);color:var(--color-main-text);background:rgb(178, 219, 249);background:var(--color-main-text);background:-webkit-linear-gradient(#b2dbf9, #2b87ca);background:radial-gradient(circle at farthest-side, rgb(43, 135, 202) 0%, rgb(178, 219, 249) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.text-body--2{font-size:1.5em;line-height:1.5}body.pay .sections{height:100%}.sections__promo-page{margin-bottom:5em}@media(max-width: 1023px){.sections{padding:0 5vw;box-sizing:border-box}.main--light .sections{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:360px;height:calc(100vh - 7em);min-height:540px;padding:2em 1.3em 10em}}.beta{display:flex;flex-wrap:nowrap;padding:2em}.beta__mobile_span{display:none}@media(max-width: 1023px){.beta__desktop_span{display:none}.beta__mobile_span{display:block}}.beta__label{display:flex;justify-content:center;align-items:center;color:#139d36;font-weight:bold;font-size:2em;margin-right:2rem}@media(max-width: 1023px){.beta__label{margin:0 0 1rem}}.beta__content{display:flex;align-items:center;color:#b2dbf9;font-size:1em}.beta__content a{text-decoration:underline}.beta__summary{display:block}.beta__summary::-webkit-details-marker{display:none}@media(max-width: 1023px){.beta__summary{display:list-item}}.beta__details{flex:1 1}.beta__details[open] .beta__summary{display:none}.heading{position:relative;width:100%;height:63em}@media(min-width: 1024px) and (max-width: 1439px){.heading{height:40em}}@media(max-width: 1023px){.heading{height:auto;margin-bottom:17vw;margin-top:10vw}}.heading__image-block{position:absolute;width:100%;height:100%}@media(max-width: 1023px){.heading__image-block{position:relative;height:65vw}}.heading__image{position:absolute;width:150%;height:auto;left:-25%}.heading__content-block{position:relative;width:100%;height:100%}.heading__title{margin:0;position:absolute;top:1.5em;right:.7em;font-size:4.25rem}@media(min-width: 1024px) and (max-width: 1439px){.heading__title{font-size:2.75rem;top:2em;right:1.9em}}@media(max-width: 1023px){.heading__title{position:relative;top:unset;right:unset;font-size:9.5vw;margin-bottom:.7em}}.heading__caption{font-size:1.25em;margin:0;position:absolute;max-width:27em;bottom:10em;left:0;color:#fff;line-height:1.4}@media(min-width: 1024px) and (max-width: 1439px){.heading__caption{bottom:3em}}@media(max-width: 1023px){.heading__caption{position:relative;bottom:unset;left:unset;font-size:4.7vw}}.c-heading{position:relative;width:100%;height:63em}@media(min-width: 1024px) and (max-width: 1439px){.c-heading{height:40em}}@media(max-width: 1023px){.c-heading{height:auto;margin-bottom:17vw;margin-top:10vw}}.c-heading__image-block{position:absolute;width:100%;height:100%}@media(max-width: 1023px){.c-heading__image-block{position:relative;height:65vw}}.c-heading__image{position:absolute;width:150%;height:auto;left:-25%}.c-heading__image-light{position:absolute;width:100%;height:auto;left:-25%;top:0;z-index:-1}.c-heading__content-block{position:relative;width:100%;height:100%}.c-heading__title{margin:0;position:absolute;top:1.5em;right:.7em;font-size:4.25rem}@media(min-width: 1024px) and (max-width: 1439px){.c-heading__title{font-size:2.75rem;top:2em;right:1.9em}}@media(max-width: 1023px){.c-heading__title{position:relative;top:unset;right:unset;font-size:9.5vw;margin-bottom:.7em}}.c-heading__link-block{margin-top:1.3em}@media(max-width: 1023px){.c-heading__link-block{margin-top:0}.c-heading__link-block .link-button{padding:1em 7em 1em 7em}}@media(min-width: 1024px) and (max-width: 1439px){.c-heading__link-block{margin-top:0}.c-heading__link-block .link-button{padding:.5em 4em .5em 4em}}.c-heading__caption{font-size:1.7vw;margin:0;position:absolute;max-width:37em;top:15.5em;right:0;color:#fff;line-height:1.4}@media screen and (min-width: 1440px){.c-heading__caption{font-size:1.1em}}@media(min-width: 1024px) and (max-width: 1439px){.c-heading__caption{top:14.5em;font-size:.9em;right:4em;max-width:29em}}@media(max-width: 1023px){.c-heading__caption{position:relative;top:0;right:0;font-size:4.7vw}}.play-and-win{position:relative;display:grid;grid-template-columns:repeat(3, 1fr);align-items:center;justify-content:start;margin-bottom:10em;min-height:45em;font-size:.6rem}@media(max-width: 1023px){.play-and-win{grid-template-columns:1fr;padding-left:0;padding-right:0;margin-bottom:4em}}@media screen and (min-width: 1440px){.play-and-win{font-size:1rem}}.play-and-win__image-block{position:relative;grid-column:1/4;grid-row:1;min-height:38.6848974518em}@media(max-width: 1023px){.play-and-win__image-block{position:absolute;grid-column:1;grid-row:1;height:80vw;min-height:unset}}.play-and-win__content{position:relative;grid-column:1/3;grid-row:1}@media(max-width: 1023px){.play-and-win__content{font-size:.6em;grid-column:1;grid-row:2}}.play-and-win__image{position:absolute;width:139em;top:-41em;left:-12em;height:auto}@media(max-width: 1023px){.play-and-win__image{position:absolute;width:200vw;top:-45vw;left:-49vw;height:auto}}.play-and-win__title{font-size:4.1em;margin-bottom:.69em;margin-top:3em;padding-right:.5em}@media(max-width: 1023px){.play-and-win__title{margin-top:4em;padding-right:1.8em;margin-bottom:2em}}.play-and-win__caption{font-size:1.685em;padding-right:11.5em}@media(max-width: 1023px){.play-and-win__caption{color:#fff;font-size:3em;padding-right:9.5em;margin-bottom:10em}}.play-and-win__link{margin-top:0 !important}@media(max-width: 1023px){.play-and-win__link{box-sizing:border-box;width:100%;text-align:center;font-size:3em !important}}.advantages{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:2.8em}@media(max-width: 1023px){.advantages{grid-template-columns:1fr;padding:1em 0 0}}.free-play{position:relative;display:grid;grid-template-columns:repeat(3, 1fr);align-items:center;justify-content:start;margin-top:10em;margin-bottom:6em;padding-top:0;min-height:20em;font-size:1rem}@media(min-width: 1024px) and (max-width: 1439px){.free-play{font-size:.67em;margin-top:13em}}@media(max-width: 1023px){.free-play{margin-bottom:3em;font-size:.6rem}}.free-play__image-block{position:relative;grid-column:1/4;grid-row:1;min-height:20.2635177129em}.free-play__content{position:relative;grid-column:1/4;grid-row:1}.free-play__image{position:absolute;width:105em;top:-195%;left:5%;height:auto;transform:rotate(-5deg)}@media(max-width: 1023px){.free-play__image{width:55em;top:-85%;left:-5%;height:auto;transform:rotate(-15deg)}}.free-play__title.block-title{font-size:4.1em;margin-top:0;margin-bottom:.69em;padding-right:.5em}@media(max-width: 1023px){.free-play__title.block-title{font-size:2em;line-height:unset}}.free-play__title.block-title span:first-child{-webkit-text-fill-color:#fff}.free-play__title.block-title span:last-child{color:rgb(178, 219, 249);color:var(--color-main-text);background:rgb(178, 219, 249);background:var(--color-main-text);background:-webkit-linear-gradient(#b2dbf9, #2b87ca);background:radial-gradient(circle at farthest-side, rgb(43, 135, 202) 0%, rgb(178, 219, 249) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.free-play__caption{font-size:1.5em;font-weight:500;padding-right:50%}@media(max-width: 1023px){.free-play__caption{padding-right:40%;font-weight:400;color:#fff}.free-play__caption span{font-weight:700;display:block}}.platform-link{word-wrap:break-word;color:#fff}.computers{padding-top:0;position:relative}@media(min-width: 1024px) and (max-width: 1439px){.computers{font-size:.8em}}@media(max-width: 1023px){.computers{font-size:1em}}.computers__title{margin-bottom:1.5em;font-size:2.2em}@media(max-width: 1023px){.computers__title{font-weight:500;font-style:normal;text-transform:none;font-size:1.4em;margin-bottom:1em}}.computer-items{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:30px}@media(max-width: 1023px){.computer-items{grid-template-columns:repeat(1, 1fr)}}.computer{display:flex;flex-direction:column;justify-content:space-between;padding:2em;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(178,219,249,.08);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.dialog .computer{padding:0;border:none;border-radius:0;background:none;-webkit-backdrop-filter:none;backdrop-filter:none}@media(max-width: 1023px){.computer{padding:1.5em}}.computer__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1em}.dialog .computer__header{margin-bottom:1.5em}@media(max-width: 1023px){.dialog .computer__header{margin-bottom:1em}}.computer__icon{margin-right:1em;width:12%}.dialog .computer__icon{width:10%}@media(max-width: 1023px){.dialog .computer__icon{width:39px;height:45px}}.computer__title{flex:1 1;margin:0;font-size:2em;font-weight:400;text-transform:uppercase;color:#fff}.computer--paid .computer__title{font-family:"MTS Wide",sans-serif;font-size:1.6em;font-weight:500}.dialog .computer__title{font-size:1.5em}@media(max-width: 1023px){.computer__title{font-size:1.5em}.dialog .computer__title{font-size:1.5em}}.computer__button{margin-top:1.5em !important;display:block !important;padding:.8em !important;text-align:center}@media(max-width: 1023px){.computer__button{font-size:1em !important}}.computer__specification{list-style:none;margin:0;padding:0;color:#7297b1;font-size:.9em}.dialog .computer__specification{font-size:1.0625em}@media(max-width: 1023px){.dialog .computer__specification{font-size:1.026em}}.computer__specification__item{margin-bottom:.4em}.dialog .computer__specification__item{margin-bottom:.2em}.computer__specification__item:last-child{margin-bottom:0}@media(max-width: 1023px){.dialog .computer__specification__item{margin-bottom:.3em}}.computer__specification__value{font-weight:500;color:#fff}.advantage{display:grid;align-items:center;justify-items:start;align-content:stretch;grid-template-columns:1fr 11em}@media(min-width: 1024px) and (max-width: 1439px){.advantage{grid-template-columns:1fr 6em}}@media(max-width: 1023px){.advantage{font-size:1rem;align-items:center;margin-bottom:10vw}}.advantage:nth-child(1){transition:transform .9s ease-out .5s,opacity .6s ease .5s}@media(max-width: 1023px){.advantage:nth-child(1){transition:transform .9s ease-out .5s,opacity .6s ease .5s}}.advantage:nth-child(2){transition:transform .9s ease-out .8s,opacity .6s ease .8s}@media(max-width: 1023px){.advantage:nth-child(2){transition:transform .9s ease-out .5s,opacity .6s ease .5s}}.advantage:nth-child(3){transition:transform .9s ease-out 1.1s,opacity .6s ease 1.1s}@media(max-width: 1023px){.advantage:nth-child(3){transition:transform .9s ease-out .5s,opacity .6s ease .5s}}.advantage__title{color:#fff;font-size:1.75em;line-height:1.5;font-weight:bold;font-style:italic;text-transform:uppercase}@media(min-width: 1024px) and (max-width: 1439px){.advantage__title{font-size:1.55em}}@media(max-width: 1023px){.advantage__title{font-size:1.55em;line-height:normal}}.advantage__icon{width:6.25em;margin-left:1em}@media(min-width: 1024px) and (max-width: 1439px){.advantage__icon{width:5.25em}}@media(max-width: 1023px){.advantage__icon{width:20vw}}.advantage__caption{font-size:1.0625em;line-height:1.4;grid-column:span 2;padding-top:1.5em;min-height:6em}@media(max-width: 1023px){.advantage__caption{padding-top:0}}.how-to-start{text-align:center}.how-to-start a{text-decoration:underline;color:#b2dbf9}@media(max-width: 1023px){.how-to-start__title{font-size:2rem}}.how-to-start__grids{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:2.8em}@media(max-width: 1023px){.how-to-start__grids{grid-template-columns:1fr;padding-left:0;padding-right:0;padding-top:1em}}.starter{align-items:center;justify-items:start;align-content:stretch}@media(max-width: 1023px){.starter{align-items:center;margin-bottom:0}}.starter:nth-child(1){transition:transform .9s ease-out .5s,opacity .6s ease .5s}@media(max-width: 1023px){.starter:nth-child(1){transition:transform .9s ease-out .5s,opacity .6s ease .5s}}.starter:nth-child(2){transition:transform .9s ease-out .8s,opacity .6s ease .8s}@media(max-width: 1023px){.starter:nth-child(2){transition:transform .9s ease-out .5s,opacity .6s ease .5s}}.starter:nth-child(3){transition:transform .9s ease-out 1.1s,opacity .6s ease 1.1s}@media(max-width: 1023px){.starter:nth-child(3){transition:transform .9s ease-out .5s,opacity .6s ease .5s}}.starter__title{color:#fff;font-size:1.75em;line-height:1.2857142857;font-weight:bold;font-style:italic;text-transform:uppercase}@media(max-width: 1023px){.starter__title{line-height:1;font-size:1.55em}}.starter__icon{width:8.25em;margin-left:-1.5em;padding:2.5em 0 2em 0}@media(max-width: 1023px){.starter__icon{width:35vw}}.starter__caption{font-size:1.0625em;line-height:1.4;grid-column:span 2;padding-top:1em;min-height:6em}@media(max-width: 1023px){.starter__caption{padding-top:1em}}.participation-info{position:relative;display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:2.125em;padding-left:5.6em;padding-left:var(--section-padding-left);padding-right:5.6em;padding-right:var(--section-padding-left)}.participation-info__title{grid-column:span 3;margin-bottom:5.6rem}@media(max-width: 1023px){.participation-info__title{grid-column:span 1;margin-bottom:0}}@media(max-width: 1023px){.participation-info{grid-template-columns:1fr;padding-left:0;padding-right:0;grid-row-gap:3.65em}}.participation-info-block{display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(178,219,249,.25);background:linear-gradient(179.9deg, rgba(0, 31, 53, 0.2) 20.22%, rgba(126, 186, 230, 0.2) 149.78%),rgba(178,219,249,.05);box-shadow:0 5px 40px rgba(0,209,255,.18);border-radius:12px;border-radius:var(--border-radius);overflow:hidden;box-sizing:border-box;transition:box-shadow .6s ease-in-out;font-size:1em}@media(min-width: 1024px) and (max-width: 1439px){.participation-info-block{font-size:.8em}}.participation-info-block:hover{box-shadow:0 5px 40px rgba(0,209,255,.38)}.participation-info-block__title{color:#fff;margin-left:1.67em;margin-top:1.116em;margin-bottom:1.116em;font-size:1.68em;line-height:2.25em;font-weight:bold;font-style:italic}.participation-info-block__caption{flex:1 1;font-size:1.125em;margin-left:2.48em;line-height:1.5em;margin-bottom:2.38em;padding-right:4.4em}@media(min-width: 1024px) and (max-width: 1439px){.participation-info-block__caption{padding-right:3.48em}}@media(max-width: 1023px){.participation-info-block__caption{padding-right:4.85em}}.participation-info-block__link{display:inline-block;cursor:pointer;width:100%;box-sizing:border-box;text-align:center;font-weight:bold;text-decoration:none;color:currentColor !important;font-size:1.25em;padding:1.3rem;background:linear-gradient(220.06deg, rgba(186, 255, 255, 0.21) -28.65%, rgba(33, 53, 103, 0.21) 92.51%)}.how-it-works{position:relative;display:grid;grid-template-columns:1fr 34.1em;align-items:center;justify-content:start;padding-left:5.6em;padding-left:var(--section-padding-left)}@media(max-width: 1023px){.how-it-works{padding-left:0;grid-template-columns:1fr;font-size:.8em;padding-top:5em}}@media(min-width: 1024px) and (max-width: 1439px){.how-it-works{grid-template-columns:repeat(4, 1fr);padding-top:11em}}.how-it-works__image-block{position:relative}@media(max-width: 1023px){.how-it-works__image-block{grid-row:1}}.how-it-works__image{position:absolute;width:57em;top:-28em;left:-20em}@media(min-width: 1024px) and (max-width: 1439px){.how-it-works__image{width:37em;top:-13em;left:-20em}}@media(max-width: 1023px){.how-it-works__image{width:37em;top:-3em;left:-5em}}.how-it-works__content{position:relative;padding-right:10%}@media(max-width: 1023px){.how-it-works__content{padding-right:0}}@media(min-width: 1024px) and (max-width: 1439px){.how-it-works__content{grid-column:span 3}}.how-it-works__title{margin-bottom:2em;position:relative;z-index:3}@media(max-width: 1023px){.how-it-works__title{margin-bottom:8em}}.how-it-works__caption{padding-right:20%;margin-bottom:1.5em;color:#fff}@media(max-width: 1023px){.how-it-works__caption{padding-right:0}}.how-it-works__list{padding-left:0;list-style:none}.how-it-works__list-item{margin-top:.7em}.how-it-works__list-link{color:#00d1ff;font-size:1.125em}@media(max-width: 1023px){.how-it-works__list-link{font-size:1.6em}}.play-everywhere{display:grid;grid-template-columns:minmax(35em, auto) 1fr;color:#fff}@media(max-width: 1023px){.play-everywhere{padding-left:0;grid-template-columns:1fr;font-size:1rem}}.play-everywhere__title{margin-bottom:.41666em}@media(max-width: 1023px){.play-everywhere__title{margin-top:0}}.play-everywhere__caption{margin-top:2.625rem;margin-bottom:2.625rem;font-size:1.0625em;line-height:1.4;max-width:28em}@media(max-width: 1023px){.play-everywhere__caption{font-size:1rem}}.play-everywhere__plus{display:grid;align-items:center;justify-content:start;grid-template-columns:minmax(24px, auto) 1fr;grid-column-gap:1em;grid-row-gap:1.8em;margin-bottom:.425rem}.play-everywhere__plus-icon{border-radius:12px;border-radius:var(--border-radius, 12px);background:rgba(43,135,202,.2);width:3em;height:3em;display:flex;padding:.75em;box-sizing:border-box}.play-everywhere__plus-image{margin:auto;-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.play-everywhere__plus-caption{margin-top:0;font-size:1.0625em;line-height:1.4}@media(max-width: 1023px){.play-everywhere__plus-caption{font-size:1rem}}@media(max-width: 1023px){.play-everywhere__content{grid-row:2;margin:0}}.play-everywhere__image-block{position:relative}@media(max-width: 1023px){.play-everywhere__image-block{grid-row:1;height:140vw}}@media(max-width: 1023px){.play-everywhere__link{box-sizing:border-box;width:100%;text-align:center}}.play-everywhere__image-wrapper{position:absolute;top:-4em;width:75%;padding-bottom:90%;margin-left:8em}@media(min-width: 1024px) and (max-width: 1439px){.play-everywhere__image-wrapper{width:100%;margin-left:0}}@media(max-width: 1023px){.play-everywhere__image-wrapper{margin-left:0;width:100%;position:relative;top:0}}.play-everywhere__image-wrapper img{position:absolute;top:0;left:0;max-width:100%}.command-work{position:relative;display:grid;grid-template-columns:repeat(12, 1fr);grid-column-gap:2rem;min-height:20em;z-index:5;color:#b2dbf9}@media(max-width: 1023px){.command-work{padding-left:0;grid-template-columns:1fr;font-size:1rem}}@media(max-width: 1023px){.command-work__title{margin-top:0;font-size:2.4em}}@media(max-width: 1023px){.command-work__caption{font-size:1rem}}.command-work__content{grid-column:span 6}@media(max-width: 1023px){.command-work__content{grid-row:2;margin:0}}.command-work__image-block{position:relative;grid-column:span 6}.command-work__image-block__wrapper{position:absolute;top:0;right:0;bottom:0;left:0}@media(max-width: 1023px){.command-work__image-block{grid-row:1;min-height:80vw}}.command-work__image{position:absolute;top:-49%;left:-5%;width:138%}@media(min-width: 1024px) and (max-width: 1439px){.command-work__image{top:-10%;left:-20%;width:150%}}@media(max-width: 1023px){.command-work__image{top:-4%}}.command-work__image-light{position:absolute;z-index:-1;top:-115%;left:-70%;width:244%;transform:scale(1, -1)}@media(min-width: 1024px) and (max-width: 1439px){.command-work__image-light{top:-50%}}@media(max-width: 1023px){.command-work__image-light{top:-35%}}.how-to-play{position:relative;display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:2rem;min-height:38em;align-items:start;z-index:5}.how-to-play__image{position:absolute;width:36em;max-width:unset;margin-left:-2.5rem;margin-top:-5em}@media(min-width: 1024px) and (max-width: 1439px){.how-to-play__image{display:none}}@media(max-width: 1023px){.how-to-play__image{position:relative;width:90vw;margin-left:0;margin-top:0}}@media(max-width: 1023px){.how-to-play__content{margin-top:-7em}}@media(min-width: 1024px) and (max-width: 1439px){.how-to-play{grid-template-columns:1fr;min-height:auto}}@media(max-width: 1023px){.how-to-play{grid-template-columns:1fr;margin-bottom:1em}}.speed-and-quality{position:relative;display:grid;grid-template-columns:repeat(12, 1fr);grid-column-gap:2rem;min-height:20em;z-index:5;color:#b2dbf9}@media(max-width: 1023px){.speed-and-quality__title{font-size:2.4em}}.speed-and-quality__image-block{position:relative;grid-column:span 6}.speed-and-quality__image-block__wrapper{position:absolute;top:0;right:0;bottom:0;left:0}@media(max-width: 1023px){.speed-and-quality__image-block{min-height:80vw}}.speed-and-quality__image-light{position:absolute;width:234%;top:-100%;left:-70%;z-index:-1}@media(min-width: 1024px) and (max-width: 1439px){.speed-and-quality__image-light{top:-60%}}@media(max-width: 1023px){.speed-and-quality__image-light{top:-35%}}.speed-and-quality__image{position:absolute;width:110%;top:-50%;left:-5%}@media(min-width: 1024px) and (max-width: 1439px){.speed-and-quality__image{top:-30%}}@media(max-width: 1023px){.speed-and-quality__image{top:0}}.speed-and-quality__content{grid-column:span 6}@media(max-width: 1023px){.speed-and-quality{grid-template-columns:1fr;margin-bottom:1em}}.participation-rules{padding-left:5.6em;padding-left:var(--section-padding-left);padding-right:5em}@media(min-width: 1024px) and (max-width: 1439px){.participation-rules{padding-top:10em;margin-bottom:9em;padding-right:0}}@media(max-width: 1023px){.participation-rules{padding-left:0;padding-right:0;padding-top:5em;margin-bottom:5em}}.participation-rules__list{list-style:none;counter-reset:item;padding-top:3em;padding-left:0;padding-right:21%}@media(min-width: 1024px) and (max-width: 1439px){.participation-rules__list{padding-right:0}}@media(max-width: 1023px){.participation-rules__list{padding-top:0;padding-right:0}}.participation-rules__list li{counter-increment:item;display:grid;grid-template-columns:minmax(5.5em, auto) minmax(1.5em, auto) minmax(0, auto);align-items:center;justify-content:start;grid-column-gap:1em;margin-bottom:2.5em;color:#fff}@media(max-width: 1023px){.participation-rules__list li{grid-column-gap:.7em;grid-template-columns:minmax(3em, auto) minmax(1.5em, auto) minmax(0, auto)}}.participation-rules__list li::before{content:counters(item, ".", decimal-leading-zero) " ";color:#354f7b;font-size:2.5em;font-weight:bold;font-style:italic}@media(max-width: 1023px){.participation-rules__list li::before{content:counters(item, ".", decimal-leading-zero) " ";font-size:2em}}.participation-rules__list li .innerlink{color:rgb(178, 219, 249) !important;color:var(--color-main-text) !important}@media(max-width: 1023px){.participation-rules__text{font-size:1.2em !important}}.win-button{color:#fff;display:flex;width:auto;flex-direction:row;justify-content:center;align-items:center;border-radius:8px;padding:.8rem 1.5rem;background:linear-gradient( 180deg, #74df8b 0%, #009e2b 100% );background:var(--button-gradient-primary);text-decoration:none;box-shadow:0 12px 64px rgba(56,253,52,0);transition:box-shadow .6s ease-in-out}.win-button:hover{box-shadow:0 12px 64px rgba(56,253,52,.33)}.win-button--big{padding:1rem 2.6875rem}.win-button--faq{margin-left:1em}.win-button__icon{margin-right:1em}@media(max-width: 1023px){.win-button__icon{display:none}}.win-button__text{font-weight:700;color:#fff}.under-line-button{display:inline-block;color:#fff;font-size:1.25em;text-align:center;width:100%;opacity:.85}.link-button{display:inline-block;color:#fff;background:linear-gradient( 180deg, #74df8b 0%, #009e2b 100% );background:var(--button-gradient-primary);text-transform:capitalize;font-size:1.0625em;line-height:1.4;font-weight:500;padding:.8254716981em 6.4268867925em;border-radius:8px;margin-top:2.125em;text-decoration:none;box-shadow:0 12px 64px rgba(56,253,52,0);transition:box-shadow .6s ease-in-out}.link-button:hover{box-shadow:0 12px 64px rgba(56,253,52,.33)}.link-button--gradient-secondary{background:linear-gradient( 217.17deg, #baffff -36.84%, #213567 96.77% );background:var(--button-gradient-secondary);box-shadow:0 12px 64px rgba(69,182,252,0)}.link-button--gradient-secondary:hover{box-shadow:0 12px 64px rgba(69,182,252,.4)}.link-button--outlined{background:none;border:1px solid rgb(178, 219, 249);border:1px solid var(--color-main-text);color:rgb(178, 219, 249);color:var(--color-main-text)}.now-for-free .link-button{text-transform:none}.section__start .link-button{display:block;padding:.5em;margin-bottom:1em}.main--light .section__start .link-button{text-transform:none;text-transform:initial;margin-top:0}.now-for-free{position:relative;display:grid;grid-template-columns:repeat(3, 1fr);align-items:center;justify-content:start}@media(max-width: 1023px){.now-for-free{grid-template-columns:1fr;padding-left:0;margin-bottom:4em}}@media(min-width: 1024px) and (max-width: 1439px){.now-for-free{font-size:.7em}}.now-for-free__image-block{position:relative;grid-column:1/4;grid-row:1;min-height:38.6848974518em}@media(max-width: 1023px){.now-for-free__image-block{position:relative;grid-column:1;grid-row:1;height:80vw;min-height:unset}}.now-for-free__content{grid-column:1/3;grid-row:1}@media(max-width: 1023px){.now-for-free__content{font-size:.6em;grid-column:1;grid-row:2}}.now-for-free__image{position:absolute;width:108em;top:-31em;left:0;height:auto}@media(max-width: 1023px){.now-for-free__image{position:absolute;width:200vw;top:-50vw;left:-66vw;height:auto}}.now-for-free__title{margin-bottom:2.625rem;margin-top:0}.now-for-free__caption{font-size:1.0625em;line-height:1.4;color:#fff;padding-right:40%}@media(max-width: 1023px){.now-for-free__caption{font-weight:normal;font-size:1rem;padding-right:0}}.now-for-free__caption-small{display:inline-block;font-weight:500;margin-top:2em}@media(max-width: 1023px){.now-for-free__caption-small{font-size:1em}}@media(max-width: 1023px){.now-for-free__link{box-sizing:border-box;width:100%;text-align:center;font-size:1rem}}.text-page__title{font-size:2.5em;font-weight:bold;font-style:italic;color:#fff;text-transform:uppercase;margin-bottom:1em}@media(max-width: 1023px){.text-page__title{font-size:1.75em;line-height:1.1428571429}}.text-page__subtitle{font-weight:bold;font-size:1.125em;line-height:1.4444444444}.text-page__text{font-size:1.125em;line-height:1.4444444444}.text-page__text a{color:currentColor !important}.about-tech{display:grid;grid-template-columns:repeat(10, 1fr);grid-template-rows:auto minmax(1em, auto);grid-auto-rows:minmax(0.4em, auto);grid-column-gap:2em;grid-row-gap:2em;color:#fff}@media(max-width: 1023px){.about-tech{padding-left:0;padding-right:0;grid-template-rows:auto auto minmax(1em, auto)}}.about-tech__title{grid-column:span 10}@media(max-width: 1023px){.about-tech__title{font-size:2rem}}.about-tech__block{background:rgba(178,219,249,.05);border:1px solid rgba(178,219,249,.1);border-radius:12px;border-radius:var(--border-radius, 12px);box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center}@media(max-width: 1023px){.about-tech__block{flex-direction:column;font-size:.4rem}}.about-tech__block p{margin:0}.about-tech__tech{grid-column:1/6;grid-row:2/3}@media(max-width: 1023px){.about-tech__tech{grid-column:span 10;grid-row:2}}.about-tech__tech p{margin:0;font-size:1.0625em;line-height:1.4;padding:1.875em}@media(max-width: 1023px){.about-tech__tech p{font-size:2.6em;padding-right:1em}}.about-tech__mindelay{position:relative;grid-column:6/11;grid-row:2/4}@media(max-width: 1023px){.about-tech__mindelay{grid-row:3;justify-content:space-between}}.about-tech__mindelay p{line-height:1.4;font-size:1.25em;margin-top:0;padding:1.875em;font-weight:500}@media(max-width: 1023px){.about-tech__mindelay p{font-size:2.4em}}.about-tech__mindelay img{width:auto;height:12em;transform:translate(-10%, 0%) scale(1.4);transform-origin:50% 100%}@media(min-width: 1024px) and (max-width: 1439px){.about-tech__mindelay img{height:9em;transform:translate(5%, 11%) scale(1.7)}}@media(max-width: 1023px){.about-tech__mindelay img{transform:none}}.about-tech__hereandnow{position:relative;grid-column:1/6;grid-row:3/5}@media(max-width: 1023px){.about-tech__hereandnow{grid-row:3;flex-direction:column-reverse;justify-content:space-between}}.about-tech__hereandnow p{font-size:1.25em;line-height:1.4;padding:1.875em;margin-top:0;font-weight:500}@media(max-width: 1023px){.about-tech__hereandnow p{padding:1.875em;font-size:2.4em}}.about-tech__hereandnow img{height:13.5em;width:auto;transform:translate(-5%, 0%) scale(1.2);transform-origin:50% 100%}@media(min-width: 1024px) and (max-width: 1439px){.about-tech__hereandnow img{transform:translate(-5%, 2%) scale(1.2)}}@media(max-width: 1023px){.about-tech__hereandnow img{transform:none}}.about-tech__networkprotocol{grid-column:6/11;grid-row:4/5}@media(max-width: 1023px){.about-tech__networkprotocol{grid-column:span 10}}.about-tech__networkprotocol p{font-size:1.0625em;line-height:1.4;padding:1.875em}@media(max-width: 1023px){.about-tech__networkprotocol p{font-size:2.7em;line-height:1.4}}.c-about-tech{display:grid;grid-template-columns:repeat(10, 1fr);grid-template-rows:auto minmax(1em, auto);grid-auto-rows:minmax(0.4em, auto);grid-column-gap:2em;grid-row-gap:2em;color:#fff}.c-about-tech__title{grid-column:span 10;margin:0;text-align:center;padding-bottom:.7em}@media(max-width: 1023px){.c-about-tech__title{font-size:2rem}}.c-about-tech__block{background:rgba(178,219,249,.05);border:1px solid rgba(178,219,249,.1);border-radius:12px;border-radius:var(--border-radius, 12px);box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center}@media(max-width: 1023px){.c-about-tech__block{flex-direction:column;font-size:.4rem}}.c-about-tech__block p{margin:0}.c-about-tech__tech{grid-column:1/6;grid-row:2/3}@media(max-width: 1023px){.c-about-tech__tech{grid-column:span 10;grid-row:2}}.c-about-tech__tech p{margin:0;font-size:1.0625em;line-height:1.4;padding:1.875em}@media(max-width: 1023px){.c-about-tech__tech p{font-size:2.6em;padding-right:1em}}.c-about-tech__mindelay{position:relative;grid-column:6/11;grid-row:2/4}@media(max-width: 1023px){.c-about-tech__mindelay{grid-row:3;justify-content:space-between}}.c-about-tech__mindelay p{line-height:1.4;font-size:1.25em;margin-top:0;padding:1.875em;font-weight:500}@media(max-width: 1023px){.c-about-tech__mindelay p{font-size:2.4em}}.c-about-tech__mindelay img{width:auto;height:12em;transform:translate(-10%, 0%) scale(1.4);transform-origin:50% 100%}@media(max-width: 1023px){.c-about-tech__mindelay img{transform:none}}.c-about-tech__hereandnow{position:relative;grid-column:1/6;grid-row:3/5}@media(max-width: 1023px){.c-about-tech__hereandnow{grid-row:3;flex-direction:column-reverse;justify-content:space-between}}.c-about-tech__hereandnow p{font-size:1.25em;line-height:1.4;padding:1.875em;margin-top:0;font-weight:500}@media(max-width: 1023px){.c-about-tech__hereandnow p{padding:1.875em;font-size:2.4em}}.c-about-tech__hereandnow img{height:13.5em;width:auto;transform:translate(-5%, 0%) scale(1.2);transform-origin:50% 100%}@media(max-width: 1023px){.c-about-tech__hereandnow img{transform:none}}.c-about-tech__networkprotocol{grid-column:6/11;grid-row:4/5}@media(max-width: 1023px){.c-about-tech__networkprotocol{grid-column:span 10}}.c-about-tech__networkprotocol p{font-size:1.0625em;line-height:1.4;padding:1.875em}@media(max-width: 1023px){.c-about-tech__networkprotocol p{font-size:2.7em;line-height:1.4}}@media(max-width: 1023px){.c-about-tech{padding-left:0;padding-right:0;font-size:1rem;grid-template-rows:auto auto minmax(1em, auto)}}.faq{display:grid;grid-template-columns:repeat(4, 1fr);align-items:start;justify-content:start}@media(max-width: 1023px){.faq{grid-template-columns:1fr;padding-left:0;padding-top:0;margin-top:2em}}.faq__title{grid-column:span 4;margin-bottom:1.6em}@media(max-width: 1023px){.faq__title{grid-column:1}}.faq__c-title{grid-column:span 4;margin-bottom:1.6em;text-align:center}@media(max-width: 1023px){.faq__c-title{grid-column:1}}.faq__content{grid-column:span 2}@media(min-width: 1024px) and (max-width: 1439px){.faq__content{grid-column:span 3}}.faq__image-block{text-align:right;grid-column:span 2}@media(min-width: 1024px) and (max-width: 1439px){.faq__image-block{grid-column:span 1}}@media(max-width: 1023px){.faq__image-block{display:none}}.faq__image-block img{max-width:100%}.games-near{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center}@media(max-width: 1023px){.games-near{padding-left:0;grid-template-columns:1fr;font-size:.8rem}}.games-near::before{content:"";display:block;width:200%;position:absolute;pointer-events:none;left:-130%;top:-50%;padding-top:100%;background:radial-gradient(rgb(64, 90, 130) 0%, rgba(2, 0, 36, 0) 50%, rgba(2, 0, 36, 0) 100%)}.games-near__image-block{position:relative}@media(max-width: 1023px){.games-near__image-block{grid-row:1}}.games-near__image{max-width:92%;margin-right:-2em;float:right}@media(max-width: 1023px){.games-near__image{margin:0;max-width:100%;float:none}}.games-near__image--back{position:absolute;top:5em;width:35em}.games-near__image--front{position:relative;width:50em;margin-bottom:10em;margin-left:5em}.games-near__content{position:relative;padding-right:10%}@media(max-width: 1023px){.games-near__content{padding-right:0}}.games-near__caption{color:#fff;margin:2rem 0;font-size:1.0625em;line-height:1.4}@media(max-width: 1023px){.games-near__caption{padding-right:0;display:none}}.games-near__download{display:flex;margin-bottom:3em}@media(max-width: 1023px){.games-near__download{display:none}}@media(max-width: 1023px){.games-near__link{display:none}}.games-near__link--mobile{display:none}@media(max-width: 1023px){.games-near__link--mobile{display:block;text-align:center;margin-top:0;text-transform:none;font-size:1rem;font-weight:500;padding-left:0;padding-right:0}}.games-near__mobile-content{display:none}@media(max-width: 1023px){.games-near__mobile-content{display:block}}.games-near__mobile-caption{margin:1.5em 0}.reqirements{font-size:1.0625em}@media(max-width: 1023px){.reqirements{font-size:1.1em;margin-bottom:2em}}.reqirements__requirement-block{display:flex;flex-direction:row;width:100%;max-width:27em;margin-bottom:.75em}.reqirements__title{margin-bottom:1.25em}.reqirements__reqirement-name{color:#3d5471;padding-right:.5em}.reqirements__dots{color:#212f43;flex:1 1;border-bottom:1px dotted rgba(173,207,238,.25);margin-bottom:.4em}.reqirements__reqirement{color:#6891b8;padding-left:.5em}.in-view{opacity:1;transform:translateY(0);transition:transform .9s ease-out .3s,opacity .6s ease .3s,box-shadow .3s ease-in-out}.in-view.hide{opacity:0;transform:translateY(15px)}.header-checker{position:absolute;top:0;left:0;height:50px;width:100%;pointer-events:none;opacity:0}.header-checker body.overflow{top:0}.bc-page__head{display:flex;padding-bottom:2em;justify-content:space-between;align-items:center}.bc-page__link{margin-top:0;text-transform:none;padding:0.8254716981em 2.4268867925em;font-weight:400;justify-content:space-between;align-items:center;display:flex}@media(max-width: 1023px){.bc-page__link{padding:0.8254716981em 5.2em}}.bc-page__link img{margin-right:.5em}.bc-page #done{margin-top:1em}.bc-page__head-filter-buttons{display:flex}.bc-page__head-filter-button{background:#1e2f4b;color:#fff;padding:.5em}@media(max-width: 1023px){.bc-page__head-filter-button{display:none}}.bc-page__head-filter-button a{color:#fff;text-decoration:none}.bc-page__head-filter-button:nth-child(2){margin-left:1em}.bc-page .bc-title{font-size:1.4em;font-weight:bold;color:#fff}.bc-page__table-titles{display:grid;grid-template-columns:55% 20% 25%;padding-bottom:2em;align-items:flex-end}.bc-page__table-titles .bc-title{font-size:1.4em;font-weight:bold;color:#fff}@media(min-width: 1024px) and (max-width: 1439px){.bc-page__table-titles .bc-title{font-size:1.1em}}.bc-page__table-titles .bc-title:nth-child(3),.bc-page__table-titles .bc-title:nth-child(2){margin-left:2rem}@media(max-width: 1023px){.bc-page__table-titles .bc-title:nth-child(3),.bc-page__table-titles .bc-title:nth-child(2){display:none}}.bc-page__who,.bc-page__priority{background:rgba(178,219,249,.0705882353);border:1px solid rgba(178,219,249,.1803921569);margin-bottom:1rem;margin-left:2rem;border-radius:12px;max-height:2em;display:flex;align-items:center;justify-content:center;font-size:1.2em;padding:.9375rem 1rem}@media(max-width: 1023px){.bc-page__who,.bc-page__priority{display:none}}@media(min-width: 1024px) and (max-width: 1439px){.bc-page__who,.bc-page__priority{margin-left:1rem;max-height:3em}}.bc-page__who p,.bc-page__priority p{padding:0;margin:0}.bc-page__who .red,.bc-page__priority .red{color:#ff4747}.bc-page__who .yellow,.bc-page__priority .yellow{color:#ffcc47}.bc-page__who .blue,.bc-page__priority .blue{color:#47d3ff}.bc-page__who{background:rgba(178,219,249,.0705882353);font-size:1.1em;display:flex}@media(max-width: 1023px){.bc-page__who{display:none}}.bc-page__who p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bc-page__who img{margin-right:.5em}.bc-page__elem{display:grid;grid-template-columns:55% 20% 25%}@media(max-width: 1023px){.bc-page__elem .accordion-item__content{border-top:1px solid #505e75}}.bc-page__elem--who{display:flex;margin-top:2em}.bc-page__elem--who .span{margin-left:.5em;color:#b2dbf9}.bc-page__elem--who img{width:42px;height:auto}.bc-page__elem--priority{font-weight:400}@media(min-width: 1024px){.bc-page__elem--who,.bc-page__elem--priority{display:none}}.bc-page__elem .red{color:#ff4747}.bc-page__elem .yellow{color:#ffcc47}.bc-page__elem .blue{color:#47d3ff}@media(max-width: 1023px){.bc-page__elem{grid-template-columns:100%}}.bc-page__elem .accordion-item{background:rgba(178,219,249,.0705882353);border:1px solid rgba(178,219,249,.1803921569)}.bc-page__title{color:#fff;font-size:2.5em;font-weight:bold;font-style:italic;line-height:1;text-transform:uppercase;margin-bottom:1.25em}@media(max-width: 1023px){.bc-page__title{font-size:1.5em}}.bc-page__description{font-size:1.5em;padding-right:5%;margin-bottom:2em}@media(max-width: 1023px){.bc-page__description{padding-right:0;font-size:1.25em}}.faq-page__title{color:#fff;font-size:2.75em;font-weight:bold;font-style:italic;line-height:1;text-transform:uppercase;margin-bottom:1.25em}@media(max-width: 1023px){.faq-page__title{font-size:1.5em}}.faq-page__description{font-size:1.25em;padding-right:25%;margin-bottom:2em}@media(max-width: 1023px){.faq-page__description{padding-right:0;font-size:1.0625em}}.modal-link{cursor:pointer}#toggle{display:none}.hamburger{display:none;position:relative;width:2em;margin-left:5vw;z-index:5}@media(max-width: 1023px){.hamburger{display:block}}.hamburger div{position:relative;width:2em;height:2px;border-radius:1px;background-color:rgb(178, 219, 249);background-color:var(--color-main-text);margin-top:5px;transition:all .3s ease-in-out}.hamburger div:first-child{margin-top:0}.profile{display:flex;align-items:center;font-size:.9em;color:#fff}.menu--profile .profile{width:100%;font-weight:normal}.profile__avatar{max-width:44px;border-radius:50%;margin-right:1em;height:auto !important}.menu--profile .profile__avatar{width:100%;max-width:10vw;height:auto !important}.menu{display:flex;flex-direction:column;justify-content:space-between;position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;background:rgba(30,40,61,.95);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .3s ease-out}.menu--profile,.menu--sessions{background:linear-gradient(107.15deg, #0a1222 0%, #060c18 100%),#000}.menu__download{padding:1em 5vw 2em;display:none}.menu__download--center{justify-content:center}.menu--profile .menu__download{display:flex;flex-wrap:wrap;margin:0 -1em}.menu--profile .menu__download--center{justify-content:center}.main--light .menu__download{display:flex;flex-wrap:wrap;margin:0 -0.6em;padding:0}.menu__download__button{display:flex;justify-content:center;align-items:center;margin:.5em 1em;color:#fff;font-size:.9em;text-decoration:none}.main--light .menu__download__button{margin:0 .7em 1em}.menu__download__button-content{display:flex;align-items:center;justify-content:center;width:135px;height:40px;border:1px solid #fff;border-radius:.3em;box-sizing:border-box;font-size:16px}.main--light .menu__download__button-content{padding:.62em 1em;border-radius:.3em;font-size:14px}.main--light .menu__download img{width:auto}.menu__list{list-style:none;margin:5em 5vw 2em;padding:0}.menu__list--inner{margin-top:0;padding:1em 1em 0}.menu__list--inner a{font-weight:400 !important}.menu__item{font-weight:bold;font-size:1em;margin-bottom:1em}.menu__item:last-child{margin-bottom:0}.menu--profile .menu__item{display:flex;align-items:center;font-weight:500}.menu__item__icon{width:4vw !important;height:auto !important;margin-right:1em}.menu__link{color:#fff !important;text-decoration:none}.menu__link-summary{display:flex;justify-content:space-between;align-items:center}.menu__link-summary::-webkit-details-marker{display:none}.menu__link-summary::after{content:"▼";line-height:1;box-sizing:border-box;color:currentColor}.accordion-item--menu[open] .menu__link-summary::after{transform:rotate(180deg)}.menu__section-title{color:#fff;font-weight:normal}.menu__section-content--empty{color:#fff}.menu__section-content--align-center{display:flex;justify-content:center;align-items:center;flex-direction:column}.menu--sessions .menu__section-content--align-center{height:80vh}.menu__section-content .button{width:100%}.hamburger.active .top-bun,#toggle:checked+.hamburger .top-bun{transform:rotate(-45deg);margin-top:5px !important}.hamburger.active .bottom-bun,#toggle:checked+.hamburger .bottom-bun{opacity:0;transform:rotate(45deg)}.hamburger.active .meat,#toggle:checked+.hamburger .meat{transform:rotate(45deg);margin-top:-2px}.menu.menu--open,#toggle:checked+.hamburger+.menu{transition:opacity .6s ease-out;opacity:1 !important;pointer-events:all !important}.cookie-warning{position:fixed;bottom:0;left:0;box-sizing:border-box;padding:1.5em;width:100%;pointer-events:none;display:none;z-index:1000}.cookie-warning.show{display:flex}.cookie-warning__block{pointer-events:all;margin:auto;background:#b2dbf9;border-radius:12px;color:#080f1d;max-width:1244px;display:flex;flex-direction:row;justify-content:space-around;padding:.8em 1.6em}@media(max-width: 1023px){.cookie-warning__block{flex-direction:column}}.cookie-warning__ok-button-container{flex:0 1;padding-left:3em;font-weight:bold;color:#01497d}@media(max-width: 1023px){.cookie-warning__ok-button-container{margin-top:1em;padding:0;text-align:right}}.cookie-warning__summary::-webkit-details-marker{display:none}.cookie-warning__details{flex:1 1}.cookie-warning__details[open] .cookie-warning__summary{display:none}.cookie-warning__content .innerlink-cookie{color:currentColor !important}.cookie-warning__ok-button{cursor:pointer}.cookie-warning__summary-text-ok{color:#01497d;text-decoration:underline;font-weight:bold;cursor:pointer}.notifications-container{z-index:15000 !important}.mt-1{margin-top:1em}.m-none{display:none}.form-item{width:100%;min-height:1.4em;padding:.536em .625em;border:1px solid rgba(255,255,255,.1);border-radius:.5em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:rgba(178,219,249,.08)}.form-item__wrapper{display:flex;margin-bottom:1.25em}.form-item__wrapper--direction-column{flex-direction:column}.form-item__wrapper--margin-bottom-none{margin-bottom:0}.section__instructions .form-item__wrapper{max-width:calc(100vw - 2.5em)}.form-item__wrapper .form-item{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;font-size:1.0625em}.form-item__wrapper .form-item--hidden{position:absolute;left:-999%}.form-item__wrapper .form-item~button{display:flex;align-items:center;justify-content:center;padding:0 1em;border:1px solid rgba(255,255,255,.1);border-left:none;border-radius:.5em;border-bottom-left-radius:0;border-top-left-radius:0;background:rgba(178,219,249,.08);cursor:pointer}.alert{position:relative;padding:1em 2em;background:rgba(178,219,249,.05);border:1px solid rgba(178,219,249,.1);border-radius:1em;font-size:.8em;z-index:1}.alert a{color:#0085ff}.merchant-notifications .alert{display:flex;align-items:flex-start;padding:20px 30px;border:none;border-radius:8px;font-weight:400;font-size:17px;line-height:24px;color:#fff;z-index:0}.merchant-notifications .alert--small{justify-content:center;margin:0 -30px;padding:10px 30px;border-radius:0}.merchant-notifications .alert a{color:inherit}.fog-edit-page .alert{padding:15px 25px;background:rgba(178,219,249,.08);border:1.33333px solid rgba(255,255,255,.1);border-radius:10.6667px;color:rgba(255,255,255,.9);font-style:normal;font-weight:500;font-size:17px;line-height:24px}.fog-edit-page .alert p{margin-top:0}.fog-edit-page .alert p:last-child{margin-bottom:0}.alert-icon{margin-right:1em}.alert--small .alert-icon{margin-top:3px}.alert-message__title{margin-bottom:5px}.alert--error .alert-message__title{color:#ffa080}.alert-message__subtitle{margin-bottom:5px;font-weight:700;font-size:17px;line-height:24px}.alert--small .alert-message__description{color:#b2dbf9}.notifications{max-width:1260px;position:relative;margin:6em auto -4em}.main--pay .notifications{margin:0}.notifications.merchant-notifications{max-width:none;width:100%;margin:0 0 30px;padding:0}.notifications.merchant-notifications a{color:#0085ff !important}@media(min-width: 1024px) and (max-width: 1439px){.notifications{max-width:54em}}@media(max-width: 1023px){.notifications{margin:4em auto -3em;padding:0 5vw}}.bothAppButtons{display:flex;flex-wrap:wrap}.bothAppButtons .bothAppButtons__img{margin-right:1em;min-width:120px;max-height:40px}@media(min-width: 1024px) and (max-width: 1439px){.bothAppButtons{flex-direction:column;align-items:flex-start}}@media(max-width: 1023px){.bothAppButtons{flex-direction:column;align-items:flex-start}.bothAppButtons .bothAppButtons__img{max-height:none;height:7vw;min-width:40px}}#wrapper-payment-iframe{height:650px;overflow:hidden;position:relative;margin-bottom:1em}.main--pay #wrapper-payment-iframe{height:600px;margin-bottom:0}#payment-iframe{position:absolute;top:-55px;background:#fff;border:none}.main--pay #payment-iframe{height:calc(100% + 55px)}.fog-how-it-works__title{font-family:"MTS Wide",sans-serif;font-style:normal;margin-bottom:0;font-size:2.75em;line-height:1.4em}@media(max-width: 1023px){.fog-how-it-works__title{font-size:1.8em;line-height:1.2em;margin-bottom:1em}}.fog-how-it-works-2 .fog-how-it-works__title{text-align:center}.fog-how-it-works__content{display:flex;margin:0 -2.5em;padding:0;list-style:none}@media(max-width: 1023px){.fog-how-it-works__content{flex-direction:column}}.fog-how-it-works-2 .fog-how-it-works__content{position:relative}.fog-how-it-works-2 .fog-how-it-works__content::before{content:"";position:absolute;width:100%;height:100%;background:center 15% no-repeat url(images/arrow.png)}@media(max-width: 1023px){.fog-how-it-works-2 .fog-how-it-works__content::before{width:230%;transform:rotate(80deg) translate(-10%, 50%);background-size:100%}}.fog-how-it-works-2 .fog-how-it-works__content::after{content:"";position:absolute;width:100%;height:100%;background:radial-gradient(60% 60% at 50%, at 50%, rgba(14, 144, 207, 0.6) 0%, rgba(0, 172, 255, 0.6) 0.01%, rgba(8, 16, 30, 0) 82.43%);background:radial-gradient(60% 60% at 50% 50%, rgba(14, 144, 207, 0.6) 0%, rgba(0, 172, 255, 0.6) 0.01%, rgba(8, 16, 30, 0) 82.43%);z-index:-1}.fog-how-it-works__item{width:33.33%;padding:0 2.5em}@media(max-width: 1023px){.fog-how-it-works__item{width:auto}}.fog-how-it-works-2 .fog-how-it-works__item{position:relative;margin:5em 0}.fog-how-it-works__item-image-wrapper{position:relative;width:100%;height:12.5em}.fog-how-it-works__item-image-wrapper::after{content:"";position:absolute;display:block;top:50%;right:-100px;width:6.25em;height:.938em;background:center url(images/dashed.svg) no-repeat}@media(min-width: 1024px) and (max-width: 1439px){.fog-how-it-works__item-image-wrapper::after{right:-6em}}@media(max-width: 1023px){.fog-how-it-works__item-image-wrapper::after{content:none}}.fog-how-it-works-2 .fog-how-it-works__item-image-wrapper::after{content:none}.fog-how-it-works__item--2 .fog-how-it-works__item-image-wrapper::after{content:none}.fog-how-it-works__item-image{position:absolute;top:50%;right:50%;transform:translate(50%, -50%)}@media(max-width: 1023px){.fog-how-it-works__item-image{max-width:14.063em;width:100%}}.fog-how-it-works__item-title{font-weight:700;font-size:1.5em;line-height:1.3em;text-align:center;color:#fff;opacity:.9}.fog-how-it-works__item-description,.fog-how-it-works__item-description *{font-weight:400;font-size:1.063em;line-height:1.5em;text-align:center;color:#fff;opacity:.9}@media(max-width: 1023px){.fog-how-it-works__item-description,.fog-how-it-works__item-description *{display:none}}.fog-how-it-works__item-index{position:absolute;top:-10%;font-family:"MTS Wide",sans-serif;font-size:7em;font-weight:500;color:#fff}.fog-how-it-works-2 .fog-how-it-works__item-title,.fog-how-it-works-2 .fog-how-it-works__item-description{text-transform:uppercase;font-weight:800;font-size:1.6em;margin:0;line-height:1.2em}.fog-how-it-works-2 .fog-how-it-works__item-title{margin-top:2em;background:linear-gradient(271.09deg, #dd80fe 45.99%, #349de9 92.13%, #6ac0ff 110.73%);-webkit-text-fill-color:rgba(0,0,0,0);-webkit-background-clip:text;background-clip:text}@media(max-width: 1023px){.fog-how-it-works-2 .fog-how-it-works__item-description{display:block}}.fog-benefits-2{padding-top:10em}@media(max-width: 1023px){.fog-benefits-2{padding-top:3em}}.fog-benefits__title{font-family:"MTS Wide",sans-serif;font-style:normal;font-size:2.75em;line-height:1.4em;margin-bottom:0}@media(max-width: 1023px){.fog-benefits__title{margin-bottom:1em;font-size:1.8em;line-height:1.2em}}.fog-benefits__content{display:flex;flex-wrap:wrap;margin:0 -2.5em;padding:0;list-style:none}@media(max-width: 1023px){.fog-benefits__content{flex-direction:column}}.fog-benefits-2 .fog-benefits__content{flex-wrap:nowrap;margin:0;grid-gap:2em;gap:2em}.fog-benefits__item{width:33.33%}@media(max-width: 1023px){.fog-benefits__item{width:auto}}.fog-benefits-2 .fog-benefits__item{width:100%;background:linear-gradient(179.9deg, rgba(0, 31, 53, 0.2) 20.22%, rgba(126, 186, 230, 0.2) 149.78%),rgba(178,219,249,.05);border:1px solid rgba(178,219,249,.25);box-shadow:0 .5em 3em rgba(0,209,255,.18);border-radius:1em}.fog-benefits__item-content{padding:1.25em 2em}@media(max-width: 1023px){.fog-benefits__item-content{display:flex;align-items:flex-start;padding:0 2.5em}}.fog-benefits-2 .fog-benefits__item-content{padding:1.8em 2em}.fog-benefits__item-image{display:block;max-width:96px;height:auto;margin:0 auto}@media(max-width: 1023px){.fog-benefits__item-image{max-width:4em;margin:.938em 1em 0 0}}.fog-benefits__item-title{font-weight:700;font-size:1.5em;line-height:1.3em;text-align:center;color:#fff;opacity:.9}@media(max-width: 1023px){.fog-benefits__item-title{margin-bottom:0;font-size:1.25em;line-height:1.3em;text-align:left}}.fog-benefits-2 .fog-benefits__item-title{font-family:"MTS Wide",sans-serif;font-weight:800;font-size:1.8em;opacity:1;text-align:left;margin:0}.fog-benefits__item-description,.fog-benefits__item-description *{font-weight:400;font-size:1.063em;line-height:1.5em;text-align:center;color:#fff;opacity:.9}@media(max-width: 1023px){.fog-benefits__item-description,.fog-benefits__item-description *{font-size:1em;line-height:1.5em;text-align:left}}.fog-benefits-2 .fog-benefits__item-description{margin:0;font-family:"MTS Wide",sans-serif;font-size:1.2em;opacity:1;text-align:left}.fog-benefits-2 .fog-benefits__text-wrapper{display:flex;flex-direction:column;grid-gap:.8em;gap:.8em}.fog-benefits .button{max-width:21.875em;width:100%;margin:0 auto}@media(max-width: 1023px){.fog-benefits .button{margin-top:1.25em;padding:.938em;font-size:1.063em;line-height:1.25em}}.fog-earnings-platform{font-family:"MTS Wide",sans-serif;color:#fff}.fog-earnings-platform.tilda-landing{position:relative;z-index:10}@media(max-width: 1023px){.fog-earnings-platform.tilda-landing{margin-top:5em}}.fog-earnings-platform__title{font-style:normal;font-size:2.75em;line-height:1.4em;margin-bottom:0;text-align:center}@media(max-width: 1023px){.fog-earnings-platform__title{margin-bottom:1em;font-size:1.8em;line-height:1.2em}.tilda-landing .fog-earnings-platform__title{font-size:1.6em}}.fog-earnings-platform__tables-content{position:relative;display:flex;justify-content:center;padding:7em 0;margin-bottom:10em}.tilda-landing .fog-earnings-platform__tables-content{margin-bottom:0}.fog-earnings-platform__tables-content::before,.fog-earnings-platform__tables-content::after{content:"";width:100%;height:80%;position:absolute;left:40%}.fog-earnings-platform__tables-content::before{background:radial-gradient(251.83% 803.1% at 95.34%, at -3.95%, rgba(255, 255, 255, 0.4) 0%, rgba(204, 63, 254, 0.4) 15.15%);background:radial-gradient(251.83% 803.1% at 95.34% -3.95%, rgba(255, 255, 255, 0.4) 0%, rgba(204, 63, 254, 0.4) 15.15%);filter:blur(214.376px)}.fog-earnings-platform__tables-content::after{background:radial-gradient(97.59% 16.97% at 40.68%, at 22.22%, #fff 0.01%, #009ef8 76.06%);background:radial-gradient(97.59% 16.97% at 40.68% 22.22%, #fff 0.01%, #009ef8 76.06%);opacity:.5;filter:blur(211.961px);z-index:-1}@media(max-width: 1023px){.fog-earnings-platform__tables-content{flex-direction:column;grid-gap:2em;gap:2em;padding:0;margin-bottom:2em}.fog-earnings-platform__tables-content::before,.fog-earnings-platform__tables-content::after{left:0}}.fog-earnings-platform__wrapper-table{position:relative;display:flex;flex-direction:column;grid-gap:1em;gap:1em;align-items:center;width:18em;padding:1.5em 2.5em 2em;border-radius:1em;background:rgba(178,219,249,.08);box-shadow:0 1em 3em rgba(2,21,43,.25);-webkit-backdrop-filter:blur(10em);backdrop-filter:blur(10em)}.fog-earnings-platform__wrapper-table:last-of-type{transform:translateY(8em) translateX(-2em)}@media(max-width: 1023px){.fog-earnings-platform__wrapper-table:last-of-type{transform:none}}@media(max-width: 1023px){.fog-earnings-platform__wrapper-table{width:auto;padding:1.5em}}.fog-earnings-platform__table-title{margin:0;font-size:1.3em;line-height:1.2;text-align:center;font-weight:400;text-transform:uppercase}.fog-earnings-platform__table{width:100%;border-collapse:collapse;text-align:left}.fog-earnings-platform__table td{border-bottom:.1em solid rgba(74,110,135,.3490196078)}.fog-earnings-platform__table th{font-weight:400}.fog-earnings-platform__table th,.fog-earnings-platform__table td{padding:.6em .5em}.fog-earnings-platform__table th:last-of-type,.fog-earnings-platform__table td:last-of-type{text-align:right}.fog-earnings-platform__table td:first-of-type{font-size:1.1em;font-weight:500}.fog-earnings-platform__table-badge{position:absolute;display:flex;flex-direction:column;align-items:center;grid-gap:.5em;gap:.5em}.fog-earnings-platform__wrapper-table:first-of-type .fog-earnings-platform__table-badge{top:0;left:-18em}.fog-earnings-platform__wrapper-table:last-of-type .fog-earnings-platform__table-badge{top:-10em;right:-6em}.fog-earnings-platform__table-badge__value{padding:.1em .5em;border-radius:.5em;font-size:2.7em;font-weight:900;background:#b955dc}.fog-earnings-platform__table-badge__description{max-width:14em;font-size:1.2em;font-weight:400;line-height:1.1;text-align:center}.fog-earnings-platform__wrapper-table:first-of-type .fog-earnings-platform__table-badge__image{align-self:flex-end;transform:translateX(3em)}.fog-earnings-platform__wrapper-table:last-of-type .fog-earnings-platform__table-badge__image{align-self:flex-end;transform:translateX(2em) translateY(-1em)}@media(max-width: 1023px){.fog-earnings-platform__table-badge{position:static}.fog-earnings-platform__table-badge__image{display:none}}.fog-earnings-platform__calculate{position:relative;display:flex;border:.08em solid rgba(178,219,249,.25);border-radius:.8em}.fog-earnings-platform__calculate::before,.fog-earnings-platform__calculate::after{content:"";width:150%;height:80%;top:50%;left:50%;transform:translateX(-50%);position:absolute;z-index:-1}.fog-earnings-platform__calculate::before{background:radial-gradient(251.83% 803.1% at 95.34%, at -3.95%, rgba(255, 255, 255, 0.4) 0%, rgba(204, 63, 254, 0.4) 15.15%);background:radial-gradient(251.83% 803.1% at 95.34% -3.95%, rgba(255, 255, 255, 0.4) 0%, rgba(204, 63, 254, 0.4) 15.15%);filter:blur(214.376px)}.fog-earnings-platform__calculate::after{background:radial-gradient(97.59% 16.97% at 40.68%, at 22.22%, #fff 0.01%, #009ef8 76.06%);background:radial-gradient(97.59% 16.97% at 40.68% 22.22%, #fff 0.01%, #009ef8 76.06%);opacity:.5;filter:blur(211.961px);z-index:-2}.fog-earnings-platform__calculate .button{width:100%;background:rgba(127,140,153,.3490196078)}@media(max-width: 1023px){.fog-earnings-platform__calculate{flex-direction:column}}.fog-earnings-platform__calculate-item{flex:1 0 40%;display:flex;flex-direction:column;grid-gap:1.5em;gap:1.5em;padding:3em}.fog-earnings-platform__calculate-item:last-of-type{border-left:.08em solid rgba(178,219,249,.25)}.fog-earnings-platform__calculate-item__title{font-size:1.5em;font-weight:500}@media(max-width: 1023px){.fog-earnings-platform__calculate-item{padding:1.5em}}.fog-earnings-platform__calculate,.fog-earnings-platform__calculate-item:last-of-type{background:rgba(178,219,249,.05)}.fog-earnings-platform__calculate-subtext{margin:0;color:#969fa8;font-size:.8em;line-height:1.1}.fog-earnings-platform__calculate-link{color:#45b6fc;text-decoration:none}.fog-earnings-platform__calculate-label{font-size:1.4em;margin-top:0;margin-bottom:.5em}.fog-earnings-platform__footer{margin-top:5em}.fog-earnings-platform__footer .button{width:20em;margin:0 auto}@media(max-width: 1023px){.fog-earnings-platform__footer{margin-top:2em}}.fog-earnings-platform .form-field{margin:0;background:rgba(178,219,249,.0509803922)}.fog-earnings-platform .form-field__input{flex-direction:column;align-items:flex-start;grid-gap:.5em;gap:.5em;padding:.5em 1.8em .4em;color:#fff}.fog-earnings-platform .form-field__input .form-field__label{display:block;padding:0;font-size:1.3em}.fog-earnings-platform .form-field__input .form-field__message{display:none}.fog-earnings-platform .form-field__input .form-field__input__input{width:100%;background:none;border:none;outline:none;color:#fff;font-family:"MTS Wide",sans-serif;font-size:1.5em;font-weight:900}@media(max-width: 1023px){.fog-earnings-platform .form-field__select{display:block}}.fog-earnings-platform .button{padding:1em;border-radius:1em !important;box-shadow:none;text-transform:uppercase;font-family:"MTS Wide",sans-serif;font-size:.9em}.fog-growth-platform{color:#fff}.fog-growth-platform__title{font-family:"MTS Wide",sans-serif;font-style:normal;font-size:2.75em;line-height:1.4em;margin-bottom:1.25em;text-align:center}@media(max-width: 1023px){.fog-growth-platform__title{margin-bottom:1em;font-size:1.8em;line-height:1.2em}}.fog-growth-platform__content{display:flex;flex-wrap:wrap;grid-gap:2em;gap:2em;padding:0;margin:0 0 1em;list-style:none}.fog-growth-platform__item{flex:1 1 48%;background:rgba(255,255,255,.05);border-radius:2em}.fog-growth-platform__item-wrapper{padding:1.5em;display:flex;flex-direction:column;align-items:center}.fog-growth-platform__item-title{font-family:"MTS Sans",sans-serif;font-size:4em;font-style:italic;margin:0}.fog-growth-platform__item-description{font-size:1.5em;font-weight:bold;margin:0;text-align:center}.fog-growth-platform__item-description-span{display:block;font-size:.6em;font-weight:400;text-align:center}.fog-growth-platform__footer{font-size:.8em;opacity:.7}.fog-requirements__title{font-family:"MTS Wide",sans-serif;font-style:normal;margin-bottom:1em;font-size:2.75em;line-height:1.4em}@media(min-width: 1024px) and (max-width: 1439px){.fog-requirements__title{max-width:80%}}@media(max-width: 1023px){.fog-requirements__title{font-size:1.8em;line-height:1.2em;margin-bottom:0}}.fog-requirements__content{display:flex;justify-content:space-between}@media(max-width: 1023px){.fog-requirements__content{flex-direction:column-reverse}}.fog-requirements__table{width:60%}@media(max-width: 1023px){.fog-requirements__table{width:auto}}.fog-requirements-2 .fog-requirements__table{width:50%;display:flex;flex-direction:column;grid-gap:2.5em;gap:2.5em;padding:3em 1.8em;background:rgba(178,219,249,.05);border-radius:.8em}@media(max-width: 1023px){.fog-requirements-2 .fog-requirements__table{width:auto !important;text-align:center;margin-top:2em}}@media(min-width: 1024px) and (max-width: 1439px){.fog-requirements__table{width:45% !important}}.fog-requirements__item{display:flex;justify-content:space-between;margin-bottom:.7em}@media(max-width: 1023px){.fog-requirements__item{flex-direction:column}}.fog-requirements-2 .fog-requirements__item{display:flex;justify-content:left;margin-bottom:0;grid-gap:1em;gap:1em;align-items:center}.fog-requirements__item-content{display:flex;flex-direction:column;grid-gap:.3em;gap:.3em}.fog-requirements__item-title{display:flex;white-space:nowrap;flex:1 1;min-width:50%;font-size:1.271em;line-height:1.438em;color:#fff}@media(min-width: 1024px) and (max-width: 1439px){.fog-requirements__item-title{font-size:1.063em;line-height:1.5em}}@media(max-width: 1023px){.fog-requirements__item-title{white-space:normal;white-space:initial;font-size:1.2em;font-weight:500}}.fog-requirements-2 .fog-requirements__item-title{display:block;font-size:1.1em;font-weight:400}.fog-requirements__item-dashed{border-bottom:1px dashed #b2dbf9;width:100%;margin:0 .625em .375em}@media(max-width: 1023px){.fog-requirements__item-dashed{display:none}}.fog-requirements__item-value{flex:1 1 auto;white-space:nowrap;font-size:1.271em;line-height:1.438em;color:#b2dbf9}@media(min-width: 1024px) and (max-width: 1439px){.fog-requirements__item-value{font-size:1.063em;line-height:1.5em}}@media(max-width: 1023px){.fog-requirements__item-value{white-space:normal;white-space:initial;font-weight:500;font-size:1em}}.fog-requirements-2 .fog-requirements__item-value{color:#fff;font-weight:500;white-space:normal}.fog-requirements__image{position:absolute;top:50%;transform:translateY(-50%)}@media(min-width: 1024px) and (max-width: 1439px){.fog-requirements__image{left:-10%}}@media(max-width: 1023px){.fog-requirements__image{display:block;position:static;transform:none;width:100%;max-width:25em;margin:0 auto}}.fog-requirements__image-wrapper{position:relative;width:30%}@media(max-width: 1023px){.fog-requirements__image-wrapper{width:auto}}.fog-requirements-2 .fog-requirements__image-wrapper{width:50%}.fog-requirements-2 .fog-requirements__image{left:-110%;z-index:-1}@media(min-width: 1024px) and (max-width: 1439px){.fog-requirements-2 .fog-requirements__image{left:-160%}}@media(max-width: 1023px){.fog-requirements-2 .fog-requirements__image{display:none}}.fog-genre-description{color:#fff}.fog-genre__title{font-family:"MTS Wide",sans-serif;font-size:2em;font-weight:500;font-style:normal;text-transform:none}.fog-faq__title{font-family:"MTS Sans",sans-serif;margin-bottom:1.25em;font-size:2.75em;line-height:1;font-weight:bold;font-style:italic;text-transform:uppercase}@media(max-width: 1023px){.fog-faq__title{font-size:1.5em}}.fog-faq .accordion-item__summary-text{color:#b2dbf9;opacity:.4;transition:all .3s ease}.fog-faq .accordion-item__text{color:#b2dbf9}.fog-faq .accordion-item__text a{color:#fff}.fog-faq .accordion-item[open] .accordion-item__summary-text,.fog-faq .accordion-item[open] .accordion-item__text{opacity:1;color:#fff}.fog-how-to-start__title{font-family:"MTS Wide",sans-serif;font-style:normal;margin-bottom:1em;font-size:2.75em;line-height:1.4em}@media(max-width: 1023px){.fog-how-to-start__title{font-size:1.8em;line-height:2em;margin-bottom:1em}}.fog-how-to-start__item{display:flex;flex-direction:column;justify-content:center;min-height:6.25em;margin-bottom:4em;margin-left:12.5em}@media(min-width: 1024px) and (max-width: 1439px){.fog-how-to-start__item{margin-left:150px}}@media(max-width: 1023px){.fog-how-to-start__item{margin-bottom:1.875em;margin-left:5.625em}}.fog-how-to-start__item-wrapper{position:relative}@media(max-width: 1023px){.fog-how-to-start__item-wrapper{display:flex;align-items:center}}.fog-how-to-start__item-counter{position:absolute;display:flex;justify-content:flex-end;align-items:center;width:100%;height:1em;right:100%;padding:.313em 1.2em;border-top-right-radius:25px;border-bottom-right-radius:25px;font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:700;font-size:64px;line-height:2.75em;text-transform:uppercase;color:#fff;background:linear-gradient(to right, transparent 70%, #415782);transform:translateX(110px)}@media(max-width: 1023px){.fog-how-to-start__item-counter{height:1.7em;padding:5px .5em;border-top-right-radius:15px;border-bottom-right-radius:15px;font-size:2.5em;line-height:1.75em;transform:translateX(17vw)}}.fog-how-to-start__item-counter__number{text-align:center;width:45px}.fog-how-to-start__item-title{margin-bottom:.625em;font-weight:700;font-size:2em;line-height:1.3em;text-transform:uppercase;color:#fff}@media(max-width: 1023px){.fog-how-to-start__item-title{font-size:1.5em;line-height:1.2em;margin-bottom:.5em}}.fog-how-to-start__item-description,.fog-how-to-start__item-description *{font-weight:400;font-size:1.063em;line-height:1.5em;color:#fff;opacity:.9}@media(max-width: 1023px){.fog-how-to-start__item-description,.fog-how-to-start__item-description *{font-size:1em;line-height:1.5em}}.fog-get-payout__content{display:flex;justify-content:space-between;align-items:center;padding:3.5em 2.5em;border-radius:1.563em;background:#25334f}@media(max-width: 1023px){.fog-get-payout__content{flex-direction:column;align-items:flex-start;padding:1.25em}}.fog-get-payout__text-wrapper{margin:0 -2.5em;flex:2 1}@media(max-width: 1023px){.fog-get-payout__text-wrapper{flex:1 1;margin:0 -1.25em}}.fog-get-payout__text-title{margin:0 1.7em .5em;font-family:"MTS Wide",sans-serif;font-style:normal;font-weight:700;font-size:2em;line-height:1.3em;text-transform:uppercase;color:#fff}@media(max-width: 1023px){.fog-get-payout__text-title{margin:0 1.25em .625em;font-size:1.25em;line-height:1.5em}}.fog-get-payout__text-description{margin:0 3.125em;font-weight:400;font-size:1.063em;line-height:1.5em;color:#fff;opacity:.9}@media(max-width: 1023px){.fog-get-payout__text-description{margin:0 1.5em;font-size:1em;line-height:1.5em}}.fog-get-payout__button-wrapper{display:flex;justify-content:flex-end;flex:1 1}@media(max-width: 1023px){.fog-get-payout__button-wrapper{width:100%;margin-top:.938em}}.fog-get-payout .button{width:100%;max-width:380px;font-weight:700;font-size:1.5em;line-height:1.4em}@media(max-width: 1023px){.fog-get-payout .button{max-width:none;padding:.938em;font-size:1.063em;line-height:1.25em}}.fog-pay{display:flex;flex-wrap:wrap;grid-gap:.5em;gap:.5em;max-width:900px;margin:0 auto !important;padding:2em 0 !important}.fog-pay--no-iframe{justify-content:center}.fog-pay__subdescription{width:100%;margin:1em 0;text-align:center;font-size:.9em;line-height:1.2}.fog-pay__link{text-decoration:none}.fog-pay__timer-wrapper{display:flex;align-items:center;grid-gap:.4em;gap:.4em;font-family:"MTS Wide",sans-serif;font-weight:500}.fog-pay__iframe{flex:auto;border-radius:1.5em;border:none}.fog-pay--no-iframe .fog-pay__iframe{display:none}@media(max-width: 1023px){.fog-pay{flex-direction:column;grid-gap:1em;gap:1em;overflow:visible !important}.fog-pay__iframe{margin:0 -1em;flex-basis:500px}.fog-pay__timer-wrapper{font-size:1.2em}.fog-pay__subdescription{width:auto;font-size:1em}}.fog-pay__bage{display:inline-block;min-height:.5em;padding:.1em .3em;border-radius:.5em;font-family:"MTS Wide",sans-serif;font-size:.8em;font-weight:500;text-align:center;color:#fff}.fog-pay__bage--green{background:#26cd58}.fog-pay__bage--orange{background:#ff9500}.fog-pay__payment-header__columns .fog-pay__bage{font-size:.7em}.fog-pay__bages{display:flex;flex-direction:row !important;grid-gap:.3em !important;gap:.3em !important}.fog-pay__card{padding:1.5em;border-radius:1.5em;background:#fff}.fog-pay__card-header,.fog-pay__card-footer{display:flex;align-items:center;justify-content:space-between}.fog-pay__card-items{display:flex;flex-direction:column;grid-gap:1em;gap:1em;margin:0;padding:0;list-style:none;font-family:"MTS Compact",sans-serif}.fog-pay__payment-header .fog-pay__card-items{grid-gap:1.4em;gap:1.4em;margin-bottom:.4em}.fog-pay__card-item{display:flex;flex-direction:column;grid-gap:.2em;gap:.2em}.fog-pay__payment-header__columns .fog-pay__card-item{flex:1 1 50%;grid-gap:.5em;gap:.5em}.fog-pay__card-item__content{display:flex;justify-content:space-between;grid-gap:.5em;gap:.5em}.fog-pay__card-item__title{font-size:1.3em;line-height:1.2}.fog-pay__payment-header .fog-pay__card-item__title{font-family:"MTS Wide",sans-serif;display:flex;grid-gap:.5em;gap:.5em;font-size:.9em;font-weight:500}.fog-pay__card-item__description{color:#626c77}.fog-pay__payment-header .fog-pay__card-item__description{margin-top:.3em;font-size:.88em;color:#000}.fog-pay__card-item__value{display:flex;align-items:baseline;grid-gap:.3em;gap:.3em;font-size:1.3em;font-weight:500;white-space:nowrap}.fog-pay__card-item__value--discount{color:#12b23f}.fog-pay__card-item__value--discount~.fog-pay__card-item__value--default{font-size:.8em;font-weight:400;text-decoration:line-through}.fog-pay__card-item__value--old{font-weight:400}.fog-pay__card-item__value--icon{width:1.2em;align-self:center}.fog-pay__payment-info .fog-pay__card-body{margin:2em 0}.fog-pay__card-footer{flex-wrap:wrap}@media(max-width: 1023px){.fog-pay__card{margin:0 -1em}.fog-pay__card-footer{position:sticky;bottom:.5em;width:100%;margin:0 -1em;padding:1em;border-radius:1.5em;box-shadow:0 -0.2em .9em -0.8em;background:#fff}}.fog-pay__payment-info__title{font-family:"MTS Wide",sans-serif;font-size:1.5em;font-weight:500}.fog-pay__card-footer .fog-pay__payment-info__title{align-self:end}.fog-pay__payment-info__value{font-family:"MTS Compact",sans-serif;font-size:2em;font-weight:500}@media(max-width: 1023px){.fog-pay__payment-info__title{font-size:1.65em}}.fog-pay__payment-header__title{font-family:"MTS Wide",sans-serif;font-size:1.3em;font-weight:500;margin-bottom:.8em}.fog-pay__payment-header__columns{flex-direction:row;margin-top:.5em}@media(max-width: 1023px){.fog-pay__payment-header__title{font-size:1.65em;line-height:1.1}.fog-pay__payment-header__description{font-size:1.2em}}.fog-pay-info{display:flex;flex-direction:column;grid-gap:1em;gap:1em;flex:0 1 53%}.fog-pay-loading__title{margin-bottom:1.5em;font-weight:500;font-size:1.5em;line-height:1.5em;text-align:center;letter-spacing:.002em;color:#203255}.fog-pay-loading__circle{display:flex;justify-content:center;align-items:center;width:7.5em;height:7.5em;background:radial-gradient(196.25% 196.25% at 155.42%, at -48.75%, #8b5ddc 39.11%, #645fca 59.76%, #4aa1c6 81.57%);background:radial-gradient(196.25% 196.25% at 155.42% -48.75%, #8b5ddc 39.11%, #645fca 59.76%, #4aa1c6 81.57%);box-shadow:0 12px 64px rgba(76,100,125,.5);border-radius:50%}.fog-pay-loading__icon{width:3em;height:3em;border-radius:50%;animation:rotate-360 1s linear infinite}@keyframes rotate-360{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.fog-pay-error,.fog-pay-not-booking{text-align:center}.fog-pay-error__icon,.fog-pay-not-booking__icon{width:4.5em;height:auto;margin-bottom:1.25em}.fog-pay-error__title,.fog-pay-not-booking__title{margin-bottom:.4em;font-weight:500;font-size:1.5em;line-height:1.5em;letter-spacing:.002em}.fog-pay-error__description,.fog-pay-not-booking__description{margin-bottom:2.5em}.fog-pay-success__title{font-size:1.0625em;margin:0}@media(max-width: 1023px){.fog-pay-error{padding:0 1em}}.fog-pay-not-booking{max-width:500px;width:50%;margin:0 auto !important}@media(max-width: 1023px){.fog-pay-not-booking{max-width:none;width:auto;padding:0 1em}}.fog-backlog__actions{display:flex;justify-content:flex-end;margin-bottom:2em}@media(max-width: 1023px){.fog-backlog__actions{justify-content:flex-start}}.fog-edit-page #controls,.fog-edit-page #moderationstatus,.fog-edit-page #editor{margin-bottom:1.5em}.fog-edit-page #editor{display:none;color:#000}.fog-edit-page #pagecontent{padding:0;background:rgba(0,0,0,0);border:none;color:#fff;word-wrap:break-word}.fog-edit-page #pagecontent h1,.fog-edit-page #pagecontent h2,.fog-edit-page #pagecontent h3,.fog-edit-page #pagecontent h4,.fog-edit-page #pagecontent h5,.fog-edit-page #pagecontent h6{color:#fff}.fog-edit-page #pagecontent blockquote{color:#ccc}.fog-edit-page #pagecontent pre{background:#161b22;color:#fff;border-color:#444}.label-computer{display:block;text-align:center;padding:.15em .3em;border-radius:.5em;font-size:.88em;font-weight:500;white-space:nowrap;text-decoration:none;color:#fff}.label-computera{display:inline}.label-computer--green{background-color:#12b23f}.label-computer--blue{background-color:#3d77c0}.label-computer--transparent{padding:.093em .3em;border:1px solid #fff;background-color:rgba(0,0,0,0)}.label-computer--more{cursor:pointer;background:rgba(255,255,255,.2196078431);display:flex;align-items:center;justify-content:center}.label-computer--more__icon{width:1.4em}.merchant-section__instruction .label-computer,.accordion-item .label-computer{display:inline-block}.labels-computer{display:flex;flex-wrap:wrap;grid-gap:.5em;gap:.5em;list-style:none;padding:0;margin:0 0 1em 0}.card--version-5 .labels-computer{position:relative;flex-direction:column;align-items:flex-start;margin:0;font-size:.8em;z-index:2}.banner .labels-computer{margin:1em 0 0;flex-wrap:nowrap}.banner .labels-computer--opened{flex-wrap:wrap}.banner .labels-computer--opened li:nth-child(n+5){opacity:1 !important;width:auto !important;height:auto !important}.banner .labels-computer--opened li:nth-child(n+5) .label-computer{padding:.15em .3em !important;cursor:pointer !important}.banner .labels-computer li:nth-child(n+5){opacity:0;width:0;height:0}.banner .labels-computer li:nth-child(n+5) .label-computer{padding:0;cursor:default}#game-version-modal .label-computer{margin-left:.5em}.fog-dont-support-device{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;min-height:80vh;margin-top:4em;font-size:1.2em;color:#fff}.fog-dont-support-device__content{display:flex;flex-direction:column;align-items:center;flex:1 1;justify-content:center}.fog-dont-support-device__title{margin-bottom:1.2em;font-family:"MTS Wide",sans-serif;font-size:1.1em;font-weight:700;line-height:1.2em;text-align:center}.fog-dont-support-device__smile{display:block;width:7em;height:auto;margin-bottom:.5em}.fog-dont-support-device__list{flex:1 0 auto;margin:0 0 1em 0;padding:0;list-style:disc inside url(images/list-item-disk-blue.png)}.fog-dont-support-device__list-item{margin-bottom:.5em}.fog-dont-support-device .button{width:100%;font-size:.9em}.fog-download-mobile-app{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;min-height:85vh;margin-top:2.5em;font-size:1.2em;color:#fff}.fog-download-mobile-app__title{flex:1 1;display:flex;align-items:center;margin-bottom:1.2em;font-family:"MTS Wide",sans-serif;font-size:1.1em;font-weight:700;line-height:1.2em;text-align:center}.fog-download-mobile-app__buttons-container{width:100%}.fog-download-mobile-app__buttons-container .button{margin-top:1em;font-size:.9em}.fog-download-mobile-app__buttons-container .button img{width:1.3em;height:auto;margin-right:.5em}.fog-download-mobile-app__buttons-container .button--secondary{background:rgba(127,140,153,.35)}.fog-download-mobile-app__buttons-container .button--secondary:hover{background:rgba(108,119,130,.35)}.payment-method-page__title{margin-bottom:1em}.payment-method-page__description{margin-bottom:0,5em;text-transform:uppercase;font-weight:500}.payment-method-page__description--small{color:#fff;margin:0 0 1.5em}@media(max-width: 1023px){.payment-method-page__title{font-size:1.7em}.payment-method-page__description{font-size:1em}}.promo-codes-page__title,.notifications-page__title,.payment-method-page__title{margin:.5em 0}.promo-codes-page__description,.notifications-page__description,.payment-method-page__description{color:#fff;font-family:"MTS Wide",sans-serif;font-size:1.3em;max-width:70%}.fog-promo-codes .promo-codes-page__description,.fog-promo-codes .notifications-page__description,.fog-promo-codes .payment-method-page__description{max-width:100%}@media(min-width: 1024px) and (max-width: 1439px){.promo-codes-page__description,.notifications-page__description,.payment-method-page__description{max-width:80%}.fog-promo-codes .promo-codes-page__description,.fog-promo-codes .notifications-page__description,.fog-promo-codes .payment-method-page__description{max-width:80%}}@media(max-width: 1023px){.promo-codes-page__title,.notifications-page__title,.payment-method-page__title{font-size:2.3em}.promo-codes-page__description,.notifications-page__description,.payment-method-page__description{font-size:1.1em;max-width:none}}.fog-service-under-development{display:flex;flex-direction:column;align-items:center;grid-gap:1em;gap:1em;max-width:560px;margin:0 auto;padding-bottom:6em;font-family:"MTS Compact",sans-serif;text-align:center;color:#fff}.fog-service-under-development__icon{width:16em}.fog-service-under-development__title{font-family:"MTS Wide",sans-serif;font-size:3.5em;font-weight:700;line-height:1.2em;text-transform:uppercase;margin:0;background:linear-gradient(271.09deg, #dd80fe 45.99%, #349de9 92.13%, #6ac0ff 110.73%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.fog-service-under-development__description{margin-top:0;font-size:1.1em}@media(max-width: 1023px){.fog-service-under-development{padding-top:6em}.fog-service-under-development__icon{width:12em}.fog-service-under-development__title{font-size:2em}}.game-info__column:nth-child(1){flex:3 1}.game-info__column:last-child{display:flex;flex-direction:column;flex:2 1;grid-gap:2em;gap:2em}@media(max-width: 1023px){.game-info__column:nth-child(1){order:1}}
