
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  min-width: 320px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.38;
  font-weight: 400;
  color: #3A3A3A;
  background-color: #F5F5F7;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

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

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

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container--small {
  max-width: 770px;
}

.title {
  margin: 0 0 0.3em;
  font-size: 30px;
  line-height: 1.16;
  color: #212121;
}
@media (max-width: 768px) {
  .title {
    font-size: 26px;
  }
}
.title--center {
  text-align: center;
}
.title--white {
  color: #fff;
}
.title--large-mb {
  margin-bottom: 0.83em;
}

.description {
  max-width: 570px;
  margin: 0 0 1em;
}

.page {
  display: flex;
  gap: 0 20px;
}
.page__content {
  flex-grow: 1;
}
.page__sidebar {
  width: 32%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .page__sidebar {
    display: none;
  }
}

.tooltip {
  position: absolute;
  display: none;
  max-width: 600px;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #333;
  background-color: #161616;
  border-radius: 5px;
  color: #fff;
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-weight: 600;
}

h1 {
  font-size: 30px;
  line-height: 1.16;
}

h2 {
  font-size: 22px;
  line-height: 1.14;
}

h3 {
  font-size: 24px;
  line-height: 1.25;
}

h4 {
  font-size: 20px;
  line-height: 1.25;
}

.logo {
  display: block;
  max-width: 156px;
}
@media (max-width: 375px) {
  .logo {
    max-width: 100px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.hero {
  position: relative;
  margin: 0 0 60px;
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__image--game + .hero__image {
  display: none;
}
.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 45px 15px;
  min-height: 190px;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__content {
    margin: 0 0 30px;
    min-height: 40vh;
  }
}
.hero__content--with-breadcrumbs {
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.hero__search {
  display: flex;
  justify-content: center;
}
.hero .title {
  margin: 0 0 0.67em;
}
.hero__breadcrumbs {
  width: 100%;
  max-width: 1170px;
  margin: auto auto 0;
  padding: 0 15px;
}

.language-selector {
  position: relative;
  z-index: 10;
}
.language-selector__button {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 140px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  background: #fff;
  color: #1b1c1e;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.language-selector__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  border-style: solid;
  border-color: rgba(27, 28, 30, 0.5);
  border-right-color: transparent;
  border-left-color: transparent;
  border-width: 6px 4px 0px;
  transform: rotate(0deg) translateY(-50%);
  transform-origin: top;
  transition: 0.3s ease;
}
.language-selector--show .language-selector__button::after {
  transform: rotate(180deg) translateY(-50%);
}
.language-selector--show .language-selector__list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.language-selector__list {
  position: absolute;
  width: 100%;
  top: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 4px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: 1px solid rgba(27, 28, 30, 0.2);
}
.language-selector__item {
  display: flex;
  font-size: 16px;
}
.language-selector__item a {
  width: 100%;
  padding: 5px 15px;
}
.language-selector__item:hover {
  background: rgba(0, 0, 0, 0.1);
}

.search__form {
  width: 100%;
  max-width: 460px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 8px;
}
.search__form input[type=search] {
  width: 100%;
  padding: 10px 50px 10px 15px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(25, 27, 31, 0.78);
  background: #fff no-repeat center right 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.667.3c1.758 0 3.35.713 4.502 1.865a6.347 6.347 0 0 1 1.865 4.502 6.334 6.334 0 0 1-.814 3.114l-.146.247 3.2 3.19c.284.285.426.657.426 1.029 0 .372-.142.743-.426 1.027a1.45 1.45 0 0 1-1.945.1l-.11-.1-3.152-3.151c-1.015.559-2.166.91-3.4.91a6.347 6.347 0 0 1-4.502-1.864A6.347 6.347 0 0 1 .3 6.667c0-1.758.713-3.35 1.865-4.502A6.347 6.347 0 0 1 6.667.3Zm0 2.538a3.817 3.817 0 0 0-2.708 1.121 3.817 3.817 0 0 0-1.121 2.708c0 1.057.428 2.015 1.121 2.708a3.817 3.817 0 0 0 2.708 1.121 3.817 3.817 0 0 0 2.708-1.121 3.817 3.817 0 0 0 1.121-2.708 3.817 3.817 0 0 0-1.121-2.708 3.817 3.817 0 0 0-2.708-1.121Z' fill='%23D8D8D8' fill-rule='nonzero' /%3E%3C/svg%3E");
  background-size: 15px 15px;
  border: none;
  border-radius: 5px;
  outline: none;
}
.search__form input[type=search]:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.667.3c1.758 0 3.35.713 4.502 1.865a6.347 6.347 0 0 1 1.865 4.502 6.334 6.334 0 0 1-.814 3.114l-.146.247 3.2 3.19c.284.285.426.657.426 1.029 0 .372-.142.743-.426 1.027a1.45 1.45 0 0 1-1.945.1l-.11-.1-3.152-3.151c-1.015.559-2.166.91-3.4.91a6.347 6.347 0 0 1-4.502-1.864A6.347 6.347 0 0 1 .3 6.667c0-1.758.713-3.35 1.865-4.502A6.347 6.347 0 0 1 6.667.3Zm0 2.538a3.817 3.817 0 0 0-2.708 1.121 3.817 3.817 0 0 0-1.121 2.708c0 1.057.428 2.015 1.121 2.708a3.817 3.817 0 0 0 2.708 1.121 3.817 3.817 0 0 0 2.708-1.121 3.817 3.817 0 0 0 1.121-2.708 3.817 3.817 0 0 0-1.121-2.708 3.817 3.817 0 0 0-2.708-1.121Z' fill='%234C90E2' fill-rule='nonzero' /%3E%3C/svg%3E%0A");
}
.search--black-border .search__form {
  background: rgba(0, 0, 0, 0.05);
}
.search--black-border .search__form:focus-within {
  background: #4c90e2;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

zd-autocomplete {
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #d4d8dc;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
}
zd-autocomplete zd-autocomplete-multibrand {
  border: none;
  padding: 0;
  margin: 0 0 10px;
}
zd-autocomplete zd-autocomplete-title-multibrand {
  display: block;
  padding: 5px 10px;
  color: #3e3e4b;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  border-radius: 4px;
}
zd-autocomplete zd-autocomplete-title-multibrand:hover {
  background: rgba(62, 62, 75, 0.1);
}
zd-autocomplete zd-autocomplete-breadcrumbs-multibrand {
  display: none;
}

.s-categories {
  margin: 0 0 60px;
}
@media (max-width: 576px) {
  .s-categories {
    margin: 0 0 30px;
  }
}
.s-categories__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.s-categories__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category {
  max-width: 500px;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  text-align: center;
  color: #424245;
  background: #fff;
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.category__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60px;
  margin: 0 auto 15px;
}
.category__image {
  width: 60px;
  height: 75px;
  object-fit: contain;
}
.category__title {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
}
.category__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(66, 66, 69, 0.8);
}

.hot-topics {
  margin: 0 0 70px;
}
@media (max-width: 576px) {
  .hot-topics {
    margin: 0 0 40px;
  }
}
.hot-topics__title {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  color: #2d2d30;
}
.hot-topics__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .hot-topics__list {
    grid-template-columns: 1fr;
  }
}
.hot-topics__item {
  display: flex;
}

.s-games {
  padding: 50px 0;
  background: #fff;
}
@media (max-width: 576px) {
  .s-games {
    padding: 25px 0;
  }
}
.s-games__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .s-games__list {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .s-games__list {
    grid-template-columns: 1fr 1fr;
  }
}
.s-games__card {
  display: block;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.39);
  border-radius: 6px;
  overflow: hidden;
}
.s-games__image {
  display: block;
  aspect-ratio: 36/19;
  transition: 0.3s ease;
}
.s-games__image:hover {
  transform: scale(1.07);
}

.article-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 45px 10px 20px;
  background: #fff;
  color: rgba(45, 45, 48, 0.9);
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  .article-link {
    padding: 8px 40px 8px 10px;
    font-size: 14px;
  }
}
.article-link:hover::after {
  transform: translateY(-50%) translateX(4px);
}
.article-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 1.39em;
  height: 1.39em;
  background: url("/hc/theming_assets/01K34GYYTF742KBZDF065048F1") no-repeat center/contain;
  transition: 0.2s ease;
}

.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 4px 4px 0 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  overflow: hidden;
}
.breadcrumbs li {
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  white-space: nowrap;
}
.breadcrumbs li.current, .breadcrumbs li:last-child {
  color: #1b1c1e;
  background: #f5f5f7;
  border-radius: 4px 4px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-box {
  background: #fff;
  border-radius: 4px;
  padding: 25px 30px;
}
.article-box__title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #2d2d30;
}
.article-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-box__item {
  margin: 0 0 3px;
}
.article-box__link {
  position: relative;
  display: block;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(45, 45, 48, 0.7);
}
.article-box__link:hover {
  color: rgba(45, 45, 48, 0.9);
}
.article-box__link--current {
  font-weight: 600;
  color: rgba(45, 45, 48, 0.9);
}
.article-box__link--current::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  left: -15px;
  background: #f5f5f7;
  border-radius: 4px;
  z-index: 0;
  pointer-events: none;
}
.article-box__link span {
  position: relative;
  z-index: 1;
}
.article-box__more-link {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #007AFF;
}

.article-page {
  display: flex;
  gap: 0 20px;
}
.article-page__main {
  flex-grow: 1;
}
.article-page__holder {
  padding: 40px 40px 50px;
  background: #fff;
  border-radius: 6px;
}
@media (max-width: 576px) {
  .article-page__holder {
    padding: 20px 15px;
  }
}
.article-page__sidebar {
  width: 32%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .article-page__sidebar {
    display: none;
  }
}
.article-page__title {
  margin: 0 0 0.6em;
}
.article-page__body {
  margin: 0 0 50px;
  font-size: 16px;
}
.article-page__body h3 {
  font-size: 22px;
  margin-bottom: 0.6em;
}
@media (max-width: 576px) {
  .article-page__body h3 {
    font-size: 20px;
  }
}
.article-page__body a {
  color: #007AFF;
}
.article-page__body ul {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  padding-left: 17px;
}

.sidebar__search {
  margin: 0 0 20px;
}

.article-votes {
  padding: 25px;
  background: #f5f5f7;
  border-radius: 6px;
  text-align: center;
}
.article-votes__title {
  margin: 0 0 0.9em;
  font-size: 22px;
  line-height: 1.14;
  font-weight: 500;
}
@media (max-width: 576px) {
  .article-votes__title {
    font-size: 20px;
  }
}
.article-votes__button {
  position: relative;
  padding: 0.44em 0.83em 0.44em 2.78em;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #555557;
  background: #fff;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.article-votes__button--selected.article-votes__button--up::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_20_2035' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1' y='1' width='22' height='20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 8C22.1 8 23 8.9 23 10L22.99 10.08L23 10.09V12C23 12.26 22.95 12.5 22.86 12.73L19.84 19.78C19.54 20.5 18.83 21 18 21H9C7.9 21 7 20.1 7 19V9C7 8.45 7.22 7.95 7.59 7.59L14.17 1L15.23 2.05C15.5 2.32 15.67 2.7 15.67 3.11L15.64 3.43L14.69 8H21ZM5 21H1V9H5V21Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_20_2035)'%3E%3Crect width='24' height='24' fill='%234CAF50'/%3E%3C/g%3E%3C/svg%3E ");
}
.article-votes__button--selected.article-votes__button--down::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_20_2020' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1' y='3' width='22' height='20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 3H15C16.1 3 17 3.9 17 5V15C17 15.55 16.78 16.05 16.42 16.41L9.83 23L8.77 21.95C8.5 21.68 8.33 21.3 8.33 20.89L8.36 20.57L9.31 16H3C1.9 16 1 15.1 1 14L1.01 13.92L1 13.91V12C1 11.74 1.05 11.5 1.14 11.27L4.16 4.22C4.46 3.5 5.17 3 6 3ZM19 15V3H23V15H19Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_20_2020)'%3E%3Crect width='24' height='24' fill='%23F44336'/%3E%3C/g%3E%3C/svg%3E ");
}
.article-votes__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.72em;
  transform: translateY(-50%);
  width: 1.3em;
  height: 1.3em;
  background: no-repeat center/contain;
}
.article-votes__button--up::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23373A40' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_20_2035' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1' y='1' width='22' height='20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 8C22.1 8 23 8.9 23 10L22.99 10.08L23 10.09V12C23 12.26 22.95 12.5 22.86 12.73L19.84 19.78C19.54 20.5 18.83 21 18 21H9C7.9 21 7 20.1 7 19V9C7 8.45 7.22 7.95 7.59 7.59L14.17 1L15.23 2.05C15.5 2.32 15.67 2.7 15.67 3.11L15.64 3.43L14.69 8H21ZM5 21H1V9H5V21Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_20_2035)'%3E%3Crect width='24' height='24' fill='%23373A40' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.article-votes__button--down::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_20_2020' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1' y='3' width='22' height='20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 3H15C16.1 3 17 3.9 17 5V15C17 15.55 16.78 16.05 16.42 16.41L9.83 23L8.77 21.95C8.5 21.68 8.33 21.3 8.33 20.89L8.36 20.57L9.31 16H3C1.9 16 1 15.1 1 14L1.01 13.92L1 13.91V12C1 11.74 1.05 11.5 1.14 11.27L4.16 4.22C4.46 3.5 5.17 3 6 3ZM19 15V3H23V15H19Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_20_2020)'%3E%3Crect width='24' height='24' fill='%23373A40' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.article-votes__controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px auto;
}
.article-votes__count {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(45, 45, 48, 0.9);
  opacity: 0.8;
}

.support-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0;
  padding: 30px 30px 30px 40px;
  background: #fff;
  border-radius: 6px;
}
@media (max-width: 576px) {
  .support-box {
    padding: 20px 15px;
  }
}
@media (max-width: 375px) {
  .support-box {
    flex-direction: column;
    text-align: center;
  }
}
.support-box__title {
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  color: #2d2d30;
}
@media (max-width: 576px) {
  .support-box__title {
    font-size: 20px;
  }
}
.support-box__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(45, 45, 48, 0.9);
  opacity: 0.8;
}
@media (max-width: 576px) {
  .support-box__subtitle {
    font-size: 14px;
  }
}
.support-box__description {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(45, 45, 48, 0.7);
}

.button, .request-page footer input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em 1.5em;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background: linear-gradient(90deg, #5b8fe5, #4779cb);
  border-radius: 6px;
  border: none;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media (max-width: 576px) {
  .button, .request-page footer input[type=submit] {
    font-size: 16px;
  }
}
.button:hover, .request-page footer input[type=submit]:hover {
  background: linear-gradient(90deg, #598cdd, #2c69ca);
}

.search-results {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .search-results {
    flex-direction: column;
  }
}
.search-results__main {
  flex-grow: 1;
}
.search-results__sidebar {
  width: 32%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .search-results__sidebar {
    width: 100%;
  }
}
.search-results__search-box {
  width: 100%;
  margin: 0 0 30px;
}
.search-results__search-box .search__form {
  max-width: 100%;
}
.search-results__title {
  margin-bottom: 0.67em;
}
.search-results__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-results__item {
  margin: 0 0 20px;
}
.search-results__text a {
  color: #007AFF;
}

.card-search {
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.card-search__main-category {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(27, 28, 30, 0.5);
}
@media (max-width: 900px) {
  .card-search__main-category {
    font-size: 12px;
    margin: 0 0 5px;
  }
}
.card-search__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.14;
  color: #2d2d30;
}
@media (max-width: 900px) {
  .card-search__title {
    font-size: 20px;
    margin: 0 0 5px;
  }
}
.card-search__description {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #3a3a3a;
}
@media (max-width: 900px) {
  .card-search__description {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
@media (max-width: 576px) {
  .card-search__description {
    font-size: 14px;
  }
}
.card-search__links-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-search__category-link {
  position: relative;
  display: inline-block;
  padding: 5px 34px 5px 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #3a3a3a;
  background: #f5f5f7;
  border-radius: 15px;
}
@media (max-width: 900px) {
  .card-search__category-link {
    font-size: 14px;
  }
}
.card-search__category-link::after {
  content: "";
  position: absolute;
  right: 0.25em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.56em;
  height: 1.56em;
  padding: 3px;
  border-radius: 50%;
  background: #fff url("/hc/theming_assets/01K34GYYJZN900N30JDW90E5T4") no-repeat center;
  background-size: 0.75em 0.69em;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.card-search__link {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #007AFF;
}
@media (max-width: 900px) {
  .card-search__link {
    font-size: 14px;
  }
}

.article-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-game {
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.2);
}
.card-game ~ .article-box--hide-on-game-page {
  display: none;
}
.card-game__top-text {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: rgba(27, 28, 30, 0.5);
}
.card-game__title {
  margin: 0 0 0.9em;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  color: rgba(27, 28, 30, 0.85);
}
.card-game__image-wrapper {
  margin: 0 0 20px;
}
.card-game__image {
  vertical-align: middle;
  border-radius: 6px;
}
.card-game__link {
  display: inline-block;
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #0070f0;
  background: rgba(13, 13, 16, 0.06);
  border-radius: 6px;
  transition: 0.3s ease;
}
.card-game__link:hover {
  background: rgba(13, 13, 16, 0.08);
}

.request-page {
  background: #e9e9eb;
  padding: 50px 0;
}
.request-page__title {
  margin-bottom: 0.65em;
}
.request-page__holder {
  max-width: 100%;
  width: 590px;
  margin: 0 auto;
  padding: 25px 45px 35px;
  background: #fff;
  border-radius: 12px;
}
@media (max-width: 576px) {
  .request-page__holder {
    padding: 20px 15px;
  }
}
.request-page__holder .support-box {
  padding: 0;
}
.request-page__holder .support-box .button, .request-page__holder .support-box .request-page footer input[type=submit], .request-page footer .request-page__holder .support-box input[type=submit] {
  font-size: 18px;
}
.request-page__form {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: rgba(45, 45, 48, 0.7);
}
.request-page__form p {
  margin-top: 0.5em;
}
.request-page__form label {
  margin: 0 0 0.4em;
  display: block;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(45, 45, 48, 0.7);
}
@media (max-width: 576px) {
  .request-page__form label {
    font-size: 14px;
  }
}
.request-page__form .form-field {
  margin: 0 0 20px;
}
.request-page__form .nesty-input,
.request-page__form .hc-multiselect-toggle {
  display: block;
  height: initial;
  padding: 10px 24px 10px 15px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #3e3e4b;
  background: #fff;
  border: 1px solid #d4d8dc;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .request-page__form .nesty-input,
.request-page__form .hc-multiselect-toggle {
    font-size: 14px;
  }
}
.request-page__form .nesty-input::after,
.request-page__form .hc-multiselect-toggle::after {
  top: 50%;
  transform: translateY(-50%);
}
.request-page__form input[type=text],
.request-page__form textarea {
  width: 100%;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(13, 13, 16, 0.12);
  color: #3e3e4b;
}
.request-page__form input[type=text]::placeholder,
.request-page__form textarea::placeholder {
  color: rgba(13, 13, 16, 0.3);
}
.request-page textarea {
  height: 100px;
  resize: none;
  border: 1px solid #d5d5d5;
}
.request-page .upload-dropzone {
  margin: 10px 0;
  padding: 15px 25px;
  text-align: center;
  border: 2px dashed rgba(27, 28, 30, 0.5);
  border-radius: 4px;
}
.request-page .upload-dropzone span {
  padding: 0;
  display: block;
  color: #1b1c1e;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.request-page .upload-dropzone span a {
  font-size: inherit;
  color: #007AFF;
}
.request-page .upload-pool {
  margin: 10px 0;
}
.request-page .upload-pool:empty {
  margin: 0;
}
.request-page .upload-item {
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  background: #f5f5f5;
  border-radius: 6px;
}
.request-page .upload-item:hover {
  background: #f5f5f5;
}
.request-page .upload-item > .upload-item-icon {
  display: none;
}
.request-page .upload-item-icon-spacer {
  display: none;
}
.request-page .notification-alert {
  margin: 0;
}
.request-page .upload-remove {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  margin: 0;
  color: #1b1c1e;
}
.request-page .upload-remove svg {
  width: 15px;
  height: 15px;
}
.request-page .upload-link {
  display: inline-flex;
  align-items: center;
  padding: 5px 40px 5px 5px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #1b1c1e;
}
.request-page .upload-link::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.875em;
  flex-shrink: 0;
  margin-right: 0.625em;
  background: url("/hc/theming_assets/01K34GYYCR7ZBS8JN2HJBJJ2MP") no-repeat center/contain;
}
.request-page .notification-error {
  margin: 10px 0;
  padding: 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #1b1c1e;
  border: 1px solid #fa4800;
  border-radius: 6px;
  background: linear-gradient(0deg, rgba(250, 72, 0, 0.05), rgba(250, 72, 0, 0.05)), #f5f5f5;
}
.request-page footer {
  text-align: center;
}
.request-page footer input[type=submit] {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
}

.nesty-panel {
  transform: translateY(45px);
  max-height: 305px;
  padding: 15px;
  background: #fff;
  border: 1px solid #d4d8dc;
  border-radius: 4px;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
}
.nesty-panel::-webkit-scrollbar {
  width: 8px;
}
.nesty-panel::-webkit-scrollbar-track {
  background: #fff;
}
.nesty-panel::-webkit-scrollbar-thumb {
  background-color: rgba(104, 104, 106, 0.5);
  border-radius: 4px;
  border: none;
}
.nesty-panel li {
  margin: 0 0 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #3e3e4b;
}
.nesty-panel li:hover {
  border-radius: 4px;
  background: #e9e9eb;
}
.nesty-panel li.nesty-selected {
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */


/* Additional Styles */
.to-home-container {
  width: fit-content;
  margin: auto;
  margin-top: 200px;
  text-align: center;
}

.form-field .optional {
  display: none;
}

.form-field.string.required.request_custom_fields_33381845:after {
  margin-top: 10px;
    content: " ";
    height: 50px;
  width: 50px;
  background: url(/hc/theming_assets/01J0341SJBPZNZ5D9PB55ESPMS);
  background-size: cover;
    display: inline-block;
}

.form-field.string.required.request_custom_fields_360005050239:after {
  margin-top: 10px;
    content: " ";
    height: 50px;
  width: 50px;
  background: url(/hc/theming_assets/01J0341SJBPZNZ5D9PB55ESPMS);
  background-size: cover;
    display: inline-block;
}

p#request_custom_fields_360005050239_hint {
    width: 60%;
    display: inline-block;
}

p#request_custom_fields_33381845_hint {
    width: 60%;
    display: inline-block;
}

.request-form .required > label:after {
  content: "*";
      color: red;
      margin-left: 6px;
      font-size: 20px;
      vertical-align: middle;
}