#appstore,
#googleplay {
  display: block;
  height: 40px;
  width: 135px;
}

#googleplay {
  position: absolute;
  bottom: 36px;
  left: 170px;
}

#appstore::after {
  content: "";
  background-image: url(/images/appStore.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
  margin-top: 20px;
}

#googleplay::after {
  content: "";
  background-image: url(/images/googlePlay.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
}

.TabContent .Deposit, .TabContent .Withdraw {
  position: relative;
}

.Header {
    z-index:7 !important;
}

.TabContent .Deposit .info-card .link, .TabContent .Withdraw .info-card .link {
  color: #f6cb30;
  text-decoration: unset;
}

.DepositForm .info-card[data-active='265'] .payment-text::after {
    content: "";
    background-image: url(/resources/sitepics/lobby/payments/rayPay/rayPay_USD_out.png);
    background-repeat: no-repeat;
    background-size: 140px;
    display: block;
    height: 28px;
    margin-top: 20px;
}  

.TabContent .Deposit .PaymentSystems .payment-system:nth-child(1) {
  order:3;
}
.TabContent .Deposit .PaymentSystems .payment-system:nth-child(2) {
  order:2;
}
.TabContent .Deposit .PaymentSystems .payment-system:nth-child(3) {
  order:1;
}
.TabContent .Withdraw .PaymentSystems .payment-system :nth-child(1) {
  order:2;
}
.TabContent .Withdraw .PaymentSystems .payment-system :nth-child(2) {
  order:1;
}

.TabContent .Withdraw .PaymentSystems .payment-system p,
.TabContent .Deposit .PaymentSystems .payment-system p {
  display: none !important;
}