@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');
* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html,
body {
    height: 100%;
    /*min-width: 375px;*/
}

body {
    line-height: 1;
    font-family: "Work Sans";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: "Work Sans";
}

input::-ms-clear {
    display: none;
}

button {
    cursor: poWork Sans;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Work Sansactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

body {
    font-size: 20px;
    line-height: 100%;
    background-color: #0d102d;
    font-family: "Work Sans", sans-serif;
    color: #fff;
}

body._lock {
    overflow: hidden;
}

.wrapper {
    width: 100%;
    background-color: #0d102d;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

._container {
    max-width: 1225px;
	width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

.form__line {
    position: relative;
}

.form__error-bottom {
    top: 14px;
    left: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #ea0042;
    margin-top: 10px;
}

.form__error {
    position: absolute;
    z-index: 0;
    top: 14px;
    left: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #ea0042;
}

.game-comments__form .form__error {
    top: 16px;
    left: 26px;
    font-size: 16px;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 0px;
}

.btn._fw {
    width: 100%;
}

.select {
    position: relative;
    line-height: 1;
}

.select__item {
    position: relative;
}

.select__title {
    color: #000;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: poWork Sans;
    border-radius: 4px;
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 30px;
    padding: 0px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.select__value span {
    height: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.select__value:before {
    content: "";
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 11px;
    height: 7px;
    background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.select__options {
    color: #000;
    display: none;
    position: absolute;
    top: 29px;
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    font-size: 14px;
    padding: 10px 0px 5px 0px;
}

.select__option {
    cursor: poWork Sans;
    padding: 5px 15px;
    margin: 0px 0px 0px 0px;
}

.select._active {
    z-index: 5;
}

.select._active .select__value:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select._active .select__options {
    display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input {
    width: 100%;
    display: block;
    padding: 0px 20px;
    font-size: 20px;
    height: 50px;
}

.input._error {
    -webkit-box-shadow: 0 0 0 2px #ea0042;
    box-shadow: 0 0 0 2px #ea0042;
}

textarea.input {
    resize: none;
    padding: 0px 0px;
}

.checkbox {
    position: relative;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
    background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.3px;
    line-height: 1.25;
    cursor: poWork Sans;
}

.checkbox__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 14px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac;
}

.checkbox a {
    color: #fff;
    text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
    border: 1px solid #ee1212;
}

.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.options__item {
    position: relative;
    cursor: poWork Sans;
}

.options__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden;
}

.options__input:checked + .options__text:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.options__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.3px;
    line-height: 1.25;
}

.options__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 14px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac;
}

.options__text:after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #77243a;
    position: absolute;
    left: 5px;
    top: 4px;
}

.rating-block {
    display: table;
    font-size: 0;
}

.rating {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.rating.edit .star {
    cursor: poWork Sans;
}

.rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.rating__line {
    position: absolute;
    width: 85px;
    height: 14px;
    top: 0;
    left: 0;
    background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
    z-index: 1;
    background-size: 85px 100%;
}

.rating__activeline {
    position: absolute;
    width: 0px;
    height: 14px;
    top: 0;
    left: 0;
    background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
    z-index: 2;
    background-size: 85px 100%;
}

.rating__value {
    display: inline-block;
    color: #1b3139;
    font-size: 14px;
    line-height: 13px;
    vertical-align: middle;
}

.quantity {
    width: 88px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    position: relative;
    cursor: poWork Sans;
}

.quantity__button::before,
.quantity__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0px 0px 0px -4.5px;
    background-color: #a6a6a6;
    width: 9px;
    height: 1px;
}

.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.quantity__input input {
    height: 100%;
    color: #a6a6a6;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.row:after {
    display: block;
    content: "";
    clear: both;
}

.rub:after {
    content: "₽";
}

ol.counter {
    list-style-type: none;
    counter-reset: item;
}

ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px;
}

ol.counter li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    color: #818181;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #4274bb;
}

.ellipsis {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.es {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table {
    display: table;
    font-size: 0;
    width: 100%;
}

.trow {
    display: table-row;
}

.cell {
    display: table-cell;
}

.cell.full {
    width: 100%;
}

._ibg {
    position: relative;
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: poWork Sans;
}

.video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.video__button-icon {
    fill: #ffffff;
}

.video__button:focus {
    outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

.video--enabled {
    cursor: poWork Sans;
}

.video--enabled .video__button {
    display: block;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video video,
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.moretext {
    overflow: hidden;
}

.moretext__more {
    cursor: poWork Sans;
}

.moretext__more span {
    font-style: normal;
}

.moretext__more span:first-child {
    display: block;
}

.moretext__more span:last-child {
    display: none;
}

.moretext__more.active span {
    font-style: normal;
}

.moretext__more.active span:first-child {
    display: none;
}

.moretext__more.active span:last-child {
    display: block;
}

#map {
    background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
    overflow: hidden;
}

._swiper > div {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

._swiper.swiper-container-autoheight > div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

.slick-slider {
    position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slick-slider .slick-track {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-slider .slick-slide {
    position: relative;
}

.tab__item {
    display: none;
}

.tab__item.active {
    display: block;
}

._tabs-block {
    display: none;
}

._tabs-block._active {
    display: block;
}

.mirror {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.nicescroll-rails {
    z-index: 1000 !important;
}

.gm-style-iw-t {
    opacity: 0;
}

.baloon {
    opacity: 1;
    right: -7px !important;
    bottom: 80px !important;
}

.baloon button {
    display: none !important;
}

.baloon:after {
    display: none !important;
}

.baloon-style {
    display: none;
}

.baloon-content.gm-style-iw {
    opacity: 1;
    border-radius: 0px !important;
    max-width: 300px !important;
    padding: 0 !important;
    left: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important;
}

.baloon-content.gm-style-iw:after {
    display: none !important;
}

.baloon-close {
    top: 18px !important;
}

._custom-scroll {
    position: fixed;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    z-index: 1000;
}

._custom-scroll__line {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px 0 0 3px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.text-center {
    text-align: center;
}

.title {
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
}

.subtitle {
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}

.text {
    font-family: "Work Sans", sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.text_gray {
    color: #8691af;
}

.button {
    display: inline-block;
    border-radius: 16px;
    padding: 11px 19px;
    margin: 0 auto;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: #ffffff;
    background-color: #ea0042;
    -webkit-box-shadow: 0 4px 0 0 #99002b;
    box-shadow: 0 4px 0 0 #99002b;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.button_dark {
    background-color: #262653;
    -webkit-box-shadow: 0 4px 0 0 #1f1238;
    box-shadow: 0 4px 0 0 #1f1238;
    color: #8691af;
}

.button_orange {
    background-color: #ff592c;
    -webkit-box-shadow: 0 4px 0 0 #bd2c05;
    box-shadow: 0 4px 0 0 #bd2c05;
}

.b-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 100%;
    -webkit-transition: background-color 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
}

.b-nav__item:not(:last-child) {
    margin-right: 20px;
}

.b-nav__item._active {
    background-color: #ea0042;
    -webkit-box-shadow: 0 4px 0 0 #99002b;
    box-shadow: 0 4px 0 0 #99002b;
    color: #ffffff;
    pointer-events: none;
}

.b-nav__item:hover {
    color: #fff;
}

.b-nav__item_prev {
    width: auto;
    border-radius: 16px;
    color: #fff;
}

.b-nav__item_prev svg {
    margin-right: 10px;
}

.b-nav__item_prev svg path {
    stroke: #ffffff;
}

.b-nav__item_prev:hover svg path {
    stroke: #ffffff;
}

.b-nav__item_next {
    width: auto;
    border-radius: 16px;
    color: #fff;
}

.b-nav__item_next svg {
    margin-left: 10px;
}

.b-nav__item_next svg path {
    stroke: #ffffff;
}

.b-nav__item_next:hover svg path {
    stroke: #ffffff;
}

.is-disabled svg path,
.is-disabled:hover svg path {
    stroke: #8691af !important;
}

.b-breadcrumbs {
    margin-bottom: 40px;
}

.b-breadcrumbs__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.b-breadcrumbs__item {
    position: relative;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    white-space: nowrap;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.b-breadcrumbs__item:last-child {
    pointer-events: none;
}

/*.b-breadcrumbs__item:not(:first-child) {
    margin-left: 48px;
}*/

.b-breadcrumbs__item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    width: 5px;
    height: 8px;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page__side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
}

.page__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.page__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 500px;
    flex: 1 1 500px;
    min-width: 0;
}

.page_main {
    padding:  12px 0 0px;
}

.page_search {
    padding: 12px 0 130px;
}

.page_categories {
    padding: 0;
}

.page_privacy {
    padding-top: 40px !important;
}

.page_descr {
    padding: 0;
}

.tabs-block {
    margin: 0px 0px 50px 0px;
}

.tabs-block__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs-block__item {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: poWork Sans;
}

.tabs-block__body {
    padding: 20px 0px 0px 0px;
}

.spollers-block__title {
    cursor: poWork Sans;
    position: relative;
}

.spollers-block__body {
    display: none;
}

.form__line {
    margin: 0px 0px 20px 0px;
}

.form__label {
    display: inline-block;
    margin: 0px 0px 15px 0px;
}

.select_form-lang .select__title {
    border: none;
    color: #ffffff;
    background-color: transparent;
}

.select_form-lang .select__value {
    height: auto;
    padding: 0;
    color: #ea0042;
}

.select_form-lang .select__value::before {
    left: auto;
    right: 0;
    width: 12px;
    height: 8px;
    margin-left: 10px;
    background: url("../img/arrow-down_red.svg") 50% 50% no-repeat;
}

.select_form-lang .select__options {
    width: 118px;
    left: auto;
    right: 0;
    top: auto;
    bottom: -20px;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    border-radius: 4px;
    padding: 0;
    -webkit-box-shadow: 0 1px 10px 1px #000000;
    box-shadow: 0 1px 10px 1px #000000;
}

.select_form-lang .select__options::before {
    display: none;
    content: "";
    position: absolute;
    top: 1px;
    right: 18px;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.select_form-lang .select__option {
    padding: 9px 16px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding: 30px 10px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}

.popup::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
}

.popup.show {
    visibility: visible;
    overflow: auto;
}

.popup.show::before {
    opacity: 1;
}

.popup.show .popup__body {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.popup._active {
    overflow: auto;
    visibility: visible;
}

.popup._active::before {
    opacity: 1;
}

.popup._active .popup__body {
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.popup__body {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #262653;
    border-radius: 10px;
    padding: 50px;
    width: 100%;
    max-width: 800px;
}

.popup__close {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: poWork Sans;
    z-index: 30;
    background: url("../img/icons/close.svg") 50% 50% no-repeat;
    background-size: cover;
}

.popup_feedback .popup__body {
    padding: 35px 60px;
    max-width: 545px;
}

.popup_feedback .subtitle {
    margin-bottom: 15px;
    text-align: center;
}

.popup_feedback .form__line {
    margin: 0 0 15px;
    border-radius: 8px;
    background-color: #fff;
}

.popup_feedback .form__line-recaptcha {
    background: none;
    margin-bottom: 23px;
}

.popup_feedback .form__label {
    margin: 0 0 7px;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
}

.popup_feedback .input {
    position: relative;
    z-index: 2;
    padding: 12px 19px;
    height: auto;
    border-radius: 8px;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #8691af;
    background-color: transparent;
}

.game-comments__form .input._error,
.popup_feedback .input._error {
    font-size: 0;
}

.popup_review .popup__form .input:focus,
.popup_feedback .input._focus,
.poup_feedback .input:focus,
.game-comments__form .input._focus,
.game-comments__form .input:focus,
.input:focus {
    color: #000000;
}

.popup_feedback textarea.input {
    height: 163px;
}

.popup_feedback .button {
    width: 100%;
}

.popup_review .popup__body {
    padding: 24px;
    max-width: 320px;
    background-color: #ffffff;
    border-radius: 24px;
}

.popup_review .popup__close {
    top: 24px;
    right: 24px;
    background: none;
    width: 24px;
    height: 24px;
}

.popup_review .popup__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 12px;
    padding: 0 30px 0 0;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #100e19;
}

.popup_review .popup__title svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-right: 16px;
}

.popup_review .popup__form {
    margin: 0 0 16px;
}

.popup_review .popup__form .input {
    height: 110px;
    padding: 12px 18px;
    background-color: #e6e8ec;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #8691af;
}

.popup_review .popup__form .input._focus {
    color: #000000;
}

.popup_review .popup__acts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup_review .popup__link {
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
    color: #8691af;
}

.popup_review .popup__link:hover {
    text-decoration: none;
}

.popup_review .button {
    margin: 0 0 0 24px;
    padding: 11px 36px;
}

.header {
    /* background-image: -webkit-gradient(linear, left top, right top, from(#1f1b2e), color-stop(8.16%, #241a35), color-stop(11.14%, #291a37), color-stop(13.97%, #2b1d40), color-stop(17%, #2b1e41), color-stop(20.06%, #2a1d40), color-stop(24.08%, #2c1b3a), color-stop(26.3%, #2b1c3e), color-stop(28.79%, #2b1e41), color-stop(36.03%, #281b3b), color-stop(42.24%, #2b1a36), color-stop(47.4%, #281a35), color-stop(53.88%, #2d1f42), color-stop(60.94%, #2c1e3f), color-stop(66.47%, #2c1c40), color-stop(70.83%, #2c1e42), color-stop(74.91%, #2e2245), color-stop(79.17%, #2d1f42), color-stop(83.98%, #2d1a39), color-stop(89.41%, #271a37), color-stop(93.91%, #221b33), to(#1f1b2e));
     background-image: linear-gradient(90deg, #1f1b2e 0%, #241a35 8.16%, #291a37 11.14%, #2b1d40 13.97%, #2b1e41 17%, #2a1d40 20.06%, #2c1b3a 24.08%, #2b1c3e 26.3%, #2b1e41 28.79%, #281b3b 36.03%, #2b1a36 42.24%, #281a35 47.4%, #2d1f42 53.88%, #2c1e3f 60.94%, #2c1c40 66.47%, #2c1e42 70.83%, #2e2245 74.91%, #2d1f42 79.17%, #2d1a39 83.98%, #271a37 89.41%, #221b33 93.91%, #1f1b2e 100%);*/
    width: 100%; 
    padding: 10px 0;
    background: #262653; 
    z-index: 12;
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 65px;
    width: 170px;
}

.header__logo img {
    width: 100%;
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.header__menu-item:not(:last-child) {
    margin-right: 24px;
}

.header__menu-link {
    display: flex;
    cursor: poWork Sans;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    align-items: center;
    color: #ffffff;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

.header__form-search {
    position: relative;
    z-index: 11;
    height: 44px;
    width: 254px;
    margin-left: auto;
    border-radius: 12px;
    -webkit-transition: width 0.1s ease-in-out;
    transition: width 0.1s ease-in-out;
}

.header__form-search._active {
    /*width: 578px;*/
    visibility: visible;
}

.header__form-search._active .header__form-search-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.1 ease-in-out;
    transition: opacity 0.1 ease-in-out;
}

.header__form-search._active .search-result {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.header__search-input {
    margin-bottom: 4px;
    padding: 5px 55px 5px 24px;
    border-radius: 12px;
    height: 40px;
    width: 100%;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #8691af;
    -webkit-box-shadow: 0 4px 0 0 #8691af;
    box-shadow: 0 4px 0 0 #8691af;
}

.header__search-input._active {
    padding: 5px 90px 5px 55px;
    color: #100e19;
}

.header__search-input._focus {
    color: #100e19;
}

.header__form-search-btn {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.1 ease-in-out;
    transition: opacity 0.1 ease-in-out;
}

.header__form-search-btn_back {
    left: 26px;
}

.header__form-search-btn_back svg {
    position: relative;
    z-index: -1;
}

.header__form-search-btn_clear {
    right: 65px;
}

.header__form-search-btn_submit {
    right: 13px;
    opacity: 1;
    visibility: visible;
}

.header__form-search-btn:hover svg path {
    stroke: #ea0042;
}

.header__form-search-result {
    position: absolute;
    bottom: -12px;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    width: 100%;
}

.header__form-search-overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.header__form-search-overlay._active {
    opacity: 1;
    visibility: visible;
}

.header__search-btn-mob {
    width: 20px;
    height: 20px;
}

.header__form-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 105px;
}

.header .langs {
    position: relative;
    margin-left: 100px;
}

.header .langs._active .icon-arrow-down {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header .langs-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #ea0042;
}

.header .icon-arrow-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 16px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.header .langs-list {
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: -19px;
    display: none;
    width: 118px;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    background-color: #ffffff;
    border-radius: 4px;
}

.header .langs-link {
    display: block;
    padding: 9px 16px;
    border-radius: 4px;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #201843;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.header span.langs-link > span {
    font-size: 8px;
    line-height: 12px;
    float: right;
    margin-top: 2px;
}

.header .langs-link:hover {
    background: #e6e8ec;
}

.search-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.search-result__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow: auto;
}

.search-result__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 26px;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.search-result__item:hover {
    background-color: #e0e0e0;
}

.search-result__item-img {
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    flex: 0 0 50px;
    width: 50px;
    height: 38px;
}

.search-result__item-img img {
    width: 100%;
    height: 100%;
    max-width: 60px;
}

.search-result__item-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 16px;
}

.search-result__item-name {
    margin-bottom: 5px;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.search-result__item-cat {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #8691af;
}

.search-result .button {
    margin-top: 10px;
}

.sublist {
    position: relative;
    top: 0;
    left: 0;
}

.sublist__body {
    position: absolute;
    z-index: 10;
    bottom: -20px;
    left: 0;
    display: none;
    width: 180px;
    padding: 8px 0;
    border-radius: 4px;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 1px #000000;
    box-shadow: 0 1px 10px 1px #000000;
}

.sublist__body::before {
    display: none;
    content: "";
    position: absolute;
    top: 1px;
    left: 11px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    border: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
}

.sublist__body-item {
    border-radius: 4px;
    overflow: hidden;
}

.sublist__body-link {
    display: block;
    padding: 6px 30px;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #201843;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.sublist svg {
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.sublist._active svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.icon-menu {
    display: none;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 90;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: visibility 0.25s, opacity 0.25s;
    transition: visibility 0.25s, opacity 0.25s;
}

.menu__body {
    position: relative;
    z-index: 90;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 528px;
    height: 100%;
    background-color: #262653;
    overflow: auto;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.menu__title {
    position: relative;
    padding: 40px 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
}

.menu__close {
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 30px;
}

.menu__list-item {
    display: block;
    width: 100%;
}

.menu__list-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.menu__list-item.spollers-block {
    margin: 0;
}

.menu__list-item .spollers-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 80px;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    background-color: transparent;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.menu__list-item .spollers-block__title svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.menu__list-item .spollers-block__title._active {
    background-color: #ea0042;
}

.menu__list-item .spollers-block__title._active svg {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu__list-item .spollers-block__body {
    padding: 0;
}

.menu__link {
    display: block;
    padding: 16px 80px;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}

.menu__link:hover {
    color: #ff2b66;
}

.menu__sublist {
    padding: 8px 0;
}

.menu__sublist-link {
    display: block;
    padding: 8px 80px;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

span.menu__sublist-link > span {
    font-size: 8px;
    line-height: 12px;
    float: right;
    margin-top: 5px;
}

.menu__sublist-link:hover {
    color: #ff2b66;
}

.menu__lang {
    width: 100%;
}

.menu__lang._active .select__title {
    background-color: #ea0042;
}

.menu__lang._active .select__value::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu__lang .select__item {
    display: block;
}

.menu__lang .select__title {
    padding: 16px 80px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.menu__lang .select__value {
    padding: 0;
    height: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}

.menu__lang .select__value::before {
    width: 12px;
    height: 8px;
    margin-left: 22px;
    background: url("../img/arrow-down.svg") 50% 50% no-repeat;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.menu__lang .select__value span {
    height: auto;
}

.menu__lang .select__options {
    position: static;
    padding: 16px 0;
    background-color: transparent;
    border: none;
}

.menu__lang .select__option {
    padding: 8px 80px;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.menu__lang .select__option:hover {
    color: #ff2b66;
}

.menu__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu._active {
    opacity: 1;
    visibility: visible;
}

.menu._active .menu__body {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.menu._active .menu__overlay {
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 63.7px -63.7px 63.7px rgba(149, 149, 149, 0.1), inset -63.7px 63.7px 63.7px rgba(255, 255, 255, 0.1);
    box-shadow: inset 63.7px -63.7px 63.7px rgba(149, 149, 149, 0.1), inset -63.7px 63.7px 63.7px rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.footer {
    padding: 24px 0;
    background: -webkit-gradient(linear, left top, right top, from(#1f1b2e), color-stop(8.16%, #241a35), color-stop(11.14%, #291a37), color-stop(13.97%, #2b1d40), color-stop(17%, #2b1e41), color-stop(20.06%, #2a1d40), color-stop(24.08%, #2c1b3a), color-stop(26.3%, #2b1c3e), color-stop(28.79%, #2b1e41), color-stop(36.03%, #281b3b), color-stop(42.24%, #2b1a36), color-stop(47.4%, #281a35), color-stop(53.88%, #2d1f42), color-stop(60.94%, #2c1e3f), color-stop(66.47%, #2c1c40), color-stop(70.83%, #2c1e42), color-stop(74.91%, #2e2245), color-stop(79.17%, #2d1f42), color-stop(83.98%, #2d1a39), color-stop(89.41%, #271a37), color-stop(93.91%, #221b33), to(#1f1b2e));
    background: #262653;
}

.footer__text {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}


.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__link {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, 0) scaleX(1);
    transform: translate(-50%, 0) scaleX(1);
    background-color: #ea0042;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.b-download {
    width: 100%;
    margin: 0 0 117px;
}

.b-download__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    width: 100%;
    background-color: #262653;
    border-radius: 40px;
}

.b-download__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-download__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.b-download__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 25px;
}

.b-download__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-download__os {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 34px;
}

.b-download__os-item {
    cursor: poWork Sans;
}

.b-download__os-item svg {
    border-radius: 8px;
}

.b-download__os-item svg {
    width: 100%;
}

.b-download__os-item:not(:last-child) {
    margin-right: 24px;
}

.b-download .title {
    margin-bottom: 10px;
}

.b-download .text {
    max-width: 385px;
    margin-bottom: 30px;
    color: #8691af;
}

.b-download .button {
    margin: 0;
}

.b-download .button:not(:last-child) {
    margin-right: 22px;
}

.b-grid {
    margin-bottom: 60px;
}

.page_descr #boxSeries.b-grid {
    margin-bottom: 0px;
}

.b-grid__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-grid__title {
    margin: 0 0 24px;
}

.b-grid__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.b-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 17.85%;
    flex: 0 1 17.85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-grid__item:not(:nth-child(1),
:nth-child(2),
:nth-child(3),
:nth-child(4),
:nth-child(5)) {
    margin-top: 24px;
}

.b-grid__item:not(:nth-child(5n)) {
    /* margin-right: 30px;*/
    margin-bottom: 10px; 
}

.b-grid__item-image {
    position: relative;
    display: block;
    width: 100%;
    max-height: 150px;
    border-radius: 12px;
    margin: 0 0 16px;
    overflow: hidden;
}

.b-grid__item-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.b-grid__item_slider {
    text-align: center;
    margin-right: 30px;
    margin-bottom: 10px;
}

.b-grid__video {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 101%;
    border-radius: 20px;
    overflow: hidden;
}

.b-grid__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    border-radius: 20px;
    overflow: hidden;
}

.b-grid__item-name {
    padding: 0 7px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
}

.b-grid_active .b-grid__item-image {
    position: relative;
}

.b-grid_active .b-grid__item-image::before {
    content: "";
    position: absolute;
    z-index: 6;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    -webkit-box-shadow: inset -4px -4px 14px #ffffff, inset 4px 4px 14px #ffffff;
    box-shadow: inset -4px -4px 14px #ffffff, inset 4px 4px 14px #ffffff;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.b-grid_active .b-grid__item-name {
    position: relative;
    width: 100%;
}

.b-grid_active .b-grid__item-name::before {
    /* content: "";
     position: absolute;
     z-index: -1;
     bottom: -12px;
     left: 0;
     right: 0;
     width: 100%;
     height: 150px;
     background-color: #262653;
     border-radius: 20px;
     opacity: 0;
     -webkit-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;*/
}

.b-grid_active .b-grid__item {
    position: relative;
    border-radius: 20px;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    background-color: transparent;
    padding: 12px;
}

.b-grid_active .b-grid__item:hover {
    z-index: 2;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.b-grid_active .b-grid__item:hover .b-grid__video video {
    opacity: 1;
}

.b-grid_active .b-grid__item:hover .b-grid__item-image picture::after {
    opacity: 1;
}

.b-grid_active .b-grid__item:hover .b-grid__item-image::before {
    opacity: 1;
}

.b-grid_active .b-grid__item:hover .b-grid__item-name::before {
    opacity: 1;
}

.b-grid .button {
    margin-top: 50px;
}

.b-faq__container {
    max-width: 565px;
    padding: 0;
}

.b-faq__title {
    margin-bottom: 80px;
}

.b-faq .spollers-block__item {
    position: relative;
}

.b-faq .spollers-block__item:not(:last-child) {
    margin-bottom: 36px;
}

.b-faq .spollers-block__title {
    padding-left: 85px;
    border-radius: 16px 16px 0 0;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.b-faq .spollers-block__title::before,
.b-faq .spollers-block__title::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 13px;
    width: 20px;
    height: 2px;
    background-color: #fff;
}

.b-faq .spollers-block__title::after {
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.b-faq .spollers-block__title._active + .spollers-block__body::before {
    background-color: #ea0042;
}

.b-faq .spollers-block__title._active::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.b-faq .spollers-block__body {
    padding: 20px 24px 24px 85px;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.b-faq .spollers-block__body::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: -17px;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.b-search {
    margin: 0 0 65px;
}

.b-search_nothing {
    margin: 0 0 105px;
}

.b-search__container {
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}

.b-search__subtitle {
    display: block;
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 32px;
}

.b-search__subtitle b {
    color: #ea0042;
}

.b-search__result {
    color: #ea0042;
}

.b-search + .b-grid {
    margin: 0;
}

.b-categories__title {
    margin: 0 0 32px;
    font-size: 48px;
    line-height: 48px;
}

.b-categories__text {
    max-width: 740px;
    margin: 0 auto 65px;
    text-align: center;
}

.b-categories__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 505px;
    border-radius: 16px;
    background-color: #c5c5c5;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.b-categories__sort-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 16px;
    padding: 10px;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #100e19;
    text-align: center;
    text-decoration: none;
    cursor: poWork Sans;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.b-categories__sort-item._active {
    background-color: #fff;
}

.b-categories__paragraph:not(:last-child) {
    margin-bottom: 32px;
}

.b-categories__paragraph .subtitle {
    margin: 0 0 24px;
}

.b-categories .b-nav {
    margin: 60px 0 0;
}

.b-categories .b-grid {
    margin-top: 65px;
    margin-bottom: 30px;
}

.page_categories .b-categories:last-child .b-grid {
    margin-bottom: 0px;
}

.b-categories .b-grid__content {
    margin: 0;
    width: 100%;
}

.b-descr {
    margin: 0 0 36px;
    position: relative;
}

.b-descr {

}

.b-descr-out {

}

.b-descr-bg {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 88vh;
}

.b-descr__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1; 
}

.b-descr__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1;
    margin-right: 20px;
}

.b-game__window {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*height: 460px;*/
    background-color: #211a30;
    border-radius: 4px;
}

.b-game__window .button {
    padding: 11px 45px;
}

.b-game__window._only-pc .b-game__window-onlypc {
    display: block;
}

.b-game__window-name {
    position: relative;
    z-index: 2;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    padding: 0 50px;
}

.b-game__window-onlypc {
    position: relative;
    z-index: 2;
    margin-top: 12px;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffffff;
}

.b-game__window-back {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 8px 8px 0px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
}

@media (max-width: 1024px) and (min-width: 700px) {
    .b-game__window-back {
        top: 80px;
    }
}

.b-game__window-back svg {
    pointer-events: none;
}

.b-game__image {
    width: 200px;
    height: 150px;
    border-radius: 8px;
    margin: 0 0 24px;
    overflow: hidden;
}

.b-game__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.b-game__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 60px;
}

.b-game__actions .button {
    margin-left: auto;
    margin-right: 40px;
}

.b-game__actions-image {
    margin: 0 16px 0 0;
    border-radius: 8px;
    overflow: hidden;
}

.b-game__actions-name {
    flex: 1 1 auto;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

button.b-game__actions-item {
    background-color: transparent;
}

.b-game__actions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: poWork Sans;
    border: 1px solid rgb(54 58 93);
    padding: 8px;
    border-radius: 12px;
}

.b-game__actions-item:hover {
    background-color: #8358ff;
    color: #fff;
    border-color: transparent;
}

.b-game__actions-item svg {
    margin-right: 18px;
}

.b-game__actions-item span {
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #8691af;
}

.b-game__actions-fullscreen svg {
    margin-right: 0px;
}

.b-game__actions-share svg {
    margin-right: 0px;
}

.b-baners {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 312px;
    flex: 0 0 312px;
	    max-width: 312px;
}

.b-baners__link {
    display: block;
}

.b-baners__link:not(:last-child) {
    margin-bottom: 85px;
}

.b-baners__image {
    width: 100%;
}

.b-game-info {
    width: 100%;
}

.b-game-info__content {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
}

.b-game-info__nav {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    /*background: -webkit-gradient(linear, left top, right top, from(#1f1b2e), color-stop(8.16%, #241a35), color-stop(11.14%, #291a37), color-stop(13.97%, #2b1d40), color-stop(17%, #2b1e41), color-stop(20.06%, #2a1d40), color-stop(24.08%, #2c1b3a), color-stop(26.3%, #2b1c3e), color-stop(28.79%, #2b1e41), color-stop(36.03%, #281b3b), color-stop(42.24%, #2b1a36), color-stop(47.4%, #281a35), color-stop(53.88%, #2d1f42), color-stop(60.94%, #2c1e3f), color-stop(66.47%, #2c1c40), color-stop(70.83%, #2c1e42), color-stop(74.91%, #2e2245), color-stop(79.17%, #2d1f42), color-stop(83.98%, #2d1a39), color-stop(89.41%, #271a37), color-stop(93.91%, #221b33), to(#1f1b2e));*/
    /*background: linear-gradient(90deg, #1f1b2e 0%, #241a35 8.16%, #291a37 11.14%, #2b1d40 13.97%, #2b1e41 17%, #2a1d40 20.06%, #2c1b3a 24.08%, #2b1c3e 26.3%, #2b1e41 28.79%, #281b3b 36.03%, #2b1a36 42.24%, #281a35 47.4%, #2d1f42 53.88%, #2c1e3f 60.94%, #2c1c40 66.47%, #2c1e42 70.83%, #2e2245 74.91%, #2d1f42 79.17%, #2d1a39 83.98%, #271a37 89.41%, #221b33 93.91%, #1f1b2e 100%);*/
}

/*
@media (max-width: 899.98px) {
    .b-game-info__nav {
        justify-content: center;
    }
}*/

.b-game-info__nav-item {
    position: relative;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 12px;
    background: #262653;
    line-height: 18px;
    color: #ffffff;
}

.b-game-info__nav-item:last-child {
    border-top-right-radius: 16px;
}

.b-game-info__nav-item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translate(-50%, 0) scaleX(0);
    transform: translate(-50%, 0) scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    height: 2px;
    width: 100%;
    background-color: #ea0042;
}

.b-game-info__nav-item._active {
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    background: #8358ff;
}

.b-game-info__nav-item._active::after {
    -webkit-transform: translate(-50%, 0) scaleX(1);
    transform: translate(-50%, 0) scaleX(1);
}

.b-game-info__body {
    padding: 0;
    background-color: #262653;
}

.game-descr {
    padding: 24px;
}

.game-descr__title {
    margin-bottom: 16px;
}

.game-descr__text {
    margin-bottom: 16px;
    font-family: "Work Sans";
    color: #8691af;
}

.game-descr__video {
    width: 480px;
    margin: 45px auto 0;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.32);
}

.game-controls {
    padding: 25px 10px 40px 34px;
}

.game-controls__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px;
    margin-right: 15px;
    margin-bottom: 24px;
    border-radius: 48px;
    border: 2px solid #e6e8ec;
}

.game-controls__item > *:not(:last-child) {
    margin-right: 10px;
}

.game-controls__item-text {
    font-size: 14px;
    line-height: 16px;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
}

.game-controls__player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.game-controls__player-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 85px;
    flex: 0 1 85px;
    padding: 15px 23px 0 0;
    white-space: nowrap;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.game-controls__player-controls {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.game-comments {
    padding: 24px 40px 40px 65px;
}

.game-comments__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 46px;
}

.game-comments__form .input {
    font-size: 16px;
    line-height: 18px;
    color: #8691af;
}

.game-comments__form .button {
    margin: 0;
}

.game-comments__form-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 26px;
    background: #e6e8ec;
    border-radius: 16px;
    overflow: hidden;
}

.game-comments__form-text .input {
    padding: 16px 26px;
    height: 126px;
    background-color: transparent;
}

.game-comments__form-text .input._focus {
    color: #000;
}

.game-comments__form-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin: 0 32px 0 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e6e8ec;
}

.game-comments__form-input._error {
    -webkit-box-shadow: 0 0 0 2px #ea0042;
    box-shadow: 0 0 0 2px #ea0042;
}

.game-comments__form-input .input {
    position: relative;
    z-index: 2;
    height: auto;
    padding: 10px 20px;
    background-color: transparent;
}

.game-comments__form-input .input._error {
    font-size: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.game-comments__form-input .input._focus {
    color: #000;
}

.game-comments__form-input._error .form__error {
    top: 11px;
    left: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #ea0042;
}

.game-comments__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px;
    background-color: #1f1238;
    border-radius: 16px;
}

.game-comments__item:not(:last-child) {
    margin-bottom: 24px;
}

.game-comments__item-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
}

.game-comments__item-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 16px;
    color: #8691af;
}

.game-comments__item-massage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    word-break: break-all;
}

.game-comments__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}

.game-comments__item-info span {
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #8691af;
}

button.game-comments__item-info_like,
button.game-comments__item-info_dislike {
    background-color: transparent;
}

.game-comments__item-info_like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
}

.game-comments__item-info_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
}

.game-comments__item-info_like svg {
    cursor: poWork Sans;
    margin-right: 0;
}

.game-comments__item-info_count._active span {
    color: #ea0042;
}

.game-comments__item-info_count._unactive span {
    color: #ffffff;
}

.game-comments__item-info_like._active svg path {
    stroke: none;
    fill: #ea0042;
}

.game-comments__item-info_dislike {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.game-comments__item-info_dislike svg {
    cursor: poWork Sans;
}

.game-comments__item-info_dislike._active svg path {
    stroke: none;
    fill: #ea0042;
}

.game-comments__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0 0;
}

.game-credits {
    padding: 25px 32px 65px;
}

.game-credits__item:not(:last-child) {
    margin-bottom: 16px;
}

.game-credits__item-title {
    margin: 0 0 12px;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}

.game-credits__item-name {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.game-credits__item-name:hover::after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.game-credits__item-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #ea0042;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.game-credits__item-text {
    font-size: 16px;
    line-height: 24px;
    color: #8691af;
}

.message {
    position: fixed;
    z-index: 101;
    bottom: 50px;
    right: 100px;
    padding: 16px 100px 16px 32px;
    border-radius: 24px;
    width: 320px;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.message._active {
    opacity: 1;
    visibility: visible;
}

.message_done {
    padding: 25px 100px 25px 32px;
    background-color: #5ab77b;
}

.message_error {
    background-color: #e11a1a;
}

.message .close {
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: poWork Sans;
}

.message .close svg {
    position: relative;
    z-index: -1;
}

.page_present {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.present-link {
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}

.b-game-info__nav-item span.svg-icon {
    display: none;
    width: 28px;
    height: 28px;
    olor: #8691af;
}

.present-link:hover {
    text-decoration: underline;
}

.present-link:not(:last-child) {
    margin-bottom: 16px;
}

/* Play Game Styles */

/*.b-game__iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}*/

.b-game__image,
.b-game__start-btn {
    transition: transform .2s, opacity .2s ease, visibility .2s ease;
}

._preview-hidden .b-game__image,
._preview-hidden .b-game__start-btn {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    pointer-events: none;
}

._preview-hidden .b-game__window-back {
    opacity: 1;
    visibility: visible;
}

._preview-hidden .b-game__window-name {
    display: none;
}

/* End Play Game Styles */

@media (min-width: 899.98px) {
    .button:hover {
        background-color: #ff2b66;
    }

    .button_dark:hover {
        background-color: #262653;
        -webkit-box-shadow: 0 4px 0 0 #1f1238;
        box-shadow: 0 4px 0 0 #1f1238;
        color: #ffffff;
    }

    .is-disabled,
    .is-disabled:hover {
        color: #8691af !important;
    }

    .b-breadcrumbs__item:hover {
        color: #FF2B66;
    }

    .popup_review {
        padding: 0;
        top: auto;
        bottom: 160px;
        left: auto;
        right: 100px;
        width: auto;
        height: auto;
    }

    .popup_review::before {
        display: none;
    }

    .header__search-btn-mob {
        display: none;
    }

    .footer__link:hover::after {
        -webkit-transform: translate(-50%, 0) scaleX(0);
        transform: translate(-50%, 0) scaleX(0);
    }

    .b-download__os-item:hover svg {
        background-color: #e6e8ec;
    }

    .b-download__os-item:hover rect {
        stroke: rgba(230, 232, 236, 0.5);
    }

    .b-download__os-item:hover path {
        fill: #8691af;
    }

    .b-download__os-item:nth-child(3):hover svg {
        background-color: #e6e8ec;
    }

    .b-download__os-item:nth-child(3):hover rect {
        stroke: #e6e8ec;
    }

    .b-download__os-item:nth-child(3):hover path:nth-child(1) {
        fill: #8691af;
    }

    .b-download__os-item:nth-child(3):hover path:nth-child(2) {
        fill: #fff;
    }

    .b-game__window .button:hover {
        background-color: #ff8300;
    }

    .b-game__window-name {
        display: none;
    }

    .b-game__window._only-pc .b-game__window-onlypc {
        display: none;
    }

    ._preview-hidden .b-game__window-back {
        opacity: 0;
        visibility: hidden;
    }

    .b-game__window-back {
        opacity: 0;
        visibility: hidden;
    }

    .b-game__actions-item:hover span,
    .b-game__actions-item.active span {
        color: #fff;
    }

    .b-game__actions-item:not(:last-child) {
        margin-right: 24px;
    }

    .b-game__actions-like:hover svg path,
    .b-game__actions-like.active svg path {
        fill: #ea0042;
        stroke: #ea0042;
    }

    .b-game__actions-dislike:hover svg path,
    .b-game__actions-dislike.active svg path {
        fill: #ea0042;
        stroke: #ea0042;
    }

    .b-game__actions-fullscreen:hover svg path,
    .b-game__actions-fullscreen.active svg path {
        stroke: #ea0042;
    }

    .b-game__actions-share {
        display: none;
    }

    .b-game__actions-share:hover svg path {
        stroke: #ea0042;
    }

    .game-comments__item-info_like svg:hover path {
        stroke: none;
        fill: #ea0042;
    }

    .game-comments__item-info_dislike svg:hover path {
        stroke: none;
        fill: #ea0042;
    }
}

@media (min-width: 992px) {
    .select__option:hover {
        background: #d9d9d9;
    }

    .checkbox a:hover {
        text-decoration: none;
    }

    .menu__lang .select__option:hover {
        background-color: transparent;
    }
}

@media (min-width: 1024.98px) {
    .quantity__button:hover::before,
    .quantity__button:hover::after {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 1170px) {
    .select_form-lang .select__option:hover {
        background-color: #e6e8ec;
    }

    .header__menu-link:hover {
        color: #ff2b66;
    }

    .sublist__body-link:hover {
        background-color: #e6e8ec;
    }

    .menu {
        display: none;
    }
}

@media (max-width: 900px) {
    .page_privacy {
        padding-top: 80px !important;
    }
}

@media (min-width: 900px) and (max-width: 1170px) {
    .page_privacy {
        padding-top: 60px !important;
    }
}

@media (max-width: 1170px) {
    ._container {
        max-width: 910px;
    }

    /* .b-breadcrumbs__item:not(:first-child) {
         margin-left: 32px;
     }*/
    .b-breadcrumbs__item:not(:first-child)::before {
        left: -16px;
    }

    .b-breadcrumbs__item:not(:first-child)::before {
        left: -12px;
    }

    .page_main {
        padding: 17px 0 0;
    }

    .page_search {
        padding: 12px 0 60px;
    }

    .page_categories {
        padding: 0;
    }

    .page_descr {
        padding: 0;
    }

    .popup_feedback .popup__body {
        padding: 30px 35px;
        max-width: 480px;
    }

    .popup_review {
        bottom: 160px;
        right: 100px;
    }

    .header__menu {
        display: none;
    }

    .header__form-search._active {
        /*width: 456px;*/
    }

    .header__form-lang {
        display: none;
    }

    .header .langs {
        display: none;
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 18px;
        min-width: 18px;
        height: 14px;
        margin-right: 35px;
        cursor: poWork Sans;
        z-index: 5;
    }

    .icon-menu span {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: calc(50% - 1px);
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
    }

    .icon-menu span:first-child {
        top: 0px;
    }

    .icon-menu span:last-child {
        top: auto;
        bottom: 0px;
    }

    .b-download {
        margin: 0 0 111px;
    }

    .b-grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 22.725%;
        flex: 0 1 22.725%;
    }

    .b-grid__item:not(:nth-child(1),
    :nth-child(2),
    :nth-child(3),
    :nth-child(4),
    :nth-child(5)) {
        margin-top: 0;
    }

    .b-grid__item:not(:nth-child(5n)) {
        margin-right: 0;
    }

    .b-grid__item:not(:nth-child(1),
    :nth-child(2),
    :nth-child(3),
    :nth-child(4)) {
        margin-top: 24px;
    }

    .b-grid__item:not(:nth-child(4n)) {
        margin-right: 20px;
    }

    .b-grid_active .b-grid__item:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .b-faq__container {
        max-width: 565px;
    }

    .b-search {
        margin: 0 0 40px;
    }

    .b-search_nothing {
        margin: 0 0 32px;
    }

    .b-categories .b-nav {
        margin: 40px 0 0;
    }

    .b-categories .b-grid {
        margin-bottom: 65px;
    }

    .b-categories .b-grid {
        margin-bottom: 60px;
    }

    .b-descr {
        margin: 0 0 40px;
    }

    .b-descr__content {
        margin-right: 27px;
    }

    .b-game__actions .button {
        display: none;
    }

    .b-game__actions-name {
        margin-right: auto;
    }

    .b-baners {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 225px;
        flex: 0 0 225px;
    }

    /*.b-game-info__nav {
        padding: 0 30px;
    }*/
    .game-descr {
        padding: 25px 32px 42px;
    }

    .game-descr {
        padding: 35px 32px 40px;
    }

    .game-descr__video {
        margin: 55px auto 0;
        width: 100%;
        max-width: 480px;
    }

    .game-comments {
        padding: 24px;
    }

    .game-comments__form {
        margin: 0 0 33px;
    }

    .game-comments__button {
        margin: 35px 0 0;
    }

    .game-credits {
        padding: 25px 32px;
    }
}

@media (max-width: 1024.98px) {
    .select__title {
        font-size: 18px;
    }

    .select__options {
        font-size: 18px;
    }

    .menu__body {
        width: 400px;
    }

    .menu__title {
        padding: 40px;
    }

    .menu__list-item .spollers-block__title {
        padding: 16px 40px;
    }

    .menu__link {
        padding: 16px 40px;
    }

    .menu__sublist-link {
        padding: 8px 40px;
    }

    .menu__lang .select__title {
        padding: 16px 40px;
    }

    .menu__lang .select__option {
        padding: 8px 40px;
    }

    .b-faq__container {
        max-width: 565px;
    }
}

@media (max-width: 899.98px) {
    ._container {
        max-width: 805px;
    }

    .title {
        font-size: 24px;
        line-height: 32px;
    }

    .button {
        padding: 10px 12px;
    }

    .b-nav__item_prev svg {
        margin: 0;
    }

    .b-nav__item_prev {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 0;
        line-height: 0;
    }

    .b-nav__item_next svg {
        margin: 0;
    }

    .b-nav__item_next {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 0;
        line-height: 0;
    }

    .b-breadcrumbs__container {
        margin: 0 auto -18px;
    }

    .b-breadcrumbs__container::-webkit-scrollbar {
        background: none;
    }

    .b-breadcrumbs__container::-webkit-scrollbar-track {
        background: none;
    }

    .b-breadcrumbs__item {
        font-size: 14px;
    }

    /*.b-breadcrumbs__item:not(:first-child) {
        margin-left: 24px;
    }*/
    .page_main {
        padding: 0;
    }

    .popup_feedback .popup__body {
        padding: 24px 35px;
        max-width: 325px;
    }

    .popup_feedback .popup__body {
        max-width: calc(100% - 28px);
    }

    .popup_review {
        top: 0;
    }

    .popup_review .popup__body {
        padding: 24px 24px 16px;
    }

    .popup_review .popup__body {
        max-width: calc(100% - 28px);
    }

    .popup_review .popup__form {
        margin: 0 0 27px;
    }

    .popup_review .popup__form .input {
        height: 160px;
    }

    .popup_review .popup__acts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup_review .popup__link {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 16px;
    }

    .popup_review .button {
        width: 100%;
        margin: 0;
    }

    .header {
        padding: 14px 0;
    }

    .header__content {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 25px;
    }

    .header__logo {
        position: absolute;
        z-index: 4;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        width: 100px;
    }

    .header__form-search {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        visibility: hidden;
        -webkit-transition: opacity 0.1s ease-in-out;
        transition: opacity 0.1s ease-in-out;
    }

    .header__form-search._active {
        width: calc(100% - 28px);
    }

    .header__search-input {
        opacity: 0;
        width: 0;
        visibility: hidden;
    }

    .header__search-input._active {
        padding: 5px 90px 5px 60px;
        opacity: 1;
        width: 100%;
        visibility: visible;
    }

    .header__form-search-btn_back {
        left: 24px;
    }

    .header__form-search-btn_submit {
        opacity: 0;
        visibility: hidden;
    }

    .search-result__item {
        padding: 10px 24px;
    }

    .search-result .button {
        margin-top: 26px;
    }

    .menu__body {
        width: 270px;
    }

    .menu__title {
        padding: 40px 24px;
    }

    .menu__close {
        right: 14px;
    }

    .menu__list-item .spollers-block__title {
        padding: 16px 24px;
        font-size: 20px;
        line-height: 28px;
    }

    .menu__link {
        padding: 16px 24px;
        font-size: 20px;
        line-height: 28px;
    }

    .menu__sublist-link {
        padding: 8px 24px;
    }

    .menu__lang .select__title {
        padding: 16px 24px;
    }

    .menu__lang .select__value {
        font-size: 20px;
        line-height: 28px;
    }

    .menu__lang .select__option {
        padding: 8px 24px;
    }

    /* .footer__nav {
         margin-top: 46px;
     }*/
    .b-download {
        margin: 0 0 73px;
    }

    .b-download__content {
        padding: 16px 16px 32px;
        border-radius: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
    }

    .b-download__image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 16px;
    }

    .b-download__descr {
        margin-left: 0;
    }

    .b-download__btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-download__os {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-download__os-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40px;
        flex: 1 1 40px;
    }

    .b-download__os-item:not(:last-child) {
        margin-right: 20px;
    }

    .b-download .text {
        margin-bottom: 23px;
    }

    .b-download .button {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 130px;
        flex: 0 1 130px;
    }

    .b-download .button:not(:last-child) {
        margin-right: 5px;
    }

    .b-grid {
        margin-bottom: 95px;
    }

    .b-grid__title {
        margin: 0 0 32px;
    }

    .b-grid__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
        flex: 1 1 45%;
    }

    .b-grid__item:not(:nth-child(1),
    :nth-child(2),
    :nth-child(3),
    :nth-child(4)) {
        margin-top: 0px;
    }

    .b-grid__item:not(:nth-child(4n)) {
        margin-right: 0px;
    }

    .b-grid__item:not(:nth-child(1),
    :nth-child(2)) {
        margin-top: 24px;
    }

    .b-grid__item:not(:nth-child(2n)) {
        margin-right: 18px;
    }

    .b-grid__item._only-pc .b-grid__item-image::before {
        content: "only for PC";
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        width: 95px;
        height: 50px;
        padding-top: 35px;
        font-family: "Work Sans", sans-serif;
        font-weight: 800;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: url("../img/pc-only.svg") 50% 0% no-repeat;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .b-grid__item._only-pc picture::after {
        content: "";
        position: absolute;
        z-index: 6;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: inset -4px -4px 14px #fff, inset 4px 4px 14px #fff;
        box-shadow: inset -4px -4px 14px #fff, inset 4px 4px 14px #fff;
        -webkit-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
        opacity: 0;
    }

    .b-grid__item._only-pc .b-grid__item-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    }

    .b-grid__item-image {
        max-height: none;
        position: relative;
        padding-bottom: 75%;
    }

    .b-grid__item-image img {
        max-height: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .b-grid__item-name {
        font-size: 12px;
        line-height: 14px;
    }

    .b-grid .button {
        margin-top: 40px;
    }

    .b-faq__container {
        padding: 0 25px;
    }

    .b-faq__title {
        margin-bottom: 50px;
    }

    .b-faq .spollers-block__title {
        padding-left: 50px;
        font-size: 16px;
        line-height: 28px;
    }

    .b-faq .spollers-block__title::before,
    .b-faq .spollers-block__title::after {
        left: 17.5px;
        width: 14px;
    }

    .b-faq .spollers-block__body {
        padding: 8px 30px 24px 50px;
    }

    .b-faq .spollers-block__body .text {
        font-size: 14px;
        line-height: 26px;
    }

    .b-search_nothing {
        margin: 0 0 24px;
    }

    .b-search__container {
        font-size: 32px;
        line-height: 32px;
    }

    .b-search__subtitle {
        font-size: 24px;
        line-height: 24px;
    }

    .b-categories__title {
        font-size: 28px;
        line-height: 40px;
    }

    .b-categories__sort {
        width: 100%;
    }

    .b-categories__sort-item {
        padding: 10px;
    }

    .b-categories .b-nav {
        margin: 40px 0 0;
    }

    .b-descr {
        margin: 0 0 36px;
    }

    .b-descr__content {
        margin-right: 0;
        max-width: 100%;
    }

    .b-game__window {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        margin: 0 -25px;
        /*height: 450px;*/
        overflow: hidden;
    }

    .b-game__window {
        /*height: 355px;*/
        border-radius: 0;
    }

    .b-game__window .button {
        position: relative;
        z-index: 2;
        margin-top: 24px;
    }

    .b-game__image {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .b-game__image::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    }

    .b-game__image {
        border-radius: 0;
    }

    .b-game__image img {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .b-game__actions {
        margin: 30px 0 40px;
        gap: 24px;
        flex-wrap: wrap;
    }

    .b-game-info__nav-item span.text {
        display: none;
    }

    .b-game-info__nav-item span.svg-icon {
        display: block;
    }

    /*.b-game__actions-image {
        display: none;
    }*/
    /*.b-game__actions-name {
        display: none;
    }*/
    .b-game__actions-like {
        margin-right: 24px;
    }

    .b-game__actions-dislike {
        margin-right: 24px;
    }

    /*.b-game__actions-fullscreen {
        display: none;
    }*/
    .b-game__actions-share {
        margin-left: auto;
    }

    .b-baners {
        display: none;
    }

    .b-game-info {
        min-height: auto;
    }

    .b-game-info__content {
        margin: 0 -25px;
    }

    /*.b-game-info__nav-item_controls {
        display: none;
    }*/
    /*.b-game-info__block_controls {
        display: none;
    }*/
    .game-descr__text {
        margin-bottom: 32px;
    }

    .game-descr__video {
        margin: 40px auto 0;
    }

    .game-descr__video {
        max-width: 300px;
    }

    .game-comments {
        padding: 24px 24px 32px;
    }

    .game-comments__form .button {
        width: 100%;
    }

    .game-comments__form-text {
        margin: 0 0 16px;
        border-radius: 8px;
    }

    .game-comments__form-input {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0 0 16px;
    }

    .game-comments__button {
        margin: 30px 0 0;
    }

    .message {
        bottom: 25px;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    .message {
        width: 100%;
        max-width: calc(100% - 50px);
    }

    .b-game__window._fullscreen {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        margin: 0;
    }
}

.popup_review .popup__form .input._error {
    box-shadow: 0 0 0 2px #ea0042;
    color: #ea0042;
}

@media (max-width: 1024px) and (min-width: 899.98px) {
    .b-categories__paragraph:not(:last-child) {
        margin-bottom: 60px;
    }
}

@media (max-width: 899.98px) {
    .b-categories__paragraph:not(:last-child) {
        margin-bottom: 40px;
    }
}

.read-more__btn {
    display: none;
    position: relative;
    margin-top: 20px;
    user-select: none;
    background-color: transparent;
    padding: 0;
}

.read-more__btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    transform-origin: center;
    transform: translate(-50%, 0) scaleX(1);
    background-color: #ea0042;
    transition: transform 0.1s ease-in-out;
}

.read-more__btn span {
    font-size: 16px;
    line-height: 18px;
    color: #ea0042;
}

.read-more__btn span:last-child {
    display: none;
}

@media (any-hover: hover) {
    .read-more__btn:hover::after {
        transform: translate(-50%, 0) scaleX(0);
    }
}

@media (any-hover: hover) {
    .os-download__item:hover svg {
        fill: #8691af;
    }

    .os-download__item:hover .alt-fill {
        fill: #e6e8ec;
    }

    .os-download__item:hover {
        background-color: #e6e8ec;
    }

    .votes-download__btn:hover {
        color: #ea0042;
    }

    .votes-download__btn:hover svg {
        fill: currentColor;
    }

    .votes-download__btn:hover .comment__voutes {
        color: #ea0042;
    }

    .personages__link:hover {
        background-color: #4f4f4f;
        -webkit-box-shadow: 0 4px 10px #000;
        box-shadow: 0 4px 10px #000;
    }

    .personages__btn:hover,
    .personages__popup-link:hover {
        border-color: #ea0042;
        background-color: #ea0042;
    }

    .comment__btn:hover {
        color: #ea0042;
    }

    .comment__btn:hover svg {
        fill: currentColor;
    }

    .comment__btn:hover .comment__voutes {
        color: #ea0042;
    }

    .slider__link:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .slider__btn:hover {
        background-color: #ff2b66;
    }

    .lg-custom .lg-icon:hover {
        background-color: #ff2b66;
    }

    .slider__link:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .slider__btn:hover {
        background-color: #ff2b66;
    }

    .lg-fnf .lg-close:hover {
        background-color: #ea0042;
        -webkit-box-shadow: 0 4px 0 0 #99002b;
        box-shadow: 0 4px 0 0 #99002b;
    }

    .lg-fnf .lg-close:active {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
        -webkit-box-shadow: 0 2px 0 0 #99002b;
        box-shadow: 0 2px 0 0 #99002b;
    }

    .lg-fnf .lg-prev.lg-disabled:hover,
    .lg-fnf .lg-next.lg-disabled:hover {
        background-color: #4f4f4f;
        -webkit-box-shadow: 0 4px 0 0 #333;
        box-shadow: 0 4px 0 0 #333;
    }

    .lg-fnf .lg-prev:hover,
    .lg-fnf .lg-next:hover {
        background-color: #ff2b66;
    }

    .buttons-list__btn:hover {
        color: #ea0042;
    }
}

@media (max-width: 899.98px) {
    .header {

    }

    .header.header--unfix {
        transform: translateY(-100%);
    }

    .read-more__content {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .read-more__content.read-more__content--expanded {
        display: block;
    }

    .read-more__btn {
        display: inline-flex;
    }

    .read-more__btn.read-more__btn--active span:first-child {
        display: none;
    }

    .read-more__btn.read-more__btn--active span:last-child {
        display: block;
    }
}

/* personages */

._personages-is-open::after {
    poWork Sans-events: auto;
    background-color: rgba(0, 0, 0, .75);
}

.personages {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.personages__content {
    position: relative;
    min-height: 72px;
}

.personages__dropdown {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    width: 100%;
    max-height: 72px;
    padding: 7px 7px 7px 18px;
    -webkit-transition: max-height .4s;
    transition: max-height .4s;
    border: 2px solid rgb(54 58 93);
    border-radius: 16px;
    background-color: #262653;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: max-height;
}

.personages__list {
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 9px 14px 12px 0;
    list-style: none;
    gap: 24px 1px;
    grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
}

.personages__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .2s, -webkit-box-shadow .2s;
    transition: background-color .2s, -webkit-box-shadow .2s;
    transition: background-color .2s, box-shadow .2s;
    transition: background-color .2s, box-shadow .2s, -webkit-box-shadow .2s;
    border-radius: 2px;
}

.personages__link img {
    display: block;
}

.personages_img_size {
    height: 40px;
    width: 40px;
    object-fit: scale-down;
}

.personages__btn,
.personages__popup-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    -webkit-transition: border-color .2s, background-color .2s;
    transition: border-color .2s, background-color .2s;
    border: 2px solid #262653;
    border-radius: 16px;
    background-color: #8358FF;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .47);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .47);
}

.personages__btn._active,
.personages__popup-link._active {
    border-color: #262653;
    background-color: #8358FF;
}

.personages__btn._active::after,
.personages__popup-link._active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.personages__btn::after,
.personages__popup-link::after {
    content: "";
    width: 12px;
    height: 8px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E") no-repeat;
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0;
}

[data-tippy-root] {
    max-width: calc(100vw - 10px);
}

.tippy-box {
    position: relative;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, -webkit-transform;
    transition-property: transform, visibility, opacity;
    transition-property: transform, visibility, opacity, -webkit-transform;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    color: #333;
    border-radius: 2px;
    outline: 0;
    background-color: #d9d9d9;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    border-width: 8px 8px 0;
    border-top-color: initial;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    right: -7px;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -7px;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
}

.tippy-box[data-inertia][data-state=visible] {
    -webkit-transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #d9d9d9;
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent;
}

.tippy-content {
    position: relative;
    z-index: 1;
    padding: 5px 9px;
}

.popup_personages {
    padding: 0;
}

.popup_personages .popup__content {
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    height: 100%;
}

.popup_personages .popup__body {
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 60px 50px 50px;
    border-radius: 0;
    background-color: #100e19;
}

.popup_personages .personages {
    margin-bottom: 0;
}

.popup_personages .personages__list {
    padding: 0;
}

.popup_personages .personages__link {
    padding: 0;
}

.page {
    position: relative;
    background-color: #0d102d;
}

.page::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    background-color: transparent;
}

.page._personages-is-open::after {
    poWork Sans-events: auto;
    background-color: rgba(0, 0, 0, .75);
}

/*.personages::after {*/

/*  content: "";*/

/*  position: absolute;*/

/*  top: -20px;*/

/*  bottom: -30px;*/

/*  width: 100%;*/

/*  -webkit-transition: background-color .3s;*/

/*  transition: background-color .3s;*/

/*  background-color: transparent;*/

/*}*/

/*.personages._personages-is-open::after {*/

/*  background-color: rgba(0, 0, 0, .75);*/

/*}*/

@media (min-width: 901px) {
    .personages__popup-link {
        display: none;
    }

    .page._personages-is-open::after {
        margin-top: -122px;
        height: calc(100% + 122px);
    }
}

@media (min-width: 991px) {
    .personages__dropdown._open {
        max-height: 400px;
    }
}

@media (max-width: 900px) {
    .personages__btn {
        display: none;
    }

    .personages {
        margin-top: 70px;
    }
}

@media (max-width: 480px) {
    /*.popup_personages .popup__body {*/
    /*padding: 60px 15px 15px;*/
    /*}*/
    .lg-fnf .lg-outer .lg-content {
        top: 80px !important;
        right: 13.5px;
        bottom: 80px !important;
        left: 13.5px;
    }

    .lg-fnf .lg-prev,
    .lg-fnf .lg-next {
        top: 100%;
    }

    .lg-fnf .lg-prev {
        left: 30%;
    }

    .lg-fnf .lg-next {
        right: 30%;
    }
}

@media (any-hover: hover) {
    .personages__link:hover {
        background-color: #4f4f4f;
        -webkit-box-shadow: 0 4px 10px #000;
        box-shadow: 0 4px 10px #000;
    }

    .personages__btn:hover,
    .personages__popup-link:hover {
        border-color: #ea0042;
        background-color: #ea0042;
    }
}

/* game descr btn */

.game-descr__buttons {
    max-width: 830px;
    margin: 0 -32px;
    padding-top: 8px;
}

.buttons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 33px;
    padding: 0 32px;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s;
    gap: 20px;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
}

.buttons-list.scroller--active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.buttons-list::-webkit-scrollbar {
    display: none;
}

.buttons-list__btn {
    display: inline-grid;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    white-space: nowrap;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5px;
    color: #fff;
    border-radius: 16px;
    background-color: #1f1238;
    gap: 14px;
    grid-template-columns: 30px auto 12px;
}

.buttons-list__btn img {
    pointer-events: none;
}

.buttons-list__btn span {
    padding-right: 4px;
}

.buttons-list__btn svg {
    stroke: currentColor;
}

@media (max-width: 1170px) {
    .game-descr__buttons {
        max-width: 608px;
    }
}

@media (max-width: 899.98px) {
    .game-descr__buttons {
        max-width: 375px;
    }
}

.page-download {
    position: relative;
    background-color: #100e19;
}

.page-download::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    background-color: transparent;
}

.grid-column-2__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 52px;
}

.grid-column-2__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

.grid-column-2__sidebar {
    position: sticky;
    top: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.grid-column-2__sidebar .b-baners {
    display: grid;
    gap: 40px;
}

.grid-column-2__sidebar .b-grid__item-single_column {
    padding: 0;
}

.button:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0 2px 0 0 #99002b;
    box-shadow: 0 2px 0 0 #99002b;
}

.download {
    max-width: 830px;
    margin-bottom: 65px;
}

.download__container {
    display: grid;
    padding: 24px 18px;
    border-radius: 40px;
    background: #262653;
    gap: 30px;
    grid-template-columns: 243px 1fr;
}

.download__image {
    overflow: hidden;
    border-radius: 16px;
}

.download__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* .download__descr {
  max-width:300px;
} */

.download__title {
    margin: 0 0 .375em;
    font-family: "Work Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

.download__text {
    margin: 0 0 1.875em;
    font-size: 16px;
    line-height: 1.5;
    color: #8691af;
}

.download__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

@media (max-width: 900px) {
    .download__btn.only_btn {
        justify-content: center;
    }
}

.download__container .download__btn .button:not(:last-child) {
    margin-right: 22px;
}

@media (max-width: 400px) {
    .download__container .download__btn .button:not(:last-child) {
        margin-right: 5px;
    }

    .download__container .download__btn {
        justify-content: space-between;
    }
}

@media (max-width: 1024px) and (min-width: 899.98px),
(max-width: 767.98px) {
    .download__container .download__btn {
        justify-content: center;
    }
}

@media (max-width: 899px) and (min-width: 768px) {
    .download__container .download__btn {
        justify-content: start;
    }
}

@media (max-width: 899.98px) {
    .download__btn {
        justify-content: space-between;
    }
}

.download__btn .button {
    margin: 0;
    padding: 11px 25px;
}

.os-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

.os-download__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
}

.os-download__item .alt-fill {
    fill: #8691af;
}

.os-download__item svg {
    -webkit-transition: fill .2s;
    transition: fill .2s;
    fill: #e6e8ec;
}

.download-full {
    overflow: hidden;
    margin-bottom: 65px;
    padding: 42px 36px 0;
    border-radius: 16px;
    background-color: #352652;
}

.download-full__title {
    margin: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    grid-column: span 2;
}

.download-full__grid {
    display: grid;
    padding-bottom: 64px;
    gap: 36px 45px;
    grid-template-columns: 277px 1fr;
}

.download-full__image {
    overflow: hidden;
    border-radius: 16px;
}

.download-full__image img {
    display: block;
    width: 100%;
}

.download-full__info {
    -ms-flex-item-align: end;
    align-self: end;
    padding-top: 10px;
}

.download-full__description {
    display: grid;
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 1.1;
    gap: 22px 30px;
    grid-template-columns: auto 1fr;
}

.download-full__description dt {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
}

.download-full__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 460px;
    margin-bottom: 42px;
    gap: 38px;
}

.download-full__buttons .download-full__btn:only-child {
    flex: 0 0 45%;
}

.download-full__buttons.only_btn {
    justify-content: start;
}

@media (max-width: 990px) {
    .download-full__buttons .download-full__btn:only-child {
        flex: 0 0 70%;
    }

    .download-full__buttons.only_btn {
        justify-content: center;
    }
}

.download-full__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 16px 28px 12px;
    -webkit-box-shadow: 0 5px 0 0 #99002b;
    box-shadow: 0 5px 0 0 #99002b;
}

.download-full__btn span {
    display: block;
    text-transform: none;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
}

.download-full__os {
    margin: 0 -42px;
    padding: 16px 42px;
}

.votes-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    gap: 30px;
}

@media (max-width: 480px) {
    .votes-download {
        justify-content: center;
    }
}

.votes-download__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    color: #8691af;
    background-color: transparent;
    gap: 18px;
}

.votes-download__btn.active {
    color: #ea0042;
}

.votes-download__btn svg {
    -webkit-transition: stroke .2s, fill .2s;
    transition: stroke .2s, fill .2s;
    stroke: currentColor;
}

.votes-download__cnt {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.os-download-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 9%;
    background-color: #1f1238;
    gap: 54px;
}

.os-download-full__text {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}

.comments {
    margin-bottom: 0px;
    padding: 38px 40px 70px;
    border-radius: 16px;
    background-color: #262653;
}

.comments__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 30px;
}

.comments__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 20px;
    font-family: "Work Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
}

.comments__btn[hidden] {
    display: none;
}

.comments__grid {
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 50px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

.comments__item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    vertical-align: top;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
}

.comments__item .game-comments__btn-reply {
    margin-left: 5px;
}

@media (max-width: 480px) {
    .comments__item {
        width: 100%;
    }

    .comments__header {
        flex-wrap: wrap;
    }

    .comments__btn {
        display: block;
        width: 100%;
        margin-top: 16px;
    }
}

.comments__footer {
    text-align: center;
}

.comments__form {
    margin-bottom: 82px;
}

.comment {
    padding: 20px;
    border-radius: 16px;
    background-color: #1f1238;
}

.comment__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 16px;
    line-height: 1.1;
    gap: 20px;
    flex: 1 1 auto;
    flex-wrap: wrap;
}

.comment__author {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}

.comment__data {
    font-size: 14px;
    color: #8691af;
    flex: 0 0 auto;
}

.comment__body {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.14;
    word-break: break-all;
}

.comment__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    gap: 22px;
}

.comment__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    color: #fff;
    background-color: transparent;
}

.comment__btn svg {
    -webkit-transition: stroke .2s, fill .2s;
    transition: stroke .2s, fill .2s;
    stroke: currentColor;
}

.comment__btn.active {
    color: #ea0042;
}

.comment__btn.active svg {
    fill: currentColor;
}

.comment__btn.active .comment__cnt {
    color: #ea0042;
}

.votes-download__btn.active {
    color: #ea0042;
}

.votes-download__btn.active svg {
    fill: currentColor;
}

.votes-download__btn.active .comment__voutes {
    color: #ea0042;
}

.comment__cnt {
    margin-left: 22px;
    -webkit-transition: color .2s;
    transition: color .2s;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #8691af;
}

@media (max-width: 899px) {
    .comment__cnt {
        margin-left: 5px;
    }

    .game-comments__replies .form__line__buttons .button {
        min-width: 85px;
        width: 85px;
    }
}

.form-comments__label-textarea {
    display: block;
    margin-bottom: 44px;
}

.form-comments__textarea {
    display: block;
    width: 100%;
    min-height: 128px;
    padding: 16px 20px;
    resize: vertical;
    font-size: 16px;
    border-radius: 16px;
    background-color: #e6e8ec;
}

.form-comments__textarea::-webkit-input-placeholder {
    color: #8691af;
}

.form-comments__textarea::-moz-placeholder {
    color: #8691af;
}

.form-comments__textarea:-ms-input-placeholder {
    color: #8691af;
}

.form-comments__textarea::-ms-input-placeholder {
    color: #8691af;
}

.form-comments__textarea::placeholder {
    color: #8691af;
}

.form-comments__textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-comments__textarea:focus::-moz-placeholder {
    color: transparent;
}

.form-comments__textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.form-comments__textarea:focus::-ms-input-placeholder {
    color: transparent;
}

.form-comments__textarea:focus::placeholder {
    color: transparent;
}

.form-comments__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.form-comments__input {
    display: block;
    width: 100%;
    padding: 11px 20px;
    resize: vertical;
    font-size: 16px;
    border-radius: 16px;
    background-color: #e6e8ec;
}

.form-comments__input::-webkit-input-placeholder {
    color: #8691af;
}

.form-comments__input::-moz-placeholder {
    color: #8691af;
}

.form-comments__input:-ms-input-placeholder {
    color: #8691af;
}

.form-comments__input::-ms-input-placeholder {
    color: #8691af;
}

.form-comments__input::placeholder {
    color: #8691af;
}

.form-comments__input:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-comments__input:focus::-moz-placeholder {
    color: transparent;
}

.form-comments__input:focus:-ms-input-placeholder {
    color: transparent;
}

.form-comments__input:focus::-ms-input-placeholder {
    color: transparent;
}

.form-comments__input:focus::placeholder {
    color: transparent;
}

.form-comments .__error::placeholder {
    color: #ea0042;
}

.group-description-screenshots {
    margin-bottom: 40px;
    padding: 43px 40px;
}

.description {
    margin-bottom: 40px;
}

.description__title,
.description__text h2 {
    margin: 0 0 .667em;
    font-family: "Work Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
}

.description__text h2 {
    color: #fff;
}

.description__text {
    display: grid;
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 1.5;
    color: #8691af;
    gap: 16px;
}

.description__video {
    overflow: hidden;
    max-width: 435px;
    margin: auto;
    border-radius: 8px;
}

.description__video .jwplayer {
    width: 100% !important;
    height: 0 !important;
    margin: auto;
    padding-bottom: 56.25%;
}

.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

.screenshots {
    max-width: 860px;
    margin: 40px auto;
    padding: 40px 15px;
    background-color: #100e19;
}

.screenshots__title {
    margin-bottom: 2px;
    font-family: "Work Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    color: #fff;
}

.gallery__slider {
    overflow: hidden;
    margin: 0 -15px;
    padding: 15px;
}

.slider__swiper.swiper {
    overflow: visible;
}

.slider .swiper-wrapper {
    height: 100% !important;
}

.slider__slide {
    height: 100%;
}

.slider__link {
    display: block;
}

.slider__link img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 54px;
    gap: 46px;
}

.slider__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px;
    width: 58px;
    height: 56px;
    cursor: poWork Sans;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 50%;
    background-color: #ea0042;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-box-shadow: 0 4px 0 0 #99002b;
    box-shadow: 0 4px 0 0 #99002b;
}

.slider__btn:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0 2px 0 0 #99002b;
    box-shadow: 0 2px 0 0 #99002b;
}

.slider__btn.swiper-button-disabled {
    pointer-events: none;
    cursor: default;
    background-color: #4f4f4f;
    -webkit-box-shadow: 0 4px 0 0 #333;
    box-shadow: 0 4px 0 0 #333;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6.5 1-5 5 5 5'/%3E%3C/svg%3E");
}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.5 11 5-5-5-5'/%3E%3C/svg%3E");
}

@media (min-width: 479.98px) {
    .form-comments__label-input {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 193px;
        flex: 0 1 193px;
    }
}

@media (min-width: 1025px) {
    .download-full__image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 1170px) {
    .page-download ._container {
        max-width: none;
    }

    .game-descr__buttons {
        max-width: 608px;
    }
}

@media (max-width: 1024px) {
    .download-full {
        padding: 16px 16px 0;
    }

    .download-full__title {
        margin-bottom: .75em;
        font-size: 24px;
        grid-area: 2/1/3/2;
    }

    .download-full__grid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 360px;
        margin: 0 auto;
        padding-bottom: 26px;
        gap: 0;
        grid-template-columns: 1fr;
    }

    .download-full__image img {
        margin-bottom: 36px;
    }

    .download-full__description {
        margin-bottom: 46px;
    }

    .download-full__buttons {
        margin-bottom: 60px;
    }

    .download-full__os {
        margin: 0 -16px;
        padding: 16px;
    }

    .votes-download {
        gap: 44px;
    }

    .os-download-full {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        gap: 32px;
    }

    .group-description-screenshots {
        border-radius: 16px;
        background-color: #352652;
    }
}

@media (max-width: 899.98px) {
    .grid-column-2__sidebar {
        display: none;
    }

    .game-descr__buttons {
        max-width: 375px;
    }
}

@media (max-width: 797.98px) {
    .download-full {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.97px) {
    .page-download .b-breadcrumbs {
        display: flex;
    }
}

@media (max-width: 767.98px) {
    .download {
        margin-bottom: 40px;
    }

    .comments {
        margin-bottom: 60px;
        padding: 30px 24px 50px;
    }

    .group-description-screenshots {
        padding: 30px 24px;
    }

    .description {
        margin-bottom: 30px;
    }
}

@media (max-width: 639.98px) {
    .comments__grid {
        margin-bottom: 20px;
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }
}

@media (max-width: 479.98px) {
    .download__title {
        font-size: 24px;
    }

    .os-download {
        gap: 16px;
    }

    .os-download__item {
        width: 42px;
        height: 42px;
    }

    .download-full__buttons {
        gap: 20px;
        justify-content: center;
    }

    .download-full__btn {
        padding: 14px 20px;
    }

    .os-download-full {
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .comments__form {
        margin-bottom: 30px;
    }

    .form-comments__label-textarea {
        margin-bottom: 30px;
    }

    .form-comments__line {
        -webkit-box-align: stretch;
        align-items: stretch;
        -ms-flex-align: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px;
    }

    .form-comments__submit {
        width: 100%;
    }
}

@media (max-width: 479.89px) {
    .comments {
        margin-bottom: 40px;
    }
}

@media (max-width: 1024px) and (min-width: 899.98px),
(max-width: 767.98px) {
    .download__container {
        grid-template-columns: 1fr;
    }

    .download__image {
        max-width: 330px;
        margin: auto;
    }

    .download__descr {
        /* width: 700px; */
        margin: auto;
        text-align: center;
    }

    .os-download {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (any-hover: hover) {
    .os-download__item:hover svg {
        fill: #8691af;
    }

    .os-download__item:hover .alt-fill {
        fill: #e6e8ec;
    }

    .os-download__item:hover {
        background-color: #e6e8ec;
    }

    .votes-download__btn:hover {
        color: #ea0042;
    }

    .votes-download__btn:hover svg {
        fill: currentColor;
    }

    .votes-download__btn:hover .comment__voutes {
        color: #ea0042;
    }

    .personages__link:hover {
        background-color: #4f4f4f;
        -webkit-box-shadow: 0 4px 10px #000;
        box-shadow: 0 4px 10px #000;
    }

    .personages__btn:hover,
    .personages__popup-link:hover {
        border-color: #ea0042;
        background-color: #ea0042;
    }

    .comment__btn:hover {
        color: #ea0042;
    }

    .comment__btn:hover svg {
        fill: currentColor;
    }

    .comment__btn:hover .comment__voutes {
        color: #ea0042;
    }

    .slider__link:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .slider__btn:hover {
        background-color: #ff2b66;
    }

    .slider__link:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .slider__btn:hover {
        background-color: #ff2b66;
    }

    .buttons-list__btn:hover {
        color: #ea0042;
    }
}

.lg-next,
.lg-prev {
    position: absolute;
    z-index: 1080;
    top: 50%;
    display: block;
    margin-top: -10px;
    padding: 8px 10px 9px;
    cursor: poWork Sans;
    font-size: 22px;
    color: #999;
    border: none;
    border-radius: 2px;
    outline: none;
    background-color: rgba(0, 0, 0, .45);
}

.lg-next.disabled,
.lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
    color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
    display: none;
}

.lg-next {
    right: 20px;
}

.lg-next:before {
    content: "\e095";
}

.lg-prev {
    left: 20px;
}

.lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    position: relative;
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
}

.lg-outer.lg-left-end .lg-object {
    position: relative;
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
}

.lg-toolbar {
    position: absolute;
    z-index: 1082;
    top: 0;
    left: 0;
    width: 100%;
}

.lg-media-overlap .lg-toolbar {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .4)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
}

.lg-toolbar .lg-icon {
    float: right;
    width: 50px;
    height: 47px;
    padding: 10px 0;
    cursor: poWork Sans;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    text-align: center;
    text-decoration: none !important;
    font-size: 24px;
    line-height: 27px;
    color: #999;
    border: none;
    outline: medium none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    will-change: color;
}

.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-maximize {
    font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
    content: "\e90a";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    opacity: 0;
    z-index: 1080;
    padding: 10px 40px;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    text-align: center;
    font-size: 16px;
    color: #eee;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    margin: 5px 0 0;
    font-size: 12px;
}

.lg-sub-html a {
    color: inherit;
}

.lg-sub-html a:hover {
    text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}

.lg-item .lg-sub-html {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.lg-error-msg {
    font-size: 14px;
    color: #999;
}

.lg-counter {
    display: inline-block;
    height: 47px;
    padding-top: 12px;
    padding-left: 20px;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
    opacity: 0;
    -webkit-transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    will-change: transform, opacity;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-container {
    display: none;
    outline: none;
}

.lg-container.lg-show {
    display: block;
}

.lg-on {
    scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    will-change: transform, opacity;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
    opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.lg-outer {
    opacity: .001;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s;
    text-align: left;
    outline: none;
    will-change: auto;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
    opacity: 1;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    opacity: 1;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.lg-outer .lg-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap;
}

.lg-outer .lg-item {
    display: none !important;
    will-change: transform, opacity;
}

.no-webp .lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(data:image/gif;base64,R0lGODlhIAAgAPUAADExMf///zQ0NF9fX0JCQjw8PFZWVpiYmIGBgTc3N0RERDIyMoiIiJGRkUdHR2lpaXx8fD8/P3FxcUxMTMvLy7i4uLCwsJmZmXZ2dj09PcLCwqampvT09P///1dXV1xcXE9PT9ra2rKysuXl5cDAwG9vbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    font-size: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-object {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
    display: none;
}

.lg-outer.lg-hide-download .lg-download {
    pointer-events: none;
    opacity: .75;
}

.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out .15s;
    transition: opacity .2s ease-out .15s;
}

.lg-backdrop {
    opacity: 0;
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
    background-color: #000;
    will-change: auto;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s, -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-container {
    display: none;
}

.lg-container.lg-show {
    display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    opacity: 1;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
    position: absolute;
}

.lg-inline .lg-backdrop {
    z-index: 1;
}

.lg-inline .lg-outer {
    z-index: 2;
}

.lg-inline .lg-maximize:after {
    content: "\e909";
}

.lg-components {
    position: absolute;
    z-index: 1080;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform .35s ease-out 0s;
    transition: -webkit-transform .35s ease-out 0s;
    transition: transform .35s ease-out 0s;
    transition: transform .35s ease-out 0s, -webkit-transform .35s ease-out 0s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
}

.webp .lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(data:image/webp;base64,UklGRs4AAABXRUJQVlA4IMIAAACwBQCdASogACAAPpFCnEolo6KhqAgAsBIJaQAD5dDxrXM99232GfVDjLF0EQDwsC0CXKtWlgAA/vV76pcYbjjsL88+3qb/4UfhRX+dwASYANdOF+J5Nu61NxB7TUbHeCQeee2d4nX3M/8oPzSbTnBOl/xCNiQkRhkYBtGvv3/fXfn2CbNj/EPmnHMb/H7zFQx28TJK5yXYt1B6zlKYbIeBfYPo1h1tsfJDbPjNrzTs7O1elyh7eF4fdYd8hFly7AAAAA==) no-repeat scroll center center transparent;
}

.lg-on body {
    overflow: hidden;
}

.lg-fnf .lg-backdrop {
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: inset 63.7px -63.7px 63.7px rgba(149, 149, 149, .1), inset -63.7px 63.7px 63.7px rgba(255, 255, 255, .1);
    box-shadow: inset 63.7px -63.7px 63.7px rgba(149, 149, 149, .1), inset -63.7px 63.7px 63.7px rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(16.045px);
    backdrop-filter: blur(16.045px);
}

.lg-fnf .lg-outer .lg-content {
    top: 0 !important;
    right: 90px;
    left: 90px;
}

.lg-fnf .lg-icon {
    opacity: 1 !important;
    cursor: poWork Sans;
    border-radius: 50%;
}

.lg-fnf .lg-close {
    display: block;
    float: none;
    width: 46px;
    height: 46px;
    margin: 10px 10px 0 auto;
    padding: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M33 11 11 33M11 11l22 22'/%3E%3C/svg%3E") no-repeat 50%;
}

.lg-fnf .lg-close::after {
    content: none;
}

.lg-fnf .lg-prev,
.lg-fnf .lg-next {
    width: 56px;
    height: 56px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 50%;
    background-color: #ea0042;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-box-shadow: 0 4px 0 0 #99002b;
    box-shadow: 0 4px 0 0 #99002b;
}

.lg-fnf .lg-prev.lg-disabled,
.lg-fnf .lg-next.lg-disabled {
    cursor: default;
    background-color: #4f4f4f;
    -webkit-box-shadow: 0 4px 0 0 #333;
    box-shadow: 0 4px 0 0 #333;
}

.lg-fnf .lg-prev.lg-disabled:active,
.lg-fnf .lg-next.lg-disabled:active {
    -webkit-box-shadow: 0 4px 0 0 #333;
    box-shadow: 0 4px 0 0 #333;
}

.lg-fnf .lg-prev:active,
.lg-fnf .lg-next:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0 2px 0 0 #99002b;
    box-shadow: 0 2px 0 0 #99002b;
}

.lg-fnf .lg-prev::before,
.lg-fnf .lg-prev::after,
.lg-fnf .lg-next::before,
.lg-fnf .lg-next::after {
    content: none;
}

.lg-fnf .lg-prev {
    left: -80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6.5 1-5 5 5 5'/%3E%3C/svg%3E");
}

.lg-fnf .lg-next {
    right: -80px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.5 11 5-5-5-5'/%3E%3C/svg%3E");
}

@media (max-width: 480px) {
    .lg-fnf .lg-prev {
        left: 20px;
    }

    .lg-fnf .lg-next {
        right: 20px;
    }

    .lg-fnf .lg-outer .lg-content {
        right: 0px !important;
        left: 0px !important;
    }
}

.b-game__actions-item .svg-icon {
    width: 28px;
    height: 28px;
}

.page-game {
    margin-top: 20px;
}

.topgames {
    margin-top: 30px;
}
.ads_banner {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px auto;
}
.ads_banner_1{
	max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 12px;
	background-color:#eeeeee40;
    margin: 24px auto;
}
.ads_banner .ads,.ads_banner_1 .ads {
    width: 100%;
    min-height: 90px;
    margin: 0 auto;
}
.adWrapper{
	margin-bottom: 16px;
	    height: 600px;
}
.hidden {
    display: none !important;
}
@media (max-width: 1170px) {
	.b-descr__container{
		flex-direction: column;
	}
	.hot_games_list{
		margin: 24px 0 0;
		width : 100%;
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		flex: 0 0 100%;
        max-width: 100%;
	}
	.adWrapper{
		width: 100%;
		height: auto;
	}
	.hot_card:not(:last-child){
		margin: 0 !important;
	}
	.hot_games_list .hot_card{
		max-width: calc((100% - 10px) / 2);
		flex: 0 0 calc((100% - 10px) / 2);
	}
}
@media (max-width: 768px) {
	.hot_games_list .hot_card{
		max-width: 100%;
		flex: 0 0 100%;
	}
}