.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 4px;
  position: relative;
}

.content::after {
  content: "";
  background: url("../../images/main/line.png") no-repeat center center;
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.main-column {
  width: 878px;
}

.game-banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: center;
  margin-bottom: 2px;
  position: relative;
}

.game-banners__link {
  border-style: solid;
  border-color: #f7b528;
}

.game-banners__link:first-child {
  border-width: 2px 1px 2px 2px;
}

.game-banners__link:last-child {
  border-width: 2px 2px 2px 1px;
}

.jackpots {
  background: url("../../images/main/jackpots-bg.png") repeat-x top left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  position: relative;
  margin-bottom: 2px;
  border-radius: 3px 3px 0 0;
  border-style: solid;
  border-width: 1px;
  border-bottom-color: rgba(255, 209, 0, 1);
  border-top-color: rgba(255, 209, 0, .5);
  border-left-color: rgba(255, 209, 0, .5);
  border-right-color: rgba(255, 209, 0, .5);
  height: 72px;
  padding-bottom: 2px;
}

.jackpots::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(255, 209, 0, .5);
  position: absolute;
  bottom: 0;
  left: 0;
}

.jackpots__item {
  background: url("../../images/main/drum.png") no-repeat top left;
  background-size: 100% 100%;
  width: 292px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.jackpots__slot {
  position: absolute;
  left: 0;
  width: 100%;
  top: 7px;
  font-size: 13px;
  color: #dcbe6e;
  text-align: center;
  text-transform: uppercase;
}

.jackpots__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  color: #122739;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  bottom: 6px;
  right: 33px;
}

.jackpots__count.coming_soon {
  color: green;
}

.jackpots__count span {
  display: block;
  width: 26px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.jackpots__item-button {
  color: #122739;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px;
  border-width: 1px;
  border-color: rgba(255, 209, 0, .5);
  border-style: solid;
  border-radius: 3px;
}

.jackpots__item-button:hover {
  text-decoration: none;
}

.jackpots__item-button span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-radius: 3px;
  background-image: linear-gradient( 180deg, rgb(252, 233, 35) 0%, rgb(235, 48, 87) 100%);
  background-image: -moz-linear-gradient( 180deg, rgb(252, 233, 35) 0%, rgb(235, 48, 87) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(252, 233, 35) 0%, rgb(235, 48, 87) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(252, 233, 35) 0%, rgb(235, 48, 87) 100%);
  background-color: rgb(235, 48, 87);
  width: 262px;
  height: 46px;
  padding-left: 12px;
  box-sizing: border-box;
}

.jackpots__item-button-img {
  width: 42px;
  height: 42px;
  margin-right: 12px;
}

.games {
  padding-top: 17px;
  position: relative;
}

.games::before {
  content: "";
  background: -moz-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: -ms-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: -o-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: -webkit-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background-color: #122739;
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  top: 0;
  right: 0;
}

.games__row:first-child {
  border-bottom: 1px solid rgba(255, 209, 0, .3);
  padding-bottom: 6px;
  border-top: 0px;
  padding-top: 0px;
}

.games__row:nth-last-child(1) {
  border-top: 1px solid rgba(255, 209, 0, 1);
  padding-top: 6px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.games__row {
  border-top: 1px solid rgba(255, 209, 0, 1);
  padding-top: 6px;
  border-bottom: 1px solid rgba(255, 209, 0, .3);
  padding-bottom: 6px;
}

.games__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
}

.games__item {
  color: #fff;
  display: block;
  border-radius: 5px;
  width: 33.3333%;
  box-sizing: border-box;
  overflow: hidden;
  padding-right: 1px;
}

.games__item:last-child {
  padding-right: 0;
}

.games__item:hover {
  text-decoration: none;
}

.games__item:hover .games__item-head-img-back {
  animation: spin 5s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

.games__item-head {
  background: url("../../images/main/honeycomb.png") no-repeat top left, -moz-linear-gradient(to right, #f8a61f 0%, #fce923 100%);
  background: url("../../images/main/honeycomb.png") no-repeat top left, -ms-linear-gradient(to right, #f8a61f 0%, #fce923 100%);
  background: url("../../images/main/honeycomb.png") no-repeat top left, -o-linear-gradient(to right, #f8a61f 0%, #fce923 100%);
  background: url("../../images/main/honeycomb.png") no-repeat top left, -webkit-linear-gradient(to right, #f8a61f 0%, #fce923 100%);
  background: url("../../images/main/honeycomb.png") no-repeat top left, linear-gradient(to right, #f8a61f 0%, #fce923 100%);
  background-size: auto 100%;
  background-color: #f8a61f;
  color: #213f63;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 54px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-left: 16px;
  padding-bottom: 2px;
  border-radius: 5px 5px 0 0;
  z-index: 5;
  transition: transform .1s ease-in-out;
  -moz-transition: transform .1s ease-in-out;
  -webkit-transition: transform .1s ease-in-out;
}

.games__item-head:hover {
  color: #d01a43;
  text-decoration: none;
}

.games__item-head::before {
  content: "";
  background: -moz-linear-gradient(to right, #fce923 0%, #d9620b 100%);
  background: -ms-linear-gradient(to right, #fce923 0%, #d9620b 100%);
  background: -o-linear-gradient(to right, #fce923 0%, #d9620b 100%);
  background: -webkit-linear-gradient(to right, #fce923 0%, #d9620b 100%);
  background: linear-gradient(to right, #fce923 0%, #d9620b 100%);
  background-color: #fce923;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.games__item-head:active {
  color: #d01a43;
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

.games__item-head-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.games__item-head-img-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  position: relative;
}

.games__item-head-img-back {
  background: url("../../images/main/game-head-img-back.png") no-repeat top left;
  width: 53px;
  height: 53px;
  position: absolute;
  left: 0;
  top: 0;
}

.games__item-head-img {
  width: 48px;
  height: 48px;
  position: relative;
}

.games__item-head-name {
  padding: 10px 0px 10px 10px;
  white-space: nowrap;
  display: inline;
  text-overflow: ellipsis;
  overflow: hidden;
}

.games__item-head.games__item-head-borlette-paryajpam {
  background: url("../../images/main/honeycomb.png") no-repeat top left, -moz-linear-gradient(to right, #F64E84 0%, #FBC208 100%);
  background: url("../../images/main/honeycomb.png") no-repeat top left, -ms-linear-gradient(to right, #F64E84 0%, #FBC208 100%);
  background: url("../../images/main/honeycomb.png") no-repeat top left, -o-linear-gradient(to right, #F64E84 0%, #FBC208 100%);
  background: url("../../images/main/honeycomb.png") no-repeat top left, -webkit-linear-gradient(to right, #F64E84 0%, #FBC208 100%);
  background: url("../../images/main/honeycomb.png") no-repeat top left, linear-gradient(to right, #F64E84 0%, #FBC208 100%);
}

.games__item-title {
  color: #dcbe6e;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.games__item-text {
  font-size: 12px;
  line-height: 16px;
}

.games__item-button {
  display: none;
  font-size: 24px;
  height: 46px;
  line-height: 46px;
  width: 100%;
}

.games__item-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.games__item:hover .games__item-back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.games__item:hover .games__item-front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.games__item-container,
.games__item-front,
.games__item-back {
  width: 100%;
  height: 178px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.games__item-flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.games__item-front,
.games__item-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}

.games__item-front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
}

.games__item-back {
  background-color: #193c5b;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  box-sizing: border-box;
  padding: 20px 14px 15px;
  overflow: hidden;
}

.bottom-banner {
  display: block;
  background-image: url("../../images/main/banners/03.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 1170px;
  height: 137px;
  padding: 2px 0 8px;
  transition: transform .1s ease-in-out;
  -moz-transition: transform .1s ease-in-out;
  -webkit-transition: transform .1s ease-in-out;

  @supports (background-image: url("../../images/main/banners/03.webp")) {
    background-image: url("../../images/main/banners/03.webp");
  }
}

.bottom-banner:hover {
  background-position: 0 -155px;
}

.bottom-banner:active {
  -webkit-transform: translate(0, 5px);
  -moz-transform: translate(0, 5px);
  transform: translate(0, 5px);
}

.sidebar {
  width: 292px;
}

.sidebar__banner {
  display: block;
  width: 100%;
  height: 480px;
  position: relative;
}

.sidebar__banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 436px;
}

.sidebar__banner-button {
  color: #122739;
  font-size: 19px;
  position: absolute;
  bottom: 11px;
  left: 50%;
  border-radius: 5px;
  width: 261px;
  margin-left: -130px;
}

.rating__head {
  background: url("../../images/main/head-top-chart.png") no-repeat top left;
  position: relative;
  margin-bottom: 2px;
  border-radius: 3px 3px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-bottom-color: rgba(255, 209, 0, 1);
  border-top-color: rgba(255, 209, 0, .5);
  border-right-color: rgba(255, 209, 0, .5);
  height: 72px;
  overflow: hidden;
  padding-bottom: 2px;
}

.prediction_league__head {
  background: url("/assets/paryajpam/images/banners/banner_prediction_league_desktop.jpg") no-repeat top left;
  position: relative;
  height: 72px;
  display: none;
}

.mobile_banner_prediction_league {
  display: none;
}

.rating__head::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(255, 209, 0, .5);
  position: absolute;
  bottom: 0;
  left: 0;
}

.rating__list {
  padding-left: 1px;
}

.rating__list-item {
  background: -moz-linear-gradient(to right, #112e4b 0%, #193c5b 100%);
  background: -ms-linear-gradient(to right, #112e4b 0%, #193c5b 100%);
  background: -o-linear-gradient(to right, #112e4b 0%, #193c5b 100%);
  background: -webkit-linear-gradient(to right, #112e4b 0%, #193c5b 100%);
  background: linear-gradient(to right, #112e4b 0%, #193c5b 100%);
  background-color: #112e4b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 105px;
  margin-top: 1px;
  padding-left: 11px;
  overflow: hidden;
}

.rating__user-pic {
  width: 65px;
  height: 65px;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 13px;
}

.rating__user-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rating__user-name {
  border-bottom: 1px dashed rgba(248, 166, 31, .23);
  color: #f7f0a5;
  font-size: 17px;
  padding-left: 5px;
  padding-bottom: 7px;
  white-space: nowrap;
}

.rating__user-name span {
  display: inline-block;
  position: relative;
}

.rating__user-name span::after {
  content: "";
  background: url("../../images/main/icon-luck.png") no-repeat top left;
  width: 38px;
  height: 38px;
  position: absolute;
  right: -38px;
  top: 50%;
  margin-top: -21px;
}

.rating__user-game {
  color: #f8a61f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  padding-left: 5px;
  padding-top: 6px;
}

.rating__user-game-title {
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 9px;
}

.rating__user-game-points {
  font-size: 20px;
  font-weight: bold;
}

.bottom-fixed {
  display: none;
}

.bottom-fixed__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 24px;
  height: 49px;
  line-height: 49px;
  margin-bottom: 2px;
}

.bottom-fixed__img {
  width: 37px;
  height: 37px;
  margin-right: 16px;
}

.stream-line {
  background-color: #193c5b;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 0;
  font-weight: bold;
}

.stream-line__content {
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: stream-line 15s infinite linear;
  -moz-animation: stream-line 15s infinite linear;
  animation: stream-line 15s infinite linear;
}

.stream-line__item {
  display: inline-block;
  margin-right: 14px;
}

.stream-line__name {
  color: #dcbe6e;
  font-weight: normal;
}

@-webkit-keyframes stream-line {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
  }
}

@-moz-keyframes stream-line {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
  }
}

@keyframes stream-line {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0)
  }
}

.top-gradient {
  background: url("../../images/main/top-gradient.png") no-repeat top left;
  height: 47px;
  margin: 2px 0;
}

.games-menu {
  background-color: #122739;
  width: 210px;
  margin-top: 1px;
}

.games-menu__item {
  padding-bottom: 1px;
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
}

.games-menu__item:last-child {
  padding-bottom: 0;
}

.games-menu__link {
  background: -moz-linear-gradient(to right, #0d2742 0%, #193c5b 40%, #193c5b 100%);
  background: -ms-linear-gradient(to right, #0d2742 0%, #193c5b 40%, #193c5b 100%);
  background: -o-linear-gradient(to right, #0d2742 0%, #193c5b 40%, #193c5b 100%);
  background: -webkit-linear-gradient(to right, #0d2742 0%, #193c5b 40%, #193c5b 100%);
  background: linear-gradient(to right, #0d2742 0%, #193c5b 40%, #193c5b 100%);
  background-color: #193c5b;
  padding-left: 16px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #fff;
}

.games-menu__img {
  width: 31px;
  height: 31px;
  margin-right: 12px;
}

.games-menu .jackpots__item {
  width: 210px;
  height: 56px;
  margin-top: 10px;
}

.games-menu .jackpots__count {
  font-size: 21px;
  bottom: 5px;
  right: 23px;
}

.games-menu .jackpots__count span {
  width: 19px;
  height: 28px;
  line-height: 28px;
}

.game__container {
  padding-top: 20px;
  position: relative;
}

.game__container::before {
  content: "";
  background: -moz-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: -ms-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: -o-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: -webkit-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background-color: #122739;
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  top: 0;
  right: 0;
}

.game__container::after {
  content: "";
  background-color: #f2c803;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 19px;
}

.isDisable{
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

.withdraw-cash-bigwin-address {
  display: none;
  color: yellow;
}

/*@media screen and (min-width: 481px) and (max-width: 1024px) {*/
/*  .jackpots__item:nth-child(3) {*/
/*    display: block;*/
/*  }*/
/*}*/

@media screen and (max-width: 1024px)
{
  .main__slider
  {
    width: 100%;
  }
  .wrapper {
    height: 100%;
    /*padding-bottom: 73px;*/
  }
  .content {
    flex-direction: column;
    padding-top: 51px;
  }
  .content::after {
    content: none;
  }
  .main-column {
    border-top: 1px solid #f2c701;
    width: 100%;
  }
  .games {
    padding-top: 0;
  }
  .games::before {
    content: none;
  }
  .game-banners {
    display: none;
  }
  .jackpots {
    height: 47px;
    justify-content: space-around;
    flex-shrink: 0;
  }
  .jackpots__item {
    width: 191px;
    height: 47px;
  }
  .jackpots__slot {
    top: 1px;
    font-size: 9px;
  }
  .jackpots__count {
    font-size: 15px;
    bottom: 5px;
    right: 22px;
  }
  .jackpots__count span {
    width: 16.7px;
    height: 23px;
    line-height: 23px;
  }
  /*.jackpots__item:nth-child(4) {*/
  /*  display: none;*/
  /*}*/
  .games-menu {
    display: none;
  }
  .top-gradient {
    display: none;
  }
  .sidebar {
    display: none;
    width: 100%;
  }
  .games__list {
    flex-wrap: wrap;
  }
  .games__item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2px;
    border-radius: 2px;
  }
  .games__item-head:hover {
    color: #213f63;
  }
  .games__item-head:active {
    color: #213f63;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
  .games__item-head.state-active {
    background: url("../../images/main/honeycomb.png") no-repeat top left;
    background-color: #888;
    background-size: auto 100%;
  }
  .games__item-head.state-active .games__item-head-img-back {
    background-image: url("../../images/main/game-head-img-back-grey.png");
  }
  .games__item-head-name {
    padding-left: 10px;
  }
  .games__item-back .games__item-title {
    display: block;
  }
  .games__item-back .games__item-button {
    display: block;
  }
  .games__item-head::before {
    content: none;
  }
  .games__item-head::after {
    content: "";
    width: 129px;
    height: 55px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .games__item-head-sport::after {
    background: url("../../images/main/sport3.png") no-repeat top right;
  }
  .games__item-head-sport-deluxe::after {
    background: url("/assets/paryajpam/images/partners/betting/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-race::after {
    background: url("/assets/paryajpam/images/partners/horses/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-cars::after {
    background: url("/assets/paryajpam/images/partners/cars/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-dogs::after {
    background: url("/assets/paryajpam/images/partners/dogs/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-slot::after {
    background: url("/assets/paryajpam/images/partners/slots/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-casinomobule::after {
    background: url("/assets/paryajpam/images/partners/casinomobule/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-games::after {
    background: url("../../images/main/games3.png") no-repeat top right;
  }
  .games__item-head-vsport::after {
    background: url("/assets/paryajpam/images/partners/virtual_sport/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-tvgames::after {
    background: url("/assets/paryajpam/images/partners/tv_bet/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-keno::after {
    background: url("/assets/paryajpam/images/partners/keno/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-lucky6::after {
    background: url("/assets/paryajpam/images/partners/lucky6/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-americanroulette::after {
    background: url("/assets/paryajpam/images/partners/americanroulette/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-poker::after {
    background: url("/assets/paryajpam/images/partners/poker/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-slots_deluxe::after {
    background: url("/assets/paryajpam/images/partners/slots_deluxe/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-evenbetpoker::after {
    background: url("/assets/paryajpam/images/partners/evenbetpoker/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-turbogames::after {
    background: url("/assets/paryajpam/images/partners/turbogames/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-borlette::after {
    background: url("../../images/main/Borlette1.png") no-repeat top right;
  }
  .games__item-head-borlette-paryajpam::after {
    background: url("../../images/main/ParyajpamBorlette1.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-roulette::after {
    background: url("/assets/paryajpam/images/partners/roulette/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-penalti::after {
    background: url("/assets/paryajpam/images/partners/penalty/short_promo_color.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-sport.state-active::after {
    background: url("../../images/main/sport4.png") no-repeat top right;
  }
  .games__item-head-sport-deluxe.state-active::after {
    background: url("/assets/paryajpam/images/partners/betting/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-race.state-active::after {
    background: url("/assets/paryajpam/images/partners/horses/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-cars.state-active::after {
    background: url("/assets/paryajpam/images/partners/cars/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-dogs.state-active::after {
    background: url("/assets/paryajpam/images/partners/dogs/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-slot.state-active::after {
    background: url("/assets/paryajpam/images/partners/slots/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-casinomobule.state-active::after {
    background: url("/assets/paryajpam/images/partners/casinomobule/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-games.state-active::after {
    background: url("../../images/main/games4.png") no-repeat top right;
  }
  .games__item-head-vsport.state-active::after {
    background: url("/assets/paryajpam/images/partners/virtual_sport/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-tvgames.state-active::after {
    background: url("/assets/paryajpam/images/partners/tv_bet/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-keno.state-active::after {
    background: url("/assets/paryajpam/images/partners/keno/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-lucky6.state-active::after {
    background: url("/assets/paryajpam/images/partners/lucky6/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-americanroulette.state-active::after {
    background: url("/assets/paryajpam/images/partners/americanroulette/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-poker.state-active::after {
    background: url("/assets/paryajpam/images/partners/poker/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-slots_deluxe.state-active::after {
    background: url("/assets/paryajpam/images/partners/slots_deluxe/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-evenbetpoker.state-active::after {
    background: url("/assets/paryajpam/images/partners/evenbetpoker/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-turbogames.state-active::after {
    background: url("/assets/paryajpam/images/partners/turbogames/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-borlette.state-active::after {
    background: url("../../images/main/Borlette2.png") no-repeat top right;
  }
  .games__item-head-borlette-paryajpam.state-active::after {
    background: url("../../images/main/ParyajpamBorlette2.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-roulette.state-active::after {
    background: url("/assets/paryajpam/images/partners/roulette/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__item-head-penalti.state-active::after {
    background: url("/assets/paryajpam/images/partners/penalty/short_promo_gray.png") no-repeat top right;
    background-size: contain;
  }
  .games__row:nth-child(1) {
    padding: 0;
    border: none;
  }
  .games__row:nth-child(2) {
    padding: 0;
    border: none;
  }
  .games__row:nth-child(3) {
    padding: 0;
    border: none;
  }
  .games__row:nth-child(4) {
    padding: 0;
    border: none;
  }

  .games__row {
    padding: 0;
    border: none;
  }

  .games__item-front {
    display: none;
  }
  .games__item-front,
  .games__item-back {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .games__item-back {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
  .games__item-button {
    display: block;
  }
  .games__item-head-link {
    display: none;
  }
  .games__item-text {
    border-bottom: 1px dashed #ffd100;
    padding-bottom: 16px;
    margin-bottom: 22px;
  }
  .games__item-container {
    display: none;
    width: 100%;
    height: auto;
  }
  .bottom-banner {
    display: none;
  }
  .slick-arrow {
    display: none !important;
  }
  .rating {
    margin-bottom: 60px;
  }
  .game__container {
    padding-bottom: 26px;
  }
  .bottom-fixed {
    display: block;
    /*position: -webkit-sticky; !* Safari *!*/
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100vw;
  }
  .game__container {
    padding-top: 0;
  }
  .game__container::before {
    content: none;
  }
  .game__container::after {
    content: none;
  }
  .game__container-img {
    display: none;
  }
  .prediction_league__head {
    display: none;
  }
  .mobile_banner_prediction_league {
    display: none;
    background: url("/assets/paryajpam/images/banners/banner_prediction_league_mobile.png") no-repeat center center;
    background-size: 365px 56px;
    position: relative;
    width: 100%;
    height: 56px;
    margin: 5px auto;
    border-radius: 10px;
  }
}

/*@media screen and (max-width: 480px) {*/
/*  .jackpots__item:nth-child(3) {*/
/*    display: none;*/
/*  }*/
/*}*/

@media screen and (max-width: 375px) {
  .jackpots__item {
    width: 159px;
  }
  .jackpots__car {
    margin: 7px 0 0 0;
  }
  .jackpots__slot {
    top: 2px;
    font-size: 8px;
  }
  .jackpots__count {
    font-size: 15px;
    right: 19px;
  }
  .jackpots__count span {
    width: 14px;
  }
}

@media screen and (orientation:landscape) {
  .wrapper {
    padding-bottom: 0;
  }
  .bottom-fixed {
    display: none;
  }
  .game__container {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .view-sport-deluxe {
    background: url(../../images/main/honeycomb1.png) no-repeat top left, linear-gradient(to right, #082f61 0%, #16273e 100%);
    background-size: auto 100%;
    background-color: #f8a61f;
    color: #fdd82a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 54px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-left: 16px;
    padding-bottom: 2px;
    border-radius: 5px 5px 0 0;
    z-index: 5;
    transition: transform .1s ease-in-out;
    -moz-transition: transform .1s ease-in-out;
    -webkit-transition: transform .1s ease-in-out;
  }

  .view-sport-deluxe.state-active {
    color: #213f63;
  }

  .view-sport-deluxe:hover {
    color: #fdd82a;
    text-decoration: none;
  }
}

.loader-element {
  position: relative;
  width: 19vw;
  overflow: visible;
  margin: 0 auto;
}

.loader-element:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loader-hourglass-animation 1.2s infinite;
}

@keyframes loader-hourglass-animation {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

.slots_deluxe__item-link {
   display: block;
   width: 162px;
   overflow: hidden;
}

.slots_deluxe__item-img {
  width: 150px;
  height: 83px;
}