@charset "UTF-8";
.single-game,
.single-gamer__img-link,
.single-gamer {
  display: flex;
  flex-wrap: wrap; }

#page-header-mobile {
  order: 3; }
  #page-header-mobile ~ .container {
    overflow: hidden; }

.single-games #page-content {
  margin: 0; }

.single-game {
  background-color: #2e2e38;
  color: #fff;
  padding: 0 20px 15px;
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
  display: block; }
  .single-game .breadcrumb {
    flex: 0 0 100%;
    width: 100%;
    border-bottom: 1px solid #393948;
    padding: 10px 0; }
    .single-game .breadcrumb a {
      color: #fff; }

.single-game__row {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  align-items: flex-start; }

.single-game__h1 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 25px 0;
  display: block;
  flex: 0 0 100%;
   }

.single-game__h1-name {
  color: #5acb63;
  margin: 0 5px; }

.single-game__h1-rate {
  display: block;
  margin: 10px 0 0; }

.single-game__h1-rate:before {
  font-size: 22px;
  letter-spacing: 0.2em;
  margin: 0 0 0 15px;
  color: #ffc41d;
  font-weight: normal; }

.single-game__side {
  flex: 0 0 100%;
  order: 1;
  margin: 25px 0 0; }

.single-game__meta {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px;
  
  text-align: right;
  line-height: 1em;
  display: flex;
  justify-content: space-between; }

.single-game__meta-name {
  opacity: 0.5;
  font-weight: 400;
  display: block;
  margin: 0 5px 0 0;
  float: left;
  max-width: 40%;
  text-align: left; }

.single-game__btn {
  background-color: #FF0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  padding: 0 10px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 5;
  left: 50%;
  min-width: 182px;
  
  text-transform: uppercase; }

.has-problem {
    display: flex;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    cursor: pointer;
    padding: 0 10px;
}

.wrapper-attention {
    background: linear-gradient(0deg,rgba(255,180,0,0.6),rgba(255,180,0,0.6)),#FFF;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-game__btn:hover {
  background-color: #f00000; }

.single-game__btn:active {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.single-game__center {
  position: relative;
  flex: 0 0 100%;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.7);
  z-index: 2;
  padding: 60% 0 0; }

.single-game__img {
  opacity: 0.5;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100% !important; }

.single-game__content {
  margin: 0 !important; }

.single-gamer__img-link:hover .single-gamer__title {
  text-decoration: underline; }

.single-game__game {
  border: none !important;
  outline: none !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  padding: 0; }
  .single-game__game ~ .single-game__img {
    display: none; }
  .single-game__game ~ .single-game__play {
    display: none; }
  .single-game__game ~ .single-game__resize-btn {
    display: block; }

.single-game__resize-btn {
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 90px;
  line-height: 24px;
  right: 15px;
  bottom: 10px;
  z-index: 5;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  display: none; }

.single-game__resize-btn:before {
  content: 'Развернуть'; }

#single-game__resize:not(:checked) ~ .single-game__game {
  position: absolute; }

#single-game__resize:checked ~ .single-game__game {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #1e2329;
  padding: 40px 0 0; }
  #single-game__resize:checked ~ .single-game__game .single-gamef__room {
    display: flex; }
#single-game__resize:checked ~ .single-game__resize-btn {
  position: fixed; }
#single-game__resize:checked ~ .single-game__resize-btn:before {
  content: 'Свернуть'; }

.single-game__fullscreen .content-wrapper {
  z-index: 201; }

.single__single-game {
  display: flex;
  width: 100%;
  margin: 0 0 30px; }
  .single__single-game .single-game__center {
    flex: 0 0 100%; }

.single-games-room {
  flex: 0 0 100%;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  margin: 25px 0 0;
  padding: 0 0 10px;
  display: flex;
  flex-wrap: wrap; }
  .single-games-room .single-games-room__img {
    width: 100px !important;
    height: 80px !important;
    object-fit: contain;
    object-position: center;
    background-color: #0d0d0d; }

.single-games-room__link {
  display: flex;
  flex-wrap: wrap;
  color: #CCCCCC !important;
  position: relative;
  
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none !important;
  transition: 0.1s; }

.single-games-room__link.recommend {
  margin: 0;
  min-width: 240px;
}

.single-games-room__achievement {
  display: block;
  background-color: #5acb63;
  color: #2e2e38;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px;
  position: absolute;
  left: 111px;
  top: 41px;
  text-align: center;
  white-space: nowrap;
}

.single-games-room__promo {
  color: rgba(255, 255, 255, 0.8) !important;
  border: none !important;
  outline: none !important;
  line-height: 1em;
  display: inline-block;
  position: relative;
  cursor: pointer;
  flex: 1;
  padding: 0;
  min-width: 215px;
  background-color: transparent !important;
  font-size: 15px;
  
  align-self: center;
  text-align: center;
  margin: 9px 20px 2px 0; }

.single-games-room__promo-value {
  color: #57E264;
  
  font-weight: bold;
  margin: 0 0 0 2px;
  border-bottom: 1px dashed #57E264 !important;
  position: relative; }

.single-games-room__copy {
  position: absolute;
  width: 16px;
  height: 16px;
  display: inline-block;
  right: -18px;
  fill: #57E264; }

.single-games-room__title {
  display: flex;
  font-size: 16px;
  margin: 10px 0 0 10px;
  transition: color ease .15s;
}

.single-games-room__link.recommend:hover .single-games-room__title {
  color: #fff;
}

.single-games-room__title:before {
  content: '\e804';
  order: 1;
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-family: 'Fontello';
  color: #f3c376;
  margin: 0 5px 0 10px;
  font-size: 10px; }

.single-games-room__title:after {
  content: attr(data-rate);
  order: 2;
  position: relative;
  display: inline-block;
  color: #f3c376;
  font-size: 14px; }

.single-games-room__bonus {
  
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #fff;
  transition: 0.1s;
  padding: 10px 10px 0;
  justify-content: center; }

.single-games-room__btns {
  display: flex;
  margin: 10px 0 0;
  padding: 0 0 0 113px;
  flex: 1;
  flex-wrap: wrap;
  align-items: center; }

.single-games-room__btns.has-promo {
  padding: 0 5px;
  flex: 1; }

.single-games-room__btn {
  min-width: 70px;
  height: 26px;
  background: #DE5B47;
  font-weight: bold;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  margin: 5px;
  flex: 1;
  transition: background ease .2s;
}

  .single-games-room__btn:hover {
    background: #c44f3e;
  }

.single-games-room__btn.site {
  order: -1; }

.top-index {
  position: relative;
  z-index: 500; }

.single-post__game {
  display: flex;
  background-color: #000;
  margin: 0 0 20px; }
  .single-post__game .single-game__center {
    flex: 1;
    min-width: 100%;
    padding: 55% 0 0; }
  .single-post__game .single-game__game {
    margin: 0 !important; }

.small-room {
  position: absolute;
  left: 50%;
  top: 0;
  
  opacity: 0;
  pointer-events: none;
  flex-wrap: wrap;
  align-items: center;
  height: 40px;
  justify-content: center;
  padding: 0 3px;
  transform: translateX(-50%);
  width: 700px;
  max-width: 100%;
  z-index: 100;
  display: flex; }
  .small-room > * {
    flex: auto; }

.top-index .small-room {
  opacity: 1;
  pointer-events: auto; }

.small-room__name {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 0 10px;
  flex: 0; }

.small-room__img {
  width: 60px !important;
  flex: 0 0 60px;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
  background-color: #0d0d0d; }

.small-room__bonus {
  font-size: 13px;
  min-width: 140px;
  margin: 0 0 0 10px;
  flex: 1; }

.small-room__promo {
  margin: 0 3px;
  background: #F3C376;
  height: 24px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #000 !important;
  position: relative; }

.small-room__promo-val {
  border-bottom: 1px dashed #000;
  line-height: 0.9em;
  display: inline-block;
  font-size: inherit;
  vertical-align: middle;
  position: relative; }

.small-room__btns {
  display: flex;
  flex-wrap: wrap; }

.small-room__btn {
  height: 24px;
  background: #DE5B47;
  
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  margin: 0 3px;
  min-width: 70px;
  display: block;
  flex: 1; }

.single-games-room__bonus .svg-bonus {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

@media (max-width: 420px) {
  .single-games-room__promo {
    flex: 100%;
    margin-right: 0;
  }
}

@media (min-width: 420px) {
  .single-gamer__img {
    width: 120px;
    height: 80px !important; }

  .single-gamer__rate {
    top: 43px;
    left: auto;
    right: 0; }

  .single-gamer__title {
    margin: 22px 0 0 16px;
    position: absolute;
    left: 120px; }

  .single-games-room {
    display: flex;
    flex-wrap: wrap; }

  .single-games-room__bonus {
    flex: 1 0 0;
    min-width: 30%; }
    .single-games-room__bonus .svg-bonus {
      align-self: center; }

  .small-room__bonus {
    flex: auto;
    margin: 0 10px;
    text-align: center; } }
@media (min-width: 570px) {
  .single-game__side {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    margin: 20px -10px 0;
    padding: 0 0 25px;
    flex: 1; }

  .single-game__meta {
    flex: 1;
    min-width: 40%;
    margin: 0 10px 10px; } }
@media (min-width: 720px) {
  .single-game__center {
    width: 160px; }

  .single-gamer__ok {
    flex: 0 0 140px;
    border-radius: 5px 0 0 5px;
    height: 50px;
    line-height: 50px;
    margin: 30px 0 0 17px; }
    .single-gamer__ok ~ .single-gamer__bonus {
      margin: 30px 0 0 -3px; }

  .single-gamer__bonus {
    flex: 1 0 0;
    margin: 30px 0 0 0px;
    height: 50px; }

  .single-gamer__btns {
    min-width: 100%; }

  .single-gamer__title {
    left: 123px;
    margin: -7px 0 0 15px; }

  .single-gamer__rate {
    top: 14px; }
  .single-game__btn {
    font-size: 16px;
  }
}
@media (min-width: 720px) and (max-width: 1069px) {
  .single-gamer__bonus {
    font-size: 15px;
    margin: 30px 0 0 -3px;
    height: 50px;
    padding: 4px; }

  .single-gamer__promo {
    font-size: 14px;
    margin: 0; }

  .single-gamer__promo-btn {
    margin: 0 15px 0 0; } }
@media (min-width: 992px) {
  .single-game {
    display: table-caption; }

  .single-game__h1-rate {
    display: inline; }

  .single-game__img {
    height: 100% !important;
    object-position: center;
    object-fit: cover; }

  .single-gamer__btns {
    min-width: auto;
    flex: 1 0 0;
    padding: 0 0 0 15px;
    max-width: 173px;
    align-items: flex-start;
    margin: -10px 0 0; }

  .single-gamer__btn {
    flex: 0 0 100%;
    margin: 10px 0 0; }

  .single-gamer {
    margin: 15px 0 0;
    align-items: center; }

  .single-gamer__img-link {
    align-items: center; }

  .single-gamer__bonus {
    text-align: left;
    padding: 18px 15px;
    height: 80px;
    margin: 0 0 0 17px;
    font-size: 15px; }

  .single-gamer__promo {
    margin: 5px 0 0; }

  .single-gamer__promo,
  .single-gamer__promo-btn {
    font-size: 16px; }

  .single-gamer__title {
    position: static;
    font-size: 18px;
    margin: 0 0 0 15px; }

  .single-gamer__rate {
    position: static;
    margin: 2px 0 0 10px; }

  .single-gamer__ok {
    margin: 0 0 0 17px;
    line-height: 80px;
    height: 80px; }
    .single-gamer__ok ~ .single-gamer__bonus {
      margin: 0 0 0 -3px; }

  .single-game__center {
    padding: 50% 0 0; } }
@media (min-width: 1070px) {
  .single-gamer__img {
    width: 120px;
    height: 80px !important; }

  .single-gamer__title {
    position: static;
    font-size: 23px; }

  .single-gamer__bonus {
    margin: 0 0 0 -3px;
    font-size: 18px;
    padding: 15px; }

  .single-gamer__btns {
    padding: 0 0 0 15px;
    margin: -10px 0 0; }

  .single-gamer__img-link,
  .single-gamer {
    align-items: center; }

  .single-game__center {
    flex: 0 0 70.8%;
    padding: 40% 0 0; }

  .single-game__side {
    flex: 0 0 29.2%;
    min-width: auto;
    max-width: none;
    padding: 0 0 0 20px;
    margin: 0; }

  .single-game__meta {
    min-width: 100%;
    flex: 1;
    margin: 0 0 15px; } }
@media (orientation: landscape) {
  #single-game__resize:checked ~ .single-game__game {
    padding: 40px 0 0; }
    #single-game__resize:checked ~ .single-game__game > iframe {
      padding: 0 0; } }
@media (orientation: portrait) {
  #single-game__resize:checked ~ .single-game__game {
    padding: 60px 0 0; }
    #single-game__resize:checked ~ .single-game__game > iframe {
      max-height: 60vw !important;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; } }
@media (min-width: 520px) {
  .single-gamef__room {
    height: 40px;
    justify-content: center; }

  .single-gamef__btns {
    min-width: auto;
    margin: 0 0 0;
    max-width: 170px;
    align-items: center; }

  .single-gamef__btn {
    margin: 0 3px 0 0;
    flex: 0 0 100%;
    max-width: 80px; }

  .single-gamef__bonus {
    align-items: center;
    max-width: 330px;
    text-align: center; }

  .single-gamef__promo-btn {
    margin: 0 0 0 5px; } }
@media (min-width: 992px) {
  .single-games-room {
    padding: 0; }

  .single-games-room__bonus {
    padding: 0 10px; }

  .single-games-room__promo {
    margin: 0 20px 2px 0; }

  .single-games-room__btns {
    margin: 5px 10px; }

  .single-games-room__btns {
    margin: 5px 0; } }
@media (min-width: 1070px) {
  .single-game {
    min-height: 615px; }

  .single-games #page-content {
    margin: 30px 0 0; }

  .single-games-room {
    order: 3;
    flex: 70.8%;
    max-width: 70.8%;
    height: 80px;
    margin: -97px 0 0;
    width: 658px;
    position: absolute;
    top: 610px;
    left: 20px; }

  .single-games-room__promo {
    text-align: left;
    min-width: 120px;
    margin: 0 2px 0; }

  .single-games-room__promo-value {
    margin: 5px 0 0;
    display: table; } }
@media (min-width: 1200px) {
  .single-game {
    height: 697px; }

  .single-game__meta {
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #393948; }

  .single-game__meta:last-of-type {
    border-bottom: none; }

  .single-games-room {
    width: 800px;
    top: 690px; } }

/*# sourceMappingURL=single-games.css.map */
