.back-to-list {
  margin: 15px -2px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-ordinal-group: -2;
  -ms-flex-order: -3;
  order: -3;
}
.back-to-list div {
  padding: 0 2px;
}
.back-to-list__btn {
  font-size: 11px;
  text-align: center;
  color: #2D3E50;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-transform: uppercase;
  border: 1px solid #eee;
  padding: 12px 10px;
}
.back-to-list__btn svg + span {
  display: none;
}
.back-to-list__btn-nr {
  margin-left: 5px;
}
.back-to-list.second {
  margin: 13px 0 10px;
}
.back-to-list.second .back-to-list__btn svg + span {
  display: block;
  margin-left: 8px;
}

@media (max-width: 425px) {
  .back-to-list {
    margin-top: 20px;
  }
  .back-to-list__btn svg {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 768px) {
  .back-to-list {
    margin: 23px -2px 30px;
  }
  .back-to-list__btn {
    padding: 16px 14px;
    font-size: 13px;
  }
}
@media (min-width: 599px) {
  .back-to-list__btn svg {
    margin-right: 8px;
  }
  .back-to-list__btn svg + span {
    display: block;
  }
}
.game__mobile-support {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 13px;
  color: #2d3e50;
  background: #fee3e2;
  padding: 9px 6px 10px;
  margin-bottom: 10px;
  letter-spacing: -0.4px;
}
.game__mobile-support:after {
  top: auto;
  bottom: 0;
}

.game__main {
  margin: 0 -7px 30px;
  padding: 0;
  position: relative;
  padding-bottom: 76%;
}
.game__main img {
  width: 100%;
}

.col-filter.open .games-dropdown {
  display: block;
  box-shadow: none;
}
.col-filter.open .btn-filter .svg-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-checkbox-row:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.filter-checkbox-row:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom: none;
}
.filter-checkbox-row {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.wrapper-game-filters {
  margin-bottom: 15px;
}

.reset-filter {
  cursor: pointer;
  position: relative;
  -ms-align-items: center;
  align-items: center;
  padding: 0 5px;
  margin-bottom: 5px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none;
}
.reset-filter .svg-icon {
  margin-right: 5px;
}
.reset-filter input {
  padding: 0;
  margin: 0;
  background: none;
  outline: none;
  border: none;
  color: #16A0FF;
  display: block;
  cursor: pointer;
}

.game-filters.active-reset .reset-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: absolute;
  left: unset;
  top: 12px;
}

.game-filters.hide .reset-filter {
  display: none;
}

.btn-filter {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 2px;
  display: block;
  position: relative;
  cursor: pointer;
}
.btn-filter .svg-icon {
  position: absolute;
  top: 20px;
  right: 12px;
  font-size: 9px;
  margin-left: 7px;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}

.games-dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  margin-top: 0;
  z-index: 2;
  background: #fff;
  display: none;
  padding: 0 6px;
}

.games-dropdown-inner {
  overflow-x: scroll;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.16);
}

.col-filter {
  padding: 0;
  width: 50%;
}

.games-filter-title {
  border: 1px solid transparent;
}

.active_filter {
  border: 1px solid #16a0ff;
  border-radius: 2px;
}

.game-filters {
  position: relative;
  color: #475c63;
  font-weight: 400;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.game-text.open .game-description {
  height: 100%;
}
.game-text.open .btn-game-text:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.frame {
  display: none;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}

.game .frame {
  border: none;
  position: absolute;
  width: 100% !important;
}

.game__list h2 {
  color: #2D3E50;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-weight: 600;
}
.game__list ul:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.play_bonuses_h2 {
  color: #2D3E50;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-weight: 600;
}

.bonus-info span {
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;
}

.ajax_img {
  opacity: 0;
}

#game_play_button {
  position: absolute;
  left: 45%;
  top: 45%;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25em;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #ff333a;
  border-color: #ff0009;
  color: #FFF;
  border-radius: 25px;
}

#overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: blue;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.innner_iframe {
  border: none;
  overflow: hidden;
}

.shield {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1001;
  background-color: #323232;
}

.fullscr_btn_wrap {
  display: none;
}

#hidden_filter_game {
  display: none;
}

.hidden_types_case {
  left: 50%;
}

iframe .game_play_body {
  width: 100%;
  overflow: hidden;
}
iframe .game_play_body #canvas {
  width: 100%;
}

.fullscreenGameplay .player-holder {
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.fullscreenGameplay .site__content--games {
  z-index: 9;
  z-index: 9;
}
.fullscreenGameplay #gameplay-section-head-controls {
  position: absolute;
  z-index: 10;
  display: block !important;
  position: absolute;
  z-index: 10;
  display: block !important;
}
.fullscreenGameplay .right-player-controler span {
  float: none !important;
  display: block;
  margin: 0 30px 25px !important;
  float: none !important;
  display: block;
  margin: 0 30px 25px !important;
}
.fullscreenGameplay .right-player-controler {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  box-sizing: border-box;
}
.fullscreenGameplay .right-player-controler #freakIcon {
  display: block;
  display: block;
}
.fullscreenGameplay .left-player-controler span {
  float: none !important;
  float: none !important;
}
.fullscreenGameplay {
  overflow: hidden;
  overflow: hidden;
}
.fullscreenGameplay .game-player-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  background: #000;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  background: #000;
  max-width: 100%;
}
.fullscreenGameplay #game-player {
  overflow: auto;
  margin: auto;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table;
  width: 100%;
  overflow: auto;
  margin: auto;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table;
  width: 100%;
}
.fullscreenGameplay #gameplay-section-popup:after {
  background: url(../files/img/play-controls.png);
}
.fullscreenGameplay #gameplay-section-popup .expand {
  display: none;
  display: none;
}
.fullscreenGameplay #gameplay-section-popup .contract {
  display: block;
  display: block;
}
.fullscreenGameplay .player {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  height: 100%;
  width: 100%;
  background: #000;
}
.fullscreenGameplay .player-controls .right-player-controler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 60px 90px 0 0;
}
.fullscreenGameplay .site__header {
  z-index: 1;
}
.fullscreenGameplay .menu {
  z-index: unset;
}
.fullscreenGameplay #search {
  z-index: unset;
}
.fullscreenGameplay .player-controls-btn .svg-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.fullscreenGameplay #play-fullscreen {
  display: none !important;
}
.fullscreenGameplay .minimize_icon {
  display: inline-block;
}

#game-player {
  font-size: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  text-align: center;
  width: 100%;
}

#game-player.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.gameplay-section-head-controls span {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  background: #E8EAF3;
  color: #60686A;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 0 0 15px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  background: #E8EAF3;
  color: #60686A;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 0 0 15px;
}

.top-player-controler #gameplay-section-refresh {
  float: left;
  margin-left: 0;
  float: left;
  margin-left: 0;
}
.top-player-controler {
  display: block;
  padding: 20px;
  top: 0;
  display: block;
  padding: 20px;
  top: 0;
  left: 50%;
}
.top-player-controler span {
  float: right;
  float: right;
}

.left-player-controler {
  display: inline-block;
  position: absolute;
  left: 0;
  height: auto;
  vertical-align: middle;
  top: 50vh;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 0;
  height: auto;
  vertical-align: middle;
  top: 50vh;
  box-sizing: border-box;
}
.left-player-controler span {
  display: block;
  margin: 0 30px !important;
  display: block;
  margin: 0 30px !important;
}
.left-player-controler #gameplay-section-popup {
  margin-bottom: 20px !important;
  margin-bottom: 20px !important;
}
.left-player-controler .fulscreen_icon {
  display: none !important;
}

#gameplay-section-popup .contract {
  display: none;
  display: none;
}

.player-controls.top-player-controler {
  left: 0;
  display: block;
  padding: 20px;
}
.player-controls.top-player-controler span:first-child {
  float: left;
}

.player-holder {
  padding-bottom: 63%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.player-holder.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.player-wrap {
  position: relative;
}

.player-controls {
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 0;
  overflow: auto;
}

.player-controls-btn .svg-icon {
  margin: 0 auto;
  font-size: 18px;
  position: relative;
  top: 10px;
}
.player-controls-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 7px;
  position: relative;
  border: 1px solid #9eadaf;
  padding: 0;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

#gameplay_iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#gameplay_iframe body {
  overflow: hidden;
}

.player-controls.top-player-controler-normal {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  opacity: 1;
  z-index: 999999;
  position: absolute;
}

.minimize_icon {
  display: none;
}

.player-controls.left-player-controler {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-sizing: border-box;
}
.player-controls.left-player-controler span {
  display: block;
  margin: 0 10px;
  margin-top: 31px !important;
}
.player-controls.left-player-controler span:first-child {
  position: initial;
  margin-top: -15px;
}

@media (max-width: 550px) {
  .games-dropdown {
    width: 205% !important;
    padding: 0 3px !important;
  }
  .col-filter.game-software .games-dropdown {
    left: 0 !important;
  }
  .col-filter.game-type .games-dropdown {
    left: -105% !important;
  }
}
@media (max-width: 700px) {
  .games-filter-title {
    position: relative;
    width: unset;
    height: 40px;
  }
  .games-filter-title .btn-filter {
    width: unset !important;
  }
  .game-filters.active-reset .reset-filter {
    top: -25px;
  }
}
@media (min-width: 701px) {
  .games-filter-title {
    position: relative;
    width: 170px;
    height: 50px;
  }
  .games-filter-title .btn-filter {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .btn-filter .svg-icon {
    top: 13px;
  }
  .bonus-info span {
    font-size: 13px;
    width: 170px;
  }
  .game-filters {
    margin: 8px -6px 0;
  }
  .game-filters .col-filter {
    padding: 0 5px;
  }
  .game-filters.active-reset .reset-filter {
    right: 0;
    left: unset;
  }
}
@media (min-width: 530px) {
  .games-dropdown {
    padding: 0;
  }
  .col-filter.open .btn-filter {
    border: none;
  }
  .game__list.second ul {
    margin: 0 -7px;
  }
}
@media (min-width: 768px) {
  .game__list.second ul {
    margin: 0 0 0 -12px;
  }
  .game__mobile-support {
    font-size: 13px;
    padding: 18px 6px 18px 25px;
    margin: 18px -17px 31px;
    letter-spacing: 0.1px;
  }
  .game__list h2 {
    letter-spacing: -0.2px;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .game__list ul:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .play_bonuses_h2 {
    letter-spacing: -0.2px;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .col-filter {
    width: inherit;
  }
  .game-filters {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .reset-filter {
    width: 112px;
    padding: 0 10px;
    position: absolute;
    right: -10px;
    left: unset;
    top: 12px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .reset-filter .svg-icon {
    margin-right: 7px;
  }
  .reset-filter input {
    font-size: 13px;
  }
}
@media (min-width: 975px) {
  .game__list.second {
    margin-bottom: 26px;
  }
  .game__mobile-support {
    display: none;
  }
  .frame {
    display: block;
    border: 0;
    overflow: auto;
    -ms-overflow-style: none;
  }
  .game__list h2 {
    margin-bottom: 30px;
  }
  .play_bonuses_h2 {
    margin-bottom: 30px;
  }
  .game__main {
    margin-bottom: 85px;
    position: relative;
    height: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (orientation: landscape) {
  .site.fullscreen .game .frame {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 84% !important;
  }
  .site.fullscreen .fullscr_btn_wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    right: 7px;
  }
  .site.fullscreen .fullscr_btn_wrap .refresh_game {
    margin: 6px 0;
  }
  .site.fullscreen .fullscr_btn_wrap .close_game {
    margin: 6px 0;
  }
}
@media screen and (min-width: 1200px) {
  .fullscreenGameplay .right-player-controler span {
    width: 60px !important;
    height: 60px !important;
    width: 60px !important;
    height: 60px !important;
  }
  .fullscreenGameplay .right-player-controler .svg-icon {
    width: 22px;
    height: 22px;
    width: 22px;
    height: 22px;
  }
  .fullscreenGameplay .left-player-controler span {
    width: 60px !important;
    height: 60px !important;
    width: 60px !important;
    height: 60px !important;
  }
  .fullscreenGameplay .left-player-controler .svg-icon {
    width: 22px;
    height: 22px;
    width: 22px;
    height: 22px;
  }
  .fullscreenGameplay .left-player-controler {
    margin-top: -64px;
    margin-top: -64px;
  }
  .fullscreenGameplay .top-player-controler span {
    width: 60px !important;
    height: 60px !important;
    width: 60px !important;
    height: 60px !important;
  }
  .fullscreenGameplay .top-player-controler .svg-icon {
    width: 22px;
    height: 22px;
    width: 22px;
    height: 22px;
  }
  .fullscreenGameplay .top-player-controler #gameplay-section-popup {
    margin-left: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 690px) {
  .fullscreenGameplay .right-player-controler span {
    width: 54px !important;
    height: 54px !important;
    width: 54px !important;
    height: 54px !important;
  }
  .fullscreenGameplay .right-player-controler .svg-icon {
    width: 24px;
    height: 24px;
    width: 24px;
    height: 24px;
  }
  .fullscreenGameplay .left-player-controler span {
    width: 54px !important;
    height: 54px !important;
    width: 54px !important;
    height: 54px !important;
  }
  .fullscreenGameplay .left-player-controler .svg-icon {
    width: 24px;
    height: 24px;
    width: 24px;
    height: 24px;
  }
  .fullscreenGameplay .top-player-controler span {
    width: 54px !important;
    height: 54px !important;
    width: 54px !important;
    height: 54px !important;
  }
  .fullscreenGameplay .top-player-controler .svg-icon {
    width: 24px;
    height: 24px;
    width: 24px;
    height: 24px;
  }
  .fullscreenGameplay .top-player-controler #gameplay-section-popup {
    margin-left: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 690px) {
  .fullscreenGameplay .right-player-controler span {
    width: 40px !important;
    height: 40px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .fullscreenGameplay .right-player-controler .svg-icon {
    width: 15px;
    height: 15px;
  }
  .fullscreenGameplay .left-player-controler span {
    width: 40px !important;
    height: 40px !important;
    margin: 0 10px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .fullscreenGameplay .left-player-controler .svg-icon {
    width: 15px;
    height: 15px;
    width: 15px;
    height: 15px;
  }
  .fullscreenGameplay .top-player-controler span {
    width: 40px !important;
    height: 40px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .fullscreenGameplay .top-player-controler .svg-icon {
    width: 15px;
    height: 15px;
    width: 15px;
    height: 15px;
  }
  .fullscreenGameplay .top-player-controler #gameplay-section-popup {
    margin-left: 10px;
    margin-left: 10px;
  }
  .fullscreenGameplay .player-controls {
    display: block;
    position: relative;
  }
  .player-controls-btn .fullscreenGameplay .right-player-controler .svg-icon {
    width: 15px;
    height: 15px;
  }
  .player-controls.left-player-controler span {
    position: absolute;
    bottom: 20px;
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .fullscreenGameplay #gameplay_iframe {
    top: 50%;
    left: 50%;
    width: 100vw !important;
    height: 100vh !important;
    transform: translate(-50%, -50%);
  }
  .fullscreenGameplay .player-holder {
    width: inherit;
    height: inherit;
  }
  .fullscreenGameplay .player {
    height: 100vh;
    width: 100vw;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .fullscreenGameplay #gameplay_iframe {
    top: 50%;
    left: 50%;
    width: 100vw !important;
    height: 100vh !important;
    transform: translate(-50%, -50%);
  }
  .fullscreenGameplay .player-holder {
    width: inherit;
    height: inherit;
  }
  .fullscreenGameplay .player {
    height: 100vh;
    width: 100vw;
  }
}
@media (max-width: 690px) and (orientation: landscape) {
  .fullscreenGameplay #gameplay_iframe {
    width: calc(100vw - 132px) !important;
  }
  .fullscreenGameplay .player-controls {
    padding: 15px 0;
    position: absolute;
  }
  .fullscreenGameplay .right-player-controler span {
    margin: 0 12px 12px !important;
  }
}
/* PLAY GAME PAGE*/
/* check if wee need it*/
/* check if wee need it*/
@media (max-width: 850px) {
  .site.fullscreen:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: 4;
  }
  .site.fullscreen .game__main {
    position: fixed;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site.fullscreen .btn-iframe-game {
    z-index: -1;
  }
  .site.fullscreen .fullscr_btn_wrap {
    position: fixed;
    right: 20px;
    top: 20px;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
  }
  .site.fullscreen .fullscr_btn_wrap .refresh_game {
    width: 40px;
    height: 40px;
    margin: 0 6px;
    border: 1px solid #9EADAF;
    border-radius: 50%;
  }
  .site.fullscreen .fullscr_btn_wrap .close_game {
    width: 40px;
    height: 40px;
    margin: 0 6px;
    border: 1px solid #9EADAF;
    border-radius: 50%;
  }
  .site.fullscreen .refresh_game {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  .site.fullscreen .refresh_game svg {
    font-size: 18px;
  }
  .site.fullscreen .close_game {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  .site.fullscreen .close_game svg {
    font-size: 18px;
  }
  .btn-iframe-game {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
  }
  .game .game__main {
    padding-bottom: unset;
  }
  .game .allow_mobile {
    padding-bottom: 75%;
  }
}
@media (min-width: 639px) {
  .site.fullscreen .game__main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.game {
  margin-bottom: 60px;
}
.game__list ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.game__list ul-casino {
  margin: 0 -7px;
}
.game__list_game {
  margin: -10px 0 0 -10px;
}
.game__item {
  padding: 25px 7px 0;
  width: 50%;
  border-radius: 2px;
  overflow: hidden;
}
.game__item-pic {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.game__item-pic:nth-child(1) {
  padding-top: 0;
}
.game__item-pic:nth-child(2) {
  padding-top: 0;
}
.game__item-pic:last-child {
  padding-bottom: 0;
}
.game__item-pic-bonus span {
  color: #16A0FF;
  margin-bottom: 3px;
}

.game__list.second {
  margin-bottom: 20px;
}

[data-page=play] .game {
  margin-bottom: 30px;
}

.games-dropdown .nano {
  overflow: hidden;
}
.games-dropdown .nano > .nano-content {
  right: -17px !important;
}
.games-dropdown .nano > .nano-pane {
  right: -1px;
}

@media (max-width: 530px) {
  .game-item__image {
    width: 80px;
    height: 53px;
    float: left;
  }
  .game__list_game .game__item-pic {
    max-height: 89px;
    overflow: hidden;
  }
  .game__list_game .box-img img {
    max-height: 89px;
  }
}
@media (max-width: 700px) {
  .games-filter-title {
    position: relative;
    width: unset !important;
    height: 40px;
  }
  .games-filter-title .btn-filter {
    width: unset !important;
  }
}
@media (min-width: 701px) {
  .games-filter-title {
    position: relative;
    width: 170px;
    height: 50px;
  }
  .games-filter-title .btn-filter {
    width: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .game__item {
    padding: 25px 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .game__item {
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
    line-height: 10px;
  }
  .game__item:nth-child(1) {
    padding-top: 0;
    margin-top: 10px;
  }
  .game__item:nth-child(2) {
    padding-top: 0;
    margin-top: 10px;
  }
  .game__item-bonus span {
    font-size: 13px;
  }
  .game__list-casino {
    margin: -10px 0 0 !important;
  }
  [data-page=play] .game {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .game-item .desc_item {
    font-size: 14px;
  }
  .games-filter-title .btn-filter {
    padding: 16px;
    width: 170px;
    height: 50px;
  }
  .games-filter-title .btn-filter:after {
    top: 22px;
    right: 20px;
  }
  .game-filters .col-filter + .col-filter {
    padding-right: 0;
  }
  .game-filters .col-filter {
    padding-right: 20px;
  }
  .wrapper-game-filters .game-filters {
    margin: 0;
  }
  .xzgames-dropdown .filter-checkbox-row {
    padding: 12px;
  }
  .game-text {
    margin-bottom: 30px;
  }
  .game-description {
    font-size: 14px;
  }
  .game__item-bonus a {
    font-size: 14px;
  }
  .game__item-software {
    font-size: 12px;
  }
}
@media (min-width: 530px) {
  .games-dropdown .filter-checkbox-row {
    margin: 0;
  }
  .games-filter-title .games-dropdown {
    margin-top: 3px;
  }
  .filter-checkbox-row:first-child {
    border-radius: 0 !important;
  }
  .col-filter.open .games-filter-title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.16);
  }
  .filter_by_free_bonus_label {
    margin-left: 40px;
  }
  .wrapper-filter__checkbox_casinos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.game__item-bonus {
  padding: 12px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-align: end;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-radius: 2px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.game__item-bonus a {
  color: #16A0FF;
}
.game__item-img {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.game__item-pic {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.game__item-software {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #2D3E50;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 36px;
  flex-grow: 0;
  flex-shrink: 0;
}
.game__item-time {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: end;
  font-size: 11px;
  color: #9EADAF;
  font-weight: normal;
  -ms-align-items: center;
  align-items: center;
}
.game__item-time div {
  margin-right: 3px;
  width: 75%;
}
.game__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px 0 0 2px;
  aspect-ratio: 4/3;
}
.game__item > a {
  display: block;
  color: #16A0FF;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 2px;
}
.game__title {
  font-size: 16px;
  color: #2D3E50;
  text-align: left;
  margin-bottom: 5px;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .game__item-software {
    margin-bottom: 11px;
    line-height: 17px;
  }
  .game__item-img {
    width: 120px;
    max-height: 88px;
  }
  .game__item-time {
    margin-top: auto;
  }
  .game__item-bonus {
    padding: 10px;
  }
  .game__item-bonus span {
    line-height: 18px;
  }
}
@media (min-width: 975px) {
  .game__title {
    font-size: 18px;
  }
}
.game__info h2 {
  color: #2D3E50;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-weight: 600;
}
.game__info-description {
  background-color: #F8F8F8;
  padding: 15px 12px;
  border-radius: 2px;
  margin-bottom: 30px;
}
.game__info-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
}
.game__info-row:last-child {
  margin-bottom: 0;
}
.game__info-row--name {
  width: 124px;
  color: #2D3E50;
}
.game__info-row--value {
  color: #475c63;
  font-weight: normal;
  text-transform: capitalize;
}

@media (min-width: 975px) {
  .game__info-description {
    padding: 20px 35px;
    font-size: 14px;
    margin-bottom: 50px;
  }
}
@media (min-width: 600px) {
  .game__info-description {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: end;
  }
  .game__info-row {
    margin-bottom: 0;
    padding: 0 5px;
  }
  .game__info-row--name {
    width: inherit;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .game__info h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .game__info h2 {
    margin-top: 15px;
  }
}
.wrapper-comment-input-order .message-item:after {
  padding-bottom: 0 !important;
}

.bonus_partition.load {
  position: relative;
  height: 50px;
  vertical-align: top;
}
.bonus_partition.load #preload {
  opacity: 1;
  visibility: visible;
}

.bonus_partition #preload {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 99;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.bonus_partition #preload-element {
  display: inline-block;
  width: 2em;
  height: 2em;
  pointer-events: none;
  border: 1px solid #283746;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: 1s loader linear infinite;
  animation: 1s loader linear infinite;
  position: relative;
}
.bonus_partition #preload-element:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.3em;
  left: 50%;
  border: 0.3em solid #16A0FF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#bonus_game_iframe {
  display: none;
}
#bonus_game_iframe #game_review_url {
  position: fixed !important;
  z-index: 999;
}

@media screen and (min-width: 767px) {
  #bonus_game_iframe #game_review_url {
    font-size: 14px !important;
    color: #16A0FF;
    background: #FFFFFF;
    border: 1px solid #FFF;
    border-radius: 25px;
    height: 50px !important;
    width: 144px !important;
    padding: 17px;
    margin: 0 -60px;
    position: absolute;
    bottom: 70px;
  }
  #bonus_game_iframe .player-controls {
    min-width: 200px;
  }
  #bonus_game_iframe .player-controls-btn {
    margin: 0 auto !important;
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  #bonus_game_iframe #gameplay_iframe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  #bonus_game_iframe #game_review_url {
    font-size: 14px !important;
    color: #16A0FF;
    background: #FFFFFF;
    border: 1px solid #FFF;
    height: 50px !important;
    width: 144px !important;
    border-radius: 25px;
    padding: 17px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 5%;
    margin: 0;
  }
  #bonus_game_iframe .player-controls-btn {
    width: 60px !important;
    height: 60px !important;
  }
  #bonus_game_iframe .player-controls-btn .svg-icon {
    width: 24px !important;
    height: 24px !important;
  }
}
@media screen and (max-width: 600px) and (orientation: landscape) {
  #bonus_game_iframe .player-wrap .player-controls.left-player-controler span#play-replay {
    transform: translateY(47%) !important;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  #bonus_game_iframe #gameplay_iframe {
    width: calc(100% - 135px) !important;
    left: 50% !important;
    right: unset !important;
    transform: translate(-50%, -50%) !important;
    height: 100% !important;
    top: 50% !important;
  }
  #bonus_game_iframe #game_review_url {
    width: 122px !important;
    font-size: 13px !important;
    padding: 16px !important;
  }
  #bonus_game_iframe .player-controls.left-player-controler span#play-replay {
    transform: translateY(40%) !important;
  }
  #bonus_game_iframe .player-controls.left-player-controler span.play-fullscreen {
    transform: translateY(-190%) !important;
  }
  #bonus_game_iframe .player-controls.left-player-controler span.player-controls-btn {
    margin: 0 45px !important;
  }
}
@media screen and (min-width: 700px) and (max-width: 800px) and (orientation: landscape) {
  #bonus_game_iframe .player-controls.left-player-controler span.play-fullscreen {
    transform: translateY(100%) !important;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  #bonus_game_iframe #gameplay_iframe {
    width: calc(100% - 235px) !important;
    left: 50% !important;
    right: unset !important;
    height: 100vh !important;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1024px) and (min-width: 800px) and (orientation: landscape) {
  #bonus_game_iframe #gameplay_iframe {
    width: calc(100% - 135px) !important;
    height: 100vh !important;
    left: 50% !important;
    right: unset !important;
    height: 100vh !important;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #bonus_game_iframe .player-controls.left-player-controler {
    display: block;
  }
}
@media (min-width: 1000px) {
  #bonus_game_iframe .player-controls {
    display: flex;
    width: auto;
    min-width: 11.6%;
    flex-direction: column;
    max-width: 11.6%;
    margin-left: auto;
  }
  #bonus_game_iframe #game_review_url {
    bottom: 70px;
    width: calc(11.6% - 20px) !important;
    max-width: calc(11.6% - 20px) !important;
    margin: auto !important;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
  }
  #bonus_game_iframe #gameplay_iframe {
    width: 76.6% !important;
  }
}
.bonus-box {
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
  -ms-flex-order: -2;
}
.bonus-box__header {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 12px;
  border: none;
  text-shadow: 1px 1px 0 #fff;
  color: #16A0FF;
  text-align: left;
  background-color: #F5F5F5;
  text-transform: none;
}
.bonus-box__header h2 {
  display: table-cell;
  vertical-align: middle;
  white-space: normal;
  font-weight: 600;
}
.bonus-box__header a {
  font-weight: 600;
  color: #16a0ff;
  font-size: 15px;
}
.bonus-box__header time {
  width: 1%;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding-left: 10px;
  border-left: 1px solid #c2c2c2;
  color: #6a828a;
  text-align: center;
  font-size: 10px;
  z-index: 2;
}
.bonus-box__month {
  text-transform: uppercase;
  font-size: 11px;
}
.bonus-box__year {
  font-size: 10px;
}
.bonus-box__wrapper {
  position: relative;
}
.bonus-box__note {
  color: #475c63;
  background-color: #f8f8f8;
  font-weight: normal;
  padding: 10px 12px;
  word-spacing: 0.7px;
  margin: 10px 12px;
  line-height: 20px;
}
.bonus-box__description {
  padding: 0 12px;
}
.bonus-box__description-upper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}
.bonus-box__description-row {
  margin-bottom: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  line-height: 18px;
  color: #475c63;
  font-weight: 400;
}
.bonus-box__description-row--text {
  width: 131px;
  flex-shrink: 0;
  color: #000;
  font-weight: 600;
  padding-top: 2px;
}
.bonus-box__description-row--time {
  font-weight: 400;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: baseline;
  align-items: baseline;
}
.bonus-box__description-row--time.exp_green {
  color: #06B505 !important;
  font-weight: 600 !important;
}
.bonus-box__description-row--time.exp_red {
  font-weight: 600 !important;
  color: red !important;
}
.bonus-box__description-row--time.countdown {
  font-size: 15px;
  opacity: 0;
}
.bonus-box__description-row--title {
  width: 131px;
  flex-shrink: 0;
  color: #000;
  font-weight: 600;
}
.bonus-box__description-row--games {
  max-width: 320px;
}
.bonus-box__description-row--flag {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.bonus-box__description-row--flag.flag-bw {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.bonus-box__description-row--country {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  width: 105px;
  font-weight: 600;
  color: #000;
}
.bonus-box__description-alternative {
  margin: 7px 0;
  position: relative;
}
.bonus-box__description-alternative .opened {
  position: absolute;
  display: none;
  background: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  z-index: 1;
}
.bonus-box__description-alternative .opened .accordion-title-link {
  border-top: 1px solid #eee;
}
.bonus-box__description-alternative .accordion-title-link {
  position: relative;
}
.bonus-box__description-alternative .accordion-title-link .svg-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  font-size: 11px;
}
.bonus-box__description-alternative .accordion-title-link a {
  color: #16A0FF;
  font-size: 13px;
  padding: 14px 32px 14px 15px;
  display: block;
}
.bonus-box__description-code {
  display: inline-block;
  padding: 7px 7px 6px;
  margin-right: 5px;
  color: #333;
  min-height: 30px;
  min-width: 128px;
  max-width: 245px;
  font-size: 11px;
  word-break: break-all;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  --border-color: #C2C2C2;
  position: relative;
}
.bonus-box__description-code:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(to right, #c2c2c2 0, #c2c2c2 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to right, #c2c2c2 0, #c2c2c2 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #c2c2c2 0, #c2c2c2 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #c2c2c2 0, #c2c2c2 50%, transparent 50%, transparent 100%);
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 10px 1px, 10px 1px, 1px 10px, 1px 10px;
}
.bonus-box__description-clicks {
  text-align: center;
  color: #c2c2c2;
}
.bonus-box__description-clicks .svg-icon {
  font-size: 17px;
  margin: 0 auto;
}
.bonus-box__description.active .bonus-box__accordion .svg-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bonus-box__image {
  margin: 0 50px 10px 12px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bonus-box__row {
  font-size: 0;
  margin-bottom: 15px;
  padding: 0 12px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bonus-box__row-name {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  color: #475c63;
  font-size: 13px;
}
.bonus-box__row span {
  line-height: 18px;
  font-size: 13px;
  line-height: 18px;
  font-size: 13px;
}
.bonus-box__footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: end;
  margin: 10px 0 0;
  border-top: 1px solid #EEE;
  padding: 10px 20px 10px 12px;
  width: 100%;
}
.bonus-box__estimate {
  display: flex;
}
.bonus-box__estimate-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 22px;
}
.bonus-box__estimate-wrapper--like {
  background-color: rgba(6, 181, 5, 0.7);
  margin-right: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.bonus-box__estimate-wrapper--like:hover {
  background: #06b505;
}
.bonus-box__estimate-wrapper--dislike {
  margin-left: -5px;
  background-color: rgba(220, 45, 38, 0.7);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.bonus-box__estimate-wrapper--dislike:hover {
  background: #dc2d26;
}
.bonus-box__estimate-value {
  font-size: 13px;
  color: #c2c2c2;
}
.bonus-box__estimate button {
  position: relative;
  border: none;
  height: 26px;
  width: 26px;
  padding: 0;
  z-index: 0;
}
.bonus-box__estimate button .svg-icon {
  font-size: 13px;
}
.bonus-box__review-btn {
  width: inherit;
  height: inherit;
  background: 0 0;
  cursor: pointer;
}
.bonus-box__review-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.bonus-box__review-icon .svg-icon {
  font-size: 18px;
}
.bonus-box__review-amount {
  font-size: 12px;
  line-height: 22px;
  color: #c2c2c2;
  margin-left: 5px;
}
.bonus-box__count--hours {
  margin-left: 3px;
  font-weight: 700;
}
.bonus-box__count--letter {
  margin-right: 3px;
}
.bonus-box__count--hours, .bonus-box__count--minutes, .bonus-box__count--seconds, .bonus-box__count--days {
  margin-left: 3px;
}
.bonus-box__count--expired {
  display: block;
  text-align: center;
  width: auto;
  margin-left: 152px;
}
.bonus-box__accordion {
  padding: 10px 15px;
  font-size: 11px;
  color: #06B505;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  border: 1px solid #eee;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.bonus-box__accordion .svg-icon {
  position: absolute;
  top: 12px;
  right: 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition: transform 0.3s;
  color: #2d3e50;
}
.bonus-box__casinos {
  padding: 10px 12px;
  color: #333;
  font-size: 13px;
}
.bonus-box__success {
  display: none;
  width: 100%;
  height: 27px;
  overflow: initial;
  text-align: center;
  padding-top: 2px;
}
.bonus-box__success-val {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #16A0FF;
  display: none;
}
.bonus-box__success-votes {
  display: block;
  font-size: 12px;
  color: #475c63;
  display: none;
}

@media (min-width: 481px) {
  .bonus-box__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bonus-box__description-row {
    margin-bottom: 10px;
  }
  .bonus-box__description-code {
    margin-right: 10px;
  }
  .bonus-box__casinos {
    padding: 10px 12px;
    color: #333;
    font-size: 13px;
    padding: 10px 12px;
    color: #333;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .bonus-box__image {
    margin: 0 70px 10px 50px;
  }
  .bonus-box__note {
    font-size: 14px;
    margin: 15px 12px;
    width: 100%;
    line-height: 20px;
  }
  .bonus-box__description-code {
    width: 245px;
    font-size: 14px;
  }
  .bonus-box__description-clicks {
    font-size: 13px;
  }
}
@media (min-width: 975px) {
  .bonus-box {
    box-shadow: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-right: 0;
    margin-bottom: 21px;
  }
  .bonus-box__header {
    padding: 10px 20px;
  }
  .bonus-box__header a {
    font-size: 18px;
  }
  .bonus-box__header time {
    padding-left: 20px;
    font-size: 11px;
    border-left: none;
    position: relative;
  }
  .bonus-box__header time:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background-color: #c2c2c2;
  }
  .bonus-box__wrapper {
    padding: 15px 0 0;
  }
  .bonus-box__description {
    padding-right: 20px;
  }
  .bonus-box__description-row--text, .bonus-box__description-row--time, .bonus-box__description-row--title, .bonus-box__description-row--country {
    font-size: 14px;
  }
  .bonus-box__casinos {
    padding: 10px 20px;
  }
  .bonus-box__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px;
  }
  .bonus-box__row-name {
    width: 33.33%;
  }
  .bonus-box__footer {
    margin: 20px 20px 0;
    padding: 14px 0px;
  }
  .bonus-box__count--hours, .bonus-box__count--minutes, .bonus-box__count--seconds {
    font-size: 14px;
    font-weight: 700;
  }
  .bonus-box__count--expired {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .bonus-box__image {
    width: 80px;
    height: 53px;
    float: left;
  }
}
@media (max-width: 374px) {
  .tooltipster-base.copy-tooltipster {
    left: 68% !important;
  }
}

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