.text-align-right
{
    text-align: right;
}


@font-face {
    font-family: 'manrope';
    src: url('../img/gk_steps/Manrope-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*:focus {
    outline: none;
}


body
{
    background: #f0f3f4;
    margin: 0;
    padding: 0;
}

input,
textarea {
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    -moz-appearance: none;
    border: none;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
}

.tt_up
{
    text-transform: uppercase;
}
.tt_up::placeholder{
    text-transform:none;
}

.mb10
{
    margin-bottom: 10px;
}
.disp_block
{
    display: block !important;
}
.left_minus60
{
    left: -60px;
}

.gk_steps_header
{
    position: relative;
    text-align: right;
    width: 100%;
    height: 25px;
    margin-top: 7px;
}
.gk_steps_header svg
{
    margin: 0 20px 0 20px;
}
.gk_steps_header span
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #51676b;
    opacity: 0.6;
}
.gk_steps_header span.active
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #0e2f31;
    opacity: 1;
}
.gk_steps_header span.active_pre
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #0e2f31;
    opacity: 1;
}
.gk_steps_header span.active::before
{
    position: relative;
    content: "";
    background: url("../img/gk_steps/dot.svg") center no-repeat;
    padding: 0px 20px 0px 0;
}
.gk_steps_main
{
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}
.gk_steps_body
{
    position: relative;
    max-width: 1440px;
    margin: 24px auto 0 auto;
    display: grid;
    grid-template-columns: 72px 1fr 480px;
    grid-column-gap: 0px;
    z-index: 1;
}

.gk_steps_backlink
{
    margin-top: 26px;
    margin-left: 10px;
    border-radius: 40px;
    fill: rgba(193, 209, 206, 0.3);
    cursor: pointer;
}
.gk_steps_rigt_block
{
    position: relative;
    border-radius: 24px;
    margin: 42px 80px 0 80px;
    width: 320px;
    height: 234px;
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-bottom: 20px;
    /*background: linear-gradient(318deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);*/
}

.gk_steps_rigt_block_full
{
    position: relative;
    border-radius: 24px;
    margin: 42px 80px 10px 80px;
    width: 320px;
    height: auto;
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-bottom: 1px;
    z-index: 1;
    /*background: linear-gradient(318deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);*/
}
.gk_steps_rigt_block img, .gk_steps_rigt_block_full img
{
    position: relative;
    margin-top: 22px;
}

.gk_steps_rigt_block_full table
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #0e2f31;
    text-align: left;
    width: 272px;
    margin: 0 auto 32px auto;

}
.gk_steps_rigt_block_full table tr td
{
    padding-bottom: 20px;
}
.gk_steps_rigt_block_full table span
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #0e2f31;
    opacity: 0.5;
}

.gk_steps_rigt_block_total
{
    border-radius: 16px;
    padding: 20px;
    width: 232px;
    min-height: 25px;
    background: rgba(195, 237, 214, 0.4);
    margin: 0 auto 35px auto;
}
.gk_steps_rigt_block_total_text_left
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    color: #0e975e;
    opacity: 0.6;
}

.grid_hidden
{
    display: none !important;
}


.promo_active
{
    margin: 0px auto 30px auto !important;
}

.promo_active .promo_block_inp_button
{
    display: none;
}
.promo_ok_text
{
    display: none;
}
.promo_active .promo_ok_text
{
    position: absolute;
    bottom: -35px;
    left: 0px;
    width: 100%;
    height: 34px;
    background:#f1e7e2;
    border-radius: 12px;
    z-index: 5;
    display: block !important;
    background: rgba(195, 237, 214, 0.4);
}
.promo_ok_text_p
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    color: #0e975e;
    padding: 5px 0 0 23px;
}
.promo_active .promo_ok_ico
{
    display: block;
}
.promo_ok_ico
{
    display: none;
    position: absolute;
    top: 22px;
    right: 12px;
    width: 24px;
    height: 24px;
}
.promo_active .promo_block_inp #promo
{
    display: block;
}

.banner_promo_ok_text
{
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 270px;
    background:#f1e7e2;
    border-radius: 12px;
    z-index: 5;
    display: block !important;
    background: rgba(209, 182, 91, 0.4);
    text-align: center;
    padding: 5px;
    margin: 10px 20px 0 20px;
    z-index: -1;
}
.banner_promo_ok_text_popup
{
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background:#f1e7e2;
    border-radius: 12px;
    z-index: 5;
    display: block !important;
    background: rgba(209, 182, 91, 0.4);
    text-align: center;
    padding: 0px;
    margin: 5px 0px 0 0px;
    z-index: -1;
}
.banner_promo_ok_text .promo_ok_text_p
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    color: #0e975e;
    padding: 5px 0 0 0px;
}
.banner_promo_ok_text_popup .promo_ok_text_p
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    color: #0e975e;
    padding: 10px 50px 10px 50px;
}



.gk_steps_rigt_block_promo_grid
{
    
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    justify-items: stretch;
    align-items: center;
}
.gk_steps_rigt_block_promo_text_left
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #51676b;
    opacity: 0.5;
    text-align: left;
}
.gk_steps_rigt_block_total_text_right
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    text-align: right;
    color: #0e975e;
    display: inline-table;
}
.promo_block
{
    position: relative;
    border-radius: 24px;
    margin: 8px 80px 10px 80px;
    width: 320px;
    height: auto;
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.5);
    padding: 32px 0;
    z-index: 5;
}
.promo_block_inp_bg
{
    position: relative;
    border: 1px solid rgba(81, 103, 107, 0.1);
    border-radius: 12px;
    padding: 2px 2px 2px 12px;
    width: 272px;
    height: auto;
    min-height: 60px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0px auto;
}
.promo_block_inp
{
    position: relative;
    display: inline-block;
    width: 140px;
}

.promo_block_inp input
{
    position: relative;
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #002528;
    width: 140px;
    height: 58px;
    border: 0;
    background: none;
    margin-left: 10px;
}
.promo_block_inp input::placeholder
{
    color: #96a3a5;
}
.promo_block_inp_button
{
    position: relative;
    display: inline-block;
    border-radius: 14px;
    padding: 20px;
    width: 88px;
    height: 16px;
    background: #c1d1ce;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.promo_block_inp_button.active
{
    background: #0e975e;
    cursor: pointer;
}
.promo_block_text
{
    margin: 15px auto 0px auto;
    width: 272px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}

.gk_steps_rigt_block_carinfo
{
    position: relative;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    color: #0e2f31;
    margin-bottom: 32px;
}
.gk_steps_rigt_block_carinfo_edit
{
    position: absolute;
    top: 0px;
    right: 24px;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    background: rgba(186, 230, 207, 0.4);
    cursor: pointer;
    display: none;
}
.gk_steps_rigt_block_carinfo_edit img
{
    margin-top: -10px;
}
.gk_steps_rigt_bg
{
    position: absolute;
    top:0px;
    right: 0px;
}
.gk_steps_rigt_bg img
{
    position: absolute;
    top: -50px;
    right: 0px;
    width: 500px;
}
#center_d2, #car_number_submit
{
    display: none;
}
.gk_steps_body_cntr
{
    width: 100%;
}

.gk_steps_body_cntr_minitext
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #51676b;
    opacity: 0.5;
    margin-bottom: 8px;
}

.gk_steps_body_cntr_title
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.4;
    color: #002528;
    margin-bottom: 32px;
}
.gk_steps_body_cntr_title_mini
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    color: #002528;
    margin-bottom: 24px;
}
.gk_steps_body_cntr_text
{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #51676b;
    margin-bottom: 32px;
}

.gk_steps_body_cntr_block
{
    border-radius: 24px;
    padding: 0px;
    width: 100%;
    height: 140px;
    background: #dcebe7;
    display: grid;
    grid-template-columns: 276px 460px;
    align-items: center;
    justify-content: space-evenly;
 
}
.gk_steps_body_cntr_manual
{
    text-align: left;
    margin-top: 12px;
}
.gk_steps_body_cntr_manual a
{
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.57143;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #0e975e;
}
#manual
{
    cursor: pointer;
}
.gk_steps_body_rigt
{
    z-index: -1;
}
.gk_steps_rigt_block_title
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    color: #0e2f31;
}
.gk_steps_rigt_block_text
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #51676b;
    opacity: 0.5;
}
.inp_block
{
    position: relative;
    background: url("../img/gk_steps/Frame_4085.png") no-repeat;
    width: 276px;
    height: 60px;
}
.inp_block input
{
    width: 230px;
    height: 50px;
    text-align: center;
    margin-top: 5px;
    margin-left: 25px;
    border: 0;
    background: none;

    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    color: #0e2f31;
    text-transform: uppercase;
}
.inp_block input::placeholder
{
    color: #a2b0b1;
}
.car_number_enter
{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.inp_block_text
{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #51676b;
    max-width: 460px;
}

.gk_steps_body_cntr_form_grid
{
    position: relative;
    display: grid;
    gap: 12px;
}
.st_2
{
    grid-template-columns: repeat(2, 1fr);
}
.st_3
{
    grid-template-columns: repeat(3, 1fr);
}
.gk_form_inp_block
{
    margin-bottom: 24px;
}
.gk_form_inp_block_no_mb
{
    margin-bottom: 0px;
}



.gk_form_inp_text
{
    position: relative;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.2;
    color: #51676b;
    margin-bottom: 6px;
}
.gk_form_inp_text_info_ico
{
    position: relative;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    background: url("../img/gk_steps/bx_bxs-info-circle.svg") no-repeat;
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.gk_form_inp_text_info_block
{
    position: absolute;
    display: none;    
    top: -20px;
    left: 20px;
    width: 280px;
    height: auto;
    box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.08), 0 12px 30px -4px rgba(16, 24, 40, 0.12);

    border-radius: 16px;
    padding: 16px;
    background: #fff;
    z-index: 55;

    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #0e2f31;
    cursor: auto;
}
.gk_form_inp_text_info_block span
{
    font-weight: 600;
    line-height: 1.2;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0e975e;
    cursor: pointer;
}
.gk_form_inp_text_info_block svg
{
    position: absolute;
    top: 20px;
    left: -8px;
    width: 12px;
    height: 12px;
}
.gk_form_inp_inp
{
    position: relative;
    border: 1px solid rgba(81, 103, 107, 0.1);
    border-radius: 12px;
    padding: 5px 22px;
    min-width: 200px;
    min-height: 50px;
    background: rgba(255, 255, 255, 0.5);
}

.gk_form_inp_inp.error
{
    border-color: #fc7c3f;
}

.promo_block_inp_bg.error
{
    border-color: #fc7c3f;
}

.error_text
{
    position: absolute;
    bottom: -35px;
    left: 0px;
    width: 100%;
    height: 34px;
    background:#f1e7e2;
    border-radius: 12px;
    z-index: 5;
}
.error_text2
{
    position: absolute;
    bottom: -51px;
    left: 0px;
    width: 100%;
    height: 50px;
    background:#f1e7e2;
    border-radius: 12px;
    z-index: 5;
}
.error_text_p
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.57143;
    color: #fc7c3f;
    padding: 5px 0 0 20px;
}
.error_text_p2
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.57143;
    color: #fc7c3f;
    padding: 5px 0 0 20px;
}

.gk_form_inp_block label, .gk_form_inp_block_no_mb label
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #51676b;
}

.gk_form_inp_block label a, .gk_form_inp_block_no_mb label a
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #51676b;
    text-decoration: underline;
}


.gk_steps_body_cntr_form_check
{
    position: relative;
    border-radius: 24px;
    padding: 24px;
    height: auto;
    background: #fff;
    margin-bottom: 10px;
}
.gk_steps_body_cntr_form_check_title
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #002528;
    margin-bottom: 24px;
}
.gk_steps_body_cntr_form_check_grid
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 40px;
}
.gk_steps_body_cntr_form_check_grid_pp
{
    position: relative;
}
.gk_steps_body_cntr_form_check_grid_pp_title
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.2;
    color: #51676b;
    opacity: 0.5;
    margin-bottom: 8px;
}
.gk_steps_body_cntr_form_check_grid_pp_data
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #0e2f31;
}
.d3 {
    grid-column: span 3 / span 3;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #c3c3c3;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox:checked + label::before {
    width: 24px;
    height: 24px;
    border-color: #27b972;
    background-color: #27b972;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox2 {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox2 + label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #0e2f31;
    margin-bottom: 10px;
}
.custom-checkbox2 + label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox2:checked + label::before {
    width: 24px;
    height: 24px;
    border-color: #27b972;
    background-color: #27b972;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.gk_form_inp_inp.disabled
{
    position: relative;
    border: 1px solid rgba(81, 103, 107, 0.1);
    border-radius: 12px;
    padding: 5px 22px;
    min-width: 200px;
    min-height: 50px;
    background: rgba(193, 209, 206, 0.1);
}
.gk_form_inp_icon
{
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 22px;
    width: 28px;
    height: 28px;
}
.gk_form_inp_icon.mini
{
    width: 17px;
    height: 17px;
    padding: 6px;
}

.gk_form_inp_field
{
    position: relative;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #0e2f31;
    width: 100%;
    height: 45px;
    border: 0;
    background: none;
    padding-top: 2px;
    z-index: 5;
    cursor: pointer;
}
#car_numb
{
    text-transform: uppercase;
}
.gk_form_inp_field::placeholder
{
    text-transform: none;
    color: #94a2a4;
}

#person_surname_eng, #person_name_eng
{
    text-transform: uppercase;
}
#person_surname_eng::placeholder, #person_name_eng::placeholder
{
    text-transform:none;
}

.body_divid
{
    width: 100%;
    height: 1px;
    background: #e0e5e7;
    margin: 20px 0 32px 0;
}
.foot_backlink
{
    display: inline-table;
    vertical-align: middle;
    cursor: pointer;
}
.foot_backlink_text
{
    display: inline-table;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #51676b;
    margin-left: 22px;
}
.foot_submit_text
{
    display: inline-table;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
    color: #0f393b;
    vertical-align: middle;
    
}
.foot_submit_text span
{
    font-weight: 600;
    line-height: 1.2;
    color: #0e975e;
}
.foot_submit_button
{
    display: inline-table;
    border-radius: 14px;
    padding: 20px 36px;
    width: 115px;
    height: 17px;
    background: #0e975e;

    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
}
.foot_submit_button.disable
{
    background: #c1d1ce;
    cursor: auto;
}
.foot_submit_button_s3
{
    width: 150px;
    padding: 20px 25px;
}
.foot_submit_button2
{
    display: inline-table;
    border-radius: 14px;
    padding: 20px 36px;
    width: 145px;
    height: 17px;
    background: #0e975e;

    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
}
.foot_submit_button2.disable
{
    background: #c1d1ce;
    cursor: auto;
}


.foot_submit_button img
{
    margin-left: 5px;
}
.gk_steps_body_cntr_form_check_checkbox
{
    position: relative;
    border-radius: 24px;
    padding: 18px;
    height: auto;
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.45);
    background: rgba(195, 237, 214, 0.4);
}

.popup_bg
{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002528;
    opacity: 0.6;
    z-index: 999;
}
.popup_loader
{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    width: 200px;
    min-height: 200px;    
    transform: translate(-50%, -50%);
    z-index: 9995;
}
.popup_block
{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    padding: 60px 80px;
    width: 400px;
    min-height: 200px;
    background: #f0f3f4;
    z-index: 9995;
    transform: translate(-50%, -50%);
}
.popup_block_closed, .popup_block_closed_otp, .popup_block_closed_promo, .popup_block_closed_inn
{
    position: absolute;
    top: 30px;
    right: 30px;
    background: url("../img/gk_steps/Vector_14.svg") no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.popup_block_title
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    color: #0e2f31;
    margin-bottom: 5px;
}
.popup_block_text
{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: #51676b;
    margin-bottom: 32px;
}
.popup_block_text span
{
    font-weight: 600;
}
.popup_block_form_button
{
    cursor: pointer;
    margin: 48px auto 32px auto;
    border-radius: 12px;
    padding: 17px 50px;
    width: 130px;
    height: 22px;
    background: #0f393b;

    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}
.popup_block_form_button2, .popup_block_form_button2_inn
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    color: #51676b;
    opacity: 0.6;
    cursor: pointer;
}

.popup_block_otp_button_no_border
{
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.57143;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #0e975e;
    cursor: pointer;
    width: 170px;
    padding: 17px 30px;
    margin: 0 auto;
}
.popup_block_form_button3
{
    cursor: auto;
    margin: 25px auto 32px auto;
    border-radius: 12px;
    padding: 17px 30px;
    width: 170px;
    height: 17px;
    background: #c1d1ce;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.popup_block_form_button3.active
{
    cursor: pointer;
    background: #0f393b;
}

.popup_promo_block_form_button
{
    cursor: auto;
    margin: 25px auto 32px auto;
    border-radius: 12px;
    padding: 17px 30px;
    width: 170px;
    height: 17px;
    background: #c1d1ce;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.popup_promo_block_form_button.active
{
    cursor: pointer;
    background: #0f393b;
}


.popup_block_otp_text
{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    color: #51676b;    
}
.popup_block_otp_text li
{
    list-style-position: outside;
    padding: 0 0 0 0px;
    margin-left: 20px;
}



.custom-select {
	position: relative;
    color: #94a2a4;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}
.custom-select.active, .custom-select.selected{
    color: #0e2f31;
}

.select-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 22px;
	cursor: pointer;
	transition: border-color 0.3s;
}

.select-header:hover {
	border-color: #aaa;
}

.arrow {
	transition: transform 0.3s;
}

.select-options {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 0;
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	z-index: 100;
}

.select-options li {
	padding: 10px 15px;
	cursor: pointer;
	transition: background-color 0.2s;
}

.select-options li:hover {
	background-color: #f5f5f5;
}
.custom-select.active .select-options {
	max-height: 250px;
	border-color: #ddd;
	border-top: none;
}

.custom-select.active .arrow {
	transform: rotate(180deg);
}

.custom-select.active .select-header {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

input[name="copyemail"] {
    display: block;
    width: 2px !important;
    height: 2px;
    margin-bottom: -2px;
    border: none;
    padding: 0;
    opacity: 0.01;
}



.result_success_block
{
    display: none;
}
.result_block
{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.result__description
{
    font-family: "AktivGrotesk-Regular", arial, helvetica, sans-serif;
    line-height: 160%;
    font-size: 16px;
    color: #0e2f31;
    text-align: center;
}

#person_pass_sn
{
    text-transform: uppercase;
}




.ui-datepicker table tr:first-child td:first-child
{
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
}

.ui-widget.ui-widget-content
{
    position: absolute;
    top: -163px;
    left: 83px;
    border-radius: 15px;
    padding: 10px;
    width: 600px !important;
    height: 265px;
    box-shadow: 0 8px 24px 0 rgba(83, 99, 114, 0.2), 0 0 1px 0 rgba(83, 99, 114, 0.3);
    background: #fff;
    border: none !important;
    z-index: 10;
}
.ui-datepicker-title
{
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: 0.01em;
    color: #0f393b;
}
.ui-widget-header
{
    background: #fff !important;
    border: none !important;
    font-weight: initial !important;
}
/*
.ui-datepicker-group-first{

}
*/
.ui-datepicker td span, .ui-datepicker td a
{
    display: block;
    text-align: center !important;
    text-decoration: none;
}
.ui-state-default
{
    border: none !important;
    background: none !important;
    border-radius: 10px;
    margin: 0px;
    width: 30px !important;
    height: 23px !important;
    padding: 5px 0 0 0 !important;
}
.ui-datepicker-today .ui-state-default
{
    background: #27b972 !important;
    color: #fff !important;
}
.ui-state-hover, .ui-state-active
{
    background: #27b972 !important;
    color: #fff !important;
}
.ui-datepicker-next
{
    background: url("/img/gk_steps/arrow-down.png") no-repeat !important;
    width: 16px !important;
    height: 16px !important;
    top: 8px !important;
}
.ui-datepicker-next-hover
{
    border: none !important;
    right: 2px !important;
    top: 8px !important;
}
.ui-datepicker-prev
{
    background: url("/img/gk_steps/arrow-down.png") no-repeat !important;
    transform: rotate(180deg);
    width: 16px !important;
    height: 16px !important;
    top: 8px !important;
}
.ui-datepicker-prev-hover
{
    border: none !important;
    right: 2px !important;
    top: 8px !important;
}
.ui-datepicker-today
{
    background: #fff !important;
    border-radius: 15px 0 0 15px !important;
}
.dp_hide
{
    display: none !important;
}
.ui-datepicker-close
{
    position: relative;
    border-radius: 15px !important;
    width: 96px !important;
    height: 40px !important;
    background: #27b972 !important;
    font-family: "Manrope", sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 1.33333 !important;
    color: #fff !important;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current
{
    float: right !important;
    font-family: "Manrope", sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 1.33333 !important;
    color: #0e2f31 !important;
    width: 60px !important;
    height: 40px !important;
    background: #fff !important;
}
.specialDay
{
    background: #f0f3f4 !important;
}
.specialDay:first-child
{
    border-radius: 15px 0 0 15px;
}
.specialDay:last-child
{
    border-radius: 0 15px 15px 0;
}
.specialDay.ui-datepicker-current-day
{
    border-radius: 0 15px 15px 0;
}
.specialDay.ui-datepicker-today.ui-datepicker-current-day
{
    background: #FFFFFF !important;
}
.ui-datepicker-calendar tr
{
    border: solid 1px #FFFFFF;
}


.gk_header
{
    position: relative;
    border-radius: 12px;
    padding: 20px;
    /*width: calc(100%-40px);*/
    height: 28px;
    background: rgba(255, 255, 255, 0.5);

    margin: 24px 10px 32px 10px;
}
.gk_header_inner
{
    display: grid;
    grid-template-columns: 125px 1px 1fr 690px;
    grid-column-gap: 32px;
}

.gk_header_logo_dev
{
    position: relative;
    vertical-align: middle;
    width: 1px;
    height: 28px;
    background: #dcebe7;
}
.gk_header_logo_phone
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #0e2f31;
    margin-top: 7px;
}
.gk_header_logo_phone img
{
    margin-right: 12px;
}
.gk_header_mob
{
    display: none;
}
.gk_header_mob_inner_text_numb
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #51676b;
    opacity: 0.5;
}
.gk_header_mob_inner_text_brandmodel
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #0e2f31;
}
.gk_header_mob_inner_text
{
    position: relative;
    margin-top: 10px;
}
.gk_header_mob_inner_edit_button
{
    position: relative;
    width: 32px;
    height: 24px;
    border-radius: 8px;
    background: rgba(186, 230, 207, 0.4);
    text-align: center;
    padding-top: 8px;
    margin: 14px auto 0 auto;
}
.gk_steps_header_right, .gk_steps_header_left, .foot_price_block_out
{
    display: none;
}

#button_resend_otp
{
    display: none;
}
.button_resend_otp_text
{
    display: none;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #0e2f31;
    text-align: center;
}
#right_car_model
{
    display: block;
    width: 220px;
    margin-left: 50px;
    margin-right: 50px;
}
#right_car_model span
{
    display: contents;
}

.top_banner_fix_promo
{
    height: 40px !important;
}
@media only screen and (max-width: 1440px) {
    .top_banner_fix_promo
    {
        height: 30px !important;
    }
}
@media only screen and (max-width: 768px) {
    .top_banner_fix_promo
    {
        height: 21px !important;
        padding-top: 4px !important;
    }
}




@media only screen and (max-width: 1320px) {

    .gk_steps_backlink
    {
        display: none;
    }

    .gk_steps_body {
        position: relative;
        max-width: 1440px;
        margin: 140px auto 50px auto;
        padding: 0 10px;
        display: block;
        z-index: 1;
    }

    .gk_steps_body_rigt{
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 9995;
        
    }
    .foot_button_block_out
    {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
    }
    .foot_button_block
    {
        padding: 15px 15px 0 15px;
    }
    .gk_header_mob
    {
        display: block;
        position: fixed;
        background: #f0f3f4;
        top: 60px;
        left: 0px;
        width: 100%;
        z-index: 999;
    }
    .gk_header_mob_inner
    {
        display: grid;
        grid-template-columns: 70px 1fr 50px;
        grid-column-gap: 8px;

        border-bottom: 1px solid #dcebe7;
        border-radius: 12px;
        padding: 0px 15px;
        background: #FFF;
        margin: 0 10px;
    }
    .gk_header_mob_inner_logo
    {
        position: relative;
        width: 70px;
        height: 60px;
    }
    .gk_header_mob_inner_logo img
    {
        position: relative;
        height: 65px;
    }
    .foot_submit_button {
        padding: 15px 15px;
        width: 115px;
        height: 17px;
    }
    .foot_submit_button_s3
    {
        width: 150px;
    }    
    .foot_button_block_out .gk_form_inp_block {
        margin-bottom: 10px;
    }
    .gk_steps_body_rigt{
        display: none;        
    }
    .gk_header {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: #f0f3f4;
        border-radius: 0;
        padding: 0px;
        height: 120px;
        margin: 0;
        z-index: 999;
    }
    .gk_header_inner
    {
        border-radius: 12px;
        height: 28px;
        background: rgba(255, 255, 255, 1);
        display: grid;
        grid-template-columns: 125px 1px 1fr 660px;
        grid-column-gap: 32px;
        z-index: 999;
        justify-content: center;

        border-radius: 12px;
        padding: 10px 20px;
        height: 28px;
        margin: 10px 10px 4px 10px;
    }

    .custom-select.active .select-options {
        max-height: 110px;
    }
    .gk_steps_body_mob_s2
    {
        margin-bottom: 130px;
    }
    .gk_steps_body_mob_s3
    {
        margin-bottom: 150px;
    }    
    .foot_price_block_out
    {
        position: fixed;
        display: block;
        bottom: 77px;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #dcebe7;
        z-index: 9998;
        background: #f0f3f4;
    }
    .foot_price_block
    {
        position: relative;
        min-height: 10px;
        background: rgba(255, 255, 255, 1);
        padding: 20px 20px 0px 20px;
    }
    .foot_price_block:last-child
    {
        padding: 10px 20px 10px 20px;
    }    
    .foot_price_block
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .foot_price_block_gr
    {
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.2;
        color: #51676b;
        opacity: 0.5;
    }
    .foot_price_block_gr2
    {
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.4;
        text-align: right;
        color: #0e2f31;
    }
    .foot_price_block input::placeholder
    {
        color: #51676b;        
    }

    .foot_price_block input
    {
        position: relative;
        width: 150px;
        border: 0;

        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.2;
        color: #0e2f31;
        opacity: 1;       
    }
    .foot_promo_button
    {
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.4;
        text-decoration: underline;
        text-decoration-skip-ink: none;
        text-align: right;
        color: #0e975e;        
    }    

    iframe[name="helpcrunch-iframe"]
    {
        display: none !important;
        bottom: 180px !important;
    }     
}

@media only screen and (max-width: 1100px) {
    .gk_header {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: #f0f3f4;
        border-radius: 0;
        padding: 0px;
        height: 183px;
        margin: 0;
        z-index: 999;
    }
    .gk_header_mob
    {
        display: block;
        position: fixed;
        background: #f0f3f4;
        top: 122px;
        left: 0px;
        width: 100%;
        z-index: 999;
    }    
    .gk_header_inner
    {
        border-radius: 12px;
        padding: 10px 0;
        height: 28px;
        background: rgba(255, 255, 255, 1);
        display: grid;
        grid-template-columns: 125px 1px 145px;
        grid-column-gap: 32px;
        z-index: 999;
        justify-content: center;

        border-radius: 12px;
        padding: 10px 0;
        height: 28px;
        margin: 10px 10px 4px 10px;
    }
    .gk_steps_header_out
    {
        position: fixed;
        background: #f0f3f4;
        top: 60px;
        left: 0;
        width: 100%;
        height: 60px;
        text-align: left;
        z-index: 999;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .gk_steps_header_out2
    {
        position: relative;
        padding: 16px 15px 12px 15px;
        border-radius: 12px;
        background: #f9fafa;
        margin: 0 10px;
        overflow: hidden;
    }
    .gk_steps_header
    {
        position:relative;
        text-align: left;
        width: 700px;
    }
    .gk_steps_header_right{
        position: absolute;
        display: block;
        top: 20px;
        right: 0;
        width: 53px;
        height: 24px;
        background: linear-gradient(270deg, #fafafb 0%, rgba(250, 250, 251, 0) 100%);
        z-index: 1;
    }
    .gk_steps_header_left{
        position: absolute;
        display: block;
        top: 20px;
        left: 0;
        width: 53px;
        height: 24px;
        background: linear-gradient(90deg, #fafafb 0%, rgba(250, 250, 251, 0) 100%);
        z-index: 1;
    }    
    .gk_steps_body_rigt{
        display: none;        
    }  
    .gk_steps_body
    {
        margin: 200px auto 70px auto;
    }

    .gk_form_inp_block {
        margin-bottom: 15px;
    }
    .gk_steps_body_cntr_title
    {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .gk_steps_body_cntr_title_mini
    {
        font-size: 16px;
    }
    .custom-select.active .select-options {
        max-height: 200px;
    }
    .popup_bg
    {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #002528;
        opacity: 0.6;
        z-index: 9997;
    }
    .popup_block {
        position: fixed;
        display: none;
        top: 50%;
        left: 50%;
        border-radius: 30px;
        padding: 60px 80px;
        width: 400px;
        min-height: 200px;
        background: #f0f3f4;
        z-index: 9998;
        transform: translate(-50%, -50%);
    }
    .gk_steps_body_mob_s2
    {
        margin-bottom: 158px;
    }
    .gk_steps_body_mob_s3
    {
        margin-bottom: 155px;
    }      

}

@media only screen and (max-width: 840px) {
    .st_3 {
        grid-template-columns: 1fr;
    }
    .st_2 {
        grid-template-columns: 1fr;
    }
    .foot_button_block_out .st_2 {
        grid-template-columns: 0.8fr 1.2fr;
    }
    .gk_form_inp_block {
        margin-bottom: 15px;
    }
    .gk_steps_body_cntr_form_grid {
        gap: 0px;
    }

    .gk_steps_body_cntr_block {
        border-radius: 24px;
        padding: 0px;
        width: 100%;
        height: auto;
        background: #dcebe7;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: space-evenly;
    }
    .inp_block {
        margin: 32px auto 20px auto;
    }
    .inp_block_text {
        text-align: center;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6;
        color: #51676b;
        max-width: 100%;
        padding: 0 24px;
        margin-bottom: 24px;
    }
    .gk_steps_body_cntr_manual a {
        font-size: 16px;
    }
    
    .popup_block {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        border-radius: 0px;
        padding: 0;
        width: 100%;
        min-height: 100%;
        background: #f0f3f4;
        z-index: 9998;
        transform: none;
    }
    .popup_block_mob
    {
        padding: 60px 30px;
    }
    .gk_steps_body_cntr_form_check_grid {
        display: block;
    }    
    .gk_steps_body_cntr_form_check_grid_pp
    {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 680px) {
   input::-webkit-calendar-picker-indicator { 
      display: none; 
   }
   input[type="date"]::-webkit-input-placeholder { 
      visibility: hidden !important;
   }
    .ui-widget.ui-widget-content
    {
        position: absolute;
        top: -163px;
        left: 50px;
        border-radius: 15px;
        padding: 10px;
        width: 300px !important;
        height: 265px;
        box-shadow: 0 8px 24px 0 rgba(83, 99, 114, 0.2), 0 0 1px 0 rgba(83, 99, 114, 0.3);
        background: #fff;
        border: none !important;
        z-index: 10;
    }
  
}
@media only screen and (max-width: 605px) {
    .foot_button_block_out .st_2 {
        grid-template-columns: 50px 1fr;
    }
    .foot_backlink_text
    {
        display: none;
    }
    .foot_submit_button {
        width: 110px;
    }
    .foot_submit_button_s3
    {
        width: 150px;
        padding: 15px 5px;
        font-size: 12px;
        margin-left: 10px;
    }
    .h_s3
    {
        left: -98px;
    }
}
@media only screen and (max-width: 500px) {
    .h_s3
    {
        left: -198px;
    }
}
@media only screen and (max-width: 380) {
    .h_s3
    {
        left: -238px;
    }
}