.payme-dialog{width:800px;max-width: 100%;min-height: 100px;background-color: #fff;margin: 0 auto;}
.payme-dialog-logo{height: 60px;margin: 10px 0 0 20px;}
.payme-dialog-steps{font-size: 12px;line-height: 1.2;text-align: left;padding: 20px;}
.payme-dialog-steps-box{display: flex;align-items: center;margin-top: 15px;}
.payme-dialog-steps-item{width: 33.2%;display: flex;align-items: center;}
.payme-dialog-steps-item .number{width: 25px;height: 25px;text-align: center;line-height: 25px;border-radius: 50%;background: #888;color: #fff;margin-right: 5px;}
.payme-dialog-steps-item .text{width: calc(100% - 30px);}

@media (max-width: 480px) {
    .payme-dialog-steps-box{display: block}
    .payme-dialog-steps-item{width: 100%}
}