blockquote, body, dd, div, dl, dt, embed, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, object, ol, p, pre, select, table, td, th, ul, ul li ol, ul li ol li, ul li ul, ul li ul li {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

abbr, fieldset, img {
  border: none
}

address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
  font-weight: 400;
  font-style: normal
}


ul {
  list-style: outside none none
}

input, textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px
}

.bold {
  font-weight: 700
}

a {
  text-decoration: none;
}

html {
  min-height: 100%;
}

/*pc*/
[dir="rtl"] .runner {
  right: 0;
  left: auto;
}


[dir="rtl"] .install {
  margin-left: 20px;
  margin-right: 0;
}

[dir="rtl"] .games__info {
  margin-right: 20px;
}


[dir="rtl"] .arrow {
  transform: rotate(180deg);
}

[dir="rtl"] .btn-game img {
  margin-left: 10px;
}

[dir="rtl"] .graf {
  margin-right: 24px;
}

[dir="rtl"] .helpful .btn-games {
  margin: 0 40px 0 0;
}

[dir="rtl"] .date {
  margin-right: 8px;
}

[dir="rtl"] .info {
  margin-right: 5px;
}

[dir="rtl"] .operator__comment::before {
  right: 40px;
  left: auto;
}

[dir="rtl"] .star {
  margin-left: 8px;
}

[dir="rtl"] .up__arrow {
  left: 55px;
  right: auto;
}

[dir="rtl"] .support__list {
  padding-right: 0;
  padding-left: 50px;
}
/*pc*/

[dir="rtl"] .logo img {
  margin: 0 0 5px 25px;
}
@media only screen and (min-width: 1200px) {
  [dir="rtl"] .logo img {
    margin: 0 0 80px;
  }
}

body {
  color: #5f6368;
  background-color: #ffffff;
  min-height: 100vh;
}

h1, h2, h3, h4, h5 {
  color: #202124;
}

h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 5px;
}


h3 {
  margin-bottom: 15px;
  font-size: 1.1rem;
}

h4 {
  color: #0b57cf;
  font-size: 1rem;
}

.d-flex {
  display: flex;
}

.f-column {
  flex-direction: column;
}

.f-row {
  flex-direction: row;
}

.align-c {
  align-items: center;
}

.justify-c {
  justify-content: center;
}

.justify-sb {
  justify-content: space-between;
}

.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.w-100 {
  width: 100%;
}

#preloder {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 997 !important;
}

#preloder-start {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 180px;
}

.preloder-loader {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.loader-preloder {
  animation: preloder 1s linear infinite alternate;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 20px;
  margin-top: 10px;
}

.preloder-image {
  display: none
}

@keyframes preloder {
  0% {
    background: #000;
    box-shadow: 30px 0 #000,-30px 0 rgba(0,0,0,.133);
  }

  33% {
    background: rgba(0,0,0,.133);
    box-shadow: 30px 0 #000,-30px 0 rgba(0,0,0,.133);
  }

  66% {
    background: rgba(0,0,0,.133);
    box-shadow: 30px 0 rgba(0,0,0,.133),-30px 0 #000;
  }

  to {
    background: #000;
    box-shadow: 20px 0 rgba(0,0,0,.133),-20px 0 #000;
  }
}

.wrapper {
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14),
              0 3px 3px -2px rgba(0, 0, 0, .12),
              0 1px 8px 0 rgba(0, 0, 0, .2);
  margin: 50px auto 0;
  padding: 18px 20px;
}

.main {
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #ffffff;
  height: 56px;
  width: 100%;
  transition: box-shadow .2s ease-in-out;
}

nav .nav__link {
  align-items: center;
  display: flex;
  margin: 0 16px;
}

nav .nav__link img {
  height: 25px;
  width: 25px;
}

nav .nav__link svg {
  margin-right: 8px;
}

nav .nav__menu {
  align-items: center;
  display: flex;
  margin: 0 8px;
}

nav .nav__menu .menu__button {
  border-radius: 50%;
  cursor: pointer;
  height: 44px;
  padding: 12px;
  transition: all .2s ease-in-out;
  user-select: none;
  width: 43px;
}

nav .nav__menu .menu__button:hover {
  background: #f5f5f5;
}

nav .nav__menu .menu__button:active {
  background: #d7d7d7;
}

.right__side {
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .wrapper {
    flex-direction: row;
    max-width: 1200px;
    margin-top: 56px;
  }

  .main {
    max-width: 620px;
    margin-bottom: 0;
  }

  .right__side {
    max-width: 365px;
  }
}
/*loading ring*/
.loading-ring {
  height: 72px;
  width: 72px;
  position: absolute;
}

.loading-ring circle {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round
}

.loading-ring__background {
  stroke: #0b57cf
}

.loading-ring__foreground {
  stroke: #0b57cf;
  stroke-dasharray: 0, 283;
}

.animation-circle-gray .loading-ring__background,.animation-circle-gray .loading-ring__foreground {
  stroke: #e3e3e3;
}

.ring-animation-waiting {
  animation: rotate 2.2s linear infinite,dash 4.1s ease-in-out infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  65% {
    transform: rotate(290deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 20, 263;
    stroke-dashoffset: 20;
  }

  35% {
    stroke-dasharray: 170, 113;
    stroke-dashoffset: 0;
  }

  80% {
    stroke-dasharray: 250, 33;
    stroke-dashoffset: -50;
  }

  to {
    stroke-dasharray: 20, 263;
    stroke-dashoffset: -260;
  }
}

.loading-ring-load .loading-ring__background {
  fill: none;
  stroke: transparent!important;
  stroke-width: 3;
}

.loading-ring-load .loading-ring__foreground {
  fill: none;
  stroke: #0b57cf;
  stroke-width: 3;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 283;
  stroke-dashoffset: calc(283 - var(--percent)*283/100);
  transition: stroke-dashoffset .5s ease;
}

.transition-null {
  transition: 0s!important
}

.d-none {
  display: none;
}

.animation-paused {
  animation-play-state: paused
}
/*loading ring*/

.rating__downloads {
  margin: 40px 0 31px;
  grid-gap: 10px;
}

.rating__downloads > div:not(:last-child) {
  border-right: 1px solid #d3d3d3;
  padding-right: 27px;
  font-size: .75rem;
}

.rating__downloads span {
  font-size: 14px;
  font-weight: 500;
  color: #202124;
  margin-bottom: 6px;
}

@media only screen and (min-width: 360px) {
  .rating__downloads {
    grid-gap: 30px;
  }
}

@media (orientation: portrait) and (max-width: 600px) {
  .rating__downloads {
    justify-content: center;
  }
}

.pegi {
  font-size: .75rem;
}

.pegi span {
  width: 30px;
  height: 20px;
  border: 1px solid #707070;
}

.buttons {
  flex-wrap: wrap;
}

.button {
  min-width: 100%;
  height: 35px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
}

.install {
  background-color: #0b57cf;
  color: #ffffff;
}

.install[disabled="disabled"] {
  background-color: #e4e4e4;
  color: #646779;
  pointer-events: none;
}

.try-now {
  border: 1px solid #eaeaea;
  color: #0b57cf;
  margin-top: 20px;
}

.header__info {
  padding-top: 3px;
}

.info__name h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.in-app {
  color: #444746;
  font-weight: 400;
  line-height: 14px;
  margin-top: 3px;
  font-size: .75rem;
}

@media only screen and (min-width: 600px) {
  .button {
    min-width: 253px;
  }
  .install {
    margin-right: 20px;
  }
  .try-now {
    margin-top: 0;
  }
}

.slider {
  grid-gap: 10px;
  margin: 30px 0;
  overflow-y: hidden;
  width: 101%;
}

.slider .slider-img img {
  width: 125px;
  border-radius: 10px;
}

.upd-on {
  color: #202124;
  top: 10px;
}

.about__game {
  line-height: 26px;
}

.about__game__describe {
  max-height: 140px;
  overflow: hidden;
  position: relative;
}

.about__game__describe:after {
  background: linear-gradient(0deg,#fff,hsla(0,0%,100%,0));
  bottom: 0;
  content: "";
  height: 2rem;
  left: 0;
  position: absolute;
  width: 100%
}

.about__game__description-text {
  color: #5f6368;
  fill: rgba(95,99,104,0);
  stop-color: rgba(95,99,104,0);
  font-family: Roboto,sans-serif;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.25rem;
}

.btn-games {
  flex-wrap: wrap;
  grid-gap: 7px 6px;
  margin: 30px 0 62px;
}

.btn-game {
  border-radius: 24px;
  border: 1px solid #bcbcbc;
  color: #5f6368;
  padding: 3px 15px;
  user-select: none;
}

@media only screen and (min-width: 1200px) {
  .btn-games {
    flex-wrap: nowrap;
    grid-gap: 7px 12px;
  }
  .btn-game {
    padding: 3px 20px;
  }
}


.btn-game.active {
  background-color: #cfe8e1;
  color: #0b57cf;
  border-color: transparent;
}

.btn-game img {
  margin-right: 10px;
}

.safety__list {
  border-radius: 12px;
  border: 1px solid #bcbcbc;
  padding: 28px 15px;
  margin: 35px 0;
}

.learn {
  text-decoration: underline;
}

.list__item {
  padding-left: 40px;
  margin-bottom: 26px;
  font-size: .825rem;
}

.list__item a {
  color: #5f6368;
  text-decoration: underline;
}

.list__item::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.list__item:nth-of-type(1)::before {
  background-image: url("../images/data_safety/share_data.svg");
}

.list__item:nth-of-type(2)::before {
  background-image: url("../images/data_safety/cloud.svg");
}

.list__item:nth-of-type(3)::before {
  background-image: url("../images/data_safety/lock.svg");
}

.list__item:nth-of-type(4)::before {
  background-image: url("../images/data_safety/delete.svg");
}

.see__details {
  color: #0b57cf;
  font-size: .9rem;
  user-select: none;
}

.about__game p,
.data__safety p,
.rating__reviews p {
  font-size: .825rem;
  line-height: 25px;
}

.info {
  margin-left: 5px;
}

.rating__reviews .reviews {
  line-height: 40px;
}

.num__rating {
  margin-bottom: -5px;
}

.num__rating > span {
  min-width: 20px;
  font-size: 12px;
}

.num__rating > div {
  background-color: #dfe0e1;
  width: 100%;
  height: 9px;
  border-radius: 24px;
}

.num__rating > div::before {
  content: "";
  background-color: #0b57cf;
  height: 9px;
  border-radius: 24px;
  position: absolute;
  left: 0;
}

.num__rating:nth-of-type(1) > div::before {
  width: 92%;
}

.num__rating:nth-of-type(2) > div::before {
  width: 6%;
}

.num__rating:nth-of-type(3) > div::before {
  width: 1%;
}

.num__rating:nth-of-type(4) > div::before {
  width: 1%;
}

.num__rating:nth-of-type(5) > div::before {
  width: 0%;
}

.big__rating {
  font-size: 3.5rem;
  color: #202124;
}

.graf {
  grid-gap: 6px;
  margin-left: 24px;
  padding-top: 5px;
}

.star {
  margin-right: 8px;
}

.helpful {
  margin-top: 16px;
  font-size: .73rem;
}

.helpful .btn-games {
  margin: 0 0 0 20px;
}

@media only screen and (min-width: 360px) {
  .helpful .btn-games {
    margin: 0 0 0 40px;
  }
}

.wrapper__comment {
  margin-top: 39px;
  padding-left: 5px;
}

.wrapper__comment .star {
  margin-right: 3px;
  width: 9px;
}

.comment__item {
  margin-bottom: 30px;
}

.star__date {
  margin: 30px 0 10px;
}

.star__date .star__date {
  padding-left: 41px;
  font-size: .875rem;
}

.date {
  margin-left: 8px;
  font-size: 0.755rem;
}

.circle__name {
  padding-left: 37px;
  font-size: .875rem;
}

.circle__name::before {
  content: attr(data-author);
  width: 30px;
  height: 30px;
  position: absolute;
  left: -4px;
  top: -7px;
  background-color: #77909d;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-transform: uppercase;
}

.comment__item:nth-of-type(2) .circle__name::before {
  background-color: #2292cc;
}

.comment__item:nth-of-type(3) .circle__name::before {
  background-color: #8e6d63;
}

.comment__item:nth-of-type(4) .circle__name::before {
  background-color: #018e0d;
}

.comment__item:nth-of-type(5) .circle__name::before {
  background-color: #8e8b00;
}

.operator__comment {
  background-color: #f5f5f5;
  padding: 25px 35px 25px 22px;
  max-width: 88%;
  margin: 25px 0 0 auto;
}

.operator__comment::before {
  content: "";
  border-bottom: 15px solid #f5f5f5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 40px;
  top: -15px;
}

.operator__name__date {
  margin-bottom: 10px;
}

.operator__name {
  font-size: .9rem;
}

.operator__date {
  font-size: .8rem;
}

.flag {
  color: #202124;
  margin-top: 30px;
}

.flag-xs {
  display: block;
}

.flag-lg {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .flag {
    margin-top: 30px;
  }
  .flag-xs {
    display: none;
  }
  .flag-lg {
    display: block;
  }
  .header__logo .logo {
    display: none;
  }
}

.right__side {
  margin: 0 auto;
}

.right__side .logo {
  display: none;
}

.header__info h1::after {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../images/badge.png?v1");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 23px 5px 0;
}

.logo img {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  transition: all .3s linear;
}

.logo.active img {
  height: 36px;
  width: 36px;
}

.info-subtitle {
  display: none;
}

.progress {
  color: #202124;
}

.progress.loading {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.verified-protect {
  display: flex;
  align-items: center;
}

.verified-protect > svg {
  margin: 2px 2px 0 0;
}

.verified-protect > span {
  color: #444746;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 3px;
}

@media only screen and (min-width: 1200px) {
  .logo img {
    margin: 0 0 80px;
    width: 250px;
    height: 250px;
  }
}

.up__arrow {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  right: 45px;
  border: 2px solid #5f6368;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  cursor: pointer;
}

.up__arrow.active {
  transform: rotate(45deg) scale(-1);
}


.support__list {
  margin-top: 38px;
  padding-right: 50px;
}

.support__item {
  padding-left: 35px;
  margin-bottom: 28px;
  color: #202124;
}

.support__item .item__title {
  font-size: .9rem;
}

.support__item::before {
  content: "";
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.support__item:nth-of-type(1)::before {
  background-image: url("../images/app_support/globe.svg");
}

.support__item:nth-of-type(2)::before {
  background-image: url("../images/app_support/mail.svg");
}

.support__item:nth-of-type(3)::before {
  background-image: url("../images/app_support/location.svg");
}

.support__item:nth-of-type(4)::before {
  background-image: url("../images/app_support/protect.svg");
}

.sup__text {
  font-size: .87rem;
}

.more__by {
  margin-top: 113px;
}

.more__games {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin-top: 40px;
}

.games__item {
  margin-bottom: 33px;
}

@media only screen and (min-width: 360px) {
  .more__games {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .more__games {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .more__games {
    grid-template-columns: 1fr;
  }

  .right__side .logo {
    display: block;
  }
}

.games__img {
  min-width: 55px;
  height: 55px;
}

.games__img span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.games__img span.boora {
  background-image: url("../native/uploads/pwas/boora/logo.png");
}

.games__img span.gaoly {
  background-image: url("../native/uploads/pwas/gaoly/logo.png");
}

.games__img span.swbon {
  background-image: url("../native/uploads/pwas/swbon/logo.png");
}

.games__img span.hofru {
  background-image: url("../native/uploads/pwas/hofru/logo.png");
}

.games__info {
  margin-left: 15px;
  font-size: .77rem;
  line-height: 18px;
  color: #5f6368;
}

.games__info img {
  width: 8px;
  filter: contrast(0.5);
}

.about-slide__block {
  background: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  transform: translateY(100%);
  transition: all .3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

.about-slide__block.active {
  transform: translateY(0);
  visibility: visible;
}

.custom__open__about-reverse {
  margin-right: 1rem;
  transform: rotate(-180deg);
}

.about-slide__header {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  padding: 5px 10px;
}

.about-slide__header img {
  height: 40px;
  margin-right: 16px;
  width: 40px;
}

.about-slide__header .app-img {
  border-radius: 8px;
  box-shadow: 0 -1px 5px rgba(0,0,0,.09),0 3px 5px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.3),0 1px 3px rgba(0,0,0,.15);
  height: 48px;
  margin-right: 20px;
  width: 48px;
}

.about-slide__header h2 {
  color: #202124;
  fill: #202124;
  stop-color: #202124;
  font-family: Roboto,sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}

.about-slide__header-subtitle {
  color: #5f6368;
  font-size: .725rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: .75rem;
}

.about-slide__section {
  border-bottom: 1px solid #ddd;
  padding: 28px;
}

.about-slide__section h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 8px;
}

.about-slide__section p {
  color: #5f6368;
  display: -webkit-box;
  font-family: Roboto,sans-serif;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.25rem;
}

.about-slide__details h3 {
  font-size: 18px;
  margin: 0 0 8px;
}

.about-slide__details p {
  margin: 4px 0;
}

.about-slide__section .icon-text {
  align-items: flex-start;
  display: flex;
  margin-bottom: 20px;
}

.about-slide__section .icon-text:last-child {
  margin-bottom: 5px;
}

.about-slide__section .icon-text i {
  margin-right: 8px;
}

.about-slide__section .icon-text span {
  font-size: 16px;
}

.about-slide__section h3 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.about-slide__detail__text {
  align-items: flex-start;
  color: #5f6368;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  fill: #5f6368;
  stop-color: #5f6368;
  font-family: Roboto,sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1rem;
}

.about-slide__detail__title {
  font-size: 14px;
}

.about-slide__detail__subtitle {
  font-size: 12px;
}

.about-slide__detail-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.about-slide__detail-item:first-child,.about-slide__detail-item:nth-child(2) {
  margin-top: 0;
}

.about-slide__detail-label,
.about-slide__detail-text {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.25rem;
}

.about-slide__detail-label {
  font-size: 14px;
  color: #5f6368;
  fill: #5f6368;
  stop-color: #5f6368;
  font-family: Roboto,sans-serif;
}

.about-slide__detail-text {
  color: #202124;
  fill: #202124;
  stop-color: #202124;
  margin-top: 3px;
  font-size: 16px;
  text-align: right;
}
