
.formhero {
    /*background-image: url(/image/design/form_hero_bg2.jpg);*/
    /*background-image: url(/image/design/trucks/slider1_bg.jpg);*/
    /*background-image: url(/image/design/2024/mrt/top_bg3inv.jpg);*/
    background-color: #f0f0f0;
    color: black;
    text-transform: uppercase;
    /*background-size: cover;*/
}

.formhero__label {
    display: inline-block;
    background-color: var(--msb-orange);
    letter-spacing: 0.1em;
    font-size: 14px;
    margin-bottom: 20px;
}

.formhero__header {
    font-weight: bold;
    font-size: 56px;
    text-align: right;
    letter-spacing: 0.1em;
    line-height: 90%;
    /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}
.formhero__header_line{
    font-weight: normal;
    font-size: 12px;
    text-align: right;
    letter-spacing: 0.1em;
    margin-right: 7px;
    margin-top: 20px;
}
.formhero__header_button{
    text-transform: initial;
    background-color: var(--msb-green2);
    color: white;
    font-weight: 600;
    font-size: 14px;
    cursor:pointer;

}
.formhero__header_line_pda{
    font-size: 12px;
    text-transform: initial;
}
.formhero__subheader {
    text-align: left;

    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.formhero_line{
    /*background-color: #2b6463;*/
    font-size: 14px;
    text-align: center;
    color: black;
    background-color: #f0f0f0;
}

.formhero_col1{
    flex-basis: 55%;
}
.formhero_col2{
    flex-basis: 35%;
}
.form_modal_title{
    text-align: center;
    width: 100%;
}
.form_modal_title{
    text-align: center;
    font-weight: 800;
    font-size: 32px;
    color:  var(--msb-green2);
}
.form_modal_step {
    line-height: 25px;
    font-size: 14px;
}
.form_modal_step b{
    font-weight: 600;
}
#modal_howitworks .close{
    font-size: 2.8rem;
    font-weight: 600;
    color:  var(--msb-green2);
    opacity:1;
}
.form_modal_subtitle{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    /*margin-bottom: 4px;*/

}
.form_modal_subtitle2{
    font-style: italic;
}
.formhero_line b{
    border-bottom: 1px dashed black;
    cursor: pointer;
}

@media (max-width: 768px) {
    .form_modal_title{
        font-size: 22px;
        line-height: 110%;
        text-align: left;
    }
    #modal_advantages .close, #modal_howitworks .close{
        font-size: 1.8rem;
        padding: 0;

    }
    #modal_advantages .modal-body,   #modal_howitworks .modal-body{
        padding: 0;
    }


 #modal_advantages .modal-header,   #modal_howitworks .modal-header{
           padding-bottom: 0;
       }
}

.formhero_features {
    max-width: 1000px;
    margin: auto;
    text-transform: none;
    font-size: 14px;
    line-height: 15px;
}

.lkonlineform{
    margin-top: 28px;

    /*на мобиле почему-то расширялось в ширину */
    overflow-x:hidden;
  }

.calc_output_hr_orange {
    background: linear-gradient(90deg, var(--msb-green2) 10%,
    var(--msb-green4) 100%) !important;
}

.formcalc .irs--round.irs--round .irs-bar,
.formcalc .irs--round.irs--round .irs-from,
.formcalc .irs--round.irs--round .irs-to,
.formcalc .irs--round.irs--round .irs-single {
    background-color: var(--msb-green2) !important;

}

.formcalc .irs--round.irs--round .irs-handle {
    border: 5px solid var(--msb-green2) !important;
    /*border: 4px solid #5bb04f!important;*/
}

.formcalc .irs--round.irs--round .irs-from::before,
.formcalc .irs--round.irs--round .irs-to::before,
.formcalc .irs--round.irs--round .irs-single::before {

    border-top-color: var(--msb-green2) !important;
}


.formform {
    /*background-image: url(/image/design/form_form_bg.png);*/
    /*background-image: url(/image/design/trucks/slider1_bg.jpg);*/
    background-image: url(/image/design/2024/mrt/top_bg3inv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 33px 58px;
}

.formform__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.formcalc_notice {
    font-size: 10px;
    line-height: 15px;
    color: var(--msb-green2);
    padding-left: 60px;
    margin-bottom: 35px;
    margin-top: 20px;
}

.formform_label {
    margin-top: 8px;
    font-size: 14px;
    margin-bottom: -7px;
}

.formform input[type="text"] {
    height: 40px;
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 3px 10px;
    margin-top: 20px;
    margin-bottom: 5px;
}

/*.formform_input {*/
/*}*/

.formform_label {
    margin-top: 23px;
}

/*.formform_sms {*/
/*    color: var(--msb-green2);*/
/*    font-size: 14px;*/
/*    border-bottom: 1px dashed var(--msb-green2);*/
/*    !*margin-top: 34px;*!*/
/*    display: inline-block;*/
/*    cursor: pointer;*/
/*    user-select: none;*/
/*    font-weight: bold;*/
/*}*/

/*.formform_sms_been_send {*/
/*    color: var(--msb-green);*/
/*}*/

.formform_comment {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 3px 10px;
    height: 80px;
}

.formform_notice {
    text-align: center;
    font-size: 10px;
    margin-bottom: 23px;
    line-height: 140%;

}

.formform_orgname_notice{
    font-size: 10px;
    line-height: 140%;
}


.calc_output_col_form {
    margin-top: 12px !important;
}

.form_saved {
    text-align: center;
    background-color: #fff;
    color: black;
    height: 410px;
    padding-top: 126px;
    border-radius: 0 0 5px 5px;

}

.form_saved_title {
    color: #363636;
    font-weight: 600;
    font-size: 24px;
}

.form_saved_title_success {
    color: var(--msb-green2) !important;
}
.form_saved_title_fail {
    color: var(--msb-orange);
}


/*dadata suggest layer*/
.suggestions-wrapper {
    color: black;
}


.formcalc_orange {
    color: var(--msb-green3) !important;
    font-size: 12px !important;
    letter-spacing: 0.05em !important;
}

.formcalc_orange_result {
    color: var(--msb-green3) !important;
    font-size: 28px !important;
    letter-spacing: 0.03em !important;
    font-weight: bold;;
}


.formcalc_black {
    color: #262626 !important;
}

.lkonlineform .invalid-feedback {
    font-size: 10px;
    line-height: 110%;

}

.formcalc .invalid-feedback {
    color: var(--msb-orange);
}

.formform .invalid-feedback {
    color: #d9ff04;
    text-shadow: 0 0px 3px black;
}
.formform .invalid-feedback::before {
    color: orangered;
    font-size: 150%;
  content: '\272D';
}

.formform a:link, .formform a:visited {
    color: var(--msb-green2);
}

.formform_submit {
    width: 100%;
    height: 50px;
    background: var(--msb-green2) !important;
    border-color: var(--msb-green2) !important;
    border-radius: 5px;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.1em;
}

.was-validated .form-control:valid, .form-control.is-valid {
    background-image: none !important;
}

/*.lkonlineform .calc_label {*/
/*    letter-spacing: initial;*/
/*    color: black;*/
/*}*/

/*.lkonlineform .calc__sum input {*/
/*    font-size: 12px !important;*/
/*}*/

/*.lkonlineform #js_calc_cost {*/
/*    text-align: center !important;*/
/*}*/

/*.lkonlineform .was-validated :invalid ~ .invalid-feedback,*/
/*.lkonlineform .was-validated :invalid ~ .invalid-tooltip,*/
/*.lkonlineform .is-invalid ~ .invalid-feedback,*/
/*.lkonlineform .is-invalid ~ .invalid-tooltip {*/
/*    display: inline-block;*/
/*}*/

#onlinerequestquickform-phone:focus-visible,
#onlinerequestquickform-confirmcode:focus-visible,
#onlinerequestquickform-message:focus-visible {
    border: none !important;
    outline: none !important
}

.suggestions-addon[data-addon-type="clear"] {
    display: none !important;
}

.formform input, .formform textarea {
    opacity: 0.9;
}

.formform input:focus-visible, .formform textarea:focus-visible {
    opacity: 1;
}
.form_segments_item{
    display: flex;
}

.form_segments_toggle {
    margin-top: -1px;
    cursor:pointer;
    width: 100%;
    height: 44px;
    /*padding: 0.375rem 0.75rem;*/
    padding-left: 1em;
    padding-top: 1em;
    color: #495057;

    background-color: #fff;
    border: 1px solid #E5E5E5;


    font-size: 12px;
    line-height: 15px;
    /* identical to box height, or 125% */
    letter-spacing: 0.05em;
    text-transform: uppercase;

    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-image: url('/image/design/down_arrow.png');
}

.form_segments_dropdown_active
.form_segments_toggle{
    background-image: url('/image/design/up_arrow_orange.png');
}
.form_segments_dropdown_active
.form_segments_toggle_green{
    background-image: url('/image/design/up_arrow.png');
}


.form_segments_dropdown_active
.form_segments_dropdown{
    display: flex;
}

.form_segments_dropdown {
    --scrollbarBG: #fff;
    --thumbBG: #e67929;

    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);

    border: 1px solid #E5E5E5;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 100;
    background-color: #fff;

    width: 838px;
    position: absolute;
    top: 76px;
    left: 14px;

    display: none;
}

.form_segments_dropdown::-webkit-scrollbar {
    width: 10px;
}
.form_segments_dropdown::-webkit-scrollbar-track {
    /*background: var(--scrollbarBG);*/
}

.form_segments_dropdown::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}



.form_segments_dropdown_green::-webkit-scrollbar-thumb {
    background-color: var(--msb-green2);
}



.reverse_leasing_notice {
    display: none;
    /*color: var(--msb-orange);*/
opacity: 0.5;

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--msb-green2);
}
.reverse_leasing_flag .reverse_leasing_notice {
    display: inline-block;
}
.reverse_leasing_flag .calc_advance{
color:grey;
}


@media (max-width: 768px) {

    .form_segments_dropdown {
        width: calc(100% - 29px);
        height: 350px;
        overflow-y: auto;
    }
}

.form_segments_label {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}


.form_radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    width: 18px;
    height: 18px;
    border: 1px solid #C4C4C4;
    border-radius: 100%;
    /*background: #fff;*/
    box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.15);

    margin-right: 10px;
    flex-shrink: 0;
    transition: 0.2s all linear;
    outline: none;
    /*position: relative;*/
    /*top: 4px;*/
}

/*https://developer.mozilla.org/ru/docs/Web/HTML/Element/Input/radio*/

.form_radio:checked {
    box-shadow: none;
    border: 5px solid #DA5D01;
}
.form_radio_green:checked {
    border: 5px solid var(--msb-green2);
}
.form_radio:hover {
    box-shadow: none;

}

.form_segment_wrap {
    position: relative;
}

.prescoring_content{
    padding-top: 20px;
}
.form_prescoring_gif{
    width: 100px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;

}
.form_prescoring_current_check{
    font-style: italic;
}


.form_error_block{
    margin-top: 2em;
    border-radius: 5px;
    background-color: rgb(218 93 1 / 13%);
    padding: 1em;
    border: 1px solid rgba(128, 128, 128, 0.57);
}
.form_error_block p{
    font-style: italic;
    padding: 0;
    margin: 0;
}
.form_error_block ul{
    margin: 0;
    padding-left: 1em;
}
@media (max-width: 768px) {
    .md_gutters{
        margin-right: -15px;
        margin-left: -15px;
    }

    .b24-widget-button-wrapper {
        display: none !important;
    }

    .formhero__header {
        font-size: 45px;

        /*line-height: 27px;*/
        text-align: center;
        letter-spacing: 0.1em;
        font-weight: bold;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .formcalc_notice {
        padding-left: 15px;
    }

    .formform {
        padding: 20px 10px;
    }

    /*.formhero {*/
    /*    background-image: url(/image/design/form_hero_bg2_pda.jpg);*/
    /*    background-size: cover;*/
    /*}*/
.formhero.row{
    display: block;
}
    .formhero__subheader{
        font-size: 18px;
        text-align: center;
    }

    .lkonlineform .calc_output_col {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }


}




