.page-info .section__block {
  margin-bottom: 30px;
}

.page-info .section__block:last-child {
  margin-bottom: 0;
}

.page-info .section__right .banner a {
  margin-bottom: 12px;
  margin-right: 12px;
}

.page-info .section__right .banner a:last-child {
  margin-bottom: 0;
}

.page-info .section__top {
  margin-bottom: 20px;
  line-height: 1;
}

.section__image {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section__button {
  display: flex;
  justify-content: space-between;
}

.section__button .btn {
  width: 100%;
}

.page-info .game__top .rating {
  margin-bottom: 0;
}

.page-info .game__top .rating span {
  line-height: 18px;
}

.page-info .game__top .rateit {
  top: 0;
}

.page-info .game__top__content {
  padding-left: 16px;
}

.page-info .game__image {
  width: 80px;
  height: 80px;
}

.page-info .game__title {
  margin-bottom: 5px;
  line-height: 1;
}

.page-info .game__subtitle {
  margin-bottom: 5px;
  color: #4e4e4e;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
}

.banner p {
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 300;
  color: #68767d;
}

.page-info .product__description {
  position: relative;
  height: 248px;
  overflow: hidden;
}

.page-info .product__description.is-open {
  height: auto;
}

.page-info .product__description.is-open:after {
  display: none;
}

.page-info .product__description:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, #fff 70%);
  z-index: 1;
  content: "";
}

.page-info .product__description h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}

.page-info .product__description p {
  margin-bottom: 10px;
}

.page-info .section__description {
  position: relative;
}

.page-info .section__description .more {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.page-info .section__description .more.is-hide {
  display: none;
}

.page-info .table {
  margin-bottom: 20px;
  border: none;
}

.page-info .table .tr {
  height: 30px;
  background-color: transparent !important;
  line-height: 30px;
  border-bottom: 1px solid #ececec;
}

.page-info .table .tr:last-child {
  border-bottom: none;
}

.page-info .table td {
  display: table-cell;
  text-align: left;
  font-size: 13px;
}

.page-info .table td:first-child {
  padding-left: 0;
  color: #4e4e4e;
  text-transform: uppercase;
  font-weight: 300;
}

.btn-green {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  background-color: #6aca06;
  color: #fff !important;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1;
}

.btn-green:hover {
  background-color: #63bf04;
}

.btn-green .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-size: contain;
}
.btn-green .icon-download {
  background: url("/img/download_icon.svg") no-repeat center;
}
.btn-green .icon-buy {
  background: url("/img/buy_icon.svg") no-repeat center;
}

.swiper {
  position: relative;
}

.swiper-slide {
  width: 200px;
}

.swiper .next,
.swiper .prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  z-index: 2;
  cursor: pointer;
}

.swiper .next {
  right: 0;
  background-image: url("../img/arrow_right_icon.svg");
}

.swiper .prev {
  left: 0;
  background-image: url("../img/arrow_left_icon.svg");
}

.swiper-button-disabled {
  display: none;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  .page-info .table .td:first-child {
    width: 40%;
  }

  .page-info .table .td:last-child {
    width: 60%;
  }
  .section__image {
      background-size: contain;
      height: 125px;
    }
}

@media (max-width: 599px) {
  .section__button {
    flex-direction: column;
  }

  .section__button .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .section__button .btn:last-child {
    margin-bottom: 0;
  }

  .page-info .game__top {
    display: flex;
  }
}
.page-info .section__top {
    margin-bottom: 20px;
    line-height: 1;
}
.page-item .heading-1 {
    margin-bottom: 20px;
}
.section__block .title.is-medium {
    margin-bottom: 20px;
    line-height: 24px;
}
.swiper {
  position: relative;
}

.swiper-slide {
  width: 200px;
}

.swiper .next,
.swiper .prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  z-index: 2;
  cursor: pointer;
}

.swiper .next {
  right: 0;
  background-image: url("/img/arrow_right_icon.svg");
}

.swiper .prev {
  left: 0;
  background-image: url("/img/arrow_left_icon.svg");
}

.swiper-button-disabled {
  display: none;
}

.game__top {
  display: flex;
}

.game__top .console,
.game__top .rating {
  display: flex;
  align-items: center;
}

.game__top .rating {
  margin-bottom: 5px;
}

.game__top .console span,
.game__top .rating span {
  margin-right: 4px;
  color: #4e4e4e;
  font-size: 13px;
  font-family: opensans-light-webfont, Arial, sans-serif;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}

.game__image {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
}

.game__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.game__top__content {
  flex-grow: 1;
  padding-left: 25px;
}

.game-item .game__title {
  margin-bottom: 8px;
}
.heading-1 {
  font-family: opensans-bold-webfont, Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
.btn-border {
  justify-content: center;
  height: 54px;
  border: 2px solid #3873f9;
  border-radius: 0;
}

.btn-download {
  color: #3873f9;
  font-size: 22px;
  text-transform: uppercase;
}

.page-item {
  padding-bottom: 55px;
}

.page-item .heading-1 {
  margin-bottom: 20px;
}

.section__block {
  margin-bottom: 55px;
}

.section__block .title.is-medium {
  margin-bottom: 20px;
  line-height: 24px;
}

.product-item .banner.is-1 {
  padding-top: 20px;
}

.product-item .product__right {
  flex-grow: 1;
}

.product-item .product__right .btn {
  max-width: 275px;
  width: 100%;
}

.product-item .product__right .btn-play,
.product-item .product__right .btn-download {
  margin-bottom: 10px;
}

.product-item .btn.is-with-ico .btn__left {
  flex-shrink: 0;
}

.product-item .btn.is-with-ico .btn__right {
  padding: 0;
  flex-grow: 1;
  justify-content: center;
}

.product-item .link-more-options {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 275px;
  color: #333;
}

.product-item .link-more-options .ico {
  width: 6px;
  height: 6px;
  margin-left: 4px;
}

.comments {
  margin: 0;
}

.hide-sidebar .section__left {
  width: 100%;
  padding-right: 0;
}

.game__top {
  display: flex;
}

.game__top .console,
.game__top .rating {
  display: flex;
  align-items: center;
}

.game__top .rating {
  margin-bottom: 5px;
}

.game__top .console span,
.game__top .rating span {
  margin-right: 4px;
  color: #4e4e4e;
  font-size: 13px;
  font-family: opensans-light-webfont, Arial, sans-serif;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}

.game__image {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
}

.game__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.game__top__content {
  flex-grow: 1;
  padding-left: 25px;
}

.game-item .game__title {
  margin-bottom: 8px;
}

.heading-1 {
  font-family: opensans-bold-webfont, Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}

.game__play {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 625px;
  background-color: #333333;
}

.game__play .btn {
  justify-content: center;
  height: 50px;
  width: 199px;
  background-color: #1b8ffb;
  color: #fff;
  border: none;
  font-family: opensans-bold-webfont, Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.game__play .btn:hover {
  background-color: #0d73d1;
}

.game__play .btn .ico {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background-color: #0c7ce4;
  border-radius: 50%;
}

.game__text {
  font-size: 13px;
  font-family: opensans-light-webfont, Arial, sans-serif;
  font-weight: 300;
  line-height: 20px;
}

.posts__list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.posts__item {
  width: 33.3%;
  padding: 10px;
}

.post {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #333333;
  border: 1px solid #ececec;
}

.post:hover {
  color: #3873f9;
}

.post__image {
  flex-grow: 1;
}

.post__title {
  height: 62px;
  flex-shrink: 0;
  padding: 12px;
  font-size: 14px;
  font-family: opensans-bold-webfont, Arial, sans-serif;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-left: auto;
  margin-right: auto;
}

.pagination__item {
  margin-right: 4px;
}

.pagination__item:last-child {
  margin-right: 0;
}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  font-size: 13px;
  color: #333333;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.pagination__link.active,
.pagination__link:hover {
  background-color: #548af0;
  border-color: #548af0;
  color: #fff;
}

.pagination__link--next {
  display: flex;
  align-items: center;
}

.pagination__link--next:hover .ico:before,
.pagination__link--next:hover .ico:after {
  background-color: #fff;
}

.article__content video,
.article__content h2,
.article__content p,
.article__content ul,
.article__content img,
.article__content li {
  margin-bottom: 10px;
}

.article__content video:last-child,
.article__content h2:last-child,
.article__content p:last-child,
.article__content ul:last-child,
.article__content img:last-child,
.article__content li:last-child {
  margin-bottom: 0;
}

.article__content h2 {
  margin-top: 20px;
  font-size: 22px;
  font-family: opensans-light-webfont, Arial, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.article__content ul,
.article__content p {
  font-size: 13px;
  font-family: opensans-light-webfont, Arial, sans-serif;
  font-weight: 300;
  line-height: 20px;
}

.article__content strong,
.article__content b {
  font-family: opensans-bold-webfont, Arial, sans-serif;
  font-weight: bold;
}

.article__content video {
  display: block;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.article__content ul {
  list-style: disc;
  list-style-position: inside;
}

@media (max-width: 991px) {
  .heading-1 {
    font-size: 20px;
    line-height: 1.3;
  }

  .posts__item {
    width: 50%;
  }

  .article__content h2 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section__block {
    margin-bottom: 30px;
  }

  .posts__item {
    width: 100%;
  }

  .post__title {
    height: auto;
  }

  .game__image {
    width: 160px;
    height: 160px;
    margin: 0 auto 15px;
  }

  .game__top__content {
    padding-left: 10px;
  }

  .game__play {
    height: 480px;
  }
}

@media (max-width: 599px) {
  .game__top {
    display: block;
  }

  .game__top__content {
    padding-left: 0;
  }

  .game__play {
    height: 300px;
  }
}
.page-info-app .heading-1 {
  margin-bottom: 5px;
}
