.wrapper_new_testdrive{
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 100px;
}
.title_new_testdrive{
    color: #ed6b21;
    font-family: "PragmaticaLightC";
    font-size: 33px;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;;
}
.row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.row_one{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 655px;
}
.ad-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section_one{
    display: flex;
    flex-direction: column;
}
.section_one input{
    width: 100%;
    max-width: 370px;
    padding: .375rem .75rem;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.section_one input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.section_one #fio{
    margin-bottom: 20px;
}
.section_two{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ad-h3{
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    font-size: 25px;
    margin-top: 0px;
}
.ad-h3 span{
    color: #ed6b21;
    margin-right: 5px;
}
.select_block{
    position: relative;
    display: block;
    width: 100%;
    max-width: 370px;
    color: #495057;
}
.select_car_center{
    display: flex;
    flex-direction: column;
}
.select_head{
    width: 100%;
    max-width: 370px;
    border-radius: .25rem;
    padding: 10px 12px;
    font-size: 17px;
    line-height: 18px;
    color: #71787e;
    border: 1px solid #ced4da;
    cursor: pointer;
}
.list_select{
    width: 370px;
    font-size: 17px;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #495057;
    background-color: white;
    box-shadow: 0 0 4px rgb(0 0 0 / 32%);
    border: 1px solid #ced4da;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}
.list_select::-webkit-scrollbar {
    width: 8px;
}

.list_select::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}

.list_select::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.list_select .option{
    padding: 9px 9px;
    cursor: pointer;
    border-bottom: 1px solid rgba(224, 229, 231, 0.5);
    transition: all .2s ease-in-out;
}
.list_select .option:hover{
    background-color: #bdbdbd8f;
}
.activator_flex{
    display: flex;
}
.select_time_and_data .form-control{
    width: 100%;
    max-width: 370px;
    padding: .375rem .75rem;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.select_time_and_data .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.row_one .back_btn{
    width: 100%;
    max-width: 370px;
    padding: 15px 14px;
    font-size: 20px;
    background-color: #ed6b21;
    border: none !important;
    color: white;
    border-radius: .25rem;
    cursor: pointer;
}
.row_one .back_btn:focus{
    border: none;
}
.hidden_text_fio{
    display: none;
    margin-bottom: 10px;
    color: red;
    font-size: 14px;
    padding-left: 15px;
}
.hidden_text_tel{
    display: none;
    margin-top: 7px;
    color: red;
    font-size: 14px;
    padding-left: 15px;
}


