html {
  background-color: #f5f5f5;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,Arial,Segoe UI,Roboto,Helvetica Neue,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

img {
  max-width: 100%;
  height: auto;
}

::selection {
  background: #4dd386;
  color: #000;
}

::-moz-selection {
  background: #4dd386;
  color: #000;
}

::-webkit-selection {
  background: #4dd386;
  color: #000;
}

.pd-page {
  line-height: 20px;
  display: block;
  box-sizing: border-box;
  max-width: 1170px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pd-page *,.pd-page:after,.pd-page:before {
  font-family: inherit;
  line-height: inherit;
  box-sizing: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}


.disclamer {
  background: #1a6;
}

.disclamer-main {
    text-align: left;
    color: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.disclamer-icon {
    vertical-align: bottom;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/static/img/disclamer.svg) no-repeat;
    margin: 0 10px;
}

.disclamer-text {
    display: inline-block;
    font-size: 14px;
}


.pd-page__head {
  position: relative;
  z-index: 3000;
  display: var(--display-header, block);
}

.pd-page__head {
  background: #000;
}

.pd-page__head-inr {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.pd-header-services__item___10sRU.act {
  color: #2ecc71;
}

.home-link {
  margin: 0 50px 0 0;
}

@media screen and (max-width: 992px) {
  .pd-page__head-inr {
    display: block;
  }

  .home-link {
    margin: 0;
    text-align: center;
    padding-bottom: 10px;
  }

  .pd-header-services__item___10sRU {
    margin-right: 0;
  }
}

.pd-page__body {
  margin-top: 0;
}

.pd-page__footer {
  position: relative;
  z-index: 2;
  display: var(--display-footer, block);
}

.pd-link___24iiE {
  transition: color .25s ease-out, box-shadow .25s ease-out;
  text-decoration: none;
  color: #000;
  box-shadow: inset 0 -.071em #2ecc71;
}

@media (max-width:992px) {
@keyframes showDrawerVertical___2Q2ib {
    0% {
      height: 0;
    }

    to {
      height: var(--drawerBodyHeight);
    }
}

@keyframes hideDrawerVertical___3ohTJ {
    0% {
      height: var(--drawerBodyHeight);
    }

    to {
      height: 0;
    }
}

@keyframes showDrawerHorizontal___2JJIe {
    0% {
      width: 0;
    }

    to {
      width: var(--drawerBodyWidth);
    }
}

@keyframes hideDrawerHorizontal___jXc9W {
    0% {
      width: var(--drawerBodyWidth);
    }

    to {
      width: 0;
    }
}
}

@keyframes spin___3yLUB {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.pd-button___1cd03 {
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  transition: border .25s ease-out, background .25s ease-out;
  text-decoration: none;
  text-transform: uppercase;
  color: #999;
  border: 1px solid #999;
  outline: none;
  background: none;
}

.pd-button_theme_primary___1fgje {
  color: #fff;
  border: 1px solid transparent;
  background: #2ecc71;
}

.pd-button_theme_primary___1fgje:hover {
  background: #4dd386;
}

.pd-button_theme_primary___1fgje:active {
  background: #29b765;
}

.pd-button_theme_secondary___1bOp6 {
  color: #999;
  border: 1px solid #999;
  background: none;
}

.pd-button_theme_secondary___1bOp6:hover {
  background: hsla(0, 0%, 60%, .15);
}

.pd-button_theme_secondary___1bOp6:active {
  color: #fff;
  background: #999;
}

.pd-button_size_m___1Q6-3 {
  font-size: 16px;
  line-height: 20px;
  padding: 11px 25px 9px;
  border-radius: 30px;
}

.pd-userinfo___103d3 {
  font-size: 14px;
  display: grid;
}

@media (max-width:992px) {
  .pd-userinfo___103d3 {
    grid-row-gap: 17px;
    max-width: 200px;
    text-align: center;
    margin: 15px auto 0 auto;
  }

  /*  .pd-userinfo_not-auth___3n39k {
    display: none
  }*/

@supports (padding:max(0px)) {
    .pd-userinfo__cashier___10cIC,    .pd-userinfo__gifts___20ql7,    .pd-userinfo__header___3wvmR,    .pd-userinfo__settings___2T79P {
      padding-right: max(20px, env(safe-area-inset-right));
      padding-left: max(20px, env(safe-area-inset-left));
    }
}
}

@media (min-width:993px) {
  .pd-userinfo___103d3 {
    width: fit-content;
    width: -moz-max-content;
    grid-column-gap: 10px;
  }

  .pd-userinfo__sign-in___1BMU9 {
    grid-column: 1;
  }

  .pd-userinfo__sign-up___1pwRb {
    grid-column: 2;
  }
}

@keyframes popupHide___1dDZY {
  0% {
    margin: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  99% {
    margin: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    visibility: hidden;
    margin: -9999px 0 0 -9999px;
    opacity: 0;
  }
}

@keyframes popupShow___1Hh_L {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width:992px) {
@supports (padding:max(0px)) {
    .pd-menu-main__footer___x0LOE,    .pd-menu-main__item___3XV3h {
      padding-right: max(20px, env(safe-area-inset-right));
      padding-left: max(20px, env(safe-area-inset-left));
    }
}

  .pd-menu-main__footer-item___j399k {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-grow: 0;
    cursor: pointer;
    transition: color .3s linear;
  }
}

@media (max-width:992px) {
@supports (padding:max(0px)) {
    .pd-adaptive-menu__footer___2fT_I {
      padding-right: max(20px, env(safe-area-inset-right));
      padding-left: max(20px, env(safe-area-inset-left));
    }
}
}

.pd-header-services__item___10sRU svg {
  margin-right: 5px;
}

.pd-header-services___1biYg {
  z-index: 3;
  display: flex;
}

.main-menu {
  display: flex;
}

.pd-header-services__item___10sRU {
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-grow: 0;
  justify-content: center;
  margin-right: 25px;
  transition: color .3s linear;
  text-decoration: none;
  text-transform: uppercase;
  color: #999;
}

.pd-header-services__item___10sRU:last-child {
  margin-right: 0;
}

.pd-header-services__item___10sRU:hover {
  color: #fff;
}

.show-menu {
  display: none;
}

@media screen and (max-width:992px) {
  #mob_menu_btn {
    display: block;
    position: absolute;
    right: 15px;
    z-index: 9;
    display: flex;
    background: url(/static/img/burger_menu.svg) no-repeat;
    width: 42px;
    height: 42px;
    border: none;
    top: 55px;
  }

#mob_menu_btn.close-mob-menu {
    background: url(/static/img/burger_menu_close.svg) no-repeat;
}

  #mob_menu_btn:focus {
    outline: none;
  }

  .pd-header-services___1biYg {
    background: rgba(0, 0, 0, .75);
  }

  .main-menu {
    display: none;
    flex-flow: column wrap;
    background-color: #202020;
    margin-right: -10px;
    margin-left: -10px;
  }

  .show {
    display: flex;
  }

  .pd-header-services__item___10sRU {
    margin: 15px 0;
  }
}

/* end media 992 */

@media (max-width:768px) {

.ch2 {
    margin: 0 8px 20px 8px !important;
}

  
  .pd-header-services___1biYg {
    flex-flow: column wrap;
  }

  .pd-header-services__item___10sRU {
    flex-grow: 1;
  }

  .pd-header-services__item___10sRU svg {
    display: none;
  }
}

@media (min-width:769px) and (max-width:992px) {
  .pd-header-services___1biYg {
    margin: 0 auto;
    padding: 9px 0 8px;
    grid-column: 2;
    justify-content: center;
  }

  .pd-header-services__item___10sRU {
    margin-right: 25px;
  }

  .pd-header-services__item___10sRU svg {
    display: none;
  }
}

@media (min-width:993px) and (max-width:1170px) {
  .pd-header-services__item___10sRU {
    margin-right: 20px;
  }

  .pd-header-services__item___10sRU svg {
    display: none;
  }
}

@keyframes clicker___WlPfi {
  0% {
    visibility: visible;
  }

  99% {
    opacity: .25;
  }

  to {
    top: -15px;
    right: -15px;
    visibility: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50px;
  }
}

.pd-button__type_link___1k_9q {
  display: inline-block;
  text-decoration: none;
}

@keyframes spin___2LAAg {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@media (max-width:768px) {
@supports (padding:max(0px)) {
    .pd-header__main-block___3gFV5 {
      padding-right: max(20px, env(safe-area-inset-right));
      padding-left: max(20px, env(safe-area-inset-left));
    }
}
}

@media (min-width:769px) and (max-width:992px) {
@supports (padding:max(0px)) {
    .pd-header__main-block___3gFV5 {
      padding-right: max(20px, env(safe-area-inset-right));
      padding-left: max(20px, env(safe-area-inset-left));
    }
}
}

.root-header {
  margin-bottom: 120px;
}

.root-footer {
  padding-top: 120px;
}

.root-footer,.root-header {
  display: block;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.root-footer *,.root-footer:after,.root-footer:before,.root-header *,.root-header:after,.root-header:before {
  box-sizing: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}

@media (min-width:769px) {
  .pd-additionalinfo___3OOig {
    grid-row: calc(var(--footerStartRow) + 5);
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo-item {
  margin-right: 20px;
}

.adult {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAArCAMAAAA5QerMAAAAllBMVEVHcEzPAADNAADRAADNAADNAADxAAD/AADZAADQAADPAADMAADNAADQAADNAADNAADNAADNAADNAADQAADNAADMAADNAADNAADNAADNAADNAADOAADNAADNAADMAADNAADNAADNAADNAADNAADNAADNAADNAADNAADOAADTAADNAADOAADNAADMAADOAADNAADNAADMAAD4BVCWAAAAMXRSTlMALOAZvusCAQkxJthJD9FjaoDLIZze+jiPcfV9h0Cm5rbHUJbuXKuLQxKwd7viWNWirxtYzwAAAetJREFUGBmNwYd2m0AUQMGLgGWXXlVQ79V23v//XBxH4qjjGZ5RinZebzSL3W7XjWejnsdrVjn9ykJje55twuxrWlo8Z5fuwOdKMXBLm0dethpF3IlGq8zjjt44Nk/YzkZzQ682iqfUnzziSvTR56WRaBrq1OcNZ6a42J4Ub6jTlrNdpXlLVzv+m69psZ7zYxF7tPDiBd9UMKbVOFCAVfELlQUM+/xCfwjkYy6sdA/o9WhQcGecg+16nCW1GCimItJNuOW5NibmrBQRAxuZJ0vpam7FhnDG2ehrLgYCsSAXCzj2aMxCkpIzrSdiYCMJdu0qoJPSKBOGGY2JGCgCCerVGD4/3fLTcJZlpEsaEzFQzEVkuoaq6rrVkLNlyuJAYyIGL5aBvQvEAJ2UxmFBL6cxEYMvMXCUIdBJaeQ9ig6NiRhsqX3UTBJgr2l0CqgsLiZiYCbdfCquzQ2rAvpDLpauBVF/Jd2Zxa1hHxjn3IsU9/IxoN2CVoWr+TY40Oow4B/90aNF70PzI3Fo4ST8p5wtb20dxdm+GvDGutrT8CXkpbC2uGK5CS+k4nPDrzLFEyqrfO5EThzyIIydiAdqEZyMxxXPnIKF4hmVBtPlTvND75bTIFW8ovzjvK4Dxwnqen70FS0if7fzIx78BWkjJDeAwDrKAAAAAElFTkSuQmCC") center center no-repeat;
  width: 42px;
  height: 43px;
}

.gaming-labs {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAAAiCAMAAADh7J7mAAACVVBMVEVHcEyWABMAImE+ABMAImAAImEBI2EAD14AJGIAI2QAImIAIl8AFGEAImMAElKOABEAImIAJ2AAImIAJWCcABwAImGaAByZABqZAB6aAB2kAB0AIWGaABubABwAIWAAImIAImIAIWEAI16hABYAImEAImGbAByaABwAImMAI2EAIWMAImKaABwAImEAImKbABwAIGMAImEAIWAAImEAImOkABMAImIBIWGcABsCH10AImOdABwAImEAImIAImEEI2EAIWEAImOfABoAI2MAI2OaAByaAByYAByaABydAByZABwAJmkAIWKcABwAImEAImIAH18AI2IAI2eZABufAByYABudABycABybAByaABqcABsAImUAJGUAImUAImMAImEAImGZABubABueAB1eDTeZABqeAByaABwAImIAImIAJGecABwAI2SbABwAI2cAImGaABxBF0ufABueABufAB2gAB0AHWMAI2aiAB0AI2MAI2SaABtfDTalAB6kAB6bABsAI2KbABucAByhAB0AIWKdABtZED0AJGmcABwcHFZOE0MbHFVwCS+aABwAImGaAByeAB2ZABtDFUcYH1syGU51CyspGlE/FUZrCzEHIl4AKXVlDjSHBSUSHlqEBieGBiZ1Ci6kAB0AImGaABwAImKcABsAImOfABoAI2UAJWihAB2eABsAJGelAB6KBCMGIWADImGVAh4SHlpDE0R4CCyPAyFUDzscHFYiGlJmCzQ9FEYLIF04FkiSAiAuF00oGVCGBSaBBihzCS18BypLEUBvCi9tCzGsIvV4AAAAonRSTlMAB/kBSPtPBSrY8yYCRAMCng6qE06X+BUlEgtAXzEzidWDDA61gMBzYUsj6S3K4aYX5FKlrwP3wTcazpG8N3Eh78YhXDz9/hncuUlIdWckuR2R0+j8HkBs7juzTSAt3ChYUVeC/kX3fnqi8Ors2N9trU8px83TC/R5CfyY+Nfu0GnL8/bn49jcifod2POd9Ybt49jY2Ejz8/PzJVjwzM3chd9G2D7qAAAGrklEQVRIx43Wh1sa2RYA8DOOcWwgiIgiTVDEghRBBETFEqKrWNbeS2LX+IwmMc0Uk+x+m82W1/t7MIxUe0li6tt97+96l4FVMT555/sY2sxv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") center center no-repeat;
  width: 94px;
  height: 50px;
}

.curasao {
  background: url("/static/img/curasao.png") center center no-repeat;
  width: 38px;
  height: 38px;
  background-size: contain;
}

.itechlab {
  background: url("/static/img/itechlab.svg") center center no-repeat;
  width: 43px;
  height: 43px;
}

.visa {
  background: url("/static/img/visa.svg") center center no-repeat;
  width: 57px;
  height: 19px;
}

.qiwi {
  background: url("/static/img/qiwi.svg") center center no-repeat;
  width: 68px;
  height: 34px;
}

.mastercard {
  background: url("/static/img/mastercard.svg") center center no-repeat;
  width: 54px;
  height: 33px;
}

.webmoney {
  background: url("/static/img/webmoney.svg") center center no-repeat;
  width: 99px;
  height: 25px;
}

.skrill {
  background: url("/static/img/skrill.svg") center center no-repeat;
  width: 55px;
  height: 19px;
}

.netewer {
  background: url("/static/img/netewer.svg") center center no-repeat;
  width: 90px;
  height: 16px;
}

@media (min-width:993px) {
  .pd-paymentsystems___hf3kk {
    grid-column: 3;
    grid-row-start: 1;
    grid-row-end: 6;
  }

  .pd-paymentsystems__item___1wm9L {
    max-width: 127px;
    max-height: 90px;
    padding: 18px;
  }

  .pd-paymentsystems__item___1wm9L svg {
    width: 100%;
  }
}

.pd-paymentsystems__title___23JiW {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}

.pd-paymentsystems__body___3574K {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.pd-paymentsystems__item___1wm9L {
  margin: 1px 1px 0 0;
  text-align: center;
  color: #fff;
  box-shadow: none;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: flex-start;
}

@media (min-width:769px) {
  .pd-advertising___1D5El {
    grid-row: calc(var(--footerStartRow) + 1);
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.pd-advertising__title___30-Y3 {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
}

.pd-advertising__item___2q2d1 {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 30px;
  color: #999;
  box-shadow: none;
}

.pd-advertising__item___2q2d1:hover {
  color: #fff;
}

@media (min-width:769px) {
  .pd-email-supprot___zxQgo {
    grid-row: calc(var(--footerStartRow) + 3);
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.pd-email-supprot__title___2WYeh {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
}

.pd-email-supprot__item___3mILF {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 30px;
  color: #999 !important;
  box-shadow: none !important;
}

.pd-email-supprot__item___3mILF:hover {
  color: #fff;
}



@media (min-width:993px) {
  .pd-footer__body___1fI3z {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 20px 30px 20px;
    display: grid;
  }

  .pd-footer__body-inner___3vPYA {
    display: grid;
    grid-row-gap: 25px;
  }
}

.pd-footer___3VtOg {
  background: #000;
}

.pd-footer__body-inner___3vPYA {
  /*margin: 0 auto*/
}

:root {
  --loader-color: #fff;
  --loader-bgColor: #2ecc71;
  --loader-size: 12px;
}

@keyframes rotate___2S7KM {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.pd-faq-question-item__border___14D2B {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 4px;
  transition: left .2s ease;
}

@keyframes slide-up___3PUSY {
  0% {
    transform: translateY(2px);
    opacity: .4;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.pd-404__description___w6K1l {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
}

.pd-404__button___2d7-P {
  text-align: center;
}

.pd-404__button___2d7-P a {
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  margin: 0 auto 50px;
  padding: 10px 51px !important;
  color: #999;
}

@media (min-width:769px) {
  .pd-404__button___2d7-P a {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    width: 214px;
    height: 40px;
    padding: 10px 23px !important;
    letter-spacing: normal;
    color: #999;
  }

  .pd-404__description___w6K1l {
    text-align: left;
  }
}

@media (min-width:993px) {
  .pd-404__description___w6K1l {
    line-height: 23px;
  }
}

@media (min-width:1170px) {
  .pd-404__button___2d7-P {
    text-align: left;
  }

  .pd-404__description___w6K1l {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 40px;
  }
}

.main-wrapper___36S6X {
  padding-top: 120px;
  background: #fff;
  overflow: hidden;
}

@media (min-width:992px) {
  .main-wrapper___36S6X {
    background: #f5f5f5;
  }
}

.pd-casino__poker___mc1JC {
  position: relative;
  padding-bottom: 31%;
  background: url(/static/img/poker-table.png) no-repeat 80px 48%, linear-gradient(292deg, #41006c, #a642ff);
  background-size: 140%;
  grid-column: 1/3;
  grid-row: 1/3;
  border-radius: 17px;
}

.pd-casino__title___1-4Rn {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 20px;
  margin-left: 20px;
  color: #fff;
}

.pd-casino__button-play___2cWjv {
  font-size: 18px;
  margin: 15px 0 0 20px;
  padding: 12px 25px 10px 25px;
}

.pd-casino__button-download___2nK9q {
  font-size: 12px;
  position: absolute;
  bottom: 15px;
  color: #fff;
}

@media (min-width:470px) {
  .pd-casino__poker___mc1JC {
    padding-bottom: 15%;
    background-size: 110%;
  }
}

@media (min-width:769px) {
  .pd-casino__poker___mc1JC {
    background-position-x: 170px, 0;
    grid-column: 1/4;
    grid-row: 1;
  }

  .pd-casino__button-download___2nK9q {
    font-size: 12px;
    bottom: 30px;
    margin-left: 32px;
    color: #fff;
  }

  .pd-casino__button-play___2cWjv {
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0 0 52px;
    padding: 16px 34px 13px;
    color: #fff;
    border-radius: 30px;
  }

  .pd-casino__title___1-4Rn {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 43px 0 0 52px;
  }
}

@media (min-width:993px) {
  .pd-casino__poker___mc1JC {
    background-position-x: 83px, 0;
    background-position-y: 44%, 0;
    background-size: 170%;
    grid-column: 1/3;
    grid-row: 1/3;
    border-radius: 17px;
  }

  .pd-casino__title___1-4Rn {
    margin-top: 40px;
    margin-left: 40px;
  }

  .pd-casino__button-play___2cWjv {
    margin-top: 20px;
    margin-left: 40px;
  }

  .pd-casino__button-download___2nK9q {
    margin-left: 0;
  }
}

.pd-game___20ly1 {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 63.85%;
  background-position: 50%;
  background-size: contain;
  border-radius: 17px;
}

.pd-game__labels___1REvK {
  display: flex;
  padding: 2px;
}

.pd-game__label___3K890 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  width: fit-content;
  width: -moz-max-content;
  margin-right: 5px;
  padding: 2px 5px 0;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
}

.pd-game__content___RmJiX {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  padding-top: 15px;
  transition: all .3s linear;
  opacity: 0;
}

.pd-game___20ly1:hover .pd-game__content___RmJiX {
  opacity: 1;
  background: rgba(0, 0, 0, .85);
}

.pd-game__title___1ZhF0 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
}

.pd-game__play___2WFoW {
  margin-bottom: 20px;
}

.pd-game__demo___3KE3J {
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  color: #999;
  box-shadow: inset 0 -.1em #999;
}

.pd-game__demo___3KE3J:hover {
  color: #fff;
  box-shadow: inset 0 -.1em #fff;
}

@media (max-width:768px) {
  .pd-game__title___1ZhF0 {
    display: none;
  }

  .pd-game__play___2WFoW {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 15px;
    padding: 7px 20px 6px;
    border-radius: 15px;
  }

  .pd-game__demo___3KE3J {
    font-size: 12px;
    line-height: 14px;
  }
}

/*@media (min-width:500px) and (max-width:768px) {*/

.pd-game__content___RmJiX {
  justify-content: center;
}

.pd-game__play___2WFoW {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 25px;
  padding: 19px 50px 18px;
  border-radius: 30px;
}

/*}*/

@media (min-width:769px) and (max-width:992px) {
  .pd-game__label___3K890 {
    padding: 7px 11px 5px;
  }

  .pd-game__content___RmJiX {
    padding: 15px;
  }

  .pd-game__title___1ZhF0 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

@media (min-width:993px) {
  .pd-game__labels___1REvK {
    padding: 10px;
  }

  .pd-game__label___3K890 {
    padding: 7px 11px 5px;
  }

  .pd-game__title___1ZhF0 {
    font-size: 16px;
    line-height: 23px;
  }

  .pd-game__play___2WFoW {
    margin-bottom: 15px;
  }
}

@media (min-width:1201px) {
  .pd-game__content___RmJiX {
    padding: 15px;
  }

  .pd-game__title___1ZhF0 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .pd-game__play___2WFoW {
    font-size: 16px;
    line-height: 23px;
    padding: 19px 50px 18px;
    border-radius: 30px;
  }
}

.pd-game__label_type_new___309c- {
  background-color: #2ecc71;
}

.pd-casino___efXN- {
  background: transparent;
}

.pd-casino__games___Q1Nt3 {
  display: grid;
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px 20px 40px;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

.pd-casino__filters___Guhqa {
  width: 100%;
}

.pd-casino__filters-inner___9fZnU {
  max-width: 1170px;
  margin: 0;
}

.pd-casino__filters-slider___3GSXr {
  background: #fff;
  border-radius: 15px;
}

.pd-casino__restricted_area-hidden___-X40D {
  padding-top: 0;
}

.pd-casino__sticky-menu___3s2yE {
  z-index: 500;
  overflow: hidden;
}

@media (max-width:768px) {
  .pd-casino__games___Q1Nt3 {
    padding: 25px 20px 50px;
    grid-template-columns: none;
  }

  .pd-casino__poker___mc1JC {
    grid-column: initial;
    grid-row: initial;
  }
}

@media (min-width:769px) {
  .pd-casino__games___Q1Nt3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
  }
}

@media (max-width:992px) {
  .pd-casino__games___Q1Nt3 {
    padding: 10px;
  }

  div.pd-casino__filters-slider___3GSXr {
    width: 100%;
    cursor: default;
  }

  .pd-casino__filters-slider-wrapper___xouNb {
    height: 360px;
    flex-flow: column wrap;
  }
}

@media (min-width:993px) {
  .pd-casino__games___Q1Nt3 {
    padding: 0 40px 40px;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
  }

  .pd-casino__filters-slider-wrapper___xouNb {
    height: 70px;
  }
}

@media (min-width:993px) and (max-width:1170px) {
  .pd-casino__filters-inner___9fZnU {
    padding: 0 40px;
  }

  .pd-casino__games___Q1Nt3 {
    padding: 50px 40px 40px;
  }
}

@media (min-width:1201px) {
  .pd-casino__games___Q1Nt3 {
    padding: 10px 20px 10px;
  }
}

@media (min-width:993px) {
  .pd-casino-menu__item-icon-wrapper___3b37z {
    position: relative;
  }
}

.pd-slider___106Ib {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.pd-slider__wrapper___226aq {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-slider__element___1W73Q {
    position: relative;
    margin: 6px 12px;
    color: #2ecc71;
    font-weight: bold;
}

.pd-casino__filters-slider-element___jOtoH img {
  height: 30px;
  width: auto;
  object-fit: contain;
}

.pd-slider__element___1W73Q a {
  text-decoration: none;
  color: rgb(46, 204, 113);
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.pd-slider__element___1W73Q:last-child {
  margin-right: 25px;
}

/**/

.text-blk {
  max-width: 1170px;
  margin: 35px auto;
  text-align: left;
  padding: 0 10px;
  line-height: 1.5;
}

.text-blk h1 {
  text-align: center;
  margin: 20px 0;
  line-height: 1.35em;
}

.text-blk h1+p {
  margin-bottom: 40px;
}

.center {
  text-align: center;
}

/* ******************************************************* */

.promocode-blk {
  margin: 30px 0;
  padding: 25px 0 15px 0;
  color: #000;
  border: 1px solid #eee;
  border-radius: 17px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .11);
  background: #fff;
  width: 100%;
}

/*.promocode-blk__icon,.promocode-blk__info,.promocode-blk__button {
  display: table-cell;
}*/

.promocode-blk__icon {
  position: relative;
  top: 0;
  text-align: center;
  padding: 0 15px 10px 15px;
}

@media (max-width:415px) {
  .promocode-blk__icon {
    display: block;
    max-width: 100%;
  }
}

.promocode-blk__info {
  /*width: 65%;*/
  vertical-align: middle;
}

.promocode-blk__button {
  width: 15%;
  vertical-align: middle;
}

/**/

.promocode-blk__info__head {
  color: #e9e9e9;
  font-size: 24px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .promocode-blk__info__head {
    font-size: 22px;
  }
}

.promocode-blk__info__head a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .promocode-blk__button {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }

}

/* / media 1023px */



/* footer */

@media screen and ( max-width: 992px ) {
  .pd-footer___3VtOg {
    text-align: center;
  }

  .pd-advertising___1D5El {
    padding: 30px 0;
  }

  .pd-email-supprot___zxQgo {
    margin: 10px 0;
  }

  .pd-email-supprot__title___2WYeh {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
  }

  .footer-logo {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .footer-logo-item {
    margin: 30px 15px;
  }

  .pd-paymentsystems__body___3574K {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .pd-paymentsystems__body___3574K .pd-paymentsystems__item___1wm9L {
    margin: 20px;
    width: 110px;
    height: 40px;
  }

.show-desktop {
  display: none;
}

}


/**/

.main-promo-slide {
    background: url(/static/img/pkd6_mob.jpg) center center no-repeat;
    width: auto;
    max-width: 500px;
    margin: 15px auto 15px auto;
    border-radius: 17px;
    height: 225px;
    background-size: cover;
}

.slide-banner__label {
    text-align: center;
    width: 180px;
    margin: 0 auto;
    background: #ffae00;
    border-radius: 0 0 10px 10px;
    color: #ffffff;
    font-size: 18px;
    padding: 3px;
}


.slide-banner__info {
    text-align: center;
}

.slide-banner__title {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 15px 20px #000;
}

.ch1 {
    margin: 10px 0 10px 0;
}

.ch2 {
    margin: 0 0 20px 0;
    line-height: 1.25;
}


.slide-banner__button {
    color: #fff;
    border: 1px solid transparent;
    font-size: 26px;
    line-height: 20px;
    padding: 14px 25px 13px 25px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0px 3px 55px 0px #120039, 0px 7px 30px 0px #120039;
    background: linear-gradient(to bottom, #41ea89 0%, #1a8176 100%);
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.slide-banner__button:focus {
  outline: none;
}

.slide-banner__button:hover {
  background: #2ecc71;
}


@media screen and (min-width: 768px) {

.main-promo-slide {
    background: #120030 url(/static/img/pkd6_desk.jpg) 0px center no-repeat;
    width: auto;
    max-width: 1170px;
    margin: 15px auto 15px auto;
    border-radius: 17px;
    height: 267px;
    background-size: cover;
}



.slide-banner__info {
    text-align: left;
    margin-left: 35px;
    margin-top: 30px;
}

.slide-banner__title {
    font-size: 26px;
}

.slide-banner__label {
    margin-left: 35px;
}


}


/* ************************************** */



/* mirror-block-main */

.mirror-block-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 14px;
    border-radius: 17px;
    background: #0c0028 url(/static/img/pmcode_gb.png) 30px center no-repeat;
    padding: 35px;
    max-width: 600px;
    margin: 25px auto;
    height: 145px;
}

@media screen and (max-width: 480px) {

.mirror-block-main {
    background: #0c0028 url(/static/img/pmcode_gb.png) -180px center no-repeat;
}

}

.mirror-block-main .img-wrap {
    margin: 0;
    width: 40px;
    height: 40px;
    background: url(/static/img/worldwide-icon.svg) no-repeat;
    animation: spinAround 6s linear infinite;
}

.mirror-block-main .content-wrap {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 20px;
    width: calc(100% - 40px);
}

.mirror-block-main .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}

.mirror-block-main .btn-wrap {
    margin: 23px 0 0;
}

.mirror-block-main .btn-wrap a {
    display: block;
    border-radius: 2px;
    background-color: #fff;
    padding: 11px 16px;
    min-width: 257px;
    max-width: 290px;
    color: #201700;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
}


@media screen and (min-width: 680px) {

.pm-code-wrp {
    display: flex;
    align-items: center;
    width: 100%;
}

.pm-code-inr {
    margin: 0 20px 0 0;
    position: relative;
    display: flex;
}

.mirror-block-main .btn-wrap {
    margin: 0;
}

.mirror-block-main .btn-wrap a {
  white-space: nowrap;
}

}


@media screen and (max-width: 400px) {

  .pm-action-label,
  .pm-code-inr,
  .mirror-block-main .btn-wrap a {
      position: relative;
      right: 20px;
  }


}




/**/






/* ******************************** */

.pm-action-label {
    margin: 0 0 15px 0;
    width: 235px;
    border-radius: 2px;
    background-color: #039e3f;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25rem;
    text-transform: lowercase;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 1px;
}


.pm-code-wrp {
    position: relative;
    margin-bottom: 20px;
    margin: 0;
    text-align: center;
}

.pm-logo {
    background: url(/static/img/pokerdom_logo.svg) center center no-repeat;
    width: 190px;
    height: 41px;
    background-size: contain;
    margin-bottom: 20px;
}


.pm-title {
    font-size: 28px;
    text-align: center;
    margin: 17px 0 12px 0;
    line-height: 1.4;
}

.pm-code-inr {
    width: 255px;
    position: relative;
    display: flex;
}

.pm-code-wrp .code-blk {
    border-radius: 2px 0 0 2px;
    background: #fff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    width: 200px;
    line-height: 45px;
    color: #000;
}

.pm-code-wrp .copy-btn-bonus {
    width: 55px;
    height: 45px;
    border: none;
    display: inline-block;
    vertical-align: top;
    border-radius: 0 2px 2px 0;
    outline: none;
    cursor: pointer;
    background-color: #006d21;
    box-shadow: 0px 0px 3px #27ff00;
}

.pm-code-wrp .copy-btn-bonus .copy-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 1px;
    left: 1px;
}

.pm-code-wrp .copy-btn-bonus .copy-icon.ready {
   background: url('data:image/svg+xml;utf8,<svg fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" id="svg-icon-copy"><path d="M20 1.25H5a2.507 2.507 0 00-2.5 2.5v17.5H5V3.75h15v-2.5z"></path><path d="M10 8.75v17.5h13.75V8.75H10zm0-2.5h13.75a2.5 2.5 0 012.5 2.5v17.5a2.5 2.5 0 01-2.5 2.5H10a2.5 2.5 0 01-2.5-2.5V8.75a2.5 2.5 0 012.5-2.5z"></path></svg>') no-repeat;
}

.copy-btn-bonus.copied {
  background: #000;
  box-shadow: 0px 0px 3px #27ff00;
}

/* Tips */

#tooltiptext {
    position: absolute;
    display: inline-block;
    background: #006d21;
    color: #fff;
    text-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 3px 20px 1px #000;
    text-align: center;
    padding: 9px;
    border-radius: 6px;
    z-index: 9;
    transition: opacity .6s;
    font-size: 14px;
    bottom: -35px;
    left: 16%;
    letter-spacing: 1px;
}

#tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -3px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #006d21 transparent;
}

/* / Tips */







/**/

.mobile-grid {
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    margin: 40px 0;
}

.mobile-grid-item {
    margin: 12px 0;
}

/**/


.std-table {
    width: 100%;
    border-collapse: collapse;
    max-width: 600px;
    margin: 0 auto;
}

.std-table td {
    border: 1px solid #000;
    padding: 5px;
}


/**/


.promocode-popup-btn {
    display: inline-block;
    transition: all .25s ease-in;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #ebebeb;
    margin: 10px;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    background: #2ecc71;
    border-radius: 30px;
    position: relative;
    bottom: 7px;
    min-width: 176px;
    padding: 12px 15px 15px 15px;
    box-shadow: 0px 3px 20px rgba(0, 255, 100, 0.25);
}

.promocode-popup-btn:hover {
    box-shadow: 0px 3px 20px rgba(0, 255, 100, 0.65);
}

.flex-lyt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.bl {
    width: 100%;
    margin-left: 25px;
}

@media screen and (max-width: 992px) {

.flex-lyt {
    flex-flow: column wrap;
}

.promocode-blk__info {
text-align: center;
}

.bl {
    width: 100%;
     margin-left: 0;
}


}