.icon {
  background-image: url("../cssb/sprite-v3.png");
}

@font-face {
  font-family: ptSans;
  src: url(/s/poker/css/fonts/PT_Sans-Narrow-Web-Regular.ttf);
}

@font-face {
  font-family: OpenSansCondensed;
  src: url(/s/poker/css/fonts/OpenSansCondensed-Light.ttf);
}

@font-face {
  font-family: OpenSansCondensed;
  src: url(/s/poker/css/fonts/OpenSansCondensed-Bold.ttf);
  font-weight: bold;
}

html,
body {
  margin: 0;
  padding: 0;
  font: 0.9em ptSans, Arial, sans-serif;
  color: #666666;
  height: 100%;
  font-stretch: semi-condensed;
  background: #000;
  text-align: center;
  min-height: 750px;
  min-width: 360px;
}

body .wrapper__invite {
  min-width: 540px;
}

.invite {
  padding: 0;
  margin: 0;
  background-color: #000;
  background-image: url(/s/poker/css/img/invite.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  height: 100vh;
  font-size: 28px;
  font: 28px Helvetica, Arial, sans-serif;
  color: #ffffff;
}

.notification {
  max-width: 540px;
  height: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: none;
}

.text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100px;
}

@media (orientation: landscape) and (max-height: 560px) {
  .text {
    bottom: 50px;
  }
}

.preloader {
  height: 100%;
  position: absolute;
  z-index: 100;
  background-color: #000;
  background-image: url(/s/poker/css/img/wpc.png);
  background-size: 100%;
  display: none;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.back {
  height: 100%;
  background: url(/s/poker/css/img/back_v1.jpg) no-repeat center -10px;
  background-size: auto 100%;
  width: 100%;
  min-height: 240px;
}

.back.v2 {
  background: url(/s/poker/css/img/back_v2.jpg) no-repeat 0 0 fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}

.language {
  height: 15px;
  width: 30px;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 2;
}

.language a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.language a.ru_RU {
  background-position: -8px -8px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 29px;
  height: 15px;
}

.language a.en_US {
  background-position: -8px -39px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 29px;
  height: 15px;
}

.wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 65px;
  min-height: 220px;
  font-family: ptSans, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
  height: 100%;
}

.wrapper.v1 {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  height: 100%;
  justify-content: end;
}

.wrapper.v2 {
  top: 0 !important;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 34%;
  min-width: 550px;
  height: 100% !important;
}

.wrapper .wpc {
  display: none;
}

.wrapper .wpc img {
  display: block;
  width: 313px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.wrapper.v2 .wpc {
  padding-top: 50px;
  display: block;
}

.wrapper .cards {
  max-width: 640px;
  position: relative;
  margin: 0 auto;
}

.wrapper.v2 .cards {
  margin-top: 230px;
}

.wrapper .cards img {
  display: block;
  width: 100%;
}

.wrapper .cards .play {
  position: relative;
  width: 100%;
}

.wrapper .cards .play a {
  font-family: "OpenSansCondensed", sans-serif;
  margin: 0 auto;
  height: 100%;
  cursor: pointer;
  color: #e7f5d7;
  font-size: 500%;
  line-height: 130%;
  font-weight: bold;
  background-position: -8px -1607px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 398px;
  height: 88px;
}

.wrapper .cards .play a:hover {
  background-position: -8px -1711px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 398px;
  height: 88px;
}

@media (max-width: 400px) {
  .wrapper .cards {
    margin: 0;
  }

  .wrapper .cards .play a {
    width: 100%;
  }

  .wrapper .cards .play a:hover {
    width: 100%;
  }
}

.wrapper .slogan {
  /* margin-bottom: 26px; */
  margin-bottom: 16px;
  margin-top: 20px;
  font-family: "OpenSansCondensed", sans-serif;
}

.wrapper .slogan ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.wrapper .slogan ul li {
  list-style: none;
  color: #7ab341;
}

.wrapper .slogan ul li h1,
.wrapper .slogan ul li h2,
.wrapper .slogan ul li h3,
.wrapper .slogan ul li h4,
.wrapper .slogan ul li h5,
.wrapper .slogan ul li h6 {
  line-height: 83%;
  font-size: 2.6em;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
}

.wrapper .slogan ul li h2 {
  font-size: 3.4em;
  font-weight: 200;
}

.wrapper .slogan ul li h2.bold {
  font-size: 3.4em;
  font-weight: 600;
}

.wrapper .slogan ul li h2.light {
  font-weight: 200;
}

.wrapper .slogan ul li h2.md {
  font-size: 2.6em;
}

.wrapper .slogan ul li h2.top {
  vertical-align: top;
}

.wrapper .slogan ul li h3 {
  font-weight: 200;
}

.wrapper .slogan ul li h3.min {
  font-weight: 200;
  font-size: 170%;
}

.wrapper .slogan ul li h3.min.top {
  line-height: 105%;
}

.wrapper .slogan ul li h3.lg {
  font-size: 3.1em;
}

.wrapper .slogan ul li h4 {
  font-weight: 200;
  font-size: 1.5em;
}

.wrapper .slogan ul li h4.top {
  line-height: 105%;
}

.wrapper .slogan ul li h5 {
  font-size: 3.2em;
  font-weight: 200;
}

.wrapper .slogan ul li h6 {
  font-size: 3.5em;
  font-weight: 600;
}

.wrapper .slogan ul li .top {
  vertical-align: top;
}

.game.visibility .disclaimer_poker {
  background-color: #141513;
  width: 100%;
}

.disclaimer_poker p {
  margin: 4px auto !important;
  text-align: left !important;
  padding: 0 4px !important;
  max-width: 800px;
  font-size: 14px;
}
.copyright {
  text-align: center;
  /* line-height: 2em; */
  position: relative;
  width: 100%;
  height: auto;
  bottom: 0;
}

.copyright .faq {
  display: block;
  margin: 0;
  line-height: 90%;
}

.copyright p {
  text-align: center;
  line-height: 1em;
  padding: 0;
  margin: 0;
}

.copyright p a {
  text-decoration: none;
}

.copyright a {
  text-align: center;
  color: #666666;
}

.copyright a.about_btn {
  text-decoration: underline;
  cursor: pointer;
  margin-left: 10px;
}

.game {
  display: none;
  background-color: #141513;
  height: 100%;
  min-height: 930px;
  position: relative;
  min-width: 500px;
}

.game .logout {
  display: block;
  height: 55px;
  text-align: right;
  background-color: #141513;
  padding-top: 25px;
  width: 100%;
}

.game .beta {
  background-image: url(/s/poker/css/img/beta.png);
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  background-size: contain;
  margin: 0;
  display: inline-block;
  left: 0;
  position: absolute;
}

.game #logout_game {
  position: absolute;
  display: inline-block;
  background-color: #5f5f5f;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #5f5f5f;
  text-decoration: none;
  padding: 4px 15px;
  font-size: 13px;
  line-height: 100%;
  font-family: Tahoma, Verdana, Segoe, sans-serif;

  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  border-color: #5f5f5f;
  color: white;
  margin-top: 35px;
}

.game #logout_game:hover {
  cursor: pointer;
  opacity: 0.9;
}

.game #logout_game.ru_RU {
  width: 171px;
  background-position: -9px -151px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 133px;
  height: 24px;
}

.game #logout_game.ru_RU:hover {
  background-position: -9px -191px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 133px;
  height: 24px;
}

.game #logout_game.en_US {
  background-position: -4px -71px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 74px;
  height: 24px;
}

.game #logout_game.en_US:hover {
  background-position: -4px -111px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 74px;
  height: 24px;
}

.game .logout a {
  float: right;
  margin-right: 40px;
  margin-bottom: 30px;
  display: inline-block;
  cursor: pointer;
  height: 30px;
  width: 84px;
}

.game .logout a.ru_RU {
  width: 171px;
  background-position: -4px -82px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 133px;
  height: 24px;
}

.game .logout a.ru_RU:hover {
  background-position: -4px -50px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 133px;
  height: 24px;
}

.game .logout a.en_US {
  background-position: -4px -146px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 74px;
  height: 24px;
}

.game .logout a.en_US:hover {
  background-position: -4px -114px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 74px;
  height: 24px;
}

.game .logout .hover {
  display: none;
}

.game .logout a:hover .out {
  display: none;
}

.game .logout a:hover .hover {
  display: block;
}

.game .frame {
  clear: both;
  height: 880px;
  padding-top: 20px;
  background: url(/s/poker/css/img/wpc.png) no-repeat center center fixed;
}

#canvasiframe {
  height: 100%;
  width: 100%;
  border: none;
}

.game .copyright {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 20px;
}

.game .copyright p {
  margin: 0;
}

.back_black {
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
}

.back_black#back_black_full {
  z-index: 110;
}

.popup {
  display: none;
  text-align: center;
  z-index: 101;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 7px;
  vertical-align: middle;
  background: rgba(231, 233, 231, 0.93);
}

.popup.login {
  text-align: left;
  padding: 35px 85px 50px;
  font-size: 16px;
  color: #000;
  max-height: 79%;
  overflow: auto;
  scrollbar-width: thin;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

/* .popup.login .title_popup-login {
  font-size: 1em;
  color: #000;
} */

.popup.login .block_fb {
  background-color: #bcc2d0;
  width: 250px;
  height: calc(100% - 92px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
}

.popup.login .block_fb .text_fb {
  padding: 0 15px;
  color: #b90e0a;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}

.popup.login .close,
.popup_fb.block_fb .popup_inner .close {
  position: absolute;
  right: 20px;
  top: 16px;
  cursor: pointer;
}

.popup.login .close img,
.popup_fb.block_fb .popup_inner .close img {
  opacity: 0.7;
}

.popup_fb.block_fb .popup_inner {
  color: #180707;
  text-align: center;
  z-index: 103;
  position: absolute;
  display: block;
  text-align: left;
  padding: 20px 55px 50px;
  margin: 0;
  width: 510px;
  box-sizing: border-box;
  left: calc(50% - 255px);
  top: 15%;
  border-radius: 7px;
  vertical-align: middle;
  background: rgba(231, 233, 231, 0.9);
  font-size: 17px;
}

.popup_fb.block_fb .popup_inner .footer {
  text-align: right;
}

.popup_fb.block_fb .popup_inner h4 {
  text-align: center;
  font-weight: 700;
}

.popup.login .login_other_service {
  margin-bottom: 25px;
}

.popup.login .login_other_service .hide {
  display: none;
}

.popup.login .login_other_service-title {
  border: 1px solid black;
  width: fit-content;
  cursor: pointer;
  padding: 4px 15px;
  border-radius: 5px;
}

.popup.login .login_other_service-content {
  width: 500px;
  padding-top: 5px;
  padding-bottom: 25px;
}

.popup.login .login_other_service-title .arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
  vertical-align: middle;
  height: 3px;
  width: 3px;
}

.popup.login .login_other_service-title .arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -5px;
}

.popup.login .login_other_service-title .arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 5px;
}

.popup.login .login_other_service-title:hover {
  background-color: rgb(231, 233, 231);
  transition: all ease-out 0.25s;
}

.popup.login .login_other_service .block_fb {
  height: auto;
}

.popup.login .login_other_service .block_fb .soc.icon.fb,
.popup.login .login_other_service .block_fb .soc.icon.fb_rec {
  height: 60px;
}

.popup.login .login_other_service-descr {
  margin-top: 10px;
}

.popup.login .login_other_service .block_fb .text_fb p,
.popup.login .login_other_service-descr p {
  margin: 0;
}

.popup.login .login_other_service .block_fb .text_fb p:last-child,
.popup.login .login_other_service-descr p:last-child {
  margin-top: 10px;
}

.popup_fb {
  display: none;
  z-index: 102;
  background: #0009;
  /* opacity: 0.6; */
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.popup_fb.popup_fb-blocked {
  display: none;
}

.popup_fb-blocked__btn_ok {
  text-align: center;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.popup_fb-blocked__btn_ok:hover {
  cursor: pointer;
}

/* .popup.b */
.popup#gostery {
  width: 500px;
  margin-left: -290px;
  background: #e7e9e7;
  padding: 15px 40px;
  top: 40%;
  z-index: 111;
}

.popup#gostery p {
  color: #272626;
  font-size: 19px;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: -64px;
  vertical-align: top;
  margin-left: 90px;
}

.popup#gostery p span {
  cursor: pointer;
  text-decoration: underline;
}

.popup#gostery .warn {
  background-image: url(/s/poker/css/img/warn.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 64px;
  width: 64px;
  float: left;
}

.popup.login h4 {
  color: #000;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 7px;
  margin-top: 19px;
  max-width: 250px;
}

.popup.login .block_soc {
  display: flex;
  flex-direction: row;
}

.popup.login .block_login {
  margin-bottom: 15px;
}

.popup.login .block_login.block_soc .list_soc .block_fb {
  min-height: 232px;
}

.popup.login .block_login.block_soc .list_soc .block_fb .text_fb p {
  margin: 0;
}

.popup.login .block_login.block_soc .list_soc .block_fb .text_fb p:first-child {
  margin-bottom: 16px;
}

@keyframes shadowAnimation {
  0% {
    box-shadow: 0px 0px 27px 15px #fff7e8;
    border: 2px solid white;
  }
  44% {
    box-shadow: 0px 0px 20px 0px #fff7e8;
    border: 2px solid transparent;
  }
  56% {
    box-shadow: 0px 0px 20px 0px #fff7e8;
    border: 2px solid transparent;
  }
  100% {
    box-shadow: 0px 0px 27px 15px #fff7e8;
    border: 2px solid white;
  }
}

#login .soc.active {
  z-index: 6;
  position: relative;
  border-radius: 3px;
  animation: shadowAnimation 2.5s infinite ease;
}

#login.btn-disabled .soc:not(.active),
#login.btn-disabled .btn_premium,
#login.btn-disabled .block_fb {
  filter: grayscale(1);
}

.popup.login.btn-disabled .block_dwld_premium .btn_premium {
  opacity: 0.6;
}

#login .block_soc.block_only_fb .list_soc:first-child {
  display: none;
}

#login .block_soc.block_without_fb .list_soc:nth-child(2) {
  display: none;
}

#login .block_soc.block_only_fb .block_fb {
  height: auto;
  margin: 10px auto 0;
}

#login .block_soc.block_only_fb .block_fb .fb_rec {
  display: block !important;
}

.popup.login .list_soc {
  margin: 0 6px;
  flex: 1;
}

.popup.login .list_soc:first-child {
  margin-left: 0;
}

.popup.login .list_soc:last-child {
  margin-right: 0;
}

.popup.login .soc {
  display: block;
  width: 250px;
  height: 60px;
  cursor: pointer;
  margin: 10px 0;

  --background-hover-offset: -78px;
  background-position: -8px var(--background-offset);
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.popup.login .list_soc,
.block_login.block_dwld_mob,
.popup.login.btn-disabled .block_dwld_premium {
  position: relative;
}
.popup.login.btn-disabled .list_soc::before,
.popup.login.btn-disabled .block_login.block_dwld_mob::before,
.popup.login.btn-disabled .block_dwld_premium:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #d5d5d570;
}

.popup.login.btn-disabled.pandaguest .list_soc::before,
.popup.login.btn-disabled.pandaguest .block_login.block_dwld_mob::before,
.popup.login.btn-disabled.pandaguest .block_dwld_premium:before {
  background-color: #d9d9d994;
}

.popup.login .soc:hover {
  background-position: -8px
    calc(var(--background-offset) + var(--background-hover-offset));
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 250px;
  height: 60px;
}

.popup.login .soc.fb_rec {
  width: auto;
  margin: 0 13px 6px;
}

.popup.login .soc.fb_rec:hover {
  opacity: 0.9;
}

.popup.login .fb {
  --background-offset: -1144px;
  --background-hover-offset: -0px;
  margin-top: 0;
}

.popup.login .fb:hover {
  opacity: 0.9;
}

.popup.login .ok {
  --background-offset: -685px;
  --background-hover-offset: -76px;
}

.popup.login .vk {
  --background-offset: -1456px;
}

.popup.login .mm {
  --background-offset: -1299px;
}

.popup.login .pg {
  --background-offset: -990px;
  --background-hover-offset: -76px;
}

.popup.login .gl {
  --background-offset: -1819px;
  --background-hover-offset: -76px;
}

.popup.login .ap {
  --background-offset: -1972px;
  --background-hover-offset: -76px;
}

.popup.login .pg_en {
  --background-offset: -838px;
  --background-hover-offset: -76px;
}

.popup.login .appstore {
  --background-offset: -2119px;
  --background-hover-offset: -0px;
  width: 163px;
}

.popup.login .appstore:hover,
.popup.login .google:hover,
.popup.login .huawei:hover {
  opacity: 0.8;
  width: 163px;
}

.popup.login .google {
  --background-offset: -2183px;
  --background-hover-offset: -0px;
  width: 163px;
}

.popup.login .huawei {
  --background-offset: -2247px;
  --background-hover-offset: -0px;
  width: 163px;
}

.login_en_US {
  margin-top: -383px;
}

.login_ru_RU {
  margin-top: -395px;
}

.popup.login.about_popup {
  width: 250px;
}

.pm-wrapper.cc--anim .cm__desc,
.pm-wrapper.cc--anim .pm__section-desc {
  text-align: left !important;
}

.pm-wrapper.cc--anim .toggle__icon .toggle__icon-off,
.pm-wrapper.cc--anim .toggle__icon .toggle__icon-on {
  display: none !important;
}

.popup.login .block_dwld_premium .btn_premium {
  display: block;
  margin: 13px 0;
}

.popup.login .block_dwld_premium .btn_premium:hover {
  opacity: 0.95;
  cursor: pointer;
}

.popup.login .block_dwld_mob-btns {
  display: flex;
}

.popup.login .block_dwld_mob-btns .soc {
  margin: 0 6px;
}

.popup.login .block_dwld_mob-btns .soc:first-child {
  margin-left: 0;
}

.popup.login .block_dwld_mob-btns .soc:last-child {
  margin-right: 0;
}

#logout {
  width: 442px;
  height: 196px;
  margin-left: -221px;
  margin-top: -88px;
}

#logout label {
  color: #000;
  font-weight: normal;
  font-size: 24px;
  margin-top: 24px;
  line-height: 48px;
  display: block;
}

#logout a {
  display: inline-block;
  cursor: pointer;
  margin: 3px;
  width: 120px;
  height: 60px;
  text-align: center;
  border-radius: 3px;
  color: #e7e9e7;
  text-decoration: none;
  line-height: 60px;
  font-size: 20px;
  opacity: 0.9;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
}

#logout .yes {
  background: #429b3e;
}

#logout .yes:hover {
  background: #5da959;
}

#logout .no {
  background: #cf3030;
}

#logout .no:hover {
  background: #d44c4c;
}

.hidden {
  display: none !important;
}

.visibility {
  display: block !important;
}

.showed {
  display: inline-block !important;
}

.troubleshooting {
  width: 755px;
  margin: auto;
  background: #fff;
  text-align: left;
  padding: 20px 10px;
  font-size: 16px;
  margin: 10px auto;
}

.troubleshooting a {
  color: #666666;
}

.troubleshooting .copy {
  text-align: center;
}

.troubleshooting > p > img {
  vertical-align: bottom;
}

.troubleshooting > ol > li {
  padding: 10px 0;
}

.troubleshooting > ol > li > img {
  vertical-align: middle;
  padding-right: 20px;
}

.troubleshooting > ol {
  list-style: none;
}

.troubleshooting #trouble img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}

.troubleshooting #trouble h1 {
  vertical-align: top;
  line-height: 40px;
  display: inline-block;
  font-size: 180%;
}

.troubleshooting.faq ul {
  padding-left: 20px;
}

.troubleshooting.faq h1 {
  margin: 0;
  font-size: 180%;
}

.troubleshooting.faq img {
  max-width: 100%;
}

.play_troubleshooting {
  margin: 0 auto;
  height: 100%;
  cursor: pointer;
  font-weight: bold;
  overflow: hidden;
  display: block;
  width: 270px;
  height: 59px;
  margin: 20px auto;
}

.play_troubleshooting #play_now {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  height: 100%;
  cursor: pointer;
  color: #e7f5d7;
  font-size: 350%;
  font-weight: bold;
  background: url(/s/poker/css/img/btn_login_mini.png);
  background-repeat: no-repeat;
}

.play_troubleshooting #play_now:hover {
  background: url(/s/poker/css/img/btn_login_mini.png);
  background-position: 0 -59px;
  background-repeat: no-repeat;
}

@media screen {
  .wrapper.v2 {
    max-width: 34%;
    height: 100%;
  }

  .wrapper.v2 .wpc img {
    width: 70%;
    max-width: 376px;
  }

  .wrapper.v2 .cards {
    width: 90%;
  }

  .wrapper.v2 .cards a {
    margin-bottom: 20px;
    cursor: pointer;
  }

  .wrapper.v2 .slogan img {
    width: 70%;
  }
}

@media (min-height: 1600px) {
  .wrapper.v1 {
    bottom: 180px;
  }

  .wrapper.v2 {
    bottom: 0px;
  }
}

@media (min-width: 1600px) {
  .wrapper.v2 .wpc {
    padding-top: 60px;
  }

  .wrapper.v2 .cards {
    margin-top: 50%;
  }
}

@media (max-height: 1600px) {
  .wrapper {
    height: 33%;
  }

  .wrapper.v2 {
    height: 100%;
  }
}

.wrapper.v1 {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  /* height: 100%; */
  height: auto;
  justify-content: end;
}

.empty_block {
  height: 45vh;
  min-height: 275px;
}

/* .back_en .wrapper.v1 {
  height: 108%;
} */

@media (max-width: 1680px) and (max-height: 1050px) {
  .wrapper {
    padding-bottom: 145px;
    height: 20%;
  }

  .wrapper.v2 .cards {
    width: 95%;
    margin-top: 230px;
  }
}

@media (max-height: 1050px) {
  .wrapper {
    padding-bottom: 50px;
    height: 30%;
  }
}

@media (max-height: 1000px) {
  .wrapper {
    padding-bottom: 45px;
    height: 30%;
  }

  .wrapper.v2 {
    height: 100%;
  }
}

@media (max-height: 900px) {
  .back {
    background: url(/s/poker/css/img/back_v1.jpg) no-repeat center bottom;
    background-size: auto;
  }

  .back.v2 {
    background: url(/s/poker/css/img/back_v2.jpg) no-repeat 0 0;
    background-size: auto;
  }
  .empty_block {
    height: 46vh;
  }
}

@media (max-width: 1600px) and (max-height: 900px) {
  .back.v2 {
    background: url(/s/poker/css/img/back_v2.jpg) no-repeat 0 0;
    background-size: 100%;
  }

  .wrapper.v2 .wpc img {
    width: 50%;
  }

  .wrapper.v2 .cards {
    width: 95%;
    /* margin-top: 300px; */
  }
}

@media (max-width: 1440px) and (max-height: 900px) {
  .back.v2 {
    background-size: cover;
  }

  .wrapper.v2 {
    min-width: 500px;
  }

  .wrapper.v2 .cards {
    width: 100%;
    margin-top: 300px;
  }
}

@media (max-width: 1376px) and (max-height: 768px) {
  .back.v2 {
    background: url(/s/poker/css/img/back_v2.jpg) no-repeat 0 0;
    background-size: cover;
    min-height: 700px;
  }

  .wrapper.v2 .wpc {
    padding-top: 50px;
  }

  .wrapper.v2 .wpc img {
    width: 50%;
  }

  .wrapper.v2 .cards {
    width: 90%;
    margin-top: 230px;
  }

  .wrapper.v2 .cards a {
    margin-bottom: 0px;
  }

  .wrapper.v2 .slogan img {
    width: 65%;
  }
}

@media (max-width: 1280px) and (max-height: 1024px) {
  .back.v2 {
    background: url(/s/poker/css/img/back_v2.jpg) no-repeat 5% 5%;
    background-size: auto 110%;
  }

  .wrapper.v2 {
    min-width: 660px;
  }

  .play_troubleshooting {
    position: static;
    text-align: center;
    margin: 20px auto;
  }
}

@media (max-width: 1280px) and (max-height: 800px) {
  .back.v2 {
    background: url(/s/poker/css/img/back_v2.jpg) no-repeat 30% center;
    background-size: cover;
  }

  .wrapper.v2 {
    min-width: 480px;
  }

  .wrapper.v2 .wpc {
    padding-top: 60px;
  }

  .wrapper.v2 .wpc img {
    width: 65%;
  }

  .wrapper.v2 .cards {
    width: 95%;
    margin-top: 220px;
  }
}

@media (max-width: 1280px) and (max-height: 720px) {
  .back.v1 .wrapper {
    /* min-height: 276px; */
    min-height: 820px;
  }

  .back.v1.back_en .wrapper {
    min-height: 840px;
  }

  .back.v2 {
    background: url(/s/poker/css/img/back_v2.jpg) no-repeat center center;
    background-size: 100%;
    min-height: 680px;
  }

  .wrapper.v2 {
    min-width: 450px;
  }

  .wrapper.v2 .wpc {
    padding-top: 40px;
  }

  .wrapper.v2 .wpc img {
    width: 60%;
  }

  .wrapper.v2 .cards {
    margin-top: 210px;
  }
}

@media (max-width: 1240px) and (max-height: 768px) {
  .back.v2 {
    background: url(/s/poker/css/img/back_v2.jpg) no-repeat 0% center;
    background-size: auto 115%;
  }

  .wrapper.v2 .wpc img {
    width: 50%;
  }

  .wrapper.v2 {
    min-width: 520px;
    margin-left: 10px;
  }

  .wrapper.v2 .wpc {
    padding-top: 40px;
  }

  .wrapper.v2 .wpc img {
    width: 60%;
    max-width: 500px;
  }
}

@media (max-width: 1240px) and (max-height: 680px) {
  .back.v1 .wrapper {
    font-size: 0.8em;
    height: 90%;
  }

  .back.v2 .wrapper .slogan {
    font-size: 0.8em;
  }

  .back.v1 .wrapper .cards .play a.logoin_btn {
    width: 270px;
    height: 59px;
    line-height: 110%;
    background: url(/s/poker/css/img/btn_login_mini.png) no-repeat;
  }
}

@media (max-width: 1240px) and (max-height: 600px) {
  .back {
    min-height: 600px;
  }

  /* .back .wrapper {
    top: 370px;
  } */
  .back.v2 {
    background: url(/s/poker/css/img/back_v2.jpg) no-repeat center center;
    background-size: cover;
    min-height: 600px;
  }

  .wrapper.v2 {
    min-height: 600px;
    min-width: 400px;
    margin-left: 0px;
  }

  .wrapper.v2 .wpc {
    padding-top: 40px;
  }

  .wrapper.v2 .wpc img {
    width: 65%;
  }

  .wrapper.v2 .cards {
    margin-top: 200px;
  }
}

@media screen and (max-width: 1240px) {
  .wrapper.v2 .wpc img {
    width: 50%;
  }

  .wrapper .wpc img {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .back {
    background-position: center top;
    background-size: auto 80%;
  }
}

@media (min-width: 2000px) and (min-height: 1100px) {
  .wrapper.v1 {
    height: 90%;
  }
}

.faq_img {
  text-align: center;
}
