/*money balance*/
.balance-converter{
 display: block;
 width: 100%;
 margin: 0 auto;
 text-align: center;
}
.balance-converter .block-converter{
 background: orange;
 width: 22%;
 padding: 1%;
 display: inline-block;
 text-align: left;
 border: 1px solid orange;
 position: relative;
 margin: 1px;
}
.balance-converter .block-converter .name-converter{
 display: block;
 font-size: 14px;
 color: #fff;
}
.balance-converter .block-converter .value-converter{
 position: absolute;
 top: 0;
 right: 0;
 width: 59%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 14px;
 color: #fff;
 background: #333;
}
/*money balance*/
/*новая форма выплат*/
.PMFormBlock{
 width: 100%;
 display: block;
 margin: 0 auto;
 padding: 0;
}
.PMFormBlock form{
 display: inline-block;
 vertical-align: top;
 margin: 5px;
 padding: 5px;
 background: rgb(255,199,0,.3);
}
.WalletForm{
 max-width: 230px;
 min-width: 180px;
 background: linear-gradient(to right, #222, #111);
 border-radius: 10px;
 color:#fff;
}
.PayWalletLogo{
 display: block;
 width: 85%;
 margin: 0 auto;
}
.PWWallet{
 display: block;
 text-align: center;
 margin: 5px auto;
 font-size: 14px;
}
.PWbtn{
 display: block;
 margin: 5px auto;
 width: 90%;
 background: linear-gradient(to right, #ebd534, orange);
 font-size: 18px;
 text-transform: uppercase;
 cursor: pointer;
 border: 0;
 border-radius: 10px;
 padding: 10px 0;
 text-shadow: 1px 1px 2px #000;
}
.PWbtn:hover{
 background: linear-gradient(to right, #46a64a, #027307);
}
.PWform{
 font-size: 14px;
 padding: 5px 5px;
 width: calc(90% - 10px);
 background: #fff;
 border: 1px solid #000;
 text-align: center;
 border-radius: 5px;
}
.WFrow{
 width: 100%;
 display: block;
 margin: 0 auto;
}
.WFRBlock{
 display: inline-block;
 margin: 0;
 width: 47%;
 text-align: center;
 font-size: 12px;
}
.PWbtnC{
 display: block;
 margin: 5px auto;
 width: 90%;
 background: linear-gradient(to right, #484d4a, #242624);
 font-size: 18px;
 text-transform: uppercase;
 cursor: not-allowed;
 border: 0;
 border-radius: 10px;
 padding: 10px 0;  
 text-shadow: 0 0 1px #000;
}
.comission{
 display: block;
 font-size: 12px;
 text-align: right;
 margin: 0 auto;
 width: 90%;
}