.step_wrapper{
    margin: 0 auto;
    padding: 12px 16px;
    width: 100%;
}
.steps_blocks{
    align-items: stretch;
    gap: 20px;
    min-height: 97vh;
}
.step_first_block{
    flex-direction: column;
    gap: 60px;
    background-color: var(--brandGray);
    border-radius: 8px;
    width: 48%;
    justify-content: start;
    align-items: start;
    padding: 45px 100px 45px 140px;
}
.back_link{
    gap: 18px;
    color: var(--white);
    font-size: var(--twenty);
    justify-content: start;
}
.step_logo{
    max-width: 125px;
}
.app_step{
    min-width: fit-content;
    flex-direction: column;
    gap: 8px;
}
.steps_sp{
    color: #D0DBE3;
    font-size: var(--sixteen);
}
.step_radio{
    z-index: 1;
    justify-content: center;
    background-color: #D0DBE3;
    min-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.active_step{
    display: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--brandGray);
}
.done_prev_page{
    display: none;
}
.done_prev .done_prev_page{
    display: flex;
}
.done_prev .step_radio, .active_step_blck .step_radio{
    background-color: var(--white);
}
.done_prev .steps_sp{
    color: var(--white);
}
.step_line{
    width: 136px;
    margin: -30px -10px 0 -15px;
    border-bottom: 4px solid #D0DBE3;
}
.where_step_are {
    justify-content: start;
}
.step_line_done{
    border-color: var(--white);
}
.active_step_blck .active_step{
    display: flex;
} 
.active_step_blck .step_radio{
    width: 40px;
    height: 40px;
}
.owner_details_form{
    justify-content: center;
    margin: 0 auto;
    max-width: 612px;
    flex-direction: column;
    gap: 14px;
}
.owner_title{
    margin-bottom: 16px;
    font-size: 30px;
    font-family: 'Inter-SemiBold';
}
.inps_{
    background-color: transparent;
    font-size: var(--forteen);
    border-radius: 4px;
    border: 2px solid rgba(40, 40, 40, 0.20);
    font-family: 'Inter-Medium';
}
.inps_:focus{
    border-color: var(--brandGray);
}
.inps_::placeholder{
    color: rgba(40, 40, 40, 0.20);
}
.owner_details_form .inps_{
    padding: 20px;
}
.for_mailing_rel{
    position: relative;
}
.mailling_info{
    font-size: var(--forteen);
    color: var(--brandGray);
    font-family: 'Inter-Bold';
    position: absolute;
    right: 20px;
    top: 20px
}
.for_mailing_rel .inps_{
    padding-right: 130px;
}
.next_step_btn{
    cursor: pointer;
    padding: 25px;
    background-color: var(--brandGray);
    border-radius: 4px;
    color: var(--white);
    font-size: var(--eighteen);
    margin-top: 16px;
    text-align: center;
    text-transform: uppercase;
}
.next_step_btn:hover{
    color: var(--white);
    background-color: var(--brandGrayBold);
}
.next_grey_btn{
    cursor: pointer;
    color: var(--brandGray);
    background-color: #D0DBE3;
}
.radio_lab{
    align-self: flex-start;
    justify-content: start;
    gap: 10px;
    cursor: pointer;
}
.checko_, .checko_ input, .checkbox_form {
    width: 18px;
    height: 18px;
    aspect-ratio: 1 / 1;
}
.choose_radio{
    font-size: var(--forteen);
    color: rgba(40, 40, 40, 0.20);
}
.checkbox_form {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--brandGray);
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 0;
}
.checko_svg {
    width: 60%;
    background-color: var(--brandGray);
    aspect-ratio: 1 / 1;
    display: none;
    border-radius: 50%;
}
.checko_ input:checked~.checkbox_form .checko_svg {
    display: flex;
}
.checko_ input {
    opacity: 0;
    z-index: 2;
    position: absolute;
    cursor: pointer;
}
.step_three_section .next_step_btn, 
.step_three_section .owner_title{
    margin: 0;
}
.add_new_details_block{
    font-size: var(--eighteen);
    color: var(--brandGray);
    justify-content: start;
    gap: 28px;
}
.plus_svg{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--brandGray);
    justify-content: center;
}
.saved_lic{
    gap: 20px;
    font-family: 'Inter-Bold';
    font-size: var(--twenty);
    color: var(--brandGray);
}
.edit_saved{
    cursor: pointer;
    margin-left: auto;
    font-size: var(--twenty);
    font-family: 'Inter-Bold';
    color: var(--brandGray);
}
.edit_saved:hover, .add_new_details_block:hover{
    text-decoration: underline;
}
.form_start{
    justify-content: start;
}
.step_white_title{
    font-size: 32px;
    color: var(--white);
    font-family: 'Inter-Regular';
    font-weight: 300;
}
.step_first_block .saved_lic{
    max-width: 460px;
    color: var(--white);
}
.price_{
    min-width: fit-content;
    font-size: var(--fontTwentyTwo);
    color: var(--white);
    margin-left: auto;
}
.or_pay_blck{
    gap: 10px;
    margin: 20px 0;
}
.or_pay_sp{
    min-width: fit-content;
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.20);
}
.line_grey{
    border-bottom: 1px solid rgba(40, 40, 40, 0.20);
}
.card_inf_sp{
    color: rgba(40, 40, 40, 0.60);
    align-self: flex-start;
    font-size: var(--eighteen);
}
.inp_rel_cards{
    position: relative;
}
.card_types_ch{
    position: absolute;
    gap: 4px;
    top: 22px;
    right: 20px;
}
.choose_your_card_typ {
    width: 24px;
    height: 15px;
}
.mmyy_inp{
    border-radius: 4px 0 0 4px;
}
.cvc_inp{
    border-radius: 0 4px 4px 0;
    border-left-color: transparent;
}
.cvc_inp:focus{
    border-left-color: var(--brandGray);
}
.title_drps{
    cursor: pointer;
}
.country_drp{
    position: relative;
}
.choose_country_drp{
    position: absolute;
    top: 100%;
    gap: 10px;
    padding: 0 12px;
    height: 0;
    border: 2px solid transparent;
    overflow: hidden;
    border-radius: 4px;
    flex-direction: column;
    background-color: var(--white);
}
.choose_country_drp_active {
    padding: 12px;
    height: auto;
    max-height: 200px;
    overflow: auto;
    border-color:rgba(40, 40, 40, 0.20);
}
.your_country{
    font-size: var(--sixteen);
    cursor: pointer;
}
.your_country:hover{
    color: var(--brandGray);
}
.two_inps_blck{
    align-items: start;
}
.error_message{
    align-self: flex-start;
    color: red;
    font-size: 12px;
}
.lab_inps_blck{
    align-items: start;
    gap: 2px;
    flex-direction: column;
}
.thanks_block{
    margin: 0 auto;
    flex-direction: column;
    max-width: 612px;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
.thanks_img{
    max-width: 260px;
    width: 100%;
}
.thanks_descrip{
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.60);
    text-align: center;
}
.thanks_block .next_step_btn{
    text-transform: none;
}











