.donate-hint {
    background: #ededed;
    padding: 10px 16px;
    border-left: 3px solid #afafaf;
    margin: 10px 0;
}

.donate-inputs {
    width: 400px;
    margin: 0 0 30px 0;
    border: 1px solid #ededed;
    padding: 30px;
    border-radius: 5px;
}

.d-line {
    padding: 5px 0;
    position: relative;
}

.d-line span {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}

.d-line input[type="number"] {
    font-size: 18px;
    padding: 8px 20px 7px 20px;
}

.d-line input[type="submit"] {
    margin-bottom: 0;
}

.donate-status {
    border-left: 3px solid;
    padding: 15px;
    margin-bottom: 30px;
    font-size: 16px;
}

.donate-status.success {
    border-color: #4CAF50;
    background-color: #e2f5cc;
    color: #4c9c4f;
    margin-bottom: 20px;
}

.donate-status.fail {
    border-color: #F44336;
    background-color: #ffe7d4;
    color: #F44336;
}

.donate-action {
    border-left: 3px solid;
    padding: 15px;
    margin-bottom: 30px;
    font-size: 14px;
    border-color: #bda011;
    background-color: #fcffd3;
    color: #bda011;
}

.donate-btn {
    margin-bottom: 40px;
    background: #89c34a;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.donate-btn:hover {
    opacity: 0.8;
    color: #fff;
}

.donate-eq {
    color: #797979;
    position: absolute;
    right: 45px;
    top: calc(50% - 5px);
    user-select: none;
}

.payment-list {
    display: flex;
    margin-bottom: 20px;
}

.payment-item {
    width: 110px;
    border: 2px solid #ededed;
    border-radius: 4px;
    margin-right: 4px;
    padding: 5px;
    cursor: pointer;
}

.payment-item.selected {
    border: 2px solid #3b55e6;
}

.payment-list .payment-item:last-child {
    margin-right: 0;
}

.payment-item .p-img {
    display: block;
    width: 100%;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.payment-item .p-title {
    text-align: center;
    font-size: 12px;
    line-height: normal;
    white-space: nowrap;
    user-select: none;
}

.payment-item.p-card .p-img {background-image: url('../img/payments/debit-card.png');}
.payment-item.p-qiwi .p-img {background-image: url('../img/payments/qiwi.png');}
.payment-item.p-sbp .p-img {background-image: url('../img/payments/sbp.png');}
.payment-item.p-tpay .p-img {background-image: url('../img/payments/payment-tpay.svg');}

.donate-alt {
    background: url(../img/icons/warning_icon.svg) no-repeat 15px 15px #fffcdf;
    font-size: 13px;
    line-height: normal;
    padding: 10px 15px 10px 50px;
    margin: -10px 0 20px;
    border-radius: 4px;
    width: 400px;
}

.val-list {
    border: 1px solid #ededed;
    font-size: 14px;
    padding: 8px 15px 0 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.val-list span {
    font-size: 16px;
}

.val-list i {
    font-style: normal;
    width: 90px;
    display: inline-block;   
}

#ambers_calc, #ambers_now {
    background: url(../img/icons/amber-24.png) no-repeat;
    display: inline-block;
    padding-left: 30px;
}

#tc_calc, #tc_now {
    background: url(../img/icons/tc_medium.svg) no-repeat;
    display: inline-block;
    padding-left: 30px;
    background-size: contain;
}

@media screen and (max-width: 640px) {
    .donate-inputs {
        width: 100%;
    }
}