.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)}/**
 * Do not edit directly
 * Generated on Sat, 28 Dec 2024 12:26:59 GMT
 */:root {
  --font-weight-bold: 700;
  --font-weight-medium: 500;
  --font-weight-regular: 400;
  --font-family-wide: MTS Wide;
  --font-family-compact: MTS Compact;
  --font-family-text: MTS Text;
}/**
 * Do not edit directly
 * Generated on Sat, 28 Dec 2024 12:26:59 GMT
 */:root {
  --typography-promo1-short-wide-font-family: MTS Wide;
  --typography-promo1-short-wide-font-size: 4.5rem;
  --typography-promo1-short-wide-line-height: 4.5rem;
  --typography-promo1-short-wide-font-weight: 500;
  --typography-promo1-short-wide-text-transform: uppercase;
  --typography-promo1-long-wide-font-family: MTS Wide;
  --typography-promo1-long-wide-font-size: 4.5rem;
  --typography-promo1-long-wide-line-height: 4.5rem;
  --typography-promo1-long-wide-font-weight: 500;
  --typography-promo2-short-wide-font-family: MTS Wide;
  --typography-promo2-short-wide-font-size: 2.75rem;
  --typography-promo2-short-wide-line-height: 2.75rem;
  --typography-promo2-short-wide-font-weight: 500;
  --typography-promo2-short-wide-text-transform: uppercase;
  --typography-promo2-long-wide-font-family: MTS Wide;
  --typography-promo2-long-wide-font-size: 2.75rem;
  --typography-promo2-long-wide-line-height: 2.75rem;
  --typography-promo2-long-wide-font-weight: 500;
  --typography-promo-56-56-wide-font-family: MTS Wide;
  --typography-promo-56-56-wide-font-size: 3.5rem;
  --typography-promo-56-56-wide-line-height: 3.5rem;
  --typography-promo-56-56-wide-font-weight: 500;
  --typography-promo-56-56-upp-wide-font-family: MTS Wide;
  --typography-promo-56-56-upp-wide-font-size: 3.5rem;
  --typography-promo-56-56-upp-wide-line-height: 3.5rem;
  --typography-promo-56-56-upp-wide-font-weight: 500;
  --typography-promo-56-56-upp-wide-text-transform: uppercase;
  --typography-promo-36-36-wide-font-family: MTS Wide;
  --typography-promo-36-36-wide-font-size: 2.25rem;
  --typography-promo-36-36-wide-line-height: 2.25rem;
  --typography-promo-36-36-wide-font-weight: 500;
  --typography-promo-36-36-upp-wide-font-family: MTS Wide;
  --typography-promo-36-36-upp-wide-font-size: 2.25rem;
  --typography-promo-36-36-upp-wide-line-height: 2.25rem;
  --typography-promo-36-36-upp-wide-font-weight: 500;
  --typography-promo-36-36-upp-wide-text-transform: uppercase;
  --typography-h1-wide-font-family: MTS Wide;
  --typography-h1-wide-font-size: 2.25rem;
  --typography-h1-wide-line-height: 2.5rem;
  --typography-h1-wide-font-weight: 500;
  --typography-h1-comp-font-family: MTS Compact;
  --typography-h1-comp-font-size: 2.25rem;
  --typography-h1-comp-line-height: 2.5rem;
  --typography-h1-comp-font-weight: 500;
  --typography-h2-wide-font-family: MTS Wide;
  --typography-h2-wide-font-size: 2rem;
  --typography-h2-wide-line-height: 2.25rem;
  --typography-h2-wide-font-weight: 500;
  --typography-h2-comp-font-family: MTS Compact;
  --typography-h2-comp-font-size: 2rem;
  --typography-h2-comp-line-height: 2.25rem;
  --typography-h2-comp-font-weight: 500;
  --typography-h3-wide-font-family: MTS Wide;
  --typography-h3-wide-font-size: 1.5rem;
  --typography-h3-wide-line-height: 1.75rem;
  --typography-h3-wide-font-weight: 500;
  --typography-h3-comp-font-family: MTS Compact;
  --typography-h3-comp-font-size: 1.5rem;
  --typography-h3-comp-line-height: 1.75rem;
  --typography-h3-comp-font-weight: 500;
  --typography-h3-text-font-family: MTS Text;
  --typography-h3-text-font-size: 1.5rem;
  --typography-h3-text-line-height: 1.75rem;
  --typography-h3-text-font-weight: 500;
  --typography-h4-wide-font-family: MTS Wide;
  --typography-h4-wide-font-size: 1.25rem;
  --typography-h4-wide-line-height: 1.5rem;
  --typography-h4-wide-font-weight: 500;
  --typography-h4-comp-font-family: MTS Compact;
  --typography-h4-comp-font-size: 1.25rem;
  --typography-h4-comp-line-height: 1.5rem;
  --typography-h4-comp-font-weight: 500;
  --typography-h4-text-font-family: MTS Text;
  --typography-h4-text-font-size: 1.25rem;
  --typography-h4-text-line-height: 1.5rem;
  --typography-h4-text-font-weight: 500;
  --typography-p1-regular-comp-font-family: MTS Compact;
  --typography-p1-regular-comp-font-size: 1.5rem;
  --typography-p1-regular-comp-line-height: 2rem;
  --typography-p1-regular-comp-font-weight: 400;
  --typography-p1-regular-text-font-family: MTS Text;
  --typography-p1-regular-text-font-size: 1.5rem;
  --typography-p1-regular-text-line-height: 2rem;
  --typography-p1-regular-text-font-weight: 400;
  --typography-p2-regular-comp-font-family: MTS Compact;
  --typography-p2-regular-comp-font-size: 1.25rem;
  --typography-p2-regular-comp-line-height: 1.75rem;
  --typography-p2-regular-comp-font-weight: 400;
  --typography-p2-regular-text-font-family: MTS Text;
  --typography-p2-regular-text-font-size: 1.25rem;
  --typography-p2-regular-text-line-height: 1.75rem;
  --typography-p2-regular-text-font-weight: 400;
  --typography-p3-bold-comp-font-family: MTS Compact;
  --typography-p3-bold-comp-font-size: 1.0625rem;
  --typography-p3-bold-comp-line-height: 1.5rem;
  --typography-p3-bold-comp-font-weight: 700;
  --typography-p3-medium-comp-font-family: MTS Compact;
  --typography-p3-medium-comp-font-size: 1.0625rem;
  --typography-p3-medium-comp-line-height: 1.5rem;
  --typography-p3-medium-comp-font-weight: 500;
  --typography-p3-20-medium-comp-font-family: MTS Compact;
  --typography-p3-20-medium-comp-font-size: 1.0625rem;
  --typography-p3-20-medium-comp-line-height: 1.25rem;
  --typography-p3-20-medium-comp-font-weight: 500;
  --typography-p3-regular-comp-font-family: MTS Compact;
  --typography-p3-regular-comp-font-size: 1.0625rem;
  --typography-p3-regular-comp-line-height: 1.5rem;
  --typography-p3-regular-comp-font-weight: 400;
  --typography-p3-medium-text-font-family: MTS Text;
  --typography-p3-medium-text-font-size: 1.0625rem;
  --typography-p3-medium-text-line-height: 1.5rem;
  --typography-p3-medium-text-font-weight: 500;
  --typography-p3-regular-text-font-family: MTS Text;
  --typography-p3-regular-text-font-size: 1.0625rem;
  --typography-p3-regular-text-line-height: 1.5rem;
  --typography-p3-regular-text-font-weight: 400;
  --typography-p4-bold-comp-font-family: MTS Compact;
  --typography-p4-bold-comp-font-size: 0.875rem;
  --typography-p4-bold-comp-line-height: 1.25rem;
  --typography-p4-bold-comp-font-weight: 700;
  --typography-p4-medium-comp-font-family: MTS Compact;
  --typography-p4-medium-comp-font-size: 0.875rem;
  --typography-p4-medium-comp-line-height: 1.25rem;
  --typography-p4-medium-comp-font-weight: 500;
  --typography-p4-medium-upp-comp-font-family: MTS Compact;
  --typography-p4-medium-upp-comp-font-size: 0.875rem;
  --typography-p4-medium-upp-comp-line-height: 1.25rem;
  --typography-p4-medium-upp-comp-font-weight: 500;
  --typography-p4-medium-upp-comp-text-transform: uppercase;
  --typography-p4-medium-upp-text-font-family: MTS Text;
  --typography-p4-medium-upp-text-font-size: 0.875rem;
  --typography-p4-medium-upp-text-line-height: 1.25rem;
  --typography-p4-medium-upp-text-font-weight: 500;
  --typography-p4-medium-upp-text-text-transform: uppercase;
  --typography-p4-regular-comp-font-family: MTS Compact;
  --typography-p4-regular-comp-font-size: 0.875rem;
  --typography-p4-regular-comp-line-height: 1.25rem;
  --typography-p4-regular-comp-font-weight: 400;
  --typography-p4-regular-text-font-family: MTS Text;
  --typography-p4-regular-text-font-size: 0.875rem;
  --typography-p4-regular-text-line-height: 1.25rem;
  --typography-p4-regular-text-font-weight: 400;
  --typography-p4-bold-upp-wide-font-family: MTS Wide;
  --typography-p4-bold-upp-wide-font-size: 0.875rem;
  --typography-p4-bold-upp-wide-line-height: 1.25rem;
  --typography-p4-bold-upp-wide-font-weight: 700;
  --typography-p4-bold-upp-wide-text-transform: uppercase;
  --typography-p4-bold-upp-wide-letter-spacing: 0.05em;
  --typography-c1-bold-comp-font-family: MTS Compact;
  --typography-c1-bold-comp-font-size: 0.75rem;
  --typography-c1-bold-comp-line-height: 1rem;
  --typography-c1-bold-comp-font-weight: 700;
  --typography-c1-bold-upp-wide-font-family: MTS Wide;
  --typography-c1-bold-upp-wide-font-size: 0.75rem;
  --typography-c1-bold-upp-wide-line-height: 1rem;
  --typography-c1-bold-upp-wide-font-weight: 700;
  --typography-c1-bold-upp-wide-text-transform: uppercase;
  --typography-c1-bold-upp-wide-letter-spacing: 0.05em;
  --typography-c1-medium-comp-font-family: MTS Compact;
  --typography-c1-medium-comp-font-size: 0.75rem;
  --typography-c1-medium-comp-line-height: 1rem;
  --typography-c1-medium-comp-font-weight: 500;
  --typography-c1-medium-upp-comp-font-family: MTS Compact;
  --typography-c1-medium-upp-comp-font-size: 0.75rem;
  --typography-c1-medium-upp-comp-line-height: 1rem;
  --typography-c1-medium-upp-comp-font-weight: 500;
  --typography-c1-medium-upp-comp-text-transform: uppercase;
  --typography-c1-regular-comp-font-family: MTS Compact;
  --typography-c1-regular-comp-font-size: 0.75rem;
  --typography-c1-regular-comp-line-height: 1rem;
  --typography-c1-regular-comp-font-weight: 400;
  --typography-c2-bold-upp-wide-font-family: MTS Wide;
  --typography-c2-bold-upp-wide-font-size: 0.625rem;
  --typography-c2-bold-upp-wide-line-height: 0.75rem;
  --typography-c2-bold-upp-wide-font-weight: 700;
  --typography-c2-bold-upp-wide-text-transform: uppercase;
  --typography-c2-bold-upp-wide-letter-spacing: 0.05em;
}@charset "UTF-8";/*
  Шрифты для типографики v3
*/@font-face {
  font-family: "MTS Compact";
  src: url(fonts/MTSCompact-Bold.eot);
  src: url(fonts/MTSCompact-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/MTSCompact-Bold.woff2) format("woff2"), url(fonts/MTSCompact-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}@font-face {
  font-family: "MTS Compact";
  src: url(fonts/MTSCompact-Medium.eot);
  src: url(fonts/MTSCompact-Medium.eot?#iefix) format("embedded-opentype"), 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.eot);
  src: url(fonts/MTSCompact-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/MTSCompact-Regular.woff2) format("woff2"), url(fonts/MTSCompact-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}@font-face {
  font-family: "MTS Text";
  src: url(fonts/MTSText-Regular.eot);
  src: url(fonts/MTSText-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/MTSText-Regular.woff2) format("woff2"), url(fonts/MTSText-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}@font-face {
  font-family: "MTS Text";
  src: url(fonts/MTSText-Medium.eot);
  src: url(fonts/MTSText-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/MTSText-Medium.woff2) format("woff2"), url(fonts/MTSText-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}@font-face {
  font-family: "MTS Wide";
  src: url(fonts/MTSWide-Medium.eot);
  src: url(fonts/MTSWide-Medium.eot?#iefix) format("embedded-opentype"), 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-Bold.eot);
  src: url(fonts/MTSWide-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/MTSWide-Bold.woff2) format("woff2"), url(fonts/MTSWide-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}@charset "UTF-8";/*
  Do not edit directly
  Generated on Sat, 28 Dec 2024 12:26:59 GMT
*//*
  Классы для типографики v3
*/.mts-promo1-short-wide {
  font-family: var(--typography-promo1-short-wide-font-family), sans-serif;
  font-family: var(--typography-v3-promo1-short-wide-font-family, var(--typography-promo1-short-wide-font-family)), sans-serif;
  font-size: var(--typography-promo1-short-wide-font-size);
  font-size: var(--typography-v3-promo1-short-wide-font-size, var(--typography-promo1-short-wide-font-size));
  line-height: var(--typography-promo1-short-wide-line-height);
  line-height: var(--typography-v3-promo1-short-wide-line-height, var(--typography-promo1-short-wide-line-height));
  font-weight: var(--typography-promo1-short-wide-font-weight);
  font-weight: var(--typography-v3-promo1-short-wide-font-weight, var(--typography-promo1-short-wide-font-weight));
  letter-spacing: var(--typography-promo1-short-wide-letter-spacing);
  letter-spacing: var(--typography-v3-promo1-short-wide-letter-spacing, var(--typography-promo1-short-wide-letter-spacing));
  text-transform: var(--typography-promo1-short-wide-text-transform);
  text-transform: var(--typography-v3-promo1-short-wide-text-transform, var(--typography-promo1-short-wide-text-transform));
}.mts-promo1-long-wide {
  font-family: var(--typography-promo1-long-wide-font-family), sans-serif;
  font-family: var(--typography-v3-promo1-long-wide-font-family, var(--typography-promo1-long-wide-font-family)), sans-serif;
  font-size: var(--typography-promo1-long-wide-font-size);
  font-size: var(--typography-v3-promo1-long-wide-font-size, var(--typography-promo1-long-wide-font-size));
  line-height: var(--typography-promo1-long-wide-line-height);
  line-height: var(--typography-v3-promo1-long-wide-line-height, var(--typography-promo1-long-wide-line-height));
  font-weight: var(--typography-promo1-long-wide-font-weight);
  font-weight: var(--typography-v3-promo1-long-wide-font-weight, var(--typography-promo1-long-wide-font-weight));
  letter-spacing: var(--typography-promo1-long-wide-letter-spacing);
  letter-spacing: var(--typography-v3-promo1-long-wide-letter-spacing, var(--typography-promo1-long-wide-letter-spacing));
  text-transform: var(--typography-promo1-long-wide-text-transform);
  text-transform: var(--typography-v3-promo1-long-wide-text-transform, var(--typography-promo1-long-wide-text-transform));
}.mts-promo2-short-wide {
  font-family: var(--typography-promo2-short-wide-font-family), sans-serif;
  font-family: var(--typography-v3-promo2-short-wide-font-family, var(--typography-promo2-short-wide-font-family)), sans-serif;
  font-size: var(--typography-promo2-short-wide-font-size);
  font-size: var(--typography-v3-promo2-short-wide-font-size, var(--typography-promo2-short-wide-font-size));
  line-height: var(--typography-promo2-short-wide-line-height);
  line-height: var(--typography-v3-promo2-short-wide-line-height, var(--typography-promo2-short-wide-line-height));
  font-weight: var(--typography-promo2-short-wide-font-weight);
  font-weight: var(--typography-v3-promo2-short-wide-font-weight, var(--typography-promo2-short-wide-font-weight));
  letter-spacing: var(--typography-promo2-short-wide-letter-spacing);
  letter-spacing: var(--typography-v3-promo2-short-wide-letter-spacing, var(--typography-promo2-short-wide-letter-spacing));
  text-transform: var(--typography-promo2-short-wide-text-transform);
  text-transform: var(--typography-v3-promo2-short-wide-text-transform, var(--typography-promo2-short-wide-text-transform));
}.mts-promo2-long-wide {
  font-family: var(--typography-promo2-long-wide-font-family), sans-serif;
  font-family: var(--typography-v3-promo2-long-wide-font-family, var(--typography-promo2-long-wide-font-family)), sans-serif;
  font-size: var(--typography-promo2-long-wide-font-size);
  font-size: var(--typography-v3-promo2-long-wide-font-size, var(--typography-promo2-long-wide-font-size));
  line-height: var(--typography-promo2-long-wide-line-height);
  line-height: var(--typography-v3-promo2-long-wide-line-height, var(--typography-promo2-long-wide-line-height));
  font-weight: var(--typography-promo2-long-wide-font-weight);
  font-weight: var(--typography-v3-promo2-long-wide-font-weight, var(--typography-promo2-long-wide-font-weight));
  letter-spacing: var(--typography-promo2-long-wide-letter-spacing);
  letter-spacing: var(--typography-v3-promo2-long-wide-letter-spacing, var(--typography-promo2-long-wide-letter-spacing));
  text-transform: var(--typography-promo2-long-wide-text-transform);
  text-transform: var(--typography-v3-promo2-long-wide-text-transform, var(--typography-promo2-long-wide-text-transform));
}.mts-promo-56-56-wide {
  font-family: var(--typography-promo-56-56-wide-font-family), sans-serif;
  font-family: var(--typography-v3-promo-56-56-wide-font-family, var(--typography-promo-56-56-wide-font-family)), sans-serif;
  font-size: var(--typography-promo-56-56-wide-font-size);
  font-size: var(--typography-v3-promo-56-56-wide-font-size, var(--typography-promo-56-56-wide-font-size));
  line-height: var(--typography-promo-56-56-wide-line-height);
  line-height: var(--typography-v3-promo-56-56-wide-line-height, var(--typography-promo-56-56-wide-line-height));
  font-weight: var(--typography-promo-56-56-wide-font-weight);
  font-weight: var(--typography-v3-promo-56-56-wide-font-weight, var(--typography-promo-56-56-wide-font-weight));
  letter-spacing: var(--typography-promo-56-56-wide-letter-spacing);
  letter-spacing: var(--typography-v3-promo-56-56-wide-letter-spacing, var(--typography-promo-56-56-wide-letter-spacing));
  text-transform: var(--typography-promo-56-56-wide-text-transform);
  text-transform: var(--typography-v3-promo-56-56-wide-text-transform, var(--typography-promo-56-56-wide-text-transform));
}.mts-promo-56-56-upp-wide {
  font-family: var(--typography-promo-56-56-upp-wide-font-family), sans-serif;
  font-family: var(--typography-v3-promo-56-56-upp-wide-font-family, var(--typography-promo-56-56-upp-wide-font-family)), sans-serif;
  font-size: var(--typography-promo-56-56-upp-wide-font-size);
  font-size: var(--typography-v3-promo-56-56-upp-wide-font-size, var(--typography-promo-56-56-upp-wide-font-size));
  line-height: var(--typography-promo-56-56-upp-wide-line-height);
  line-height: var(--typography-v3-promo-56-56-upp-wide-line-height, var(--typography-promo-56-56-upp-wide-line-height));
  font-weight: var(--typography-promo-56-56-upp-wide-font-weight);
  font-weight: var(--typography-v3-promo-56-56-upp-wide-font-weight, var(--typography-promo-56-56-upp-wide-font-weight));
  letter-spacing: var(--typography-promo-56-56-upp-wide-letter-spacing);
  letter-spacing: var(--typography-v3-promo-56-56-upp-wide-letter-spacing, var(--typography-promo-56-56-upp-wide-letter-spacing));
  text-transform: var(--typography-promo-56-56-upp-wide-text-transform);
  text-transform: var(--typography-v3-promo-56-56-upp-wide-text-transform, var(--typography-promo-56-56-upp-wide-text-transform));
}.mts-promo-36-36-wide {
  font-family: var(--typography-promo-36-36-wide-font-family), sans-serif;
  font-family: var(--typography-v3-promo-36-36-wide-font-family, var(--typography-promo-36-36-wide-font-family)), sans-serif;
  font-size: var(--typography-promo-36-36-wide-font-size);
  font-size: var(--typography-v3-promo-36-36-wide-font-size, var(--typography-promo-36-36-wide-font-size));
  line-height: var(--typography-promo-36-36-wide-line-height);
  line-height: var(--typography-v3-promo-36-36-wide-line-height, var(--typography-promo-36-36-wide-line-height));
  font-weight: var(--typography-promo-36-36-wide-font-weight);
  font-weight: var(--typography-v3-promo-36-36-wide-font-weight, var(--typography-promo-36-36-wide-font-weight));
  letter-spacing: var(--typography-promo-36-36-wide-letter-spacing);
  letter-spacing: var(--typography-v3-promo-36-36-wide-letter-spacing, var(--typography-promo-36-36-wide-letter-spacing));
  text-transform: var(--typography-promo-36-36-wide-text-transform);
  text-transform: var(--typography-v3-promo-36-36-wide-text-transform, var(--typography-promo-36-36-wide-text-transform));
}.mts-promo-36-36-upp-wide {
  font-family: var(--typography-promo-36-36-upp-wide-font-family), sans-serif;
  font-family: var(--typography-v3-promo-36-36-upp-wide-font-family, var(--typography-promo-36-36-upp-wide-font-family)), sans-serif;
  font-size: var(--typography-promo-36-36-upp-wide-font-size);
  font-size: var(--typography-v3-promo-36-36-upp-wide-font-size, var(--typography-promo-36-36-upp-wide-font-size));
  line-height: var(--typography-promo-36-36-upp-wide-line-height);
  line-height: var(--typography-v3-promo-36-36-upp-wide-line-height, var(--typography-promo-36-36-upp-wide-line-height));
  font-weight: var(--typography-promo-36-36-upp-wide-font-weight);
  font-weight: var(--typography-v3-promo-36-36-upp-wide-font-weight, var(--typography-promo-36-36-upp-wide-font-weight));
  letter-spacing: var(--typography-promo-36-36-upp-wide-letter-spacing);
  letter-spacing: var(--typography-v3-promo-36-36-upp-wide-letter-spacing, var(--typography-promo-36-36-upp-wide-letter-spacing));
  text-transform: var(--typography-promo-36-36-upp-wide-text-transform);
  text-transform: var(--typography-v3-promo-36-36-upp-wide-text-transform, var(--typography-promo-36-36-upp-wide-text-transform));
}.mts-h1-wide {
  font-family: var(--typography-h1-wide-font-family), sans-serif;
  font-family: var(--typography-v3-h1-wide-font-family, var(--typography-h1-wide-font-family)), sans-serif;
  font-size: var(--typography-h1-wide-font-size);
  font-size: var(--typography-v3-h1-wide-font-size, var(--typography-h1-wide-font-size));
  line-height: var(--typography-h1-wide-line-height);
  line-height: var(--typography-v3-h1-wide-line-height, var(--typography-h1-wide-line-height));
  font-weight: var(--typography-h1-wide-font-weight);
  font-weight: var(--typography-v3-h1-wide-font-weight, var(--typography-h1-wide-font-weight));
  letter-spacing: var(--typography-h1-wide-letter-spacing);
  letter-spacing: var(--typography-v3-h1-wide-letter-spacing, var(--typography-h1-wide-letter-spacing));
  text-transform: var(--typography-h1-wide-text-transform);
  text-transform: var(--typography-v3-h1-wide-text-transform, var(--typography-h1-wide-text-transform));
}.mts-h1-comp {
  font-family: var(--typography-h1-comp-font-family), sans-serif;
  font-family: var(--typography-v3-h1-comp-font-family, var(--typography-h1-comp-font-family)), sans-serif;
  font-size: var(--typography-h1-comp-font-size);
  font-size: var(--typography-v3-h1-comp-font-size, var(--typography-h1-comp-font-size));
  line-height: var(--typography-h1-comp-line-height);
  line-height: var(--typography-v3-h1-comp-line-height, var(--typography-h1-comp-line-height));
  font-weight: var(--typography-h1-comp-font-weight);
  font-weight: var(--typography-v3-h1-comp-font-weight, var(--typography-h1-comp-font-weight));
  letter-spacing: var(--typography-h1-comp-letter-spacing);
  letter-spacing: var(--typography-v3-h1-comp-letter-spacing, var(--typography-h1-comp-letter-spacing));
  text-transform: var(--typography-h1-comp-text-transform);
  text-transform: var(--typography-v3-h1-comp-text-transform, var(--typography-h1-comp-text-transform));
}.mts-h2-wide {
  font-family: var(--typography-h2-wide-font-family), sans-serif;
  font-family: var(--typography-v3-h2-wide-font-family, var(--typography-h2-wide-font-family)), sans-serif;
  font-size: var(--typography-h2-wide-font-size);
  font-size: var(--typography-v3-h2-wide-font-size, var(--typography-h2-wide-font-size));
  line-height: var(--typography-h2-wide-line-height);
  line-height: var(--typography-v3-h2-wide-line-height, var(--typography-h2-wide-line-height));
  font-weight: var(--typography-h2-wide-font-weight);
  font-weight: var(--typography-v3-h2-wide-font-weight, var(--typography-h2-wide-font-weight));
  letter-spacing: var(--typography-h2-wide-letter-spacing);
  letter-spacing: var(--typography-v3-h2-wide-letter-spacing, var(--typography-h2-wide-letter-spacing));
  text-transform: var(--typography-h2-wide-text-transform);
  text-transform: var(--typography-v3-h2-wide-text-transform, var(--typography-h2-wide-text-transform));
}.mts-h2-comp {
  font-family: var(--typography-h2-comp-font-family), sans-serif;
  font-family: var(--typography-v3-h2-comp-font-family, var(--typography-h2-comp-font-family)), sans-serif;
  font-size: var(--typography-h2-comp-font-size);
  font-size: var(--typography-v3-h2-comp-font-size, var(--typography-h2-comp-font-size));
  line-height: var(--typography-h2-comp-line-height);
  line-height: var(--typography-v3-h2-comp-line-height, var(--typography-h2-comp-line-height));
  font-weight: var(--typography-h2-comp-font-weight);
  font-weight: var(--typography-v3-h2-comp-font-weight, var(--typography-h2-comp-font-weight));
  letter-spacing: var(--typography-h2-comp-letter-spacing);
  letter-spacing: var(--typography-v3-h2-comp-letter-spacing, var(--typography-h2-comp-letter-spacing));
  text-transform: var(--typography-h2-comp-text-transform);
  text-transform: var(--typography-v3-h2-comp-text-transform, var(--typography-h2-comp-text-transform));
}.mts-h3-wide {
  font-family: var(--typography-h3-wide-font-family), sans-serif;
  font-family: var(--typography-v3-h3-wide-font-family, var(--typography-h3-wide-font-family)), sans-serif;
  font-size: var(--typography-h3-wide-font-size);
  font-size: var(--typography-v3-h3-wide-font-size, var(--typography-h3-wide-font-size));
  line-height: var(--typography-h3-wide-line-height);
  line-height: var(--typography-v3-h3-wide-line-height, var(--typography-h3-wide-line-height));
  font-weight: var(--typography-h3-wide-font-weight);
  font-weight: var(--typography-v3-h3-wide-font-weight, var(--typography-h3-wide-font-weight));
  letter-spacing: var(--typography-h3-wide-letter-spacing);
  letter-spacing: var(--typography-v3-h3-wide-letter-spacing, var(--typography-h3-wide-letter-spacing));
  text-transform: var(--typography-h3-wide-text-transform);
  text-transform: var(--typography-v3-h3-wide-text-transform, var(--typography-h3-wide-text-transform));
}.mts-h3-comp {
  font-family: var(--typography-h3-comp-font-family), sans-serif;
  font-family: var(--typography-v3-h3-comp-font-family, var(--typography-h3-comp-font-family)), sans-serif;
  font-size: var(--typography-h3-comp-font-size);
  font-size: var(--typography-v3-h3-comp-font-size, var(--typography-h3-comp-font-size));
  line-height: var(--typography-h3-comp-line-height);
  line-height: var(--typography-v3-h3-comp-line-height, var(--typography-h3-comp-line-height));
  font-weight: var(--typography-h3-comp-font-weight);
  font-weight: var(--typography-v3-h3-comp-font-weight, var(--typography-h3-comp-font-weight));
  letter-spacing: var(--typography-h3-comp-letter-spacing);
  letter-spacing: var(--typography-v3-h3-comp-letter-spacing, var(--typography-h3-comp-letter-spacing));
  text-transform: var(--typography-h3-comp-text-transform);
  text-transform: var(--typography-v3-h3-comp-text-transform, var(--typography-h3-comp-text-transform));
}.mts-h3-text {
  font-family: var(--typography-h3-text-font-family), sans-serif;
  font-family: var(--typography-v3-h3-text-font-family, var(--typography-h3-text-font-family)), sans-serif;
  font-size: var(--typography-h3-text-font-size);
  font-size: var(--typography-v3-h3-text-font-size, var(--typography-h3-text-font-size));
  line-height: var(--typography-h3-text-line-height);
  line-height: var(--typography-v3-h3-text-line-height, var(--typography-h3-text-line-height));
  font-weight: var(--typography-h3-text-font-weight);
  font-weight: var(--typography-v3-h3-text-font-weight, var(--typography-h3-text-font-weight));
  letter-spacing: var(--typography-h3-text-letter-spacing);
  letter-spacing: var(--typography-v3-h3-text-letter-spacing, var(--typography-h3-text-letter-spacing));
  text-transform: var(--typography-h3-text-text-transform);
  text-transform: var(--typography-v3-h3-text-text-transform, var(--typography-h3-text-text-transform));
}.mts-h4-wide {
  font-family: var(--typography-h4-wide-font-family), sans-serif;
  font-family: var(--typography-v3-h4-wide-font-family, var(--typography-h4-wide-font-family)), sans-serif;
  font-size: var(--typography-h4-wide-font-size);
  font-size: var(--typography-v3-h4-wide-font-size, var(--typography-h4-wide-font-size));
  line-height: var(--typography-h4-wide-line-height);
  line-height: var(--typography-v3-h4-wide-line-height, var(--typography-h4-wide-line-height));
  font-weight: var(--typography-h4-wide-font-weight);
  font-weight: var(--typography-v3-h4-wide-font-weight, var(--typography-h4-wide-font-weight));
  letter-spacing: var(--typography-h4-wide-letter-spacing);
  letter-spacing: var(--typography-v3-h4-wide-letter-spacing, var(--typography-h4-wide-letter-spacing));
  text-transform: var(--typography-h4-wide-text-transform);
  text-transform: var(--typography-v3-h4-wide-text-transform, var(--typography-h4-wide-text-transform));
}.mts-h4-comp {
  font-family: var(--typography-h4-comp-font-family), sans-serif;
  font-family: var(--typography-v3-h4-comp-font-family, var(--typography-h4-comp-font-family)), sans-serif;
  font-size: var(--typography-h4-comp-font-size);
  font-size: var(--typography-v3-h4-comp-font-size, var(--typography-h4-comp-font-size));
  line-height: var(--typography-h4-comp-line-height);
  line-height: var(--typography-v3-h4-comp-line-height, var(--typography-h4-comp-line-height));
  font-weight: var(--typography-h4-comp-font-weight);
  font-weight: var(--typography-v3-h4-comp-font-weight, var(--typography-h4-comp-font-weight));
  letter-spacing: var(--typography-h4-comp-letter-spacing);
  letter-spacing: var(--typography-v3-h4-comp-letter-spacing, var(--typography-h4-comp-letter-spacing));
  text-transform: var(--typography-h4-comp-text-transform);
  text-transform: var(--typography-v3-h4-comp-text-transform, var(--typography-h4-comp-text-transform));
}.mts-h4-text {
  font-family: var(--typography-h4-text-font-family), sans-serif;
  font-family: var(--typography-v3-h4-text-font-family, var(--typography-h4-text-font-family)), sans-serif;
  font-size: var(--typography-h4-text-font-size);
  font-size: var(--typography-v3-h4-text-font-size, var(--typography-h4-text-font-size));
  line-height: var(--typography-h4-text-line-height);
  line-height: var(--typography-v3-h4-text-line-height, var(--typography-h4-text-line-height));
  font-weight: var(--typography-h4-text-font-weight);
  font-weight: var(--typography-v3-h4-text-font-weight, var(--typography-h4-text-font-weight));
  letter-spacing: var(--typography-h4-text-letter-spacing);
  letter-spacing: var(--typography-v3-h4-text-letter-spacing, var(--typography-h4-text-letter-spacing));
  text-transform: var(--typography-h4-text-text-transform);
  text-transform: var(--typography-v3-h4-text-text-transform, var(--typography-h4-text-text-transform));
}.mts-p1-regular-comp {
  font-family: var(--typography-p1-regular-comp-font-family), sans-serif;
  font-family: var(--typography-v3-p1-regular-comp-font-family, var(--typography-p1-regular-comp-font-family)), sans-serif;
  font-size: var(--typography-p1-regular-comp-font-size);
  font-size: var(--typography-v3-p1-regular-comp-font-size, var(--typography-p1-regular-comp-font-size));
  line-height: var(--typography-p1-regular-comp-line-height);
  line-height: var(--typography-v3-p1-regular-comp-line-height, var(--typography-p1-regular-comp-line-height));
  font-weight: var(--typography-p1-regular-comp-font-weight);
  font-weight: var(--typography-v3-p1-regular-comp-font-weight, var(--typography-p1-regular-comp-font-weight));
  letter-spacing: var(--typography-p1-regular-comp-letter-spacing);
  letter-spacing: var(--typography-v3-p1-regular-comp-letter-spacing, var(--typography-p1-regular-comp-letter-spacing));
  text-transform: var(--typography-p1-regular-comp-text-transform);
  text-transform: var(--typography-v3-p1-regular-comp-text-transform, var(--typography-p1-regular-comp-text-transform));
}.mts-p1-regular-text {
  font-family: var(--typography-p1-regular-text-font-family), sans-serif;
  font-family: var(--typography-v3-p1-regular-text-font-family, var(--typography-p1-regular-text-font-family)), sans-serif;
  font-size: var(--typography-p1-regular-text-font-size);
  font-size: var(--typography-v3-p1-regular-text-font-size, var(--typography-p1-regular-text-font-size));
  line-height: var(--typography-p1-regular-text-line-height);
  line-height: var(--typography-v3-p1-regular-text-line-height, var(--typography-p1-regular-text-line-height));
  font-weight: var(--typography-p1-regular-text-font-weight);
  font-weight: var(--typography-v3-p1-regular-text-font-weight, var(--typography-p1-regular-text-font-weight));
  letter-spacing: var(--typography-p1-regular-text-letter-spacing);
  letter-spacing: var(--typography-v3-p1-regular-text-letter-spacing, var(--typography-p1-regular-text-letter-spacing));
  text-transform: var(--typography-p1-regular-text-text-transform);
  text-transform: var(--typography-v3-p1-regular-text-text-transform, var(--typography-p1-regular-text-text-transform));
}.mts-p2-regular-comp {
  font-family: var(--typography-p2-regular-comp-font-family), sans-serif;
  font-family: var(--typography-v3-p2-regular-comp-font-family, var(--typography-p2-regular-comp-font-family)), sans-serif;
  font-size: var(--typography-p2-regular-comp-font-size);
  font-size: var(--typography-v3-p2-regular-comp-font-size, var(--typography-p2-regular-comp-font-size));
  line-height: var(--typography-p2-regular-comp-line-height);
  line-height: var(--typography-v3-p2-regular-comp-line-height, var(--typography-p2-regular-comp-line-height));
  font-weight: var(--typography-p2-regular-comp-font-weight);
  font-weight: var(--typography-v3-p2-regular-comp-font-weight, var(--typography-p2-regular-comp-font-weight));
  letter-spacing: var(--typography-p2-regular-comp-letter-spacing);
  letter-spacing: var(--typography-v3-p2-regular-comp-letter-spacing, var(--typography-p2-regular-comp-letter-spacing));
  text-transform: var(--typography-p2-regular-comp-text-transform);
  text-transform: var(--typography-v3-p2-regular-comp-text-transform, var(--typography-p2-regular-comp-text-transform));
}.mts-p2-regular-text {
  font-family: var(--typography-p2-regular-text-font-family), sans-serif;
  font-family: var(--typography-v3-p2-regular-text-font-family, var(--typography-p2-regular-text-font-family)), sans-serif;
  font-size: var(--typography-p2-regular-text-font-size);
  font-size: var(--typography-v3-p2-regular-text-font-size, var(--typography-p2-regular-text-font-size));
  line-height: var(--typography-p2-regular-text-line-height);
  line-height: var(--typography-v3-p2-regular-text-line-height, var(--typography-p2-regular-text-line-height));
  font-weight: var(--typography-p2-regular-text-font-weight);
  font-weight: var(--typography-v3-p2-regular-text-font-weight, var(--typography-p2-regular-text-font-weight));
  letter-spacing: var(--typography-p2-regular-text-letter-spacing);
  letter-spacing: var(--typography-v3-p2-regular-text-letter-spacing, var(--typography-p2-regular-text-letter-spacing));
  text-transform: var(--typography-p2-regular-text-text-transform);
  text-transform: var(--typography-v3-p2-regular-text-text-transform, var(--typography-p2-regular-text-text-transform));
}.mts-p3-bold-comp {
  font-family: var(--typography-p3-bold-comp-font-family), sans-serif;
  font-family: var(--typography-v3-p3-bold-comp-font-family, var(--typography-p3-bold-comp-font-family)), sans-serif;
  font-size: var(--typography-p3-bold-comp-font-size);
  font-size: var(--typography-v3-p3-bold-comp-font-size, var(--typography-p3-bold-comp-font-size));
  line-height: var(--typography-p3-bold-comp-line-height);
  line-height: var(--typography-v3-p3-bold-comp-line-height, var(--typography-p3-bold-comp-line-height));
  font-weight: var(--typography-p3-bold-comp-font-weight);
  font-weight: var(--typography-v3-p3-bold-comp-font-weight, var(--typography-p3-bold-comp-font-weight));
  letter-spacing: var(--typography-p3-bold-comp-letter-spacing);
  letter-spacing: var(--typography-v3-p3-bold-comp-letter-spacing, var(--typography-p3-bold-comp-letter-spacing));
  text-transform: var(--typography-p3-bold-comp-text-transform);
  text-transform: var(--typography-v3-p3-bold-comp-text-transform, var(--typography-p3-bold-comp-text-transform));
}.mts-p3-medium-comp {
  font-family: var(--typography-p3-medium-comp-font-family), sans-serif;
  font-family: var(--typography-v3-p3-medium-comp-font-family, var(--typography-p3-medium-comp-font-family)), sans-serif;
  font-size: var(--typography-p3-medium-comp-font-size);
  font-size: var(--typography-v3-p3-medium-comp-font-size, var(--typography-p3-medium-comp-font-size));
  line-height: var(--typography-p3-medium-comp-line-height);
  line-height: var(--typography-v3-p3-medium-comp-line-height, var(--typography-p3-medium-comp-line-height));
  font-weight: var(--typography-p3-medium-comp-font-weight);
  font-weight: var(--typography-v3-p3-medium-comp-font-weight, var(--typography-p3-medium-comp-font-weight));
  letter-spacing: var(--typography-p3-medium-comp-letter-spacing);
  letter-spacing: var(--typography-v3-p3-medium-comp-letter-spacing, var(--typography-p3-medium-comp-letter-spacing));
  text-transform: var(--typography-p3-medium-comp-text-transform);
  text-transform: var(--typography-v3-p3-medium-comp-text-transform, var(--typography-p3-medium-comp-text-transform));
}.mts-p3-20-medium-comp {
  font-family: var(--typography-p3-20-medium-comp-font-family), sans-serif;
  font-family: var(--typography-v3-p3-20-medium-comp-font-family, var(--typography-p3-20-medium-comp-font-family)), sans-serif;
  font-size: var(--typography-p3-20-medium-comp-font-size);
  font-size: var(--typography-v3-p3-20-medium-comp-font-size, var(--typography-p3-20-medium-comp-font-size));
  line-height: var(--typography-p3-20-medium-comp-line-height);
  line-height: var(--typography-v3-p3-20-medium-comp-line-height, var(--typography-p3-20-medium-comp-line-height));
  font-weight: var(--typography-p3-20-medium-comp-font-weight);
  font-weight: var(--typography-v3-p3-20-medium-comp-font-weight, var(--typography-p3-20-medium-comp-font-weight));
  letter-spacing: var(--typography-p3-20-medium-comp-letter-spacing);
  letter-spacing: var(--typography-v3-p3-20-medium-comp-letter-spacing, var(--typography-p3-20-medium-comp-letter-spacing));
  text-transform: var(--typography-p3-20-medium-comp-text-transform);
  text-transform: var(--typography-v3-p3-20-medium-comp-text-transform, var(--typography-p3-20-medium-comp-text-transform));
}.mts-p3-regular-comp {
  font-family: var(--typography-p3-regular-comp-font-family), sans-serif;
  font-family: var(--typography-v3-p3-regular-comp-font-family, var(--typography-p3-regular-comp-font-family)), sans-serif;
  font-size: var(--typography-p3-regular-comp-font-size);
  font-size: var(--typography-v3-p3-regular-comp-font-size, var(--typography-p3-regular-comp-font-size));
  line-height: var(--typography-p3-regular-comp-line-height);
  line-height: var(--typography-v3-p3-regular-comp-line-height, var(--typography-p3-regular-comp-line-height));
  font-weight: var(--typography-p3-regular-comp-font-weight);
  font-weight: var(--typography-v3-p3-regular-comp-font-weight, var(--typography-p3-regular-comp-font-weight));
  letter-spacing: var(--typography-p3-regular-comp-letter-spacing);
  letter-spacing: var(--typography-v3-p3-regular-comp-letter-spacing, var(--typography-p3-regular-comp-letter-spacing));
  text-transform: var(--typography-p3-regular-comp-text-transform);
  text-transform: var(--typography-v3-p3-regular-comp-text-transform, var(--typography-p3-regular-comp-text-transform));
}.mts-p3-medium-text {
  font-family: var(--typography-p3-medium-text-font-family), sans-serif;
  font-family: var(--typography-v3-p3-medium-text-font-family, var(--typography-p3-medium-text-font-family)), sans-serif;
  font-size: var(--typography-p3-medium-text-font-size);
  font-size: var(--typography-v3-p3-medium-text-font-size, var(--typography-p3-medium-text-font-size));
  line-height: var(--typography-p3-medium-text-line-height);
  line-height: var(--typography-v3-p3-medium-text-line-height, var(--typography-p3-medium-text-line-height));
  font-weight: var(--typography-p3-medium-text-font-weight);
  font-weight: var(--typography-v3-p3-medium-text-font-weight, var(--typography-p3-medium-text-font-weight));
  letter-spacing: var(--typography-p3-medium-text-letter-spacing);
  letter-spacing: var(--typography-v3-p3-medium-text-letter-spacing, var(--typography-p3-medium-text-letter-spacing));
  text-transform: var(--typography-p3-medium-text-text-transform);
  text-transform: var(--typography-v3-p3-medium-text-text-transform, var(--typography-p3-medium-text-text-transform));
}.mts-p3-regular-text {
  font-family: var(--typography-p3-regular-text-font-family), sans-serif;
  font-family: var(--typography-v3-p3-regular-text-font-family, var(--typography-p3-regular-text-font-family)), sans-serif;
  font-size: var(--typography-p3-regular-text-font-size);
  font-size: var(--typography-v3-p3-regular-text-font-size, var(--typography-p3-regular-text-font-size));
  line-height: var(--typography-p3-regular-text-line-height);
  line-height: var(--typography-v3-p3-regular-text-line-height, var(--typography-p3-regular-text-line-height));
  font-weight: var(--typography-p3-regular-text-font-weight);
  font-weight: var(--typography-v3-p3-regular-text-font-weight, var(--typography-p3-regular-text-font-weight));
  letter-spacing: var(--typography-p3-regular-text-letter-spacing);
  letter-spacing: var(--typography-v3-p3-regular-text-letter-spacing, var(--typography-p3-regular-text-letter-spacing));
  text-transform: var(--typography-p3-regular-text-text-transform);
  text-transform: var(--typography-v3-p3-regular-text-text-transform, var(--typography-p3-regular-text-text-transform));
}.mts-p4-bold-comp {
  font-family: var(--typography-p4-bold-comp-font-family), sans-serif;
  font-family: var(--typography-v3-p4-bold-comp-font-family, var(--typography-p4-bold-comp-font-family)), sans-serif;
  font-size: var(--typography-p4-bold-comp-font-size);
  font-size: var(--typography-v3-p4-bold-comp-font-size, var(--typography-p4-bold-comp-font-size));
  line-height: var(--typography-p4-bold-comp-line-height);
  line-height: var(--typography-v3-p4-bold-comp-line-height, var(--typography-p4-bold-comp-line-height));
  font-weight: var(--typography-p4-bold-comp-font-weight);
  font-weight: var(--typography-v3-p4-bold-comp-font-weight, var(--typography-p4-bold-comp-font-weight));
  letter-spacing: var(--typography-p4-bold-comp-letter-spacing);
  letter-spacing: var(--typography-v3-p4-bold-comp-letter-spacing, var(--typography-p4-bold-comp-letter-spacing));
  text-transform: var(--typography-p4-bold-comp-text-transform);
  text-transform: var(--typography-v3-p4-bold-comp-text-transform, var(--typography-p4-bold-comp-text-transform));
}.mts-p4-medium-comp {
  font-family: var(--typography-p4-medium-comp-font-family), sans-serif;
  font-family: var(--typography-v3-p4-medium-comp-font-family, var(--typography-p4-medium-comp-font-family)), sans-serif;
  font-size: var(--typography-p4-medium-comp-font-size);
  font-size: var(--typography-v3-p4-medium-comp-font-size, var(--typography-p4-medium-comp-font-size));
  line-height: var(--typography-p4-medium-comp-line-height);
  line-height: var(--typography-v3-p4-medium-comp-line-height, var(--typography-p4-medium-comp-line-height));
  font-weight: var(--typography-p4-medium-comp-font-weight);
  font-weight: var(--typography-v3-p4-medium-comp-font-weight, var(--typography-p4-medium-comp-font-weight));
  letter-spacing: var(--typography-p4-medium-comp-letter-spacing);
  letter-spacing: var(--typography-v3-p4-medium-comp-letter-spacing, var(--typography-p4-medium-comp-letter-spacing));
  text-transform: var(--typography-p4-medium-comp-text-transform);
  text-transform: var(--typography-v3-p4-medium-comp-text-transform, var(--typography-p4-medium-comp-text-transform));
}.mts-p4-medium-upp-comp {
  font-family: var(--typography-p4-medium-upp-comp-font-family), sans-serif;
  font-family: var(--typography-v3-p4-medium-upp-comp-font-family, var(--typography-p4-medium-upp-comp-font-family)), sans-serif;
  font-size: var(--typography-p4-medium-upp-comp-font-size);
  font-size: var(--typography-v3-p4-medium-upp-comp-font-size, var(--typography-p4-medium-upp-comp-font-size));
  line-height: var(--typography-p4-medium-upp-comp-line-height);
  line-height: var(--typography-v3-p4-medium-upp-comp-line-height, var(--typography-p4-medium-upp-comp-line-height));
  font-weight: var(--typography-p4-medium-upp-comp-font-weight);
  font-weight: var(--typography-v3-p4-medium-upp-comp-font-weight, var(--typography-p4-medium-upp-comp-font-weight));
  letter-spacing: var(--typography-p4-medium-upp-comp-letter-spacing);
  letter-spacing: var(--typography-v3-p4-medium-upp-comp-letter-spacing, var(--typography-p4-medium-upp-comp-letter-spacing));
  text-transform: var(--typography-p4-medium-upp-comp-text-transform);
  text-transform: var(--typography-v3-p4-medium-upp-comp-text-transform, var(--typography-p4-medium-upp-comp-text-transform));
}.mts-p4-medium-upp-text {
  font-family: var(--typography-p4-medium-upp-text-font-family), sans-serif;
  font-family: var(--typography-v3-p4-medium-upp-text-font-family, var(--typography-p4-medium-upp-text-font-family)), sans-serif;
  font-size: var(--typography-p4-medium-upp-text-font-size);
  font-size: var(--typography-v3-p4-medium-upp-text-font-size, var(--typography-p4-medium-upp-text-font-size));
  line-height: var(--typography-p4-medium-upp-text-line-height);
  line-height: var(--typography-v3-p4-medium-upp-text-line-height, var(--typography-p4-medium-upp-text-line-height));
  font-weight: var(--typography-p4-medium-upp-text-font-weight);
  font-weight: var(--typography-v3-p4-medium-upp-text-font-weight, var(--typography-p4-medium-upp-text-font-weight));
  letter-spacing: var(--typography-p4-medium-upp-text-letter-spacing);
  letter-spacing: var(--typography-v3-p4-medium-upp-text-letter-spacing, var(--typography-p4-medium-upp-text-letter-spacing));
  text-transform: var(--typography-p4-medium-upp-text-text-transform);
  text-transform: var(--typography-v3-p4-medium-upp-text-text-transform, var(--typography-p4-medium-upp-text-text-transform));
}.mts-p4-regular-comp {
  font-family: var(--typography-p4-regular-comp-font-family), sans-serif;
  font-family: var(--typography-v3-p4-regular-comp-font-family, var(--typography-p4-regular-comp-font-family)), sans-serif;
  font-size: var(--typography-p4-regular-comp-font-size);
  font-size: var(--typography-v3-p4-regular-comp-font-size, var(--typography-p4-regular-comp-font-size));
  line-height: var(--typography-p4-regular-comp-line-height);
  line-height: var(--typography-v3-p4-regular-comp-line-height, var(--typography-p4-regular-comp-line-height));
  font-weight: var(--typography-p4-regular-comp-font-weight);
  font-weight: var(--typography-v3-p4-regular-comp-font-weight, var(--typography-p4-regular-comp-font-weight));
  letter-spacing: var(--typography-p4-regular-comp-letter-spacing);
  letter-spacing: var(--typography-v3-p4-regular-comp-letter-spacing, var(--typography-p4-regular-comp-letter-spacing));
  text-transform: var(--typography-p4-regular-comp-text-transform);
  text-transform: var(--typography-v3-p4-regular-comp-text-transform, var(--typography-p4-regular-comp-text-transform));
}.mts-p4-regular-text {
  font-family: var(--typography-p4-regular-text-font-family), sans-serif;
  font-family: var(--typography-v3-p4-regular-text-font-family, var(--typography-p4-regular-text-font-family)), sans-serif;
  font-size: var(--typography-p4-regular-text-font-size);
  font-size: var(--typography-v3-p4-regular-text-font-size, var(--typography-p4-regular-text-font-size));
  line-height: var(--typography-p4-regular-text-line-height);
  line-height: var(--typography-v3-p4-regular-text-line-height, var(--typography-p4-regular-text-line-height));
  font-weight: var(--typography-p4-regular-text-font-weight);
  font-weight: var(--typography-v3-p4-regular-text-font-weight, var(--typography-p4-regular-text-font-weight));
  letter-spacing: var(--typography-p4-regular-text-letter-spacing);
  letter-spacing: var(--typography-v3-p4-regular-text-letter-spacing, var(--typography-p4-regular-text-letter-spacing));
  text-transform: var(--typography-p4-regular-text-text-transform);
  text-transform: var(--typography-v3-p4-regular-text-text-transform, var(--typography-p4-regular-text-text-transform));
}.mts-p4-bold-upp-wide {
  font-family: var(--typography-p4-bold-upp-wide-font-family), sans-serif;
  font-family: var(--typography-v3-p4-bold-upp-wide-font-family, var(--typography-p4-bold-upp-wide-font-family)), sans-serif;
  font-size: var(--typography-p4-bold-upp-wide-font-size);
  font-size: var(--typography-v3-p4-bold-upp-wide-font-size, var(--typography-p4-bold-upp-wide-font-size));
  line-height: var(--typography-p4-bold-upp-wide-line-height);
  line-height: var(--typography-v3-p4-bold-upp-wide-line-height, var(--typography-p4-bold-upp-wide-line-height));
  font-weight: var(--typography-p4-bold-upp-wide-font-weight);
  font-weight: var(--typography-v3-p4-bold-upp-wide-font-weight, var(--typography-p4-bold-upp-wide-font-weight));
  letter-spacing: var(--typography-p4-bold-upp-wide-letter-spacing);
  letter-spacing: var(--typography-v3-p4-bold-upp-wide-letter-spacing, var(--typography-p4-bold-upp-wide-letter-spacing));
  text-transform: var(--typography-p4-bold-upp-wide-text-transform);
  text-transform: var(--typography-v3-p4-bold-upp-wide-text-transform, var(--typography-p4-bold-upp-wide-text-transform));
}.mts-c1-bold-comp {
  font-family: var(--typography-c1-bold-comp-font-family), sans-serif;
  font-family: var(--typography-v3-c1-bold-comp-font-family, var(--typography-c1-bold-comp-font-family)), sans-serif;
  font-size: var(--typography-c1-bold-comp-font-size);
  font-size: var(--typography-v3-c1-bold-comp-font-size, var(--typography-c1-bold-comp-font-size));
  line-height: var(--typography-c1-bold-comp-line-height);
  line-height: var(--typography-v3-c1-bold-comp-line-height, var(--typography-c1-bold-comp-line-height));
  font-weight: var(--typography-c1-bold-comp-font-weight);
  font-weight: var(--typography-v3-c1-bold-comp-font-weight, var(--typography-c1-bold-comp-font-weight));
  letter-spacing: var(--typography-c1-bold-comp-letter-spacing);
  letter-spacing: var(--typography-v3-c1-bold-comp-letter-spacing, var(--typography-c1-bold-comp-letter-spacing));
  text-transform: var(--typography-c1-bold-comp-text-transform);
  text-transform: var(--typography-v3-c1-bold-comp-text-transform, var(--typography-c1-bold-comp-text-transform));
}.mts-c1-bold-upp-wide {
  font-family: var(--typography-c1-bold-upp-wide-font-family), sans-serif;
  font-family: var(--typography-v3-c1-bold-upp-wide-font-family, var(--typography-c1-bold-upp-wide-font-family)), sans-serif;
  font-size: var(--typography-c1-bold-upp-wide-font-size);
  font-size: var(--typography-v3-c1-bold-upp-wide-font-size, var(--typography-c1-bold-upp-wide-font-size));
  line-height: var(--typography-c1-bold-upp-wide-line-height);
  line-height: var(--typography-v3-c1-bold-upp-wide-line-height, var(--typography-c1-bold-upp-wide-line-height));
  font-weight: var(--typography-c1-bold-upp-wide-font-weight);
  font-weight: var(--typography-v3-c1-bold-upp-wide-font-weight, var(--typography-c1-bold-upp-wide-font-weight));
  letter-spacing: var(--typography-c1-bold-upp-wide-letter-spacing);
  letter-spacing: var(--typography-v3-c1-bold-upp-wide-letter-spacing, var(--typography-c1-bold-upp-wide-letter-spacing));
  text-transform: var(--typography-c1-bold-upp-wide-text-transform);
  text-transform: var(--typography-v3-c1-bold-upp-wide-text-transform, var(--typography-c1-bold-upp-wide-text-transform));
}.mts-c1-medium-comp {
  font-family: var(--typography-c1-medium-comp-font-family), sans-serif;
  font-family: var(--typography-v3-c1-medium-comp-font-family, var(--typography-c1-medium-comp-font-family)), sans-serif;
  font-size: var(--typography-c1-medium-comp-font-size);
  font-size: var(--typography-v3-c1-medium-comp-font-size, var(--typography-c1-medium-comp-font-size));
  line-height: var(--typography-c1-medium-comp-line-height);
  line-height: var(--typography-v3-c1-medium-comp-line-height, var(--typography-c1-medium-comp-line-height));
  font-weight: var(--typography-c1-medium-comp-font-weight);
  font-weight: var(--typography-v3-c1-medium-comp-font-weight, var(--typography-c1-medium-comp-font-weight));
  letter-spacing: var(--typography-c1-medium-comp-letter-spacing);
  letter-spacing: var(--typography-v3-c1-medium-comp-letter-spacing, var(--typography-c1-medium-comp-letter-spacing));
  text-transform: var(--typography-c1-medium-comp-text-transform);
  text-transform: var(--typography-v3-c1-medium-comp-text-transform, var(--typography-c1-medium-comp-text-transform));
}.mts-c1-medium-upp-comp {
  font-family: var(--typography-c1-medium-upp-comp-font-family), sans-serif;
  font-family: var(--typography-v3-c1-medium-upp-comp-font-family, var(--typography-c1-medium-upp-comp-font-family)), sans-serif;
  font-size: var(--typography-c1-medium-upp-comp-font-size);
  font-size: var(--typography-v3-c1-medium-upp-comp-font-size, var(--typography-c1-medium-upp-comp-font-size));
  line-height: var(--typography-c1-medium-upp-comp-line-height);
  line-height: var(--typography-v3-c1-medium-upp-comp-line-height, var(--typography-c1-medium-upp-comp-line-height));
  font-weight: var(--typography-c1-medium-upp-comp-font-weight);
  font-weight: var(--typography-v3-c1-medium-upp-comp-font-weight, var(--typography-c1-medium-upp-comp-font-weight));
  letter-spacing: var(--typography-c1-medium-upp-comp-letter-spacing);
  letter-spacing: var(--typography-v3-c1-medium-upp-comp-letter-spacing, var(--typography-c1-medium-upp-comp-letter-spacing));
  text-transform: var(--typography-c1-medium-upp-comp-text-transform);
  text-transform: var(--typography-v3-c1-medium-upp-comp-text-transform, var(--typography-c1-medium-upp-comp-text-transform));
}.mts-c1-regular-comp {
  font-family: var(--typography-c1-regular-comp-font-family), sans-serif;
  font-family: var(--typography-v3-c1-regular-comp-font-family, var(--typography-c1-regular-comp-font-family)), sans-serif;
  font-size: var(--typography-c1-regular-comp-font-size);
  font-size: var(--typography-v3-c1-regular-comp-font-size, var(--typography-c1-regular-comp-font-size));
  line-height: var(--typography-c1-regular-comp-line-height);
  line-height: var(--typography-v3-c1-regular-comp-line-height, var(--typography-c1-regular-comp-line-height));
  font-weight: var(--typography-c1-regular-comp-font-weight);
  font-weight: var(--typography-v3-c1-regular-comp-font-weight, var(--typography-c1-regular-comp-font-weight));
  letter-spacing: var(--typography-c1-regular-comp-letter-spacing);
  letter-spacing: var(--typography-v3-c1-regular-comp-letter-spacing, var(--typography-c1-regular-comp-letter-spacing));
  text-transform: var(--typography-c1-regular-comp-text-transform);
  text-transform: var(--typography-v3-c1-regular-comp-text-transform, var(--typography-c1-regular-comp-text-transform));
}.mts-c2-bold-upp-wide {
  font-family: var(--typography-c2-bold-upp-wide-font-family), sans-serif;
  font-family: var(--typography-v3-c2-bold-upp-wide-font-family, var(--typography-c2-bold-upp-wide-font-family)), sans-serif;
  font-size: var(--typography-c2-bold-upp-wide-font-size);
  font-size: var(--typography-v3-c2-bold-upp-wide-font-size, var(--typography-c2-bold-upp-wide-font-size));
  line-height: var(--typography-c2-bold-upp-wide-line-height);
  line-height: var(--typography-v3-c2-bold-upp-wide-line-height, var(--typography-c2-bold-upp-wide-line-height));
  font-weight: var(--typography-c2-bold-upp-wide-font-weight);
  font-weight: var(--typography-v3-c2-bold-upp-wide-font-weight, var(--typography-c2-bold-upp-wide-font-weight));
  letter-spacing: var(--typography-c2-bold-upp-wide-letter-spacing);
  letter-spacing: var(--typography-v3-c2-bold-upp-wide-letter-spacing, var(--typography-c2-bold-upp-wide-letter-spacing));
  text-transform: var(--typography-c2-bold-upp-wide-text-transform);
  text-transform: var(--typography-v3-c2-bold-upp-wide-text-transform, var(--typography-c2-bold-upp-wide-text-transform));
}/* 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:"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}h1{font-family:var(--typography-h1-comp-font-family),sans-serif;font-family:var(--typography-v3-h1-comp-font-family, var(--typography-h1-comp-font-family)),sans-serif;font-size:var(--typography-h1-comp-font-size);font-size:var(--typography-v3-h1-comp-font-size, var(--typography-h1-comp-font-size));line-height:var(--typography-h1-comp-line-height);line-height:var(--typography-v3-h1-comp-line-height, var(--typography-h1-comp-line-height));font-weight:var(--typography-h1-comp-font-weight);font-weight:var(--typography-v3-h1-comp-font-weight, var(--typography-h1-comp-font-weight));letter-spacing:var(--typography-h1-comp-letter-spacing);letter-spacing:var(--typography-v3-h1-comp-letter-spacing, var(--typography-h1-comp-letter-spacing));text-transform:var(--typography-h1-comp-text-transform);text-transform:var(--typography-v3-h1-comp-text-transform, var(--typography-h1-comp-text-transform))}h2{font-family:var(--typography-h2-comp-font-family),sans-serif;font-family:var(--typography-v3-h2-comp-font-family, var(--typography-h2-comp-font-family)),sans-serif;font-size:var(--typography-h2-comp-font-size);font-size:var(--typography-v3-h2-comp-font-size, var(--typography-h2-comp-font-size));line-height:var(--typography-h2-comp-line-height);line-height:var(--typography-v3-h2-comp-line-height, var(--typography-h2-comp-line-height));font-weight:var(--typography-h2-comp-font-weight);font-weight:var(--typography-v3-h2-comp-font-weight, var(--typography-h2-comp-font-weight));letter-spacing:var(--typography-h2-comp-letter-spacing);letter-spacing:var(--typography-v3-h2-comp-letter-spacing, var(--typography-h2-comp-letter-spacing));text-transform:var(--typography-h2-comp-text-transform);text-transform:var(--typography-v3-h2-comp-text-transform, var(--typography-h2-comp-text-transform))}h3{font-family:var(--typography-h3-comp-font-family),sans-serif;font-family:var(--typography-v3-h3-comp-font-family, var(--typography-h3-comp-font-family)),sans-serif;font-size:var(--typography-h3-comp-font-size);font-size:var(--typography-v3-h3-comp-font-size, var(--typography-h3-comp-font-size));line-height:var(--typography-h3-comp-line-height);line-height:var(--typography-v3-h3-comp-line-height, var(--typography-h3-comp-line-height));font-weight:var(--typography-h3-comp-font-weight);font-weight:var(--typography-v3-h3-comp-font-weight, var(--typography-h3-comp-font-weight));letter-spacing:var(--typography-h3-comp-letter-spacing);letter-spacing:var(--typography-v3-h3-comp-letter-spacing, var(--typography-h3-comp-letter-spacing));text-transform:var(--typography-h3-comp-text-transform);text-transform:var(--typography-v3-h3-comp-text-transform, var(--typography-h3-comp-text-transform))}h4{font-family:var(--typography-h4-comp-font-family),sans-serif;font-family:var(--typography-v3-h4-comp-font-family, var(--typography-h4-comp-font-family)),sans-serif;font-size:var(--typography-h4-comp-font-size);font-size:var(--typography-v3-h4-comp-font-size, var(--typography-h4-comp-font-size));line-height:var(--typography-h4-comp-line-height);line-height:var(--typography-v3-h4-comp-line-height, var(--typography-h4-comp-line-height));font-weight:var(--typography-h4-comp-font-weight);font-weight:var(--typography-v3-h4-comp-font-weight, var(--typography-h4-comp-font-weight));letter-spacing:var(--typography-h4-comp-letter-spacing);letter-spacing:var(--typography-v3-h4-comp-letter-spacing, var(--typography-h4-comp-letter-spacing));text-transform:var(--typography-h4-comp-text-transform);text-transform:var(--typography-v3-h4-comp-text-transform, var(--typography-h4-comp-text-transform))}p{font-family:var(--typography-p3-regular-comp-font-family),sans-serif;font-family:var(--typography-v3-p3-regular-comp-font-family, var(--typography-p3-regular-comp-font-family)),sans-serif;font-size:var(--typography-p3-regular-comp-font-size);font-size:var(--typography-v3-p3-regular-comp-font-size, var(--typography-p3-regular-comp-font-size));line-height:var(--typography-p3-regular-comp-line-height);line-height:var(--typography-v3-p3-regular-comp-line-height, var(--typography-p3-regular-comp-line-height));font-weight:var(--typography-p3-regular-comp-font-weight);font-weight:var(--typography-v3-p3-regular-comp-font-weight, var(--typography-p3-regular-comp-font-weight));letter-spacing:var(--typography-p3-regular-comp-letter-spacing);letter-spacing:var(--typography-v3-p3-regular-comp-letter-spacing, var(--typography-p3-regular-comp-letter-spacing));text-transform:var(--typography-p3-regular-comp-text-transform);text-transform:var(--typography-v3-p3-regular-comp-text-transform, var(--typography-p3-regular-comp-text-transform))}.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:1em}.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}}@media(max-width: 1023px){body:not(.desktop-client) .grid,body:not(.desktop-client) .grid--static{grid-template-columns:1fr;grid-gap:1.5em;gap:1.5em}body.desktop-client .filter-advanced .grid,body.desktop-client .filter-advanced .grid--static{grid-template-columns:repeat(2, 1fr)}body.desktop-client .filter-advanced .grid--inline,body.desktop-client .filter-advanced .grid--static--inline{grid-template-columns:1fr}}.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}.banner--stick{grid-column:1/4;display:block;margin:0;padding:1.3em !important;border:2px solid rgba(255,255,255,.2) !important;border-radius:1.4em !important;background:#000 !important;box-shadow:0 0 100px -40px red;transition:box-shadow .2s ease-out}.banner--stick:hover{box-shadow:0 0 100px -30px red !important}@media(min-width: 1024px) and (max-width: 1439px){.banner--stick{grid-column:1/3}}@media(max-width: 1023px){body:not(.desktop-client) .banner--stick{grid-column:1;min-height:25em;padding:1em !important}body.desktop-client .banner--stick{grid-column:1/3}}@media(max-width: 1023px){body:not(.desktop-client) .banner{display:flex;flex-direction:column-reverse}}.fog-banner{padding-top:2em !important}@media(max-width: 1023px){body:not(.desktop-client) .fog-banner{padding-top:3em !important}}.fog-banner__wrapper{display:flex;flex-direction:row;grid-gap:1em;gap:1em}@media(max-width: 1023px){body:not(.desktop-client) .fog-banner__wrapper{height:100%;grid-gap:.5em;gap:.5em;flex-direction:column !important}}.fog-banner__content{display:flex;flex-direction:column;justify-content:center;grid-gap:.5em;gap:.5em;z-index:1}.banner--free-hour .fog-banner__content{margin:1.5em}.fog-banner__image{position:absolute;top:50%;right:-10%;width:140%;transform:translateY(-50%)}@media(max-width: 1023px){body:not(.desktop-client) .fog-banner__image{display:none}}.fog-banner__image-block{z-index:0}.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}.fog-banner--stick .fog-banner__image-block{position:relative;flex:1 0 30%;margin:-1.3em 0 -1.3em -2.2em;overflow:hidden;z-index:1}@media(min-width: 1024px) and (max-width: 1439px){.fog-banner--stick .fog-banner__image-block{flex:1 0 35%}}@media(max-width: 1023px){body:not(.desktop-client) .fog-banner--stick .fog-banner__image-block{flex:1 0 56%;margin:-1.3em -2.2em 0}}.fog-banner--stick .fog-banner__image-block::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to left, black, transparent 40%);z-index:1}@media(max-width: 1023px){body:not(.desktop-client) .fog-banner--stick .fog-banner__image-block::before{background:linear-gradient(to top, black, transparent 40%)}}.fog-banner--stick .fog-banner__image-block img,.fog-banner--stick .fog-banner__image-block video{position:absolute;top:50%;right:0;width:100%;transform:translateY(-50%)}@media(min-width: 1024px) and (max-width: 1439px){.fog-banner--stick .fog-banner__image-block img,.fog-banner--stick .fog-banner__image-block video{width:120%}}@media(max-width: 1023px){body:not(.desktop-client) .fog-banner__image .fog-banner--landing,body:not(.desktop-client) .fog-banner--landing-2 .fog-banner__image{display:block}}.fog-banner--landing-2 .fog-banner__image{width:115%;height:auto}@media(min-width: 1024px) and (max-width: 1439px){.fog-banner--landing-2 .fog-banner__image{right:0}}@media(max-width: 1023px){body:not(.desktop-client) .fog-banner__image-landing-block{height:65vw;right:-7%;width:96%}body:not(.desktop-client) .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){body:not(.desktop-client) .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{top:11em;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){body:not(.desktop-client) .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){body:not(.desktop-client) .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:0%}.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{color:#fff;font-size:1.0625em}.banner--free-hour .fog-banner__caption{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;cursor:pointer}.banner--free-hour .fog-banner__caption--opened{display:inline;cursor:default}.banner--free-hour .fog-banner__caption p{margin:0}.banner__download-client .fog-banner__caption{font-size:1.3em}.fog-banner--landing-2 .fog-banner__caption{max-width:80%}.fog-banner__caption a{color:#fff}@media(min-width: 1024px) and (max-width: 1439px){.fog-banner__caption{font-size:.9em}}@media(max-width: 1023px){body:not(.desktop-client) .fog-banner__caption{font-size:.9em}}.fog-banner__title{font-family:"MTS Wide",sans-serif;font-style:normal !important;margin-bottom:0}.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}.banner--free-hour .fog-banner__title{margin:0}@media(min-width: 1024px) and (max-width: 1439px){.banner--free-hour .fog-banner__title{font-size:2em !important}.fog-banner--stick .fog-banner__title{font-size:.8em !important}}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .fog-banner--landing .fog-banner__title,body:not(.desktop-client) .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){body:not(.desktop-client) .fog-banner--landing-2 .fog-banner__title{font-size:2.4em !important}}.fog-banner--stick .fog-banner__title{margin:0;font-family:"MTS Wide";font-size:1.6em;font-weight:700;line-height:1.2em;text-transform:uppercase;color:#fff}@media(min-width: 1024px) and (max-width: 1439px){.fog-banner--stick .fog-banner__title{font-size:1.4em !important}}@media(max-width: 1023px){body:not(.desktop-client) .fog-banner--stick .fog-banner__title{font-size:1.2em !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}.banner--computer .fog-banner__title span:last-child{font-size:.7em}.fog-banner--stick .fog-banner__title-wrapper{display:flex;align-items:flex-start;flex-direction:column;grid-gap:.5em;gap:.5em;z-index:1}.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}.fog-banner--stick .fog-banner__content{position:relative;grid-gap:1em;gap:1em;flex-direction:row;align-items:center}.fog-banner--stick .fog-banner__content::before{content:"";position:absolute;left:-10%;width:1000.33px;height:907.324px;background:radial-gradient(183.57% 166.32% at 51.64%, at 50.43%, #FF0032 0%, rgba(255, 0, 50, 0) 22.63%);background:radial-gradient(183.57% 166.32% at 51.64% 50.43%, #FF0032 0%, rgba(255, 0, 50, 0) 22.63%);opacity:.3;z-index:0}@media(max-width: 1023px){body:not(.desktop-client) .fog-banner--stick .fog-banner__content{flex-direction:column}}.fog-banner__buttons{display:flex;flex-direction:column;grid-gap:1em;gap:1em;flex:1 0 auto;z-index:2}@media(max-width: 1023px){body:not(.desktop-client) .fog-banner__buttons{width:100%}}.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){body:not(.desktop-client) .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){body:not(.desktop-client) .fog-banner--landing-2 .button-wrapper{flex-direction:column;grid-gap:.5em;gap:.5em}}.button{display:flex;justify-content:center;align-items:center;height:3.25rem;padding:.721em 2em;border-radius:1rem !important;border:none;background:linear-gradient(272deg, #D761FF -26.23%, rgba(215, 97, 255, 0) 42.08%),linear-gradient(272deg, #2958AD 23.76%, #4BA4C8 94.34%);box-shadow:inset 0 .0625em .0625em rgba(255,255,255,.3);font-family:var(--typography-c1-bold-upp-wide-font-family),sans-serif;font-family:var(--typography-v3-c1-bold-upp-wide-font-family, var(--typography-c1-bold-upp-wide-font-family)),sans-serif;font-size:var(--typography-c1-bold-upp-wide-font-size);font-size:var(--typography-v3-c1-bold-upp-wide-font-size, var(--typography-c1-bold-upp-wide-font-size));line-height:var(--typography-c1-bold-upp-wide-line-height);line-height:var(--typography-v3-c1-bold-upp-wide-line-height, var(--typography-c1-bold-upp-wide-line-height));font-weight:var(--typography-c1-bold-upp-wide-font-weight);font-weight:var(--typography-v3-c1-bold-upp-wide-font-weight, var(--typography-c1-bold-upp-wide-font-weight));letter-spacing:var(--typography-c1-bold-upp-wide-letter-spacing);letter-spacing:var(--typography-v3-c1-bold-upp-wide-letter-spacing, var(--typography-c1-bold-upp-wide-letter-spacing));text-transform:var(--typography-c1-bold-upp-wide-text-transform);text-transform:var(--typography-v3-c1-bold-upp-wide-text-transform, var(--typography-c1-bold-upp-wide-text-transform));text-align:center;text-decoration:none;box-sizing:border-box;color:#fff;cursor:pointer;translate:background .3s ease}.button--small{height:2rem;margin:0;font-size:.63rem}.button--ghost,.button--ghost:hover{box-shadow:none;background:rgba(255,255,255,.08) !important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.section__offer-info .button--ghost,.section__offer-info .button--ghost:hover{cursor:no-drop}.button--link{background:rgba(0,0,0,0);border:0;outline:none;box-shadow:none;font-weight:normal}.card--version-8 .button{font-size:1em;padding:.55em}.card--version-9:not(.card-selected):hover .button{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%)}@media(max-width: 1023px){body:not(.desktop-client) .dialog__button-wrapper--columns .button{padding:.721em 1em}}.button-wrapper--columns .button{margin:0 .5em;font-size:1em}@media(max-width: 1023px){body:not(.desktop-client) .button-wrapper--columns .button{width:100%;margin-bottom:1em}}.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){body:not(.desktop-client) .fog-banner .button{display:none}}.fog-banner--landing .button,.fog-banner--landing-2 .button{max-width:350px}@media(max-width: 1023px){body:not(.desktop-client) .fog-banner--landing .button,body:not(.desktop-client) .fog-banner--landing-2 .button{max-width:none}}.fog-banner--landing-2 .button{margin-top:1em;box-shadow:none}.fog-banner--landing-2 .button--secondary{background:rgba(127,140,153,.3490196078)}@media(max-width: 1023px){body:not(.desktop-client) .fog-banner--landing-2 .button{display:inherit;width:100%}}.fog-banner--stick .button{background:#f03;z-index:1}.fog-banner--stick .button:hover{background:#cc061a}.fog-banner--stick .button--secondary{background:rgba(127,140,153,.35)}.fog-banner--stick .button--secondary:hover{background:rgba(127,140,153,.25)}@media(min-width: 1024px) and (max-width: 1439px){.fog-banner--stick .button{height:5em;font-size:.6em}}.filters .button{max-width:184px;width:100%;margin:0 1em}@media(max-width: 1023px){body:not(.desktop-client) .filters .button{max-width:none;max-width:initial;margin-bottom:1em}}.dialog .button{margin-top:1.5em}.filter-advanced__sidebar .button{transition:background .2s ease}@media(min-width: 1024px){.filter-advanced__sidebar .button[type=submit]{margin-bottom:1em;background:#20354d;box-shadow:none}.filter-advanced__sidebar .button[type=submit]:hover{background:#16273b}.filter-advanced--disabled .filter-advanced__sidebar .button[type=submit]:hover{background:#20354d}.filter-advanced__sidebar .button[type=reset]{background-color:rgba(0,0,0,0);box-shadow:none}.filter-advanced__sidebar .button[type=reset]:hover{background:#16273b}.filter-advanced--disabled .filter-advanced__sidebar .button[type=reset]:hover{background:rgba(0,0,0,0)}}@media(max-width: 1023px){body:not(.desktop-client) .filter-advanced__sidebar .button[type=reset]{display:none}}.button:disabled:not(.button--ghost),.button:disabled:not(.button--ghost):hover{background:rgba(127,140,153,.35) !important;color:#626c77;box-shadow:none;cursor:no-drop}.button:disabled:not(.button--ghost) img,.button:disabled:not(.button--ghost):hover img{opacity:.3}#review-modal .button,#request-game-modal .button,#request-game-success-modal .button,#recovery-account-modal .button{width:100%}#recovery-account-modal .button{margin:0}#hear-opros-modal .button{width:100%;outline:none}#login-modal .button,#captcha-modal .button{width:100%}#telegram-login-modal .button.button--link,#login-modal .button.button--link{width:auto;margin:1em auto;color:rgba(255,255,255,.851);text-transform:none}#telegram-login-modal .button.button--link:hover,#login-modal .button.button--link:hover{background:none;color:#fff}#telegram-login-modal .button.button--link.show-telegram-login,#login-modal .button.button--link.show-telegram-login{height:auto;margin:1em auto 0 !important}#telegram-login-modal .button{margin-top:2.5em}.button-icon{margin-right:8px}@media(max-width: 1023px){body:not(.desktop-client) .button-icon{width:6vw}}.button--card{background:#546698;box-shadow:none;font-size:12px !important;padding:.5em 1em !important;font-weight:400;height:36px}.button--card:hover{background:#3d5693}.button--card img{margin-right:8px;width:auto;max-height:14px}.button--card:disabled img{filter:brightness(0.5)}.button img{margin-right:8px;width:2em;height:auto}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}.dialog--dark#recovery-account-modal a.button-secondary{color:#fff !important}@media(max-width: 1023px){body:not(.desktop-client) .fog-banner--stick .button{width:100%}}.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--selected{outline:3px solid #9992ff;box-shadow:0 0 71.7px 0 rgba(56,198,255,.35)}.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:not(.card--selected){transform:scale(1.05)}.slider-slide .card.card--version-3:hover:not(.card--selected){transform:none}.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-8{flex-direction:row;width:32em;align-items:center}.card.card--version-8:hover{transform:none}.card.card--version-10{display:flex;flex-direction:row;justify-content:space-between;grid-gap:2em;gap:2em;padding:0;border:none;border-radius:16px}.card.card--version-10:hover{transform:none}.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)}.card--payment-method--selected,.card--payment-method--disabled{transform:scale(1) !important;cursor:default}.card--payment-method--selected .payment-method__selected,.card--payment-method--disabled .payment-method__selected{display:inline !important;display:initial !important}@media(max-width: 1023px){body:not(.desktop-client) .card--payment-method{padding:1em !important;outline-width:.2em}}.slider-slide .card{width:100%}.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__lock{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:5em}.card .payment-method__description{width:100%;display:flex;justify-content:space-between;align-items:center;grid-gap:1em;gap:1em}.card .payment-method__description__lock{position:static;max-height:1.4em;max-width:1.4em;transform:none}.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){body:not(.desktop-client) .card .payment-method__content{flex-direction:row;align-items:center;grid-gap:1em;gap:1em}body:not(.desktop-client) .card .payment-method__logo{max-height:1em;max-width:2em}body:not(.desktop-client) .card .payment-method__description{justify-content:flex-start}body:not(.desktop-client) .card .payment-method__number{font-size:.9em}body:not(.desktop-client) .card .payment-method__selected{font-size:.9em}body:not(.desktop-client) .card .payment-method__close{width:1em}body:not(.desktop-client) .card .payment-method__lock{width:2em}}.card.card--payment-method-qr .payment-method__number{font-size:1em}.card.card--payment-method--disabled .payment-method__logo,.card.card--payment-method--disabled .payment-method__description,.card.card--payment-method--disabled .payment-method__number,.card.card--payment-method--disabled .payment-method__selected{opacity:.5}.card.payment-method--add{min-height:10em;background:rgba(178,219,249,.25)}.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){body:not(.desktop-client) .card.payment-method--add{min-height:auto}body:not(.desktop-client) .card.payment-method--add .payment-method__content{justify-content:start;grid-gap:1em;gap:1em}body:not(.desktop-client) .card.payment-method--add .payment-method__logo{max-height:1em}body:not(.desktop-client) .card.payment-method--add .payment-method__number{font-size:.9em}}.section__game-info .card{padding:1.5em;border-radius:2em;font-size:1em;color:#fff}.section__offer-info .card{height:100%;background:#172233}.section__offer-info .game-info__column:first-of-type .card{height:auto}.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}.section__offer-info .section__game-info .card__header{margin-bottom:1em}.section__game-info .game-info__column:first-of-type .card__header{margin:0;padding:0}.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-8 .card__header{width:100%;border-top-right-radius:0;border-bottom-right-radius:0}.card--version-10 .card__header{width:18em;padding-bottom:11em;margin:0;border:none;border-radius:16px;overflow:hidden;background:url(images/no-game-review.svg) center/60% no-repeat,rgba(178,219,249,.08)}.card__header button{padding:0;font-size:.8em;background:rgba(0,0,0,0);border:none;color:#fff;cursor:pointer}.card--version-9 .card__header{padding-bottom:14em}.card--version-9 .card__header::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top, black, transparent 80%)}@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{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;justify-content:flex-start;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--version-10 .card__body{grid-gap:1em;gap:1em;flex:1 1;margin:1.5em 0}.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:.9em;gap:.9em}.filter-advanced--version-2 .filter-advanced__sidebar .card__body .button{border-radius:.8em !important;background:#7f7de9}.filter-advanced--version-2 .filter-advanced__sidebar .card__body .button:hover{background:#6e6ccc}@media(max-width: 1023px){body:not(.desktop-client) .filter-advanced--version-2 .filter-advanced__sidebar .card__body{flex-direction:column}body:not(.desktop-client) .filter-advanced--version-2 .filter-advanced__sidebar .card__body .button{display:none}}#servers .card__body{justify-content:space-between}.card__body .offer-description{max-height:200px;overflow-y:auto}.card__body .offer-description h1,.card__body .offer-description h2,.card__body .offer-description h3,.card__body .offer-description h4,.card__body .offer-description h5,.card__body .offer-description h6{font-size:1em;line-height:normal}.card__body .offer-description>:first-child{margin-top:0}.card__body .offer-description>:last-child{margin-bottom:0}.card__body .offer-description img{width:100%;height:auto}.card--version-3 .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}.section__games-history .card--version-3:hover .card__footer .button{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%)}.section__games-history .card__footer .button{height:3.25em}.filter-advanced--version-2 .filter-advanced__sidebar .card__footer{display:none}.card--version-9 .card__footer{position:absolute;bottom:0;flex-direction:column;grid-gap:.7em;gap:.7em;width:-webkit-fill-available;width:-moz-available;width:stretch;margin:0;padding:.7em}.card--version-10 .card__footer{width:18em;margin:1.5em 1.5em 1.5em 0}.section__offer-info .card__footer{display:flex;flex-direction:column;grid-gap:1em;gap:1em}#offers_grid .card__footer{grid-gap:.7em;gap:.7em}.card__icons{display:flex;justify-content:space-between;position:absolute;top:0;right:0;left:0;padding:.7em;display:flex;grid-gap:.5em;gap:.5em}.card__icons--bottom{top:100%;transform:translateY(-100%)}.swiper--offer-slider .card__icons{padding:1em 1.5em}.card__icons--left{display:flex;grid-gap:.3em;gap:.3em}.swiper--offer-slider .card__icons--left{grid-gap:.5em;gap:.5em}.card__icons__item{display:flex;align-items:center;justify-content:center;min-width:31px;min-height:1.54em;padding:.3em .5em;box-shadow:1px 1px 20px 0 rgba(0,0,0,.2);border-radius:11.283px;border:1px solid rgba(255,255,255,.15);background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);z-index:2}#fog-banner .card__icons__item{position:absolute;top:1.5em;justify-self:self-end;padding:.5em 1em;border:none;background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.card--version-9 .card__icons__item,.swiper--offer-slider .card__icons__item{align-self:center;min-width:0;min-height:0;padding:.3em;border-radius:40%;background:rgba(0,0,0,.1);border:none}.swiper--offer-slider .card__icons__item{padding:.5em}.swiper--cloud-gaming .card__icons__item{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:rgba(101,101,100,.8)}.card__icons__item img{width:1.9em !important}.card--version-9 .card__icons__item img{width:1em !important;max-height:1em}.swiper--offer-slider .card__icons__item img{width:1.5em !important;max-height:1.5em}.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-10 .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:5em !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}body:not(.desktop-client) .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){body:not(.desktop-client) .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;text-transform:none}.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-family:var(--typography-p3-medium-comp-font-family),sans-serif;font-family:var(--typography-v3-p3-medium-comp-font-family, var(--typography-p3-medium-comp-font-family)),sans-serif;font-size:var(--typography-p3-medium-comp-font-size);font-size:var(--typography-v3-p3-medium-comp-font-size, var(--typography-p3-medium-comp-font-size));line-height:var(--typography-p3-medium-comp-line-height);line-height:var(--typography-v3-p3-medium-comp-line-height, var(--typography-p3-medium-comp-line-height));font-weight:var(--typography-p3-medium-comp-font-weight);font-weight:var(--typography-v3-p3-medium-comp-font-weight, var(--typography-p3-medium-comp-font-weight));letter-spacing:var(--typography-p3-medium-comp-letter-spacing);letter-spacing:var(--typography-v3-p3-medium-comp-letter-spacing, var(--typography-p3-medium-comp-letter-spacing));text-transform:var(--typography-p3-medium-comp-text-transform);text-transform:var(--typography-v3-p3-medium-comp-text-transform, var(--typography-p3-medium-comp-text-transform))}.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.2em;text-transform:none}@media(max-width: 1023px){body:not(.desktop-client) .card--version-6 .card__title{font-size:1.2em}}.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--version-9 .card__title{font-size:1.2em}.card--version-10 .card__title{flex:none;margin:0}.filter-advanced__sidebar .card__title{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}.section__offer-info .card__price:not(.card__price--discount){font-family:"MTS Compact",sans-serif;font-size:2em;line-height:normal;font-weight:500}.card--version-2 .card__price{margin-top:1em;font-size:1.5em}.card--version-3 .card__price{margin:0;font-family:var(--typography-h3-wide-font-family),sans-serif;font-family:var(--typography-v3-h3-wide-font-family, var(--typography-h3-wide-font-family)),sans-serif;font-size:var(--typography-h3-wide-font-size);font-size:var(--typography-v3-h3-wide-font-size, var(--typography-h3-wide-font-size));line-height:var(--typography-h3-wide-line-height);line-height:var(--typography-v3-h3-wide-line-height, var(--typography-h3-wide-line-height));font-weight:var(--typography-h3-wide-font-weight);font-weight:var(--typography-v3-h3-wide-font-weight, var(--typography-h3-wide-font-weight));letter-spacing:var(--typography-h3-wide-letter-spacing);letter-spacing:var(--typography-v3-h3-wide-letter-spacing, var(--typography-h3-wide-letter-spacing));text-transform:var(--typography-h3-wide-text-transform);text-transform:var(--typography-v3-h3-wide-text-transform, var(--typography-h3-wide-text-transform))}.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--version-9 .card__price{font-size:1.9em;font-family:"MTS Compact",sans-serif;font-weight:normal}.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--version-6 .card__price--discount{font-size:1.3em}.stick-modal__bage--discount .card__price--discount{display:flex;align-items:center;grid-gap:.2em;gap:.2em;margin:0}.stick-modal__bage--discount .card__price--discount>img{width:1.5em;height:auto}.section__offer-info .card__price--discount{align-items:center;margin-top:1em;font-family:"MTS Compact",sans-serif;font-size:1.67em;line-height:normal}.card__price-value--before{font-size:.8em;text-decoration:line-through;color:rgba(255,255,255,.5)}.stick-modal__bage--discount .card__price-value--before{font-size:.7em}.section__offer-info .card__price-value--before{font-size:.9em}.card--version-6 .card__price-value--before{font-size:.7em}.card__price-value--after{color:#74df8b}.stick-modal__bage--discount .card__price-value--after{font-size:1em;font-weight:500;color:#dfdde4;text-shadow:1.112px .556px 1.945px rgba(255,255,255,.41)}.section__offer-info .card__price-value--after{font-size:1.2em;font-weight:500;color:#fff}.card__price-value--badge{display:flex;justify-content:center;align-self:center;align-items:center;padding:.1em .3em;border-radius:.6em;font-family:"MTS Compact",sans-serif;font-size:.5em;font-style:normal;font-weight:500;line-height:1.5em;text-align:center;color:#1d2023;background:#74df8b}@media(min-width: 1024px) and (max-width: 1439px){.card__price{font-size:1.25em}}@media(max-width: 1023px){body:not(.desktop-client) .card__price{font-size:1.25em}body:not(.desktop-client) .card--version-2 .card__price{margin-top:0}body:not(.desktop-client) .card--version-6 .card__price--discount{font-size:1.1em}}.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__label-icon{display:flex;grid-gap:.5em;gap:.5em;align-items:center}.card__label-icon img{width:auto !important;height:1.2em}.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-3 .card__save-icon img,.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__age-icon span{font-family:"MTS Wide",sans-serif;font-weight:500;font-size:1em;line-height:0}.swiper--offer-slider .card__age-icon{min-width:2em;height:1.5em}.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--version-10 .card__list{justify-content:center;height:auto}.card__list-item-label{color:#7297b1}.card__list-item a{color:#fff}.card__list-item img{width:1em;height:auto}.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}.filter-advanced__sidebar .card__footer{display:none}.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){body:not(.desktop-client) .filter-advanced__sidebar .card{height:calc(100vh - 15vw);padding:1em 5vw 2em;overflow:hidden}body:not(.desktop-client) .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}body:not(.desktop-client) .fog-try-choose-a-game__marquee .card.card--version-3:nth-child(1),body:not(.desktop-client) .fog-try-choose-a-game__marquee .card.card--version-3:nth-child(2),body:not(.desktop-client) .fog-try-choose-a-game__marquee .card.card--version-3:nth-child(3),body:not(.desktop-client) .fog-try-choose-a-game__marquee .card.card--version-3:nth-child(4){display:inherit}body:not(.desktop-client) .card.card--version-5{flex-direction:column}body:not(.desktop-client) .card.card--version-8{flex-direction:column;width:100%}body:not(.desktop-client) .card.card--version-10{width:100%;flex-direction:column}body.desktop-client .filter-advanced__sidebar .card__header{display:none}body.desktop-client .grid--inline .card--version-2 .card__header{align-items:center}body.desktop-client .games .grid--inline .card__header{flex:1 1;margin-bottom:0}body:not(.desktop-client) .card--version-5 .card__header{flex:auto}body:not(.desktop-client) .card--version-5 .card__header span{display:inline}body:not(.desktop-client) .card--version-8 .card__header{border-top-right-radius:inherit;border-bottom-left-radius:0}body:not(.desktop-client) .card--version-3 .card__header{padding-bottom:12.5em}body:not(.desktop-client) .fog-try-choose-a-game__marquee .card--version-3 .card__header{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}body:not(.desktop-client) .card--version-10 .card__header{width:100%}body:not(.desktop-client) .filter-advanced__sidebar .card__body{overflow:auto}body.desktop-client .filter-advanced__sidebar .card__body{margin-bottom:0}body.desktop-client .games .grid--inline .card__body{flex-direction:row;flex-wrap:wrap;align-content:center;margin:0 2em;flex:0 1 33%}body.desktop-client .grid--inline .card--version-2 .card__body{margin:0}body:not(.desktop-client) .card--version-5 .card__body{flex:auto;flex-wrap:wrap}body:not(.desktop-client) .card--version-8 .card__body{width:-webkit-fill-available;padding:1em .7em}body:not(.desktop-client) .fog-try-choose-a-game__marquee .card--version-3 .card__body{margin:0;height:auto}body:not(.desktop-client) .card--version-10 .card__body{margin:0 1em}body:not(.desktop-client) .card--version-6 .card__icon{width:3.9em !important}#fog-banner .card__icons__item{display:none}body.desktop-client .games .grid--inline .card__title{font-size:1.2em}body.desktop-client .grid--inline .card--version-2 .card__title{font-size:1.13em}body:not(.desktop-client) .fog-try-choose-a-game__marquee .card--version-3 .card__title{font-size:.9em}body.desktop-client .filter-advanced__sidebar .card__footer{display:none}body:not(.desktop-client) .fog-try-choose-a-game__marquee .card--version-3 .card__footer{margin:0}body:not(.desktop-client) .card--version-10 .card__footer{width:auto;margin:0 1em 1.5em}body.desktop-client .games .grid--inline .card__price{margin:0;font-size:1.2em}body.desktop-client .grid--inline .card--version-2 .card__price{font-size:1.3em}body:not(.desktop-client) .card--version-5 .card__price{margin:0 auto}body:not(.desktop-client) .fog-try-choose-a-game__marquee .card--version-3 .card__price{font-size:1.1em}.section__offer-info .card__price--discount{flex-direction:column-reverse;align-items:flex-start;grid-gap:.2em;gap:.2em}.section__offer-info .card__price-value--badge{align-self:flex-start}body:not(.desktop-client) .card--version-5 .card__system{flex:1 0 100%}body.desktop-client .games .grid--inline .card__save-support{align-items:center;margin:0 .5em}body.desktop-client .games .grid--inline .card__save-icon{margin:0}body.desktop-client .games .grid--inline .card__save-text{display:none}body:not(.desktop-client) .card__power{flex:auto;text-align:left}body.desktop-client .games .grid--inline .card{flex-direction:row;overflow:visible;padding:1em}body.desktop-client .games .grid--inline .card.card--version-2{padding:1em 1.25em;align-items:center;grid-gap:2em;gap:2em}body.desktop-client .filter-advanced--no-sidebar .games .grid--inline .card{padding-left:2em}}.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-size:.75em;line-height:1.6875em;text-decoration:none}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) #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{position:relative;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}.rating__label-value{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:-1}.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);color:#f5e13f}.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);color:#fff}@media(max-width: 1023px){body:not(.desktop-client) #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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .tabs--inline-block{display:block}}.tabs-sections{margin-bottom:0}@media(max-width: 1023px){body:not(.desktop-client) .tabs-sections{font-size:.62em}}.tabs--header{flex:1 1;margin-bottom:0}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .tabs-sections .tabs__list{background:rgba(178,219,249,.0784313725)}}@media(max-width: 1023px){body:not(.desktop-client) .tabs__list{margin:0 -1em}body:not(.desktop-client) .tabs-sections .tabs__list{margin:0}body:not(.desktop-client) .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){body:not(.desktop-client) .section__filter .tabs__item{white-space:nowrap}}.tabs__link{position:relative;color:#204763;text-decoration:none}.tabs__link--active{color:#fff}@media(max-width: 1023px){body:not(.desktop-client) .tabs__link--active::after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:#fff}}@media(max-width: 1023px){body:not(.desktop-client) .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;color:#97b1c9;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}.section__game-info .form-field{margin:0}.merchant-list .form-field{margin:0 0 20px}.form-field--2{padding:.6em 1em;border:none;border-radius:16px;background:rgba(98,108,119,.25)}@media(max-width: 1023px){body:not(.desktop-client) .filters-games .form-field{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}.section__game-info .form-field__group-title{display:none}.form-field__group-label{color:#fff;cursor:pointer}.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}.section__game-info .form-field__group-fields{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em;margin:0}.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{align-self:center;width:1.3em;height:1.2em;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{color:#fff;text-transform:uppercase;flex:1 1}.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--2::after{filter:brightness(10)}.form-field__select.form-field--active::after{transform:translateY(-50%) rotate(-180deg)}@media(max-width: 1023px){body:not(.desktop-client) .form-field__select{display:none;width:100%}body:not(.desktop-client) .merchant-layout .form-field__select,body:not(.desktop-client) .filters-servers .form-field__select,body:not(.desktop-client) .filters__options--active .form-field__select,body:not(.desktop-client) .filter-advanced__header__fields .form-field__select,body:not(.desktop-client) .filter-advanced__sidebar .form-field__select,body:not(.desktop-client) .section__offer-info .form-field__select{display:flex}body:not(.desktop-client) .filter-advanced__header__fields .form-field__select{margin:0}}.form-field__select.form-field--2{grid-gap:.5em;gap:.5em;padding-right:2.3em}.form-field__select>img{width:auto;height:1.4em}.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;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){body:not(.desktop-client) .filters-games .form-field__select-label{max-width:75vw}}.form-field--2 .form-field__select-label{color:#fafafa;font-weight:500}.form-field__radio{display:block;margin:0;padding:0;border:none;border-radius:0;color:#fff;background:none}.form-field__radio label{display:inline-flex;align-items:center;grid-gap:1em;gap:1em;cursor:pointer}.form-field__radio input{display:none}.form-field__radio input:checked~.form-field__radio-circle{background:#fff;box-shadow:0 0 0 .4em inset #5dc674}.form-field__radio input:checked~.form-field__radio-chip{color:#1d2023;background:#fff}.form-field__radio input:checked~.form-field__radio-chip:hover{background:#fff}.section__offer-info .form-field__radio-label{margin-top:1em;font-weight:500}.form-field__radio-items{display:flex;flex-wrap:wrap;grid-gap:.5em;gap:.5em;margin:0;padding:0;list-style:none}.form-field__radio-circle{height:1.5em;width:1.5em;border-radius:50%;background:rgba(178,219,249,.16);box-shadow:0 0 0 .1em inset rgba(178,219,249,.16)}.form-field__radio-chip{display:flex;align-items:center;padding:.2em .5em !important;border-radius:.8em;color:#fafafa;background:rgba(127,140,153,.35)}.form-field__radio-chip:hover{background:rgba(127,140,153,.2)}.form-field__promocodes{flex:1 0 50%;flex-wrap:wrap;margin:0;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;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){body:not(.desktop-client) .form-field__promocodes{max-width:none}}.form-field__search{flex:1 0 50%;padding:0}.form-field__search input{width:100%;height:100%;padding:.6em 2.5em .6em .625em;border:0;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;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){body:not(.desktop-client) .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){body:not(.desktop-client) .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}.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__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__group .form-field__range-label{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;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){body:not(.desktop-client) .form-field__settings{display:flex}body:not(.desktop-client) .filter-advanced .form-field__settings{padding:.5em;margin:0;background:rgba(178,219,249,0.0784313725)}body:not(.desktop-client) .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){body:not(.desktop-client) .form-field__search-icon,body:not(.desktop-client) .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){body:not(.desktop-client) .form-field__range__sliders input[type=range]::-webkit-slider-thumb{width:5vw;height:5vw}body:not(.desktop-client) .form-field__range__sliders input[type=range]::-moz-range-thumb{width:5vw;height:5vw}body:not(.desktop-client) .filter-advanced__header-field>.form-field__select-label{display:none}body:not(.desktop-client) .dialog .form-field__search{height:auto}}.card--version-10 .form-item{width:100%;padding:0;margin:0;font-size:1em;color:#fff;border:none;text-overflow:ellipsis;background:rgba(0,0,0,0)}.card--version-10 .form-item--copy{display:flex;grid-gap:.5em;gap:.5em;align-items:center;max-width:none;width:auto;margin:0;padding:.5em;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(0,0,0,0)}.card--version-10 .form-item--copy-icon{width:1.5em;height:auto;cursor:pointer}.scrollbar::-webkit-scrollbar{width:.25em;height:.25em}.merchant-content--fluid .scrollbar::-webkit-scrollbar{width:.5em;height:.5em}.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}.dropdown{display:none;position:absolute;top:100%;right:0;left:0;padding:.4375em;border:1px solid rgba(255,255,255,.1);border-radius:8px;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;text-transform:uppercase;color:#fff;opacity:.9}.dialog .dropdown__items--search .dropdown__item__title{display:block;width:100%;padding:.3em 0;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){body:not(.desktop-client) .filter-advanced__header .dropdown{width:80vw}}.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:#b2dbf9;color:var(--color-main-text)}.accordion-item:last-child{margin-bottom:0}@media not all and (hover: none){.accordion-item:hover__summary{color:#b2dbf9;color:var(--color-main-text)}}.accordion-item:hover{color:#fff}.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:#b2dbf9;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){body:not(.desktop-client) .accordion-item__summary-text{grid-column:1;grid-row:1}}@media(max-width: 1023px){body:not(.desktop-client) .accordion-item__summary{grid-template-columns:1fr minmax(1.5em, auto);padding:.5em 1rem;align-items:center;font-size:1.25em}}.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){body:not(.desktop-client) .accordion-item__summary::before{grid-column:2;grid-row:1}}.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){body:not(.desktop-client) .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){body:not(.desktop-client) .accordion-item__list-item::before{display:none}}.accordion-item__list-item:last-of-type{margin-bottom:0}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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}.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){body:not(.desktop-client) .accordion-item__next{font-size:1em}}.accordion-item__text{padding-top:1rem}.accordion-item__text .modal-link{text-decoration:underline}.accordion-item__text a{color:inherit}.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}.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){body:not(.desktop-client) .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){body:not(.desktop-client) .header__wrapper{padding-left:5vw;padding-right:5vw}body.desktop-client .header__wrapper{margin:0;padding:1em 2em}}@media(max-width: 1023px){body:not(.desktop-client) .header{display:block}body.desktop-client .header{position:sticky}}.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:not(.desktop-client) 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){body:not(.desktop-client) .header--light .header__logo-image{width:9em}}@media(max-width: 1023px){body:not(.desktop-client) .header__logo-image{width:10em;height:auto}}.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:not(.desktop-client) .body--stick .header .button--primary{min-width:10em;height:3rem;margin-right:0}}.header__download-button .win-button{position:relative;display:flex;grid-gap:.5rem;gap:.5rem;flex-direction:row;justify-content:center;align-items:center;width:auto;height:1.67rem;padding:.721em 1em;border-radius:1rem;color:#fff;text-decoration:none;font-family:var(--typography-c1-bold-upp-wide-font-family),sans-serif;font-family:var(--typography-v3-c1-bold-upp-wide-font-family, var(--typography-c1-bold-upp-wide-font-family)),sans-serif;font-size:var(--typography-c1-bold-upp-wide-font-size);font-size:var(--typography-v3-c1-bold-upp-wide-font-size, var(--typography-c1-bold-upp-wide-font-size));font-weight:var(--typography-c1-bold-upp-wide-font-weight);font-weight:var(--typography-v3-c1-bold-upp-wide-font-weight, var(--typography-c1-bold-upp-wide-font-weight));letter-spacing:var(--typography-c1-bold-upp-wide-letter-spacing);letter-spacing:var(--typography-v3-c1-bold-upp-wide-letter-spacing, var(--typography-c1-bold-upp-wide-letter-spacing));text-transform:var(--typography-c1-bold-upp-wide-text-transform);text-transform:var(--typography-v3-c1-bold-upp-wide-text-transform, var(--typography-c1-bold-upp-wide-text-transform));background:linear-gradient(180deg, #74df8b 0%, #009e2b 100%)}.header__download-button .win-button__icon{margin:.2em}.header__download-button .win-button__text{line-height:normal}.header__download{position:relative}@media screen and (min-width: 1024px){.header__download{display:flex;justify-content:flex-end}}@media(max-width: 1023px){body:not(.desktop-client) .header__download{display:none;font-size:.7em}}.header__prize-drawing-progress{display:flex;align-items:center;grid-gap:.5em;gap:.5em;width:-moz-max-content;width:max-content;margin:0 auto;padding:.7em 1em;border-radius:.9em;font-family:"MTS Compact",sans-serif;font-size:.7em;line-height:1.1;font-style:normal;color:#fafafa;background:linear-gradient(90deg, rgba(204, 0, 255, 0.4), rgba(204, 0, 255, 0.4) 10%, rgba(0, 158, 248, 0.5) 60%)}.header__prize-drawing-progress__content{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em}.header__prize-drawing-progress__progress{display:flex;margin:0;padding:0;list-style:none;grid-gap:.5em;gap:.5em}.header__prize-drawing-progress__progress-item{width:8px;height:8px;border-radius:50%;background:rgba(242,243,247,.2)}.header__prize-drawing-progress__progress-item--active{background:#74df8b}.header__prize-drawing-progress__progress-item--next{box-shadow:0px 0px 0px 0px #ffcc47;animation:drawningProgressPulse 3s ease-in-out infinite both}.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){body:not(.desktop-client) .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-item-sessions .header__menu-dropdown-wrapper{left:-4.8em;min-width:20em}.header__menu-item-prize-drawing-progress .header__menu-dropdown-wrapper{width:300px;left:50%;transform:translateX(-50%)}.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:#b2dbf9;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){body:not(.desktop-client) .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){body:not(.desktop-client) .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:21em;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:27.2em}.header__menu-item-merchant .header__menu-dropdown .button{height:auto;padding:.825rem 2em;border:1px solid rgba(255,255,255,.1);border-radius:1.6em !important;background:rgba(178,219,249,.15);box-shadow:none}.header__menu-item-merchant .header__menu-dropdown .button:hover{background:rgba(178,219,249,.078)}.header__menu-item-prize-drawing-progress .header__menu-dropdown{padding:1em}@media(max-width: 1023px){body:not(.desktop-client) .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:#b2dbf9;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-prize-drawing-progress{flex:1 0 auto;margin-right:0}.header__menu-item-prize-drawing-progress .button{padding:8.615px 19.692px;height:auto;border-radius:.6rem !important;font-family:"MTS Compact",sans-serif;font-size:12px;font-weight:normal;text-transform:none}.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){body:not(.desktop-client) .header__menu-item:hover .header__menu-dropdown-wrapper,body:not(.desktop-client) .header__menu-item.opened .header__menu-dropdown-wrapper{display:none}}.header__menu-item.hide .header__menu-dropdown-wrapper{display:none}.header__menu-item-profile:not(.hide):hover .profile{opacity:.5}@media(max-width: 1023px){body:not(.desktop-client) .header__menu-item{display:none}body:not(.desktop-client) .header__menu-item-sessions{display:block}body:not(.desktop-client) .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:.2rem}.header__merchant--login{grid-gap:.5rem;gap:.5rem;height:1.67rem;padding:.721em 1em;background:rgba(178,219,249,.08);border-radius:1rem;font-family:var(--typography-c1-bold-upp-wide-font-family),sans-serif;font-family:var(--typography-v3-c1-bold-upp-wide-font-family, var(--typography-c1-bold-upp-wide-font-family)),sans-serif;font-size:var(--typography-c1-bold-upp-wide-font-size);font-size:var(--typography-v3-c1-bold-upp-wide-font-size, var(--typography-c1-bold-upp-wide-font-size));font-weight:var(--typography-c1-bold-upp-wide-font-weight);font-weight:var(--typography-v3-c1-bold-upp-wide-font-weight, var(--typography-c1-bold-upp-wide-font-weight));letter-spacing:var(--typography-c1-bold-upp-wide-letter-spacing);letter-spacing:var(--typography-v3-c1-bold-upp-wide-letter-spacing, var(--typography-c1-bold-upp-wide-letter-spacing));text-transform:var(--typography-c1-bold-upp-wide-text-transform);text-transform:var(--typography-v3-c1-bold-upp-wide-text-transform, var(--typography-c1-bold-upp-wide-text-transform))}.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){body:not(.desktop-client) .header__merchant,body:not(.desktop-client) .header__faq{display:none}}.header__menu-bage{position:absolute;display:flex;align-items:center;justify-content:center;min-width:1.3em;height:1.3em;padding:.2em;border-radius:2em;font-weight:500;font-size:.7rem;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-prize-drawing-progress .header__menu-content{color:#fafafa;text-align:center;font-family:"MTS Compact",sans-serif}.header__menu-item-merchant .header__menu-content-title{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-prize-drawing-progress .header__menu-content-title{margin:0;font-family:"MTS Wide",sans-serif;font-size:20px;font-style:normal;font-weight:500}.header__menu-item-merchant .header__menu-content-description{font-family:"MTS Compact",sans-serif;color:#fff;margin:0}.header__menu-item-speed-test .header__menu-content-description{font-family:"MTS Compact",sans-serif;margin:0;text-align:center}.header__menu-item-prize-drawing-progress .header__menu-content-description{font-size:14px;line-height:20px}.header__menu-content-accent{padding:10px 16px;border-radius:12px;background:rgba(178,219,249,.05);font-weight:700}.header__menu-content-accent a{color:#45b6fc;text-decoration:none}.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)}}@keyframes drawningProgressPulse{0%{background:rgba(255,204,71,0);box-shadow:0px 0px 0px 0px #ffcc47}5%{background:#ffcc47;box-shadow:0px 0px 10px 5px #ffcc47}30%{background:#ffcc47;box-shadow:0px 0px 50px 5px #ffcc47}70%{background:rgba(242,243,247,.2)}100%{box-shadow:0px 0px 50px 5px #ffcc47}}.footer{position:relative;margin-top:5em;padding-top:5em}.merchant .footer{margin-top:30px;padding-top:11px;font-size:17px}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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__caption{max-width:38em}.footer__applinks{display:flex;flex-direction:row;margin-top:2em;margin-bottom:1em}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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}.body--stick .footer__link{color:#888}.footer__link:hover{color:#b2dbf9;color:var(--color-main-text)}.body--stick .footer__link:hover{color:#fff}.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}.body--stick .footer__copyright{color:#888}.footer__copyright a{color:#626c77}.body--stick .footer__copyright a{color:#888}.footer--light .footer__copyright{margin:0;color:#4c6175}.footer--light .footer__copyright a{color:#4c6175}@media(max-width: 1023px){body:not(.desktop-client) .footer__copyright{flex-direction:column;align-items:flex-start;margin-top:2em}}@media(max-width: 1023px){body:not(.desktop-client) .footer__copyright p{margin:.3em 0}body:not(.desktop-client) .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:#b2dbf9;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){body:not(.desktop-client) .dialog{width:90vw;padding:2em 1.5em 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--sticky{display:none;top:auto;left:auto;right:2em;bottom:2em;position:fixed;max-width:500px;min-width:auto;margin:0;z-index:2}.dialog--sticky::backdrop{display:none}@media(max-width: 1023px){body:not(.desktop-client) .dialog--sticky{max-width:100%;min-width:100%;left:0;right:0;bottom:3em}}.dialog--dark{border:1px solid rgba(255,255,255,.1);background:#1b2c39;color:#fff}.dialog--dark.dialog-granat{background:#000;color:#fff}.dialog--granat{border-radius:24px}.dialog#highping-modal{min-width:32em;max-width:32em;font-size:17px;color:#fff;text-align:center}@media(max-width: 1023px){body:not(.desktop-client) .dialog#highping-modal{min-width:0}}.dialog#iframe-modal{padding:0;padding-top:3.5em;width:100%;max-width:1040px;height:100%;max-height:750px;overflow:hidden}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .dialog#game-version-modal{min-width:0}}.dialog#logout-modal,.dialog#hear-opros-modal{min-width:480px;max-width:480px}@media(max-width: 1023px){body:not(.desktop-client) .dialog#logout-modal,body:not(.desktop-client) .dialog#hear-opros-modal{min-width:0}}.dialog.feedback--minimal{overflow:hidden}.dialog#otp-modal{min-width:unset;max-width:23em;padding:2.5em 2em;text-align:center}.dialog#login-modal{min-width:unset;max-width:25em;padding:2.5em 2em}@media(max-width: 1023px){body:not(.desktop-client) .dialog#login-modal{padding:1.875em 1.25em}}.dialog#captcha-modal{min-width:unset;max-width:23em;padding:2.5em 2em}@media(max-width: 1023px){body:not(.desktop-client) .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,.dialog#telegram-login-modal{min-width:unset;max-width:30em;width:30em}@media(max-width: 1023px){body:not(.desktop-client) .dialog#platform-modal,body:not(.desktop-client) .dialog#notification-modal,body:not(.desktop-client) .dialog#confirm-modal,body:not(.desktop-client) .dialog#confirm-dialog,body:not(.desktop-client) .dialog#free-minutes-modal,body:not(.desktop-client) .dialog#finish-session-modal,body:not(.desktop-client) .dialog#email-modal,body:not(.desktop-client) .dialog#delay-notification-modal,body:not(.desktop-client) .dialog#recovery-account-modal,body:not(.desktop-client) .dialog#telegram-login-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){body:not(.desktop-client) .dialog#release-notes-modal{min-width:0;min-width:initial;max-width:616px}}.dialog#review-modal{min-width:540px;max-width:540px}@media(max-width: 1023px){body:not(.desktop-client) .dialog#review-modal{min-width:0;min-width:initial;max-width:540px}}@media(max-width: 1023px){body:not(.desktop-client) .dialog#request-game-modal,body:not(.desktop-client) .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){body:not(.desktop-client) .dialog#desktop-app-modal,body:not(.desktop-client) .dialog#stick-modal,body:not(.desktop-client) .dialog#download-app-modal{min-width:0;min-width:initial;max-width:25em;padding:0 1.5em 1.5em;font-size:14px}body:not(.desktop-client) .dialog#desktop-app-modal.mac-app-modal,body:not(.desktop-client) .dialog#stick-modal.mac-app-modal,body:not(.desktop-client) .dialog#download-app-modal.mac-app-modal{min-width:0;min-width:initial;max-width:25em;padding:2em 1em 1em;font-size:14px}body:not(.desktop-client) .dialog#desktop-app-modal.download-mac-app-modal,body:not(.desktop-client) .dialog#stick-modal.download-mac-app-modal,body:not(.desktop-client) .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){body:not(.desktop-client) .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.webp),no-repeat center bottom/100% url(images/wave.svg),#1b2c39}@media(max-width: 1023px){body:not(.desktop-client) .dialog#promo-codes-modal,body:not(.desktop-client) .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:linear-gradient(0deg, #323D74 0%, #323D74 100%),rgba(178,219,249,.08);padding:1em}.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){body:not(.desktop-client) .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){body:not(.desktop-client) .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}.dialog#stick-modal.dialog--sticky{min-width:400px;max-width:400px;padding:0}@media(max-width: 1023px){body:not(.desktop-client) .dialog#stick-modal.dialog--sticky{min-width:auto;max-width:none;width:100%}}.dialog#convergent-service-modal{flex-direction:column;max-width:463px;min-width:auto}.dialog#convergent-service-modal[open]{display:flex}@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){body:not(.desktop-client) .dialog__button-wrapper--columns .dialog__close-button{width:auto}}.dialog__button-wrapper .dialog__close-button{position:static;position:initial;height:3.25rem}.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){body:not(.desktop-client) .dialog__close-button svg{width:.75em}}@media(max-width: 1023px){body:not(.desktop-client) .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}.dialog-granat .dialog__title{margin-bottom:1em;font-family:"MTS Wide",sans-serif;font-size:1.5em;font-weight:500;line-height:1.1em}.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;display:inline-block;margin-left:.2em}@media(max-width: 1023px){body:not(.desktop-client) .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}#login-modal .dialog__title,#email-modal .dialog__title,#otp-modal .dialog__title,#captcha-modal .dialog__title,#recovery-account-modal .dialog__title,#telegram-login-modal .dialog__title{font-size:1.5em;margin-bottom:1em}@media(max-width: 1023px){body:not(.desktop-client) #login-modal .dialog__title,body:not(.desktop-client) #email-modal .dialog__title,body:not(.desktop-client) #otp-modal .dialog__title,body:not(.desktop-client) #captcha-modal .dialog__title,body:not(.desktop-client) #recovery-account-modal .dialog__title,body:not(.desktop-client) #telegram-login-modal .dialog__title{font-size:1.2em}}#game-version-modal .dialog__title{margin-bottom:0;font-size:1.5em}#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){body:not(.desktop-client) #platform-modal .dialog__title,body:not(.desktop-client) #notification-modal .dialog__title,body:not(.desktop-client) #confirm-modal .dialog__title,body:not(.desktop-client) #confirm-dialog .dialog__title,body:not(.desktop-client) #free-minutes-modal .dialog__title,body:not(.desktop-client) #finish-session-modal .dialog__title,body:not(.desktop-client) #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){body:not(.desktop-client) #stick-modal .dialog__title{font-size:1.8em}}#stick-modal.dialog--sticky .dialog__title{font-size:1.3rem;text-transform:none;font-weight:400}#recovery-account-modal .dialog__title{margin-bottom:0}#promo-codes-modal .dialog__title,#free-hour-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){body:not(.desktop-client) #convergent-modal .dialog__title{font-size:1.5em}}#free-hour-modal .dialog__promocodes--main-page .dialog__title{text-align:left;font-size:1.7em;line-height:1.2em}#promo-codes-modal .dialog__promocodes-success .dialog__title{margin-top:1em;line-height:1.1}[dir="ltr"] #free-hour-guest-modal .dialog__title{text-align:left}[dir="rtl"] #free-hour-guest-modal .dialog__title{text-align:right}#free-hour-guest-modal .dialog__title{margin:0;font-family:"MTS Wide",sans-serif;font-weight:500;font-size:1.2em}@media(max-width: 1023px){body:not(.desktop-client) #free-hour-guest-modal .dialog__title{font-size:1.2rem}}.mac-app-modal .dialog__subtitle,#release-notes-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){body:not(.desktop-client) .mac-app-modal .dialog__subtitle,body:not(.desktop-client) #release-notes-modal .dialog__subtitle{font-size:1.2em !important}}#release-notes-modal .dialog__subtitle{text-align:left !important}#release-notes-modal .dialog__subtitle a{color:inherit;outline:none}#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{margin:1.5em 0;font-family:"MTS Wide",sans-serif;font-size:1.5em;font-weight:500;color:#fff}@media(max-width: 1023px){body:not(.desktop-client) #stick-modal .dialog__subtitle{font-size:1em;line-height:normal}}#promo-codes-modal .dialog__subtitle,#free-hour-modal .dialog__subtitle{text-align:center}#promo-codes-modal .dialog__subtitle.only-for-mobile{display:none}@media(max-width: 1023px){body:not(.desktop-client) #promo-codes-modal .dialog__subtitle.only-for-mobile{display:block}}#free-hour-modal .dialog__promocodes--main-page .dialog__subtitle{text-align:left;font-size:1.1em}@media(max-width: 1023px){body:not(.desktop-client) #free-hour-modal .dialog__promocodes--main-page .dialog__subtitle{font-size:1em}}[dir="ltr"] #free-hour-guest-modal .dialog__subtitle{text-align:left}[dir="rtl"] #free-hour-guest-modal .dialog__subtitle{text-align:right}#free-hour-guest-modal .dialog__subtitle{margin:.5em 0;line-height:1.2;color:#fff}@media(max-width: 1023px){body:not(.desktop-client) #free-hour-guest-modal .dialog__subtitle{font-size:1rem}}.dialog__description--small{font-size:.8em}.dialog__question{font-size:1.25em;text-align:center;font-weight:bold}.dialog__text{color:#203255;text-align:center}.dialog--dark .dialog__text{color:#b2dbf9;color:var(--color-main-text)}.dialog-granat.dialog--dark .dialog__text{margin:.5em 0 0;color:#fff}#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){body:not(.desktop-client) #notification-modal .dialog__text,body:not(.desktop-client) #confirm-modal .dialog__text,body:not(.desktop-client) #confirm-dialog .dialog__text,body:not(.desktop-client) #free-minutes-modal .dialog__text,body:not(.desktop-client) #finish-session-modal .dialog__text,body:not(.desktop-client) #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){body:not(.desktop-client) #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){body:not(.desktop-client) #stick-modal .dialog__text{font-size:.9em}}#stick-modal.dialog--sticky .dialog__text{max-width:60%;margin-bottom:0;font-size:1rem}.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:1em;color:#203255;margin-bottom:.3em;line-height:normal;line-height:initial}.dialog--dark .dialog__field-label{color:#fff}#otp-modal .dialog__field-label,#captcha-modal .dialog__field-label{margin-bottom:1em}form#download .dialog__field-label{margin-bottom:5px}@media(max-width: 1023px){body:not(.desktop-client) .dialog__field-label{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,.dialog__field__input-clear img{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:.0625em solid rgba(188,195,208,.5);font-family:var(--font-main);box-sizing:border-box}.dialog--dark .dialog__field-input{border:.0625em solid rgba(74,110,135,.35);background:rgba(178,219,249,.08);color:#fff}.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:1em}.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:.0625em solid #45b6fc}.dialog__field-input:focus-visible{outline:.0625em solid #45b6fc}.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}#login-modal .dialog__field--checkbox,#telegram-login-modal .dialog__field--checkbox{line-height:1.2}#login-modal .dialog__field--checkbox .dialog__field-label,#telegram-login-modal .dialog__field--checkbox .dialog__field-label{text-align:center;color:#b2dbf9;font-size:.75em}.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 !important}.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){body:not(.desktop-client) .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){body:not(.desktop-client) #stick-modal .dialog__button-wrapper{width:100%}}#free-hour-guest-modal .dialog__button-wrapper{margin-top:1em}#telegram-login-modal .dialog__button-wrapper{margin-top:0}.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}.dialog-granat .dialog__submit-button{margin:0;padding:1em;border-radius:16px;font-family:"MTS Wide";font-weight:500;font-size:.9em;text-transform:uppercase;background:#ff0032}.dialog-granat .dialog__submit-button:hover{box-shadow:none}.dialog-granat .dialog__submit-button:active:not(:disabled){transform:scale(0.98)}.dialog-granat .dialog__submit-button:disabled{opacity:.6;background:rgba(188,195,208,.5);color:#969fa8}#captcha-modal .dialog__submit-button{margin-top:1.5em}#otp-modal .dialog__submit-button{display:none}@media(max-width: 1023px){body:not(.desktop-client) .dialog__submit-button{font-size:1em;padding:1.1881em 1em}}.dialog__otp-buttons{display:flex;flex-direction:column}.dialog__otp-buttons__item{margin-top:1em}.dialog__otp-buttons__item:first-child{margin-top:0}.dialog__otp-buttons__item-button{border:none;padding:0;font-size:1.2em;color:#45b6fc;background:none;cursor:pointer}.dialog__otp-buttons__item-button:disabled{color:rgba(32,50,85,.5);cursor:not-allowed}.dialog--dark .dialog__otp-buttons__item-button:disabled{color:#969fa8}@media(max-width: 1023px){body:not(.desktop-client) .dialog__otp-buttons__item-button{font-size:1.125em}}.dialog__questions{margin-top:1em}.dialog__questions-positive,.dialog__questions-negative,.dialog__questions-negative2{display:none}.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__answers-list{display:flex;flex-wrap:wrap;grid-gap:1em;gap:1em;margin-bottom:1em}.dialog__answers-list>div{flex-grow:1;flex-shrink:0;flex-basis:calc(50% - 1em);margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width: 425px),(max-height: 425px){body:not(.desktop-client) .dialog__answers-list{flex-direction:column}}.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){body:not(.desktop-client) #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){body:not(.desktop-client) .dialog__promocodes-content{flex-basis:100% !important}body:not(.desktop-client) .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){body:not(.desktop-client) .dialog__convergent{display:flex;flex-direction:column;justify-content:space-between;max-width:none;max-width:initial;height:100%;margin-left:0}body:not(.desktop-client) .dialog__convergent .dialog__button-wrapper{margin:0}body:not(.desktop-client) .dialog__convergent a{color:inherit}}.dialog__free-hour-guest{display:flex;align-items:center;grid-gap:1em;gap:1em}.dialog__free-hour-guest img{width:7em;height:auto}@media(max-width: 1023px){body:not(.desktop-client) .dialog__free-hour-guest img{width:6rem}}.dialog__iframe{width:100%;height:100%;border:none}.dialog__header-image{order:-1;margin:0 auto 1em}#convergent-service-modal .dialog__header-image{max-width:50%}.dialog__qr-code{max-width:200px;width:100%;height:auto;display:block;margin:0 auto}.dialog__qr-code-instruction{display:block;text-align:center;margin:0 auto .5em;line-height:normal;line-height:initial}.dialog__qr-code-timer{font-size:.8em}.dialog__qr-code-preloader{display:none;justify-content:center;margin:1em 0}.dialog__qr-code-wrapper.loading .dialog__qr-code-content{display:none}.dialog__qr-code-wrapper.loading .dialog__qr-code-preloader{display:flex}@media(max-width: 1023px){body:not(.desktop-client) .dialog__qr-code,body:not(.desktop-client) .dialog__qr-code-instruction{display:none}body:not(.desktop-client) .dialog__qr-code-link{margin-top:0}}.captcha{display:flex;margin-bottom:2em;align-items:center}@media(max-width: 1023px){body:not(.desktop-client) #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}.dialog--dark .captcha .captcha__refresh{filter:brightness(10)}@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){body:not(.desktop-client) .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){body:not(.desktop-client) .desktop-app-modal__image{display:none}body:not(.desktop-client) .desktop-app-modal__table::before{top:4em}}.stick-modal__container{display:flex;justify-content:space-between;grid-gap:2em;gap:2em;padding:5em 1em}.dialog--sticky .stick-modal__container{padding:1rem;grid-gap:0;gap:0}.stick-modal__content{width:50%}.dialog--sticky .stick-modal__content{width:100%}.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}.dialog--sticky .stick-modal__content .button-primary{font-size:.8rem}.stick-modal__content .button-primary img{width:2em}.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)}.dialog--sticky .stick-modal__image{transform:scale(1.4) translate(1rem, 1rem)}@media(max-width: 1023px){body:not(.desktop-client) .dialog--sticky .stick-modal__image{transform:scale(1.6) translate(2rem, 1rem)}}.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--discount{padding:.3em 1.5em .3em 1em;border-radius:28.588px;background:rgba(255,255,255,.1) !important;box-shadow:1px 1px 2px -1px,-1px -1px 2px -1px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.dialog__title .stick-modal__bage{position:static;font-size:.3em !important;text-align:center;text-transform:none;line-height:1}.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;line-height:normal}.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){body:not(.desktop-client) .stick-modal__container{padding:2em 0 0}body:not(.desktop-client) .stick-modal__content{width:100%}body:not(.desktop-client) .stick-modal__content .button{font-size:1em}body:not(.desktop-client) .stick-modal__bages{display:none}body:not(.desktop-client) .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}.hear-opros__elements{display:flex;flex-direction:column;grid-gap:1em;gap:1em;margin:0;padding:0;list-style:none}.hear-opros__textarea{display:none;width:-webkit-fill-available !important;resize:none}.hear-opros__textarea.show{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-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%}.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){body:not(.desktop-client) .merchant-card-profile .merchant-card-body{flex-direction:column}body:not(.desktop-client) .merchant-card-profile__avatar{margin-right:0;margin-bottom:15px}body:not(.desktop-client) .merchant-card-profile__contacts-item{flex-direction:column;grid-gap:10px;gap:10px}body:not(.desktop-client) .merchant-card-profile__contacts-item--name{margin-right:0}body:not(.desktop-client) .merchant-card-balance .merchant-card-body{width:100%}body:not(.desktop-client) .merchant-card-balance__wrapper{width:100%;max-width:327px;text-align:center}body:not(.desktop-client) .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-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--sticky thead{position:sticky;top:0;z-index:1}.merchant-table--sticky thead th{background:#172132;padding-top:.5em !important;padding-bottom:.5em !important}.dialog--dark .merchant-table--sticky thead th{background:#1b2c39}.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}.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-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){body:not(.desktop-client) #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-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){body:not(.desktop-client) #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-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){body:not(.desktop-client) #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) !important;border-radius:6px;font-weight:500;font-size:17px;line-height:24px;color:#fff;text-overflow:ellipsis;background:rgba(178,219,249,.08) !important}.merchant-profile-copy__input--security{letter-spacing:2px;-webkit-text-security:disc;text-security:disc}.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}.pagination{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:10px 0 0;padding:0;font-size:17px}.pagination .pagination__next{display:none}.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)}.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}@media(max-width: 1023px){body:not(.desktop-client) .tabs__list~.tooltip.high-demand{display:none !important}}.filter .tooltip.high-demand{display:inline-block;margin-left:1em}@media(max-width: 1023px){body:not(.desktop-client) .filter .tooltip.high-demand{margin-bottom:1em;margin-left:0}}.merchant__status .tooltip{display:flex}.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}.merchant__status .tooltip-icon{width:1rem;height:1rem}.tooltip-message{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:3}.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){body:not(.desktop-client) .emoji{width:6.5vw;height:6.5vw}body:not(.desktop-client) .emoji--favorites{width:3.4vw;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}.card__icons .favorite{margin:0}#review-modal .favorite{display:flex;outline:none}#review-modal .favorite svg{width:36px;height:auto}#fog-banner .favorite{display:flex;grid-gap:.5em;gap:.5em;align-items:center;text-decoration:none;color:#fff;cursor:pointer}.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){body:not(.desktop-client) .favorite svg{display:block;width:6vw;height:auto}body:not(.desktop-client) #review-modal .favorite svg{width:auto;width:initial}}.slider{background:rgba(178,219,249,.08);border:1px solid rgba(255,255,255,.1);border-radius:.75em}.slider.faq-slider{background:none;border:none}.slider.games-slider{border:none;background:rgba(0,0,0,0)}.slider.offer-slider{width:100%;height:80%;border:none;border-radius:2em;background:rgba(0,0,0,0)}.section__offer-info .game-info__column:first-of-type .slider.offer-slider{height:390px}@media(min-width: 1024px) and (max-width: 1439px){.section__offer-info .game-info__column:first-of-type .slider.offer-slider{height:300px}}@media(max-width: 1023px){body:not(.desktop-client) .section__offer-info .game-info__column:first-of-type .slider.offer-slider{height:auto}}.slider.offer-slider-2{width:100%;height:20%;padding:2px;border:none;border-radius:1em;background:rgba(0,0,0,0)}.form-field__description .slider{margin-top:1em}.slider-slide{display:flex;height:auto;position:relative}.faq-slider .slider-slide{background:rgba(178,219,249,.08);border:1px solid rgba(255,255,255,.1);border-radius:.75em}.offer-slider-2 .slider-slide{width:25%;border-radius:1em;overflow:hidden}.slider-slide-wrapper{padding:1.5em 3em}.faq-slider .slider-slide-wrapper{padding:0}.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}.faq-slider .slider-content{padding:3em 0 3em 4em}.slider-link{color:inherit}.slider-title{color:#fff}.faq-slider .slider-title{margin-bottom:.5em}.slider-slide--igrokon .slider-title{font-size:1.8em}.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}.faq-slider .slider-text a{color:#45b6fc}.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)}.faq-slider .slider-image{max-width:20em;max-height:22em}.offer-slider .slider-image,.offer-slider-2 .slider-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.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-slide--faq-save .slider-image{margin:3em}.slider-slide--free-10-hours-for-convergent .slider-image{width:7em;transform:scale(3) translateX(20%)}.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-slide--mts-pay-card .slider-image{width:11em;transform:scale(2.4) translateX(10%)}.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}.slider-slide--free-10-hours-for-convergent .slider-image{width:11em;transform:scale(2.7) translateX(0%);z-index:-1}}@media(max-width: 1023px){body:not(.desktop-client) .slider-slide-wrapper{padding:1.875em}body:not(.desktop-client) .slider-slide-wrapper--grid{flex-direction:column;grid-gap:.8em;gap:.8em}.faq-slider body:not(.desktop-client) .slider-slide-wrapper--grid{flex-direction:column-reverse;justify-content:flex-end}body:not(.desktop-client) .slider-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;cursor:pointer}body:not(.desktop-client) .slider-text--opened{display:inline-block}body:not(.desktop-client) .slider.games-slider{width:19.5em;padding:0 !important}body:not(.desktop-client) .faq-slider .slider-slide-wrapper--grid{flex-direction:column-reverse;justify-content:flex-end}body:not(.desktop-client) .slider-slide--mts-pay-card .slider-image,body:not(.desktop-client) .slider-slide--free-hour .slider-image,body:not(.desktop-client) .slider-slide--igrokon .slider-image,body:not(.desktop-client) .slider-slide--free-10-hours-for-convergent .slider-image{display:none}body:not(.desktop-client) .slider-slide--faq-save .slider-image{max-height:16em}body:not(.desktop-client) .faq-slider .slider-image{max-width:100%}body:not(.desktop-client) .faq-slider .slider-content{padding:2em}}.faq-slider .swiper{padding-top:4em}.swiper-button-disabled.swiper-button-prev{left:-100% !important}.swiper-button-disabled.swiper-button-next{right:-100% !important}.swiper-button-prev,.swiper-button-next{position:absolute;top:0;bottom:0;width:80px;z-index:1;cursor:pointer}.swiper-button-prev{left:-100%;transform:rotate(180deg);transition:left .3s ease;background:url(images/swiper-navigation-arrow.svg) no-repeat right center/80%,linear-gradient(270deg, #0a1222 -30%, rgba(10, 18, 34, 0) 100%)}.swiper:hover .swiper-button-prev{left:0}.offer-slider:hover .swiper-button-prev:not(.swiper-button-disabled),.games-slider .swiper-button-prev:not(.swiper-button-disabled){left:0}.swiper-button-next{right:0%;transition:right .3s ease;background:url(images/swiper-navigation-arrow.svg) no-repeat right center/80%,linear-gradient(270deg, #091120 -30%, rgba(10, 18, 34, 0) 100%)}.offer-slider .swiper-button-next{right:-100%}.offer-slider:hover .swiper-button-next:not(.swiper-button-disabled){right:0}.faq-slider .swiper-pagination{display:flex;grid-gap:.5em;gap:.5em;top:0;bottom:auto;white-space:nowrap;overflow-x:auto}.faq-slider .swiper-pagination-bullet{width:auto;height:auto;padding:.5em 1em;border:none;border-radius:.9em;background:none;color:#fff;opacity:.8}.faq-slider .swiper-pagination-bullet-active{opacity:1 !important;background:rgba(178,219,249,.05) !important}.offer-slider-2 .swiper-slide-thumb-active{outline:2px solid #fff}@media(max-width: 1023px){body:not(.desktop-client) .swiper-button-prev,body:not(.desktop-client) .swiper-button-next{width:15%;background-size:contain}}:root{--color-main-bg: linear-gradient(90deg, #0a1222 0%, #060c18 100%);--color-main-text: #b2dbf9;--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: #ff0032;--color-accent-text: #fafafa;--section-padding-left: 5.6em;--border-radius: 12px}@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:var(--typography-p3-regular-comp-font-family),sans-serif;font-family:var(--typography-v3-p3-regular-comp-font-family, var(--typography-p3-regular-comp-font-family)),sans-serif;font-size:16px;line-height:var(--typography-p3-regular-comp-line-height);line-height:var(--typography-v3-p3-regular-comp-line-height, var(--typography-p3-regular-comp-line-height));font-weight:var(--typography-p3-regular-comp-font-weight);font-weight:var(--typography-v3-p3-regular-comp-font-weight, var(--typography-p3-regular-comp-font-weight));letter-spacing:var(--typography-p3-regular-comp-letter-spacing);letter-spacing:var(--typography-v3-p3-regular-comp-letter-spacing, var(--typography-p3-regular-comp-letter-spacing));text-transform:var(--typography-p3-regular-comp-text-transform);text-transform:var(--typography-v3-p3-regular-comp-text-transform, var(--typography-p3-regular-comp-text-transform));scroll-behavior:smooth}@media(max-width: 1023px){html:not(.desktop-client){font-size:4vw}html.desktop-client{min-width:1024px}}@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:#fafafa;min-height:100vh}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--cloud-gaming{background:linear-gradient(180deg, rgba(10, 18, 34, 0) -15%, #0a1222 10%),top center/100% no-repeat url(images/background.webp),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.webp),var(--color-main-bg)}@media(max-width: 1023px){body.body--cloud-gaming:not(.desktop-client){background:linear-gradient(180deg, rgba(10, 18, 34, 0) -15%, #0a1222 10%),top center/100% no-repeat url(images/background-768.webp),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-768.webp),var(--color-main-bg)}}body.desktop-client.scrollbar::-webkit-scrollbar{background:#0a1121}body.desktop-client{min-width:1024px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.yii-debug-toolbar{color:#000;color:initial}.text-gradient{background:linear-gradient(271deg, #dd80fe 48.19%, #349de9 70.52%, #6ac0ff 94.72%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.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__content{position:relative;width:100%;max-width:1440px;margin:7em auto 0;box-sizing:border-box}@media(max-width: 1023px){body:not(.desktop-client) .main__content{margin:0 auto}body.desktop-client .main__content{margin:0;padding:0 2em}}.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){body:not(.desktop-client) .main--light .main__content{justify-content:initial;min-height:calc(100vh - 6.3em);padding:4.3em 0 2em;color:#fff}}@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){body:not(.desktop-client) .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){body:not(.desktop-client) .main--light .section{margin:0}body:not(.desktop-client) .main--light .section__hotkeys{display:none}body:not(.desktop-client) .main--light .section__instructions,body:not(.desktop-client) .main--light .section__link{display:inline !important;display:initial !important}}.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){body:not(.desktop-client) .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){body:not(.desktop-client) .section__speed-and-quality,body:not(.desktop-client) .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){body:not(.desktop-client) .section__timeout{max-width:255px;margin:1em auto 2em !important;color:#b2dbf9;font-size:.875em !important}body:not(.desktop-client) .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){body:not(.desktop-client) .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__fog-edit-page{padding-top:4em;padding-bottom:1em}@media(max-width: 1023px){body:not(.desktop-client) .section__fog-edit-page{padding-top:4em !important;padding-bottom:0 !important}}@media(max-width: 1023px){body:not(.desktop-client) .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-favorites{margin:0;padding-top:5em}@media(max-width: 1023px){body:not(.desktop-client) .section__fog-faq,body:not(.desktop-client) .section__fog-favorites{padding-top:4em !important}}.section__fog-pay-success{height:85vh;display:flex;flex-direction:column;justify-content:center;text-align:center;color:#fff}.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__placeholder a{color:#0085ff}@media(max-width: 1023px){body:not(.desktop-client) .section__placeholder{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){body:not(.desktop-client) .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){body:not(.desktop-client) .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}@media(max-width: 1023px){body.desktop-client .section__hidden-banner{display:none}}.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}.section__offer-info .section__game-info{margin-bottom:3em}@media(max-width: 1023px){body:not(.desktop-client) .section__game-info{flex-direction:column}}.section__offer-info{position:relative;padding-top:3em;margin-top:0}.section__offer-info>h3{font-family:"MTS Wide",sans-serif;text-transform:uppercase}@media(min-width: 1024px) and (max-width: 1439px){.section{padding-left:0;padding-right:0}}@media(max-width: 1023px){body:not(.desktop-client) .section{margin-top:0;padding-top:2em;padding-left:0;padding-right:0}}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .play__button{display:none}body:not(.desktop-client) .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){body:not(.desktop-client) .play__status{display:none;max-width:310px;margin-top:1em;font-size:1.25em;font-weight:700}body:not(.desktop-client) .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){body:not(.desktop-client) .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;line-height:1;text-transform:uppercase}.block-title--small{color:#fff !important}.faq-slider .block-title--section-cloud-gaming{text-align:center}.faq-slider .block-title--section-cloud-gaming span{display:block}.block-title span:nth-child(1){color:#b2dbf9;color:var(--color-main-text);background:#b2dbf9;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}.sections__promo-page{margin-bottom:5em}@media(max-width: 1023px){body:not(.desktop-client) .sections{padding:0 5vw;box-sizing:border-box}body:not(.desktop-client) .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){body:not(.desktop-client) .beta__desktop_span{display:none}body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .heading{height:auto;margin-bottom:17vw;margin-top:10vw}}.heading__image-block{position:absolute;width:100%;height:100%}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .c-heading{height:auto;margin-bottom:17vw;margin-top:10vw}}.c-heading__image-block{position:absolute;width:100%;height:100%}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .c-heading__link-block{margin-top:0}body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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:#b2dbf9;color:var(--color-main-text);background:#b2dbf9;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){body:not(.desktop-client) .free-play__caption{padding-right:40%;font-weight:400;color:#fff}body:not(.desktop-client) .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){body:not(.desktop-client) .computers{font-size:1em}}.computers__title{margin-bottom:1.5em;font-size:2.2em}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .dialog .computer__header{margin-bottom:1em}}.computer__icon{margin-right:1em;width:12%}.dialog .computer__icon{width:10%}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .computer__title{font-size:1.5em}body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .advantage__caption{padding-top:0}}.how-to-start{text-align:center}.how-to-start a{text-decoration:underline;color:#b2dbf9}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .participation-info__title{grid-column:span 1;margin-bottom:0}}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .how-it-works__image{width:37em;top:-3em;left:-5em}}.how-it-works__content{position:relative;padding-right:10%}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .how-it-works__title{margin-bottom:8em}}.how-it-works__caption{padding-right:20%;margin-bottom:1.5em;color:#fff}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .play-everywhere{padding-left:0;grid-template-columns:1fr;font-size:1rem}}.play-everywhere__title{margin-bottom:.41666em}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .play-everywhere__plus-caption{font-size:1rem}}@media(max-width: 1023px){body:not(.desktop-client) .play-everywhere__content{grid-row:2;margin:0}}.play-everywhere__image-block{position:relative}@media(max-width: 1023px){body:not(.desktop-client) .play-everywhere__image-block{grid-row:1;height:140vw}}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .command-work{padding-left:0;grid-template-columns:1fr;font-size:1rem}}@media(max-width: 1023px){body:not(.desktop-client) .command-work__title{margin-top:0;font-size:2.4em}}@media(max-width: 1023px){body:not(.desktop-client) .command-work__caption{font-size:1rem}}.command-work__content{grid-column:span 6}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .how-to-play__image{position:relative;width:90vw;margin-left:0;margin-top:0}}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .speed-and-quality__image{top:0}}.speed-and-quality__content{grid-column:span 6}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .participation-rules__list li::before{content:counters(item, ".", decimal-leading-zero) " ";font-size:2em}}.participation-rules__list li .innerlink{color:#b2dbf9 !important;color:var(--color-main-text) !important}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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 #b2dbf9;border:1px solid var(--color-main-text);color:#b2dbf9;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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .now-for-free__caption-small{font-size:1em}}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .about-tech__mindelay img{transform:none}}.about-tech__hereandnow{position:relative;grid-column:1/6;grid-row:3/5}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .about-tech__hereandnow img{transform:none}}.about-tech__networkprotocol{grid-column:6/11;grid-row:4/5}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .c-about-tech__hereandnow img{transform:none}}.c-about-tech__networkprotocol{grid-column:6/11;grid-row:4/5}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .c-about-tech__networkprotocol p{font-size:2.7em;line-height:1.4}}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .faq__title{grid-column:1}}.faq__c-title{grid-column:span 4;margin-bottom:1.6em;text-align:center}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .games-near__image-block{grid-row:1}}.games-near__image{max-width:92%;margin-right:-2em;float:right}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .games-near__caption{padding-right:0;display:none}}.games-near__download{display:flex;margin-bottom:3em}@media(max-width: 1023px){body:not(.desktop-client) .games-near__download{display:none}}@media(max-width: 1023px){body:not(.desktop-client) .games-near__link{display:none}}.games-near__link--mobile{display:none}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .games-near__mobile-content{display:block}}.games-near__mobile-caption{margin:1.5em 0}.reqirements{font-size:1.0625em}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .bc-page__table-titles .bc-title:nth-child(3),body:not(.desktop-client) .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){body:not(.desktop-client) .bc-page__who,body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .bc-page__elem--who,body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .bc-page__title{font-size:1.5em}}.bc-page__description{font-size:1.5em;padding-right:5%;margin-bottom:2em}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .faq-page__title{font-size:1.5em}}.faq-page__description{padding-right:25%;margin-bottom:2em}@media(max-width: 1023px){body:not(.desktop-client) .faq-page__description{padding-right:0}}.modal-link{cursor:pointer}#toggle{display:none}.hamburger{display:none;position:relative;width:2em;margin-left:5vw;z-index:5}@media(max-width: 1023px){body:not(.desktop-client) .hamburger{display:block}}.hamburger div{position:relative;width:2em;height:2px;border-radius:1px;background-color:#b2dbf9;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-wrapper{position:relative}.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}.profile__social{position:absolute;top:-0.2em;left:-0.2em;width:1.3em;height:auto;border-radius:50%}.profile__convergent{display:flex;align-items:center;grid-gap:.3em;gap:.3em;font-size:.8em;font-weight:500;line-height:0}.profile__convergent-icon{margin-bottom:.1em}.menu{display:flex;flex-direction:column;justify-content:space-between;position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;pointer-events:none;background:rgba(30,40,61,.95);-webkit-backdrop-filter:none;backdrop-filter:none;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.menu--open,#toggle:checked+.hamburger+.menu{opacity:0;pointer-events:none}.menu.menu--open,#toggle:checked+.hamburger+.menu{transition:opacity .6s ease-out}@media(max-width: 1023px){body:not(.desktop-client) .menu.menu--open,body:not(.desktop-client) #toggle:checked+.hamburger+.menu{opacity:1;visibility:visible;pointer-events:all;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.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){body:not(.desktop-client) .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){body:not(.desktop-client) .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:15px;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--info{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)}.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}.notifications.merchant-notifications{max-width:none;width:100%;margin:0 0 30px !important;padding:0;overflow:hidden}.notifications.merchant-notifications a{color:#45b6fc !important}@media(min-width: 1024px) and (max-width: 1439px){.notifications{max-width:54em}}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .bothAppButtons{flex-direction:column;align-items:flex-start}body:not(.desktop-client) .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-earnings-platform{font-family:"MTS Wide",sans-serif;color:#fff}.fog-earnings-platform.tilda-landing{position:relative;z-index:10}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .fog-earnings-platform__title{margin-bottom:1em;font-size:1.8em;line-height:1.2em}body:not(.desktop-client) .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}@media(max-width: 1023px){body:not(.desktop-client) .fog-earnings-platform__tables-content{flex-direction:column;grid-gap:2em;gap:2em;padding:0;margin-bottom:2em}}.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:#172233;box-shadow:0 1em 3em rgba(2,21,43,.25)}.fog-earnings-platform__wrapper-table:last-of-type{transform:translateY(8em) translateX(-2em)}@media(max-width: 1023px){body:not(.desktop-client) .fog-earnings-platform__wrapper-table:last-of-type{transform:none}}@media(max-width: 1023px){body:not(.desktop-client) .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:.5em;border-radius:.5em;font-size:2em;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){body:not(.desktop-client) .fog-earnings-platform__table-badge{position:static}body:not(.desktop-client) .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 .button{width:100%;background:rgba(127,140,153,.3490196078)}@media(max-width: 1023px){body:not(.desktop-client) .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){body:not(.desktop-client) .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{display:block;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){body:not(.desktop-client) .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){body:not(.desktop-client) .fog-earnings-platform .form-field__select{display:block}}.fog-earnings-platform .button{box-shadow: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{margin-bottom:1.25em}.fog-faq .accordion-item__summary-text{margin:0;color:#b2dbf9;opacity:.5;transition:all .3s ease}.body--stick .fog-faq .accordion-item__summary-text{color:#fff}.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-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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .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){body:not(.desktop-client) .fog-get-payout__button-wrapper{width:100%;margin-top:.938em}}.fog-get-payout .button{width:100%;max-width:380px}@media(max-width: 1023px){body:not(.desktop-client) .fog-get-payout .button{max-width:none}}.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--small .fog-pay-loading__title{margin:0 0 .5em;font-size:1em}.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--small .fog-pay-loading__circle{width:3em;height:3em;margin:0 auto}.fog-pay-loading__icon{width:3em;height:3em;border-radius:50%;animation:rotate-360 1s linear infinite}.fog-pay-loading--small .fog-pay-loading__icon{width:1em;height:1em}@keyframes rotate-360{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.fog-pay-success__title{font-size:1.0625em;margin:0}.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{display:flex;align-items:center;justify-content:center;height:100%;padding:0 .3em;background:rgba(255,255,255,.2196078431);cursor:pointer}.label-computer--more__icon{width:1.4em}.merchant-section__instruction .label-computer,.accordion-item .label-computer{display:inline-block}.card__title .label-computer{display:inline;vertical-align:middle;font-size:.4em;padding:.3em .4em}.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;grid-gap:1em;gap:1em;height:100%;min-height:80vh;margin-top:6em;font-size:1em;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{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:50%;height:auto}.fog-dont-support-device__list{margin:0;padding:0;list-style:none}.fog-dont-support-device__list-item{display:flex;align-items:center;grid-gap:.5em;gap:.5em;margin-bottom:.5em}.fog-dont-support-device__list-item img{width:1em;height:auto}.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)}.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){body:not(.desktop-client) .fog-service-under-development{padding-top:6em}body:not(.desktop-client) .fog-service-under-development__icon{width:12em}body:not(.desktop-client) .fog-service-under-development__title{font-size:2em}}.game-info__column:nth-child(1){flex:1 1}.section__offer-info .game-info__column:nth-child(1){display:flex;flex-direction:column;flex:1 0 auto;grid-gap:1em;gap:1em;max-width:50%;width:100%}@media(max-width: 1023px){body:not(.desktop-client) .section__offer-info .game-info__column:nth-child(1){max-width:100%}}.game-info__column:last-child{display:flex;flex-direction:column;flex:0 1 32%;grid-gap:2em;gap:2em}.section__offer-info .game-info__column:last-child{flex:1 1;max-width:50%}@media(max-width: 1023px){body:not(.desktop-client) .game-info__column:nth-child(1){order:1}body:not(.desktop-client) .section__offer-info .game-info__column:last-child{max-width:none}}.about__wrapper{display:flex;flex-wrap:wrap;grid-gap:4em;gap:4em;color:#fff}.about a{color:inherit}[dir="ltr"] .about ul{padding-left:2.5em}[dir="rtl"] .about ul{padding-right:2.5em}.about ul{-webkit-padding-start:2.5em}.intermediate-login{margin:2em 0;text-align:center;color:#203255}.intermediate-login p{margin:0}.intermediate-login ul{display:flex;justify-content:center;grid-gap:1em;gap:1em;margin-top:.5em;padding:0;list-style:none}.intermediate-login li{display:flex;align-items:center;width:40px}#eaquyn{height:40px}
