body {
  background-color: rgba(26, 26, 26, 1);
  background-image: url('bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
}
.nPageContent {
  margin-bottom: 3px;
  background-color: transparent;
}
.PlaysonCashDropPromo-content {
    background-image: url('logo.svg'), url('toptitle_bg.png'), url('top-logo.png');
    background-position: center 370px, center 98px, center 24px;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 1px 0 0;
}
.PlaysonCashDropPromo-content h3 {
font-family: "CrystalBetUni-Bold";
    font-size: 24px;
    line-height: 38px;
    color: rgb(255 255 255);
    width: 897px;
    text-align: center;
    margin: 119px auto 1px;
    left: 1px;
    position: relative;
}
.PlaysonCashDropPromo-content h3:after {
    content: '';
    position: absolute;
    background-image: url('prize.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 173px;
    width: 954px;
    background-size: 954px 124px;
    left: -27px;
    top: 102px;
}
.PlaysonCashDropPromo-content h4 {
  font-family: "CrystalNU4-Bold";
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  width: 610px;
  margin: -2px auto 0;
  position: relative;
  left: 1px;
}
.PlaysonCashDropPromo-content .drop-months {
  width: 731px;
  height: 88px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 278px auto 0;
  position: relative;
  left: 1px;
}
.PlaysonCashDropPromo-content .drop-months span {
  width: 230px;
  height: 84px;
  line-height: 50px;
  font-family: "FiraGo-Bold";
  color: #ffffff;
  position: relative;
  border-radius: 16px;  
  background: #5D0A6A;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  cursor: default;
  user-select: none;
  opacity: 0.5;
}
.PlaysonCashDropPromo-content.en .drop-months span,
.PlaysonCashDropPromo-content.ru .drop-months span {
  text-transform: capitalize;
}
.PlaysonCashDropPromo-content .drop-months span.active {
  /* Gradient border workaround */
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #FDE749 0%, #FF8B64 100%) border-box;
  box-shadow: 0px 0px 4px 0px #DDA28E;
  opacity: 1;
}
.PlaysonCashDropPromo-content .drop-months span.active::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #3C093A;
  border-radius: 14px;
  z-index: -1;
}
/* Make sure parent has border-radius for the effect */
.PlaysonCashDropPromo-content .drop-months span.active {
  border-radius: 16px;
  overflow: hidden;
}
.PlaysonCashDropPromo-content .drop-months .swiper-slide span:after {
  content: '1 125 000 ₾';
  position: absolute;
  text-align: center;
  font-size: 28px;
  font-family: "FiraGo-Bold";
  color: rgba(255, 204, 0, 1);
  top: 29px;
  left: 53px;
}
.PlaysonCashDropPromo-content .drop-months .swiper-slide span.december:after,
.PlaysonCashDropPromo-content .drop-months .swiper-slide span.january:after {
  content: '1 500 000 ₾';
}
.cashdrop-board {
  width: 798px;
  height: 484px;
  background: url(cashdrop.png) no-repeat;
  border-radius: 22px;
  margin: 18px auto 0;
  padding: 0 0 0 31px;
  box-sizing: border-box;
  background-size: contain;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.cashdrop-board .cashdrop-col {
  /*-webkit-flex: 1;*/
  /*flex: 1;*/
  font-family: "FiraGo-Medium";
  padding: 6px 0 0;
}
.cashdrop-board .cashdrop-col:first-child {
  padding-top: 38px;
  width: 237px;
}
.cashdrop-board .cashdrop-col:last-child {
  flex: 0 0 485px;
  border-radius: 20px;
  position: relative;
  background-size: contain;
  padding: 0 0 0 21px;
  box-sizing: border-box;
border-radius: 24px;
border: 4px solid #FBDA60;
background: linear-gradient(180deg, #530845 -2.43%, #1B0326 94.68%);
backdrop-filter: blur(0px);
margin: 44px auto 0 20px;
width: 485px;
height: 412px;
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.cashdrop-scroll-container {
  overflow: hidden;
  height: 326px;
  overflow-y: scroll;
  width: 429px;
  padding: 0 14px 0 0; 
  top: -3px;
  position: relative;
  -moz-appearance: auto;
}
@-moz-document url-prefix() {
  .cashdrop-scroll-container {
    scrollbar-color: rgba(206, 136, 4, 1) rgba(0, 0, 0, 0.5);
  scrollbar-width: thin;
  }
}
.cashdrop-scroll-container::-webkit-scrollbar-button, 
.cashdrop-scroll-container::-webkit-scrollbar-track-piece, 
.cashdrop-scroll-container::-webkit-scrollbar-corner, 
.cashdrop-scroll-container::-webkit-resizer {
    display: none;
}
.cashdrop-scroll-container::-webkit-scrollbar {
    width: 8px;
    -moz-appearance: none !important;
}
.cashdrop-scroll-container::-webkit-scrollbar-thumb {
    background: #720A57;
    border-radius: 30px;
    -moz-appearance: none !important;
}
.cashdrop-scroll-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    border: 3px solid transparent;
    background-clip: padding-box;
    -moz-appearance: none !important;
}
.cashdrop-board .cashdrop-col:last-child div:not(.cashdrop-scroll-container) {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 -1px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.cashdrop-board .cashdrop-col:last-child div:first-child:not(.cashdrop-scroll-container div) {
  height: 40px;
  line-height: 34px;
  padding: 0 20px 0 0;
  top: -5px;
}
.cashdrop-board .cashdrop-col:last-child b {
  width: 210px;
  text-align: center;
  font-size: 14px;
  color: #FFE7E7;
}
.PlaysonCashDropPromo-content.en .cashdrop-board .cashdrop-col:last-child div:first-child:not(.cashdrop-scroll-container div),
.PlaysonCashDropPromo-content.ru .cashdrop-board .cashdrop-col:last-child div:first-child:not(.cashdrop-scroll-container div) {
  text-transform: capitalize;
}
.cashdrop-board .cashdrop-col:last-child span {
  width: 210px;
  text-align: center;
  background: rgba(19, 3, 31, 0.7);
  
  /* border-radius: 14px 0 0 14px; */
  line-height: 42px;
  color: #FFCC00;
  font-size: 18px;
}

.top_line span:nth-child(1) {
  border-radius: 14px 0 0 0;
}
.top_line span:nth-child(2) {
  border-radius: 0 14px 0 0;
}
.bottom_line span:nth-child(1) {
  border-radius: 0 0 0 14px;
}
.bottom_line span:nth-child(2) {
  border-radius: 0 0 14px 0;
}


.cashdrop-board .cashdrop-col:last-child span:last-child {
  /* border-radius: 0 14px 14px 0; */
  font-family: 'CrystalNU4-Bold';
  border: 1px solid #6C0055;
}
.cashdrop-board .cashdrop-col:last-child span:first-child {
  font-family: 'CrystalNU4-Bold';
  border: 1px solid #6C0055;
}
.cashdrop-board .stage {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 237px;
  height: 69px;
  background: rgba(19, 3, 31, 1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  color: #FFFFFF;
  margin: 0 0 12px;
  font-size: 20px;
  box-sizing: border-box;
  font-family: 'CrystalNU4-Bold';
  letter-spacing: 0.1px;
  opacity: 0.6;
}
.cashdrop-board .stage.active {
  /* Gradient border workaround */
  position: relative;
  z-index: 1;
  opacity: 1;
  color: #FFCC00;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #FDE749 0%, #F93B62 100%) border-box;
  border-radius: 16px;
  overflow: hidden;
}
.cashdrop-board .stage.active::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: linear-gradient(90deg, #811157 0%, #4B0A3D 100%);
  border-radius: 13px;
  z-index: -1;
}
.cashdrop-board .stage::after {
  content: attr(data-dates);
  width: 100%;
  text-align: center;
}
.cashdrop-board small {
  font-size: 14px;
  line-height: 18px;
  color: #DF4A8F;
  padding: 18px 0 0 8px;
  display: block;
  font-family: "FiraGo-Regular";
}
.ru .cashdrop-board small {
  font-size: 13px;
}
/*game carusel*/
.PlaysonCashDropPromo-game-carusel.owl-carousel {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.PlaysonCashDropPromo-game-carusel.owl-nav button {
  outline: none;
}
.PlaysonCashDropPromo-game-carusel .owl-nav button span {
  width: 69px;
  height: 69px;
  background: none;
  border-radius: 69px;
  text-align: center;
  line-height: 69px;
  display: block;
  color: #0F0501;
  position: absolute;
  top: 59px;
}
.PlaysonCashDropPromo-game-carusel .owl-nav button span:after {
  content: "\e823";
  font-family: "cb-icons";
  font-size: 11px;
  color: #ffffff;
  position: absolute;
  left: 21px;
  top: 0;
}
.PlaysonCashDropPromo-game-carusel .owl-nav button.owl-prev span {
  left: -70px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.PlaysonCashDropPromo-game-carusel .owl-nav button.owl-next span {
  right: -70px;
  top: 51px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.PlaysonCashDropPromo-game-list {
  width: 210px;
  height: 180px;
  display: block;
  background-size: contain !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  background-color: black;
}
.PlaysonCashDropPromo-game-list.royal_coins {
  background: url(games/royal_coins.png);
}
.PlaysonCashDropPromo-game-list.threepotsriches {
  background: url(games/threepotsriches.jpg);
}
.PlaysonCashDropPromo-game-list.coinStrikeholdandWin {
  background: url(games/coinStrikeholdandWin.png);
}
.PlaysonCashDropPromo-game-list.royalfortunator {
  background: url(games/royalfortunator.jpg);
}
.PlaysonCashDropPromo-game-list.RoyalJokerHoldandWin {
  background: url(games/RoyalJokerHoldandWin.jpg);
}
.PlaysonCashDropPromo-game-list.solarqueen {
  background: url(games/solarqueen.png);
}
.PlaysonCashDropPromo-game-list.luxorgoldholdandwin {
  background: url(games/luxorgoldholdandwin.png);
}
.PlaysonCashDropPromo-game-list.Liongemsholdandwin {
  background: url(games/Liongemsholdandwin.png);
}
.PlaysonCashDropPromo-game-list.pirateches {
  background: url(games/pirateches.png);
}
.PlaysonCashDropPromo-game-list.bookofgoldmultichance {
  background: url(games/bookofgoldmultichance.png);
}
.PlaysonCashDropPromo-game-list.bufalopower {
  background: url(games/bufalopower.png);
}
.PlaysonCashDropPromo-game-list.BurningWins {
  background: url(games/BurningWins.jpg);
}
.PlaysonCashDropPromo-game-list.RoyalCoinsHoldandWin {
  background: url(games/RoyalCoinsHoldandWin.png);
}
.PlaysonCashDropPromo-game-list.burningfortunator {
  background: url(games/burningfortunator.jpg);
}
.PlaysonCashDropPromo-game-list.buffalopower2 {
  background: url(games/buffalopower2.jpg);
}
.PlaysonCashDropPromo-game-list.bookdelsol {
  background: url(games/bookdelsol.jpg);
}

.S3PotsRichesExtraHoldandWin {
  background: url(games/3PotsRichesExtraHoldandWin.png);
}
.S3xcatch {
  background: url(games/3xcatch.png);
}
.chargetheclovers {
  background: url(games/chargetheclovers.jpg);
}
.CrownandDiamondsHoldandWin {
  background: url(games/CrownandDiamondsHoldandWin.jpg);
}
.DiamondsPowerHoldandWin {
  background: url(games/DiamondsPowerHoldandWin.png);
}
.EnergyCoinsHoldandWin {
  background: url(games/EnergyCoinsHoldandWin.png);
}
.EnergyJokerHoldandWin {
  background: url(games/EnergyJokerHoldandWin.png);
}
.kingofthesky {
  background: url(games/kingofthesky.jpg);
}
.Legend_Cleopatra_Megaways_RoF {
  background: url(games/Legend_Cleopatra_Megaways_RoF.png);
}
.royalexpress {
  background: url(games/royalexpress.jpg);
}

.PlaysonCashDropPromo-game-carusel-title {
  width: 100%;
  font-family: 'CrystalNU4-Bold';
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #FDE053;
  margin: 45px 0 22px 0;
}
.prom_button_new {
  margin: 50px auto 60px;
  background: #fff354;
  font-family: 'CrystalBetUni-Medium';
  font-size: 16px;
  background: #fff354;
  background: linear-gradient(180deg, #FDE053 0%, #FFCB00 100%);
  border-radius: 10px;
}
.PlaysonCashDropPromo-content.en .prom_button_new, 
.PlaysonCashDropPromo-content.ru .prom_button_new,
.PlaysonCashDropPromo-content.en h3,
.PlaysonCashDropPromo-content.ru h3,
.PlaysonCashDropPromo-content.en h4,
.PlaysonCashDropPromo-content.ru h4,
.PlaysonCashDropPromo-content.en .fund-info,
.PlaysonCashDropPromo-content.ru .fund-info {
  text-transform: uppercase;
}
.PlaysonCashDropPromo-content.en .cashdrop-board .stage,
.PlaysonCashDropPromo-content.ru .cashdrop-board .stage {
  text-transform: capitalize;
}
.PlaysonCashDropPromo-content .rules-container {
  margin: 0 auto 60px!important;
  width: 940px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: inherit!important;
}
.swiper-button-next, .swiper-button-prev {
  background-image: url(arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 49px!important;
  left: -48px!important;
  margin-top: calc(-2px - (var(--swiper-navigation-size)/ 2)) !important;
}
.swiper-button-disabled {
  opacity: 0 !important;
}
.swiper-button-next {
  transform: rotate(180deg);
  left: 732px !important;
}
.cashdrop-spacer {
  padding: 45px 0 0 0!important;
}
.board.detachhtml {
  visibility: hidden !important;
  display: none !important;
}
.cashdrop-board .board.exception {
  box-sizing: border-box;
}
.PlaysonCashDropPromo-content .added_txt_yell {
  font-family: "FiraGo-Regular";
  text-align: center;
  margin: 30px auto 0;
  font-size: 18px;
  color: #FFCC00;
}

.rules-container {
    position: relative;
    width: 100%;
    margin: 0 auto 60px auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}