@font-face {
  font-family: "GoogleSansRegular";
  src: url("../fonts/GoogleSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "GoogleSansMedium";
  src: url("../fonts/GoogleSans-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "GoogleSansBold";
  src: url("../fonts/GoogleSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

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;
  font-family: 'GoogleSansRegular';
  min-height: 100vh;
}

h1, h2, h3, h4, h5 {
  color: #202124;
  font-family: "GoogleSansBold";
}

h1 {
  font-size: 1.7rem;
  margin: 0 0 10px;
}

@media only screen and (min-width: 360px) {
  h1 {
    font-size: 2.2rem;
  }
}

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

h4 {
  color: #01875f;
  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;
}

.w-100 {
  width: 100%;
}

.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: 0 auto;
  padding: 18px 20px;
}

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

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

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

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

  .right__side {
    max-width: 365px;
  }
}

.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-family: "GoogleSansBold";
  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;
  font-family: "GoogleSansMedium";
  cursor: pointer;
}

.install {
  background-color: #01875f;
  color: #ffffff;
}

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

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

.in-app {
  font-size: .75rem;
  margin-top: 7px;
}

@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: 149px;
  border-radius: 10px;
}

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

.about__game {
  line-height: 26px;
}

.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: #01875f;
  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 {
  position: relative;
  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;
  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");
}

.item__title {
  font-family: 'GoogleSansMedium';
}

.see__details {
  color: #01875f;
  font-family: 'GoogleSansMedium';
  font-size: .9rem;
  user-select: none;
}

.black__color {
  color: #202124;
}

.about__game p:not(:first-child),
.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;
}

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

.num__rating > div::before {
  content: "";
  background-color: #01875f;
  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: 62%;
}

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

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

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

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

.graf {
  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 {
  position: relative;
  padding-left: 37px;
  font-size: .875rem;
}

.circle__name::before {
  content: "";
  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-family: 'GoogleSansMedium';
  font-size: 1rem;
}

.comment__item:nth-of-type(1) .circle__name::before {
  content: "A";
}

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

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

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

.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;
}

.logo {
  position: relative;
}

.runner {
  width: 90px;
  height: 90px;
  border: 3px solid #01875f;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  clip: rect(0px, 90px, 0px, 0px);
  transform: rotate(0deg);
  transition: all .3s linear;
  animation-name: circle;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1.5s;
}

.logo.active .runner {
  clip: rect(0px, 90px, 70px, 0px);
}

@keyframes circle {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(350deg);
  }
}

@keyframes circleInstalling {
  0% {
    clip: rect(0px, 90px, 55px, 0px);
    transform: rotate(0deg);
  }
  50% {
    clip: rect(0px, 70px, 80px, 0px);
    transform: rotate(250deg);
  }
  100% {
    clip: rect(0px, 0px, 0px, 0px);
    transform: rotate(360deg);
  }
}

.logo img {
  display: block;
  margin: 0 25px 5px 0;
  width: 90px;
  height: 90px;
  border-radius: 12px;
  transition: all .3s linear;
}

.logo.active img {
  transform: scale(.6);
}

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

.progress {
  font-family: 'GoogleSansMedium';
  color: #383838;
}

.app_support h3 {
  position: relative;

}

.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 {
  position: relative;
  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);
}
