.step {
    font-family: "Helvetica Neue", Arial, sans-serif;
    background: rgb(234, 235, 239);
    background: -o-radial-gradient(circle, rgba(234, 235, 239, 1) 0%, rgba(240, 243, 255, 1) 23%, rgba(255, 255, 255, 1) 100%);
    background: radial-gradient(circle, rgba(234, 235, 239, 1) 0%, rgba(240, 243, 255, 1) 23%, rgba(255, 255, 255, 1) 100%);
}

.step * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.step__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.step__content {
    max-width: 100%;
    word-wrap: break-word;
}

.step__info {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
}

@media screen and (max-width: 420px) {
    .step__info {
        padding: 20px 10px;
    }
}

.step__title {
    color: #255296 !important;
    font-weight: 900 !important;
    font-size: 42px !important;
    line-height: 1 !important;
    margin: 0 0 20px 0 !important;
}

@media screen and (max-width: 991px) {
    .step__title {
        font-size: 32px !important;
    }
}

@media screen and (max-width: 575px) {
    .step__title {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 420px) {
    .step__title {
        font-size: 18px !important;
    }
}

.step__text {
    color: #d61414 !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 45px !important;
}

@media screen and (max-width: 991px) {
    .step__text {
        font-size: 28px !important;
        line-height: 32px !important;
    }
}

@media screen and (max-width: 575px) {
    .step__text {
        font-size: 20px !important;
        line-height: 26px !important;
    }
}

@media screen and (max-width: 420px) {
    .step__text {
        font-size: 15px !important;
        line-height: 21px !important;
    }
}

.step__info_num_3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    width: 45%;
    padding-left: 40px;
    min-height: 300px;
}

@media screen and (max-width: 575px) {
    .step__info_num_3 {
        padding-left: 20px;
        min-height: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        width: 50%;
    }
}

.step__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
    background-color: #fff;
}

.step__deposit {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 420px) {
    .step__deposit {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        max-width: 160px;
        min-width: 160px;
    }
}

.step__balance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    width: 55%;
    padding: 80px 0;
    margin: auto;
}

@media screen and (max-width: 575px) {
    .step__balance {
        padding: 40px 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        width: 50%;
    }
}

@media screen and (max-width: 420px) {
    .step__balance {
        max-width: 150px;
    }
}

.step img {
    max-width: 100%;
    margin: 0 !important;
}

.balance-card {
    background-color: #fff;
    padding: 20px 10px;
}

@media screen and (max-width: 575px) {
    .balance-card {
        padding: 10px;
    }
}

.balance-card__title {
    font-weight: 800 !important;
    text-transform: uppercase;
    color: #85a1ac !important;
    line-height: 1 !important;
    margin: 0 0 30px 0 !important;
    font-size: 20px !important;
}

@media screen and (max-width: 991px) {
    .balance-card__title {
        font-size: 17px !important;
    }
}

@media screen and (max-width: 575px) {
    .balance-card__title {
        font-size: 12px !important;
        margin: 0 0 15px 0 !important;
    }
}

@media screen and (max-width: 420px) {
    .balance-card__title {
        font-size: 9px !important;
        margin: 0 0 10px 0 !important;
    }
}

.balance-card__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.balance-card__icon {
    width: 90px;
    height: 90px;
    background-color: #2cc5d4;
    padding: 30px;
}

@media screen and (max-width: 991px) {
    .balance-card__icon {
        width: 70px;
        height: 70px;
        padding: 20px;
    }
}

@media screen and (max-width: 575px) {
    .balance-card__icon {
        width: 50px;
        height: 50px;
        padding: 15px;
    }
}

@media screen and (max-width: 420px) {
    .balance-card__icon {
        width: 30px;
        height: 30px;
        padding: 10px;
    }
}

.balance-card__icon svg {
    width: 30px;
    height: 30px;
    margin: auto;
    display: block;
}

@media screen and (max-width: 991px) {
    .balance-card__icon svg {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 575px) {
    .balance-card__icon svg {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 420px) {
    .balance-card__icon svg {
        width: 10px;
        height: 10px;
    }
}

.balance-card__info {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 420px) {
    .balance-card__info {
        margin-left: 5px;
    }
}

.balance-card__currency {
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #85a1ac !important;
    font-size: 20px !important;
    line-height: 1 !important;
    margin: 0 !important;
}

@media screen and (max-width: 991px) {
    .balance-card__currency {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 575px) {
    .balance-card__currency {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 420px) {
    .balance-card__currency {
        font-size: 8px !important;
    }
}

.balance-card__summ {
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #334b5c !important;
    font-size: 45px !important;
    line-height: 1 !important;
    margin: 15px 0 0 !important;
}

@media screen and (max-width: 991px) {
    .balance-card__summ {
        font-size: 35px !important;
    }
}

@media screen and (max-width: 575px) {
    .balance-card__summ {
        font-size: 25px !important;
        margin: 8px 0 0 !important;
    }
}

@media screen and (max-width: 420px) {
    .balance-card__summ {
        font-size: 15px !important;
        margin: 5px 0 0 !important;
    }
}