.action__button-content:after, .deposit-balance__amount:after, .deposit-form__container:after, .deposit-recent__body-item:after, .deposit-recent__head-item:after, .lobby-account:after, .lobby-account__balance:after, .lobby-games:after, .lobby-menu:after, .report-body__tabs:after, .report-table__body-item:after, .report-table__head-item:after, .tnc-action:after {
  content: "";
  clear: both;
  display: table
}

.action__button, .deposit-header, .faq-header, .lobby-account, .lobby-header, .lobby-menu, .promotion-header, .report-header, .tnc-header {
  background-repeat: repeat-x;
  background-size: contain
}

.deposit-header, .faq-header, .lobby-header, .promotion-header, .report-header {
  background-image: url("img/bg/header.jpg");
  padding: 20px 30px;
  text-align: center;
  position: relative;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 2
}

.deposit-header__back, .faq-header__back, .promotion-header__back, .report-header__back {
  position: absolute;
  top: 21px;
  left: 30px;
  height: 24px
}

.deposit-header__back-icon, .faq-header__back-icon, .promotion-header__back-icon, .report-header__back-icon {
  height: 24px;
  width: auto
}

.deposit-header__title, .faq-header__title, .promotion-header__title, .report-header__title {
  color: #eae19a
}

.deposit-header__menu, .faq-header__menu, .lobby-header__menu, .promotion-header__menu, .report-header__menu {
  position: absolute;
  top: 21px;
  right: 30px;
  height: 26px
}

.deposit-header__menu-icon, .faq-header__menu-icon, .lobby-header__menu-icon, .promotion-header__menu-icon, .report-header__menu-icon {
  height: 24px;
  width: auto
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

a {
  text-decoration: none
}

h2 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  color: #707070
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent
}

.site-container {
  width: 100%;
  height: 100%;
  max-width: 414px;
  min-height: 100vh;
  background: black;
  position: relative;
  margin-left: 0px;
  -webkit-transition: margin-left 0.2s ease-out;
  -o-transition: margin-left 0.2s ease-out;
  transition: margin-left 0.2s ease-out
}

.site-container_menu {
  margin-left: -120px
}

.action {
  position: fixed;
  bottom: 0px;
  width: 100%
}

.action__button {
  width: 100%;
  background-image: url("img/bg/telegram.png");
  padding: 20px;
  text-align: center;
  height: 70px
}

.action__button-content {
  display: inline-block
}

.action__button-text {
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  color: #eae19a;
  float: left
}

.action__button-icon {
  width: auto;
  height: 30px;
  float: left;
  margin-right: 20px
}

.action__bottom {
  width: 100%;
  background: black;
  height: 20px
}

.tnc-header {
  background-image: url("img/bg/header.jpg");
  padding: 20px 0px;
  text-align: center;
  position: fixed;
  top: 0px;
  width: 100%
}

.tnc-header__title {
  color: #eae19a
}

.tnc-body {
  padding: 86px 20px 20px 20px
}

.tnc-content__text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #e5e5e5;
  margin-bottom: 20px
}

.tnc-content__text_bold {
  font-weight: 700
}

.tnc-action {
  margin-top: 40px
}

.tnc-action__decline {
  float: left;
  width: 50%;
  padding-right: 5px
}

.tnc-action__decline-button {
  background-color: transparent;
  background-image: url("img/btn/red.png");
  background-size: 100% 100%;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #e5e5e5
}

.tnc-action__decline-button:active {
  background-image: url("img/btn/red-active.png")
}

.tnc-action__accept {
  float: left;
  width: 50%;
  padding-left: 5px
}

.tnc-action__accept-button {
  background-color: transparent;
  background-image: url("img/btn/blue.png");
  background-size: 100% 100%;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #e5e5e5
}

.tnc-action__accept-button:active {
  background-image: url("img/btn/blue-active.png")
}

.faq-body {
  padding: 66px 0px 20px 0px
}

.faq-content__container {
  padding: 0px 20px;
}

.faq-content .faq-content__question-bg {
  display: block;
}

.faq-content .faq-content__container {
  display: none;
}

.faq-content_active .faq-content__question-bg {
  display: none;
}

.faq-content_active .faq-content__container {
  display: block;
}

.faq-content__question-bg {
  background-image: url('img/bg/faq-header.jpg');
  background-repeat: repeat-x;
  background-size: contain;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #eae19a;
  padding: 20px;
  padding-left: 33px;
  text-indent: -13px;
}

.faq-content__question {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #eae19a;
  padding-left: 13px;
  text-indent: -13px;
  margin-top: 30px;
  margin-bottom: 20px
}

.faq-content__answer {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #e5e5e5;
  padding-left: 15px;
  text-indent: -15px;
  padding-bottom: 20px;
}

.faq-content:last-of-type {
  margin-bottom: 90px
}

.faq-content:last-of-type .faq-content__answer {
  border: none
}

.menu {
  position: fixed;
  top: 0px;
  right: 0px;
  background-color: #00253c;
  width: 0px;
  height: 100vh;
  overflow-y: auto;
  overflow-y: overlay;
  padding-top: 15px;
  padding-bottom: 105px;
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out
}

.menu_opened {
  width: 120px
}

.menu-item {
  padding: 15px 0px;
  width: 100%;
  text-align: center
}

.menu-item__img {
  height: 30px;
  width: auto
}

.menu-item__text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #eae19a
}

.deposit-body {
  padding-top: 66px
}

.deposit-balance {
  padding: 30px 0px;
  text-align: center
}

.deposit-balance__name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #eae19a;
  margin-bottom: 20px
}

.deposit-balance__amount {
  display: inline-block
}

.deposit-balance__amount-img {
  height: 20px;
  width: auto;
  margin-top: 3px;
  margin-right: 10px;
  float: left
}

.deposit-balance__amount-copyimg {
  height: 20px;
  width: auto;
  padding-top: 5px;
  padding-left: 5px;
  float: center
}

.deposit-balance__amount-container {
  float: left;
  position: relative;
  width: 110px
}

.deposit-balance__amount-border {
  height: 25px;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0px
}

.deposit-balance__amount-number {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #e5e5e5;
  position: absolute;
  right: 10px;
  top: 3px
}

.deposit-form {
  padding: 20px 12%;
  background-color: #00253c;
  text-align: center
}

.deposit-form__container {
  margin-bottom: 20px
}

.deposit-form__label {
  float: left;
  width: 20%;
  padding-right: 30px;
  padding-top: 5px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #eae19a
}

.deposit-form__input {
  float: left;
  width: 80%;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 409;
  color: black;
  border: none;
  border-radius: 3px
}

.deposit-form__submit {
  background-color: transparent;
  background-image: url("img/btn/blue.png");
  background-size: 100% 100%;
  padding: 10px 0px;
  text-align: center;
  width: 150px;
  font-size: 10pt;
  line-height: 20px;
  font-weight: 700;
  color: #eae19a
}

.deposit-form__submit:active {
  background-image: url("img/btn/blue-active.png")
}

.deposit-recent__title {
  padding: 30px 0px;
  text-align: center;
  font-size: 12pt;
  line-height: 20px;
  font-weight: 700;
  color: #e5e5e5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0.3)), color-stop(50%, #000000), to(#000000));
  background: -webkit-linear-gradient(top, rgba(217, 217, 217, 0.3) 0%, #000000 50%, #000000 100%);
  background: -o-linear-gradient(top, rgba(217, 217, 217, 0.3) 0%, #000000 50%, #000000 100%);
  background: linear-gradient(to bottom, rgba(217, 217, 217, 0.3) 0%, #000000 50%, #000000 100%)
}

.deposit-recent__head {
  padding: 0px 30px
}

.deposit-recent__head-item {
  border-bottom: 1px solid #ecca01
}

.deposit-recent__head-col {
  float: left;
  width: 50%;
  font-size: 10pt;
  line-height: 16px;
  font-weight: 700;
  color: #eae19a;
  padding: 10px 0px;
  text-align: center
}

.deposit-recent__body {
  padding: 0px 30px;
  margin-bottom: 30px
}

.deposit-recent__body-item {
  border-bottom: 1px solid #252525
}

.deposit-recent__body-col {
  float: left;
  width: 50%;
  font-size: 10pt;
  line-height: 16px;
  font-weight: 400;
  color: #e5e5e5;
  padding: 15px 0px;
  text-align: center
}

.deposit-recent__view-more {
  text-align: center
}

.deposit-recent__view-more-text {
  font-size: 10pt;
  line-height: 16px;
  font-weight: 400;
  color: white
}

.lobby-header {
  padding: 10px 30px;
  height: 66px;
}

.lobby-header__logo {
  height: 46px;
  width: auto
}

.lobby-body {
  height: 100%;
  min-height: 100vh;
  padding-top: 66px;
}

.lobby-slider {
  height: 150px;
  width: 100%
}

.lobby-slider__img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.lobby-account {
  padding: 15px 30px;
  background-image: url("img/bg/header.jpg")
}

.lobby-account__name {
  float: left;
  width: 50%;
  font-size: 12pt;
  line-height: 20px;
  font-weight: 700;
  color: #eae19a;
  margin-top: 2px
}

.lobby-account__balance {
  display: inline-block;
  float: right
}

.lobby-account__balance-img {
  height: 20px;
  width: auto;
  margin-top: 3px;
  margin-right: 10px;
  float: left
}

.lobby-account__balance-copyimg {
  height: 20px;
  width: auto;
  padding-top: 5px;
  padding-left: 5px;
  float: center
}

.lobby-account__balance-container {
  float: left;
  position: relative;
  width: 110px
}

.lobby-account__balance-border {
  height: 25px;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0px
}

.lobby-account__balance-number {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #e5e5e5;
  position: absolute;
  right: 10px;
  top: 3px
}

.lobby-menu {
  background-image: url("img/bg/game-icon.jpg");
  padding: 15px 25px
}

.lobby-menu__item {
  float: left;
  width: 25%;
  text-align: center;
  padding: 5px
}

.lobby-menu__item-img {
  height: 30px;
  width: auto
}

.lobby-menu__item-text {
  font-size: 10pt;
  line-height: 16px;
  font-weight: 700;
  color: #e5e5e5
}

.lobby-games {
  background-image: url("img/bg/game.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 36.5vh;
  width: 100%;
  padding: 23px
}

.lobby-games__item {
  float: left;
  width: 50%;
  padding: 7px
}

.lobby-games__img {
  width: 100%;
  height: auto
}

.promotion-body {
  padding-top: 66px;
  padding-bottom: 90px
}

.promotion-body__comingsoon-img {
  background-image: url("img/bg/comingsoon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50px;
  min-height: 100vh;
}

.promotion-body__item-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: auto
}

.promotion-body__item-detail {
  padding: 0px 30px 0px 20px
}

.promotion-body__item-title {
  font-size: 12pt;
  line-height: 20px;
  font-weight: 700;
  color: #eae19a;
  margin: 10px 0px
}

.promotion-body__item-info {
  font-size: 10pt;
  line-height: 16px;
  font-weight: 400;
  color: #e5e5e5;
  margin-bottom: 20px
}

.promotion-body__item-action {
  position: relative;
  text-align: center;
  margin-bottom: 30px
}

.promotion-body__item-buy {
  background-color: transparent;
  background-image: url("img/btn/blue.png");
  background-size: 100% 100%;
  padding: 10px 0px;
  text-align: center;
  width: 40%;
  max-width: 150px;
  font-size: 12pt;
  line-height: 20px;
  font-weight: 700;
  color: #e5e5e5
}

.promotion-body__item-buy:active {
  background-image: url("img/btn/blue-active.png")
}

.promotion-body__item-more {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 10pt;
  line-height: 16px;
  font-weight: 700;
  color: #eae19a
}

.report-body {
  padding-top: 66px;
  padding-bottom: 90px
}

.report-body__date {
  padding: 30px 0px 20px 0px;
  text-align: center;
  font-size: 12pt;
  line-height: 20px;
  font-weight: 700;
  color: #e5e5e5
}

.report-body__tabs {
  padding: 0px 20px;
  margin-bottom: 20px
}

.report-body__tabs-item {
  float: left;
  width: 50%;
  text-align: center;
  padding: 10px;
  background-color: #00253c;
  font-size: 12pt;
  line-height: 20px;
  font-weight: 700;
  color: #e5e5e5
}

.report-body__tabs-item_active {
  background-color: #004b79
}

.report-table__head {
  padding: 0px 20px
}

.report-table__head-item {
  border-bottom: 1px solid #ecca01
}

.report-table__head-col {
  float: left;
  width: 30%;
  font-size: 10pt;
  line-height: 16px;
  font-weight: 700;
  color: #eae19a;
  padding: 10px 0px;
  text-align: center
}

.report-table__head-col_date {
  width: 40%
}

.report-table__head-col_game {
  width: 50%
}

.report-table__body {
  padding: 0px 20px;
  margin-bottom: 30px
}

.report-table__body-item {
  border-bottom: 1px solid #252525
}

.report-table__body-col {
  float: left;
  width: 30%;
  font-size: 10pt;
  line-height: 16px;
  font-weight: 400;
  color: #e5e5e5;
  padding: 15px 0px;
  text-align: center
}

.report-table__body-col_date {
  width: 40%
}

.report-table__body-col_game {
  width: 50%
}

.report-table__body-col_plus {
  color: #5cdb08
}

.report-table__body-col_minus {
  color: #ec5151
}

.report-table__view-more {
  text-align: center
}

.report-table__view-more-text {
  font-size: 10pt;
  line-height: 16px;
  font-weight: 400;
  color: white
}

.signin {
  width: 100%;
  height: 100%;
  max-width: 414px;
  min-height: 100vh;
  background-image: url("img/bg/signin.jpg");
  background-size: cover;
  background-position: center;
  position: relative
}

.signin__logo {
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.signin__button {
  width: 50%;
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-tap-highlight-color: transparent
}

.signin__button-img {
  width: 100%;
  height: auto;
  display: block
}

.signin__button-img_active {
  display: none
}

.signin__button:active .signin__button-img {
  display: none
}

.signin__button:active .signin__button-img_active {
  display: block
}

.shifting-header {
  left: 0px;
  -webkit-transition: left .2s ease-out;
  -o-transition: left .2s ease-out;
  transition: left .2s ease-out;
}

.shifting-header_menu {
  left: -120px;
}