html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, address, big, cite, code, del, dfn, em, img, ins, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, main, nav, output, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, nav {
  list-style: none; }

* {
  box-sizing: border-box; }

img, video, canvas {
  max-width: 100%; }

img {
  vertical-align: bottom; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
  color: inherit; }

html, body {
  height: 100%;
  width: 100%; }

iframe {
  width: 100%; }

a, button, a:hover, button:hover {
  cursor: pointer; }

button, button:focus, button:active {
  outline: none;
  border: none; }

blockquote {
  margin: 0; }

@font-face {
  font-family: 'Stolzl';
  src: url("fonts/stolzl/Stolzl-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }


@font-face {
  font-family: 'Stolzl';
  src: url("fonts/stolzl/Stolzl-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }


@font-face {
  font-family: 'Stolzl Book';
  src: url("fonts/stolzl/Stolzl-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }


@font-face {
  font-family: 'Stolzl';
  src: url("fonts/stolzl/Stolzl-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }


@font-face {
  font-family: 'Stolzl';
  src: url("fonts/stolzl/Stolzl-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }


@font-face {
  font-family: 'Stolzl';
  src: url("fonts/stolzl/Stolzl-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }


body {
  font-family: Stolzl;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--c-muted);
  background: var(--c-bg);
  background-image:
    radial-gradient(circle at 12% 0%, rgba(150,131,176,0.06), transparent 45%),
    radial-gradient(circle at 88% 8%, rgba(107,158,126,0.04), transparent 40%);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }

h1, .h1 {
  font-weight: 500;
  font-size: 23px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: var(--c-text); }

h2, .h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: var(--c-text); }

h3, .h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: var(--c-text); }

p {
  margin-bottom: 20px; }

div p:last-child {
  margin-bottom: 0; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

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

.flex-auto {
  flex: auto; }

.block-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: var(--c-text);
  margin-bottom: 24px; }

 .block-title span {
  font-weight: 500;
    font-size: 28px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: var(--c-text);
}

.btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 55px;
  background: var(--c-panel2);
  border: 2px solid var(--c-accent);
  border-radius: 14px;
  box-shadow: 0 0 22px -6px rgba(201,162,39,0.3);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease; }
  .btn-search span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--c-accent); }
  .btn-search:hover {
    background: var(--c-panel3);
    box-shadow: 0 0 32px -4px rgba(201,162,39,0.45);
    transform: translateY(-2px); }

.btn-menu {
  display: none; }

.btn-fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: var(--c-panel2);
  border: 1px solid #9683B0;
  border-radius: 16px;
  box-shadow: 0 0 20px -4px #9683B0; }
  .btn-fullscreen:focus {
    box-shadow: 0 0 20px -4px #9683B0; }
.breadcrumbs {
    display: flex;
    margin-bottom: 15px;
    color: var(--c-muted);
}
.breadcrumbs li {
    list-style: none;
    padding: 0 7px;
}
.breadcrumbs li:first-child {
  padding-left: 0px;
}
span.glsr-tag-value {
    font-style: italic;
    margin-bottom: 20px;
    color: var(--c-muted);
}
.btn-favorite {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B5738C;
  padding: 15px 22px;
  border-radius: 14px;
  outline: 0;
  margin-right: 5px;
  box-shadow: 0 0 22px -4px #B5738C;
   }
  .btn-favorite:focus {
    box-shadow: 0 0 22px -4px #B5738C; }
  .btn-favorite span {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff; }

.icon-favorite {
  width: 22px;
  height: 20px;
  display: flex;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuNzYxIDE4Ljg1MzhDOC41OTA0IDE3LjUxNzkgNi41NzExMSAxNS45NDU2IDQuNzM5MjkgMTQuMTY1MkMzLjQ1MTQ0IDEyLjg4MjkgMi40NzEwMSAxMS4zMTk4IDEuODczMSA5LjU5NTM5QzAuNzk3MTQ0IDYuMjUwMzEgMi4wNTM5MyAyLjQyMDgzIDUuNTcxMTIgMS4yODc1MkM3LjQxOTYxIDAuNjkyNDM1IDkuNDM4NDUgMS4wMzI1NSAxMC45OTYxIDIuMjAxNDhDMTIuNTU0MyAxLjAzMzk4IDE0LjU3MjUgMC42OTM5NzggMTYuNDIxMSAxLjI4NzUyQzE5LjkzODMgMi40MjA4MyAyMS4yMDQxIDYuMjUwMzEgMjAuMTI4MSA5LjU5NTM5QzE5LjUzMDIgMTEuMzE5OCAxOC41NDk4IDEyLjg4MjkgMTcuMjYxOSAxNC4xNjUyQzE1LjQzMDEgMTUuOTQ1NiAxMy40MTA4IDE3LjUxNzkgMTEuMjQwMiAxOC44NTM4TDExLjAwNTEgMTlMMTAuNzYxIDE4Ljg1MzhaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPHBhdGggZD0iTTE0LjczOTMgNS4wNTMwNEMxNS44MDQ2IDUuMzkzMzQgMTYuNTYxNSA2LjM0OTc0IDE2LjY1NjEgNy40NzUwMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K") 0 0 no-repeat;
  margin-right: 8.5px; }

.icon-fullscreen {
  width: 19px;
  height: 18px;
  display: flex;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2QpIj4NCjxwYXRoIGQ9Ik00LjAxNTYyIDkuMDE1NjJWMTIuMDE1Nkg3LjAxNTYyVjEzLjk4NDRIMlY5LjAxNTYySDQuMDE1NjJaTTIgNC45ODQzOFYwLjAxNTYyNUg3LjAxNTYyVjEuOTg0MzhINC4wMTU2MlY0Ljk4NDM4SDJaTTE0IDEyLjAxNTZWOS4wMTU2MkgxNi4wMTU2VjEzLjk4NDRIMTFWMTIuMDE1NkgxNFpNMTEgMC4wMTU2MjVIMTYuMDE1NlY0Ljk4NDM4SDE0VjEuOTg0MzhIMTFWMC4wMTU2MjVaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9nPg0KPGRlZnM+DQo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2QiIHg9IjAiIHk9IjAuMDE1NjI1IiB3aWR0aD0iMTguMDE1NiIgaGVpZ2h0PSIxNy45Njg4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+DQo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPg0KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz4NCjxmZU9mZnNldCBkeT0iMiIvPg0KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIvPg0KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMjUgMCIvPg0KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz4NCjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+DQo8L2ZpbHRlcj4NCjwvZGVmcz4NCjwvc3ZnPg0K") 0 0 no-repeat; }

.header {
  position: relative;
  z-index: 100;}
  .header__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 25px;
    background: var(--c-panel);
    outline: 1px solid rgba(255,255,255,0.22);
    outline-offset: -1px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.14), 0 0 40px 6px rgba(150,131,176,0.13), 0 0 100px 16px rgba(150,131,176,0.06), 0 20px 50px rgba(0,0,0,0.5);
    border-radius: 34px;
    margin-top: 30px;
    margin-bottom: 30px; }
  .header .logo {
    max-width: 280px;
    width: 100%;
    filter: drop-shadow(0 0 18px rgba(150,131,176,0.21)); }
  .header .search {
    position: relative; }
    .header .search-container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .header .search input {
      width: 250px;
      height: 55px;
      background: var(--c-panel2) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNC43NDYxIDEzLjUzNjZMMTEuNDIzNiAxMC4yMDY2QzEyLjI1OTggOS4xMDE1NCAxMi43MjI3IDcuNzUwMTIgMTIuNzIyNyA2LjM2MTM3QzEyLjcyMjcgMi44NTIxNyA5Ljg3MDU4IDAgNi4zNjEzNyAwQzIuODUyMTYgMCAwIDIuODUyMTcgMCA2LjM2MTM3QzAgOS44NzA1OCAyLjg1MjE2IDEyLjcyMjcgNi4zNjEzNyAxMi43MjI3QzcuNzUwMTIgMTIuNzIyNyA5LjEwOTAxIDEyLjI1OTggMTAuMjA2NiAxMS40MjM2TDEzLjUzNjYgMTQuNzUzNkMxMy43MDA4IDE0LjkxNzkgMTMuOTE3NCAxNS4wMDc1IDE0LjE0MTQgMTUuMDA3NUMxNC4zNjU0IDE1LjAwNzUgMTQuNTg5MyAxNC45MTc5IDE0Ljc0NjEgMTQuNzUzNkMxNC45MTA0IDE0LjU4OTMgMTUgMTQuMzcyOCAxNSAxNC4xNDg4QzE1IDEzLjkwOTkgMTQuOTEwNCAxMy42OTM0IDE0Ljc0NjEgMTMuNTM2NlpNNi4zNjEzNyAxLjcxNzI3QzguOTIyMzUgMS43MTcyNyAxMS4wMDU1IDMuODAwNCAxMS4wMDU1IDYuMzYxMzdDMTEuMDA1NSA4LjkyMjM1IDguOTIyMzUgMTEuMDA1NSA2LjM2MTM3IDExLjAwNTVDMy44MDA0IDExLjAwNTUgMS43MTcyNyA4LjkyMjM1IDEuNzE3MjcgNi4zNjEzN0MxLjcxNzI3IDMuODAwNCAzLjgwMDQgMS43MTcyNyA2LjM2MTM3IDEuNzE3MjdaIiBmaWxsPSIjNEE1RDc4Ii8+DQo8L3N2Zz4NCg==") 20px 20px no-repeat;
      padding: 20px 20px 20px 45px;
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 14px;
      margin-right: 10px;
      font-size: 14px;
      line-height: 14px;
      color: var(--c-text); }
      .header .search input::placeholder {
        color: var(--c-muted); }
      .header .search input:focus {
        border-color: var(--c-accent);
        box-shadow: 0 0 0 3px rgba(201,162,39,0.15); }
  .header .menu {
    margin-top: 11px;
    flex: 1 1 100%; }
    .header .menu ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .header .menu ul li {
        display: flex;
        align-items: center;
        max-width: 170px;
        height: 55px;
        width: 100%;
        border-radius: 14px; }
        .header .menu ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          font-weight: 500;
          font-size: 14px;
          line-height: 22px;
          color: var(--c-text);
          background: var(--c-panel2);
          border-radius: 14px;
          transition: background .15s ease, box-shadow .15s ease, transform .15s ease; }
          .header .menu ul li a img {
            margin-right: 7px; }
        .header .menu ul li.menu-orange { }
          .header .menu ul li.menu-orange > a { border: 2px solid #B98A52; background: rgba(185,138,82,0.06); box-shadow: 0 0 22px -6px rgba(185,138,82,0.3); }
          .header .menu ul li.menu-orange:hover > a {
            background: var(--c-panel3);
            box-shadow: 0 0 26px -4px #B98A52;
            transform: translateY(-2px); }
        .header .menu ul li.menu-blue { }
          .header .menu ul li.menu-blue > a { border: 2px solid #6C87A8; background: rgba(108,135,168,0.06); box-shadow: 0 0 22px -6px rgba(108,135,168,0.3); }
          .header .menu ul li.menu-blue:hover > a {
            background: var(--c-panel3);
            box-shadow: 0 0 26px -4px #6C87A8;
            transform: translateY(-2px); }
        .header .menu ul li.menu-pink { }
          .header .menu ul li.menu-pink > a { border: 2px solid #B5738C; background: rgba(181,115,140,0.06); box-shadow: 0 0 22px -6px rgba(181,115,140,0.3); }
          .header .menu ul li.menu-pink:hover > a {
            background: var(--c-panel3);
            box-shadow: 0 0 26px -4px #B5738C;
            transform: translateY(-2px); }
        .header .menu ul li.menu-green { }
          .header .menu ul li.menu-green > a { border: 2px solid #6B9E7E; background: rgba(107,158,126,0.06); box-shadow: 0 0 22px -6px rgba(107,158,126,0.3); }
          .header .menu ul li.menu-green:hover > a {
            background: var(--c-panel3);
            box-shadow: 0 0 26px -4px #6B9E7E;
            transform: translateY(-2px); }
        .header .menu ul li.menu-red { }
          .header .menu ul li.menu-red > a { border: 2px solid #B85A52; background: rgba(184,90,82,0.06); box-shadow: 0 0 22px -6px rgba(184,90,82,0.3); }
          .header .menu ul li.menu-red:hover > a {
            background: var(--c-panel3);
            box-shadow: 0 0 26px -4px #B85A52;
            transform: translateY(-2px); }
.header .menu ul li.menu-navy { }
  .header .menu ul li.menu-navy > a { border: 2px solid #6670A8; background: rgba(102,112,168,0.08); box-shadow: 0 0 22px -6px rgba(102,112,168,0.3); }
  .header .menu ul li.menu-navy:hover > a {
    background: var(--c-panel3);
    box-shadow: 0 0 26px -4px #6670A8;
    transform: translateY(-2px); }

.game-series {
  padding: 25px;
  background: var(--c-panel);
  outline: 1px solid #9683B0;
  outline-offset: -1px;
  box-shadow: 0 0 22px -6px rgba(150,131,176,0.3);
  border-radius: 34px;
  margin-bottom: 30px; }
  .game-series__slider {
    margin-left: -10px;
    margin-right: -10px; }
  .game-series__item {
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.14);
    box-sizing: border-box;
    border-radius: 18px;
    padding: 10px;
    max-width: 210px;
    width: 100%;
    margin: 0 10px; }
    .game-series__item a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%; }
      .game-series__item a img {
        border-radius: 13px;
        margin-right: 15px; }
      .game-series__item a span {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        color: var(--c-text); }

.catalog {
  position: relative; }
  .catalog__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }

.pagination-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px; }

.pagination-left, .pagination-right {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.08);
  background: var(--c-panel2);
  border-radius: 12px; }
  .pagination-left:hover, .pagination-right:hover {
    background: var(--c-accent);
    border: 1px solid var(--c-accent); }

.pagination-left {
  margin-right: 6px; }
  .pagination-left::before {
    content: '';
    display: flex;
    border-right: 10px solid var(--c-muted);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-radius: 0 5px 5px 0;
    margin-right: 1px; }
  .pagination-left:hover::before {
    border-right: 10px solid var(--c-accent-text); }

.pagination-right {
  margin-left: 6px; }
  .pagination-right::after {
    content: '';
    display: flex;
    border-left: 10px solid var(--c-muted);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-radius: 5px 0 0 5px;
    margin-left: 1px; }
  .pagination-right:hover::after {
    border-left: 10px solid var(--c-accent-text); }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.08);
    background: var(--c-panel2);
    width: 30px;
    height: 30px;
    border-radius: 12px;
    margin-right: 6px; }
    .pagination li a {
      font-size: 10px;
      line-height: 30px;
      color: var(--c-muted);
      width: 100%;
      height: 100%;
      text-align: center; }
    .pagination li:hover {
      background: var(--c-accent);
      border-color: var(--c-accent); }
      .pagination li:hover a {
        color: var(--c-accent-text); }
    .pagination li.current {
      border: 1px solid var(--c-accent);
      background: var(--c-accent); }
      .pagination li.current span {
        font-size: 10px;
        line-height: 14px;
        color: var(--c-accent-text);
        text-align: center; }

.game-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 8px;
  background: var(--c-panel2);
  outline: 1px solid rgba(255,255,255,0.08);
  outline-offset: -1px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.55);
  border-radius: 18px;
  max-width: 145px;
  width: 100%;
  padding: 10px; }
  .game-card:hover {
    background: var(--c-panel3);
    outline: 1px solid #B98A52;
    box-shadow: 0 10px 30px rgba(0,0,0,0.55), 0 0 16px -2px rgba(185,138,82,0.24); }
  .game-card .thumb img {
    border-radius: 14px; }
  .game-card .rate {
    display: flex;
    align-items: center;
    width: 34px;
    height: 20px;
    background: var(--c-accent);
    box-shadow: 0 0 14px -2px rgba(201,162,39,0.3);
    border-radius: 12px 9px 13px 8px;
    padding: 5px;
    margin-top: -14px;
    margin-bottom: 6px;
    margin-right: auto;
    margin-left: auto; }
    .game-card .rate::before {
      content: '';
      display: block;
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEwIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNy40NjYwNCA1LjcxNzY4QzcuMzU4MTMgNS44MTc5IDcuMzA4NTUgNS45NjI4NCA3LjMzMzEzIDYuMTA0OThMNy43MDM1NSA4LjA2OTQyQzcuNzM0OCA4LjIzNTkyIDcuNjYxNDYgOC40MDQ0MiA3LjUxNjA1IDguNTAwNjRDNy4zNzM1NSA4LjYwMDQ2IDcuMTgzOTYgOC42MTI0NCA3LjAyODU0IDguNTMyNThMNS4xODMxMyA3LjYxMDI1QzUuMTE4OTYgNy41Nzc1MSA1LjA0NzcxIDcuNTU5OTQgNC45NzQ3OSA3LjU1Nzk1SDQuODYxODhDNC44MjI3MSA3LjU2MzU0IDQuNzg0MzggNy41NzU1MiA0Ljc0OTM4IDcuNTkzODhMMi45MDM1NCA4LjUyMDZDMi44MTIyOSA4LjU2NDUyIDIuNzA4OTYgOC41ODAxIDIuNjA3NzEgOC41NjQ1M0MyLjM2MTA0IDguNTE5ODEgMi4xOTY0NiA4LjI5NDYxIDIuMjM2ODggOC4wNTcwNEwyLjYwNzcxIDYuMDkyNkMyLjYzMjI5IDUuOTQ5MjYgMi41ODI3MSA1LjgwMzUzIDIuNDc0NzkgNS43MDE3MUwwLjk3MDIxMSA0LjMwNDI0QzAuODQ0Mzc4IDQuMTg3MjUgMC44MDA2MjggNC4wMTE1NyAwLjg1ODEyOCAzLjg1MzA2QzAuOTEzOTYxIDMuNjk0OTUgMS4wNTY0NiAzLjU3OTU1IDEuMjI4NTQgMy41NTM2TDMuMjk5MzggMy4yNjU3MkMzLjQ1Njg4IDMuMjUwMTUgMy41OTUyMSAzLjE1ODMyIDMuNjY2MDQgMy4wMjI1Nkw0LjU3ODU0IDEuMjI5ODFDNC42MDAyMSAxLjE4OTg4IDQuNjI4MTMgMS4xNTMxNSA0LjY2MTg4IDEuMTIyMDFMNC42OTkzOCAxLjA5NDA2QzQuNzE4OTYgMS4wNzMyOSA0Ljc0MTQ2IDEuMDU2MTMgNC43NjY0NiAxLjA0MjE1TDQuODExODggMS4wMjYxOEw0Ljg4MjcxIDAuOTk4MjNINS4wNTgxM0M1LjIxNDc5IDEuMDEzOCA1LjM1MjcxIDEuMTAzNjQgNS40MjQ3OSAxLjIzNzhMNi4zNDkzOCAzLjAyMjU2QzYuNDE2MDQgMy4xNTMxMyA2LjU0NTYzIDMuMjQzNzYgNi42OTUyMSAzLjI2NTcyTDguNzY2MDUgMy41NTM2QzguOTQxMDQgMy41Nzc1NiA5LjA4NzMgMy42OTMzNSA5LjE0NTIxIDMuODUzMDZDOS4xOTk3OSA0LjAxMzE3IDkuMTUyNzEgNC4xODg4NSA5LjAyNDM4IDQuMzA0MjRMNy40NjYwNCA1LjcxNzY4WiIgZmlsbD0iIzE5MUIyMSIvPg0KPC9zdmc+DQo=") 0 -1px no-repeat;
      width: 9px;
      height: 8px;
      margin-right: 3px; }
    .game-card .rate span {
      font-size: 8px;
      line-height: 1;
      color: var(--c-accent-text); }
  .game-card .name {
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    color: var(--c-text); }
    .game-card .name a {
      display: block;
      color: inherit;
      text-overflow: ellipsis;
      white-space: nowrap;
      height: auto;
      overflow: hidden; }

.character-games {
  position: relative;
  background: var(--c-panel);
  outline: 2px solid #6670A8;
  outline-offset: -2px;
  box-shadow: 0 0 22px -6px rgba(102,112,168,0.3);
  border-radius: 34px;
  padding: 25px 10px 10px 10px;
  margin-bottom: 24px; }
  .character-games .block-title {
    text-align: center; }
    .character-games__list img {
    width: 98px;
}
  .character-games__list {
    background: var(--c-panel2);
    border-radius: 26px;
    padding: 5px; }
    .character-games__list ul {
      display: flex;
      flex-wrap: wrap; }
      .character-games__list ul li {
        margin: 5px;
       position: relative;}
        .character-games__list ul li img {
          border-radius: 16px; }
.character-name {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: rgba(10, 12, 14, 0.85);
  padding: 0 10px;
  border-radius: 16px;
}
.character-games__list li a:hover .character-name {
    background: #B5738C;
}
.character-name span{
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 10px;
  padding: 3px 0;
}
.content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  padding: 25px;
  background: var(--c-panel);
  outline: 1px solid rgba(255,255,255,0.22);
  outline-offset: -1px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.14), 0 0 40px 6px rgba(150,131,176,0.13), 0 0 100px 16px rgba(150,131,176,0.06), 0 20px 50px rgba(0,0,0,0.5);
  border-radius: 34px;
  margin-bottom: 30px; }

.side {
  width: 100%;
  max-width: 246px;
  margin-bottom: 30px; }

.main {
  max-width: 805px;
  width: 100%;
  margin-bottom: 30px; }
  .main .block-title {
    color: var(--c-text); }

.description {
  background: var(--c-panel);
  outline: 1px solid rgba(255,255,255,0.10);
  outline-offset: -1px;
  box-shadow: 0 0 70px rgba(150,131,176,0.13), 0 20px 50px rgba(0,0,0,0.5);
  border-radius: 34px;
  margin-bottom: 30px; }
  .description--padding {
    padding: 50px; }
  .description h1, .description .h1 {
    margin-bottom: 20px; }
  .description h2, .description .h2 {
    margin-bottom: 20px; }
#iframe iframe {
    top: 60px !important;
}
.game-offer__window {
  background: var(--c-panel);
  outline: 2px solid #9683B0;
  outline-offset: -2px;
  box-shadow: 0 0 22px -6px rgba(150,131,176,0.3);
  border-radius: 20px;
  margin-bottom: 30px; }
  .game-offer__window__frame {
    position: relative;
    z-index: 1;
    min-height: 600px;
    margin-bottom: 60px; }
    .game-offer__window__frame iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .game-offer__window__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px; }
    .game-offer__window__top .left, .game-offer__window__top .right {
      display: flex;
      flex-wrap: wrap; }
    .game-offer__window__top .ratings {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      background: var(--c-accent);
      box-shadow: 0 0 14px -2px rgba(201,162,39,0.3);
      border-radius: 12px 9px 13px 8px; }
      .game-offer__window__top .ratings .star-rating .post-ratings {
        display: flex; }
      .game-offer__window__top .ratings .star-num {
        margin-left: 5px;
        font-size: 12px;
        line-height: 14px;
        color: var(--c-accent-text); }
    .game-offer__window__top .views {
      display: flex;
      align-items: center;
      padding: 10px 11px;
      background: var(--c-panel2);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 12px;
      margin-right: 10px; }
      .game-offer__window__top .views .icon-views {
        display: flex;
        width: 16px;
        height: 13px;
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS4wNzMxNCA2LjVDNS4wNzMxNCA4LjE4ODg4IDYuMzgyODkgOS41NjMwMyA3Ljk5OTk3IDkuNTYzMDNDOS42MDk3MiA5LjU2MzAzIDEwLjkxOTUgOC4xODg4OCAxMC45MTk1IDYuNUMxMC45MTk1IDQuODAzNDMgOS42MDk3MiAzLjQyOTI5IDcuOTk5OTcgMy40MjkyOUM2LjM4Mjg5IDMuNDI5MjkgNS4wNzMxNCA0LjgwMzQzIDUuMDczMTQgNi41Wk0xMi4zMDI0IDEuNzg2NDZDMTMuNTgyOSAyLjgzMDUgMTQuNjczMiA0LjM1ODE4IDE1LjQ1NjEgNi4yNjk2OUMxNS41MTQ2IDYuNDE1NTUgMTUuNTE0NiA2LjU4NDQ0IDE1LjQ1NjEgNi43MjI2MkMxMy44OTAyIDEwLjU0NTcgMTEuMTAyNCAxMi44MzMzIDggMTIuODMzM0g3Ljk5MjY4QzQuODk3NTYgMTIuODMzMyAyLjEwOTc2IDEwLjU0NTcgMC41NDM5MDIgNi43MjI2MkMwLjQ4NTM2NiA2LjU4NDQ0IDAuNDg1MzY2IDYuNDE1NTUgMC41NDM5MDIgNi4yNjk2OUMyLjEwOTc2IDIuNDQ2NjYgNC44OTc1NiAwLjE2NjY2NCA3Ljk5MjY4IDAuMTY2NjY0SDhDOS41NTEyMiAwLjE2NjY2NCAxMS4wMjIgMC43MzQ3NDUgMTIuMzAyNCAxLjc4NjQ2Wk04LjAwMDg0IDguNDA5ODJDOS4wMDMyOCA4LjQwOTgyIDkuODIyNzkgNy41NTAwMiA5LjgyMjc5IDYuNDk4MzFDOS44MjI3OSA1LjQzODkxIDkuMDAzMjggNC41NzkxMSA4LjAwMDg0IDQuNTc5MTFDNy45MTMwNCA0LjU3OTExIDcuODI1MjMgNC41ODY3OSA3Ljc0NDc0IDQuNjAyMTRDNy43MTU0OCA1LjQ0NjU5IDcuMDU2OTQgNi4xMjIxNCA2LjI0NDc1IDYuMTIyMTRINi4yMDgxNkM2LjE4NjIxIDYuMjQ0OTcgNi4xNzE1NyA2LjM2NzggNi4xNzE1NyA2LjQ5ODMxQzYuMTcxNTcgNy41NTAwMiA2Ljk5MTA5IDguNDA5ODIgOC4wMDA4NCA4LjQwOTgyWiIgZmlsbD0iIzE5MUIyMSIvPg0KPC9zdmc+DQo=") 0 0 no-repeat; }
      .game-offer__window__top .views span {
        margin-left: 5px;
        font-size: 12px;
        line-height: 14px;
        color: var(--c-text); }
  .game-offer__window__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--c-panel2);
    border-radius: 0 0 20px 20px;
    padding: 14px 16px; }
    .game-offer__window__bottom .right{
      width: 15%;
    }
    .star-num {
    display: none;
}
    .game-offer__window__bottom .left, .game-offer__window__bottom .right {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .game-offer__window__bottom .links {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .game-offer__window__bottom .links a {
        display: flex;
        align-items: center;
        padding: 6px;
        background: rgba(255, 255, 255, 0.06);
        border: 2px solid rgba(255,255,255,0.16);
        box-sizing: border-box;
        border-radius: 14px;
        margin-right: 5px;
        margin-bottom: 6px; }
        .game-offer__window__bottom .links a:hover {
          border-color: #9683B0; }
        .game-offer__window__bottom .links a:last-child {
          margin-right: 0; }
        .game-offer__window__bottom .links a img {
          margin-right: 10px;
          border-radius: 12px; }
        .game-offer__window__bottom .links a span {
          font-weight: 500;
          font-size: 14px;
          line-height: 14px;
          color: var(--c-text); }

.game-offer__description a {
    text-decoration: none;
    color: #B98A52;
}

.game-offer__description a:hover {
  text-decoration: underline;
  color: #B98A52; }

.game-offer__description ul {
 font-family: "Sansation", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 21px;
margin-top: 25px;
margin-bottom: 25px;
color: var(--c-muted);
}

.game-offer__description li {
  position: relative;
  padding-left: 22px;
}

.game-offer__description li::before {
    content: "\2022";
    color: #B98A52;
    position: absolute;
    left: 4px;
    top: 0;

}

.game-offer__description {
  padding: 30px;
  background: var(--c-panel);
  outline: 1px solid rgba(255,255,255,0.10);
  outline-offset: -1px;
  box-shadow: 0 0 70px rgba(150,131,176,0.13), 0 20px 50px rgba(0,0,0,0.5);
  border-radius: 20px;
  margin-bottom: 30px; }
  .game-offer__description img {
    margin-right: 25px;
    margin-bottom: 15px;
    float: left;
    border-radius: 14px; }

.similar-games {
  margin-bottom: 30px; }

.adv-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: var(--c-panel);
  border: 2px solid rgba(255,255,255,0.08);
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 30px; }

.footer {
  position: relative;
  padding-bottom: 30px; }
  .footer__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 50px;
    background: var(--c-panel);
    outline: 1px solid rgba(255,255,255,0.22);
    outline-offset: -1px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.14), 0 0 40px 6px rgba(150,131,176,0.13), 0 0 100px 16px rgba(150,131,176,0.06), 0 20px 50px rgba(0,0,0,0.5);
    border-radius: 34px; }
  .footer .privacy a {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: var(--c-muted); }
  .footer .privacy a:hover {
    color: var(--c-text); }

.slick-prev, .slick-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 14px;
  background: var(--c-panel2);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 6px 20px rgba(0,0,0,0.55); }
  .slick-prev:hover, .slick-next:hover {
    background: var(--c-accent);
    border-color: var(--c-accent);
    box-sizing: border-box; }
  .slick-prev:focus, .slick-next:focus {
    background: var(--c-accent);
    border-color: var(--c-accent);
    box-sizing: border-box;
    border-radius: 14px; }

.slick-next {
  top: -54px;
  right: 0; }
  .slick-next::before {
    content: '';
    border-left: 10px solid #A98FE0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-radius: 5px 0 0 5px; }
  .slick-next:hover::before {
    border-left: 10px solid var(--c-accent-text); }

.slick-prev {
  top: -54px;
  right: 54px; }
  .slick-prev::before {
    content: '';
    border-right: 10px solid #A98FE0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-radius: 0 5px 5px 0; }
  .slick-prev:hover::before {
    border-right: 10px solid var(--c-accent-text); }

@keyframes pluto-gradient {
 0% {
 background-position: 0 50%
 }

 50% {
 background-position: 100% 50%
 }

 to {
 background-position: 0 50%
 }
 }
 .player-overlay-name{
 position:absolute;
    top: 94%;
    font-size: 20px;
 }
.player-overlay-image img{
    border: 2px solid rgba(255,255,255,0.25);
    border-radius: 8px;
    width:180px;
}
.player-overlay{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background: linear-gradient(-45deg, #6B4152, #6B4568, #4F5A78) 0 0/300% 300%;
    animation: pluto-gradient 24s ease 0s infinite normal none running;
    color: #ffffff;
    font-size: 25px;
    min-height:650px;
    position: relative;
    flex-wrap: wrap;
     }

    #js-player-start{
    width:180px;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    background: var(--c-accent);
    box-shadow: 0 0 26px rgba(201,162,39,0.22);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-accent-text);
    }
    #js-player-start:hover{
    text-decoration:none;}
    #js-player-start svg{
    margin-right:5px;}
    .game-offer__window__frame {
    display:none;}
	.btn-fullscreen {
    visibility: hidden;
}
    @media (max-width: 767px) {
  .player-overlay {
    min-height:450px;
  }
	}
    
    
    
    
    .header .menu > ul > li {
  position: relative; }

.header .menu .dropdown_first {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  width: max-content;
  max-width: 260px;
  padding: 8px;
  background: var(--c-panel2);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 16px;
  box-shadow: 0 20px 44px rgba(0,0,0,0.55);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s; }

.header .menu .dropdown_first::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px; }

.header .menu > ul > li:hover > .dropdown_first {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.header .menu .dropdown_first li {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  background: none;
  box-shadow: none;
  border-radius: 10px; }

.header .menu .dropdown_first li a {
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 18px;
  color: var(--c-muted);
  border-radius: 10px; }

.header .menu .dropdown_first li a:hover {
  background: var(--c-panel3);
  color: #6C87A8; }

@media (max-width: 767px) {

  /* родительский пункт: a и подменю — строго друг под другом */
  .header .menu.open > ul > li {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    height: auto; }

  .header .menu.open > ul > li > a {
    height: 55px; }

  .header .menu.open .dropdown_first {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 4px;
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    height: auto;
    margin: 6px 0 0 0;
    padding: 6px;
    background: rgba(255,255,255,0.04);
    box-shadow: none;
    border-radius: 12px; }

  .header .menu.open .dropdown_first::before {
    display: none; }

  .header .menu.open .dropdown_first li {
    position: static;
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    background: none;
    box-shadow: none; }

  .header .menu.open .dropdown_first li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 18px;
    color: var(--c-text); }
}




.game-offer__description h2 {
  margin-top: 40px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--c-text);
  border-bottom: 1px solid rgba(255,255,255,0.14); }

.game-offer__description h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--c-text); }

.game-offer__description p { line-height: 1.7; }


.game-offer__description b,
.game-offer__description strong {
  font-weight: 700;
  color: #6C87A8; }


.game-offer__description .pp-controls {
  margin: 24px 0;
  padding: 22px 24px;
  background: rgba(108,135,168,0.07);
  border: 2px solid #6C87A8;
  border-radius: 14px; }

.game-offer__description .pp-controls ul {
  margin: 0;
  font-family: Stolzl, sans-serif; }

.game-offer__description .pp-controls li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: var(--c-muted); }

.game-offer__description .pp-controls li:last-child { border-bottom: none; }

.game-offer__description .pp-controls li::before { content: none; }

.game-offer__description .pp-controls li b {
  flex: 0 0 auto;
  min-width: 54px;
  padding: 6px 14px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-text);
  text-align: center;
  white-space: nowrap; }

.game-offer__description .pp-quote {
  position: relative;
  margin: 20px 0;
  padding: 20px 24px 20px 52px;
  background: rgba(150,131,176,0.07);
  border: 2px solid #9683B0;
  border-radius: 14px;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  color: #D6D3CA; }

.game-offer__description .pp-quote::before {
  content: "\201C";
  position: absolute;
  top: 8px;
  left: 18px;
  font-size: 40px;
  line-height: 1;
  font-style: normal;
  color: #9683B0;
  opacity: .6; }


.game-offer__description .pp-faq-item {
  position: relative;
  margin: 14px 0;
  padding: 18px 22px 18px 48px;
  background: rgba(102,112,168,0.06);
  border: 2px solid #6670A8;
  border-radius: 14px; }

.game-offer__description .pp-faq-item::before {
  content: "?";
  position: absolute;
  left: 22px;
  top: 18px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #6670A8; }

.game-offer__description .pp-faq-item h3 {
  margin: 0 0 8px 0;
  color: var(--c-text); }

.game-offer__description .pp-faq-item p { margin: 0; }


.game-offer__description .pp-tip {
  position: relative;
  margin: 16px 0;
  padding: 16px 20px 16px 50px;
  background: rgba(107,158,126,0.07);
  border: 2px solid #6B9E7E;
  border-radius: 14px;
  line-height: 1.6;
  color: var(--c-text); }

.game-offer__description .pp-tip::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 20px;
  width: 20px;
  height: 20px;
  background-color: #6B9E7E;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgc3Ryb2tlPSdibGFjaycgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnPjxwYXRoIGQ9J005IDE4aDYnLz48cGF0aCBkPSdNMTAgMjJoNCcvPjxwYXRoIGQ9J00xMiAyYTcgNyAwIDAgMC00IDEyLjdjLjcuNSAxIDEuMyAxIDIuM2g2YzAtMSAuMy0xLjggMS0yLjNBNyA3IDAgMCAwIDEyIDJ6Jy8+PC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgc3Ryb2tlPSdibGFjaycgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnPjxwYXRoIGQ9J005IDE4aDYnLz48cGF0aCBkPSdNMTAgMjJoNCcvPjxwYXRoIGQ9J00xMiAyYTcgNyAwIDAgMC00IDEyLjdjLjcuNSAxIDEuMyAxIDIuM2g2YzAtMSAuMy0xLjggMS0yLjNBNyA3IDAgMCAwIDEyIDJ6Jy8+PC9zdmc+");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain; }


.author-bio {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 30px 0;
  padding: 20px 24px;
  background: var(--c-panel2);
  border: 2px solid rgba(255,255,255,0.08);
  border-radius: 20px; }

.author-bio__avatar {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #9683B0;
  box-shadow: 0 0 18px -4px #9683B0;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px; }

.author-bio__avatar img {
  width: 56px !important;
  height: 56px !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 50% !important;
  display: block !important; }

.author-bio__info {
  flex: 1 1 auto; }

.author-bio__name {
  font-weight: 700;
  font-size: 16px;
  color: #B39DDD;
  margin-bottom: 4px; }

.author-bio__role {
  font-size: 14px;
  line-height: 1.5;
  color: var(--c-muted); }


.game-offer__description table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin: 22px 0;
  border-radius: 14px;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--c-panel);
  border: 2px solid #6C87A8; }

.game-offer__description table th,
.game-offer__description table td {
  padding: 12px 16px;
  border-right: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  vertical-align: top;
  line-height: 1.5;
  text-align: left; }

.game-offer__description table th:last-child,
.game-offer__description table td:last-child { border-right: none; }

.game-offer__description table tr:last-child td { border-bottom: none; }

.game-offer__description table tr:nth-child(even) td {
  background: rgba(255,255,255,0.05); }

/* Header row: works whether markup uses a real <thead><th> or a plain first <tr> of <td> */
.game-offer__description table th {
  background: rgba(108,135,168,0.28);
  color: var(--c-text);
  font-weight: 700; }

.game-offer__description table thead tr:first-child td,
.game-offer__description table tr:first-child.pp-table-head td {
  background: rgba(108,135,168,0.28);
  color: var(--c-text);
  font-weight: 700; }

/* First column keеps its own "label" look, no matter how many columns follow */
.game-offer__description table tr td:first-child {
  min-width: 120px;
  background: rgba(108,135,168,0.10);
  color: var(--c-text);
  font-weight: 700; }

.game-offer__description table tr td:first-child b { color: var(--c-text); }


/* Sidebar guides block */
.character-guides .character-games__list {
	background: var(--c-panel2);
	border-radius: 26px;
	padding: 10px 14px;
}
.character-guides .character-games__list ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.character-guides .character-games__list li {
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	background: none;
	position: static;
}
.character-guides .character-games__list li a {
	display: block;
	padding: 9px 4px;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	text-decoration: none;
}
.character-guides .character-games__list li:last-child a {
	border-bottom: none;
}
.character-guides .character-name {
	position: static;
	width: auto;
	background: none;
	padding: 0;
	border-radius: 0;
	bottom: auto;
}
.character-guides .character-games__list li a:hover .character-name {
	background: none;
}
.character-guides .character-name span {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.35;
	text-align: left;
	color: var(--c-muted) !important;
}
.character-guides .character-games__list li a:hover .character-name span {
	color: #B5738C !important;
}

.character-guides {
	background: var(--c-panel);
	outline: 2px solid #6670A8;
	outline-offset: -2px;
	box-shadow: 0 0 22px -6px rgba(102,112,168,0.3);
	border-radius: 34px;
	padding: 25px 10px 10px 10px;
	margin-bottom: 24px;
}
.character-guides .block-title {
	margin-bottom: 16px;
}



.game-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 18px;
	margin-bottom: 30px;
	background: rgba(217, 140, 61, 0.08);
	border: 2px solid rgba(217, 140, 61, 0.25);
	border-radius: 20px;
}
.game-banner img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 14px;
}
/* ============================================
   Character guide — additive styles (eg-*)
   Paste into your main stylesheet
   ============================================ */

/* ---------- Character card ---------- */
.eg-character {
  margin: 24px 0;
  padding: 22px 24px;
  background: rgba(108,135,168,0.07);
  border: 2px solid #6C87A8;
  border-radius: 14px;
}

/* full-width heading */
.eg-character h2 {
  margin-top: 0;
  margin-bottom: 12px;
}

/* full-width row of fact pills */
.eg-character__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

/* text body: image floats inside here, so its top edge lines up
   with the first line of the first paragraph */
.eg-character__body::after {
  content: '';
  display: table;
  clear: both;
}

.eg-character__media {
  display: block;
  float: left;
  width: 250px;
  height: 150px;
  margin: 0 25px 25px 0;
  object-fit: cover;
  border-radius: 16px;
  outline: 1px solid rgba(255,255,255,0.16);
  outline-offset: -1px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.5);
}

/* alternate sides for visual rhythm */
.eg-character:nth-of-type(even) .eg-character__media {
  float: right;
  margin: 0 0 12px 25px;
}

/* accent colors, matching the existing site palette — used on the pills */
.eg-character--purple { --eg-accent: #9683B0; }
.eg-character--navy   { --eg-accent: #6670A8; }
.eg-character--pink   { --eg-accent: #B5738C; }
.eg-character--green  { --eg-accent: #6B9E7E; }
.eg-character--red     { --eg-accent: #B85A52; }
.eg-character--gold   { --eg-accent: var(--c-accent); }
.eg-character--orange { --eg-accent: #B98A52; }

/* ---------- Fact pills ---------- */
.eg-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  font-size: 12px;
  font-weight: 500;
  color: var(--c-text);
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--eg-accent, rgba(255,255,255,.18));
  border-radius: 999px;
  white-space: nowrap;
}

.eg-pill--warn {
  background: rgba(184,90,82,0.12);
  border-color: #B85A52;
  color: #E8B6B0;
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
  .eg-character__media,
  .eg-character:nth-of-type(even) .eg-character__media {
    float: none;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 16px auto;
  }
}
.container {
  max-width: 1140px;
  margin: 0 auto; }
  .container::before {
    content: '';
    display: table; }
  .container::after {
    content: '';
    clear: both; }

@media all and (max-width: 389px) {
  .game-card {
    max-width: calc(100% / 2 - 10px); } }

@media all and (max-width: 767px) {
  .container {
    padding: 0 16px; }
  .btn-search {
    height: 44px; }
  .btn-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #EC5260 -8.44%, #F53439 74.75%);
    border-radius: 14px;
    width: 100%;
    height: 44px; }
    .btn-menu .text {
      font-weight: 500;
      font-size: 14px;
      line-height: 22px;
      color: #ffffff; }
  .hamburger {
    position: relative;
    width: 12px;
    height: 12px;
    margin-right: 5px; }
    .hamburger span {
      display: block;
      position: absolute;
      width: 12px;
      height: 2px;
      -webkit-transition: transform .15s linear;
      -o-transition: transform .15s linear;
      transition: transform 0.15s ease;
      border-radius: 3px;
      background-color: #fff; }
    .hamburger span:nth-child(1) {
      top: 0; }
    .hamburger span:nth-child(2) {
      top: 50%;
      margin-top: -1px; }
    .hamburger span:nth-child(3) {
      top: auto;
      bottom: 0; }
  .header {
    position: relative; }
    .header__content {
      margin-top: 16px;
      margin-bottom: 16px; }
    .header .logo {
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 15px; }
    .header .search input {
      width: 100%;
      max-width: 250px;
      height: 44px;
      background: #F7F8FA url(../img/icon-search.svg) 12px 15px no-repeat; }
    .header .menu {
      margin-top: 10px; }
      .header .menu ul {
        display: none; }
        .header .menu ul li {
          height: 44px;
          max-width: calc(100% / 2 - 5px);
          margin-bottom: 10px; }
  .open .hamburger span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg); }
  .open .hamburger span:nth-child(2) {
    top: 0;
    opacity: 0; }
  .open .hamburger span:nth-child(3) {
    bottom: 5px;
    transform: rotate(-45deg); }
  .open.menu ul {
    display: flex;
    margin-top: 15px; }
  .content {
    flex-wrap: wrap;
    padding: 20px; }
  .side {
    max-width: 100%; }
  .character-games__list ul {
    justify-content: center; }
  .catalog__list {
    justify-content: space-between; }
  .game-series__slider {
    margin: 0; }
  .game-series__item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%; }
  .slick-next {
    top: auto;
    bottom: 0;
    right: 0; }
  .slick-prev {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto; }
  .slick-dots {
    max-width: calc(100% - (80px + 20px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px; }
    .slick-dots li {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin: 0 7px; }
      .slick-dots li button {
        font-size: 0;
        border-radius: 50%;
        padding: 3px;
        background: #72B9FA; }
      .slick-dots li.slick-active {
        width: 10px;
        height: 10px;
        background: #ffffff; }
        .slick-dots li.slick-active button {
          background: #FC8500; }
  .game-card {
    margin: 5px; }
  .game-offer h1 {
    font-size: 28px;
    line-height: 30px; }
  .game-offer__window__top {
    flex-wrap: wrap; }
    .game-offer__window__top .left {
      justify-content: center;
      margin-bottom: 10px; }
    .game-offer__window__top .right {
      justify-content: center;
      width: 100%; }
  .game-offer__window__frame {
    min-height: 320px; }
  .game-offer__window__bottom {
    flex-wrap: wrap; }
    .game-offer__window__bottom .left {
      order: 13; }
    .game-offer__window__bottom .right {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 10px;
      order: 1; }
    .game-offer__window__bottom .links a {
      margin-bottom: 5px; }
  .description h1, .description .h1 {
    font-size: 28px;
    line-height: 30px; }
  .description h2, .description .h2 {
    font-size: 28px;
    line-height: 30px; }
  .description--padding {
    padding: 20px; }
  .footer__content {
    flex-wrap: wrap; }
    .footer__content .logo {
      margin-bottom: 20px;
      margin-right: auto;
      margin-left: auto; }
    .footer__content .privacy {
      text-align: center;
      margin: 0 auto; } }

/* --- builder additions (not from theme) --- */
:root{
  --c-bg:#0A0C0E; --c-panel:#2E333F; --c-panel2:#3C424F; --c-panel3:#4A5162;
  --c-text:#F2F1EC; --c-muted:#A6A2AE; --c-accent:#C9A227; --c-accent-text:#2A1F08;
}
.text-logo{display:inline-block;font-family:'Inter',Arial,sans-serif;font-weight:800;font-size:26px;letter-spacing:-.5px;color:#fff;
  background:linear-gradient(135deg,#9683B0,#6670A8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.footer .foot-note{color:#8a8aa0;font-size:11px;margin-top:8px;max-width:340px;line-height:1.5}
.header .menu ul li a img{display:inline-block}

/* Pre-play teaser: capped at a fixed, sane height (was ~650px, inherited from the
   theme's wide row layout) — once Play is pressed the frame below takes over at
   its own normal (taller) size, so the actual game is never cramped. */
.player-overlay{
  min-height:450px !important;
  height:450px;
  flex-direction:column !important;
  gap:16px;
  padding:24px;
  position:relative;
  z-index:0;
  overflow:hidden;
}
/* Blurred, full-bleed backdrop made from the game's own thumbnail (set inline as
   --bg-img per game) — sits behind everything else in the card. Falls back to the
   theme's original animated gradient when a game has no image at all. */
.player-overlay::before{
  content:'';
  position:absolute;
  inset:-30px;
  background-image:var(--bg-img,none);
  background-size:cover;
  background-position:center;
  filter:blur(28px) brightness(.55) saturate(1.15);
  z-index:-1;
}
.player-overlay-image{ order:1; position:relative; z-index:1; }
.player-overlay-image img{ width:140px; height:140px; object-fit:cover; }
.player-overlay-name{
  position:relative !important;
  top:auto !important;
  z-index:1;
  order:2;
  font-size:22px;
  text-align:center;
  max-width:90%;
  text-shadow:0 2px 10px rgba(0,0,0,.6);
}
.player-button-name{ order:3; position:relative; z-index:1; }

/* Uniform thumbnail size for the category/similar-games grid — actual pixel size
   comes from --thumb-w/--thumb-h, injected per-page from the Games tab's
   width/height setting. Deliberately NOT applied to the sidebar "Most Played"
   list — that one has its own compact 2-per-row layout (98px, flex-wrap) that a
   125px override would break by no longer fitting two across. */
:root{ --thumb-w:125px; --thumb-h:125px; }
.game-card .thumb img {
  width: var(--thumb-w) !important;
  height: var(--thumb-h) !important;
  object-fit: cover !important;
}

/* A real, visible Play button — red, pill-shaped, gently pulsing to draw the eye,
   and a touch larger on hover for tactile feedback (the theme styled a #js-player-start
   id that our markup never used, so this had been rendering as bare unstyled text). */
.player-overlay__start{
  font-family:inherit;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:auto !important;
  height:auto !important;
  min-width:210px;
  padding:16px 38px;
  background:linear-gradient(135deg,#FF6A4D,#E42A3F);
  color:#fff !important;
  font-size:19px;
  font-weight:800;
  letter-spacing:.3px;
  border-radius:999px;
  cursor:pointer;
  text-decoration:none;
  box-shadow:0 0 0 0 rgba(228,42,63,.55);
  animation:playPulse 2.2s ease-out infinite;
  transition:transform .2s ease, box-shadow .2s ease;
}
.player-overlay__start:hover{
  transform:scale(1.08);
  text-decoration:none;
  color:#fff;
}
.player-overlay__start .play-ico{ font-size:14px; }
@keyframes playPulse{
  0%   { box-shadow:0 0 0 0 rgba(228,42,63,.55); }
  70%  { box-shadow:0 0 0 22px rgba(228,42,63,0); }
  100% { box-shadow:0 0 0 0 rgba(228,42,63,0); }
}
@media (max-width:767px){
  .player-overlay{ min-height:450px !important; height:450px; }
}
/* Post-play frame height — was the theme's default 600px, now 550px (still full
   per-game auto width/positioning, just a shorter minimum). */
.game-offer__window__frame{ min-height:550px; }
