.deposit {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 70px 0 184px
}

.deposit__bank {
    font-size: .875rem;
    line-height: 1.2
}

.deposit__bank td,
.deposit__bank th {
    height: 38px;
    padding: 6px 10px
}

.deposit__bank th {
    color: #303030;
    font-weight: 600
}

.deposit__bank td {
    color: #6c6c6c
}

.deposit-mango {
    max-width: 320px;
    width: 100%
}

.deposit-mango__label {
    color: #303030;
    font-size: .8125rem;
    line-height: 1.2;
    text-align: center
}

.deposit-mango__field {
    margin-top: 32px;
    width: 100%
}

.deposit-mango__btn {
    margin-top: 42px;
    width: 100%
}