.payment{
    background: url(../images/img_bg_banner.svg), var(--black);
    @media (max-width: 700px) {
        padding: 0 20px;
    }
}
.page-title{
    color: var(--white, #FFF);
    font-size: 48px;
    font-weight: 700;
    line-height: 67px;
    text-transform: uppercase;
    @media (max-width: 600px) {
        font-size: 20px;
    }
}
.payment-text{
    color: var(--white, #FFF);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    @media (max-width: 600px) {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
.payment_input-group{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    @media (max-width: 600px) {
        flex-direction: column;
        max-width: 300px;
    }

}
.payInp{
    padding: 8px 12px;
    color: var(--white, #FFF);
    font-size: 14px;
    outline: none;
    font-weight: 400;
    line-height: 20px;
    border-radius: 6px;
    border: 1px solid var(--white, #FFF);
    background: transparent;
}
.payInp::placeholder{
    color: var(--white, #FFF);
    font-size: 14px;
}
.checks__pay{
    user-select: none;
    cursor: pointer;
}
.input-hide {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    opacity: 0;
}
.checks__pay span {
    display: block;
    font-weight: 400;
    color: #535353;
    padding: 9px 17px;
    background: rgba(186, 186, 186, .16);
    border-radius: 2px;
    font-size: 16px;
    line-height: 130%;
}
.checks__pay .input-hide:checked + span {
    background: rgba(43, 211, 130);
    color: #232323;
}
.payment-new-input-block{
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin-bottom: 20px;
}
.app-form__select{
    padding: 8px 12px;
    color: var(--white, #FFF);
    font-size: 14px;
    outline: none;
    font-weight: 400;
    line-height: 20px;
    border-radius: 6px;
    border: 1px solid var(--white, #FFF);
    background: transparent;
}
.usluga{
    display: none;
}
.payment_input-group.usluga{
    flex-direction: column;
    max-width: 400px;
    gap: 0;
}
.app-form__select option{
    background: #232323;
}
.input-t{
    max-width: 250px;
    width: 100%;
}
.form__btn__pay{
    padding: 10px 20px;
    color: var(--white, #FFF);
    background: var(--green-gradient, linear-gradient(90deg, #11998E 0%, #38EF7D 100%));
    font-weight: 700;
    line-height: 24px;
    border-radius: 10px;
}
.payment .banner_form_text{
    padding-top: 20px;
    font-size: 14px;
    max-width: 325px;
}
.payment .banner_form_text a{
    color: rgba(43, 211, 130);
}