body {
  font-family: Dosis, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .00938em;
}

* {
  padding: 0;
  margin: 0;
}

a, button, input {
  -webkit-tap-highlight-color: transparent;
}

button, input, select {
  background: 0 0;
  font-family: Dosis, sans-serif;
  font-size: inherit;
  outline: 0;
  border: none;
}

a {
  text-decoration: none;
}

#app-root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}

#app-footer, #app-header, .desktop .game-window.__ultra .game-box, .mobile .logo__img, .mobile .toongo-footer__img {
  width: 100%;
}

.container {
  max-width: 1720px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1820px) {
  .container {
    max-width: 1462px;
  }
}

@media (max-width: 1550px) {
  .container {
    max-width: 1432px;
  }
}

@media (max-width: 1466px) {
  .container {
    max-width: 1290px;
  }
}

@media (max-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1020px;
  }
}

@media (max-width: 1100px) {
  .container {
    max-width: 940px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 711px;
  }
}

@media (max-width: 760px) {
  .container {
    max-width: 92.58vw;
  }
}

@media (max-width: 550px) {
  .container {
    max-width: 390px;
  }
}

@media (max-width: 400px) {
  .container {
    max-width: 94vw;
  }
}

.__scroll:not(body), html {
  scrollbar-color: #a346ea #ffffff;
}

header {
  /*background: black;*/
}

@media (min-width: 992px) {
  #app-header::before {
    background-image: url(../../assets/img/colorline3.svg);
    background-size: cover;
    width: 100%;
    height: 5px;
    content: '';
    display: block;
  }
}

.navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: var(--app-header-height);
}

@media (max-width: 550px) {
  .navbar {
    height: 84px;
  }
}

.svg__tools {
  fill: #9538db;
  position: relative;
  z-index: 2;
  transition: transform .2s;
}

.svg__tools {
  width: 26px;
  height: 26px;
}

@media (max-width: 550px) {
  .svg__tools {
    width: 27px;
    height: 27px;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

.collapse:not(.show) {
  display: flex;
}

.nav-link {
  font-weight: 600;
  /*color: white;*/
}

.header-nav__link {
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  .header-nav__link {
    flex-direction: row;
    justify-content: left;
  }
}

.header-nav__link {
  padding: 0 !important;
  margin: 0 25px;
  color: #6f10b6;
  display: flex;
  align-items: center;
  position: relative;
}

.svg__nav {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

@media (min-width: 992px) {
  .svg__nav {
    transition: transform .2s, opacity .3s;
    transform: scale(.3) translateY(-8px);
    opacity: 0;
    position: absolute;
  }
}

@media (max-width: 991px) {
  .svg__nav {
    width: 24px;
    height: 24px;
  }
}

.nav-link__name {
  font-weight: 900;
  font-size: 1.22em;
  transition: transform .2s;
  transform: translateY(0);
  margin-bottom: 3px;
}

@media (max-width: 1820px) {
  .nav-link__name {
    font-size: 1.08em;
  }
}

@media (max-width: 991px) {
  .nav-link__name {
    margin-left: 10px;
  }
}

.navbar-nav .dropdown-menu {
  border-radius: 0;
  left: auto;
  right: 0;
  margin-top: 40px;
}

.onhover__green:hover {
  color: #49d836;
}

.onhover__pink:hover {
  color: #dd2b72;
}

.onhover__blue:hover {
  color: #0278fd;
}

.onhover__orange:hover {
  color: #fe7201;
}

.onhover__turq:hover {
  color: #12d4c4;
}

.onhover__yellow:hover {
  color: #f0af18;
}

.onhover__purple:hover {
  color: #a346ea;
}

@media (min-width: 992px) {
  .header-nav__link:hover .svg__nav {
    transform: scale(1) translateY(-11px);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .header-nav__link:hover .nav-link__name {
    transform: translateY(16px);
  }
}

@media (max-width: 991px) {
  .svg__purple {
    color: #a346ea;
  }
}

@media (max-width: 991px) {
  .navbar-brand {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .navbar-brand img {
    max-height: 44px;
  }
}

.logo-xmas {
  width: 130px;
  height: auto;
  aspect-ratio: 130 / 71;
  display: block;
  position: relative;
  margin-right: 0;
  margin-left: 4px;
}

@media (max-width: 1820px) {
  .logo-xmas {
    width: 115px;
  }
}

@media (max-width: 1466px) {
  .logo-xmas {
    width: 108px;
  }
}

@media (max-width: 991px) {
  .logo-xmas {
    margin-left: 0;
  }
}

@media (max-width: 550px) {
  .logo-xmas {
    width: 98px;
  }
}

.logo-xmas > span {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .35s;
}

.logo-xmas__back {
  background-image: url(../../assets/img/back.svg);
}

.logo-xmas__mascot {
  background-image: url(../../assets/img/mascot.svg);
}

.logo-xmas__toongo {
  background-image: url(../../assets/img/2player-logo.svg);
}

.logo-xmas:hover .logo-xmas__mascot {
  transform: translateY(-7px);
}

.logo-xmas:hover .logo-xmas__toongo {
  transform: translateY(8px);
}

@media (min-width: 992px) {
  .navbar-collapse {
    margin-left: calc(100vw * .023);
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 250px;
    z-index: 10000;
    transform: translateX(-100%);
    transition: 0.4s;
    visibility: hidden;
    content-visibility: auto;
    background: white;
  }
}

@media (max-width: 991px) {
  .navbar-collapse.active {
    left: 0;
    transform: translateX(0);
    visibility: visible;
    box-shadow: 2px 0px 15px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .nav-item {
    border-bottom: 1px solid rgba(255,255,255,0.11);
  }
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: none;
}

header .close-btn {
  display: none;
}

@media (max-width: 991px) {
  header .close-btn {
    font-size: 30px;
    cursor: pointer;
    /*color: black;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    height: 72px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 18px;
  }
}

.svg__menu-close {
  fill: #4d4d4d;
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: opacity 0.3s ease;
  }
}

@media (max-width: 991px) {
  .mobile-menu-overlay.active {
    display: block;
  }
}

@media (max-width: 991px) {
  .logo-mobile {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .logo-mobile img {
    max-height: 34px;
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 18px 8px;
    padding: 8px 10px !important;
    border: 1px solid #ebebeb;
    border-radius: 15px;
  }
}

@media (max-width: 991px) {
  .header-nav__link:hover {
    color: #6f10b6 !important;
  }
}

/* Search Icon */

.header-tools__button {
  display: flex;
  position: relative;
}

.header-tools__button {
  margin-left: 24px;
}

@media (max-width: 550px) {
  .header-tools__button {
    margin-left: 28px;
  }
}

@media (max-width: 450px) {
  .header-tools__button {
    margin-left: 15px;
  }
}

.header-tools {
  cursor: pointer;
  font-size: 18px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: end;
}

@media (max-width: 991px) {
  .header-tools, .navbar-toggler {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    text-align: left;
  }
}

.button-fav__amount {
  background: #c8f;
  width: 20px;
  height: 20px;
  padding-bottom: 1px;
  display: block;
  position: absolute;
  z-index: 5;
  right: -15px;
  top: -15px;
  font-weight: 700;
  color: #fff;
  font-size: .85em;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
}

#app-search:not(.__lightbox) {
  display: none;
}

.__lightbox {
  display: flex;
  position: fixed;
  z-index: 990;
  inset: 0;
}

.__lightbox, .__lightbox .cover, .section-error {
  width: 100%;
  height: 100%;
}

.side-container {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  cursor: default;
}

.__lightbox .side-container {
  animation: .3s forwards search;
}

.__lightbox.closing .side-container {
  animation: 0.3s forwards search-out;
}

@keyframes search {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes search-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

.side-content, html {
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}

.side-content, body.__overflow, html {
  scrollbar-gutter: stable;
}

.side-content {
  background: #fff;
  width: 100%;
  height: 100vh;
  padding: 55px 65px;
  overflow: overlay;
}

@media (max-width: 1820px) {
  .side-content {
    padding: 40px 45px;
  }
}

@media (max-width: 700px) {
  .side-content {
    padding: 30px 35px;
  }
}

@media (max-width: 550px) {
  .side-content {
    padding: 70px calc((100vw - 390px) / 2);
  }
}

@media (max-width: 400px) {
  .side-content {
    padding: 70px 3vw;
  }
}

@media (max-width: 550px) {
  .side-container {
    width: 100%;
  }
}

.svg {
  fill-rule: evenodd;
}

.svg__side-close {
  fill: #727474;
  margin-left: 2px;
  width: 12px;
}

@media (max-width: 1820px) {
  .svg__side-close {
    width: 20px;
    height: 20px;
  }
}

.side-close {
  background: #fbfbfb;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  transform: translateX(-50%);
  border-radius: 50%;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
  border: 4px solid #fff;
  padding: 0;
}

.side-close:hover {
  background: white;
}

.side-close:hover {
  background: #a346ea;
}

@media (max-width: 550px) {
  .side-close:hover {
    background: white;
  }
}

.side-close:hover .svg__side-close {
  fill: #fff;
}

@media (max-width: 1820px) {
  .side-close {
    width: 42px;
    height: 42px;
  }
}

#app-search .side-close {
  top: 64px;
}

@media (max-width: 1820px) {
  #app-search .side-close {
    top: 49px;
  }
}

@media (max-width: 700px) {
  .svg__side-close {
    width: 10px;
  }
}

@media (max-width: 700px) {
  .side-close {
    width: 38px;
    height: 38px;
    border: 3px solid #fff;
  }
}

@media (max-width: 550px) {
  .side-close {
    background: #fff;
    width: auto;
    height: auto;
    z-index: 10;
    left: auto;
    right: 1vw;
    box-shadow: none;
    border: none;
  }
}

@media (max-width: 700px) {
  #app-search .side-close {
    top: 37px;
  }
}

@media (max-width: 550px) {
  #app-search .side-close {
    top: 24px;
  }
}

.mobile #app-menu:not(.__lightbox), .svg__side-close-mobile {
  display: none;
}

@media (max-width: 550px) {
  .svg__side-close-mobile {
    fill: #4d4d4d;
    width: 24px;
    height: 24px;
    display: block;
  }
}

.search-input {
  height: 66px;
  display: flex;
  border: 2px solid #d8f2f3;
  border-radius: 25px;
}

@media (max-width: 1820px) {
  .desktop .header-page, .search-input {
    height: 60px;
  }
}

@media (max-width: 700px) {
  .search-input {
    height: 52px;
    border-radius: 20px;
  }
}

@media (max-width: 550px) {
  .search-input {
    height: 56px;
    border-radius: 15px;
  }
}

.search-icon, .search-toongo {
  justify-content: center;
  display: flex;
}

.search-toongo {
  width: 12%;
  height: 100%;
  position: relative;
  align-items: center;
}

@media (max-width: 700px) {
  .search-icon, .search-toongo {
    width: 14%;
  }
}

@media (max-width: 550px) {
  .search-toongo {
    width: 18%;
  }
}

.search-toongo::before {
  background-image: url(../../assets/img/toongo.svg);
  background-size: cover;
  width: 34px;
  height: 34px;
  display: block;
  content: '';
}

@media (max-width: 1820px) {
  .search-toongo::before {
    width: 30px;
    height: 30px;
  }
}

.search-toongo::after {
  background: #d8f2f3;
  width: 2px;
  height: 60%;
  content: '';
  display: block;
  position: absolute;
  right: -1px;
}

.search-phrase {
  width: 76%;
  padding-left: 17px;
  color: #4a5b5c;
  font-size: 1.3em;
  font-weight: 900;
}

.search-phrase::placeholder {
  color: #c2c2c2;
  opacity: 1;
}

@media (max-width: 1820px) {
  .search-phrase {
    font-size: 1.15em;
  }
}

.svg__search-input {
  fill: #4a5b5c;
  width: 30px;
  height: 30px;
}

@media (max-width: 1820px) {
  .svg__search-input {
    width: 26px;
    height: 26px;
  }
}

.search-icon {
  width: 12%;
  align-items: center;
}

@media (max-width: 550px) {
  .search-icon, .svg__side-close {
    display: none;
  }
}

/* search-results */

.search-results {
  width: 100%;
  margin-top: 28px;
}

@media (max-width: 1820px) {
  .search-results {
    margin-top: 1.2vw;
  }
}

@media (max-width: 550px) {
  .search-results {
    margin-top: 20px;
  }
}

#app-search.__results .search-dynamic, #app-search:not(.__results) .search-default, #app-search:not(.__results) .search-icon__default, .desktop #app-search.__results .search-icon__clear {
  display: block;
}

.search-categories {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1820px) {
  .search-categories {
    height: 66px;
  }
}

@media (max-width: 700px) {
  .search-categories {
    height: 57px;
  }
}

@media (max-width: 550px) {
  .search-categories {
    height: 63px;
    margin-top: 20px;
  }
}

.search-categories__link {
  margin: 0 20px;
  color: #6f10b6;
  font-size: 1.22em;
  font-weight: 900;
}

@media (max-width: 1820px) {
  .search-categories__link {
    margin: 0 16px;
    font-size: 1.05em;
  }
}

@media (max-width: 700px) {
  .search-categories__link {
    margin: 0 18px;
    font-size: .95em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 550px) {
  .search-categories__link {
    margin: 0 13px;
    font-size: .85em;
  }
}

.svg__search-category {
  fill: currentColor;
  width: 26px;
  height: 26px;
  margin-right: 4px;
  margin-bottom: -1px;
  vertical-align: bottom;
}

@media (max-width: 1820px) {
  .svg__search-category {
    width: 24px;
    height: 24px;
  }
}

.header-search {
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 1820px) {
  .header-search {
    height: 62px;
  }
}

@media (max-width: 700px) {
  .header-search {
    height: 52px;
  }
}

@media (max-width: 550px) {
  .header-search {
    height: 56px;
    padding-top: 8px;
  }
}

.header-search__headline {
  margin-left: 4px;
  color: #495354;
  font-size: 1.38em;
  font-weight: 900;
}

.header-field__headline {
  margin-left: 4px;
  font-size: 1.38em;
}

@media (max-width: 991px) {
  .header-field__headline {
    font-size: 1.25em;
  }
}

@media (max-width: 1820px) {
  .header-search__headline {
    font-size: 1.2em;
  }
}

@media (max-width: 700px) {
  .header-field__headline, .header-search__headline, .page-text > h2 {
    font-size: 1.1em;
  }
}

@media (max-width: 550px) {
  .header-search__headline {
    margin-left: 4px;
    font-size: 1.1em;
  }
}

.grid {
  display: grid;
  grid-auto-flow: row;
}

.grid:not(.slider-content) {
  max-width: 100%;
}

.grid-side {
  grid-template-columns: repeat(2, 272px);
  gap: 17px;
  position: relative;
}

@media (max-width: 991px) {
  .grid-side {
    grid-template-columns: repeat(2, 227px);
    gap: 10px;
  }
}

@media (max-width: 760px) {
  .grid-side {
    grid-template-columns: repeat(2, 29.559vw);
    row-gap: 1.3vw;
    column-gap: 1.3vw;
  }
}

@media (max-width: 550px) {
  .grid-side {
    grid-template-columns: repeat(2, 190px);
    gap: 10px;
  }
}

@media (max-width: 400px) {
  .grid-side {
    grid-template-columns: repeat(2, 45.75vw);
    row-gap: 2.5vw;
    column-gap: 2.5vw;
  }
}

.thumb-game {
  background: #f2f8ff;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.thumb-game {
  box-shadow: rgba(50, 50, 93, .08) 0 8px 15px -1px, rgba(0, 0, 0, .15) 0 4px 10px -5px;
  transform: translate3d(0, 0, 0);
  border: 1px solid #d3daed;
}

.thumb:hover > .thumb-game {
  box-shadow: rgba(50, 50, 93, .2) 0 6px 12px -2px, rgba(0, 0, 0, .25) 0 3px 7px -3px;
  transform: translate3d(0, -4px, 0);
}

.thumb-game, .thumb-game__name, .new, .tag-box, .thumb-hero {
  transition: transform .3s;
}

@media (max-width: 700px) {
  .thumb-empty, .thumb-game {
    border-radius: 12px;
  }
}

@media (max-width: 550px) {
  .thumb-empty, .thumb-game {
    border-radius: 12px;
  }
}

.thumb-game__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.thumb-game__name {
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform .3s;
  position: absolute;
  display: block;
  left: 0;
  max-width: 95%;
  overflow: hidden;
  z-index: 11;
  bottom: 0;
  color: #fff;
  font-weight: 600;
  transform: translate3d(0, 4px, 0);
  opacity: 0;
}

.title-size__medium {
  padding: 8px 18px 9px;
  font-size: 1.05em;
}

.thumb:hover .thumb-game__name {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.thumb-game::after {
  position: absolute;
  display: block;
  left: 0;
}

.thumb-game::after {
  background: linear-gradient(transparent 30%, rgb(108 23 161 / 20%) 60%, rgb(108 23 161 / 90%) 100%);
  width: 100%;
  height: 100%;
  z-index: 10;
  bottom: 0;
  border-radius: 0 0 12px 12px;
  content: '';
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.thumb:hover > .thumb-game::after {
  opacity: 1;
}

.new {
  background: #fde802;
  padding: 5px 13px;
  color: #6c17a1;
  font-size: .9em;
  font-weight: 900;
  border-radius: 25px 0;
  display: block;
  position: absolute;
  z-index: 12;
  top: -7px;
  left: -7px;
  border: 3px solid #fff;
}

.__lightbox .cover {
  background: rgba(0, 0, 0, .6);
  position: absolute;
  inset: 0;
  z-index: 1;
  animation: .6s ease-out forwards fadein;
}

/* mygames */

#app-mygames:not(.__lightbox) {
  display: none;
}

#app-mygames .side-close {
  top: 60px;
}

@media (max-width: 1820px) {
  #app-mygames .side-close {
    top: 45px;
  }
}

@media (max-width: 700px) {
  #app-mygames .side-close {
    top: 33px;
  }
}

@media (max-width: 550px) {
  #app-mygames .side-close, #app-search .side-close {
    top: 24px;
  }
}

.mygames-buttons {
  width: 100%;
  height: 56px;
  display: flex;
  border-radius: 22px;
  overflow: hidden;
}

@media (max-width: 1820px) {
  .mygames-buttons {
    height: 52px;
    border-radius: 18px;
  }
}

@media (max-width: 700px) {
  .mygames-buttons {
    height: 44px;
    border-radius: 20px;
  }
}

.mygames-button {
  background: #9538db;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 1820px) {
  .mygames-button {
    font-size: 1.05em;
  }
}

@media (max-width: 700px) {
  .mygames-button {
    font-size: .95em;
  }
}

.mygames-button.__selected {
  background: #6c17a1;
  cursor: default;
}

.svg__mygames-button {
  fill: currentColor;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-bottom: -1px;
  vertical-align: bottom;
}

@media (max-width: 1820px) {
  .svg__mygames-button {
    width: 22px;
    height: 22px;
  }
}

.mygames-empty {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mygames-content.__empty .mygames-empty {
  display: flex;
}

.svg__mygames-empty {
  fill: #dfdfdf;
  width: 82px;
  height: 82px;
}

@media (max-width: 1820px) {
  .svg__mygames-empty {
    width: 78px;
    height: 78px;
  }
}

.mygames-empty__headline {
  margin: 20px 0 5px;
  font-size: 2.15em;
  font-weight: 900;
  color: #3f4549;
}

@media (max-width: 1820px) {
  .mygames-empty__headline {
    margin: 15px 0 5px;
    font-size: 1.95em;
  }
}

@media (max-width: 700px) {
  .mygames-empty__headline {
    font-size: 1.6em;
  }
}

.mygames-empty__info {
  font-size: 1.1em;
  color: #555c61;
}

.mygames-empty__info {
  font-size: 1em;
}

.mygames-content {
  min-height: 85%;
  margin-top: 20px;
  position: relative;
  display: none;
}

@media (max-width: 1820px) {
  .mygames-content {
    margin-top: 14px;
  }
}

.mygames-content.__selected {
  display: block;
}

/* main */

#app-main {
  min-height: calc(100vh - 349px);
}

#app-main, .tag {
  width: 100%;
  position: relative;
}

.section-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grid-big {
  grid-template-columns: repeat(auto-fill, 417px);
  gap: 17px;
  margin-top: 20px;
}

@media (max-width: 1820px) {
  .grid-big {
    grid-template-columns: repeat(auto-fill, 353px);
    gap: 16px;
    margin-top: 10px;
  }
}

@media (max-width: 1550px) {
  .grid-big {
    grid-template-columns: repeat(auto-fill, 347px);
    column-gap: 14px;
  }
}

@media (max-width: 1466px) {
  .grid-big {
    grid-template-columns: repeat(auto-fill, 316px);
    gap: 8px;
  }
}

@media (max-width: 1300px) {
  .grid-big {
    grid-template-columns: repeat(auto-fill, 294px);
  }
}

@media (max-width: 1200px) {
  .grid-big {
    grid-template-columns: repeat(auto-fill, 332px);
    column-gap: 12px;
  }
}

@media (max-width: 1100px) {
  .grid-big {
    grid-template-columns: repeat(auto-fill, 305px);
    column-gap: 12px;
  }
}

@media (max-width: 991px) {
  .grid-big {
    grid-template-columns: repeat(auto-fill, 227px);
    gap: 15px;
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .grid-big {
    grid-template-columns: repeat(auto-fill, 29.5vw);
    row-gap: 1.955vw;
    column-gap: 1.955vw;
  }
}

@media (max-width: 550px) {
  .grid-big {
    grid-template-columns: repeat(auto-fill, 190px);
    gap: 10px;
  }
}

@media (max-width: 400px) {
  .grid-big {
    grid-template-columns: repeat(auto-fill, 45.75vw);
    row-gap: 2.5vw;
    column-gap: 2.5vw;
  }
}

.thumb {
  position: relative;
}

.thumb-game {
  background: #f2f8ff;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: transform .3s;
  box-shadow: rgba(50, 50, 93, .08) 0 8px 15px -1px, rgba(0, 0, 0, .15) 0 4px 10px -5px;
  transform: translate3d(0, 0, 0);
  border: 1px solid #d3daed;
}

@media (max-width: 991px) {
  .thumb-game {
    border-radius: 12px;
  }
}

.thumb-game__img {
  width: 100%;
  height: auto;
}

.title-size__big {
  padding: 10px 18px 11px;
  font-size: 1.15em;
}

@media (max-width: 1200px) {
  .grid-big .thumb:nth-of-type(4) {
    display: none;
  }
}

@media (max-width: 550px) {
  .grid-big .thumb:nth-of-type(4) {
    display: block;
  }
}

/* list */

.header-field {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-field {
  margin-top: 50px;
  padding-bottom: 18px;
}

.header-field__headline {
  color: #6f10b6;
  font-weight: 900;
}

.grid-medium {
  grid-template-columns: repeat(auto-fill, 272px);
  gap: 30px 17px;
}

@media (max-width: 1820px) {
  .grid-medium {
    grid-template-columns: repeat(auto-fill, 230px);
    gap: 24px 16px;
  }
}

@media (max-width: 1550px) {
  .grid-medium {
    grid-template-columns: repeat(auto-fill, 227px);
    column-gap: 14px;
    row-gap: 18px;
  }
}

@media (max-width: 1466px) {
  .grid-medium {
    grid-template-columns: repeat(auto-fill, 208px);
    gap: 16px 8px;
  }
}

@media (max-width: 1300px) {
  .grid-medium {
    grid-template-columns: repeat(auto-fill, 193px);
  }
}

@media (max-width: 1200px) {
  .grid-medium {
    grid-template-columns: repeat(auto-fill, 194px);
    column-gap: 12px;
    row-gap: 12px;
  }
}

@media (max-width: 1100px) {
  .grid-medium {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 12px;
    row-gap: 12px;
  }
}

@media (max-width: 991px) {
  .grid-medium {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 12px;
    row-gap: 12px;
  }
}

@media (max-width: 700px) {
  .grid-medium {
    grid-template-columns: repeat(auto-fill, 227px);
    gap: 15px;
  }
}

@media (max-width: 760px) {
  .grid-medium {
    grid-template-columns: repeat(auto-fill, 29.5vw);
    row-gap: 1.955vw;
    column-gap: 1.955vw;
  }
}

@media (max-width: 550px) {
  .grid-medium {
    grid-template-columns: repeat(auto-fill, 190px);
    gap: 10px;
  }
}

@media (max-width: 400px) {
  .grid-medium {
    grid-template-columns: repeat(auto-fill, 45.75vw);
    row-gap: 2.5vw;
    column-gap: 2.5vw;
  }
}

@media (max-width: 1200px) {
  .grid-medium .thumb:nth-of-type(6) {
    display: none;
  }
}

@media (max-width: 1200px) {
  .cate .grid-medium .thumb:nth-of-type(6) {
    display: block;
  }
}

@media (max-width: 991px) {
  .grid-medium .thumb:nth-of-type(6) {
    display: block;
  }
}

/* Characters */

.header-field__more {
  background: #ff940e;
  font-weight: 700;
  color: #fff;
  border-radius: 20px;
  margin-left: 15px;
}

.header-field__more {
  margin-top: 3px;
  margin-left: 15px;
  padding: 5px 18px 6px;
  font-size: .95em;
}

@media (max-width: 1820px) {
  .header-field__more {
    margin-top: 2px;
    padding: 4px 15px 5px;
    font-size: .9em;
  }
}

.slider-container {
  position: relative;
  margin: 0 auto;
}

.slider {
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  padding: 10px 0;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  position: relative;
  margin-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 320px) {
  .slide {
    max-width: 33.33%;
    min-width: 33.33%;
  }
}

@media (min-width: 460px) {
  .slide {
    max-width: 25%;
    min-width: 25%;
  }
}

@media (min-width: 640px) {
  .slide {
    max-width: 16.6%;
    min-width: 16.6%;
  }
}

@media (min-width: 768px) {
  .slide {
    max-width: 12.5%;
    min-width: 12.5%;
  }
}

@media (min-width: 1024px) {
  .slide {
    max-width: calc(100% / 11);
    min-width: calc(100% / 11);
  }
}

.prev {
  border-radius: 15px 0 0 15px;
}

.next {
  border-radius: 0 15px 15px 0;
}

.slider-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}

.hero {
  position: relative;
}

.bcy > .thumb-hero {
  background: #fcf310 !important;
}

.bco > .thumb-hero {
  background: linear-gradient(180deg, #ffdfc9 0, #faae7c 100%);
}

.bcg > .thumb-hero {
  background: #c3ff65!important;
}

.bcb > .thumb-hero {
  background: linear-gradient(0deg,#7bf6fa 0,#c7fdff 100%);
}

.bcp > .thumb-hero {
  background: #ec9afe!important;
}

.thumb-hero {
  padding-top: 100%;
  border-radius: 50%;
  display: block;
  position: relative;
}

.thumb-hero__img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 0 0 48% 48%;
}

.hero:hover > .thumb-hero {
  transform: translateY(-6px);
}

/* section-about */

.section-about {
  margin-top: 60px;
}

.header-about, .header-field {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-about__headline {
  margin-left: 4px;
  color: #6f10b6;
  font-weight: 900;
}

.header-about__headline {
  font-size: 1.4em;
}

@media (min-width: 992px) {
  .header-about__headline {
    font-size: 1.8em;
  }
}

/* footer */

.footer-wrapper {
  margin-top: 70px;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .footer-line {
    width: 100%;
    height: 5px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .footer-line::before {
    background-image: url(../../assets/img/colorline3.svg);
    background-size: cover;
    background-position: 50% 50%;
    width: 101%;
    height: 5px;
    position: absolute;
    top: 0;
    left: -.5%;
    display: block;
    content: '';
  }
}

.footer-inner {
  height: 148px;
  padding-bottom: 62px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.footer-main {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.footer-logo {
  width: 38px;
}

.toongo-footer__img {
  width: 100%;
  pointer-events: none;
}

.footer-copy {
  font-size: 1.15em;
}

.footer-copy {
  margin-left: 12px;
  color: #5a5a5a;
}

.footer-nav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media (min-width: 992px) {
  .footer-nav__link {
    margin-left: 36px;
    font-size: 1.15em;
    font-weight: 700;
  }
}

.footer-nav__link {
  color: #454545;
}

.footer-nav__link:hover {
  color: #6f10b6;
}

@media (max-width: 991px) {
  .footer-wrapper {
    padding: 40px 0 50px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    height: auto;
  }
}

@media (max-width: 991px) {
  .footer-logo {
    width: 35px;
  }
}

@media (max-width: 991px) {
  .footer-nav {
    margin-top: 10px;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .footer-nav__link {
    padding: 4px 12px;
    font-size: 1em;
    text-decoration: underline;
  }
}

/* detail-page */

.section-game {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-container {
  background: 0 0 / cover #2d1166;
  width: 100%;
  min-height: var(--game-container-height);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* root */

:root {
  --app-header-height: 95px;
  --game-container-height: calc(100vh - var(--app-header-height) - var(--game-header-height));
  --app-line-height: 5px;
  --game-header-height: 64px;
}

@media (max-width: 1820px) {
  :root {
    --app-header-height: 85px;
  }
}

@media (max-width: 1550px) {
  :root {
    --app-header-height: 80px;
    --game-header-height: 60px;
  }
}

.game-bar {
  background: #fff;
  width: 100%;
  height: var(--game-header-height);
}

.game-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: var(--game-container-height);
}

.game-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.game-iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}

.game-header {
  height: 60px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 18px 18px;
  display: flex;
}

.game-title {
  gap: 15px;
  align-items: center;
  display: flex;
}

.game-splash__badge {
  width: 48px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.game-title__name {
  color: #4f4f4f;
  font-size: 1.5em;
  font-weight: 900;
  /*margin-bottom: 2px;*/
  margin-right: 30px;
}

.game-options {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

@media (max-width: 700px) {
  .game-options, .game-title {
    gap: 15px;
  }
}

@media (max-width: 700px) {
  .game-title__name {
    font-size: 1rem;
  }
}

@media (max-width: 700px) {
  .game-splash__badge {
    width: 36px;
  }
}

.game-options__button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
}

.svg__option {
  fill: #9538db;
  position: relative;
  z-index: 2;
  transition: transform .3s;
}

.svg__like {
  margin-top: -3px;
}

.svg__dislike {
  margin-top: 10px;
  transform: scale(1, -1);
}

.svg__option {
  width: 25px;
  height: auto;
}

@media (max-width: 1820px) {
  .svg__option, .svg__nav {
    width: 27px;
    height: 27px;
  }
}

@media (max-width: 1550px) {
  .svg__option {
    width: 24px;
    height: auto;
  }
}

@media (max-width: 550px) {
  .svg__option {
    width: 22px;
    height: auto;
  }
}

.options-button__votes {
  margin-left: 10px;
  margin-top: 5px;
  font-size: .9em;
  font-weight: 700;
  vertical-align: super;
}

.options-button__votes {
  color: #8d8299;
}

@media (max-width: 550px) {
  .options-button__votes {
    display: none;
  }
}

.tooltip-btn {
  background: rgba(0, 0, 0, .9);
  padding: 8px 18px 7px;
  color: #fdfdfd;
  font-size: 1em;
  font-weight: 900;
  white-space: nowrap;
  position: absolute;
  top: -53px;
  left: 50%;
  z-index: 99;
  border-radius: 15px;
  transform: translate(-50%, 0);
  pointer-events: none;
  display: none;
}

.game-options__button:hover .svg__option:not(.svg__dislike) {
  transform: scale(1.1);
}

.game-options__button:hover .svg__option {
  fill: #bd86ff;
}

.__tt:hover .tooltip-btn {
  display: block;
  animation: .3s ease-in-out tooltip;
}

@keyframes tooltip {
  0% {
    transform: translate(-50%,5px);
  }
  50% {
    transform: translate(-50%,-5px);
  }
  100% {
    transform: translate(-50%,0);
  }
}

.similar-game {
  margin-top: 45px;
}

.game-line {
  width: 510px;
  max-width: 100%;
  height: 5px;
  margin: 45px auto 50px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.game-line::before {
  background-image: url(../../assets/img/colorline_short.svg);
  background-size: cover;
  background-position: 50% 50%;
  width: 101%;
  height: 5px;
  position: absolute;
  top: 0;
  left: -.5%;
  display: block;
  content: '';
}

.game-columns {
  display: flex;
  gap: 50px;
}

.game-description ul, .game-description ol {
  padding-left: 1rem;
}

.ads {
  background: #f3f3f3;
  margin: 65px auto 0;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  width: 728px;
  height: 90px;
}

.ads.ads-detail {
  width: 300px !important;
  height: 250px !important;
  margin-top: 0 !important;
}

.ads::before {
  content: 'advertisement';
}

.ads::before {
  font-size: 12px;
  display: block;
  position: absolute;
  width: 100%;
}

.ads::before {
  letter-spacing: 1px;
  top: -17px;
  left: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .ads {
    display: none;
  }
}

@media (max-width: 991px) {
  .game-columns {
    gap: 0;
  }
}

.game-description__headline {
  margin-bottom: 29px;
  margin-top: 2px;
  color: #4f4f4f;
  font-size: 1.9em;
  font-weight: 900;
}

.game-description > p {
  margin-bottom: 30px;
  color: #4f4f4f;
  font-size: 1.1em;
  line-height: 1.5em;
}

.game-description > h2, .game-description > h3 {
  color: #4f4f4f;
  font-size: 1.25em;
  font-weight: 800;
  margin-bottom: 15px;
}

.game-copy {
  margin-top: 35px;
}

.game-copy__element {
  color: #6a6a6a;
  font-size: .95em;
  line-height: 1.5em;
  display: block;
  font-size: .95em;
}

@media (max-width: 991px) {
  .game-container {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .game-iframe-container {
    padding-top: 56.25%;
  }
}

@media (max-width: 991px) {
  .game-title {
    display: none;
  }
}

@media (max-width: 991px) {
  .game-options {
    background: #f7f8fb;
    width: 100%;
    margin-top: 8px;
    padding: 6px 10px 5px;
    border-radius: 20px;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .svg__option {
    width: 24px;
    height: 24px;
    fill: #717178;
  }
}

@media (max-width: 991px) {
  .similar-game .container {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .similar-game .game-content {
    order: 1;
  }
}

@media (max-width: 991px) {
  .similar-game .section-field {
    order: 2;
  }
}

@media (max-width: 991px) {
  .game-columns__about {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .similar-game .game-line {
    display: none;
  }
}

@media (max-width: 991px) {
  .game-description__header {
    text-align: center;
  }
}

/* tag */

.game-tags {
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
  gap: 12px;
}

@media (max-width: 1820px) {
  .game-tags {
    margin-top: 25px;
  }
}

.game-tag, .tag-box {
  background: #edf0f7;
  padding: 4px 20px 4px 4px;
  display: flex;
  align-items: center;
  border-radius: 35px;
  transition: transform .3s;
}

.game-tag__img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 1820px) {
  .game-tag__img {
    width: 40px;
    height: 40px;
  }
}

.game-tag__name {
  color: #405766;
  font-size: 1.1em;
  font-weight: 900;
}

.game-tag:hover, .tag-box:hover {
  background: #9538db;
}

.game-tag:hover > .game-tag__name {
  color: #fff;
}

@media (max-width: 991px) {
  .game-tags {
    justify-content: center;
  }
}

/* cate-page */

.header-browse {
  height: 74px;
}

.header-browse__headline {
  color: #6f10b6;
  font-weight: 900;
}

.header-browse__headline {
  margin-left: 4px;
  font-size: 2.4em;
}

@media (max-width: 1820px) {
  .desktop .header-browse__headline {
    font-size: 2.1em;
  }
}

@media (max-width: 1466px) {
  .desktop .header-browse__headline {
    font-size: 2em;
  }
}

@media (max-width: 1200px) {
  .header-browse__headline {
    font-size: 1.9em;
  }
}

.section-about__text > ol {
  color: #4f4f4f;
  list-style-type: decimal;
  margin: 20px 4px 0;
}

.section-about__text > h3 {
  margin: 20px 4px 0;
  color: #1e1e1e;
  font-size: 1.2em;
  font-weight: 700;
}

.section-about__text > p {
  margin: 20px 4px 0;
  color: #4f4f4f;
  font-size: 1.1em;
  line-height: 1.5em;
}

.section-about__text a, .game-description a {
  color: #126eea;
  font-weight: 700;
}

/* all-cate */

.grid-tags {
  grid-template-columns: repeat(7, 1fr);
  row-gap: 15px;
  column-gap: 15px;
}

@media (max-width: 1466px) {
  .grid-tags {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
  }
}

@media (max-width: 1200px) {
  .grid-tags {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 12px;
    column-gap: 12px;
  }
}

@media (max-width: 991px) {
  .grid-tags {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}

@media (max-width: 760px) {
  .grid-tags {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.955vw;
    column-gap: 1.955vw;
  }
}

@media (max-width: 550px) {
  .grid-tags {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 400px) {
  .grid-tags {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5vw;
    column-gap: 2.5vw;
  }
}

.grid-tags .tag-box:hover {
  background: #9538db;
  transform: translateY(-4px);
}

.tag-box__img {
  width: 50px;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 1820px) {
  .tag-box__img {
    width: 42px;
  }
}

.tag-box__name {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tag-box__name {
  /*width: 65%;*/
  padding: 8px 0;
  color: #405766;
  font-size: 1.15em;
  line-height: 1em;
  font-weight: 900;
  overflow: hidden;
}

.tag:hover > .tag-box > .tag-box__name {
  color: #fff;
}

.grid.grid-tags.grid-tags-fixed {
  margin-top: 60px;
}

/* text-page */

.header-page__headline {
  color: #4f4f4f;
  font-weight: 900;
}

.header-page__headline {
  font-size: 2.2em;
}

@media (max-width: 1820px) {
  .header-page__headline {
    font-size: 2em;
  }
}

@media (max-width: 991px) {
  .header-page__headline {
    font-size: 1.9em;
  }
}

.page-text {
  color: #4f4f4f;
  display: flex;
  flex-flow: column;
}

.page-text > h2 {
  margin-top: 30px;
  font-size: 1.3em;
  color: #6c17a1;
  font-weight: 900;
}

.page-text > h2:first-of-type {
  margin-top: 10px;
}

.page-text > h3 {
  margin-top: 25px;
  font-size: 1.1em;
  font-weight: 900;
}

.page-text > p, .page-text > ul {
  margin-top: 15px;
}

.page-text > p, .page-text > ul {
  font-size: 1.1em;
  line-height: 1.5em;
}

@media (max-width: 1820px) {
  .page-text > p, .page-text > ul {
    font-size: 1.05em;
  }
}

@media (max-width: 991px) {
  .page-text > p, .page-text > ul {
    font-size: 1.05em;
    line-height: 1.6em;
  }
}

@media (max-width: 700px) {
  .page-text > p, .page-text > ul {
    line-height: 1.5em;
    font-size: .9em;
  }
}

@media (max-width: 550px) {
  .page-text > p, .page-text > ul {
    font-size: .95em;
  }
}

.page-text a {
  color: #0278fd;
  font-weight: 700;
}

.page-text ul li a::after {
  background: url(../../assets/img/link_external.png);
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-top: -1px;
  content: '';
  display: inline-block;
}

.page-text .button-privacy {
  background: #3b67e5;
  min-height: 36px;
  margin-bottom: 5px;
  padding: 6px 20px 7px;
  color: #fff;
  font-size: .95em;
  font-weight: 700;
  border-radius: 25px;
  cursor: pointer;
}

