.payment-form {
    font-family: 'sfont',Arial,sans-serif;
    font-size: 16px;
}

.payment-form-account {
    font-family: 'sfont',Arial,sans-serif;
    margin: 0 20px 20px 0;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 200px;
}

.payment-form-sum, .payment-form-button {
    font-family: 'sfont',Arial,sans-serif;
    margin: 0 20px 20px 0;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 200px;
}

.payment-form-button {
    width: 120px;
	background-color: #15a983;
	color: #ffffff;
    margin: 0 20px 20px 0;
    text-align: center;
    height: 60px;
    border: 4px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 700;
    cursor: pointer;
}

.payment-form-button:hover {
	background-color: #000000;
	color: #ffffff;
}