html {
    font-size: 100%;
}
* {
    box-sizing: border-box;
}
#selected_box_datetime_daily .period_picker_selector_week,
.events-none {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
@media (min-width: 1201px) {
    .hide_above_1200 {
        display: none !important;
    }
}
@media (max-width: 1200px) {
    .hide_below_1200 {
        display: none !important;
    }
}
@media (min-width: 1101px) {
    .hide_above_1100 {
        display: none !important;
    }
}
@media (max-width: 1100px) {
    .hide_below_1100 {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .hide_above_768 {
        display: none !important;
    }
}
@media (min-width: 501px) {
    .hide_above_500 {
        display: none !important;
    }
}
@media (max-width: 500px) {
    .hide_below_500 {
        display: none !important;
    }
}
html .fancybox__slide {
    padding: 0;
    transition: 0.25s ease-in-out;
}
html .fancybox__slide .selected_box {
    border-radius: 0;
}
html .fancybox__container .fancybox__content > .f-button.is-close-btn {
    top: 10px;
    right: 12px;
    background: initial;
    outline: initial;
    box-shadow: initial;
}
html .fancybox__container .fancybox__content > .f-button.is-close-btn svg {
    stroke: #0f1729;
}
html .dispo_form_wraper .dispo_form_header {
    justify-content: space-between;
}
.force_mobile_size_dispo .dispo_form_header p:nth-child(1) {
    margin-bottom: 20px;
}

#selected_box_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_month i,
#selected_box_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_year i,
#selected_box_datetime .calendar_wraper .xdsoft_today_button,
#selected_box_datetime_daily .calendar_wraper .period_picker_box .period_picker_days table table td span,
#selected_box_datetime_daily .calendar_wraper .period_picker_days > table > tbody > tr > td:nth-child(3),
#selected_box_datetime_daily .calendar_wraper .period_picker_days > table > tbody > tr > td:nth-child(4),
#selected_box_datetime_daily .selected_box_body hr,
#selected_box_return_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_month i,
#selected_box_return_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_year i,
#selected_box_return_datetime .calendar_wraper .xdsoft_today_button,
.mob_type_select[select-active="return"] ~ .form_box:not(.return_box) > :not(.form_submit),
html .dispo_form_wraper .dispo_form_header ul.nav li img {
    display: none;
}
html .dispo_form_wraper .dispo_form_header ul.nav {
    display: flex;
    align-items: center;
    gap: 12px;
}
html .dispo_form_wraper .dispo_form_header ul.nav li {
    padding: 0;
    height: 36px;
    transition: 0.25s ease-in-out;
}
html .dispo_form_wraper .dispo_form_header ul.nav li a {
    line-height: 1.1em;
    height: 100%;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    padding: 8px 16px 8px 42px;
    transition: inherit;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 16px 50%;
}
.switch_box .switch input:checked + .slider,
html .dispo_form_wraper .dispo_form_header ul.nav li.active {
    background: #5191fa;
}
html .dispo_form_wraper .dispo_form_header ul.nav li:first-child a {
    background-image: url("../img/nav_1.svg");
}
html .dispo_form_wraper .dispo_form_header ul.nav li:nth-child(2) a {
    background-image: url("../img/nav_2.svg");
}
html .dispo_form_wraper .dispo_form_header ul.nav li:nth-child(3) a {
    background-image: url("../img/nav_3.svg");
}
html .dispo_form_wraper .dispo_form_header ul.nav li:nth-child(4) a {
    background-image: url("../img/nav_4.svg");
}
html .dispo_form_wraper .dispo_form_body form .form_submit {
    flex-shrink: 0;
    width: 135px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5191fa;
    font-family: inherit;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    order: 100;
}
html .dispo_form_wraper .dispo_form_body form .input_group {
    min-width: 98px;
}
html .dispo_form_wraper .dispo_form_body form .input_group .value_box {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 2px;
    font-weight: 700;
    font-size: 0.875rem;
    color: #161a2c;
    line-height: 1.25em;
}
html .dispo_form_wraper .dispo_form_body form .input_group .value_box span {
    width: auto;
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    color: #5c5a71;
    line-height: 1.25em;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
html .dispo_form_wraper .dispo_form_body form .input_group.error {
    outline: red solid 2px;
}
html .dispo_form_wraper:not(.tours) .dispo_form_body form .form_box:not(.return_box) .input_group:first-of-type {
    width: 215px;
    height: 66px;
    padding: 0;
}
html .dispo_form_wraper:not(.tours) .dispo_form_body form .form_box:not(.return_box) .input_group:first-of-type .custom_select {
    width: 100%;
    height: 100%;
    background: initial;
}
html .dispo_form_wraper:not(.tours) .dispo_form_body form .form_box:not(.return_box) .input_group:first-of-type .custom_select .selected {
    padding: 0 15px;
    gap: 14px;
}
@media (max-width: 350px) {
    html .dispo_form_wraper:not(.tours) .dispo_form_body form .form_box:not(.return_box) .input_group:first-of-type .custom_select .selected {
        gap: 3px;
    }
}
html .dispo_form_wraper:not(.tours) .dispo_form_body form .form_box:not(.return_box) .input_group:first-of-type .custom_select .selected div {
    width: initial;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-weight: 700;
    font-size: 1rem;
    color: #161a2c;
    line-height: 1.25em;
    white-space: nowrap;
}
html .dispo_form_wraper:not(.tours) .dispo_form_body form .form_box:not(.return_box) .input_group:first-of-type .custom_select .selected div span {
    width: auto;
    display: block;
    font-weight: 700;
    font-size: 0.75rem;
    color: #5c5a71;
    line-height: 1.25em;
}
html .dispo_form_wraper:not(.tours) .dispo_form_body form .form_box:not(.return_box) .input_group:first-of-type .custom_select .select_list li {
    border: initial;
    background: initial;
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0 18px;
    transition: 0.25s ease-in-out;
}
html .dispo_form_wraper:not(.tours) .dispo_form_body form .form_box:not(.return_box) .input_group:first-of-type .custom_select .select_list li:first-of-type {
    border-radius: 10px 10px 0 0;
}
html .dispo_form_wraper:not(.tours) .dispo_form_body form .form_box:not(.return_box) .input_group:first-of-type .custom_select .select_list li:last-of-type {
    border-radius: 0 0 10px 10px;
}
html .dispo_form_wraper:not(.tours) .dispo_form_body form .form_box:not(.return_box) .input_group:first-of-type .custom_select .select_list li span {
    font-weight: 700;
    font-size: 1rem;
    color: #161a2c;
    white-space: nowrap;
}
html .dispo_form_wraper:not(.tours) .dispo_form_body form .form_box:not(.return_box) .input_group:first-of-type .custom_select .select_list li:hover,
html .search_result a:hover {
    background: #ecf2f7;
}
html .dispo_form_wraper:not(.tours) .dispo_form_body form .form_box:not(.return_box) .input_group:first-of-type .custom_select .select_list li .image {
    width: 97px;
    display: flex;
    justify-content: center;
    text-align: center;
}
html .dispo_form_wraper:not(.tours) .dispo_form_body form .form_box:not(.return_box) .input_group:first-of-type .custom_select .select_list li .image img {
    max-height: 39px;
}
html .circle {
    margin: 0;
    top: 50%;
    right: -3px;
    transform: translate(50%, -50%);
}
#datetime,
#return_datetime {
    width: 215px;
}
#dropoff {
    width: 321px;
}
#pickup {
    width: 242px;
}
#person {
    width: 98px;
}
.daily #pickup {
    width: 256px;
}
.daily #dropoff,
.dispo_form_wraper.daily #return_dropoff {
    width: 284px;
}
.daily #datetime {
    width: 240px;
}
.hourly #pickup {
    width: 493px;
}
.hourly #person {
    width: 127px;
}
#datetime_daily,
.dispo_form_wraper.daily #return_datetime {
    width: 238px;
}
#mileage {
    width: 184px;
}
#tours_types {
    width: 316px;
}
#travel_dates {
    width: 220px;
}
#trip_lenght {
    width: 132px;
}
#destination {
    width: 337px;
}
#price_range {
    width: 185px;
}
html .return_select {
    color: #000;
}
html .monthcal_wraper .select_year_box .cur_year,
html .return_select.active {
    font-weight: 600;
}
#selected_box_return {
    cursor: initial;
    min-width: initial;
    width: initial;
}
#selected_box_return .selected_box_body {
    padding: 11px 9px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
#return_dropoff,
#selected_box_dropoff,
#selected_box_pickup,
#selected_box_return_dropoff,
#selected_box_return_pickup {
    cursor: initial;
    min-width: 330px;
}
#return_dropoff .search_input_block,
#selected_box_dropoff .search_input_block,
#selected_box_pickup .search_input_block,
#selected_box_return_dropoff .search_input_block,
#selected_box_return_pickup .search_input_block {
    padding: 10px 0 0;
    border: initial;
}
#return_dropoff .search_input_block input,
#selected_box_dropoff .search_input_block input,
#selected_box_pickup .search_input_block input,
#selected_box_return_dropoff .search_input_block input,
#selected_box_return_pickup .search_input_block input {
    width: 100%;
    padding: 10px 10px 10px 53px;
    background-position: 20px 50%;
    box-shadow: initial;
}
#return_dropoff .advanced_search,
#selected_box_dropoff .advanced_search,
#selected_box_pickup .advanced_search,
#selected_box_return_dropoff .advanced_search,
#selected_box_return_pickup .advanced_search {
    border-top: 0.5px solid rgba(112, 112, 112, 0.5);
    padding: 17px 24px 20px 22px;
    margin: 12px 0 0;
    display: flex;
    align-items: center;
}
#return_dropoff .advanced_search span,
#selected_box_dropoff .advanced_search span,
#selected_box_pickup .advanced_search span,
#selected_box_return_dropoff .advanced_search span,
#selected_box_return_pickup .advanced_search span {
    max-width: 86px;
}
#return_dropoff .advanced_search a,
#return_dropoff .advanced_search span,
#selected_box_dropoff .advanced_search a,
#selected_box_dropoff .advanced_search span,
#selected_box_pickup .advanced_search a,
#selected_box_pickup .advanced_search span,
#selected_box_return_dropoff .advanced_search a,
#selected_box_return_dropoff .advanced_search span,
#selected_box_return_pickup .advanced_search a,
#selected_box_return_pickup .advanced_search span {
    font-weight: 600;
    font-size: 0.875rem;
    color: #161a2c;
}
#return_dropoff .advanced_search a,
#selected_box_dropoff .advanced_search a,
#selected_box_pickup .advanced_search a,
#selected_box_return_dropoff .advanced_search a,
#selected_box_return_pickup .advanced_search a {
    padding: 11px 28px 11px 14px;
    background-image: url("../img/arrow_right_small_black.svg");
    background-size: 9px 9px;
    background-position: right 11px top 50%;
    background-repeat: no-repeat;
    border: 1px solid #707070;
    transition: 0.25s ease-in-out;
}
#selected_box_person {
    cursor: initial;
    min-width: 154px;
}
#selected_box_person .minus,
#selected_box_person .plus,
.minus,
.plus {
    cursor: pointer;
}
#selected_box_person .minus img,
#selected_box_person .plus img {
    display: block;
}
#selected_box_person .count_wraper {
    padding: 18px 21px 17px;
    display: flex;
    align-items: center;
}
#selected_box_tours_types {
    width: 590px;
    cursor: initial;
}
#selected_box_tours_types .switches {
    min-width: initial;
    width: 100%;
    padding: 27px 21px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
}
#selected_box_tours_types .switches .column {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
#selected_box_tours_types .switches .column .switch_box > span {
    font-weight: 600;
    font-size: 1rem;
    color: #000;
}
#selected_box_destination hr,
#selected_box_tours_types hr {
    background: rgba(112, 112, 112, 0.5);
    margin: 0;
}
#selected_box_tours_types .advanced_search {
    padding: 21px;
    display: flex;
    justify-content: center;
    gap: 18px;
}
#selected_box_destination .advanced_search a,
#selected_box_destination .advanced_search span,
#selected_box_tours_types .advanced_search a,
#selected_box_tours_types .advanced_search span {
    font-weight: 600;
    font-size: 0.875rem;
    color: #161a2c;
    width: initial;
}
#selected_box_tours_types .advanced_search a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 39px;
    white-space: nowrap;
}
.switch_box .switch {
    width: 48px;
    height: 24px;
}
.switch_box .switch .slider {
    background: #f0f3f5;
    border: 1px solid #bcbcbc;
}
.switch_box .switch .slider::before {
    width: 18px;
    height: 18px;
    background: #5c5a71;
    left: 3px;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
}
.switch_box .switch input:checked + .slider:before {
    -webkit-transform: translateY(-50%) translateX(21px);
    -ms-transform: translateY(-50%) translateX(21px);
    transform: translateY(-50%) translateX(21px);
    background: #fff;
}
.dispo_form_body .select_list,
.dispo_form_body .selected_box:not(#selected_box_return_person) {
    background: #fff;
    box-shadow: 0 7px 11px #00000029;
    border-radius: 10px;
    margin: 0;
    position: absolute;
    top: initial;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 5;
}
.dispo_form_body #selected_box_tours_types,
.dispo_form_body .select_list {
    left: 0;
    transform: translate(0, 100%);
}
#selected_box_travel_dates {
    cursor: initial;
    width: 240px;
}
#selected_box_travel_dates .monthcal_wraper {
    min-width: initial;
    width: 100%;
    padding: 25px 20px 17px;
}
#selected_box_travel_dates .monthcal_wraper .select_month_box.active {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 25px 0 0;
}
#selected_box_travel_dates .monthcal_wraper .select_month_box.active .month {
    width: 100%;
    transition: 0.25s ease-in-out;
    padding: 0;
    margin: 0;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
    color: #000;
}
#selected_box_travel_dates .monthcal_wraper .select_month_box.active .month.active,
#selected_box_trip_lenght .select_days_box .daycount.active {
    background: #5191fa;
    color: #fff;
}
#selected_box_trip_lenght {
    cursor: initial;
    width: 230px;
}
#selected_box_trip_lenght .select_days_box {
    min-width: initial;
    width: 100%;
    padding: 20px 17px 23px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px 5px;
}
#selected_box_trip_lenght .select_days_box .daycount {
    width: 100%;
    height: 35px;
    border: initial;
    border-radius: 10px;
    background: #ecf2f7;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    color: #161a2c;
    text-align: center;
}
#selected_box_destination {
    cursor: initial;
    width: 350px;
}
#selected_box_destination .search_input_block {
    padding: 14px 0 0;
}
#selected_box_destination .search_input_block .select_tour_region,
html .count_wraper {
    padding-bottom: 14px;
}
#selected_box_destination .search_input_block .select_tour_region li.select_reg {
    padding: 10px 20px 10px 50px;
    background: url("../img/location.svg") 25px 50%/14px 14px no-repeat initial;
    transition: 0.25s ease-in-out;
    font-weight: 600;
    font-size: 0.875rem;
    color: #161a2c;
}
#selected_box_destination .search_input_block .select_tour_region li.select_reg:hover {
    background-color: #f0f3f5;
}
#selected_box_destination .advanced_search {
    padding: 16px 23px 19px;
    display: flex;
    justify-content: center;
    gap: 18px;
}
#selected_box_destination .advanced_search span {
    max-width: 110px;
}
#selected_box_destination .advanced_search a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 49px 11px 29px;
    background-image: url("../img/arrow_right_small_black.svg");
    background-size: 9px 9px;
    background-position: right 31px top 50%;
    background-repeat: no-repeat;
}
#selected_box_price_range {
    cursor: initial;
    min-width: initial;
    width: 462px;
}
#selected_box_price_range .price_range_wraper {
    min-width: initial;
    padding: 32px 22px 22px;
}
#selected_box_price_range .selected_price_wraper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 13px;
    margin: 36px 0 0;
}
#selected_box_price_range .selected_price_wraper .selected_price {
    padding: 6px 10px;
    margin: 0;
    width: 100%;
    height: 55px;
    border: 0.5px solid #615f79;
    border-radius: 10px;
    background: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px 8px;
    font-weight: 700;
    font-size: 1rem;
    color: #161a2c;
}
#selected_box_price_range .selected_price_wraper .selected_price span {
    color: #5191fa;
}
#slider-range {
    height: 10px;
    background: #e2e2e2;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
}
#slider-range .ui-slider-range {
    background: #a3a3a3;
}
#slider-range .ui-state-default {
    width: 32px;
    height: 32px;
    background: url("../img/input_circle.svg") center/contain no-repeat initial;
    border-radius: 50%;
    border: initial;
    top: -12px;
    transform: translateX(-50%);
    margin: 0;
}
#selected_box_datetime,
#selected_box_return_datetime {
    cursor: initial;
    width: 335px;
}
#selected_box_datetime .selected_box_body,
#selected_box_return_datetime .selected_box_body {
    padding: 0 0 5px;
    background: #fff;
    border-radius: inherit;
}
#selected_box_datetime .calendar_wraper,
#selected_box_datetime_daily .calendar_wraper,
#selected_box_return_datetime .calendar_wraper {
    padding: 0;
    min-width: initial;
}
#selected_box_datetime .calendar_wraper .xdsoft_datetimepicker,
#selected_box_return_datetime .calendar_wraper .xdsoft_datetimepicker {
    border: initial;
    padding: 0;
    display: flex;
    flex-direction: column;
    background: initial;
}
#selected_box_datetime .calendar_wraper .xdsoft_datepicker,
#selected_box_return_datetime .calendar_wraper .xdsoft_datepicker {
    width: 100%;
    margin: 0;
    padding: 24px 24px 0;
}
#selected_box_datetime .calendar_wraper .xdsoft_monthpicker,
#selected_box_return_datetime .calendar_wraper .xdsoft_monthpicker {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
#selected_box_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_month span,
#selected_box_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_year span,
#selected_box_return_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_month span,
#selected_box_return_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_year span {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #000;
}
#selected_box_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_month,
#selected_box_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_year,
#selected_box_return_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_month,
#selected_box_return_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_year {
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
#selected_box_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_month,
#selected_box_return_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_month {
    margin-left: auto;
}
#selected_box_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_year,
#selected_box_return_datetime .calendar_wraper .xdsoft_monthpicker .xdsoft_year {
    margin-right: auto;
    padding-left: 7px;
    padding-right: 5px;
}
#selected_box_datetime .calendar_wraper .xdsoft_next,
#selected_box_datetime .calendar_wraper .xdsoft_prev,
#selected_box_return_datetime .calendar_wraper .xdsoft_next,
#selected_box_return_datetime .calendar_wraper .xdsoft_prev {
    box-shadow: initial;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: url(../img/planner_arrow.svg) center/contain no-repeat !important;
    opacity: 1;
}
#selected_box_datetime .calendar_wraper .xdsoft_prev,
#selected_box_return_datetime .calendar_wraper .xdsoft_prev {
    transform: rotate(180deg);
}
#selected_box_datetime .calendar_wraper .xdsoft_next,
#selected_box_return_datetime .calendar_wraper .xdsoft_next {
    margin-left: 20px;
}
#selected_box_datetime .calendar_wraper .xdsoft_datetimepicker .xdsoft_calendar th,
#selected_box_return_datetime .calendar_wraper .xdsoft_datetimepicker .xdsoft_calendar th {
    box-shadow: initial;
    width: 100%;
    background: initial;
    border: initial;
    font-weight: 600;
    font-size: 0.875rem;
    color: #000;
    text-align: center;
    padding-bottom: 12px;
    display: block;
    height: 100%;
}
#selected_box_datetime .calendar_wraper .xdsoft_datetimepicker .xdsoft_calendar td,
#selected_box_return_datetime .calendar_wraper .xdsoft_datetimepicker .xdsoft_calendar td {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    background: initial;
    border: initial;
    border-radius: 50%;
    font-weight: 600;
    font-size: 0.875rem;
    color: #161a2c;
    box-shadow: initial;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease-in-out;
}
#selected_box_datetime .calendar_wraper .xdsoft_datetimepicker .xdsoft_calendar td:hover,
#selected_box_return_datetime .calendar_wraper .xdsoft_datetimepicker .xdsoft_calendar td:hover {
    background: #5191fac4 !important;
}
#selected_box_datetime .calendar_wraper .xdsoft_datetimepicker .xdsoft_calendar td div,
#selected_box_datetime_daily .calendar_wraper .period_picker_box .period_picker_days table table td:not(.period_picker_selector_week) div,
#selected_box_datetime_daily .selected_box_body,
#selected_box_return_datetime .calendar_wraper .xdsoft_datetimepicker .xdsoft_calendar td div {
    padding: 0;
}
#selected_box_datetime .calendar_wraper .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
#selected_box_datetime_daily .calendar_wraper .period_picker_box .period_picker_days table table td:not(.period_picker_selector_week).period_picker_selected,
#selected_box_return_datetime .calendar_wraper .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background: #5191fa !important;
    color: #fff;
}
#selected_box_datetime .calendar_wraper .xdsoft_calendar tr,
#selected_box_return_datetime .calendar_wraper .xdsoft_calendar tr {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
html .pickup_time {
    max-width: 214px;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
}
html .pickup_time .pickup_time_hour,
html .pickup_time .pickup_time_min {
    cursor: pointer;
    font-weight: 600;
}
html .hour_array,
html .min_array {
    cursor: initial;
    box-shadow: 0 7px 11px #00000029;
    border-radius: 10px;
    width: 65px;
    height: 222px;
    padding: 40px 0;
    margin-right: -43px;
    margin-top: -90px;
}
html .hour_array .gotop,
html .min_array .gotop {
    top: 10px;
}
html .hour_array .gobottom,
html .min_array .gobottom {
    bottom: 10px;
}
html .hour_array .gobottom,
html .hour_array .gotop,
html .min_array .gobottom,
html .min_array .gotop {
    margin: 0;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
    cursor: pointer;
}
html .hour_array .ulwraper,
html .min_array .ulwraper {
    height: 144px;
    border-radius: initial;
}
html .hour_array .ulwraper ul,
html .min_array .ulwraper ul {
    margin: 0;
}
html .hour_array .ulwraper li,
html .min_array .ulwraper li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    height: 24px;
    font-weight: 600;
    font-size: 0.875rem;
    color: #161a2c;
    transition: 0.25s ease-in-out;
}
html .hour_array .ulwraper li:hover,
html .min_array .ulwraper li:hover {
    background: #0561c496;
    color: #fff;
}
html .hour_array .ulwraper li.active,
html .min_array .ulwraper li.active {
    color: #fff;
    background: #5191fa;
}
html .hour_array {
    margin-right: 0;
    margin-left: -43px;
}
.pickup_time_upper {
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    padding: 19px 0 3px;
    margin: 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.pickup_time_upper p {
    font-weight: 600;
    font-size: 0.875rem;
    color: #161a2c;
    margin: 0;
}
html #selected_box_mileage {
    padding-top: 22px;
    cursor: initial;
}
#selected_box_datetime_daily {
    width: 680px;
}
#selected_box_datetime_daily .calendar_wraper .period_picker_box {
    width: 100% !important;
    min-height: 300px;
    border: initial;
    position: relative;
    left: -20px !important;
    background: initial;
}
#selected_box_datetime_daily .calendar_wraper .period_picker_box .period_picker_days table table th.period_picker_month {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #000;
    padding: 0 0 58px 40px;
    text-transform: initial;
}
@media (max-width: 1300px) {
    html .dispo_form_wraper .dispo_form_header ul.nav {
        margin: 0 auto;
    }
    html .dispo_form_wraper .dispo_form_body form .form_submit {
        width: 100%;
        border-radius: 8px;
        margin-top: 10px;
    }
    html .dispo_form_wraper:not(.tours) .dispo_form_body form .form_box:not(.return_box) .input_group:first-of-type {
        height: 50px;
        /*border-radius: 8px;*/
    }
    html .circle {
        top: -54px;
        right: -68px;
        transform: translate(50%, -50%) rotate(90deg);
        pointer-events: none;
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
        -ms-pointer-events: none;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
    /*#selected_box_person,*/
    /*#selected_box_return {*/
    /*    position: initial;*/
    /*    margin: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    padding-top: 60px;*/
    /*}*/
    /*#selected_box_return .selected_box_body {*/
    /*    padding: 0;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    gap: 12px;*/
    /*}*/
    /*#selected_box_return .selected_box_body .return_select {*/
    /*    width: 100%;*/
    /*    max-width: 300px;*/
    /*    height: 76px;*/
    /*    background: #fff;*/
    /*    border: 0.5px solid #c4c4c4;*/
    /*    border-radius: 8px;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    font-weight: 700;*/
    /*    font-size: 1rem;*/
    /*    color: #161a2c;*/
    /*}*/
    /*#selected_box_return .selected_box_body .return_select.active {*/
    /*    background: #ecf2f7;*/
    /*    border-color: #ecf2f7;*/
    /*}*/
    #return_dropoff,
    #selected_box_dropoff,
    #selected_box_pickup,
    #selected_box_return_dropoff,
    #selected_box_return_pickup {
        width: 100%;
        height: 100%;
        padding-top: 60px;
        margin: 0;
        position: initial;
    }
    #return_dropoff .search_input_block input,
    #selected_box_dropoff .search_input_block input,
    #selected_box_pickup .search_input_block input,
    #selected_box_return_dropoff .search_input_block input,
    #selected_box_return_pickup .search_input_block input {
        background-color: #ecf2f7;
        height: 75px;
        border-radius: 8px;
    }
    #return_dropoff .advanced_search,
    #selected_box_dropoff .advanced_search,
    #selected_box_pickup .advanced_search,
    #selected_box_return_dropoff .advanced_search,
    #selected_box_return_pickup .advanced_search {
        border: initial;
        flex-direction: column;
        gap: 8px;
    }
    #return_dropoff .advanced_search span,
    #selected_box_dropoff .advanced_search span,
    #selected_box_pickup .advanced_search span,
    #selected_box_return_dropoff .advanced_search span,
    #selected_box_return_pickup .advanced_search span {
        max-width: initial;
        text-align: center;
        width: 100%;
    }
    #return_dropoff .advanced_search a,
    #selected_box_dropoff .advanced_search a,
    #selected_box_pickup .advanced_search a,
    #selected_box_return_dropoff .advanced_search a,
    #selected_box_return_pickup .advanced_search a {
        width: 100%;
    }
    /*#selected_box_person .count_wraper {*/
    /*    border: 0.5px solid #615f79;*/
    /*    border-radius: 8px;*/
    /*    max-width: 300px;*/
    /*    margin: 0 auto;*/
    /*}*/
    #selected_box_destination hr,
    #selected_box_tours_types hr {
        margin-top: auto;
    }
    #selected_box_destination,
    #selected_box_price_range,
    #selected_box_tours_types,
    #selected_box_travel_dates,
    #selected_box_trip_lenght {
        width: 100%;
        height: 100%;
        padding: 60px 0 0;
        position: initial;
        margin: 0;
        overflow-y: auto;
    }
    #selected_box_travel_dates .monthcal_wraper .select_month_box.active .month {
        border-radius: 50%;
        max-width: 55px;
        max-height: 55px;
        margin: 0 auto;
    }
    #selected_box_travel_dates .monthcal_wraper .select_month_box.active .month:hover {
        background: initial;
    }
    #selected_box_travel_dates .monthcal_wraper {
        max-width: 340px;
        margin: 0 auto;
        padding: 0;
    }
    #selected_box_travel_dates .monthcal_wraper .select_year_box {
        padding: 0 25px;
    }
    #selected_box_trip_lenght .select_days_box {
        max-width: 334px;
        margin: 0 auto;
        padding-bottom: 0;
    }
    #selected_box_trip_lenght .select_days_box .daycount {
        height: 46px;
    }
    #selected_box_destination .search_input_block {
        display: flex;
        flex-direction: column;
        border: initial;
    }
    #selected_box_price_range .price_range_wraper {
        padding: 20px 26px 0;
        max-width: 352px;
        margin: 0 auto;
    }
    #selected_box_price_range .selected_price_wraper {
        grid-template-columns: repeat(1, 1fr);
    }
    #selected_box_price_range .selected_price_wraper .selected_price {
        justify-content: space-between;
        padding: 6px 28px;
    }
    #selected_box_datetime,
    #selected_box_return_datetime {
        width: 100%;
        height: 100%;
        max-width: 600px;
        position: initial;
        margin: 0;
        padding: 60px 0 0;
    }
    html .pickup_time .pickup_time_hour,
    html .pickup_time .pickup_time_min {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }
    html .pickup_time {
        flex-direction: column;
        gap: 4px;
        width: 100% !important;
        max-width: 300px;
        padding: 0 !important;
    }
    html .pickup_time > span {
        transform: rotate(90deg) translateX(25%) translateY(-4%);
    }
    html .hour_array,
    html .min_array {
        margin-top: -218px;
        margin-right: 0;
    }
    html .hour_array {
        margin-left: 0;
    }
    .pickup_time_upper {
        padding-bottom: 22px;
    }
    html #selected_box_mileage {
        width: 100%;
        height: 100%;
        position: initial;
        margin: 0;
        padding: 60px 0 0;
    }
    html #selected_box_mileage .block_title,
    html #selected_box_mileage .pickup_time_upper p {
        font-weight: 600;
        font-size: 1.125rem;
        color: #161a2c;
        margin: 0 0 30px;
        text-align: center;
    }
    html #selected_box_mileage .count_wraper {
        max-width: 300px;
        margin: 0 auto;
        border: 0.5px solid #615f79;
        border-radius: 8px;
        align-items: center;
    }
    html #selected_box_mileage .pickup_time_upper {
        border: initial;
        margin-top: 30px;
    }
    html #selected_box_mileage .pickup_time {
        padding: 0 15px;
    }
    #selected_box_datetime_daily {
        width: 100%;
        max-width: 700px;
        position: initial;
        margin: 0;
        padding: 60px 0 0;
    }
    #selected_box_datetime_daily .advanced,
    #selected_box_datetime_daily .calendar_wraper .period_picker_box .period_picker_first_letters_tr ~ tr:not(:nth-child(2)) {
        display: none;
    }
    #selected_box_datetime_daily .datetime_mobile_lower {
        margin-top: 14px;
    }
    #selected_box_datetime_daily .selected_box_body {
        height: 100%;
        padding-bottom: 1px;
        overflow-y: auto;
    }
    #selected_box_datetime_daily .calendar_wraper .period_picker_box {
        min-height: 355px;
    }
    #selected_box_datetime_daily .calendar_wraper .period_picker_box .period_picker_days table table th.period_picker_month {
        pointer-events: none;
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
        -ms-pointer-events: none;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
}
#selected_box_datetime_daily .calendar_wraper .period_picker_box .period_picker_days table table td {
    width: initial;
    height: initial;
}
#selected_box_datetime_daily .calendar_wraper .period_picker_box .period_picker_days table table td:not(.period_picker_selector_week) {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    background: initial;
    border: initial;
    border-radius: initial;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    color: #161a2c;
    box-shadow: initial;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease-in-out;
}
#selected_box_datetime_daily .calendar_wraper .period_picker_box .period_picker_days table table td:not(.period_picker_selector_week).period_picker_gray_period {
    color: #bfbfbf;
    cursor: not-allowed;
}
#selected_box_datetime_daily [class^="period_picker_month"]::after {
    content: initial;
}
#selected_box_datetime_daily [class^="period_picker_month"] table {
    width: 100%;
}
#selected_box_datetime_daily [class^="period_picker_month"] tr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
#selected_box_datetime_daily .period_picker_box .period_picker_days .period_picker_first_letters_table tr,
#selected_box_datetime_daily [class^="period_picker_month"] tr[data-week] {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
#selected_box_datetime_daily .period_picker_box .period_picker_days .period_picker_first_letters_table {
    width: 100%;
    margin: 52px 0 -60px;
}
#selected_box_datetime_daily .period_picker_box .period_picker_days .period_picker_first_letters_table tr th {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    color: #000;
}
#selected_box_datetime_daily .period_picker_selector_week span {
    background: initial;
    width: initial;
    height: initial;
}
#selected_box_datetime_daily .time_box {
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    padding: 0;
    margin: 20px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#selected_box_datetime_daily .time_box > div:first-child {
    border-right: 1px solid rgba(112, 112, 112, 0.5);
    padding: 20px 0;
}
#selected_box_datetime_daily .pickup_time {
    gap: 7px;
    padding: 0;
    margin-top: 19px;
    width: fit-content;
}
#selected_box_datetime_daily .advanced {
    gap: 18px;
}
#selected_box_datetime_daily .advanced a {
    padding: 8px 32px 8px 20px;
    height: 40px;
    display: flex;
    align-items: center;
    background-image: url("../img/arrow_right_small_black.svg");
    background-repeat: no-repeat;
    background-size: 9px 9px;
    background-position: right 16px top 50%;
    transition: 0.25s ease-in-out;
}
@media (max-width: 768px) {
    .hide_below_768 {
        display: none !important;
    }
    html .dispo_form_wraper .dispo_form_header ul.nav {
        gap: 10px;
        justify-content: space-evenly;
        width: 100%;
    }
    html .dispo_form_wraper .dispo_form_header ul.nav li a {
        background: initial !important;
        padding: 8px 12px;
        font-size: 0.8125rem;
        text-align: center;
    }
    html .dispo_form_wraper .dispo_form_header ul.nav li.active a {
        padding: 8px 12px;
    }
    html .dispo_form_wraper .dispo_form_body form .form_submit {
        height: 50px;
        font-weight: 800;
        font-size: 0.875rem;
    }
    #selected_box_tours_types .switches .column {
        gap: 18px;
    }
    #selected_box_tours_types .switches {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
        padding-bottom: 12px;
    }
    #selected_box_datetime_daily .time_box {
        grid-template-columns: repeat(1, 1fr);
    }
    #selected_box_datetime_daily .advanced {
        gap: 4px;
    }
}
#selected_box_datetime_daily .period_picker_box .xdsoft_navigate.xdsoft_navigate_prev {
    background: url(../img/planner_arrow.svg) center/24px 24px no-repeat initial;
    opacity: 1;
    width: 40px;
    height: 40px;
    top: -2px;
    left: 42px;
    transform: rotate(180deg);
}
#selected_box_datetime_daily .period_picker_box .xdsoft_navigate.xdsoft_navigate_next {
    background: url(../img/planner_arrow.svg) center/24px 24px no-repeat initial;
    opacity: 1;
    width: 40px;
    height: 40px;
    top: -2px;
    right: 0;
}
#person .value_box span,
#return_person .value_box span {
    text-align: center;
}
#return_pickup {
    width: 565px;
    margin-right: 1px;
}
#return_dropoff {
    width: 321px;
    min-width: initial;
}
#return_person {
    width: 238px;
    margin: 0;
}
html .dispo_form_body form .form_box.return_box.active {
    margin-top: 7px;
}
.dispo_form_wraper.daily #return_pickup {
    width: 579px;
}
#datetime .value_box > div,
#datetime_daily .value_box > div,
#return_datetime .value_box > div {
    display: flex;
    gap: 3px;
}
.mob_type_select {
    height: 42px;
    width: 100%;
    order: -10;
    margin: 0 0 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}
.mob_type_select div {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 8px;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 0.8125rem;
    color: #fff;
}
.mob_type_select div.active {
    background: #5191fa;
    color: #fff;
    border-color: #5191fa;
}
.mob_type_select[select-active="one_way"] ~ .return_box {
    display: none !important;
}
.mob_type_select[select-active="return"] ~ .form_box.return_box {
    order: -5;
    margin: 0 0 3px !important;
}
html .count_wraper .count {
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    min-width: fit-content;
}
html .search_result a {
    font-weight: 700;
    font-size: 0.875rem;
    color: #161a2c;
    transition: 0.25s ease-in-out;
}
html .search_result.active ~ .advanced_search {
    border-top: initial !important;
    margin: 0 !important;
}
html .popup_mobile_close {
    width: 100%;
    max-width: 300px;
    height: 47px;
    padding: 0;
    margin: 30px auto 22px;
    background: #5191fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    color: #fff;
}
html .popup_mobile_close::after {
    content: url("../img/arrow_right_small.svg");
    transform: scale(0.75);
    padding-left: 7px;
}
html .datetime_mobile_lower {
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    padding: 26px 0 0;
    margin: 0;
}
html .datetime_mobile_lower p {
    font-weight: 600;
    font-size: 0.875rem;
    color: #161a2c;
    margin: 0 0 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
html .datetime_mobile_lower .datetime_mobile_date_current ~ .popup_mobile_close {
    margin-top: 20px;
}
@media (min-width: 1301px) {
    #selected_box_datetime_daily .calendar_wraper .period_picker_box .period_picker_days table table td:not(.period_picker_selector_week):not(.period_picker_empty, .period_picker_gray_period):hover {
        color: #fff;
        background: #5191fac4 !important;
    }
    #dropoff,
    #return_dropoff {
        padding-left: 22px;
    }
}
@media (max-width: 1300px) {
    #search,
    #select_list li .image {
        display: flex;
    }
    #search {
        flex-direction: column;
        width: fit-content;
        margin: 0 auto;
    }
    html div.dispo_form_wraper .dispo_form_body .form_box {
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 3px 0;
    }
    html div.dispo_form_wraper .dispo_form_body .form_box .input_group:first-of-type {
        margin: 0;
        padding: 0;
        width: calc(100% - 120px) !important;
        order: -1;
    }
    html div.dispo_form_wraper .dispo_form_body .form_box #return {
        margin: 0;
        max-width: initial;
        width: 118px;
        border-radius: 0 8px 8px 0;
        order: -1;
    }
    html div.dispo_form_wraper .dispo_form_body .form_box #pickup {
        width: 100%;
        order: -1;
        border-radius: 8px;
    }
    html div.dispo_form_wraper .dispo_form_body .form_box #dropoff {
        width: 100%;
        order: -1;
        margin: 0;
        border-radius: 8px;
    }
    html div.dispo_form_wraper .dispo_form_body .form_box #datetime,
    html div.dispo_form_wraper .dispo_form_body .form_box #datetime_daily {
        width: calc(100% - 120px) !important;
        margin: 0;
        border-radius: 8px 0 0 8px;
    }
    html div.dispo_form_wraper .dispo_form_body .form_box #person {
        width: 118px;
        border-radius: 0 8px 8px 0;
        margin: 0;
    }
    html div.dispo_form_wraper.hourly .dispo_form_body .form_box .input_group:first-of-type {
        width: calc(100% - 120px) !important;
        border-radius: 8px 0 0 8px;
        order: -1;
    }
    html div.dispo_form_wraper.hourly .dispo_form_body .form_box #pickup {
        order: 0;
    }
    html div.dispo_form_wraper.hourly .dispo_form_body .form_box #datetime {
        width: calc(100% - 120px) !important;
        border-radius: 8px 0 0 8px;
    }
    html div.dispo_form_wraper.hourly .dispo_form_body .form_box #mileage {
        width: 118px !important;
        margin: 0;
        border-radius: 0 8px 8px 0;
        order: -1;
    }
    html div.dispo_form_wraper.hourly .dispo_form_body .form_box #person {
        width: 118px !important;
        margin: 0;
        border-radius: 0 8px 8px 0;
    }
    html div.dispo_form_wraper.tours .dispo_form_body .form_box .input_group:first-of-type {
        width: calc(100% - 120px) !important;
        border-radius: 8px 0 0 8px;
        padding: 0 15px;
    }
    html div.dispo_form_wraper.tours .dispo_form_body .form_box #travel_dates {
        width: 100% !important;
        margin: 0;
        border-radius: 8px;
    }
    html div.dispo_form_wraper.tours .dispo_form_body .form_box #trip_lenght {
        width: 118px;
        border-radius: 0 8px 8px 0;
        margin: 0;
        order: -1;
    }
    html div.dispo_form_wraper.tours .dispo_form_body .form_box #destination,
    html div.dispo_form_wraper.tours .dispo_form_body .form_box #price_range {
        width: 100%;
        border-radius: 8px;
        margin: 0;
    }
    html div.dispo_form_wraper .dispo_form_body form .input_group,
    html div.dispo_form_wraper .selected {
        height: 50px;
    }
    .popup_mobile_title {
        font-weight: 600;
        font-size: 1.125rem;
        color: #161a2c;
        margin: 0 0 30px;
        text-align: center;
    }
    #select_list {
        width: 100%;
        height: 100%;
        padding-top: 60px;
        display: block;
    }
    #select_list li {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 12px;
        padding: 16px 32px;
        border: 0.5px solid #c4c4c4;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #select_list li.active {
        background: #ecf2f7;
        border-color: #ecf2f7;
    }
    #select_list li span {
        font-weight: 700;
        font-size: 1rem;
        color: #161a2c;
    }
    #return_datetime,
    #return_dropoff,
    #return_person,
    #return_pickup {
        width: 100% !important;
        height: 50px;
        border-radius: 8px;
        margin: 0;
        padding: 0 15px;
    }
    #return_person .value_box span {
        text-align: left;
    }
    #return_datetime {
        order: -3;
    }
    .return_box .circle {
        display: none;
    }
    #selected_box_return_person {
        /*position: initial;*/
        /*margin: 0;*/
        /*width: 100%;*/
        /*height: 100%;*/
        /*padding-top: 60px;*/
        width: fit-content;
    }
    /*#selected_box_return_person .count_wraper {*/
    /*    border: 0.5px solid #615f79;*/
    /*    border-radius: 8px;*/
    /*    max-width: 300px;*/
    /*    margin: 0 auto;*/
    /*}*/
    #select_list_wrap {
        width: 100%;
        height: 100%;
        padding: 60px 0 0;
        margin: 0;
        border-radius: 0;
    }
    #select_list_wrap #select_list {
        padding: 0;
        height: auto;
    }
    #select_list_wrap.fancybox__content .select_list {
        display: block;
        margin: 0;
        position: initial;
        width: 100%;
        height: 100%;
        box-shadow: initial;
    }
}
html .dispo_modal .modal-content {
    height: auto;
    width: 90%;
    max-width: 350px;
}
html .dispo_modal .modal-content h4 {
    font-size: 1.375rem;
}
html .dispo_modal .modal-content p {
    font-size: 1rem;
    text-align: center;
    color: #231e5f;
}
html .dispo_modal .modal-content p.note {
    color: #8b8b8b;
}
@media (min-width: 1300px) {
    html .dispo_form_wraper:not(.force_mobile_size_dispo) .popup_mobile_title,
    html .dispo_form_wraper:not(.force_mobile_size_dispo) .datetime_mobile_lower,
    html .dispo_form_wraper:not(.force_mobile_size_dispo) .popup_mobile_close {
        display: none;
    }
}

@media (min-width: 1300px) {
    span.block_title,
    .popup_mobile_title,
    .datetime_mobile_lower,
    .popup_mobile_close,
    #selected_box_mileage > div.popup_mobile_close {
        display: none;
    }
}

.dispo_form_wraper .daily #transport {
    border-radius: 10px;
}

.cursor-pointer {
    cursor: pointer;
}