.global_container_ordinary {
    max-width: 767px;
    margin: 0 auto;
    min-height: calc(100vh - 65px);
}

.content,
.filtered_content,
.last_content_block {
    max-width: 670px;
    margin: 0 auto;
}

header {
    height: 155px;
    position: relative;
}

.global_container_ordinary header:before {
    content: '';
    width: 100%;
    height: 414px;
    position: absolute;
    background-image: url(../images/blue-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -999999;
}

header .logo_area {
    background-image: url(../images/logo-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    width: 185px;
    height: 95px;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.filtered_content_block header .logo_area {
    background-image: url(../images/logo-blue.svg);
}

.last_content_block {
    position: relative;
    min-height: 932px;
    height: 100vh;
}

.last_content_block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/cover.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

header .logo_area a {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
}

.header_title {
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 22px 0 0 0;
    direction: rtl;
    padding: 0 15px;
}

.filters_block {
    box-shadow: 0px 4px 9.4px 0px #00000040;
    background: white;
    margin: 17px 34px 0;
    padding: 22px;
    border-radius: 5px;
}

.filters_block .form-control:focus {
    border: 1px solid #00B6F4;
    box-shadow: 0 0 0 .1rem rgba(0, 182, 244, .15);
}

.filters_block select,
.filters_block input {
    direction: rtl;
    color: #676666;
}

.filters_block button {
    border: 1px solid #00B6F4;
    background: white;
    color: #00B6F4;
    border-radius: 10px;
    transition: all ease 0.3s;
    font-size: 21px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    width: 100%;
    height: 35px;
}

.filters_block button:hover {
    border: 1px solid #00B6F4;
    background: #00B6F4;
    color: white;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position-x: 10px;
    background-position-y: 14px;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_blue.svg");
}

select.opened {
    background-image: url('../images/arrow_blue_expanded.svg');
}

.datepicker_input {
    background-position-x: 10px;
    background-position-y: 8px;
    background-repeat: no-repeat;
    background-image: url("../images/calendar.svg");
}

.skideals_grid_block {
    margin-top: 40px;
    padding: 0 20px;
}

.skideals_grid_block .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #00B6F4;
    margin-bottom: 6px;
}

.skideals_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
}

.skideals_items .item {
    cursor: pointer;
    margin-top: 15px;
    transition: all ease 0.4s;
    border-radius: 5px;
    text-decoration: none;
}

.skideals_items .item:hover {
    box-shadow: 0px 4px 4px -2px #0000001A;
    text-decoration: none;
}

.skideals_items .item .img {
    box-shadow: 0px 4px 4px 0px #0000001A;
    border-radius: 5px;
    overflow: hidden;
    height: 200px;
}

.skideals_items .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all ease 0.4s;
}

.skideals_items .item .img img:hover {
    transform: scale(1.1);
}

.skideals_items .item .details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.skideals_items .item .details .start_icon {
    width: 13px;
    height: 13px;
    background-image: url("../images/Star.svg");
    background-repeat: no-repeat;
    display: inline-block;
}

.skideals_items .item .details .price {
    font-size: 16px;
    font-weight: 700;
    line-height: 23.52px;
    text-align: left;
    color: #3D3D3D;
}

.skideals_items .item .details .star {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: right;
    border-right: 1px solid #00B6F4;
    padding-right: 7px;
    color: #3D3D3D;
}

.skideals_items .item .details .name {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: right;
    color: #3D3D3D;
}

.filtered_content_block {
    max-width: 767px;
    margin: 0 auto;
    min-height: calc(100vh - 65px);
    position: relative;
}

.filters_buttons_block {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 22px;
    z-index: 101;
    position: relative;
}

.filters_buttons_block .filter_button {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.52px;
    text-align: right;
    color: #3D3D3D;
    padding: 7px 24px;
    transition: background-color ease 0.4s;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.filters_buttons_block .filter_button:hover {
    text-decoration: none;
}

.filters_buttons_block #filterDetails {
    background-color: #00B6F466;
    border: 1px solid #00b6f400;
}

.filters_buttons_block #filterDetails:hover,
.filters_buttons_block #filterDetails.active {
    background-color: #00B6F4;
    border: 1px solid #00B6F4;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.52px;
    text-align: right;
    color: #FFFFFF;
}

.filters_buttons_block #filterAll {
    background-color: #FFFFFF;
    border: 1px solid #3D3D3D80;
}

.filters_buttons_block #filterAll:hover,
.filters_buttons_block #filterAll.active {
    background-color: #00B6F4;
    border: 1px solid #00B6F4;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.52px;
    text-align: right;
    color: #FFFFFF;
}

.filters_buttons_block .filter_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/filter_icon_grey.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.filters_buttons_block #filterDetails:hover .filter_icon,
.filters_buttons_block #filterDetails.active .filter_icon {
    background-image: url("../images/filter_icon_white.svg");
}

.filters_buttons_block .refresh_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/filter_refresh_blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.filters_buttons_block #filterAll:hover .refresh_icon,
.filters_buttons_block #filterAll.active .refresh_icon {
    background-image: url("../images/filter_refresh_white.svg");
}

.filtered_skideals_block {
    margin-top: 40px;
}

.filtered_skideals_block .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 44.09px;
    text-align: center;
    color: #3D3D3D;
}

.filtered_skideals_items {
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.filtered_skideals_items .item {
    box-shadow: 0px 4px 9.4px 0px #00000040;
    border-radius: 10px;
    margin-bottom: 10px;
}

.filtered_skideals_items .item .details {
   display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
}

.filtered_skideals_items .item .details .title {
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    color: #3D3D3D;
    display: block;
}

.filtered_skideals_items .item .details .location {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #3D3D3D;
    display: block;
}

.filtered_skideals_items .item .details .number {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #3D3D3D;
    display: block;
}

.filtered_skideals_items .item .details .star {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: right;
    color: #00B6F4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.filtered_skideals_items .item .details .star .start_icon {
    width: 17px;
    height: 22px;
    background-image: url("../images/Star.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.filtered_skideals_items .item .from_to {
    display: flex;
    justify-content: center;
    gap: 3px;
    align-items: center;
    margin-top: 10px;
}

.filtered_skideals_items .item .from_to .date {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.46px;
    text-align: center;
    color: #3D3D3D;
    display: block;
}

.filtered_skideals_items .item .from_to .title {
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #3D3D3D;
    display: block;
}

.filtered_skideals_items .item .from_to .plane_icon {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../images/plane_icon.svg");
    background-repeat: no-repeat;
}

.filtered_skideals_items .item .from_to .to .plane_icon {
    transform: rotate(90deg);
}

.filtered_skideals_items .item .from_to .to,
.filtered_skideals_items .item .from_to .from {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.filtered_skideals_items .item .from_to .divider {
    width: 106px;
    height: 28px;
    border-top: 1px solid #000000;
}

.filtered_skideals_items .item .actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.filtered_skideals_items .item .actions .get {
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    background-color: #00B6F4;
    border: 1px solid #00B6F4;
    transition: all ease 0.4s;
    text-decoration: none;
    width: 50%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
}

.filtered_skideals_items .item .actions .get:hover {
    color: #00B6F4;
    background-color: #FFFFFF;
    text-decoration: none;
}

.filtered_skideals_items .item .actions .open_details {
    font-size: 16px;
    font-weight: 700;
    line-height: 23.52px;
    text-align: right;
    color: #00B6F4;
    background-color: #3D3D3D1A;
    border: 1px solid #3d3d3d00;
    transition: all ease 0.4s;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
    height: 48px;
    justify-content: center;
    border-bottom-right-radius: 10px;
    position: relative;
}

.filtered_skideals_items .item .actions .open_details .details_triangle {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../images/PolygonUp.svg");
    background-repeat: no-repeat;
}

.filtered_skideals_items .img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.filtered_skideals_items .carousel-indicators,
.tour_card .carousel-indicators {
    margin-bottom: 8px;
}

.filtered_skideals_items .carousel-indicators li,
.tour_card .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.filtered_skideals_items .hidden_details_box {
    width: 0;
    height: 0;
    position: absolute;
    background: white;
    top: 5px;
    right: 10px;
    opacity: 0;
    transition: all ease 0.4s;
    overflow: hidden;
}

    .filtered_skideals_items .hidden_details_box.shown {
        opacity: 1;
        width: 290px;
        height: initial;
        /*overflow: visible;*/
        z-index: 9999;
    }

.filtered_skideals_items .hidden_details_box .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 23.52px;
    text-align: right;
    color: #00B6F4;
    transition: all ease 0.4s;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    padding-right: 22px;
    padding-top: 6px;
}

.filtered_skideals_items .hidden_details_box .details_triangle {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../images/PolygonUp.svg");
    background-repeat: no-repeat;
    transition: all ease 0.5s;
}

.filtered_skideals_items .hidden_details_box.shown .details_triangle {
    transform: rotate(180deg);
}

.filtered_skideals_items .hidden_details_box .options {
    margin-top: 8px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 22px;
    gap: 4px;
}

.filtered_skideals_items .hidden_details_box .options span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #3D3D3D;
    direction: rtl;
    flex-direction: row-reverse;
}

.filtered_skideals_items .hidden_details_box .options span .snow {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-image: url("../images/snow.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

#details_filter_block {
    background-color: #0000004D;
    width: 100%;
    max-width: 767px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

#details_filter_block .content {
    box-shadow: 0px 4px 9.4px 0px #00000040;
    background-color: white;
    border-radius: 5px;
    width: calc(100% - 66px);
    top: 217px;
    position: relative;
    padding: 20px 23px;
}

#details_filter_block .content .title {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    display: block;
    margin-top: 5px;
    text-align: right;
}

#details_filter_block .content .range {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
}

#details_filter_block .content .range label {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

#details_filter_block .content .range label span {
    direction: rtl;
}

#details_filter_block .content .range input {
}

.slider-labels {
    margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
       its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 3px;
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #00B6F4;
}

/* Styling;
 */
.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #000;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #00B6F4;
    border: 8px solid rgba(0,182,244,0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
}

#details_filter_block .content .checkboes_title {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    display: block;
    margin-top: 29px;
    text-align: right;
}

#details_filter_block .content .filter {
    font-size: 21px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #00B6F4;
    background-color: white;
    width: 100%;
    border: 1px solid #00B6F4;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-top: 27px;
    text-decoration: none;
    transition: all ease 0.4s;
}

#details_filter_block .content .filter:hover {
    color: white;
    text-decoration: none;
    background-color: #00B6F4;
}

.checkboxes {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    align-items: center;
    margin-top: 5px;
}

.checkboxes .item {
    display: flex;
    align-items: center;
}

.checkboxes .item .star {
    font-size: 18px;
    font-weight: 700;
    line-height: 26.46px;
    text-align: right;
    color: #00B6F4;
}

.checkboxes .item .star {
    font-size: 18px;
    font-weight: 700;
    line-height: 26.46px;
    text-align: right;
    color: #00B6F4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.checkboxes .item .star .start_icon {
    width: 17px;
    height: 21px;
    background-image: url("../images/Star.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.checkboxes .item input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    width: 19px;
    min-width: 19px;
    height: 19px;
    border: 1px solid #00B6F4;
    border-radius: 3px;
    position: relative;
    transition: all ease 0.3s;
    margin: -2px 0 0 2px;
}

.checkboxes .item input:checked {
    background-color: #00B6F4;
    border: 1px solid #00B6F4;
}

.checkboxes .item input:checked::after {
    content: '';
    position: absolute;
    top: 3.5px;
    left: 6.5px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all ease 0.3s;
}

.checkboxes .item input:focus {
    outline: none;
}

.datepicker.datepicker-dropdown {
    box-shadow: rgb(0 0 0 / 25%) 0px 4px 4px 0px;
    border-radius: 0px;
    margin-top: 0;
    border: none;
    background-color: white;
}

.datepicker.datepicker-dropdown .table-condensed {
    width: 100%;
}

.datepicker.datepicker-dropdown:before,
.datepicker.datepicker-dropdown:after {
    display: none;
}

.datepicker.datepicker-dropdown .dow {
    background-color: #00B6F4;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: white;
    height: 31px !important;
    padding-top: 6px;
    border: 2px solid white;
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(2) th:hover,
.datepicker.datepicker-dropdown .datepicker-months .table-condensed thead tr:nth-child(2) th:hover {
    background-color: white;
    color: #00B6F4;
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(2),
.datepicker.datepicker-dropdown .datepicker-months .table-condensed thead tr:nth-child(2) {
    background-color: #00B6F4;
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed tbody,
.datepicker.datepicker-dropdown .datepicker-months .table-condensed tbody {
    margin-top: 10px;
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead th,
.datepicker.datepicker-dropdown .datepicker-months .table-condensed thead th {
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: white;
    height: 25px;
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(3) th:nth-child(1):before,
.datepicker.datepicker-dropdown .datepicker-months .table-condensed thead tr:nth-child(3) th:nth-child(1):before {
    position: relative;
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(3) th:nth-child(1):before,
.datepicker.datepicker-dropdown .datepicker-months .table-condensed thead tr:nth-child(3) th:nth-child(1):before {
    content: '';
    width: 100%;
    height: 6px;
    background-color: white;
    top: 28px;
    left: 0;
    position: absolute;
}

.datepicker.datepicker-dropdown .datepicker-months .month {
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #3D3D3D;
}

.datepicker.datepicker-dropdown .datepicker-days .day {
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #3D3D3D;
    height: 25px;
    width: calc(100% / 7);
}

.datepicker.datepicker-dropdown .datepicker-days .day.active,
.datepicker.datepicker-dropdown .datepicker-months .month.active {
    background: none;
    background-color: #00B6F4;
    text-shadow: none;
}

.datepicker.datepicker-dropdown .datepicker-days .day.old,
.datepicker.datepicker-dropdown .datepicker-days .day.new {
    opacity: 0.4;
}

#hiddenFiltersBlock {
    background-color: #0000004D;
    width: 100%;
    max-width: 767px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

#hiddenFiltersBlock .filters_block {
    margin-top: 217px;
}

.filtered_content_block .details_header_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 44.09px;
    text-align: center;
    color: #3D3D3D;
    margin-top: 30px;
    padding: 0 15px;
}

.details_filtered_content {
    padding: 0 40px;
    max-width: 670px;
    margin: 0 auto;
}

.details_filtered_content .card {
    box-shadow: 0px 0px 9.4px 0px #00000040;
    background-color: white;
    border-radius: 5px;
    margin-top: 25px;
    padding: 13px 15px;
}

.details_filtered_content .card .title {
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: #3D3D3D;
}

.details_filtered_content .card .item:not(:last-child) {
    margin-bottom: 23px;
}

.details_filtered_content .card .item .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26.46px;
    text-align: right;
    color: #3D3D3D;
    direction: rtl;
    display: block;
}

.details_filtered_content .card .item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.details_filtered_content .card .item .info .from_to {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    width: 25%;
}

.details_filtered_content .card .item .info .time {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #00B6F4;
    margin-bottom: 5px;
}

.details_filtered_content .card .item .info .name {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #3D3D3D;
}

.details_filtered_content .card .item .info .airport {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    color: #3D3D3D;
}

.details_filtered_content .card .item .info .date_duration {
    width: 140px;
    border-top: 1px solid #00B6F4;
    position: relative;
    padding-top: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.details_filtered_content .card .item .info .date_duration:before {
    content: '';
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
    width: 17px;
    height: 17px;
    background-image: url("../images/plane_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.details_filtered_content .card .item .info .date_duration.back:before {
    transform: rotate(180deg);
}

.details_filtered_content .card .item .info .date_duration .date {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #3D3D3D;
}

.details_filtered_content .card .item .info .date_duration .duration {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #3D3D3D;
}

.details_filtered_content .tour_card {
    box-shadow: 0px 0px 9.4px 0px #00000040;
    background-color: white;
    border-radius: 5px;
    margin-top: 26px;
    padding: 18px 0;
}

.details_filtered_content .tour_card .title {
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: #3D3D3D;
    display: block;
    margin-bottom: 8px;
}

.details_filtered_content .tour_card .title .small {
    font-size: 18px;
    font-weight: 700;
}

.details_filtered_content .tour_card .info_block {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 14px;
}

.details_filtered_content .tour_card .info_block .name {
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    color: #3D3D3D;
    display: block;
}

.details_filtered_content .tour_card .info_block .price {
    direction: rtl;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #3D3D3D;
}

.details_filtered_content .tour_card .info_block .star {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: right;
    color: #00B6F4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.details_filtered_content .tour_card .info_block .star .start_icon {
    width: 15px;
    height: 17px;
    background-image: url("../images/Star.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.details_filtered_content .tour_card .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: right;
    color: #3D3D3D;
    direction: rtl;
    display: block;
    padding: 0 14px;
    margin-top: 25px;
}

.details_filtered_content .includes_block {
    box-shadow: 0px 0px 9.4px 0px #00000040;
    background-color: white;
    padding: 7px;
    margin-top: 21px;
    border-radius: 5px;
}

.details_filtered_content .includes_block .item {
    display: flex;
    align-items: center;
    direction: rtl;
    gap: 6px;
    padding: 8px 0;
}

.details_filtered_content .includes_block .item:not(:last-child) {
    border-bottom: 1px solid #00B6F4;
}

.details_filtered_content .includes_block .item i {
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.details_filtered_content .includes_block .item span {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: right;
    color: #3D3D3D;
}















footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: white;
    padding: 23px 0;
}

footer .divider {
    height: 15px;
    min-width: 1px;
    width: 1px;
    background: #3D3D3D;
}

footer a {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #3D3D3D;
    text-decoration: none;
    transition: all ease 0.3s;
}

footer a:hover {
    text-decoration: none;
    color: #00B6F4;
}

.last_content_block .title {
    position: absolute;
    top: 240px;
    font-size: 36px;
    font-weight: 400;
    line-height: 52.91px;
    text-align: center;
    color: white;
    display: block;
    direction: rtl;
    width: 100%;
    padding: 0 15px;
}

.last_content_block footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent;
}

.last_content_block footer a {
    color: white;
}

.last_content_block footer .divider {
    background: white;
}

.last_content_block .links {
    position: absolute;
    bottom: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.last_content_block .links a {
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: white;
    text-decoration: underline;
}

.last_content_block .links .divider {
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: white;
}

.last_content_block .description {
    position: absolute;
    bottom: 135px;
    width: 100%;
}

.last_content_block .description span {
    font-size: 21px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: white;
    display: block;
    direction: rtl;
    padding: 0 24px;
}

.finish {
    text-align: center;
    direction: rtl;
}

.finish a {
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #00B6F4;
    background-color: white;
    border: 1px solid #00B6F4;
    border-radius: 10px;
    transition: all ease 0.4s;
    text-decoration: none;
    padding: 15px 33px;
    margin: 30px 0;
    display: inline-block;
}

.finish a:hover {
    color: white;
    background-color: #00B6F4;
    text-decoration: none;
}

.select_count_form {
    box-shadow: 0px 0px 9.4px 0px #00000040;
    border-radius: 10px;
    padding: 24px 15px 8px;
    margin-top: 17px;
}

.select_count_form .title {
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: #3D3D3D;
    display: block;
    direction: rtl;
}

.select_count_form .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    color: #3D3D3D;
    display: block;
    direction: rtl;
    margin-top: 3px;
}

.select_count_form form {
    margin-top: 15px;
}

    .select_count_form .row_item {
        display: flex;
        justify-content: flex-end;
        gap: 7px;
        direction: rtl;
    }

.select_count_form .row_item .item_on_row {
    width: calc(50% - 4px);
}

.select_count_form .row_item label {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    color: #3D3D3D;
    direction: rtl;
    display: block;
}

.select_count_form .row_item select,
.main_pessenger_card input {
    direction: rtl;
    border: 1px solid #00B6F4;
    color: #676666;
}

.select_count_form .row_item select:focus,
.main_pessenger_card input:focus {
    border: 1px solid #00B6F4;
    box-shadow: 0 0 0 .1rem rgba(0, 182, 244, .15);
}

.filtered_content_block .hidden_form {
    overflow: hidden;
    height: 0;
    padding: 0 0px;
    transition: all ease 0.4s;
    max-width: 670px;
    margin: 0 auto;
}

.filtered_content_block .hidden_form.shown {
    overflow: visible;
    height: auto;
}

.main_pessenger_card {
    box-shadow: 0px 0px 9.4px 0px #00000040;
    border-radius: 10px;
    padding: 20px 15px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.main_pessenger_card form {
    position: relative;
}

.main_pessenger_card form a {
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #00B6F4;
    border: 1px solid #00B6F4;
    background-color: white;
    direction: rtl;
    text-decoration: none;
    transition: all ease 0.4s;
    border-radius: 5px;
    right: 0;
    left: 0;
    width: 160px;
    margin: 2px auto 0;
    height: 35px;
    display: inline-block;
}

.main_pessenger_card form a:hover {
    color: white;
    background-color: #00B6F4;
    text-decoration: none;
}

.main_pessenger_card form a b {
    font-size: 18px;
    display: block;
}

.main_pessenger_card .title {
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    direction: rtl;
    color: #3D3D3D;
    display: block;
}

.main_pessenger_card .label {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: right;
    direction: rtl;
    color: #3D3D3D;
    display: block;
    margin-top: 20px;
    margin-bottom: 14px;
}

.main_pessenger_card .row_item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.main_pessenger_card .row_item .item_on_row {
    width: calc(50% - 4px);
    direction: rtl;
}

.main_pessenger_card .item_on_row label {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    color: #3D3D3D;
    display: block;
    direction: rtl;
}

.main_pessenger_card .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    color: #3D3D3D;
    display: block;
    direction: rtl;
    padding: 10px 40px;
}

.terms {
    box-shadow: 0px 0px 9.4px 0px #00000040;
    border-radius: 10px;
    padding: 20px 15px;
    margin-top: 20px;
    direction: rtl;
}

.terms .content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.terms .content input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    width: 19px;
    min-width: 19px;
    height: 19px;
    border: 1px solid #00B6F4;
    border-radius: 3px;
    position: relative;
    transition: all ease 0.3s;
    margin: -2px 0 0 2px;
}


.terms .content input:checked {
    background-color: #00B6F4;
    border: 1px solid #00B6F4;
}

.terms .content input:checked::after {
    content: '';
    position: absolute;
    top: 3.5px;
    left: 6.5px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all ease 0.3s;
}

.terms .content input:focus {
    outline: none;
}

.terms .content span {
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
    color: #3D3D3D;
}

.terms .content a {
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: right;
    color: #00B6F4;
    text-decoration: underline;
}

.summary {
    background-color: #00B6F4;
    width: 160px;
    border-radius: 5px;
    margin: 25px auto;
    padding: 2px 0;
}

.summary .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: white;
    display: block;
    direction:rtl;
}

.summary .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    color: white;
    display: block;
}

@media only screen and (max-width: 640px) {
    .filtered_skideals_items {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .filtered_skideals_items .hidden_details_box.shown {
        width: 339px;
    }
}

@media only screen and (max-width: 580px) {
    .skideals_items .item .img {
        height: 180px;
    }
}

@media only screen and (max-width: 480px) {
    .skideals_items .item .img {
        height: 160px;
    }
}

@media only screen and (max-width: 380px) {
    .select_count_form .row_item select,
    .main_pessenger_card input,
    .filters_block select,
    .filters_block input {
        font-size: 12px;
    }

    select {
        background-position-y: 11px;
    }

    .datepicker_input {
        background-position-y: 4px;
    }

    .skideals_items {
        grid-template-columns: 1fr;
    }

    .skideals_items .item .img {
        height: 200px;
    }

    .last_content_block .title {
        font-size: 30px;
        top: 215px;
    }

    .filters_block button,
    .filtered_skideals_items .item .details .title,
    .filtered_skideals_items .item .details .number,
    .filtered_skideals_items .item .details .star,
    .filtered_skideals_items .item .from_to .date,
    .filtered_skideals_items .item .actions .get,
    .filtered_skideals_items .item .actions .open_details,
    #details_filter_block .content .filter,
    .details_filtered_content .tour_card .info_block .name,
    .details_filtered_content .tour_card .info_block .price,
    .details_filtered_content .tour_card .info_block .star,
    .terms .content a,
    .terms .content span {
        font-size: 16px;
    }

    .filtered_skideals_items .item .details .location,
    .checkboxes .item .star {
        font-size: 14px;
    }

    .filters_buttons_block {
        gap: 8px;
    }

    .filtered_skideals_block .title,
    .filtered_content_block .details_header_title {
        font-size: 24px;
    }

    .filtered_skideals_items .item .from_to .divider {
        .filtered_skideals_items .item .from_to .divider
    }

    .filtered_skideals_items .item .actions .open_details {
        gap: 6px;
    }

    .filtered_skideals_items .item .actions .open_details .details_triangle {
        width: 12px;
        height: 12px;
    }

    .filtered_skideals_items,
    .details_filtered_content,
    .filtered_content_block .hidden_form.shown {
        padding: 0 25px;
    }

    .checkboxes .item input {
        width: 15px;
        min-width: 15px;
        height: 15px;
    }

    #details_filter_block .content {
        width: calc(100% - 16px);
        padding: 15px 10px;
    }

    .filtered_skideals_items .hidden_details_box.shown {
        width: calc(100vw - 40px);
    }

    .filtered_skideals_items .hidden_details_box .options span,
    .details_filtered_content .tour_card .description,
    .details_filtered_content .includes_block .item span,
    .select_count_form .text {
        font-size: 12px;
    }

    .filtered_skideals_items .hidden_details_box .options,
    .filtered_skideals_items .hidden_details_box .title {
        padding-right: 12px;
    }

    .details_filtered_content .tour_card .description {
        margin-top: 15px;
    }

    .main_pessenger_card .row_item {
        flex-direction: column;
        gap: 0;
    }

    .main_pessenger_card .row_item .item_on_row {
        width: 100%;
    }

    .main_pessenger_card .text {
        padding: 10px 20px;
        font-size: 12px;
    }

    .main_pessenger_card .title,
    .select_count_form .title,
    .last_content_block .description span {
        font-size: 18px;
    }

    .last_content_block {
        min-height: 840px;
    }
}