﻿@keyframes elementMinorScale {

  from { transform: scale(1.0); }
  to { transform: scale(1.1); }
}

@keyframes animateMenu {

  0% { left: -240px; }
  12.5% { left: 0; }
  77.5% { left: 0; }
  100% { left: -240px; }
}

@keyframes hideMenu {

  from { left: 0; }
  to { left: -240px; }
}

*[data-tooltip]:hover::after {
  background-color: #343444;
  border-left: 3px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  content: attr(data-tooltip);
  font-size: 12px;
  line-height: 14px;
  padding: 6px 7px;
  position: absolute;
  top: calc(-100% - 10px);
  transform: translateX(-65%);
  white-space: nowrap;
  z-index: 1;
}

[id^="inpage_VI"] {
  margin: 0 0 20px 0 !important;
  padding: 0!important;
  width: 325px;
} #moevideo {
  margin: 0 0 0 0 !important;
} .buzz_default {
  margin: 0 0 20px 0 !important;
} .buzz-ad-title {
  background-color: #343444;
} 

.game-preview {
  background-color: #dedeee;
  box-shadow: 0 0 1px #343444;
  display: none;
  left: 0;
  min-height: 600px;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 4;
} .game-preview-youtube img {
  width: 300px;
} #youtubePreview {
  background-color: #000000;
  opacity: 1;
  z-index: 4;
} .game-preview-title {
  font-weight: bold;
  margin-top: 5px;
  padding: 0 10px;
  text-transform: uppercase;
} .game-preview-rating {
  margin-left: 9px;
} .game-preview-description {
  margin-top: 5px;
  padding: 0 10px;
} .game-preview-tags {
  margin-top: 5px;
  padding: 0 10px;
} .game-preview-tags > ol {
  font-size: 11px;
} .game-preview-tags > ol > li > a {
  padding: 3px 5px 4px 5px;
}

html, body {
  background-color: #dedeee;
  cursor: default;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  scroll-behavior: smooth;
  text-align: center;
}

a {
  border: 0;
  color: #0000ee;
  cursor: pointer;
  text-decoration: none;
} a:hover {
  color: #EE0000;
}

img {
  border: 0;
}

ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol.info-list
{
    list-style-type: disc;
    margin-top: 10px;
}
ol.info-list > li
{
    list-style-type: disc;
    margin: 0 0 5px 20px;
    padding: 0;
}

.body
{
  display: flex;
  flex-flow: row nowrap;
  justify-content: normal;
  margin: 0 20px 0 20px;
  position: relative;
}
.body-game-page
{
  margin: 0 20px 0 20px;
  max-width: none;
}
.body > .right-column
{
    padding-left: 20px;
}

.top {
  background-color: #343444;
  height: 50px;
  z-index: 998;
}
.top-inner
{
	align-items: center;
	display: flex;
	justify-content: left;
	height: 100%;
	margin: 0 20px 0 20px;
	position: relative;
}
.top-inner-reversed
{
    margin-left: 0;
}
.top-inner-logo
{
	text-align: right;
    width: 300px;
}
.top-inner-logo a
{
	border: 1px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	border-radius: 4px;
	color: #ffffff;
	padding: 4px 8px 5px 8px;
	position: relative;
	text-transform: uppercase;
}
.top-inner-logo a:hover
{
	background: #ffffff;
	color: #000000;
}
.top-inner-flex-wrapper
{
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    overflow: hidden;
}
.top-inner-menu
{
	align-items: center;
	display: flex;
	margin-left: 20px;
	overflow-x: scroll; scrollbar-width: none; -ms-overflow-style: none;
}
.top-inner-menu::-webkit-scrollbar
{
	height: 0;
	width: 0;
}
.top-inner-menu a
{
	color: #ffffff;
	font-size: 14px;
	padding: 5px 8px 5px 8px;
	text-transform: uppercase;
}
.top-inner-menu a:first-child
{
	padding-left: 0;
}
.top-inner-menu a:last-child
{
	margin-left: auto;
}
.top-inner-menu a:hover
{
	color: #ffdd00;
}

.top-inner-right-social-media-icon img {
  filter: grayscale(100%) invert(1) contrast(10);
  height: 35px;
  margin: 4px 5px 0 0;
  width: 35px;
}
.top-inner-right-social-media-icon img[data-icon="ok"] {
  filter: grayscale(100%) invert(0) contrast(10);
  margin-left: -9px;
  transform: scale(0.9);
}
.top-inner-right-social-media-icon img[data-icon="telegram"] {
  filter: grayscale(100%) invert(0) contrast(10);
  margin-left: -5px;
  transform: scale(0.9);
}
.top-inner-right-social-media-icon img[data-icon="telegram-alt"] {
  filter: grayscale(100%) invert(0) contrast(10);
  margin-left: -2px;
  transform: scale(0.9);
}
.top-inner-right-social-media-icon img[data-icon="instagram"] {
  display: none;
}
.top-inner-right-social-media-icon img[data-icon="fb"] {
  margin-left: -10px;
}
.top-inner-right-social-media-icon img[data-icon="discord"] {
  display: none;
  margin-left: -5px;
  transform: scale(0.85);
}
.top-inner-right-social-media-icon img:hover {
  cursor: pointer; filter:none;
}

.top-related-tags {
  margin: 15px auto 0 auto;
}

.menu-button {
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 2px;
  color: #000000;
  cursor: pointer;
  display: none;
  margin: 11px 0 0 0;
  padding: 2px 6px 4px 6px;
  width: auto;
} .menu-button:hover {
  background-color: #343444;
  color: #ffffff;
}

.main-menu {
  display: block;
  font-size: 15px;
  height: 100vh;
  left: -260px;
  margin: 0;
  position: fixed;
  text-align: right;
  text-transform: uppercase;
  transition: left 250ms ease 1s;
  width: 260px;
  z-index: 999;
} .main-menu:hover {
  animation-play-state: paused;
  left: 0;
  transition-delay: 0s;
} .main-menu:hover + img {
  opacity: 0;
} .main-menu ::-webkit-scrollbar-button, .main-menu ::-webkit-scrollbar-button:hover {
  display: none; height: 13px; border-radius: 0px; background-color: #ee0000;
} .main-menu ::-webkit-scrollbar-thumb, .main-menu ::-webkit-scrollbar-thumb:hover {
  background-color: #ee0000;
} .main-menu ::-webkit-scrollbar-track, .main-menu ::-webkit-scrollbar-track:hover {
  background-color: #ffffff;
} .main-menu ::-webkit-scrollbar {
  width: 4px;
} .main-menu img {
  border-radius: 50px;
  height: 34px;
  position: absolute;
  right: -17px;
  transition: opacity 200ms ease;
  width: 34px;
} .main-menu-inner {
  background-color: #343444;
  display: flex;
  flex-direction: row;
  height: 100vh;
  justify-content: flex-start;
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: #ee0000 #ffffff;
  scrollbar-width: thin;
  width: 260px;
} .main-menu-inner ol {
  padding: 15px 20px 0 20px;
  width: 240px;
} .main-menu-inner ol li {
  margin-bottom: 1px;
} .main-menu-inner ol li:last-child {
  margin-bottom: 10px;
} .main-menu-inner a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
} .main-menu-inner a:hover {
  color: #ffdd00;
} .main-menu-inner a.active {
  color: #ffdd00;
} .main-menu-inner a > .menu-item-count {
  color: #ffffff;
} .main-menu-inner a > .menu-item-emoji {
  margin-left: 1px;
}

.left-column {
  bottom: 0;
  cursor: default;
  display: block;
  flex: 0 0 auto;
  margin: 25px 0 20px 0;
  overflow: visible;
  text-align: left;
  top: 0;
  transition: left 200ms ease;
  width: 300px;
} .left-column ul {
  list-style-type: none;
  margin: 15px 20px 0 0;
  padding: 0;
} .left-column ul li a {
  color: #000044;
  display: block;
  font-weight: bold;
  overflow: hidden;
  padding: 0;
  text-shadow: 0 0 1px #ffffff;
  white-space: nowrap;
} .left-column ul li a.active {
  color: #ee0000;
  font-weight: bold;
} .left-column ul li a:hover {
  color: #ee0000;
} .left-column ul li a span {
  color: #ee0000;
  font-size: 12px;
}

.left-column-innner {
  align-items: flex-end;
  box-shadow: 0 0 1px #343444;
  display: flex;
  flex-direction: column;
  margin: 1px 0 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 300px;
} .left-column-inner-no-shadow {
  box-shadow: none; 
}

.left-column-reversed {
  border-left: 1px solid #bcbccc;
  border-right: 0;
} .left-column-reversed > .left-column-innner {
  align-items: flex-start;
  margin: 1px 0 0 20px;
}

.right-column {
  flex: 0 1 auto;
  margin: 0;
  text-align: left;
  width: 100%;
} .right-column-reversed {
  margin: 0 20px 20px 0;
}

/*.menu-compact {
  background-color: #dedeee;
  border-bottom: 1px solid #343444;
  border-right: 1px solid #343444;
  display: block !important;
  left: 0px;
  margin: 0;
  padding-bottom: 20px;
  position: absolute;
  text-align: left;
  width: 200px;
} .menu-compact .menu-240 {
  display: none;
} .menu-compact ul {
  margin-left: 0;
}*/

h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  overflow: hidden;
} h1:first-letter {
  color: #ee0000;
}

.rating-box-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
} .rating-box {
  background: 0 0 repeat-x url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath stroke='%23ffaa00' fill='none' id='favorite' d='m12.9,2.6l2.3,5c0.1,0.3 0.4,0.5 0.7,0.6l5.2,0.8c0.9,0 1.2,1 0.6,1.6l-3.8,3.9c-0.2,0.2 -0.3,0.6 -0.3,0.9l0.9,5.4c0.1,0.8 -0.7,1.5 -1.4,1.1l-4.7,-2.6c-0.3,-0.2 -0.6,-0.2 -0.9,0l-4.7,2.6c-0.7,0.4 -1.6,-0.2 -1.4,-1.1l0.9,-5.4c0.1,-0.3 -0.1,-0.7 -0.3,-0.9l-3.8,-3.9c-0.5,-0.6 -0.2,-1.6 0.6,-1.7l5.2,-0.8c0.3,0 0.6,-0.3 0.7,-0.6l2.3,-5c0.5,-0.7 1.5,-0.7 1.9,0.1z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  margin: 5px 10px 1px -1px;
  height: 25px;
  position: relative;
  width: 125px;
} .rating-box-filler {
  background: 0 0 repeat-x url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23ffaa00' id='favorite' d='m12.9,2.6l2.3,5c0.1,0.3 0.4,0.5 0.7,0.6l5.2,0.8c0.9,0 1.2,1 0.6,1.6l-3.8,3.9c-0.2,0.2 -0.3,0.6 -0.3,0.9l0.9,5.4c0.1,0.8 -0.7,1.5 -1.4,1.1l-4.7,-2.6c-0.3,-0.2 -0.6,-0.2 -0.9,0l-4.7,2.6c-0.7,0.4 -1.6,-0.2 -1.4,-1.1l0.9,-5.4c0.1,-0.3 -0.1,-0.7 -0.3,-0.9l-3.8,-3.9c-0.5,-0.6 -0.2,-1.6 0.6,-1.7l5.2,-0.8c0.3,0 0.6,-0.3 0.7,-0.6l2.3,-5c0.5,-0.7 1.5,-0.7 1.9,0.1z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  pointer-events: none;
  height: 25px;
  position: absolute;
  max-width: 100%;
  z-index: 1;
} .rating-box-user {
  background: 0 0 repeat-x url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23dd0000' id='favorite' d='m12.9,2.6l2.3,5c0.1,0.3 0.4,0.5 0.7,0.6l5.2,0.8c0.9,0 1.2,1 0.6,1.6l-3.8,3.9c-0.2,0.2 -0.3,0.6 -0.3,0.9l0.9,5.4c0.1,0.8 -0.7,1.5 -1.4,1.1l-4.7,-2.6c-0.3,-0.2 -0.6,-0.2 -0.9,0l-4.7,2.6c-0.7,0.4 -1.6,-0.2 -1.4,-1.1l0.9,-5.4c0.1,-0.3 -0.1,-0.7 -0.3,-0.9l-3.8,-3.9c-0.5,-0.6 -0.2,-1.6 0.6,-1.7l5.2,-0.8c0.3,0 0.6,-0.3 0.7,-0.6l2.3,-5c0.5,-0.7 1.5,-0.7 1.9,0.1z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  pointer-events: none;
  height: 25px;
  position: absolute;
  max-width: 100%;
  z-index: 2;
} .rating-box-text {
  color: #777777;
  font-size: 14px;
  padding-top: 5px;
}

.header {
  clear: both;
  font-size: 24px;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
} .header:first-letter {
  color: #ee0000;
}

.header-border-top {
  border-top: 1px solid #b4b4c4;
  padding: 12px 0 0 0;
}

.header-related
{
	display: none;
	margin: 1em 0 0 0;
}

.section-break {
  background-color: #343444;
  height: 100px;
  margin-top: 20px;
  position: relative;
} .section-break span {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.ad100 {
  margin-top: 10px;
  text-align: left;
  width: 300px;
}

.gamearea {
  text-align: left;
} .gamearea .img {
  background-color: #D7D7E7;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
} .gamearea p {
  display: block;
  line-height: 19px;
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: normal;
}

.game-wrapper {
  line-height: 0;
  margin: 12px 20px 0 0;
  padding: 0 20px 0 0;
  z-index: 1;
}
.game-wrapper-icons {
  margin: 10px 0 0 15px;
  position: absolute;
  z-index: 1;
} .game-wrapper-icons img {
  cursor: help;
  filter: invert(100%) sepia(47%) saturate(0%) hue-rotate(255deg) brightness(107%) contrast(101%);
}

.game {
  background-color: #000000;
  opacity: 1 !important;
  position: relative;
}

.gameframe-wrapper
{
	background-color: #000000;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#gameframe, #gameobject {
  display: none;
}

.gamearea:after {
  content: '';
  display: block; 
  height: 0; 
  clear: both;
}

.item-list-horizontal {
  font-size: 14px;
  line-height: normal;
  margin-top: 5px;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
} .item-list-horizontal li {
  display: inline-block;
  margin: 7px 7px 0 0;
  position: relative;
} .item-list-horizontal li a, .item-list-horizontal li > span {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #343444;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  padding: 4px 8px 5px 8px;
  user-select: none;
} .item-list-horizontal li > span + div {
  cursor: pointer;
  padding-top: 5px;
  position: absolute;
  width: 100%;
} .item-list-horizontal li span:hover + div > .item-list-vertical-dropdown, .item-list-horizontal li span + div:hover > .item-list-vertical-dropdown, .item-list-vertical-dropdown:hover {
  display: inline-block;
  height: 390px;
  opacity: 1;
} .item-list-horizontal li a.disabled, .item-list-horizontal li span.disabled {
  background-color: #343444;
  color: #ffffff;
  cursor: default;
} .item-list-horizontal li a:not(.disabled):hover, .item-list-horizontal li span:not(.disabled):hover {
  background-color: #343444;
  color: #ffffff;
}

.item-list-vertical-dropdown {
  background-color: #dedeee;
  border-top: 0;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
  font-size: 14px;
  height: 0px;
  line-height: normal;
  position: absolute;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: left;
  text-transform: uppercase;
  transition: height 250ms ease, opacity 250ms ease;
  white-space: nowrap;
  z-index: 10;
} .item-list-vertical-dropdown li {
  display: block;
  margin: 0;
} .item-list-vertical-dropdown li a {
  background-color: #ffffff;
  border-radius: 0;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: block;
  padding: 4px 8px 5px 8px;
} .item-list-vertical-dropdown li a:not(.disabled):hover {
  background-color: #343444;
  color: #ffffff;
}

.game-page-control-panel {
  font-size: 13px;
  line-height: normal;
  margin: 3px 0 0 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
} .game-page-control-panel span {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #343444;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  margin-top: 3px;
  padding: 4px 8px 5px 8px;
} .game-page-control-panel span {
  margin: 7px 7px 0 0;
} .game-page-control-panel span:not(.disabled):hover {
  background-color: #343444;
  color: #ffffff;
} .game-page-control-panel span.disabled {
  cursor: default;
  opacity: 0.2;
}

.game-page-additional-info {
  color: #555555;
  font-size: 12px;
  line-height: normal;
  margin-top: 7px;
  text-align: left;
  text-transform: uppercase;
}

.walkthrough {
  line-height: 0;
  margin: 1.2em 0;
  text-align: left;
}

.gamegrid {
  line-height: 0;
  margin: 0;
  padding: 15px 0 0 0;
  text-align: left;
  overflow: visible;
} .gamegrid-right-column {
  padding: 15px 0 15px 15px;
} .gamegrid-right-column > gamegrid-ad-title
{
  
}
.gamegrid ol {
  container-type: inline-size;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: left;
} .gamegrid li {
  box-sizing: border-box;
  container-type: inline-size;
  display: inline-block;
  flex: 0 1 auto;
  flex-basis: calc(25% - 10px);
  position: relative;
  text-align: center;
  text-decoration: none;
} .gamegrid-right-column li {
  flex-basis: calc(33.33333% - 20px / 3);
} .gamegrid li:not(.ad):before {
  content: '';
  display: block;
  padding-top: 66.6666667%;
} .gamegrid-right-column li.ad {
  background-color: #ffffff;
  flex-basis: 100%;
  height: calc(66.6666667cqw / 3);
} .gamegrid-right-column li.ad > div {
  width: 100%;
  height: 100%;
} .gamegrid li > a {
  align-items: center;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: normal;
  
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
} .gamegrid li a span.new {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 2px;
  color: #000000;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 7px 3px 7px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
  transition: opacity 200ms;
} .gamegrid li a span.new_1 {
  opacity: 1;
} .gamegrid li a span.new_2 {
  opacity: 0.8;
} .gamegrid li a span.new_3 {
  opacity: 0.6;
} .gamegrid li a span.new_4 {
  opacity: 0.4;
} .gamegrid li a span.new_5 {
  opacity: 0.2;
} .gamegrid li a:hover span.new {
  opacity: 0;
} .gamegrid li a span.title {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  bottom: 3cqw;
  color: white;
  display: inline-block;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  margin: 0 3cqw;
  opacity: 1;
  overflow: hidden;
  padding: 1cqw 2cqw 1.5cqw 2cqw;
  pointer-events: none;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 1px 1px 2px #000000;
  transition: bottom 100ms ease-out;
  z-index: 1;
} .gamegrid li a:hover span.title {
  bottom: 5cqw;
  color: #ffdd00;
  line-clamp: none;
  -webkit-line-clamp: none;
} .gamegrid li img {
  border-radius: 4px;
  display: block;
  width: 100%;
}

.gamegrid li.more a {
  background-color: rgba(255,255,255);
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #000000;
  color: #000000;
  font-size: 16px;
  font-size: 7.5cqw;
  font-weight: bold;
  padding: 0 5px;
  padding: 0 7cqw;
  text-shadow: 2px 2px 0px #FFFFFF, 4px 3px 0px rgba(0,0,0,0.15);
  text-transform: uppercase;
} .gamegrid li.more a > span {
  display: inline-block;  
} .gamegrid li.more a:hover {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none;
} .gamegrid li.more .yellow-highlight {
  background-color: #ffdd00;
  text-shadow: none;
} .gamegrid li.more a:hover .yellow-highlight {
  background-color: transparent;
} .gamegrid li.more .youtube-highlight {
  background-color: #cd201f;
  color: #ffffff;
  text-shadow: none;
} .gamegrid li.more a:hover .youtube-highlight {
  background-color: transparent;
} .gamegrid li.more .vk-highlight {
  background-color: #4c75a3;
  color: #ffffff;
  text-shadow: none;
} .gamegrid li.more a:hover .vk-highlight {
  background-color: transparent;
}

.gamegrid li.coming-soon {
  border-radius: 4px;
} .gamegrid li.coming-soon a {
  background-color: rgba(255,255,255);
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #000000;
  color: #000000;
} .gamegrid li.coming-soon a:hover {
  background-color: #000000;
  color: #ffffff;
} .gamegrid li.coming-soon a:hover span:first-child {
  text-shadow: none;
} .gamegrid li.coming-soon a:hover span:last-child {
  display: inline-block;
} .gamegrid li.coming-soon > a {
  padding: 10px;
} .gamegrid li.coming-soon a span:first-child {
  display: inline-block;
  font-size: 35px;
  font-size: 16.75cqw;
  text-shadow: 2px 2px 0px #FFFFFF, 4px 3px 0px rgba(0,0,0,0.15);
} .gamegrid li.coming-soon a span:last-child {
  display: none;
  font-size: 14px;
  font-size: 6.25cqw;
  padding: 0 6cqw;
}

.description {
  font-size: 14px;
  line-height: 19px;
  padding: 6px 2px 0 2px;
  text-align: left;
}
} .description p {
  margin: 14px 0 0 0;
}
.description p:first-of-type {
  margin-top: 0;
}
.description p:last-of-type {
  margin-bottom: 0;
} .description p:only-of-type {
  margin-top: 0;
  margin-bottom: 0;
} .description span:not([data-nosnippet]) {
  font-weight: bold;
}

.description-icon {
  border-radius: 50px;
  float: left;
  margin: 25px 15px 0 0;
  width: 75px;
}

.breadcrumbs {
  font-size: 13px;
  margin-top: 15px;
  padding: 5px 0;
  position: relative;
  text-align: left;
  text-transform: lowercase;
} .breadcrumbs a {
  font-size: 13px;
}

.controls {
  display: none;
  font-family: Consolas, monospace;
  font-size: 0;
  line-height: normal;
  margin-bottom: 15px;
  opacity: 0.9 !important;
  z-index: 1;
} .controls span {
  color: #ffffff;
  cursor: pointer;
  font-size: 11px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
} .controls span:hover {
  color: #ffdd00;
} .controls .keyboard {
  display: inline-block;
  margin-top: 15px;
} .controls .keyboard table {
  border-collapse: collapse;
  cursor: default;
  font-size: 11px;
  text-align: center;
  width: 400px;
} .controls .keyboard td {
  border: 1px solid #aaaaaa;
  padding: 4px 2px;
} .controls .active {
  background-color: #ffffff;
  color: #000000;
  cursor: help;
} .controls .active:hover {
  background-color: #343444;
  color: #ffffff;
} .controls .keyboard td:not(.active):not(.none) {
  opacity: 0.3;
} .controls .keyboard td.none {
  background-color: #dedeee;
} .controls .mouse {
  border: 1px solid #000000;
  border-radius: 50px;
  display: inline-block;
  height: 60px;
  margin: 0 10px 0 20px;
  transform: rotate(-30deg);
  width: 37px;
} .controls .mouse-buttons {
  border-bottom: 1px solid #000000;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  height: 25px;
  position: relative;
} .controls .mouse-button-left {
  border-right: 1px solid #000000;
  border-top-left-radius: 50px;
  height: 100%;
  width: 18px;
} .controls .mouse-button-right {
  border-top-right-radius: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}

.top-inner-search {
  display: none;
  margin-left: 5px;
  padding: 0;
  text-transform: uppercase;
  top: 0;
} .top-inner-search input {
  background: rgba(0,0,0,0);
  border: 0;
  color: #aaaaaa;
  font-family: 'Open Sans';
  font-size: 14px;
  margin: 0 0 0 0;
  outline: 0;
  padding: 0 5px;
  text-transform: uppercase;
} .top-inner-search input::placeholder{
  color: #aaaaaa;
} .top-inner-search input::-webkit-input-placeholder {
  color: #aaaaaa;
} .top-inner-search input:focus {
  color: #ffdd00;
} .top-inner-search img {
  filter: grayscale(100%) invert(0) contrast(10);
  height: 30px;
  margin: 7px 5px 0 0;
  position: absolute;
  top: 3px;
  width: 30px;
} .top-inner-search img:hover {
  cursor: pointer;
  filter: none;
}

.search-mobile
{
	display: none;
	margin-top: 20px;
	padding-right: 25px;
}
.search-mobile > input
{
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	font-size: 1.1em;
	margin-right: 40px;
	padding: 0.4em 0.5em 0.3em 0.5em;
	text-transform: uppercase;
	width: 100%;
}

.promo-top {
  background-color: #232333;
  color: #ffffff;
  display: block;
  padding: 15px 0;
  z-index: 998;
} .promo-top-outer {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 25px 0 25px;
  position: relative;
} .promo-top-inner {
  margin: 0 auto;
  overflow: hidden;
} .promo-top-inner > img {
  margin-right: 15px;
} .promo-top:hover .promo-button {
  box-shadow: 0 0 30px #ff0000;
} .promo-top-inner .gamegrid {
  padding-top: 0;
  white-space: nowrap;
} .promo-top-inner .gamegrid {
  margin-top: 0;
} .promo-top-inner .gamegrid li {
  margin: 0 12px 0 0;
  width: 70px;
} .promo-top-inner .gamegrid li:before {
  padding-top: 100%;
} .promo-top-inner .gamegrid li:last-child {
  margin-right: 0;
} .promo-top-inner .gamegrid img {
  border-radius: 50px;
  transition: transform 500ms;
} .promo-top-inner .gamegrid li:hover img {
  transform: rotateY(180deg) translateZ(0);
}

.promo-top-arrow {
  cursor: pointer;
  height: 100%;
  margin: 0 10px 0 0;
  text-align: center;
  top: 0;
  width: 60px;
} .promo-top-arrow:after {
  border-left: 7px solid #ffffff;
  border-top: 7px solid #ffffff;
  content: '';
  display: inline-block;
  height: 15px;
  top: 35%;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 15px;
} .promo-top-arrow-reversed {
  margin: 0 0 0 10px;
  text-align: left;
} .promo-top-arrow-reversed:after {
  transform: rotate(135deg);
} .promo-top-arrow:hover:after {
  border-color: #ffdd00;
}

.landing {
  background-color: #000000;
  display: none;
  height: 90%;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  z-index: 999;
} .landing-undercover {
  background-color: #000000;
  cursor: pointer;
  height: 100%;
  display: none;
  left: 0;
  opacity: 0.85;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
} .landing-undercover:hover + .landing {
  opacity: 0.5;
} .landing-undercover:hover + .landing .landing-close-hint {
  display: inline-block;
} .landing-close-hint {
  background-color: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: none;
  left: 50%;
  padding: 5px 10px 5px 11px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.preloader {
  background-color: #000000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
} .preloader-button {
  background-color: #000000;
  border: 1px solid #ffffff;
  border-right: 0;
  bottom: 25px;
  color: #ffffff;
  cursor: default;
  display: inline-block;
  line-height: normal;
  padding: 5px 15px 6px 15px;
  position: absolute;
  right: 0;
} .preloader-content {
  left: 50% !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateX(-50%) translateY(-50%) !important;
}

.game-preloader {
  align-items: center;
  background-color: #232333;
  box-sizing: border-box;
  color: #ffffff;
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: normal;
  height: 100%;
  justify-content: center;
  padding: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
} .game-preloader-logo {
  display: block;
  margin: 15px 0 25px 0;
} .game-preloader-logo a {
  display: inline-block;
} .game-preloader-logo a {
  background: linear-gradient(to bottom, #ffffff, #dddddd);
  border-radius: 2px;
  color: #000000;
  padding: 4px 10px 6px 10px;
  position: relative;
} .game-preloader-logo a:hover {
  background: #ffffff;
} .game-preloader-thumbnail {
  animation: elementMinorScale 500ms infinite alternate;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0.75cqw solid #ffffff;
  border-radius: 100px;
  cursor: pointer;
  height: auto;
  margin-bottom: 20px;
  width: 190px;
  width: 24cqw;
} .game-preloader-play-button {
  background: #ff0033;
  border: 2px solid #ffffff;
  border-left: 6px solid #ffffff;
  border-radius: 15px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-size: 3cqw;
  font-weight: bold;
  margin-top: -40px;
  padding: 10px 20px;
  padding: 1.5cqw 2.2cqw 1.5cqw 2cqw;
  position: relative;
  /*text-shadow: 0.33cqw 0.33cqw 0px rgb(255 255 255 / 25%);*/
  text-shadow: 0.33cqw 0.33cqw 0px #000000, 0.5cqw 0.45cqw 0px rgba(255,255,255,0.15);
  text-transform: uppercase;
  z-index: 1;
} .game-preloader-thumbnail:hover + .game-preloader-play-button, .game-preloader-play-button:hover {
  background: #ffffff;
  color: #000000;
  text-shadow: unset;
} .game-preloader-website-name {
  background: linear-gradient(to right, rgba(30,87,153,0) 0, rgba(0,0,0,.3) 50%, rgba(125,185,232,0) 100%);
  color: #ffffff;
  font-size: 23px;
  font-size: 3cqw;
  font-weight: bold;
  margin-top: 40px;
  margin-top: 4cqw;
  padding: 10px;
  text-align: center;
  text-shadow: 1px 1px #505050;  
}

.up-arrow
{
	align-content: center;
	background-color: #343444;
	border-radius: 100px;
	bottom: 30px;
	cursor: pointer;
	/*
	display: flex;
	*/
	display: none;
	flex-flow: row wrap;
	height: 50px;
	justify-content: center;
	line-height: 0;
	opacity: 0.9;
	position: fixed;
	right: 30px;
	visibility: hidden;
	width: 50px;
	z-index: 999;
}
.up-arrow:hover
{
	opacity: 1;
}
.up-arrow > img
{
	height: 30px;
	width: 30px; 
}

/* start >> game page; related games; right column */

.right-column-wrapper {
	display: flex;
	overflow-x: hidden;
    padding-left: 20px;
	width: 100%;
} .right-column-wrapper > .right-column {
    width: 800px;
} .right-column-wrapper-mobile {
	display: flex;
	overflow-x: hidden;
	width: 100%;
} .right-column-related-games-wrapper {
	background-color: #bcbccc;
	height: 100%;
	width: 100%;
} .right-column-related-games {
	background-color: #dedeee;
	height: 100%;
} .right-column-related-games:hover {
	transition-delay: 500ms;
	left: -600px;
}

.last-updated
{
	border: 1px solid #343444;
	border-left: 4px solid #343444;
	border-radius: 4px;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0;
	padding: 5px 7px 4px 7px;
	text-transform: uppercase;
}

.no-mobile-disclaimer
{
	border: 1px solid #343444;
	border-left: 4px solid #343444;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
	padding: 5px 7px 4px 7px;
	text-transform: none;
}

[id^="yandex_rtb"]
{
	max-width: 350px;
	max-height: 300px;
}

ruffle-player
{
	width: 100%!important;
	height: 100%!important;
}

.vk_subscribe_button
{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 22px;
	display: inline-block;
	border-radius: 8px;
	padding: 2px 9px;
	color: #ffffff;
	background: #447bba;
	transition: background-color .15s ease-out,color .15s ease-out,opacity .15s ease-out;
	margin-top: 0.8em;
}
.vk_subscribe_button:hover
{
	color: #eeeeee;
}
.vk_subscribe_button span
{
	display: inline-block;
}
.vk_subscribe_button span::before
{
	content: "";
	display: inline-block;
	width: 15px;
	height: 9px;
	margin-right: 7px;
	background: url("/assets?p=%2Fdata%3Aimage%2Fsvg%2Bxml%3Bcharset%3Dutf-8%2C%253Csvg%2520width%253D%252215%2522%2520height%253D%25229%2522%2520viewBox%253D%25220%25200%252015%25209%2522%2520fill%253D%2522none%2522%2520xmlns%253D%2522http%253A%252F%252Fwww.w3.org%252F2000%252Fsvg%2522%253E%253Cpath%2520d%253D%2522M8.17041%25209C3.0449%25209%25200.121429%25205.62207%25200%25200H2.56735C2.65102%25204.1263%25204.54388%25205.87348%25206.04286%25206.23446V0H8.46122V3.55891C9.94082%25203.40533%252011.4959%25201.78337%252012.0204%25200H14.4378C14.0347%25202.19815%252012.349%25203.82011%252011.149%25204.48631C12.348%25205.02728%252014.2694%25206.44185%252015%25209H12.3388C11.7673%25207.28804%252010.3439%25205.96446%25208.46122%25205.78348V9H8.17041Z%2522%2520fill%253D%2522white%2522%252F%253E%253C%252Fsvg%253E");
}

/* end >> game page; related games; right column */

/* cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}