@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../../files/fonts/slick.eot");
  src: url("../../files/fonts/slick.eot?#iefix") format('embedded-opentype'), url("../../files/fonts/slick.woff") format('woff'), url("../../files/fonts/slick.ttf") format('truetype'), url("../../files/fonts/slick.svg#slick") format('svg');
}
@font-face {
  font-family: Roboto-Bold;
  src: url("../../files/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: Roboto-Italic;
  src: url("../../files/fonts/Roboto-Italic.ttf");
}
@font-face {
  font-family: Roboto-Light;
  src: url("../../files/fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: Roboto-Regular;
  src: url("../../files/fonts/Roboto-Regular.ttf");
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
p,
a,
img,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  color: #000;
  font: 100%/1.5 'Roboto', sans-serif;
  line-height: 1;
  scroll-behavior: smooth;
  zoom: 1;
  background: #fff;
}
body:after {
  clear: both;
}
body script {
  display: none !important;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  font-size: 2em;
}
h1,
p {
  margin-bottom: 0.2em;
}
html,
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
.header {
  background-color: #333;
  min-height: 3vh;
  position: relative;
  padding: 0 3vh;
}
.header-logo {
  display: flex;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 5px 0 0;
}
.header-logo img {
  width: 90px;
}
@media all and (min-width: 480px) {
  .header-logo {
    padding: 10px;
  }
}
.spinner-box {
  width: 100%;
  height: 56vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.spinner {
  -webkit-animation: rotator 1.8s linear infinite;
  -webkit-animation: rotator 1.8s linear infinite;
  animation: rotator 1.8s linear infinite;
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  stroke: #555;
  -webkit-animation: dash 1.8s ease-in-out infinite;
  -webkit-animation: dash 1.8s ease-in-out infinite;
  animation: dash 1.8s ease-in-out infinite;
}
@media all and (min-width: 480px) {
  .spinner-box {
    height: 19.84375vw;
  }
}
.game-detail-page-widget.wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.game-detail-page-widget.purple-bar {
  width: 100%;
  background: #555;
  color: #fff;
  font-size: 4.266666666666667vw;
  padding: 4.266666666666667vw;
}
.game-detail-page-widget.purple-bar img {
  width: 4.266666666666667vw;
  margin-right: 3.733333333333333vw;
}
.game-detail-page-widget.banner {
  width: 100%;
}
.game-detail-page-widget.banner img {
  width: 100%;
}
.game-detail-page-widget.error-text {
  margin: auto;
  text-align: center;
  padding: 20vw 4vw;
}
.game-detail-page-widget.app-detail {
  width: 100%;
  display: inline-flex;
  padding: 4.533333333333333vw;
}
.game-detail-page-widget.app-icon img {
  width: 22.4vw;
  margin-right: 4.8vw;
}
.game-detail-page-widget.app-title h2 {
  font-family: Roboto-Bold;
  font-size: 3.466666666666667vw;
  padding-top: 1.6vw;
}
.game-detail-page-widget.app-title p {
  font-size: 3.2vw;
  padding-top: 2.666666666666667vw;
  line-height: 1vw;
}
.game-detail-page-widget.app-install {
  width: 100%;
  display: inline-flex;
  padding: 0 5.6vw;
}
.game-detail-page-widget.app-badge {
  width: 100%;
  color: #d80027;
  font-size: 3.2vw;
  font-family: Roboto-Bold;
}
.game-detail-page-widget.app-badge img {
  width: 6.933333333333334vw;
  float: left;
  margin-right: 3.733333333333333vw;
}
.game-detail-page-widget.install-button {
  width: 100%;
  text-align: right;
}
.game-detail-page-widget.install-button button {
  color: #fff;
  font-size: 3.2vw;
  padding: 2.3vw 9.333333333333334vw;
  background-color: #ea581c;
  font-family: Roboto-Bold;
  border: none !important;
  margin-bottom: 7vw;
}
.game-detail-page-widget.screenshots-slider {
  padding: 1vh 0;
}
.game-detail-page-widget.screenshots-slider img {
  height: 68.46666666666667vw;
  width: auto;
  margin-right: 2vw;
}
.game-detail-page-widget.app-description {
  font-size: 3.2vw;
  padding: 4.8vw 7.733333333333333vw;
}
.game-detail-page-widget.app-description:after {
  margin-top: 4.8vw;
  height: 1px;
  display: block;
  width: 100%;
  background: #dcdcdc;
  content: '';
}
.game-detail-page-widget.sidebar-box {
  max-height: 170px;
  position: relative;
  overflow: hidden;
}
.game-detail-page-widget.sidebar-box .game-detail-page-widget.read-more {
  font-size: 16px;
  position: absolute;
  bottom: 0px !important;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 170px 0px 0px 0px;
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 60%, #fff 90%, #fff 100%);
}
.game-detail-page-widget.button {
  color: #ea581c;
  text-decoration: none;
  text-transform: uppercase;
}
.game-detail-page-widget.fadeout {
  position: relative;
  bottom: 11em;
  height: 8em;
  background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, #fff 100%);
  background-image: -moz-linear-gradient(rgba(255,255,255,0) 0%, #fff 100%);
  background-image: -o-linear-gradient(rgba(255,255,255,0) 0%, #fff 100%);
  background-image: linear-gradient(rgba(255,255,255,0) 0%, #fff 100%);
  background-image: -ms-linear-gradient(rgba(255,255,255,0) 0%, #fff 100%);
}
.game-detail-page-widget.app-rating {
  width: 100%;
  font-family: Roboto-Light;
  font-size: 8.533333333333333vw;
  display: inline-flex;
  padding: 0 6.666666666666667vw;
  border-bottom: 1px solid #dcdcdc;
}
.game-detail-page-widget.star-rating-display {
  font-size: 9.6vw;
  margin-left: 3.2vw;
  padding-top: 6.3vw;
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  display: inline-block;
  position: relative;
}
.game-detail-page-widget.star-rating-display[data-rating="0"]:before {
  width: 0%;
}
.game-detail-page-widget.star-rating-display[data-rating="1"]:before {
  width: 20%;
}
.game-detail-page-widget.star-rating-display[data-rating="2"]:before {
  width: 40%;
}
.game-detail-page-widget.star-rating-display[data-rating="3"]:before {
  width: 60%;
}
.game-detail-page-widget.star-rating-display[data-rating="4"]:before {
  width: 80%;
}
.game-detail-page-widget.star-rating-display[data-rating="5"]:before {
  width: 100%;
}
.game-detail-page-widget.app-other-detail {
  width: 100%;
  display: inline-flex;
  font-size: 3.733333333333333vw;
  padding: 3vw 6.666666666666667vw;
}
.game-detail-page-widget.detail-pane {
  width: 50%;
  padding: 2vw;
  border-left: 1px solid #a9a9a9;
}
.game-detail-page-widget.detail-pane h4 {
  padding: 4.8vw 0;
}
.game-detail-page-widget.detail-pane p {
  color: #a9a9a9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-detail-page-widget.desktop {
  display: none;
}
.game-detail-page-widget.star-rating-display:before,
.game-detail-page-widget.star-rating-display:after {
  content: "★★★★★";
  display: block;
  white-space: nowrap;
}
.game-detail-page-widget.rating-display:before,
.game-detail-page-widget.rating-display:after {
  content: "★";
  display: block;
  white-space: nowrap;
}
.game-detail-page-widget.star-rating-display:before,
.game-detail-page-widget.rating-display:before {
  color: #ffb03b;
  position: absolute;
  z-index: 1;
  left: 0px;
  overflow: hidden;
  width: 100%;
}
.game-detail-page-widget.star-rating-display:after,
.game-detail-page-widget.rating-display:after {
  z-index: 0;
}
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
@-webkit-keyframes  {
  rotator {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@-webkit-keyframes  {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    stroke-offset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@media all and (min-width: 480px) {
  body {
    background: #f0f0f1;
  }
}
@media all and (min-width: 480px) {
  .game-detail-page-widget.wrapper {
    background-color: #f0f0f1;
  }
  .game-detail-page-widget.mobile {
    display: none;
  }
  .game-detail-page-widget.game {
    width: 100%;
    max-width: 720px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 7px 25px -6px #a9a9a9;
    margin-bottom: 3vw;
  }
  .game-detail-page-widget.purple-bar {
    width: 100%;
    background: #555;
    color: #fff;
    font-size: 1.354166666666667vw;
    padding: 1.145833333333333vw;
  }
  .game-detail-page-widget.purple-bar img {
    width: 1.354166666666667vw;
    margin-right: 1.354166666666667vw;
  }
  .game-detail-page-widget.app-detail {
    width: 100%;
    display: inline-flex;
    padding: 30px;
    padding-bottom: 0;
  }
  .game-detail-page-widget.app-icon img {
    width: 170px;
    margin-right: 1.614583333333333vw;
  }
  .game-detail-page-widget.app-title {
    width: 100%;
  }
  .game-detail-page-widget.app-title h2 {
    font-family: Roboto-Light;
    font-size: 34px;
    padding-top: 1.875vw;
  }
  .game-detail-page-widget.app-title p {
    font-size: 14px;
    padding-top: 14px;
    line-height: 1vw;
    color: #606060;
    font-family: Roboto-Bold;
  }
  .game-detail-page-widget.app-install.desktop {
    width: 100%;
    display: inline-flex;
    padding: 10px 0;
  }
  .game-detail-page-widget.app-badge {
    width: 100%;
    color: #d80027;
    font-size: 12px;
    font-family: Roboto-Bold;
  }
  .game-detail-page-widget.app-badge img {
    width: 27px;
    float: left;
    margin-right: 0.733333333333333vw;
  }
  .game-detail-page-widget.install-button {
    width: 100%;
    text-align: right;
    border: none;
  }
  .game-detail-page-widget.install-button button {
    color: #fff;
    font-size: 14px;
    padding: 11px 35px;
    background-color: #ea581c;
    font-family: Roboto-Light;
    margin-bottom: 1vw;
  }
  .game-detail-page-widget.screenshots-slider {
    display: none;
  }
  .game-detail-page-widget.app-description {
    font-size: 12px;
    padding: 20px 50px 0;
    flex-wrap: wrap;
  }
  .game-detail-page-widget.app-description:after {
    margin-top: 30px;
    height: 1px;
    display: block;
    width: 100%;
    background: #dcdcdc;
    content: '';
  }
  .game-detail-page-widget .app-description-text {
    font-size: 14px;
    line-height: 20px;
  }
  .game-detail-page-widget.app-other-detail {
    width: 70%;
    display: inline-flex;
    font-size: 12px;
    padding: 50px 0px;
    padding-left: 20px;
  }
  .game-detail-page-widget.detail-pane:first-child {
    display: inline-flex;
    width: 40%;
    padding: 0;
    padding-left: 0;
    border-left: none;
  }
  .game-detail-page-widget.detail-pane:last-child {
    display: inline-flex;
    width: 60%;
    padding: 0;
    padding-left: 0;
    border-left: none;
  }
  .game-detail-page-widget.detail-pane div {
    margin-right: 1.4vw;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .game-detail-page-widget.detail-pane h4 {
    padding: 0.78125vw 0;
  }
  .game-detail-page-widget.detail-pane p {
    color: #a9a9a9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .game-detail-page-widget.app-rating {
    width: 30%;
    font-family: Roboto-Light;
    font-size: 35px;
    display: inline-flex;
    padding-right: 1.09375vw;
    padding-left: 50px;
    border-bottom: none;
    margin-top: 38px;
    margin-bottom: 38px;
    border-right: 1px solid #dcdcdc;
  }
  .game-detail-page-widget.bunch {
    width: 100%;
    max-width: 100%;
    display: inline-flex;
  }
  .game-detail-page-widget.desktop {
    display: block;
  }
  .game-detail-page-widget.display {
    padding-top: 20px;
    padding-left: 5px;
  }
  .game-detail-page-widget.display img {
    width: 40px;
    vertical-align: bottom;
    margin: 0 10px;
  }
}
@-moz-keyframes  {
  rotator {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    stroke-offset: 187;
  }
}
@-webkit-keyframes  {
  rotator {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    stroke-offset: 187;
  }
}
@-o-keyframes  {
  rotator {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    stroke-offset: 187;
  }
}
@keyframes  {
  rotator {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    stroke-offset: 187;
  }
}
