@media (max-width:420px) {
  .filter a {
    padding: 11px 8px !important;
    font-size: 14.88px;
  }

  .button-v221 { font-size: 12.08px !important; }
  .button-v221:before { height: 16.05px; width: 17.05px; }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans Display', sans-serif;
}

::-webkit-scrollbar {
  display: none;
}

html {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

:root {
  --img-play: url(/images/play.svg);
  --img-divider: url(/images/divider.png);
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0
}

body {
  font-family: 'Noto Sans', sans-serif;
  max-width: 993px;
  display: block;
  margin: auto;
  background-color: #111
}

@media (min-width: 1400px) {
  body {
    max-width: 1400px;
  }
}

a,
a:hover {
  text-decoration: none;
  color: #fff
}

.header {
  padding: 6px;
  margin: 0 auto;
  max-width: 900px
}

.header h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  animation: fromzerotozoro 1.2s ease alternate !important;
}

.header::after {
  content: "";
  display: block;
  height: 15px;
  background: center no-repeat;
  background-image: var(--img-divider);
  background-size: contain;
}

.container {
  width: 100%;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.container-category {
  margin: 0 auto;
  padding: 0 8px;
}

.category {
  color: #fff;
  margin: 8px auto 24px;
  height: 50px;
  max-width: 290px;
}
.category:before, .category:after { content: ""; display: table; clear: both }

.filter a {
  display: block;
  padding: 12px;
  margin: 0;
  width:46.99999%;
  float: left;
  border-radius: 16px;
  cursor: pointer;
  animation: fromzerotozoro 1.2s ease alternate !important;
}

.filter a:first-child { margin-right: 5px; }
.filter a:last-child { margin-left: 5px; }

.unik2v55 {
  float: left;
  width: 19.666667%;
  border: none;
  text-align: center;
  position: relative;
  -webkit-animation: zoom-in .5s;
  animation: zoom-in .5s;
}

.font-rtp {
  font-weight: 400;
  font-size: 15px;
  padding: 2px
}

.unik3v55 {
  margin: 5px;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  background-color: #222;
  border-radius: 10px;
  padding: 5px 0
}

.percent {
  height: 12px;
  display: flex;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #555;
  position: relative;
  z-index: 99;
  border-radius: 5px;
  width: 95%;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  margin: 0 auto
}

.percent p {
  z-index: 15;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  transform: translateY(14px);
  color: #000
}

.percent-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: width .7s ease;
  -webkit-animation: progress-bar-stripes 5s linear infinite;
  animation: progress-bar-stripes 5s linear infinite;
  z-index: 10
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 20px 50px;
  }
}

@-moz-keyframes progress-bar-stripes {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 20px 50px;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 20px 50px;
  }
}

@-webkit-keyframes zoom-in {
  0% {
    transform: scale(.1);
  }

  100% {
    transform: none;
  }
}

@-moz-keyframes zoom-in {
  0% {
    transform: scale(.1);
  }

  100% {
    transform: none;
  }
}

@keyframes zoom-in {
  0% {
    transform: scale(.1);
  }

  100% {
    transform: none;
  }
}

@-webkit-keyframes pulse-btn {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    font-size: 15px;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    font-size: 16.88px;
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    font-size: 17.88px;
  }
}

@-moz-keyframes pulse-btn {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    font-size: 15px;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    font-size: 16.88px;
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    font-size: 17.88px;
  }
}

@keyframes pulse-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    transform: scale(0.95) rotate(-0.5deg);
  }

  10% {
    box-shadow: 0 -0 2px 0.4px rgba(255, 121, 63, 0.1);
    transform: scale(0.96) rotate(-0.4deg);
  } 

  20% {
    box-shadow: 0 -0 4px 0.8px rgba(255, 121, 63, 0.2);
    transform: scale(0.97) rotate(-0.3deg);
  }  

  30% {
    box-shadow: 0 -0 6px 1.2px rgba(255, 121, 63, 0.3);
    transform: scale(0.98) rotate(-0.2deg);
  }


  40% {
    box-shadow: 0 -0 8px 1.6px rgba(255, 121, 63, 0.4);
    transform: scale(0.99) rotate(-0.1deg);
  }

  50% {
    box-shadow: 0 0 10px 2px rgba(255, 121, 63, 0.5);
    transform: scale(1) rotate(0deg);
  }

  60% {
    box-shadow: 0 0 8px 1.6px rgba(255, 121, 63, 0.4);
    transform: scale(0.99) rotate(0.1deg);
  }

  70% {
    box-shadow: 0 0 6px 1.2px rgba(255, 121, 63, 0.3);
    transform: scale(0.98) rotate(0.2deg);
  }

  80% {
    box-shadow: 0 0 4px 0.8px rgba(255, 121, 63, 0.2);
    transform: scale(0.97) rotate(0.3deg);
  }

  90% {
    box-shadow: 0 0 2px 0.4px rgba(255, 121, 63, 0);
    transform: scale(0.96) rotate(0.4deg);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.5);
    transform: scale(0.95) rotate(0.5deg);
  }
}

.yellow {
  background-color: #ffff00de;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.2), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}

.green {
  background-color: #28a745;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.2), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}

.red {
  background-color: #dc3545;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.2), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}

.button-v221 {
  font-size: 12.88px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  text-align: center;
  align-items: center;
  padding: 6px 0;
  border-radius: 10px;
  display: block;
  margin: 16px 24px;
  box-shadow: 0 0 5px #000;
  background-image: linear-gradient(to bottom, #1a73e8 10%, #160c27 100%);
  transition: all .3s ease
}

.button-v221:hover {
  background-image: linear-gradient(to bottom, #160c27 10%, #1a73e8 100%);
}

.button-v221:before {
  content: "";
  display: inline-block;
  line-height: 15px;
  height: 17.05px;
  width: 18.05px;
  margin-right: 2px;
  background: center no-repeat;
  background-image: var(--img-play);
  background-size: contain;
  vertical-align: middle;
}

.button-v551 {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  text-align: center;
  align-items: center;
  padding: 8px;
  display: block;
  margin: 10px 30px;
  border: 2px solid #111;
  box-shadow: 0 0 5px #000;
  background-color: #333;
  white-space: nowrap;
}

.button-v551.attention {
  animation: pulse-btn .6s ease infinite alternate-reverse !important;
}

.button-v551.pulses:hover, .button-v551.pulses:active {
  background-color: #673ab7;
  border-color: transparent;
  animation: btnhovani .8s ease alternate !important;
}
@keyframes btnhovani {
  from { background-color: rgba(26, 115, 232, 1); border: 2px solid #111; }
  to { background-color: #673ab7; border: 2px solid #673ab7; }
}
.button-v551:hover, .button-v551:active {
  animation: btnhovactani .8s ease alternate !important;
}
@keyframes btnhovactani {
  from { background-color: #333; border: 2px solid #111; }
  to { background-color: #673ab7; border: 2px solid #673ab7; }
}

.button-v551:active,
.button-v551:visited {
  border: 2px solid #fff;
}

.button-v552 {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  text-align: center;
  align-items: center;
  padding: 8px;
  display: block;
  margin: 10px 30px;
  box-shadow: 0 0 5px #000;
  background-color: #000000;
  background-image: linear-gradient(to bottom, #1a73e8 0%, #000000 100%);
  transition: all .3s ease;
}

.button-v552:active {
  background-image: linear-gradient(to bottom, #000000 0%, #1a73e8 100%);
}

.pulses {
  background: rgba(26, 115, 232, 1);
  box-shadow: 0 0 0 0 rgba(26, 115, 232, 1);
}

.game-img {
  width: 90%;
  margin: 3px;
  border-radius: 10px;
  object-fit: cover !important;
  box-shadow: 0 0px 5px 0 rgb(0 0 0 / 50%) inset;
  transition: all .45s ease-in-out
}

@media (max-width:800px) {
  .unik2v55 {
    width: 33.3%
  }

  .percent {
    height: 10px
  }

  .game-img {
    height: auto
  }

  .button-v221 {
    margin: 10px 15px
  }
}

@keyframes fromzerotozoro {
  from {
    color: transparent;
  }

  to {
    color: #fff;
  }
}