body{
    -webkit-user-select: initial;
}
.footer{
    display: none;
}
.pay-phone-list-wrap{
    padding-bottom: 90px;
}
.pay-phone-list tr{
    position: relative;
}
td{
    position: relative;
}

tr:not(:last-child) td:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 1px;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    background-color: #dce1e8;

}
.pay-phone-list tr td:first-child{
    padding: 12px 0px 0 12px;
    width: 111px;
    font-size: 15px;
    line-height: 22px;
    color: #3bbaff;
    text-align: left;
    vertical-align: top;
}
.pay-phone-list tr td:nth-child(2){
    padding: 12px 12px 17px 0;
}
.pay-phone-list-text{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #030303;
}
.pay-phone-list-text:not(:first-child){
    margin-top: 3px;
}
.pay-phone-list-ps{
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #98a1a8;
}
.open{
    margin-left: 2px;
    color: #4788d8;
}
.pay-service-btn{
    display: none;
}