html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, address, big, cite, code, del, dfn, em, img, ins, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, main, nav, output, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, nav {
  list-style: none; }

* {
  box-sizing: border-box; }

img, video, canvas {
  max-width: 100%; }

img {
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #2181e5; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
  text-decoration: underline;
  color: #2181e5; }

html, body {
  height: 100%;
  width: 100%; }

iframe {
  width: 100%; }

a, button, a:hover, button:hover {
  cursor: pointer; }

button, button:focus, button:active {
  outline: none;
  border: none; }

blockquote {
  margin: 0; }

body {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  background: url(../img/Neon.jpg) top repeat;
  letter-spacing: normal;
  font-size: 14px;
  
  -webkit-font-smoothing: antialiased; }

h1, .h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  color: #f30654;
  margin-bottom: 12px;
  text-transform: uppercase; }

h2, .h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  color: #f30654;
  margin-bottom: 12px; }

h3, .h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 20px; }

h4, .h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 20px; }

p {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 12px 0; }

div p:last-child {
  margin-bottom: 0; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.page {
  padding-top: 6px;
  padding-bottom: 12px; }

.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }

.logo {
  position: relative; }

.hamburger {
  display: none; }

.search-button {
  display: none; }

.icon-car {
  background: url("../img/icon-menu.svg") 0 0 no-repeat; }

.icon-cooking {
  background: url("../img/icon-menu.svg") -71px 0 no-repeat; }

.icon-shooting {
  background: url("../img/icon-menu.svg") -155px 0 no-repeat; }

.icon-racing {
  background: url("../img/icon-menu.svg") -235px 0 no-repeat; }

.icon-dress_up {
  background: url("../img/icon-menu.svg") -316px 0 no-repeat; }

.icon-puzzle {
  background: url("../img/icon-menu.svg") -395px 0 no-repeat; }

.icon-kids {
  background: url("../img/icon-menu.svg") -462px 0 no-repeat; }

.icon-strategy {
  background: url("../img/icon-menu.svg") -534px 0 no-repeat; }

.icon-action {
  background: url("../img/icon-menu.svg") -614px 0 no-repeat; }

.icon-multiplayer {
  background: url("../img/icon-menu.svg") -693px 0 no-repeat; }

.icon-sport {
  background: url("../img/icon-menu.svg") -774px 0 no-repeat; }

.icon-girl {
  background: url("../img/icon-menu.svg") -836px 0 no-repeat; }

.bg-blue {
  background: #6875b6; }

/*.bg-green {
  background: #f30654; }*/

.bg-pink {
  background: #db507e; }

.btn-search {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 0;
  outline: 0; }
  .btn-search:before {
    content: '';
    background: url("../img/icon-search.svg") 0 0 no-repeat;
    width: 17px;
    height: 17px;
    background-size: cover; }

.btn-fullscreen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 45px;
  border: 0;
  outline: 0;
  background: #008865;
  border-radius: 5px; }
  .btn-fullscreen span {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff; }
  .btn-fullscreen:hover {
    background: #11745A;
    box-shadow: 0 0 20px rgba(15, 135, 103, 0.2); }

.exitfullscreen svg.icon {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  z-index: 20000;
  cursor: pointer; }

.btn-play {
  display: none; }

.menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #485597;
  border-radius: 10px; }
  .menu ul {
    display: flex; }
    .menu ul li {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 122px;
      height: 83px; }
      .menu ul li a {
        color: #FFFFFF;
        text-align: center;
        text-decoration: none; }
        .menu ul li a i {
          display: block;
          margin: 5px auto;
          width: 30px;
          height: 30px; }
        .menu ul li a span {
          font-size: 14px;
          line-height: 16px; }
        .menu ul li a:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .menu ul li:hover {
        background: #11745A; }

.search-container {
  padding-bottom: 30px; }

.search {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 5px;
  max-width: 284px;
  width: 100%;
  padding: 0 10px; }
  .search input {
    font-size: 12px;
    line-height: 14px;
    border: 0;
    outline: 0;
    padding: 10px 0;
    height: 35px;
    min-width: 240px; }

.main {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 30px;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 30px 10px; }

.content {
  max-width: 766px;
  width: 100%; }

.sidebar {
  max-width: 204px;
  width: 100%; }

.flex-auto {
  flex: auto; }

.popular-game {
  width: 204px;
  background: #6875b6;
  border-radius: 5px;
  padding: 0 10px; }
  .popular-game__title {
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 15px; }
  .popular-game__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px; }
  .popular-game__item {
    width: 53px;
    height: 53px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0 5px 10px 5px; }
    .popular-game__item a {
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .popular-game__item img {
      max-width: 100%;
      height: auto;
      border-radius: 5px; }
    .popular-game__item:hover {
      border: 1px solid #D962A2; }

.tooltip {
  position: relative; }
  .tooltip .box {
    position: absolute;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background: #D962A2;
    border-radius: 5px;
    top: -46px;
    left: 0;
    min-width: 156px;
    white-space: nowrap;
    text-align: center;
    padding: 10px 14px;
    z-index: 1005; }
    .tooltip .box:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 8px solid #D962A2;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: 0 auto; }

.breadcrumbs {
  position: relative;
  margin-bottom: 10px; }

.breadcrumb {
  display: flex; }
  .breadcrumb li {
    display: flex;
    align-items: center;
    color: rgba(11, 29, 24, 0.5); }
    .breadcrumb li a {
      font-size: 12px;
      line-height: 14px;
      color: inherit; }
      .breadcrumb li a:hover {
        text-decoration: underline; }
    .breadcrumb li span {
      font-size: 12px;
      line-height: 14px; }
    .breadcrumb li:not(:last-child):after {
      content: '/';
      margin: 0 4px;
      display: inline-flex; }

.advertising {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: #f30654;*/
  border-radius: 5px;
  padding: 19px;
  margin-bottom: 10px; }

.catalog__title {
  border-radius: 5px;
  padding: 7px 10px 9px 10px;
  margin-bottom: 10px; }
  .catalog__title h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin: 0;
    text-transform: none;
    color: #fff; }

.catalog__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }

.catalog__description {
  margin-top: 20px; }

.game {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .game__title {
    width: 100%;
    border-radius: 5px;
    padding: 7px 10px 9px 10px;
    margin-bottom: 10px;
    order: 1; }
    .game__title h1 {
      font-weight: 500;
      font-size: 18px;
      line-height: 27px;
      text-align: center;
      margin: 0;
      text-transform: none;
      color: #fff; }
  .game__player {
    width: 100%;
    padding: 12px 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #80cfe7;
    order: 3; }
    .game__player__content {
      position: relative;
      min-height: 500px;
      margin-bottom: 10px; }
    .game__player__footer {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
    .game__player__played {
      display: flex;
      align-items: center; }
      .game__player__played span {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #ffffff; }
      .game__player__played:before {
        content: '';
        display: inline-block;
        margin-right: 9px;
        width: 20px;
        height: 20px;
        background: url("../img/icon-controller.svg") 0 0 no-repeat;
        background-size: cover; }
  .game__image {
    width: 100%;
    max-width: 170px;
    padding: 20px 0 20px 20px;
    background: #F7FEFF;
    border-bottom-left-radius: 5px;
    order: 4; }
    .game__image img {
      border-radius: 5px; }
  .game__description {
    width: 100%;
    max-width: calc(100% - 170px);
    padding: 20px;
    background: #F7FEFF;
    border-bottom-right-radius: 5px;
    order: 5; }
    .game__description__title {
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      color: #f30654;
      margin-bottom: 12px; }
  .game__promo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #D962A2;*/
    border-radius: 5px;
    padding: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
    order: 6; }
  .game__similar {
    margin-bottom: 20px;
    order: 7; }
  .game__comments {
    width: 100%;
    order: 13; }
  .game .comments {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 19px; }
  .game .banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    order: 2; }

.block__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #0B1D18;
  margin-bottom: 10px; }

.game-card {
  position: relative;
  padding: 15px 15px 15px 16px;
  width: 100%;
  max-width: 183px;
  height: 234px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07), 0 4px 4px rgba(0, 0, 0, 0.07);
  margin: 5px;
  overflow: hidden; }
  .game-card__thumb {
    width: 100%;
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto;
    margin-bottom: 10px; }
    .game-card__thumb img {
      border-radius: 5px; }
  .game-card__name {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
    overflow: hidden; }
    .game-card__name a {
      text-decoration: none; }
      .game-card__name a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .game-card:hover {
    border: 1px solid rgba(15, 135, 103, 0.3); }

.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px; }

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .pagination li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #77CADF;
    border-radius: 4px;
    width: 49px;
    height: 49px;
    margin-right: 10px; }
    .pagination li a {
      font-size: 16px;
      line-height: 18px;
      color: #77CADF;
      text-align: center;
      text-decoration: none; }
      .pagination li a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .pagination li span {
      font-size: 16px;
      line-height: 18px;
      color: #fff;
      text-align: center;
      text-decoration: none; }
    .pagination li.current {
      background: #77CADF; }
      .pagination li.current:hover {
        background: #77CADF; }
      .pagination li.current a {
        color: #fff; }
    .pagination li.bv-prev a:before {
      content: '';
      color: #77CADF;
      border-right: 1px solid #77CADF;
      border-bottom: 1px solid #77CADF;
      position: absolute;
      width: 9px;
      height: 9px;
      top: 18px;
      left: 20px;
      transform: rotate(135deg); }
    .pagination li.bv-prev:hover a:before {
      color: #fff;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff; }
    .pagination li.bv-next a:before {
      content: '';
      color: #77CADF;
      border-right: 1px solid #77CADF;
      border-bottom: 1px solid #77CADF;
      position: absolute;
      width: 9px;
      height: 9px;
      top: 18px;
      left: 14px;
      transform: rotate(-45deg); }
    .pagination li.bv-next:hover a:before {
      color: #fff;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff; }
    .pagination li:hover {
      background: #77CADF; }
      .pagination li:hover a {
        color: #fff; }
    .pagination li:last-child {
      margin-right: 0; }

.footer {
  display: flex;
  background: #485597;
  border-radius: 10px;
  height: 71px;
  padding: 0 10px; }
  .footer-logo {
    margin: 12px 0; }
  .footer-menu {
    margin: 25px 0;
    padding-left: 137px; }
    .footer-menu ul li a {
      font-size: 14px;
      line-height: 21px;
      color: #fff; }
      .footer-menu ul li a:hover {
        text-decoration: underline; }
		

.overflow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1001; }
  
  .footer a {
    text-decoration: underline;
    color: #ffffff;
}
.footer a:hover {
    text-decoration: none;
    color: #f2a32c;
}

.pot {
    list-style: none;
	font-family: "Arial", sans-serif;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0em;
    /*color: #ffffff;*/
}
.pot li::before {
    content: "\2022";
    /*color: #00ace4;*/
    margin-left: 10px;
    display: inline-block;
    width: 20px;
	
}
strong { font-weight: bold; }
.game__description ul {
 font-family: "Sansation", sans-serif;
font-style: normal;
font-weight: 200;
font-size: 13px;
line-height: 21px;
margin-top: 25px;
color: #292929;
}

.game__description li::before {
    content: "\2022";
    color: #00ace4;
    margin-left: 10px;
    display: inline-block;
    width: 20px;
	
}