.schedule {
    margin: 0 auto;
    width: 100%;
    float: left;
}

.schedule.min_z_index {
    z-index: 10;
}

.schedule.min_z_index.mobile {
    z-index: 5;
}

.schedule .no_wrap {
    white-space: nowrap;
}

.content_padding {
    padding: 0 20px !important;
}

.schedule .text_bold {
    font-weight: 600;
}

.schedule .title {
    font-weight: normal;
    font-size: 27px;
    margin: 0 auto;
    text-align: center;
}

.disp_flex_center {
    display: flex;
    align-items: center;
}

.schedule .grey_text {
    color: #9e9e9e;
}

.schedule .date {
    background: #f2f2f2;
    margin-top: 24px;
}

.schedule .text_center {
    text-align: center;
}

.schedule .filter_travel {
    border-bottom: 1px solid #00D2EF;
}

.schedule .swiper_choose_date {
    padding: 10px 0 20px;
}

.schedule .swiper_choose_date .year_slide {
    color: #181818;
    font-size: 48px;
    line-height: 1;
    font-family: 'AlegreyaSans', Sans-Serif;
}
.schedule .swiper_choose_date .year_slide.non-date,
.schedule .swiper_choose_date .month.non-date {
    color: #979797;
}
.slider_no_dates {
    z-index: 5;
    position: absolute;
    display: none;
    left: 44%;
    top: 76%;
    background-color: #FEFFCC;
    color: var(--black-color);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    width: 300px;
    padding: 14px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.schedule .swiper_choose_date .year_slide.next_year {
    background: linear-gradient(30deg, #1a68a9, #5e5f64);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #1a68a9;
}

.schedule .swiper_choose_date.swiper-container-autoheight .swiper-wrapper {
    align-items: center;
}

.schedule .swiper_choose_date .swiper-wrapper {
    height: inherit !important;
}

.schedule .swiper_choose_date.swiper-container-autoheight .swiper-slide {
    height: inherit;
}

.schedule .swiper_choose_date .swiper-slide > a {
    cursor: pointer;
}

.schedule .swiper_choose_date a {
    color: #181818;
    font-weight: 600;
    text-decoration: none;
    display: block;
}

.schedule .swiper_choose_date .month {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'SourceSansPro', Sans-Serif;
    text-align: center;
    transition: 0.2s;
}

.schedule .swiper_choose_date .active.month {
    color: #00D2EF;
    font-weight: 600;
    transition: 0.2s;
}

.schedule .swiper_choose_date .active.month:after {
    content: '';
    position: absolute;
    left: calc(50% - 15px);
    bottom: -32px;
    width: 30px;
    height: 13px;
    background-image: url(/public/images/schedule/active_month.svg);
}

.schedule .swiper-button-next-date-right, .schedule .swiper-button-prev-date-left {

    cursor: pointer;
    position: absolute;
    background: #ffffff;
    top: 7px;
    padding: 10px 11px;
    z-index: 100;
    color: #1a68a9;
    height: 50px;
}

.schedule .swiper-button-prev-date-left img {
    transform: scale(-1, 1);
}

.schedule .swiper-button-next-date-right {
    right: -1px;
    top: 11px;
}

.schedule .swiper-button-prev-date-left {
    left: -1px;
    top: 11px;
}

.schedule .click_show_filter {
    text-align: center;
    position: absolute;
    bottom: -14px;
    width: 100%;
    z-index: 3;
    display: flex;
    justify-content: center;
}

.schedule .click_show_filter .icon-filter {
    background-color: #fff;
    border-radius: 50%;
    font-size: 27px;
    cursor: pointer;
}

.schedule .click_show_filter .icon-filter.icon {
    color: #00D2EF;
    transform: rotate(180deg);
}

.schedule .click_show_filter .icon-filter.icon.active {
    transform: rotate(0);
}

.schedule .click_show_filter .icon-filter.but {
    display: none;
}

.schedule .ddi-input .ddi-content {
    border: none;
    background-color: #F4F8FA;
    border-radius: 0 5px 5px 5px;
}

.schedule .filter_block .ddi-input .ddi-label {
    padding: 8px 10px;
    border: none;
    background-color: #F4F8FA;
    border-radius: 5px;
    font-family: 'SourceSansPro', Sans-Serif;
}

.schedule .filter_block .ddi-input .ddi-label .ddi-clear-button,
.schedule .filter_block .ddi-input .ddi-label .ddi-placeholder {
    color: #181818;
    font-size: 14px;
}

.schedule .filter_block .ddi-input .ddi-label::after {
    color: #181818;
}

.schedule .ui-datepicker .ui-datepicker-header {
    font-family: 'SourceSansPro', Sans-Serif;
    color: #181818;
    font-size: 15px;
}

.schedule .ui-datepicker .ui-datepicker-title {
    font-weight: 600;
}

.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    top: 4px;
}

.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before,
.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
    color: #181818;
}

.schedule .ui-widget-header a {
    color: #181818;
}

.schedule .ui-datepicker {
    padding-top: 6px;
}

.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker .ui-datepicker-calendar thead {
    background-color: #14B5E8;
}

.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker .ui-datepicker-calendar thead th {
    font-weight: 400;
    color: #F4F8FA;
    font-family: 'SourceSansPro', Sans-Serif;
    padding: 5px 3px;
    font-size: 12px;
}

.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker .ui-datepicker-calendar thead th:first-child {
    border-radius: 5px 0 0 5px;
}

.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker .ui-datepicker-calendar thead th:last-child {
    border-radius: 0 5px 5px 0;
}

.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker.ui-datepicker-inline {
    width: 26em !important;
    background-color: #F4F8FA;
}

.schedule .ui-datepicker td {
    padding: 0;
}

.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker .ui-datepicker-calendar tbody td a {
    color: #181818;
    font-size: 12px;
    font-family: 'SourceSansPro', Sans-Serif;
}

.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker .ui-datepicker-calendar tbody td a:hover {
    background-color: #CDF9FF;
}

.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker .ui-datepicker-calendar tbody td.selected.selected-start a,
.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker .ui-datepicker-calendar tbody td.selected.selected-end a {
    background-color: #00D2EF;
}

.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker .ui-datepicker-calendar tbody td.selected a {
    background-color: #CDF9FF;
}

.schedule .ui-datepicker-multi .ui-datepicker-group table {
    margin-bottom: .7em;
}

.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ddi-month-selector {
    font-family: 'SourceSansPro', Sans-Serif;
    font-size: 12px;
    color: #181818;
    font-weight: 600;
    border-top: 1px solid #E3E8EA;
    padding: 10px 0 0;
}

.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ddi-month-selector .ddi-items .ddi-item {
    font-weight: 400;
}

.schedule .ddi-month-label {
    margin-bottom: 14px;
}

.schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ddi-month-selector .ddi-items .ddi-item:hover,
.ddi-input.ddi-selectbox .ddi-content .ddi-item.selected {
    background-color: #00D2EF;
}

.schedule .ddi-input.ddi-selectbox .ddi-content .ddi-item:hover {
    background-color: #CDF9FF;
}

.schedule .ddi-input.ddi-selectbox .ddi-content .ddi-item {
    font-family: 'SourceSansPro', Sans-Serif;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
}

.schedule .ddi-input .ddi-label .ddi-value-display {
    font-size: 14px;
}

.schedule .select_block.price .ddi-input .ddi-content {
    width: auto;
}

.schedule .select_block.price .ddi-input.ddi-slider .ddi-content .ddi-inputs {
    display: flex;
    justify-content: flex-end;
    gap: 90px;
    padding-left: 50px;
}

@media (max-width: 1300px) {
    .schedule .select_block.price .ddi-input.ddi-slider .ddi-content .ddi-inputs {
        gap: 30px;
        padding-left: 20px;
    }
}

@media (max-width: 992px) {
    .schedule .select_block.price .ddi-input.ddi-slider .ddi-content .ddi-inputs {
        gap: 10px;
        padding-left: 0;
    }
}

.schedule .select_block.price .ddi-input.ddi-slider .ddi-content .ddi-inputs > div {
    width: auto;
    border: 2px solid #E3E8EA;
    border-radius: 5px;
}

.schedule .select_block.price .ddi-input.ddi-slider .ddi-content .ddi-inputs > div::after {
    content: none;
}

.schedule .select_block.price .ddi-input.ddi-slider .ddi-content .ddi-inputs > div::before {
    display: block;
    font-family: "Montserrat", Sans-Serif;
    font-size: 12px;
    font-weight: 500;
    color: #d4d4d4;
    padding-right: 10px;
}

.schedule .select_block.price[data-lang="ru"] .ddi-input.ddi-slider .ddi-content .ddi-inputs > div:first-child::before {
    content: 'от';
}

.schedule .select_block.price[data-lang="ru"] .ddi-input.ddi-slider .ddi-content .ddi-inputs > div:last-child::before {
    content: 'до';
}


.schedule .select_block.price[data-lang="en"] .ddi-input.ddi-slider .ddi-content .ddi-inputs > div:first-child::before {
    content: 'from';
}

.schedule .select_block.price[data-lang="en"] .ddi-input.ddi-slider .ddi-content .ddi-inputs > div:last-child::before {
    content: 'to';
}

.schedule .select_block.price .ddi-input.ddi-slider .ddi-content .ddi-inputs .ddi-input {
    background-color: unset;
    font-family: 'SourceSansPro', Sans-Serif;
    font-size: 14px;

}

.schedule .select_block.price .ddi-input.ddi-slider .ddi-content .ui-slider .ui-slider-handle {
    width: 17px;
    height: 17px;
    background-color: #00BBD4;
}

.schedule .select_block.price .ddi-input.ddi-slider .ddi-content .ui-slider .ui-slider-range {

    background-color: #00BBD4;
}

.schedule .select_block.types .ddi-input .ddi-content .ddi-item {
    gap: 10px;
    padding: 14px 20px;
    border-radius: 5px;
}

.schedule .select_block.types .ddi-input .ddi-content .ddi-item:hover {
    background-color: #00BBD4;
    color: #fff;
}

.schedule .select_block.types .ddi-input .ddi-content .ddi-item i {
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-basis: unset;
    font-size: 24px;
}

.schedule .select_block.types .ddi-input .ddi-content .ddi-item span {
    font-family: 'SourceSansPro', Sans-Serif;
    font-size: 16px;
    font-weight: 400;
    color: #8C9EA5;
    flex-basis: unset;
}

.schedule .select_block.types .ddi-input .ddi-content .ddi-item:hover span {
    color: #fff;
}

.schedule .select_block.types .ddi-input.opened .ddi-content {
    padding: 20px 10px;
    width: 832px;
    left: 0;
    transform: unset;
}

@media (max-width: 1300px) {
    .schedule .select_block.types .ddi-input.opened .ddi-content {
        width: auto;
    }
}


/*table*/

.schedule .table_schedule {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 20px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
    border-top: 1px solid rgb(0 0 0 / 2%);
}

.schedule .table_schedule > .sect_row:first-child > div:last-child > div > div:nth-child(4) {
    max-width: 94px;
    padding: 12px;
    line-height: 20px;
}

.schedule .blue_text {
    color: #4283c3;
}

.schedule .date .block_year .year {
    padding: 13px 12px 15px 0;
}

.schedule .date .block_year.active .year,
.schedule .dark_blue_text {
    color: #5c84d9;
}

.schedule .date .active.padd_elem {
    border-bottom: 3px solid #5c84d9;
    color: #5c84d9;
    padding-bottom: 13px;
}

.schedule .padd_elem {
    padding: 13px 18px 15px;
}

.schedule .main_row {
    font-family: 'SourceSansPro', Sans-Serif;
    font-weight: 600;
    font-size: 14px;
    padding: 20px 14px;
    color: #181818;
}

.schedule .main_row .name {
    padding: 0 10px;
}

.schedule .second_row {
    font-family: 'SourceSansPro', Sans-Serif;
    padding: 21px 14px;
    border-bottom: 1px solid #38DCD2;
    color: #181818;
    font-size: 14px;
    font-weight: 400;
}

.schedule .second_row .price i {
    font-size: 10px;
    font-weight: 400;
}

.schedule .link_name_travel {
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid;
    color: #181818;
}

.schedule .link_name_travel:hover {
    opacity: 0.5;
}

.schedule .icon_type_tour i {
    font-size: 19px;
    padding-right: 6px;
    cursor: help;
    transition: all 0.3s;
    position: relative;
}

.schedule .comfort {
    cursor: help;
    color: #000000;
}

@media (min-width: 481px) {
    .schedule .icon_type_tour i::after, .schedule .comfort::after {
        content: attr(data-title);
        position: absolute;
        left: 20px;
        top: 30px;
        z-index: 100;
        display: none;
        padding: 1px 4px;
        font-size: 13px;
        white-space: nowrap;
        border: 1px solid #a1a2a4;
        background: #ffffff;
        color: #a1a2a4;
        font-family: Montserrat;
        border-radius: 3px;
    }

    .schedule .comfort.no-hint {
        cursor: default;
    }

    .schedule .comfort.no-hint::after {
        content: none;
    }

    .schedule .icon_type_tour i:hover::after, .schedule .comfort:hover::after {
        display: block;
    }
}

.schedule .icon_type_tour i:hover, .schedule .red_places .icon_type_tour i:hover {
    color: #7ba4d2;
}

.schedule .red_text {
    color: #ef6824;
}

.schedule .state {
    line-height: 1.2;
    display: grid;
    justify-content: center;
}

.schedule .state a {
    color: #2FBCB4;
    font-weight: 600;
    width: max-content;
}

.schedule .link_request {
    border-bottom: 1px dashed;
}

.schedule .select_parameters {
    width: 100%;
    float: left;
}

.schedule .none_place,
.schedule .none_place .link_name_travel,
.schedule .none_place .comfort {
    color: rgba(0, 0, 0, 0.4);
}

.schedule .none_place .blue_text {
    color: rgba(66, 131, 195, 0.4);
}

.schedule .none_place .red_text {
    color: rgba(239, 104, 36, 0.4);
}

.schedule .none_place .dark_blue_text {
    color: rgba(92, 132, 217, 0.4);
}


.schedule .red_places .state,
.schedule .red_places .state a {
    color: #EA501F;
}

/*selectric*/
.schedule .selectric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #00D2EF;
    background-color: #ffffff;
}

.schedule .selectric .button {
    display: none;
}

.schedule .selectric .label {
    display: flex;
    overflow: hidden;
    font-size: 16px;
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 10px;
}

.schedule .selectric i.marker {
    transform: rotate(90deg);
    padding: 9px;
    font-size: 12px;
    font-weight: bold;
    color: #4b78d3;
}

.schedule .selectric-open .selectric i.marker {
    transform: rotate(-90deg);
}

.schedule .selectric-items {
    width: 100% !important;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    border-top: none;
    z-index: -1;
}

.schedule .selectric-items li {
    display: block;
    color: #000; /* #8a8a8a*/
    cursor: pointer;
    font-size: 16px;
    padding: 5px 0;
    padding-left: 10px;
}

.schedule .selectric .label {
    display: flex;
    overflow: hidden;
    font-size: 16px;
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 10px;
}

.schedule .selectric-items li::before {
    content: none;
}

.schedule .selectric-items li.highlighted {
    background: #ffffff;
    color: #000; /*8a8a8a*/
}

.schedule .selectric-items li:hover,
.schedule .selectric-items li.highlighted:hover {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #ffffff;
}

.schedule .padding_title_table {
    padding-top: 30px;
    padding-bottom: 2px;
}

.schedule .text_color_black {
    color: #333333;
}

.schedule .text_color_black.none_place {
    color: rgba(51, 51, 51, 0.4);
}

.swiper-button-prev-date-left.swiper-button-disabled,
.swiper-button-next-date-right.swiper-button-disabled {
    display: none;
}

.schedule .orange_text, .schedule .orange_text a {
    color: #E1C048;
}

.schedule .orange_text a:hover, .schedule .red_places a.link_request:hover {
    color: #1e4ba7;
}

.schedule .fix-nav .filter_travel {
    border-bottom: 1px solid #fff;
}

#fix_filter_block {
    z-index: 1;
    background: #ffffff;
    transition: background-color 300ms;
}

#fix_filter_block.fix-nav {
    position: fixed;
}

#fix_filter_block.fix-nav .filter_travel,
.schedule #fix_filter_block.fix-nav .swiper-button-next-date-right,
.schedule #fix_filter_block.fix-nav .swiper-button-prev-date-left {
    background: #14B5E8;
    color: #ffffff;
    cursor: pointer;
}

.schedule #fix_filter_block.fix-nav .swiper_choose_date .month,
.schedule #fix_filter_block.fix-nav .swiper_choose_date .month.active,
.schedule #fix_filter_block.fix-nav .swiper_choose_date .year_slide,
.schedule #fix_filter_block.fix-nav .swiper_choose_date .year_slide.next_year {
    color: #ffffff;

}

.schedule #fix_filter_block.fix-nav .swiper_choose_date .month.non-date,
.schedule #fix_filter_block.fix-nav .swiper_choose_date .year_slide.non-date {
    color: #8DD8F0;
}

.schedule #fix_filter_block.fix-nav .swiper_choose_date .month.active:after {
    background-image: url(/public/images/schedule/active_month_white.svg);
}

.schedule #fix_filter_block.fix-nav .swiper_choose_date .year_slide.next_year {
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
}

.schedule #fix_filter_block.fix-nav .filter_block {
    border-bottom: 2px solid #38DCD2;
    box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.2);
}

.schedule #fix_filter_block.fix-nav .selectric {
    border: 1px solid #b7b2b2;
}

.schedule .date-block {
    float: left;
}

.schedule .date-block .date-separator {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 11px 14px;
    background-color: #38DCD2;
    text-transform: uppercase;
}

.schedule .select_parameters {
    padding: 25px 0 10px;
}

.schedule .button_pickup {
    padding: 7px 30px;
    font-size: 16px;
    width: 16%;
    top: -11px;
    right: 7px;
}

.schedule .selectric-items li, .schedule .selectric .label {
    font-size: 13px;
}

@media (max-width: 480px) {

    .schedule .filter_travel {
        border: none;
    }

    .schedule .filter_block {
        padding-top: 10px;
        display: none;
    }

    .schedule .filter_block .select_parameters {
        padding-top: 0;
    }

    .schedule .selectric {
        border-radius: 5px;
    }

    .schedule .selectric-open .selectric {
        border-radius: 5px 5px 0 0;
        border-bottom: 0;
    }

    .schedule .selectric .label {
        font-family: 'SourceSansPro', Sans-Serif;
        font-size: 14px;
        color: #181818;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .schedule .selectric .label::after {
        content: '';
        display: block;
        width: 9px;
        height: 5px;
        background-image: url(/public/images/schedule/small-selectric.svg);
        background-repeat: no-repeat;
    }

    .schedule .selectric-items {
        border-top: 0;
        border-bottom: 1px solid #00D2EF;
        border-right: 1px solid #00D2EF;
        border-left: 1px solid #00D2EF;
        border-radius: 0 0 5px 5px;
    }

    .schedule .selectric-items li {
        font-family: 'SourceSansPro', Sans-Serif;
        font-size: 14px;
        color: #181818;
    }

    .schedule .click_show_filter {
        position: unset;
        bottom: unset;
        padding-bottom: 10px;
    }

    .schedule .click_show_filter .icon-filter.icon {
        display: none;
    }

    .schedule .click_show_filter .icon-filter.but {
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        font-family: 'SourceSansPro', Sans-Serif !important;
        display: flex;
        gap: 5px;
        align-items: center;
        padding: 10px 20px;
        background-color: #00D2EF;
        border-radius: 20px;
    }

    .schedule .click_show_filter .icon-filter.but i {
        font-size: 15px;
    }

    .schedule .ddi-input.ddi-date-rangebox.opened .ddi-content .ui-datepicker.ui-datepicker-inline {
        width: 100% !important;
    }

    .schedule.mobile .center_block {
        padding: 0;
    }

    .schedule.mobile .table_schedule .second_row.red_places .link_request + span {
        font-weight: 600;
        color: #EA501F;
    }

    .schedule.mobile .table_schedule .orange_text .link_request + span {
        font-weight: 600;
        color: #E1C048;
    }

    .schedule.mobile .table_schedule .second_row {
        padding: 14px 0 16px;
        margin: 0 15px;
        width: calc(100% - 30px);
    }
}

.schedule .border_top_table {
    border-top: 1px solid #e5e5e5;
}

.schedule .travel-name {
    padding: 0 10px;
}

.schedule .link_name_travel {
    font-weight: 500;
}

.schedule .travel-cashback {
    max-width: 84px;
    max-height: calc(1em * 1.2);
    vertical-align: middle;
}

.schedule .icon_type_tour {
    padding-top: 8px;
    padding-bottom: 2px;
}

.padd_bread_crumbs {
    padding-left: 0;
}

.footer-main {
    z-index: -1;
}

@media (max-width: 992px) {
    .schedule .button_pickup {
        padding: 7px 30px;
        font-size: 14px;
        width: 20%;
        top: -11px;
        right: 7px;
    }

}

@media (max-width: 768px) {
    .schedule .click_show_filter i {
        margin-left: 0;
    }

    .schedule .title {
        padding: 14px 0px;
        line-height: 1.5;
        font-size: 21px;
    }

    .schedule .select_date {
        padding-bottom: 12px;
    }

    .schedule .select_parameters {
        padding: 15px 0 10px;
    }
}

.mobile-down-bg {
    display: none;
}

@media (max-width: 480px) {

    .schedule .select_date {
        padding-top: 20px;
        padding-bottom: 16px;
        display: flex !important;
        gap: 16px;
    }

    .table_schedule {
        font-size: 16px;
    }

    .schedule .name_travel {
        font-size: 17px;
    }

    .schedule .sect_row > [class*='col_'] {
        font-size: 10px;
        padding: 0;
    }

    .schedule.mobile .date_travel {
        font-size: 14px;
        font-weight: 600;
        font-family: 'SourceSansPro', Sans-Serif;
        padding: 0 0 10px;
    }

    .schedule.mobile .tour_duration {
        display: flex;
        justify-content: flex-end;
        padding: 0 0 10px;
        font-size: 14px;
    }

    .schedule.mobile .none_place .link_name_travel {
        font-family: 'SourceSansPro', Sans-Serif;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
    }

    .schedule.mobile .link_name_travel {
        display: inline-block;
        font-weight: 500;
        font-size: 20px;
        font-family: 'AlegreyaSans', Sans-Serif;
        padding: 5px 0 12px;
        border: none;
        text-decoration: underline;
    }

    .schedule .icon_type_tour {
        padding-top: 0;
    }

    .schedule .icon_type_tour i {
        color: #181818;
        font-size: 20px;
    }

    .schedule .table_schedule {
        box-shadow: none;
    }

    .schedule .table_schedule .price {
        font-weight: 600;
        font-size: 24px;
        color: #38DCD2;
        padding-right: 40px;
    }

    .schedule .table_schedule .none_place .icon_type_tour i {
        color: rgba(0, 0, 0, 0.4);
    }

    .schedule .table_schedule .none_place .price {
        color: #38DCD280;
    }

    .schedule .table_schedule .price i {
        font-size: 17px;
    }

    .schedule .table_schedule .link_request {
        margin: 12px 15px 0 0;
        padding: 8px 24px;
        background-color: #00D2EF;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        border-radius: 5px;
        border: none;
        display: inline-block;
    }

    .schedule .table_schedule span {
        font-family: 'SourceSansPro', Sans-Serif;
        font-weight: 400;
        font-size: 14px;
    }

    .schedule .second_row {
        padding: 15px 0 17px;
    }

    .schedule .title {
        font-size: 19px;
        text-align: left;
        padding: 7px 0px;
    }

    .schedule .name_travel {
        font-size: 16px;
    }

    .schedule .space_between {
        justify-content: space-between;
    }

    .schedule .table_schedule .price {
        padding-right: 0;
    }

    .main_title {
        background: #1a69ab;
        height: auto;
    }

    .main_title h1 {
        font-size: 17px;
        line-height: 1.5;
    }

    .schedule .desc_date {
        display: none;
    }

}

/* Filter */
.select_block.price .ddi-input.ddi-slider .ddi-label .ddi-value-display::after {
    content: '\e92a';
    margin-left: 10px;
    font-family: 'clubstrannik';
}

.select_block.types .ddi-input.opened .ddi-content {
    left: 50%;
    transform: translateX(-50%);
    width: 750px;
    max-height: initial;
    display: flex;
    flex-wrap: wrap;
}

.select_block.types .ddi-input .ddi-content .ddi-item {
    padding: 5px;
    flex-basis: calc(100% / 3);
    display: flex;
    align-items: center;
}

.select_block.types .ddi-input .ddi-content .ddi-item i {
    flex-basis: 25%;
    font-size: 30px;
    text-align: center;
    color: #aeb3b7;
}

.select_block.types .ddi-input .ddi-content .ddi-item:hover i {
    color: #fff;
}

.select_block.types .ddi-input .ddi-content .ddi-item span {
    flex-basis: 75%;
}

.select_block.price .ddi-input.ddi-slider .ddi-content .ddi-inputs > div::after {
    content: '\20BD';
}

@media (max-width: 1300px) {
    .select_block.types .ddi-input .ddi-content {
        right: 0;
        left: auto;
        transform: translateX(0%);
    }
}

@media (max-width: 1300px) {
    .select_block.types .ddi-input.opened .ddi-content {
        left: 0;
        transform: none;
        width: max-content;
        max-height: 300px;
        display: block;
    }

    .select_block.price .ddi-content,
    .select_block.regions .ddi-content {
        width: 100% !important;
    }
}

@media (min-width: 769px) and (max-width: 1300px) {
    .select_block.types .ddi-input.opened .ddi-content {
        right: 0;
        left: unset;
    }
}

.selectric-items .disabled {
    color: #ababab !important;
}

.schedule_info_after_table {
    font-family: 'SourceSansPro', Sans-Serif;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.empty_table {
    font-family: 'SourceSansPro', Sans-Serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    float: left;
}

.empty_table >.center_block > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 18%;
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--main-color);
}

.empty_table >.center_block > div:before {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url("/public/images/empty-table.svg");
}

@media (max-width: 992px) {
    .empty_table >.center_block > div {
        margin: 0 10%;
    }
}

@media (max-width: 768px) {
    .empty_table {
        font-size: 14px;
        line-height: 18px;
    }
    .empty_table >.center_block > div {
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .empty_table >.center_block > div {
        margin: 0;
    }
}

.schedule_info_after_table h1 {
    font-family: 'AlegreyaSans', Sans-Serif;
    font-weight: 500;
    font-size: 36px;
    color: #181818;
    margin-bottom: 23px;
}

.schedule_info_after_table h2 {
    font-family: 'SourceSansPro', Sans-Serif;
    font-weight: 400;
    font-size: 20px;
    color: #38DCD2;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.schedule_info_after_table.additional {
    display: block;
    margin-top: 60px;
    padding: 40px 0;
    background-color: #F4F8FA;
}

.schedule_info_after_table.additional p {
    font-family: 'SourceSansPro', Sans-Serif;
    font-size: 16px;
    color: #181818;
}

.schedule_info_after_table.additional b {
    font-weight: 700;
}

.schedule_info_after_table.additional ul {
    font-family: 'SourceSansPro', Sans-Serif;
    font-size: 16px;
    color: #181818;
    padding-left: 30px;
}

.schedule_info_after_table.additional ul li {
    list-style-type: none;
    position: relative;
}

.schedule_info_after_table.additional ul li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #181818;
    border-radius: 50%;
    top: calc(50% - 1px);
    left: -15px;
    display: block;
}

@media (max-width: 480px) {
    .schedule_info_after_table {
        margin-top: 20px;
    }

    .schedule_info_after_table h1, .schedule_info_after_table h2 {
        margin-bottom: 20px;
    }

    .schedule_info_after_table.additional {
        margin-top: 20px;
        padding-top: 20px;
    }
    .schedule .filter_block .select_parameters > div >div {
        padding: 5px 0;
    }
}

.text_center {
    text-align: center;
}

.main_title .h1_text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    font-family: "Montserrat", "Roboto";
    color: #ffffff;
    line-height: 2.4;
    text-shadow: 1px 2px 3px #1867a88a;
}

.schedule_info_after_table h3 {
    margin-top: 25px;
}

@media (min-width: 993px) and (max-width: 1300px) {
    .schedule_date_col {
        flex-basis: calc(100% / 24 * 5);
    }

    .schedule_region_col {
        flex-basis: calc(100% / 24 * 5);
    }

    .schedule_travel_name_col {
        flex-basis: calc(100% / 24 * 9);
    }

    .schedule_travel_info_col {
        flex-basis: calc(100% / 24 * 5);
    }
}

@media (min-width: 481px) and (max-width: 650px) {
    .schedule_date_col {
        flex-basis: calc(100% / 24 * 7);
    }

    .schedule_travel_name_col {
        flex-basis: calc(100% / 24 * 10);
    }

    .schedule_travel_info_col {
        flex-basis: calc(100% / 24 * 6);
    }
}