.dispo_form_wraper {
    background-color: #20214C;
	background: transparent linear-gradient(346deg, #0561C4 -123%, #20214C 100%) 0% 0% no-repeat padding-box;
    border-radius: 35px;
    padding: 30px 25px;
    color: #fff;
    width: 100%;
    min-width: 800px;
	margin: 0 auto;
}
@media (max-width: 1350px) {
	.dispo_form_wraper {
		width: 100%;
        min-width: 100%;
	}
}
@media (max-width: 768px) {
	.dispo_form_wraper {
		border-radius: 0;
	}
}
.dispo_form_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
}
.dispo_form_wraper .dispo_form_header ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dispo_form_wraper .dispo_form_header ul.nav li {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 10px;
}
.dispo_form_wraper .dispo_form_header ul.nav li.active, .dispo_form_wraper .dispo_form_header ul.nav li:hover {
    background-color: #0561C4;
}
.dispo_form_wraper .dispo_form_header ul.nav li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: center;
    align-content: normal;
    color: #fff;
    text-decoration: none;
}
.dispo_form_wraper .dispo_form_header ul.nav li a img {
    margin-right: 10px;
}
.dispo_form_wraper .dispo_form_header span.label {
    padding-right: 30px;
    font-weight: bold;
}
.dispo_form_body {
    margin-top: 30px;
}
.dispo_form_body form .form_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    flex-grow: 1;
}
.dispo_form_body form .form_box.return_box {
    margin-top: 15px;
    display: none;
}
.dispo_form_body form .form_box.return_box.active {
    margin-top: 15px;
    display: flex;
}
.dispo_form_body form .input_group {
    position: relative;
    background-color: #fff;
    margin-right: 5px;
    height: 66px;
    min-width: 150px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
}
.dispo_form_body form .input_group.big {
    flex-grow: 1;
    min-width: 270px;
}
.dispo_form_body form .input_group.verybig {
    min-width: 570px;
}
.dispo_form_body form .input_group.bigbig {
    min-width: 774px;
}
.dispo_form_body form .input_group.small {
    max-width: 110px;
}
.dispo_form_body form .input_group.nomargin {
    margin-right: 1px;
}
.dispo_form_body form .input_group:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
@media (max-width: 1300px) {
    .daily .dispo_form_body form .input_group:first-of-type {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

.dispo_form_body form .input_group.last {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.circle {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: -20px;
    z-index: 2;
    overflow: hidden;
    border: 3px solid #20214C;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dispo_form_body form .input_group .value_box {
    color: #161A2C;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
.dispo_form_body form .input_group .value_box span {
    display: block;
    color: #5C5A71;
    font-size: 12px;
    font-weight: normal;
}
.dispo_form_body form button {
    border: none;
    padding: 16px;
    margin: 0;
    background-color: #0561C4;
    color: #fff;
    cursor: pointer;
    height: 66px;
    border-radius: 0 10px 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
    font-size: 16px;
    font-weight: bold;
    color: #F8F8F8;
}
.dispo_form_body form button img {
    margin-left: 10px;
}
/*Select transport*/
.custom_select {
    border-radius: 10px;
    border: none;
    width: 290px;
    box-sizing: border-box;
    background-color: #fff;
    height: 65px;
    position: relative;
    overflow: hidden;
}
.select_list {
    margin-left: -15px;
    margin-top: 20px;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    background: #fff 0% 0% no-repeat padding-box;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 7px 11px #00000029;
    width: 290px;
    display: none;
}
.custom_select.active .select_list {
    display: block;
}
.select_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.select_list ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    cursor: pointer;
    border-top: 1px solid #ccc;
    padding: 10px 10px;
    color: #000;
}
.select_list ul li:first-child {
    border-top: none;
}
.select_list ul li .image {
    width: 160px;
}
.select_list ul li div {
    color: #000;
    font-size: 22px;
    width: 100px;
}
.select_list ul li div span {
    display: block;
    color: #000;
    font-size: 22px;
    width: 100px;
}
.selected {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: normal;
    cursor: pointer;
    height: 66px;
}
.selected .image {
    width: 170px;
}
.selected div {
    color: #161A2C;
    font-size: 16px;
    width: 100px;
    font-weight: bold;
    line-height: 1.4;
}
.selected div span {
    display: block;
    color: #5C5A71;
    font-size: 12px;
    width: 100px;
    font-weight: normal;
}

/*Selected box*/
.selected_box {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 7px 11px #00000029;
    border-radius: 10px;
    top: 86px;
    margin-left: -15px;
    min-width: 192px;
    display: none;
}
.selected_box.active {
    display: block;
    z-index: 99;
}
.selected_box .selected_box_header {
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: center;
    align-content: normal;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}
.selected_box .selected_box_header h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}
.selected_box .selected_box_body {
    padding: 15px;
}
.selected_box .selected_box_body_np {
    padding: 0;
}
.return_select {
    background-color: #ecf2f7;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #5191FA;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.return_select.active {
    background-color: #5191fa;
    color: #fff;
}
.search_input_block {
    padding: 15px 0;
    border-bottom: 1px solid #efefef;
}
.search_input_block input {
    border: none !important;
    padding: 10px 10px 10px 40px;
    background:url(../img/search.png) no-repeat 10px center;
    width: 200px;
    outline: none;
}
.search_input_block input.loading {
    background:url(../img/ajax_loader.gif) no-repeat 50px center;
}
.search_input_block input::placeholder {
    color: #161A2C;
    font-size: 16px;
    font-weight: 600;
}
.search_result {
    display: none;
}
.search_result.active {
    display: block;
}
.search_result a {
    display: block;
    padding: 15px 10px;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    cursor: pointer;
}
.search_result .address-small {
    display: block;
    font-size: 12px;
    font-weight: lighter;
    color: #5C5A71;
    padding-top: 3px;
}

.search_result a:hover {
    background-color: #efefef;
}
.count_wraper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: normal;
    padding: 15px;
    padding-bottom: 30px;
}
.count_wraper .count {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
}
.calendar_wraper {
    padding: 15px;
    min-width: 340px;
}
.advanced_search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    padding: 15px;
}
.advanced_search span {
    font-size: 14px;
    font-weight: bold;
    color: #161A2C;
    width: 40%;
}
.advanced_search a {
    display: block;
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #161A2C;
    text-align: center;
    text-decoration: none;
    width: 60%;
    padding: 15px;
}
.time_box {
    text-align: center;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: normal;
}
.time_box .time_box_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
}
.time_box .time_box_header img {
    margin-right: 10px;
}
.time_box .time_box_header span {
    color: #161A2C;
    font-size: 14px;
    font-weight: 600;
}
.time_box input {
    margin-top: 15px;
    border: 0.5px solid #615F79;
    border-radius: 10px;
    padding: 10px;
    width: 120px;
    text-align: center;
}
.advanced {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
}
.advanced span {
    color: #161A2C;
    font-size: 14px;
    font-weight: 600;
}
.advanced a {
    display: block;
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #161A2C;
    text-align: center;
    text-decoration: none;
    padding: 15px;
}
.switches {
    display: flex;
    padding: 15px;
    min-width: 500px;
}
.switches .column {
    width: 50%;
    padding: 0 10px;
}
.switches .switch_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
}
.switches .switch_box span {
    color: #000;
    font-size: 16px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #5191FA;
}
input:focus + .slider {
  box-shadow: 0 0 1px #5191FA;
}
input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.monthcal_wraper {
    min-width: 260px;
    color: #000;
    padding: 15px;
}
.monthcal_wraper .select_year_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
}
.monthcal_wraper .select_year_box .cur_year {
    font-weight: bold;
}
.monthcal_wraper .select_year_box .go_left {
    width: 32px;
    height: 32px;
    background:url(../img/left.png) no-repeat;
}
.monthcal_wraper .select_year_box .go_left.active {
    background:url(../img/left_active.png) no-repeat;
    cursor: pointer;
}
.monthcal_wraper .select_year_box .go_right {
    width: 32px;
    height: 32px;
    background:url(../img/right.png) no-repeat;
}
.monthcal_wraper .select_year_box .go_right.active {
    background:url(../img/right_active.png) no-repeat;
    cursor: pointer;
}
.monthcal_wraper .select_month_box {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    display: none;
}
.monthcal_wraper .select_month_box.active {
    display: flex;
}
.monthcal_wraper .select_month_box .month {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 15%;
    margin: 5px;
    text-align: center;
    border-radius: 21px;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.monthcal_wraper .select_month_box .month.active, .monthcal_wraper .select_month_box .month:hover {
    background-color: #5191FA;
    color: #fff;
}
.select_days_box {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    min-width: 260px;
    padding: 15px;
}
.select_days_box .daycount {
    text-align: center;
    background: #fff;
    border-radius: 24px;
    font-size: 16px;
    color: #000;
    border: 1px solid #5191FA;
    padding: 3px;
    width: 20%;
    margin: 5px;
    cursor: pointer;
}
.select_days_box .daycount.active, .select_days_box .daycount:hover {
    background: #5191FA;
    color: #fff;
}
ul.select_tour_region {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.select_tour_region li {
    display: block;
    padding: 10px 10px 10px 50px;
    background:url(../img/tour_region_icon.png) no-repeat left 10px center #fff;
    background-size: 22px 22px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}
ul.select_tour_region li:hover {
    background-color: #F0F3F5;
}
.price_range_wraper {
    padding: 25px;
    min-width: 360px;
}
.sliderText{
    width:40%;
    margin-bottom:30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}

.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    width:40%;
}
.ui-widget-header {
    background: #3FE331;
}
.ui-widget.ui-widget-content {
    width: 100%;
    border: 1px solid #c5c5c5;
}
.selected_price_wraper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    color: #000;
    margin-top: 30px;
}
.selected_price_wraper .selected_price {
    border: 0.5px solid #615F79;
    border-radius: 10px;
    padding: 20px 10px;
    width: 50%;
    margin: 0 5px;
    color: #ADACB8;
    font-weight: bold;
    font-size: 16px;
}
.selected_price_wraper .selected_price span {
    color: #000;
}

#selected_box_mileage {
    padding-top: 30px;
}
.pickup_time {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    color: #000;
    padding: 15px;
    position: relative;
}
span.block_title {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #161A2C;
}
.pickup_time .pickup_time_hour, .pickup_time .pickup_time_min {
    border-radius: 10px;
    border: 0.5px solid #615F79;
    padding: 5px 25px;
    font-size: 16px;
    color: #161A2C;
    font-weight: bold;
}
.min_array {
    position: absolute;
    right: 0;
    margin-right: -10px;
    width: 40px;
    height: 200px;
    box-shadow: 0px 7px 11px #00000029;
    z-index: 1000;
    background-color: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 10px;
    display: none;
}
.min_array.active {
    display: block;
}
.min_array .gotop {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 5px;
    margin-left: 15px;
}
.min_array .gobottom {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 5px;
    margin-left: 15px;
}
.ulwraper {
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 160px;
    overflow-y: scroll;
    box-sizing: border-box;
}
.ulwraper::-webkit-scrollbar {
    width: 0;
}
.ulwraper ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}
.ulwraper ul li {
    color: #000;
    text-align: center;
}
.ulwraper ul li.active {
    color: #fff;
    background-color: #0561C4;
}

.hour_array {
    position: absolute;
    left: 0;
    margin-left: -20px;
    width: 40px;
    height: 200px;
    box-shadow: 0px 7px 11px #00000029;
    z-index: 1000;
    background-color: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 10px;
    display: none;
}
.hour_array.active {
    display: block;
}
.hour_array .gotop {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 5px;
    margin-left: 15px;
}
.hour_array .gobottom {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 5px;
    margin-left: 15px;
}



/* The Modal (background) */
.dispo_modal {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    max-width: 100vw;
    min-width: 100vw;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}

.dispo_modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 350px;
    height: 200px;
    box-shadow: 0px 7px 11px #00000029;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
}
.dispo_modal .modal-content h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 15px;
    text-align: center;
}
.dispo_modal .modal-content p {
    margin: 0;
}
.dispo_modal .modal-content p.note {
    margin: 0;
    color: #ccc;
}
.dispo_modal .dispo_modal_close {
    width: 100%;
    display: block;
    padding: 5px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #0561C4;
    border: 1px solid #0561C4;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 20px;
}

.dispo_modal .dispo_modal_close:hover,
.dispo_modal .dispo_modal_close:focus {
    color: #0561C4;
    text-decoration: none;
    background-color: #fff;
}

.popup_mobile_title {
    font-weight: 600;
    font-size: 1.125rem;
    color: #161A2C;
    margin: 0 0 30px 0;
    text-align: center;
}
/*@media (min-width: 1301px) {*/
/*    .popup_mobile_title { display: none; }*/
/*}*/
#datetime .value_box > div,
#return_datetime .value_box > div,
#datetime_daily .value_box > div {
    display: flex;
    gap: 3px;
}
.popup_mobile_close { display: none; }


.dispo_form_header {
    margin-bottom: 20px;
}
.dispo_form_header p {
    line-height: 1.2em;
    color: white;
}

.dispo_form_header p:nth-child(1) {
    font-weight: 800;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
    padding-right:20px;
}
.dispo_form_header p:nth-child(1) span {
    color: #5191FA;
}
@media (min-width: 1300px) {

    .dispo_form_header p {
        min-height: 15px;
    }
    .dispo_form_wraper:not(.force_mobile_size_dispo) .dispo_form_upper {
        margin-bottom: -30px;
    }
    .dispo_form_wraper.force_mobile_size_dispo .dispo_form_upper p{
        text-align: center;
    }
}
@media (max-width: 1300px) {
    .dispo_form_header{
        flex-direction: column;
    }
    .dispo_form_header p {
        text-align: center;
        margin-bottom: 20px !important;
    }

}
@media (max-width: 768px) {
    .dispo_form_header p:nth-child(1) {
        font-size: 22px;
        font-size: 1.375rem;
    }
    .dispo_form_header p:nth-child(2) {
        font-size: 15px;
        font-size: 0.875rem;
    }
}

#return_dropoff {
    cursor: pointer !important;
}

.popup_mobile_close {
    cursor: pointer;
}