@charset "UTF-8";
.five-stars:before {
  content: '\f005\f005\f005\f005\f005';
  font-family: FontAwesome; }

.four-half-stars:before {
  content: '\f005\f005\f005\f005\f123';
  font-family: FontAwesome; }

.four-stars:before {
  content: '\f005\f005\f005\f005\f006';
  font-family: FontAwesome; }

.three-half-stars:before {
  content: '\f005\f005\f005\f123\f006';
  font-family: FontAwesome; }

.three-stars:before {
  content: '\f005\f005\f005\f006\f006';
  font-family: FontAwesome; }

.two-half-stars:before {
  content: '\f005\f005\f123\f006\f006';
  font-family: FontAwesome; }

.two-stars:before {
  content: '\f005\f005\f006\f006\f006';
  font-family: FontAwesome; }

.one-half-stars:before {
  content: '\f005\f123\f006\f006\f006';
  font-family: FontAwesome; }

.one-stars:before {
  content: '\f005\f006\f006\f006\f006';
  font-family: FontAwesome; }

.half-stars:before {
  content: '\f123\f006\f006\f006\f006';
  font-family: FontAwesome; }

.game-header,
.game-outside__img-link,
.game-outside {
  display: flex;
  flex-wrap: wrap; }
  .game-header *,
  .game-outside__img-link *,
  .game-outside * {
    box-sizing: border-box; }

.game-header {
  background-color: #2a2a2a;
  color: #fff;
  padding: 0 20px 15px;
  position: relative;
  z-index: 1;
  margin: 0 0 30px; }

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

.game__h1-provider {
  color: #3ec688;
  margin: 0 5px; }

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

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

.game__side {
  flex: 0 0 100%;
  order: 1; }

.game__meta {
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #5e6267;
  padding: 11px 0 9px; }

.game__meta:last-of-type {
  border-bottom: 1px solid #5e6267; }

.game__meta-name {
  opacity: 0.5;
  font-weight: 400;
  display: block;
  margin: 0 0 4px; }

.game__btn {
  background-color: #ff4747;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none !important;
  padding: 0 30px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 5;
  left: 50%;
  min-width: 150px;
  border: none !important;
  outline: none !important;
  cursor: pointer; }

.game__btn:hover {
  background-color: #e43910; }

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

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

.game__content {
  margin: 0 !important; }

.game-outside__img-link:hover .game-outside__title {
  text-decoration: underline; }

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

.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: 105px;
  line-height: 24px;
  right: 15px;
  bottom: 10px;
  z-index: 5;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  display: none; }

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

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

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

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

.game-outside {
  margin: 15px 0 18px;
  padding: 15px 0 0;
  border-top: 1px solid #5e6267;
  position: relative;
  flex: 0 0 100%; }

.game-outside__img {
  width: 70px;
  height: 55px !important;
  border: 3px solid #fff;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
  display: block;
  background-color: #000; }

.game-outside__title {
  font-size: 24px;
  color: #fff;
  margin: -3px 0 0 15px;
  font-weight: bold; }

.game-outside__rate {
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 85px;
  top: 49px;
  font-weight: bold; }

.game-outside__rate:before {
  color: #ffc41d;
  font-weight: normal; }

.game-outside__ok {
  background-color: #3ec688;
  flex: 0 0 100%;
  border-radius: 5px 5px 0 0;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0 0;
  position: relative; }
  .game-outside__ok ~ .game-outside__bonus {
    margin: -3px 0 0;
    flex-direction: column;
  }

.fa-star:after {
  content: '\f005';
  font-family: 'FontAwesome';
  color: #ffc41d; }

.game-outside__bonus {
  border: 3px dashed #3ec688;
  margin: 15px 0 0;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center !important;
  flex: 0 0 100%;
  background-color: #3a3e42;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }

.game-outside__promo {
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin: 5px 0 0; }

.game-inside__promo-btn,
.game-outside__promo-btn {
  border: none !important;
  padding: 0;
  height: auto;
  line-height: 1em;
  outline: none !important;
  background: none transparent !important;
  box-shadow: none !important;
  color: #ff4747;
  position: relative;
  font-weight: bold;
  font-size: 14px; }

.game-outside__btns {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 0;
  margin: 15px -5px 0; }

.game-outside__btn {
  flex: 1 0 0;
  margin: 0 5px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  line-height: 35px;
  border-radius: 3px;
  border: 1px solid #A9A9A9; }

.game-outside__btn:hover {
  color: #fff;
  border: 1px solid #fff; }

.game-outside__btn.white {
  background: #fff;
  color: #28252a;
  border: none; }

.game-outside__btn.green {
  background: #3ec688;
  color: #fff;
  border: none; }

.game-outside__btn.green:hover {
  background-color: #38bd80;
  color: #fff; }

.game-inside__room {
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 100%;
  left: 0;
  height: 70px;
  color: #333;
  flex-wrap: wrap;
  display: none;
  z-index: 3; }

.game-inside__img {
  height: 40px !important;
  width: 60px;
  background-color: #000;
  object-fit: contain;
  display: block;
  object-position: center; }

.game-inside__bonus {
  flex: 1 0 0;
  font-size: 12px;
  padding: 0 5px 0 5px;
  align-self: center; }

.game-inside__btns {
  flex: 1 0 0;
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0 2px; }

.game-inside__btn {
  background-color: #e64946;
  color: #fff !important;
  font-size: 13px;
  font-weight: bold;
  display: block;
  line-height: 20px;
  text-align: center;
  flex: 1 0 0;
  margin: 0 2px;
  height: 20px;
  border-radius: 3px; }

.game-inside__btn:hover {
  background-color: #e33330; }

.game-inside__btn.border {
  border: 1px solid #e64946;
  color: #e64946 !important;
  background-color: transparent;
  line-height: 18px; }

.game-inside__btn.border:hover {
  color: #e64946 !important; }

.game-inside__promo-btn {
  color: #e64946;
  border-bottom: 1px solid #e64946;
  font-size: 13px; }

.single__game {
  display: flex;
  width: 100%;
  margin: 0 0 30px; }
  .single__game .game__center {
    flex: 0 0 100%; }

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

  .game-outside__rate {
    top: 43px;
    left: auto;
    right: 0; }

  .game-outside__title {
    margin: 22px 0 0 16px;
    position: absolute;
    left: 120px; } }
@media (min-width: 570px) {
  .game__side {
    flex: 0 0 50%; }

  .game__side.right {
    text-align: right;
    padding-left: 15px; }

  .game__side.left {
    padding-right: 15px; } }
@media (min-width: 720px) {
  .game__center {
    width: 160px;
    height: 117px !important; }

  .game-outside__ok {
    flex: 0 0 140px;
    border-radius: 5px 0 0 5px;
    height: 50px;
    line-height: 50px;
    margin: 30px 0 0 17px; }
    .game-outside__ok ~ .game-outside__bonus {
      margin: 30px 0 0 -3px; }

  .game-outside__bonus {
    flex: 1 0 0;
    margin: 30px 0 0 0px;
    height: 50px; }

  .game-outside__btns {
    min-width: 100%; }

  .game-outside__title {
    left: 123px;
    margin: -7px 0 0 15px; }

  .game-outside__rate {
    top: 14px; } }
@media (min-width: 720px) and (max-width: 1069px) {
  .game-outside__bonus {
    margin: 30px 0 0 -3px;
    height: 50px;
    padding: 4px; }

  .game-outside__promo {
    font-size: 14px;
    margin: 0; }

  .game-outside__promo-btn {
    margin: 0 15px 0 0; } }
@media (min-width: 970px) {
  .game__h1-rate {
    display: inline; }

  .game__side {
    flex: 0 0 20%;
    order: 0;
    max-width: 20%; }

  .game__center {
    flex: 0 0 60%;
    padding: 0;
    height: 435px !important; }

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

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

  .game-outside__btn {
    flex: 0 0 100%;
    margin: 10px 0 0; }

  .game-outside {
    margin: 15px 0 0;
    align-items: center; }

  .game-outside__img-link {
    align-items: center; }

  .game-outside__bonus {
    text-align: left;
    padding: 5px 15px;
    height: 80px;
    margin: 0 0 0 17px; }

  .game-outside__promo {
    margin: 5px 0 0; }

  .game-outside__promo,
  .game-outside__promo-btn {
    font-size: 14px; }

  .game-outside__promo,
  .game-outside__bonus {
    display: inline-block; }

  .game-outside__title {
    position: static;
    font-size: 18px;
    margin: 0 0 0 15px; }

  .game-outside__rate {
    position: static;
    margin: 2px 0 0 10px; }

  .game-outside__ok {
    margin: 0 0 0 17px;
    line-height: 80px;
    height: 80px; }
    .game-outside__ok ~ .game-outside__bonus {
      margin: 0 0 0 -3px; } }
@media (min-width: 1070px) {
  .game-outside__img {
    width: 120px;
    height: 80px !important; }

  .game-outside__title {
    position: static;
    font-size: 23px; }

  .game-outside__bonus {
    margin: 0 0 0 -3px;
    padding: 5px 15px; }

  .game-outside__btns {
    padding: 0 0 0 15px;
    margin: -10px 0 0; }

  .game-outside__img-link,
  .game-outside {
    align-items: center; } }
@media (orientation: landscape) {
  #game__resize:checked ~ .game__game {
    padding: 40px 0 0; }
    #game__resize:checked ~ .game__game > iframe {
      padding: 40px 0 0; } }
@media (orientation: portrait) {
  #game__resize:checked ~ .game__game {
    padding: 60px 0 0; }
    #game__resize:checked ~ .game__game > iframe {
      max-height: 60vw !important;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; } }
@media (min-width: 520px) {
  .game-inside__room {
    height: 40px;
    justify-content: center; }

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

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

  .game-inside__bonus {
    align-items: center;
    max-width: 330px;
    text-align: center; }

  .game-inside__promo-btn {
    margin: 0 0 0 5px; } }

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