@charset "UTF-8";.dp__input_wrap{box-sizing:unset;position:relative;width:100%}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input_valid{box-shadow:0 0 var(--dp-border-radius) var(--dp-success-color)}.dp__input_valid,.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 var(--dp-border-radius) var(--dp-danger-color)}.dp__input_invalid,.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__input{background-color:var(--dp-background-color);border:1px solid var(--dp-border-color);border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color);font-family:var(--dp-font-family);font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);outline:none;padding:var(--dp-input-padding);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.dp__input::-moz-placeholder{opacity:.7}.dp__input::placeholder{opacity:.7}.dp__input:hover:not(.dp__input_focus){border-color:var(--dp-border-color-hover)}.dp__input_reg{caret-color:transparent}.dp__input_focus{border-color:var(--dp-border-color-focus)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::-moz-placeholder{color:var(--dp-disabled-color-text)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;height:var(--dp-font-size);width:var(--dp-font-size);stroke-width:0;box-sizing:content-box;color:var(--dp-icon-color);font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:6px 12px}.dp__input_icon{inset-inline-start:0}.dp--clear-btn,.dp__input_icon{color:var(--dp-icon-color);cursor:pointer;position:absolute;top:50%;transform:translateY(-50%)}.dp--clear-btn{align-items:center;background:transparent;border:none;display:inline-flex;inset-inline-end:0;margin:0;padding:0}.dp__input_icon_pad{padding-inline-start:var(--dp-input-icon-padding)}.dp__menu{background:var(--dp-background-color);border:1px solid var(--dp-menu-border-color);border-radius:var(--dp-border-radius);font-family:var(--dp-font-family);font-size:var(--dp-font-size);min-width:var(--dp-menu-min-width);-webkit-user-select:none;-moz-user-select:none;user-select:none}.dp__menu,.dp__menu:after,.dp__menu:before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp--menu-wrapper{position:absolute;z-index:99999}.dp__menu_inner{padding:var(--dp-menu-padding)}.dp--menu--inner-stretched{padding:6px 0}.dp__menu_index{z-index:99999}.dp-menu-loading,.dp__menu_disabled,.dp__menu_readonly{top:0;right:0;bottom:0;left:0;position:absolute;z-index:999999}.dp__menu_disabled{background:#ffffff80;cursor:not-allowed}.dp__menu_readonly{background:transparent;cursor:default}.dp-menu-loading{background:#ffffff80;cursor:default}.dp--menu-load-container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.dp--menu-loader{animation:dp-load-rotation 1s linear infinite;border:var(--dp-loader);border-bottom-color:transparent;border-radius:50%;box-sizing:border-box;display:inline-block;height:48px;position:absolute;width:48px}@keyframes dp-load-rotation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.dp__arrow_top{border-inline-end:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);top:0;transform:translate(-50%,-50%) rotate(-45deg)}.dp__arrow_bottom,.dp__arrow_top{background-color:var(--dp-background-color);height:12px;left:var(--dp-arrow-left);position:absolute;width:12px}.dp__arrow_bottom{border-bottom:1px solid var(--dp-menu-border-color);border-inline-end:1px solid var(--dp-menu-border-color);bottom:0;transform:translate(-50%,50%) rotate(45deg)}.dp__action_extra{padding:2px 0;text-align:center}.dp--preset-dates{border-inline-end:1px solid var(--dp-border-color);padding:5px}.dp--preset-dates-collapsed,.dp--preset-dates[data-dp-mobile]{align-self:center;border:none;display:flex;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2);overflow-x:auto}.dp__sidebar_left{border-inline-end:1px solid var(--dp-border-color);padding:5px}.dp__sidebar_right{margin-inline-end:1px solid var(--dp-border-color);padding:5px}.dp--preset-range{border-radius:var(--dp-border-radius);color:var(--dp-text-color);display:block;padding:5px;text-align:left;transition:var(--dp-common-transition);white-space:nowrap;width:100%}.dp--preset-range:hover{background-color:var(--dp-hover-color);color:var(--dp-hover-text-color);cursor:pointer}.dp--preset-range[data-dp-mobile]{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range[data-dp-mobile]:first-child{margin-left:0}.dp--preset-range[data-dp-mobile]:last-child{margin-right:0}.dp--preset-range-collapsed{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range-collapsed:first-child{margin-left:0}.dp--preset-range-collapsed:last-child{margin-right:0}.dp__menu_content_wrapper{display:flex}.dp--menu-content-wrapper-collapsed,.dp__menu_content_wrapper[data-dp-mobile]{flex-direction:column-reverse}.dp__calendar_header{align-items:center;color:var(--dp-text-color);display:flex;font-weight:700;justify-content:center;position:relative;white-space:nowrap}.dp__calendar_header_item{box-sizing:border-box;flex-grow:1;height:var(--dp-cell-size);padding:var(--dp-cell-padding);text-align:center;width:var(--dp-cell-size)}.dp__calendar_row{align-items:center;display:flex;justify-content:center;margin:var(--dp-row-margin)}.dp__calendar_item{box-sizing:border-box;color:var(--dp-text-color);flex-grow:1;text-align:center}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:var(--dp-calendar-header-cell-padding)}.dp__cell_inner{align-items:center;border:1px solid transparent;border-radius:var(--dp-cell-border-radius);box-sizing:border-box;display:flex;height:var(--dp-cell-size);justify-content:center;padding:var(--dp-cell-padding);position:relative;text-align:center;width:var(--dp-cell-size)}.dp__cell_inner:hover{transition:all .2s}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-end-end-radius:0;border-start-end-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-end-start-radius:0;border-start-start-radius:0}.dp__active_date,.dp__range_end,.dp__range_start{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__date_hover:hover,.dp__date_hover_end:hover,.dp__date_hover_start:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_disabled,.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{cursor:not-allowed}.dp__range_between{background:var(--dp-range-between-dates-background-color);border:1px solid var(--dp-range-between-border-color);border-radius:0;color:var(--dp-range-between-dates-text-color)}.dp__range_between_week{background:var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color);border-radius:0;border-top:1px solid var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-bottom:1px dashed var(--dp-primary-color);border-radius:0;border-top:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-bottom:1px dashed var(--dp-primary-color);border-end-start-radius:var(--dp-cell-border-radius);border-inline-start:1px dashed var(--dp-primary-color);border-start-start-radius:var(--dp-cell-border-radius);border-top:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-bottom:1px dashed var(--dp-primary-color);border-end-end-radius:var(--dp-cell-border-radius);border-inline-end:1px dashed var(--dp-primary-color);border-start-end-radius:var(--dp-cell-border-radius);border-top:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{background:var(--dp-border-color);height:1px;width:100%}.dp__calendar_next{margin-inline-start:var(--dp-multi-calendars-spacing)}.dp__marker_dot,.dp__marker_line{background-color:var(--dp-marker-color);bottom:0;height:5px;position:absolute}.dp__marker_dot{border-radius:50%;left:50%;transform:translate(-50%);width:5px}.dp__marker_line{left:0;width:100%}.dp__marker_tooltip{background-color:var(--dp-tooltip-color);border:1px solid var(--dp-border-color);border-radius:var(--dp-border-radius);box-sizing:border-box;cursor:default;padding:5px;position:absolute;z-index:99999}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{align-items:center;color:var(--dp-text-color);display:flex;flex-flow:row nowrap}.dp__tooltip_mark{background-color:var(--dp-text-color);border-radius:50%;color:var(--dp-text-color);height:5px;margin-inline-end:5px;width:5px}.dp__arrow_bottom_tp{background-color:var(--dp-tooltip-color);border-bottom:1px solid var(--dp-border-color);border-inline-end:1px solid var(--dp-border-color);bottom:0;height:8px;position:absolute;transform:translate(-50%,50%) rotate(45deg);width:8px}.dp__instance_calendar{position:relative;width:100%}.dp--flex-display-collapsed,.dp__flex_display[data-dp-mobile]{flex-direction:column}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{align-items:center;box-sizing:border-box;color:var(--dp-text-color);display:flex;height:var(--dp-month-year-row-height)}.dp__inner_nav{align-items:center;border-radius:50%;color:var(--dp-icon-color);cursor:pointer;display:flex;height:var(--dp-month-year-row-button-size);justify-content:center;text-align:center;width:var(--dp-month-year-row-button-size)}.dp__inner_nav svg{height:var(--dp-button-icon-height);width:var(--dp-button-icon-height)}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}[dir=rtl] .dp__inner_nav{transform:rotate(180deg)}.dp__inner_nav_disabled,.dp__inner_nav_disabled:hover{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp--year-select,.dp__month_year_select{align-items:center;border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color);cursor:pointer;display:flex;height:var(--dp-month-year-row-height);justify-content:center;text-align:center}.dp--year-select:hover,.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__month_year_select{width:50%}.dp--year-select{width:100%}.dp__month_year_wrap{display:flex;flex-direction:row;width:100%}.dp__year_disable_select{justify-content:space-around}.dp--header-wrap{display:flex;flex-direction:column;width:100%}.dp__overlay{background:var(--dp-background-color);box-sizing:border-box;color:var(--dp-text-color);font-family:var(--dp-font-family);transition:opacity 1s ease-out;width:100%;z-index:99999}.dp--overlay-absolute{height:100%;left:0;position:absolute;top:0}.dp--overlay-relative{position:relative}.dp__overlay_container::-webkit-scrollbar-track{background-color:var(--dp-scroll-bar-background);box-shadow:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{background-color:var(--dp-scroll-bar-background);width:5px}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;height:var(--dp-overlay-height);overflow-y:auto}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;margin-inline:auto;max-width:100%;padding:0;width:100%}.dp__flex_row{flex:1}.dp__overlay_col{box-sizing:border-box;padding:var(--dp-overlay-col-padding);white-space:nowrap;width:33%}.dp__overlay_cell_pad{padding:var(--dp-common-padding) 0}.dp__overlay_cell_active{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell,.dp__overlay_cell_active{border-radius:var(--dp-border-radius);cursor:pointer;text-align:center}.dp__overlay_cell:hover{transition:var(--dp-common-transition)}.dp__cell_in_between,.dp__overlay_cell:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__over_action_scroll{box-sizing:border-box;right:5px}.dp__overlay_cell_disabled{cursor:not-allowed}.dp__overlay_cell_disabled,.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed}.dp__overlay_cell_active_disabled,.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp--qr-btn,.dp--time-invalid,.dp--time-overlay-btn,.dp__btn{border:none;font:inherit;line-height:normal;transition:var(--dp-common-transition)}.dp--year-mode-picker{align-items:center;display:flex;height:var(--dp-cell-size);justify-content:space-between;width:100%}.dp--tp-wrap{max-width:var(--dp-menu-min-width)}.dp--tp-wrap[data-dp-mobile]{max-width:100%}.dp__time_input{align-items:center;color:var(--dp-text-color);display:flex;font-family:var(--dp-font-family);justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.dp__time_col_reg_block{padding:0 20px}.dp__time_col_reg_inline{padding:0 10px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_reg_with_button[data-compact~=true]{padding:0 5px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col_sec_with_button[data-collapsed~=true]{padding:0}.dp__time_col{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.dp__time_col_block{font-size:var(--dp-time-font-size)}.dp__time_display_block{padding:0 3px}.dp__time_display_inline{padding:5px}.dp__time_picker_inline_container{display:flex;justify-content:center;width:100%}.dp__inc_dec_button{align-items:center;border-radius:50%;box-sizing:border-box;color:var(--dp-icon-color);cursor:pointer;display:flex;justify-content:center;margin:0;padding:5px}.dp__inc_dec_button,.dp__inc_dec_button svg{height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size)}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__time_display{align-items:center;border-radius:var(--dp-border-radius);color:var(--dp-text-color);cursor:pointer;display:flex;justify-content:center}.dp__time_display:hover:enabled{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button_inline{align-items:center;cursor:pointer;display:flex;height:8px;padding:0;width:100%}.dp__inc_dec_button_disabled,.dp__inc_dec_button_disabled:hover{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);border:none;border-radius:var(--dp-border-radius);color:var(--dp-primary-text-color);cursor:pointer;padding:var(--dp-common-padding)}.dp__pm_am_button[data-compact~=true]{padding:7px}.dp__tp_inline_btn_bar{background-color:var(--dp-secondary-color);border-collapse:collapse;height:4px;transition:var(--dp-common-transition);width:100%}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r,.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(-12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp--time-overlay-btn{background:none}.dp--time-invalid{background-color:var(--dp-disabled-color)}.dp__action_row{align-items:center;box-sizing:border-box;color:var(--dp-text-color);display:flex;flex-flow:row nowrap;padding:var(--dp-action-row-padding);width:100%}.dp__action_row svg{height:var(--dp-button-icon-height);width:auto}.dp__selection_preview{color:var(--dp-text-color);display:block;font-size:var(--dp-preview-font-size);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dp__action_buttons{align-items:center;display:flex;flex:0;justify-content:flex-end;margin-inline-start:auto;white-space:nowrap}.dp__action_button{align-items:center;background:transparent;border:1px solid transparent;border-radius:var(--dp-border-radius);cursor:pointer;display:inline-flex;font-family:var(--dp-font-family);font-size:var(--dp-preview-font-size);height:var(--dp-action-button-height);line-height:var(--dp-action-button-height);margin-inline-start:3px;padding:var(--dp-action-buttons-padding)}.dp__action_cancel{border:1px solid var(--dp-border-color);color:var(--dp-text-color)}.dp__action_cancel:hover{border-color:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_buttons .dp__action_select{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__action_buttons .dp__action_select:hover{background:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_buttons .dp__action_select:disabled{background:var(--dp-primary-disabled-color);cursor:not-allowed}.dp-quarter-picker-wrap{display:flex;flex-direction:column;height:100%;min-width:var(--dp-menu-min-width)}.dp--qr-btn-disabled{cursor:not-allowed}.dp--qr-btn-disabled,.dp--qr-btn-disabled:hover{background:var(--dp-disabled-color)}.dp--qr-btn{padding:var(--dp-common-padding);width:100%}.dp--qr-btn:not(.dp--highlighted,.dp--qr-btn-active,.dp--qr-btn-disabled,.dp--qr-btn-between){background:none}.dp--qr-btn:hover:not(.dp--qr-btn-active,.dp--qr-btn-disabled){background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp--quarter-items{display:flex;flex:1;flex-direction:column;height:100%;justify-content:space-evenly;width:100%}.dp--qr-btn-active{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp--qr-btn-between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}:root{--dp-common-transition:all .1s ease-in;--dp-menu-padding:6px 8px;--dp-animation-duration:.1s;--dp-menu-appear-transition-timing:cubic-bezier(.4,0,1,1);--dp-transition-timing:ease-out;--dp-action-row-transtion:all .2s ease-in;--dp-font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen,ubuntu,cantarell,"Open Sans","Helvetica Neue",sans-serif;--dp-border-radius:4px;--dp-cell-border-radius:4px;--dp-transition-length:22px;--dp-transition-timing-general:.1s;--dp-button-height:35px;--dp-month-year-row-height:35px;--dp-month-year-row-button-size:25px;--dp-button-icon-height:20px;--dp-calendar-wrap-padding:0 5px;--dp-cell-size:35px;--dp-cell-padding:5px;--dp-common-padding:10px;--dp-input-icon-padding:35px;--dp-input-padding:6px 30px 6px 12px;--dp-menu-min-width:260px;--dp-action-buttons-padding:1px 6px;--dp-row-margin:5px 0;--dp-calendar-header-cell-padding:.5rem;--dp-multi-calendars-spacing:10px;--dp-overlay-col-padding:3px;--dp-time-inc-dec-button-size:32px;--dp-font-size:1rem;--dp-preview-font-size:.8rem;--dp-time-font-size:2rem;--dp-action-button-height:22px;--dp-action-row-padding:8px;--dp-direction:ltr}.dp__theme_dark{--dp-background-color:#212121;--dp-text-color:#fff;--dp-hover-color:#484848;--dp-hover-text-color:#fff;--dp-hover-icon-color:#959595;--dp-primary-color:#005cb2;--dp-primary-disabled-color:#61a8ea;--dp-primary-text-color:#fff;--dp-secondary-color:#a9a9a9;--dp-border-color:#2d2d2d;--dp-menu-border-color:#2d2d2d;--dp-border-color-hover:#aaaeb7;--dp-border-color-focus:#aaaeb7;--dp-disabled-color:#737373;--dp-disabled-color-text:#d0d0d0;--dp-scroll-bar-background:#212121;--dp-scroll-bar-color:#484848;--dp-success-color:#00701a;--dp-success-color-disabled:#428f59;--dp-icon-color:#959595;--dp-danger-color:#e53935;--dp-marker-color:#e53935;--dp-tooltip-color:#3e3e3e;--dp-highlight-color:rgba(0,92,178,.2);--dp-range-between-dates-background-color:var(--dp-hover-color,#484848);--dp-range-between-dates-text-color:var(--dp-hover-text-color,#fff);--dp-range-between-border-color:var(--dp-hover-color,#fff);--dp-loader:5px solid #005cb2}.dp__theme_light{--dp-background-color:#fff;--dp-text-color:#212121;--dp-hover-color:#f3f3f3;--dp-hover-text-color:#212121;--dp-hover-icon-color:#959595;--dp-primary-color:#1976d2;--dp-primary-disabled-color:#6bacea;--dp-primary-text-color:#fff;--dp-secondary-color:#c0c4cc;--dp-border-color:#ddd;--dp-menu-border-color:#ddd;--dp-border-color-hover:#aaaeb7;--dp-border-color-focus:#aaaeb7;--dp-disabled-color:#f6f6f6;--dp-scroll-bar-background:#f3f3f3;--dp-scroll-bar-color:#959595;--dp-success-color:#76d275;--dp-success-color-disabled:#a3d9b1;--dp-icon-color:#959595;--dp-danger-color:#ff6f60;--dp-marker-color:#ff6f60;--dp-tooltip-color:#fafafa;--dp-disabled-color-text:#8e8e8e;--dp-highlight-color:rgba(25,118,210,.1);--dp-range-between-dates-background-color:var(--dp-hover-color,#f3f3f3);--dp-range-between-dates-text-color:var(--dp-hover-text-color,#212121);--dp-range-between-border-color:var(--dp-hover-color,#f3f3f3);--dp-loader:5px solid #1976d2}.dp__flex{align-items:center;display:flex}.dp__btn{background:none}.dp__main{box-sizing:border-box;font-family:var(--dp-font-family);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.dp__main *{direction:var(--dp-direction,ltr)}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{align-items:center;box-sizing:border-box;color:var(--dp-icon-color);cursor:pointer;display:flex;height:var(--dp-button-height);padding:var(--dp-common-padding);place-content:center center;text-align:center;width:100%}.dp__button.dp__overlay_action{bottom:0;position:absolute}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:var(--dp-button-icon-height);width:auto}.dp__button_bottom{border-bottom-left-radius:var(--dp-border-radius);border-bottom-right-radius:var(--dp-border-radius)}.dp__flex_display{display:flex}.dp__flex_display_with_input{align-items:flex-start;flex-direction:column}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all var(--dp-transition-timing-general) ease-out}.calendar-next-enter-from{opacity:0;transform:translate(var(--dp-transition-length))}.calendar-next-leave-to,.calendar-prev-enter-from{opacity:0;transform:translate(calc(var(--dp-transition-length)*-1))}.calendar-prev-leave-to{opacity:0;transform:translate(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-active,.dp-menu-appear-bottom-leave-active,.dp-menu-appear-top-enter-active,.dp-menu-appear-top-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active{transition:all var(--dp-animation-duration) var(--dp-transition-timing)}.dp-menu-appear-top-enter-from,.dp-menu-appear-top-leave-to,.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-from,.dp-menu-appear-bottom-leave-to,.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(calc(var(--dp-transition-length)*-1))}.dp--arrow-btn-nav{transition:var(--dp-common-transition)}.dp--highlighted{background-color:var(--dp-highlight-color)}.dp--hidden-el{visibility:hidden}*,:after,:before{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none!important}h1,h2,h3,h4,h5,h6{font-weight:400}a,body,div,form,h1,h2,h3,h4,h5,li,ol,p,ul{border:0;line-height:1;margin:0;padding:0;text-decoration:none}button,input,textarea{font-family:inherit;transition:color .125s,background-color .125s}button,input,input:active,input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus,input[type=text]:focus,textarea{outline:none!important}::-webkit-input-placeholder{color:#222}:-moz-placeholder,::-moz-placeholder{color:#222}:-ms-input-placeholder{color:#222}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}html{height:100%;scroll-behavior:smooth}svg{flex-shrink:0;height:auto}circle,path,rect,svg{transition:fill .3s,stroke .3s}a{color:inherit;transition:color .3s,background-color .3s}a,a:focus,a:hover{text-decoration:none}li,ol,ul{list-style:none;margin:0;padding:0}i{line-height:100%}fieldset{border:0;margin:0;min-width:0;padding:0}button{background-color:inherit;border:none;box-sizing:border-box;cursor:pointer;font-size:1em;outline:none;transition:color .3s,background-color .3s}.swiper-button-next,.swiper-button-prev{z-index:2}.swiper-button-next:after,.swiper-button-prev:after{display:none}img{flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}:root{--font1:"Bellota Text",sans-serif;--black:#000;--white:#fff;--link:#1da0db;--accent:#e41080;--accent-blur:rgba(228,16,128,.5);--link-blur:rgba(29,160,219,.5);--light-link:#c2ecff;--accent-light:#fce4f1;--gray-1:#333;--gray-2:#4f4f4f;--gray-3:#828282;--gray-4:#bdbdbd;--gray-5:#e0e0e0;--gray-6:#f2f2f2;--red:#eb5757;--orange:#f2994a;--yellow:#f2c94c;--green-1:#219653;--green-2:#27ae60;--green-3:#6fcf97;--blue-1:#2f80ed;--blue-2:#2d9cdb;--blue-3:#56ccf2;--purple-1:#9b51e0;--purple-2:#bb6bd9;--full-vh:calc(var(--vh)*100);--border:1px solid #e8e8e8;--gallerBorderRadius:1.5em}@font-face{font-display:swap;font-family:Bellota Text;font-style:normal;font-weight:400;src:url(./BellotaText-Regular.DlviYZyR.ttf) format("ttf"),url(./BellotaText-Regular.CKfXfjaf.eot) format("eot"),url(./BellotaText-Regular.DfXKU3Xf.woff) format("woff"),url(./BellotaText-Regular.DIBDBqiQ.woff2) format("woff2")}@font-face{font-display:swap;font-family:Bellota Text;font-style:italic;font-weight:400;src:url(./BellotaText-Italic.D6tpeRi0.ttf) format("ttf"),url(./BellotaText-Italic.B7OZBOjY.eot) format("eot"),url(./BellotaText-Italic.BuwGQyLo.woff) format("woff"),url(./BellotaText-Italic.iT1bTQ2A.woff2) format("woff2")}@font-face{font-display:swap;font-family:Bellota Text;font-style:normal;font-weight:700;src:url(./BellotaText-Bold.apJhlx0Z.ttf) format("ttf"),url(./BellotaText-Bold.Dx7Ks--n.eot) format("eot"),url(./BellotaText-Bold.0ghkYoDq.woff) format("woff"),url(./BellotaText-Bold.DAVo67wo.woff2) format("woff2")}.text-center{text-align:center}.caps-text{text-transform:uppercase}.underline-text{text-decoration:underline}._lets-space{letter-spacing:-.01em}.h1{font-size:3em}.h1,.h2,.m-text h2{font-weight:700;line-height:125%}.h2,.m-text h2{font-size:2.5em}.h3,.m-text h3{font-size:2em}.h3,.h4,.m-text h3,.m-text h4{font-weight:700;line-height:125%}.h4,.m-text h4{font-size:1.5em}.h5,.m-text h5{font-size:1.25em;font-weight:700;line-height:140%}.text40{font-size:2.5em;line-height:160%}.text32{font-size:2em}.text28,.text32{line-height:100%}.text28{font-size:1.75em}.text26{font-size:1.625em;line-height:100%}.text24{font-size:1.5em;line-height:125%}.text22{font-size:1.375em}.text20,.text22{line-height:120%}.text20{font-size:1.25em}.text19{font-size:1.1875em;line-height:120%}.text18{font-size:1.125em;line-height:100%}.text17{font-size:1.0625em;line-height:120%}.text16{font-size:1em;line-height:150%}.text15{font-size:.9375em}.text14,.text15{line-height:120%}.text14{font-size:.875em}.text13{font-size:.8125em}.text12,.text13{line-height:120%}.text12{font-size:.75em}.text11{font-size:.6875em}.text10,.text11{line-height:120%}.text10{font-size:.625em}.extra-bold-text{font-weight:800}.bold-text{font-weight:700}.semi-bold-text{font-weight:600}.medium-text{font-weight:500}.regular-text{font-weight:400}.light-text{font-weight:300}.lh150{line-height:150%}.lh140{line-height:140%}.lh130{line-height:130%}.lh120{line-height:120%}.lh100{line-height:100%}.m-text li,.m-text p{font-size:1.25em;letter-spacing:-.01em;line-height:120%}.m-text p{margin-bottom:.5em}.m-text p:last-child{margin-bottom:0}.m-text ul{margin-bottom:.5em;padding-left:.75em}.m-text ul li{padding-left:.8em;position:relative}.m-text ul li:before{content:"•";left:0;position:absolute;top:0}.m-text ol{margin-bottom:.5em;padding-left:1.75em}.m-text ol li{list-style:marker;position:relative}.m-text hr{display:block;height:1em;margin:0;opacity:0}.m-text--type2 li,.m-text--type2 p{font-size:1.125em;line-height:140%}.m-text>img{border-radius:1.5em;display:block;margin-bottom:1em;width:100%}.m-text a{color:var(--link)}.accent-text,.m-text a:hover{color:var(--accent)}.orange-text{color:var(--orange)}.blue-text{color:var(--link)}.gray-text3{color:var(--gray-3)}.gray-text5{color:var(--gray-5)}.green-text{color:var(--green-1)}.green-text2{color:var(--green-2)}.green-text3{color:var(--green-3)}.blink-text{animation:blink 2s linear infinite}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.content-box-editor-styles h1>span,.content-box-editor-styles h2>span,.content-box-editor-styles h3>span,.content-box-editor-styles h4>span,.content-box-editor-styles h5>span,.content-box-editor-styles li>span,.content-box-editor-styles p>span,.content-box-editor-styles span{font-size:inherit!important}.content-box-editor-styles .h1,.content-box-editor-styles h1{font-size:2.5em;font-weight:700;line-height:125%;margin-bottom:.5em}.content-box-editor-styles .h2,.content-box-editor-styles h2{font-size:2em;font-weight:700;line-height:125%;margin-bottom:.5em}.content-box-editor-styles .h3,.content-box-editor-styles h3{font-size:1.5em;font-weight:700;line-height:140%;margin-bottom:.25em}.content-box-editor-styles .h4,.content-box-editor-styles h4{font-size:1.275em;font-weight:700;line-height:140%;margin-bottom:.25em}.content-box-editor-styles .h5,.content-box-editor-styles h5{font-size:1.175em;font-weight:700;line-height:140%;margin-bottom:.25em}.content-box-editor-styles h1:not(:first-child),.content-box-editor-styles h2:not(:first-child){margin-top:.5em}.content-box-editor-styles h3:not(:first-child),.content-box-editor-styles h4:not(:first-child),.content-box-editor-styles h5:not(:first-child),.content-box-editor-styles h6:not(:first-child){margin-top:.25em}@media screen and (max-width:1024px){.h1{font-size:2.625em}.h2{font-size:2.25em}.h3{font-size:1.75em}.h4,.m-text h4{font-size:1.25em}.text28-tablet{font-size:1.75em}.text24-tablet{font-size:1.5em}.text22-tablet{font-size:1.375em}.text20-tablet{font-size:1.25em}.text19-tablet{font-size:1.1875em}.text18-tablet{font-size:1.125em}.text17-tablet{font-size:1.0625em}.text16-tablet{font-size:1em}.text15-tablet{font-size:.9375em}.text14-tablet{font-size:.875em}.text13-tablet{font-size:.8125em}.text12-tablet{font-size:.75em}.text11-tablet{font-size:.6875em}.text10-tablet{font-size:.625em}.m-text h4{margin-bottom:.25em}.m-text li,.m-text p{font-size:1.125em}.m-text--type2 li,.m-text--type2 p{font-size:1em}}@media screen and (max-width:576px){.h2{font-size:2em}.h3{font-size:1.375em}.h4,.m-text h4{font-size:1.125em}.h2-mob{font-size:1.75em}.text32-mob{font-size:2em}.text28-mob{font-size:1.75em}.text24-mob{font-size:1.5em}.text22-mob{font-size:1.375em}.text20-mob{font-size:1.25em}.text18-mob{font-size:1.125em}.text16-mob{font-size:1em}.content-box-editor-styles .h1,.content-box-editor-styles h1{font-size:2em}.content-box-editor-styles .h2,.content-box-editor-styles h2{font-size:1.625em!important}.content-box-editor-styles .h3,.content-box-editor-styles h3{font-size:1.375em}.content-box-editor-styles .h4,.content-box-editor-styles h4{font-size:1.275em}.content-box-editor-styles .h5,.content-box-editor-styles h5{font-size:1.175em}}.swiper .swiper-button-next,.swiper .swiper-button-prev{background-position:50%;background-repeat:no-repeat;background-size:100% auto;height:.875em;width:1.3125em}.swiper .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' fill='none' viewBox='0 0 21 14'%3E%3Cpath fill='%2334AFF7' d='M7.619.256a.875.875 0 0 0-1.238 0L.256 6.381a.875.875 0 0 0 0 1.238l6.125 6.125a.875.875 0 0 0 1.238-1.238L2.987 7.875h17.138a.875.875 0 0 0 0-1.75H2.987L7.62 1.494a.875.875 0 0 0 0-1.238'/%3E%3C/svg%3E")}.swiper .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' fill='none' viewBox='0 0 21 14'%3E%3Cpath fill='%2334AFF7' d='M13.381.256a.875.875 0 0 1 1.238 0l6.125 6.125a.875.875 0 0 1 0 1.238l-6.125 6.125a.875.875 0 1 1-1.238-1.238l4.632-4.631H.875a.875.875 0 1 1 0-1.75h17.138L13.38 1.494a.875.875 0 0 1 0-1.238'/%3E%3C/svg%3E")}.m-slider .swiper{width:calc(100% + 2em)}.m-slider .swiper-slide{padding-right:2em}.float-nav .swiper{overflow:unset}.float-nav .swiper-button-next,.float-nav .swiper-button-prev{bottom:100%;margin-bottom:3.75em!important;margin-top:0!important;top:unset!important}.float-nav .swiper-button-prev{left:unset!important;right:4.5em!important}.float-nav .swiper-button-next{right:2em!important}@media screen and (max-width:576px){.m-slider .swiper{width:calc(100% + 1em)}.m-slider .swiper-slide{padding-right:1em}}.m-btn{align-items:center;border-radius:1.75em;display:flex;font-weight:700;height:3.5em;justify-content:center;padding:0 1.41em;transition:background .225s ease-out,color .225s ease-out,border .225s ease-out}.m-btn:focus{box-shadow:none}.m-btn span{font-size:1.25em}button.blue-text:hover{color:var(--accent)}.m-btn-medium{height:3.125em}.m-btn-medium span{font-size:1.125em}.m-btn-small{height:2.75em}.m-btn-small span{font-size:1em}.m-btn-arrow-right img,.m-btn-arrow-right svg{margin-left:.5em;width:1.1875em}.m-btn-arrow-right.m-btn-medium img,.m-btn-arrow-right.m-btn-medium svg,.m-btn-arrow-right.m-btn-small img,.m-btn-arrow-right.m-btn-small svg{width:.9375em}.m-btn-pink{border:1px solid var(--accent);color:var(--accent)}.m-btn-pink:hover{background-color:var(--accent);color:var(--white)}.m-btn-pink-outline{border:1px solid var(--accent-blur);color:var(--accent)}.m-btn-pink-outline:hover{background-color:var(--accent);color:var(--white)}.m-btn-blue-outline2{border:1px solid var(--link-blur);color:var(--link)}.m-btn-blue-outline2:hover{background-color:var(--link);color:var(--white)}.m-btn-blue-outline{border:1px solid var(--link);color:var(--link)}.m-btn-blue-outline:hover{background-color:var(--link);color:var(--white)}.m-btn-blue-outline.m-btn-arrow-right:hover path{fill:var(--white)}.m-btn-white{background-color:var(--white);color:var(--accent)}.m-btn-white:hover{background-color:var(--accent);color:var(--white)}.m-btn-blue{background-color:var(--link);color:var(--white)}.m-btn-blue:hover{background-color:var(--accent);color:var(--white)}.m-btn-gray,.m-btn-gray:hover{background-color:var(--gray-1);color:var(--white)}.text-btn{color:var(--link);height:3em;padding:0 1.25em}.text-btn svg{margin-left:.5em;width:1.125em}.text-btn span{letter-spacing:-.01em}.text-btn:hover{color:var(--accent)}.text-btn:hover path{fill:var(--accent)}.icon-text-btn,.share-btn{color:var(--link)}.icon-text-btn svg,.share-btn svg{margin-right:.25em;width:1em}.icon-text-btn:hover,.share-btn:hover{color:var(--accent)}.icon-text-btn:hover path,.share-btn:hover path{stroke:var(--accent)}.icon-text-btn ._view2,.share-btn ._view2{display:none}.tours-link{align-items:center;background-color:var(--light-link);border-radius:1.5em;display:flex;justify-content:space-between;padding:1.5em 2.5em}.tours-link:hover{color:var(--gray-1)}.tours-link img{width:1.5em}.back-link{align-items:center;color:var(--link);display:flex}.back-link svg{width:1.5em}.back-link:hover{color:var(--accent)}.back-link:hover path{fill:var(--accent)}.favourite-btn{display:none;width:1.25em}.favourite-btn svg{width:100%}.favourite-btn._added path{fill:var(--accent)}.close-btn{align-items:center;display:flex;flex-shrink:0;justify-content:center;width:2.25em}.close-btn svg{width:100%}.close-btn:hover path{stroke:var(--link)}.m-btn-text{color:var(--link);padding:0}.m-btn-text:hover{color:var(--accent)}.m-btn-text:hover path{stroke:var(--accent)}@media screen and (max-width:1024px){.text-btn{height:2.5em;padding:0 1em}.text-btn span{font-size:1.125em}.tours-link{padding:1.25em 2em}.tours-link img{width:1.25em}.close-btn{width:2em}}@media screen and (max-width:576px){.share-btn span{display:none}.share-btn svg{margin:0}.icon-text-btn ._view1{display:none}.icon-text-btn ._view2{display:block}}.country-search{display:flex}.country-search__btn{border-radius:0 .5em .5em 0;flex-shrink:0;height:5em;padding:0 1.875em}.country-search__btn span{font-size:1.5em}.country-search .filter-item{flex-grow:1}.country-search .filter-item input{border-bottom-right-radius:0;border-top-right-radius:0}.country-search__field{flex-grow:1;position:relative}.country-search__field label{color:var(--gray-3);font-size:.75em;left:1.33em;letter-spacing:-.01em;line-height:150%;position:absolute;text-transform:uppercase;top:1.08em}.country-search__field input{background-color:var(--white);border:none;border-radius:.33em 0 0 .33em;color:var(--gray-1);font-size:1.5em;font-weight:700;height:3.33em;padding:1em .67em 0;width:100%}.tours-top .m-select{margin-right:1.25em}.m-select{color:var(--link);position:relative}.m-select__show{cursor:pointer}.m-select__arrow{margin-left:.25em;transition:transform .3s;width:1em}.m-select__dropdown{background-color:var(--white);border:1px solid var(--gray-5);left:0;margin-top:.5em;min-width:100%;opacity:0;padding:1em 1.25em;pointer-events:none;position:absolute;top:100%;transition:opacity .3s;white-space:nowrap;z-index:4}.m-select__options{display:grid;gap:.625em;grid-template-columns:100%}.m-select__option{cursor:pointer;font-size:1em;line-height:133%;transition:color .3s}.m-select__option:hover{color:var(--accent)}.m-select._open .m-select__dropdown{opacity:1;pointer-events:unset}.m-select._open .m-select__arrow{transform:rotate(-180deg)}.m-form{display:grid;gap:1.25em;grid-template-columns:100%}.m-form .m-check{margin-bottom:1em}.m-form__btn{padding:0 5em}@media screen and (max-width:1024px){.country-search__btn{height:3.875em;padding:0 1.59em}.country-search__btn span{font-size:1.125em}.country-search__field{flex-grow:1;position:relative}.country-search__field label{font-size:.625em;left:1.6em;top:1em}.country-search__field input{border-radius:.44em 0 0 .44em;font-size:1.125em;height:3.44em;padding:1em .88em 0}}@media screen and (max-width:576px){.country-search{display:block}.country-search__btn{border-radius:.5em;margin-top:.5em;width:100%}.country-search__field input{border-radius:.44em}}.fg{margin:0;position:relative}.fg label{display:block;font-size:.75em;font-weight:400;left:1em;letter-spacing:-.01em;line-height:100%;pointer-events:none;position:absolute;text-transform:uppercase;top:.83em}.fg input,.fg select,.fg textarea{background-color:transparent;border:1px solid var(--gray-3);border-radius:.5em;color:var(--gray-1);font-size:1em;height:4em;padding:1.25em .75em 0;width:100%}.fg input::-moz-placeholder,.fg select::-moz-placeholder,.fg textarea::-moz-placeholder{color:var(--gray-3)}.fg input::placeholder,.fg select::placeholder,.fg textarea::placeholder{color:var(--gray-3)}.fg textarea{height:12em;padding-bottom:1em;padding-top:1.75em;resize:none}.fg select{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23828282' d='M6.707 8.293a1 1 0 0 0-1.414 1.414l6 6a1 1 0 0 0 1.414 0l6-6a1 1 0 0 0-1.414-1.414L12 13.586z'/%3E%3C/svg%3E");background-position:right .625em center;background-repeat:no-repeat;background-size:1.5em auto}.fg select::-ms-expand{display:none}.fg__field{position:relative}.date-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23828282' stroke-linecap='round' stroke-width='1.25' d='M19.25 7.333H2.75m4.583-2.75V2.75m7.334 1.833V2.75m-10.084.917h-.091c-.962 0-1.742.78-1.742 1.741V16.5c0 1.012.82 1.833 1.833 1.833h12.834c1.012 0 1.833-.82 1.833-1.833V5.408c0-.962-.78-1.741-1.742-1.741h-.091m-7.334 0h1.834'/%3E%3C/svg%3E");background-position:right .75em center;background-repeat:no-repeat;background-size:1.375em auto}.date-input::-webkit-calendar-picker-indicator,.date-input::-webkit-inner-spin-button{-webkit-appearance:none;opacity:0}.file-input{border:1px solid var(--gray-5);border-radius:.5em;padding:1.875em .625em}.file-input__inner{display:grid;gap:1.5em;grid-template-columns:100%;text-align:center}.file-input__icon{margin:0 auto;width:5em}.file-input__btn{display:inline-flex;height:2em;margin:0 auto;padding:0 1.5em}.file-input__btn span{font-size:1em}.file-input,.m-check,.m-radio{position:relative}.file-input input,.m-check input,.m-radio input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.m-check label,.m-radio label{cursor:pointer;display:block;min-height:1.5em;padding-left:2em;position:relative}.m-check label span,.m-radio label span{font-size:1em;letter-spacing:-.01em;line-height:140%}.m-check label:after,.m-check label:before,.m-radio label:after,.m-radio label:before{pointer-events:none}.m-check label:before,.m-radio label:before{background-position:50%;background-repeat:no-repeat;background-size:0 auto;border:1px solid var(--gray-3);content:"";height:1.25em;left:.125em;position:absolute;top:.125em;transition:all 0s;width:1.25em;z-index:1}.m-check label a,.m-radio label a{color:var(--link);position:relative;text-decoration:underline;z-index:2}.m-check label a:hover,.m-radio label a:hover{opacity:.8}.m-check._big label,.m-radio._big label{padding-top:0}.m-check._big label span,.m-radio._big label span{font-size:1em;line-height:140%}.m-check input:checked+label:before{background-color:var(--link);background-size:1em auto;border-color:var(--link)}.m-check label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m12.5 3.75-6.875 6.875L2.5 7.5'/%3E%3C/svg%3E");border-radius:.1875em}.m-radio input:checked+label:before{background-size:0 auto,100% auto}.m-radio label{padding-left:1.625em;padding-top:4px}.m-radio label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Crect width='19' height='19' x='.5' y='.5' stroke='%23828282' rx='9.5'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Crect width='19' height='19' x='.5' y='.5' stroke='%232D3648' rx='9.5'/%3E%3Cpath fill='%232D3648' d='M14 10a4 4 0 1 1-8 0 4 4 0 0 1 8 0'/%3E%3C/svg%3E");background-size:100% auto,0 auto;border:none;border-radius:50%}.rating{display:flex}.rating-input{align-items:center;display:flex;flex-direction:row-reverse;position:relative}.rating-input--read-only{pointer-events:none}.rating-input__field{left:0;opacity:0;pointer-events:none;position:absolute;top:100%}.rating-input__item{flex-shrink:0;width:1.25em}.rating-input__item:last-child{margin-right:0}.rating-input__item svg{height:auto;width:100%}.rating-input__item:hover{cursor:pointer}.rating-input[data-total-rating="1"]:not(:hover) .rating-input__item:nth-child(n+5) path,.rating-input[data-total-rating="2"]:not(:hover) .rating-input__item:nth-child(n+4) path,.rating-input[data-total-rating="3"]:not(:hover) .rating-input__item:nth-child(n+3) path,.rating-input[data-total-rating="4"]:not(:hover) .rating-input__item:nth-child(n+2) path,.rating-input[data-total-rating="5"]:not(:hover) .rating-input__item:nth-child(n+1) path,.rating-input__item:hover path,.rating-input__item:hover~.rating-input__item path{fill:var(--accent);stroke:var(--accent)}@media screen and (max-width:1024px){.fg{font-size:.83em}}.form-error-message{color:red;margin-top:5px}.grid{display:grid;gap:2em;grid-template-columns:100%}.grid2{grid-template-columns:repeat(2,calc(50% - 1em))}.grid3{grid-template-columns:repeat(3,calc(33.33333% - .83333em))}.grid4,.grid5{grid-template-columns:repeat(4,calc(25% - .9375em))}@media screen and (max-width:992px){.grid-tablet{grid-template-columns:100%}.grid-tablet2{grid-template-columns:repeat(2,calc(50% - .625em))}}@media screen and (max-width:576px){.grid-mob{grid-template-columns:100%}}._flex,._flex-between,._flex-center,._flex-end{align-items:center;display:flex}._flex-between._start,._flex-center._start,._flex-end._start,._flex._start{align-items:unset}._flex-between{justify-content:space-between}._flex-center{justify-content:center}._flex-end{justify-content:end}.m-section{padding:1.75em 0}.m-section__head{display:grid;gap:.44em;grid-template-columns:100%}.m-section__head--gap20{gap:1.25em}.m-section2{padding-top:2.5em}.m-section3{padding:3em 0}.mt96{margin-top:6em}.mt60{margin-top:3.75em}.mt48{margin-top:3em}.mt40{margin-top:2.5em}.mt32{margin-top:2em}.mt24{margin-top:1.5em}.mt20{margin-top:1.25em}.mt16{margin-top:1em}.mt12{margin-top:.75em}.mt8{margin-top:.5em}._full{grid-column:1/-1}.socials,.socials__item{align-items:center;display:flex}.socials__item{height:2.25em;justify-content:center;width:2.25em}.socials__item:not(:last-child){margin:0 .5em 0 0}.socials__item img,.socials__item svg{width:100%}.socials__item:hover{opacity:.8}.socials2 .socials__item{height:3em;width:4.375em}.socials2 .socials__item:not(:last-child){margin:0 .75em 0 0}.tour-badges{display:flex}.tour-badges .tour-badge{position:relative}.tour-badges .tour-badge:first-child{z-index:4}.tour-badges .tour-badge:nth-child(2){z-index:3}.tour-badges .tour-badge:nth-child(3){z-index:2}.tour-badges .tour-badge:nth-child(4){z-index:1}.tour-badge{align-items:center;background-color:var(--white);border:1px solid var(--gray-5);border-radius:50%;display:flex;height:2.5em;justify-content:center;width:2.5em}.tour-badge img{height:1.5em;width:1.5em}.tour-badge:not(:first-child){margin-left:-.375em}.badge-tooltip{bottom:100%;font-size:12px;left:50%;line-height:1.3;margin-bottom:6px;max-width:min(240px,90vw);padding:6px 10px;position:absolute;transform:translate(-50%);white-space:normal;word-wrap:break-word;background:#000000d9;border-radius:4px;color:#fff;overflow-wrap:break-word;pointer-events:none;text-align:center}.m-backdrop{position:relative}.m-backdrop:after{background:#00000040;border-radius:inherit;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}._scale-img{overflow:hidden}._scale-img:hover img{transform:scale(1.05)}._scale-img img{transition:all .6s}.date-item img{margin-right:.5em;width:1.5em}.post-group__top{margin-bottom:1.25em}.post-group__top img{margin-right:.5em;width:2.25em}.post-group__items{display:grid;gap:.5em;grid-template-columns:100%}.post-group__item{display:flex;padding-left:1.875em;position:relative}.post-group__item:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='1.25' d='m17.253 9.116-5.657 5.656a2 2 0 0 1-2.828 0L7 13.005'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% auto;content:"";height:1.5em;left:0;position:absolute;top:0;width:1.5em}.post-group .m-select{margin-left:2em}.post-group .m-select__current{color:var(--gray-1);font-size:1.125em}.post-group .m-select__option{color:var(--gray-1)}.post-group .m-select__option:hover{color:var(--link)}.post-group .m-select__arrow path{fill:var(--gray-1)}.only-mobile{display:none}@media screen and (max-width:1024px){.m-section{padding:2.75em 0}.m-section2{padding-top:4.5em}.m-section3{padding:1.875em 0}.mt60-tablet{margin-top:3.75em}.mt48-tablet{margin-top:3em}.mt40-tablet{margin-top:2.5em}.mt30-tablet{margin-top:1.875em}.socials__item{height:2em;width:2em}.socials__item:not(:last-child){margin:0 .375em 0 0}}@media screen and (max-width:576px){.m-section{padding:2.5em 0}.m-section2{padding-top:3em}.mt30-mob{margin-top:1.875em}.only-mobile{display:block}}.vue-date-picker-date__inside-max-range{background-color:var(--accent-light)}html{width:100%}html.fixed-body{overflow-y:hidden}.wrapper{flex-shrink:0;min-height:100vh}.content,.wrapper{display:flex;flex-direction:column}.content{flex-grow:1;width:100%}body{color:var(--gray-1);font-family:var(--font1);font-size:16px;font-weight:400;overflow-x:hidden;width:100%}@media screen and (max-width:1600px){body{font-size:1vw}}body.fixed-body,body.fixed-body2{overflow-y:hidden;padding-right:var(--scrollWidth)}.container{margin:0 auto;max-width:1600px;padding:0 9em;width:100%}a:hover{color:var(--accent)}@media screen and (max-width:1024px){body{font-size:1.5625vw}.container{padding:0 4.5em}}@media screen and (max-width:576px){body{font-size:3.3333333333vw}.container{padding:0 1.875em}}.v-popper__popper{left:0;outline:none;top:0;z-index:10000}.v-popper__popper.v-popper__popper--hidden{opacity:0;pointer-events:none;transition:opacity .15s,visibility .15s;visibility:hidden}.v-popper__popper.v-popper__popper--shown{opacity:1;transition:opacity .15s;visibility:visible}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{transition:none!important}.v-popper__backdrop{display:none;height:100%;left:0;position:absolute;top:0;width:100%}.v-popper__inner{box-sizing:border-box;overflow-y:auto;position:relative}.v-popper__inner>div{max-height:inherit;max-width:inherit;position:relative;z-index:1}.v-popper__arrow-container{height:10px;position:absolute;width:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;height:0;left:0;position:absolute;top:0;width:0}.v-popper__arrow-inner{border-width:7px;visibility:hidden}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important;border-top-width:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-left-color:transparent!important;border-left-width:0;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-right-color:transparent!important;border-right-width:0;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{left:-2px}.v-popper--theme-tooltip .v-popper__inner{background:#000c;border-radius:6px;color:#fff;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.v-popper--theme-dropdown .v-popper__inner{background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 6px 30px #0000001a;color:#000}.v-popper--theme-dropdown .v-popper__arrow-inner{border-color:#fff;visibility:visible}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{opacity:0;transform:translate(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translate(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translate(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translate(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}@media (hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{height:var(--f-button-svg-height);width:var(--f-button-svg-width);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;padding:0;position:fixed;right:0;top:0;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;overflow:visible;transform-origin:top left;z-index:var(--fancybox-zIndex,1050);-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container::backdrop{background-color:transparent}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{box-sizing:border-box;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;backface-visibility:hidden;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;overscroll-behavior:contain;padding:4px;position:relative;transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:flex;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;transform:translateZ(0);transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{display:block;filter:blur(0);height:100%;margin:auto;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:#18181b80;bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{height:100%;width:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:#18181be6;color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{flex:0 0 auto;margin:0;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);perspective:1000px;transform:translateZ(0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.f-thumbs .f-spinner{background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;transform:translateZ(0);width:100%}.f-thumbs__track{display:flex}.f-thumbs__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc((var(--f-thumb-clip-width, 0))*-.5);position:absolute;top:0;width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0))}.is-modern .f-thumbs__slide{pointer-events:none;transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transition:none;width:var(--f-thumb-clip-width)}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0 -100%;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;touch-action:manipulation;transition:opacity .2s ease;width:var(--f-thumb-width)}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.is-modern .f-thumbs__slide__button{--clip-path:inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))*(1 - var(--progress, 0))*.5) round var(--f-thumb-border-radius,0));clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);content:"";height:auto;z-index:10}.f-thumbs__slide__img,.is-classic .is-nav-selected .f-thumbs__slide__button:after{border-radius:var(--f-thumb-border-radius);bottom:0;left:0;position:absolute;right:0;top:0}.f-thumbs__slide__img{box-sizing:border-box;height:100%;margin:0;-o-object-fit:cover;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.65;color:var(--fancybox-color,currentColor);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{display:flex;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:30}.__ymap{color:#000;position:relative}.__ymap_container{height:100%;width:100%}.__ymap_slots{display:none}.__ymap--grab [class$=main-engine-container] canvas{cursor:grab}.__ymap--grabbing:active [class$=main-engine-container] canvas,.__ymap--grabbing:focus [class$=main-engine-container] canvas{cursor:grabbing}.error-container[data-v-fba9e905]{padding-bottom:5em;padding-top:5em}.error-container__h1[data-v-fba9e905],.error-container__h2[data-v-fba9e905]{line-height:225%}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA)}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}:root{--iti-hover-color:rgba(0,0,0,.05);--iti-border-color:#ccc;--iti-dialcode-color:#999;--iti-dropdown-bg:#fff;--iti-search-icon-color:#999;--iti-spacer-horizontal:8px;--iti-flag-height:12px;--iti-flag-width:16px;--iti-border-width:1px;--iti-arrow-height:4px;--iti-arrow-width:6px;--iti-triangle-border:calc(var(--iti-arrow-width)/2);--iti-arrow-padding:6px;--iti-arrow-color:#555;--iti-path-flags-1x:url(./flags.a2kmUSbF.webp);--iti-path-flags-2x:url(./flags_2x.gR6KPp3x.webp);--iti-path-globe-1x:url(data:image/webp;base64,UklGRvoBAABXRUJQVlA4TO4BAAAvE8AEENXIkiRZtZu7H33ql07cqTlilvbz9i4tosSMZma27zWzHRGyIEk2bcu2bdvGn23btm3btm3btm0/m5PqAEkLTYYwxTPAW84Tl6wNgmvIqptKKH9nYAr4xle+TML/BDI2LSg6QHKT/nngE4+ZMIUePUGeTvly+YoV8F1DtkGUzlfst2LUKTX6PaWZeMWiDqN6PgcciGa2boYPmxlR5bIIL5l6RVyDYMXmY1f10pGb7PmAN6sRTBTN3N9C9Zi/LbVhlL+Oo2M7RxoE/a4+/nDjeBrSVwtGYXGGMIrUbJzCU1LgFftP9K1hkpOXmBim30cIJ1hgOkSwMhYCMgmaw7rXcfT5/wQcFhrcuaOEBuq5ytYblLPBEhV0Aq/ZqcDn/6RUDgrUL0/0UZgK/p+rR8/4nZAqFfuXA6TbtFQyJSe4gpj6T19a5q+HLEkox0mlWXvbIGbuJw28fkozjybhT5oXHNY4py5rH1CflcyeB1fId9wXDAvFmz/8m6AE/8TgYzEVGoRMCKUhND7PQho7jGo1utkdV559cm3llGFs3sxBZrmGbEExop91jyfg5G7BmCCi6evNaSDFBrG3vyaRNzt+HJ9kQpVbgj+xFUoNgr3abxqGfH3WfQq9lp5UZPRW74ZbFgpq+EGo67dUAQ==);--iti-path-globe-2x:url(data:image/webp;base64,UklGRlwFAABXRUJQVlA4TE8FAAAvJ8AJEEfHKJIkKdmcgvjj3wwill7QwKhtJEnOnIDmv/zJLAdGbSNJcuYENP/lT2Y5OGwjSZHmtL3wTFl9tp8SM/9xz47Ctm2b7mnwDggKFNd77jgHyxhIYVvLQBDEHEBKRQBIOXzQpAhiBQCIAMaIAACHhAQHIMFhhRkSRt1hlRIYDAZDhiE3CVrBS2gFkZGRYdA6mjQQBYAv6yOZSVAQCoPWMCWBIBQKwtCCUBANFARBlChBfPCG/dZUjxJECYJQECU+KGFQEC1YdN/NSUNRTDm4osQBGUwFjDFCBOYRo9QWxAmPlKQECRERMbVLCZapZ0owSrnz3hb6/P8auL9vAwr7/xeS5EV9q2sWU2vbtjla27Zt28akprq6a3bPtm2np87eJIvePUzd9fvoXkT0fwK4Vwdo8t6qyQW+O7Tn4k7NAdvi/jMR0fGpwhglhZBKm3B0pzvg3JcDrUuMEn7SDaUIRTLhhqb/AbDvw+bbJToMEq5QflFfv+QhJVPxcmkm/Ih9TzZfFxk/CJUnP7zMykJqnhsqQ51M6tTv2Pdgc/GKCuKmaI96HlhVAJy4vWVWWgRSfYJ9l4jv+4aB0F15Td3kH1YW4DiMnEJHGSaFOoOdw4LxOhCqPTf0JvLys6I8Wv/9BeeuhEkZfE+UZfNSOumqT+CArgHwbBHZw+ZB00AGeiYxIKKudH2zDxg97VK7FxdO6+9Pmt3l4J/bZR58rtyEOY6dtdhcMbPh2jsyNKr3mNnDy+c8Pig0od5wGXakg7DYgYgfU5648s0fC0Ljv9SigQVrHwUafXVgmNE92zBBBeYjsHn5L6Emz/6776EnxwJUsqKADMDmq8fG/T16fujr7lhknhheLG4PPwFD15IXs2xWFWBZVj4ndDW+fDItPRncssi75Fxv/iHQQL2PDbkg4k/zP/BfgfR1axxy59PM/IYdsypZWUCUiTlck2/zTz4fm3LzqkNlxxnzW+A4fK4vkbNrIbn7bgVoKn3djQu90krrllynQ1g7v2rpjUYsfeR6tdLSaqV5w5fR6E5+k8BVT/0aqqSXDAdV4wvpCplTCJnbFTLb9dTEHjoQQiTMC7Ah3PPuwbffOfD+xP4d3s7uMGDC+wcOvrs7kVKTZ6m4EMIVfn1O61JyrnuU3EM3A3znefrp142f5cnmnDXNyXecPFYUYNt2pVUlvot//qWFDszz9aTrCuGpQVX4Wn+KAw6rCrAgw/eqLZXQVQfmXZ5QnnCF2wrwdlJ5F8DhC1MP/itRnhv+wmHji7hpT+x0tekziRw7jxUF2LZznX3xOydH3e5fVhYWO5QOlClPzYFX9EMD65P9bBHZ16fLq7dHfrlal5vO2LxuKkTcfABvjZDxwsWvf9hs7pCv2ry5cowvB2/8iosq5YraWHw7JCxLyaAWZPoUrilMaRMKo8WwpQv0z2AXqnLzLA42H5gKEVcTuM76RfDtpVrzh9b5oTp0e5SI+Topy78hAzFm6QqRMN2gugNYLH0EoHF6Pyw3vm+OYQMRlwPpCd+sAep/WQ1OPGZZ13lO0ugpE0+m1xGRbdNKe67wzTN3Nouw3yfw03WH+nrnqUAnEul5YOXA5o20L4SnAiXjoX6f7Pm6RIeBl14EGe4a8VLad4UnvZTwysxR2DtOumEiUOpliLi7FWNb2vOEK4QQnnyoIav+Ko9XhGbUF1gZ7tWKcVBLX+T05HkOGmn0iA4WjsW9Ww6ny3WiTAjhyd41WWfGrv4sAof7t/l+ppGJlFeR7oBVr4kF2BYP0oYjDxsZpjuTsQDHsXjAUYxrrwwe9gGWRRRZ3CcA);--iti-flag-sprite-width:3904px;--iti-flag-sprite-height:12px;--iti-mobile-popup-margin:30px}:root{--iti-hover-color:rgba(0,0,0,.05);--iti-border-color:#ccc;--iti-dialcode-color:#999;--iti-dropdown-bg:#fff;--iti-search-icon-color:#999;--iti-spacer-horizontal:8px;--iti-flag-height:12px;--iti-flag-width:16px;--iti-border-width:1px;--iti-arrow-height:4px;--iti-arrow-width:6px;--iti-triangle-border:calc(var(--iti-arrow-width)/2);--iti-arrow-padding:6px;--iti-arrow-color:#555;--iti-path-flags-1x:url(./flags.a2kmUSbF.webp);--iti-path-flags-2x:url(./flags_2x.gR6KPp3x.webp);--iti-path-globe-1x:url(data:image/webp;base64,UklGRvoBAABXRUJQVlA4TO4BAAAvE8AEENXIkiRZtZu7H33ql07cqTlilvbz9i4tosSMZma27zWzHRGyIEk2bcu2bdvGn23btm3btm3btm0/m5PqAEkLTYYwxTPAW84Tl6wNgmvIqptKKH9nYAr4xle+TML/BDI2LSg6QHKT/nngE4+ZMIUePUGeTvly+YoV8F1DtkGUzlfst2LUKTX6PaWZeMWiDqN6PgcciGa2boYPmxlR5bIIL5l6RVyDYMXmY1f10pGb7PmAN6sRTBTN3N9C9Zi/LbVhlL+Oo2M7RxoE/a4+/nDjeBrSVwtGYXGGMIrUbJzCU1LgFftP9K1hkpOXmBim30cIJ1hgOkSwMhYCMgmaw7rXcfT5/wQcFhrcuaOEBuq5ytYblLPBEhV0Aq/ZqcDn/6RUDgrUL0/0UZgK/p+rR8/4nZAqFfuXA6TbtFQyJSe4gpj6T19a5q+HLEkox0mlWXvbIGbuJw28fkozjybhT5oXHNY4py5rH1CflcyeB1fId9wXDAvFmz/8m6AE/8TgYzEVGoRMCKUhND7PQho7jGo1utkdV559cm3llGFs3sxBZrmGbEExop91jyfg5G7BmCCi6evNaSDFBrG3vyaRNzt+HJ9kQpVbgj+xFUoNgr3abxqGfH3WfQq9lp5UZPRW74ZbFgpq+EGo67dUAQ==);--iti-path-globe-2x:url(data:image/webp;base64,UklGRlwFAABXRUJQVlA4TE8FAAAvJ8AJEEfHKJIkKdmcgvjj3wwill7QwKhtJEnOnIDmv/zJLAdGbSNJcuYENP/lT2Y5OGwjSZHmtL3wTFl9tp8SM/9xz47Ctm2b7mnwDggKFNd77jgHyxhIYVvLQBDEHEBKRQBIOXzQpAhiBQCIAMaIAACHhAQHIMFhhRkSRt1hlRIYDAZDhiE3CVrBS2gFkZGRYdA6mjQQBYAv6yOZSVAQCoPWMCWBIBQKwtCCUBANFARBlChBfPCG/dZUjxJECYJQECU+KGFQEC1YdN/NSUNRTDm4osQBGUwFjDFCBOYRo9QWxAmPlKQECRERMbVLCZapZ0owSrnz3hb6/P8auL9vAwr7/xeS5EV9q2sWU2vbtjla27Zt28akprq6a3bPtm2np87eJIvePUzd9fvoXkT0fwK4Vwdo8t6qyQW+O7Tn4k7NAdvi/jMR0fGpwhglhZBKm3B0pzvg3JcDrUuMEn7SDaUIRTLhhqb/AbDvw+bbJToMEq5QflFfv+QhJVPxcmkm/Ih9TzZfFxk/CJUnP7zMykJqnhsqQ51M6tTv2Pdgc/GKCuKmaI96HlhVAJy4vWVWWgRSfYJ9l4jv+4aB0F15Td3kH1YW4DiMnEJHGSaFOoOdw4LxOhCqPTf0JvLys6I8Wv/9BeeuhEkZfE+UZfNSOumqT+CArgHwbBHZw+ZB00AGeiYxIKKudH2zDxg97VK7FxdO6+9Pmt3l4J/bZR58rtyEOY6dtdhcMbPh2jsyNKr3mNnDy+c8Pig0od5wGXakg7DYgYgfU5648s0fC0Ljv9SigQVrHwUafXVgmNE92zBBBeYjsHn5L6Emz/6776EnxwJUsqKADMDmq8fG/T16fujr7lhknhheLG4PPwFD15IXs2xWFWBZVj4ndDW+fDItPRncssi75Fxv/iHQQL2PDbkg4k/zP/BfgfR1axxy59PM/IYdsypZWUCUiTlck2/zTz4fm3LzqkNlxxnzW+A4fK4vkbNrIbn7bgVoKn3djQu90krrllynQ1g7v2rpjUYsfeR6tdLSaqV5w5fR6E5+k8BVT/0aqqSXDAdV4wvpCplTCJnbFTLb9dTEHjoQQiTMC7Ah3PPuwbffOfD+xP4d3s7uMGDC+wcOvrs7kVKTZ6m4EMIVfn1O61JyrnuU3EM3A3znefrp142f5cnmnDXNyXecPFYUYNt2pVUlvot//qWFDszz9aTrCuGpQVX4Wn+KAw6rCrAgw/eqLZXQVQfmXZ5QnnCF2wrwdlJ5F8DhC1MP/itRnhv+wmHji7hpT+x0tekziRw7jxUF2LZznX3xOydH3e5fVhYWO5QOlClPzYFX9EMD65P9bBHZ16fLq7dHfrlal5vO2LxuKkTcfABvjZDxwsWvf9hs7pCv2ry5cowvB2/8iosq5YraWHw7JCxLyaAWZPoUrilMaRMKo8WwpQv0z2AXqnLzLA42H5gKEVcTuM76RfDtpVrzh9b5oTp0e5SI+Topy78hAzFm6QqRMN2gugNYLH0EoHF6Pyw3vm+OYQMRlwPpCd+sAep/WQ1OPGZZ13lO0ugpE0+m1xGRbdNKe67wzTN3Nouw3yfw03WH+nrnqUAnEul5YOXA5o20L4SnAiXjoX6f7Pm6RIeBl14EGe4a8VLad4UnvZTwysxR2DtOumEiUOpliLi7FWNb2vOEK4QQnnyoIav+Ko9XhGbUF1gZ7tWKcVBLX+T05HkOGmn0iA4WjsW9Ww6ny3WiTAjhyd41WWfGrv4sAof7t/l+ppGJlFeR7oBVr4kF2BYP0oYjDxsZpjuTsQDHsXjAUYxrrwwe9gGWRRRZ3CcA);--iti-flag-sprite-width:3904px;--iti-flag-sprite-height:12px;--iti-mobile-popup-margin:30px}.iti{display:inline-block;position:relative}.iti *{box-sizing:border-box}.iti__a11y-text{height:1px;width:1px;clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute}.iti input.iti__tel-input,.iti input.iti__tel-input[type=tel],.iti input.iti__tel-input[type=text]{margin:0!important;position:relative;z-index:0}.iti__country-container{bottom:0;left:0;padding:var(--iti-border-width);position:absolute;top:0}.iti__selected-country{align-items:center;background:none;border:0;border-radius:0;color:inherit;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;height:100%;line-height:inherit;margin:0;padding:0;position:relative;text-decoration:none;z-index:1}.iti__selected-country-primary{align-items:center;display:flex;height:100%;padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)}.iti__arrow{border-left:var(--iti-triangle-border) solid transparent;border-right:var(--iti-triangle-border) solid transparent;border-top:var(--iti-arrow-height) solid var(--iti-arrow-color);height:0;margin-left:var(--iti-arrow-padding);width:0}.iti__arrow--up{border-bottom:var(--iti-arrow-height) solid var(--iti-arrow-color);border-top:none}.iti__dropdown-content{background-color:var(--iti-dropdown-bg);border-radius:3px}.iti--inline-dropdown .iti__dropdown-content{border:var(--iti-border-width) solid var(--iti-border-color);box-shadow:1px 1px 4px #0003;margin-left:calc(var(--iti-border-width)*-1);margin-top:3px;position:absolute;z-index:2}.iti__search-input{border-radius:3px;border-width:0;padding-left:30px;padding-right:28px;width:100%}[dir=rtl] .iti__search-input{background-position:right 8px center;padding-left:inherit;padding-right:30px}.iti__search-input+.iti__country-list{border-top:1px solid var(--iti-border-color)}.iti__search-input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.iti__search-input-wrapper{align-items:center;display:flex;position:relative}.iti__search-icon{display:flex;left:8px;pointer-events:none;position:absolute}[dir=rtl] .iti__search-icon{left:auto;right:8px}.iti__search-icon-svg{stroke:var(--iti-search-icon-color);fill:none;stroke-width:3}.iti__search-clear{align-items:center;background:transparent;border:0;border-radius:3px;cursor:pointer;display:flex;height:24px;justify-content:center;padding:4px;position:absolute;right:4px;transition:background-color .15s ease;width:24px}.iti__search-clear .iti__search-clear-x{stroke-width:2}.iti__search-clear .iti__search-clear-bg{fill:var(--iti-search-icon-color)}[dir=rtl] .iti__search-clear{left:4px;right:auto}.iti__search-clear:focus-visible,.iti__search-clear:hover{background:var(--iti-hover-color);outline:none}.iti__no-results{padding:30px 0;text-align:center}.iti__country-list{cursor:pointer;list-style:none;margin:0;overflow-y:scroll;padding:0;-webkit-overflow-scrolling:touch}.iti--inline-dropdown .iti__country-list{max-height:185px}.iti--flexible-dropdown-width .iti__country-list{white-space:nowrap}@media (max-width:500px){.iti--flexible-dropdown-width .iti__country-list{white-space:normal}}.iti__country{align-items:center;display:flex;outline:none;padding:8px var(--iti-spacer-horizontal)}.iti__dial-code{color:var(--iti-dialcode-color)}.iti__country.iti__highlight{background-color:var(--iti-hover-color)}.iti__country-list .iti__flag,.iti__country-name{margin-right:var(--iti-spacer-horizontal)}[dir=rtl] .iti__country-list .iti__flag,[dir=rtl] .iti__country-name{margin-left:var(--iti-spacer-horizontal);margin-right:0}.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) button.iti__selected-country{cursor:pointer}.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country-primary:hover,.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country:has(+.iti__dropdown-content:hover) .iti__selected-country-primary{background-color:var(--iti-hover-color)}.iti .iti__selected-dial-code{margin-left:4px}.iti--container{left:-1000px;padding:var(--iti-border-width);position:fixed;top:-1000px;z-index:1060}.iti--container:hover{cursor:pointer}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti--fullscreen-popup.iti--container{background-color:#00000080;bottom:0;display:flex;flex-direction:column;justify-content:flex-start;left:0;padding:var(--iti-mobile-popup-margin);position:fixed;right:0;top:0}.iti--fullscreen-popup .iti__dropdown-content{display:flex;flex-direction:column;max-height:100%;position:relative}.iti--fullscreen-popup .iti__country{line-height:1.5em;padding:10px}.iti__flag{--iti-flag-offset:100px;background-image:var(--iti-path-flags-1x);background-position:var(--iti-flag-offset) 0;background-repeat:no-repeat;background-size:var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);border-radius:1px;box-shadow:0 0 1px #888;height:var(--iti-flag-height);width:var(--iti-flag-width)}.iti__ac{--iti-flag-offset:0px}.iti__ad{--iti-flag-offset:-16px}.iti__ae{--iti-flag-offset:-32px}.iti__af{--iti-flag-offset:-48px}.iti__ag{--iti-flag-offset:-64px}.iti__ai{--iti-flag-offset:-80px}.iti__al{--iti-flag-offset:-96px}.iti__am{--iti-flag-offset:-112px}.iti__ao{--iti-flag-offset:-128px}.iti__ar{--iti-flag-offset:-144px}.iti__as{--iti-flag-offset:-160px}.iti__at{--iti-flag-offset:-176px}.iti__au{--iti-flag-offset:-192px}.iti__aw{--iti-flag-offset:-208px}.iti__ax{--iti-flag-offset:-224px}.iti__az{--iti-flag-offset:-240px}.iti__ba{--iti-flag-offset:-256px}.iti__bb{--iti-flag-offset:-272px}.iti__bd{--iti-flag-offset:-288px}.iti__be{--iti-flag-offset:-304px}.iti__bf{--iti-flag-offset:-320px}.iti__bg{--iti-flag-offset:-336px}.iti__bh{--iti-flag-offset:-352px}.iti__bi{--iti-flag-offset:-368px}.iti__bj{--iti-flag-offset:-384px}.iti__bl{--iti-flag-offset:-400px}.iti__bm{--iti-flag-offset:-416px}.iti__bn{--iti-flag-offset:-432px}.iti__bo{--iti-flag-offset:-448px}.iti__bq{--iti-flag-offset:-464px}.iti__br{--iti-flag-offset:-480px}.iti__bs{--iti-flag-offset:-496px}.iti__bt{--iti-flag-offset:-512px}.iti__bw{--iti-flag-offset:-528px}.iti__by{--iti-flag-offset:-544px}.iti__bz{--iti-flag-offset:-560px}.iti__ca{--iti-flag-offset:-576px}.iti__cc{--iti-flag-offset:-592px}.iti__cd{--iti-flag-offset:-608px}.iti__cf{--iti-flag-offset:-624px}.iti__cg{--iti-flag-offset:-640px}.iti__ch{--iti-flag-offset:-656px}.iti__ci{--iti-flag-offset:-672px}.iti__ck{--iti-flag-offset:-688px}.iti__cl{--iti-flag-offset:-704px}.iti__cm{--iti-flag-offset:-720px}.iti__cn{--iti-flag-offset:-736px}.iti__co{--iti-flag-offset:-752px}.iti__cr{--iti-flag-offset:-768px}.iti__cu{--iti-flag-offset:-784px}.iti__cv{--iti-flag-offset:-800px}.iti__cw{--iti-flag-offset:-816px}.iti__cx{--iti-flag-offset:-832px}.iti__cy{--iti-flag-offset:-848px}.iti__cz{--iti-flag-offset:-864px}.iti__de{--iti-flag-offset:-880px}.iti__dj{--iti-flag-offset:-896px}.iti__dk{--iti-flag-offset:-912px}.iti__dm{--iti-flag-offset:-928px}.iti__do{--iti-flag-offset:-944px}.iti__dz{--iti-flag-offset:-960px}.iti__ec{--iti-flag-offset:-976px}.iti__ee{--iti-flag-offset:-992px}.iti__eg{--iti-flag-offset:-1008px}.iti__eh{--iti-flag-offset:-1024px}.iti__er{--iti-flag-offset:-1040px}.iti__es{--iti-flag-offset:-1056px}.iti__et{--iti-flag-offset:-1072px}.iti__fi{--iti-flag-offset:-1088px}.iti__fj{--iti-flag-offset:-1104px}.iti__fk{--iti-flag-offset:-1120px}.iti__fm{--iti-flag-offset:-1136px}.iti__fo{--iti-flag-offset:-1152px}.iti__fr{--iti-flag-offset:-1168px}.iti__ga{--iti-flag-offset:-1184px}.iti__gb{--iti-flag-offset:-1200px}.iti__gd{--iti-flag-offset:-1216px}.iti__ge{--iti-flag-offset:-1232px}.iti__gf{--iti-flag-offset:-1248px}.iti__gg{--iti-flag-offset:-1264px}.iti__gh{--iti-flag-offset:-1280px}.iti__gi{--iti-flag-offset:-1296px}.iti__gl{--iti-flag-offset:-1312px}.iti__gm{--iti-flag-offset:-1328px}.iti__gn{--iti-flag-offset:-1344px}.iti__gp{--iti-flag-offset:-1360px}.iti__gq{--iti-flag-offset:-1376px}.iti__gr{--iti-flag-offset:-1392px}.iti__gt{--iti-flag-offset:-1408px}.iti__gu{--iti-flag-offset:-1424px}.iti__gw{--iti-flag-offset:-1440px}.iti__gy{--iti-flag-offset:-1456px}.iti__hk{--iti-flag-offset:-1472px}.iti__hn{--iti-flag-offset:-1488px}.iti__hr{--iti-flag-offset:-1504px}.iti__ht{--iti-flag-offset:-1520px}.iti__hu{--iti-flag-offset:-1536px}.iti__id{--iti-flag-offset:-1552px}.iti__ie{--iti-flag-offset:-1568px}.iti__il{--iti-flag-offset:-1584px}.iti__im{--iti-flag-offset:-1600px}.iti__in{--iti-flag-offset:-1616px}.iti__io{--iti-flag-offset:-1632px}.iti__iq{--iti-flag-offset:-1648px}.iti__ir{--iti-flag-offset:-1664px}.iti__is{--iti-flag-offset:-1680px}.iti__it{--iti-flag-offset:-1696px}.iti__je{--iti-flag-offset:-1712px}.iti__jm{--iti-flag-offset:-1728px}.iti__jo{--iti-flag-offset:-1744px}.iti__jp{--iti-flag-offset:-1760px}.iti__ke{--iti-flag-offset:-1776px}.iti__kg{--iti-flag-offset:-1792px}.iti__kh{--iti-flag-offset:-1808px}.iti__ki{--iti-flag-offset:-1824px}.iti__km{--iti-flag-offset:-1840px}.iti__kn{--iti-flag-offset:-1856px}.iti__kp{--iti-flag-offset:-1872px}.iti__kr{--iti-flag-offset:-1888px}.iti__kw{--iti-flag-offset:-1904px}.iti__ky{--iti-flag-offset:-1920px}.iti__kz{--iti-flag-offset:-1936px}.iti__la{--iti-flag-offset:-1952px}.iti__lb{--iti-flag-offset:-1968px}.iti__lc{--iti-flag-offset:-1984px}.iti__li{--iti-flag-offset:-2000px}.iti__lk{--iti-flag-offset:-2016px}.iti__lr{--iti-flag-offset:-2032px}.iti__ls{--iti-flag-offset:-2048px}.iti__lt{--iti-flag-offset:-2064px}.iti__lu{--iti-flag-offset:-2080px}.iti__lv{--iti-flag-offset:-2096px}.iti__ly{--iti-flag-offset:-2112px}.iti__ma{--iti-flag-offset:-2128px}.iti__mc{--iti-flag-offset:-2144px}.iti__md{--iti-flag-offset:-2160px}.iti__me{--iti-flag-offset:-2176px}.iti__mf{--iti-flag-offset:-2192px}.iti__mg{--iti-flag-offset:-2208px}.iti__mh{--iti-flag-offset:-2224px}.iti__mk{--iti-flag-offset:-2240px}.iti__ml{--iti-flag-offset:-2256px}.iti__mm{--iti-flag-offset:-2272px}.iti__mn{--iti-flag-offset:-2288px}.iti__mo{--iti-flag-offset:-2304px}.iti__mp{--iti-flag-offset:-2320px}.iti__mq{--iti-flag-offset:-2336px}.iti__mr{--iti-flag-offset:-2352px}.iti__ms{--iti-flag-offset:-2368px}.iti__mt{--iti-flag-offset:-2384px}.iti__mu{--iti-flag-offset:-2400px}.iti__mv{--iti-flag-offset:-2416px}.iti__mw{--iti-flag-offset:-2432px}.iti__mx{--iti-flag-offset:-2448px}.iti__my{--iti-flag-offset:-2464px}.iti__mz{--iti-flag-offset:-2480px}.iti__na{--iti-flag-offset:-2496px}.iti__nc{--iti-flag-offset:-2512px}.iti__ne{--iti-flag-offset:-2528px}.iti__nf{--iti-flag-offset:-2544px}.iti__ng{--iti-flag-offset:-2560px}.iti__ni{--iti-flag-offset:-2576px}.iti__nl{--iti-flag-offset:-2592px}.iti__no{--iti-flag-offset:-2608px}.iti__np{--iti-flag-offset:-2624px}.iti__nr{--iti-flag-offset:-2640px}.iti__nu{--iti-flag-offset:-2656px}.iti__nz{--iti-flag-offset:-2672px}.iti__om{--iti-flag-offset:-2688px}.iti__pa{--iti-flag-offset:-2704px}.iti__pe{--iti-flag-offset:-2720px}.iti__pf{--iti-flag-offset:-2736px}.iti__pg{--iti-flag-offset:-2752px}.iti__ph{--iti-flag-offset:-2768px}.iti__pk{--iti-flag-offset:-2784px}.iti__pl{--iti-flag-offset:-2800px}.iti__pm{--iti-flag-offset:-2816px}.iti__pr{--iti-flag-offset:-2832px}.iti__ps{--iti-flag-offset:-2848px}.iti__pt{--iti-flag-offset:-2864px}.iti__pw{--iti-flag-offset:-2880px}.iti__py{--iti-flag-offset:-2896px}.iti__qa{--iti-flag-offset:-2912px}.iti__re{--iti-flag-offset:-2928px}.iti__ro{--iti-flag-offset:-2944px}.iti__rs{--iti-flag-offset:-2960px}.iti__ru{--iti-flag-offset:-2976px}.iti__rw{--iti-flag-offset:-2992px}.iti__sa{--iti-flag-offset:-3008px}.iti__sb{--iti-flag-offset:-3024px}.iti__sc{--iti-flag-offset:-3040px}.iti__sd{--iti-flag-offset:-3056px}.iti__se{--iti-flag-offset:-3072px}.iti__sg{--iti-flag-offset:-3088px}.iti__sh{--iti-flag-offset:-3104px}.iti__si{--iti-flag-offset:-3120px}.iti__sj{--iti-flag-offset:-3136px}.iti__sk{--iti-flag-offset:-3152px}.iti__sl{--iti-flag-offset:-3168px}.iti__sm{--iti-flag-offset:-3184px}.iti__sn{--iti-flag-offset:-3200px}.iti__so{--iti-flag-offset:-3216px}.iti__sr{--iti-flag-offset:-3232px}.iti__ss{--iti-flag-offset:-3248px}.iti__st{--iti-flag-offset:-3264px}.iti__sv{--iti-flag-offset:-3280px}.iti__sx{--iti-flag-offset:-3296px}.iti__sy{--iti-flag-offset:-3312px}.iti__sz{--iti-flag-offset:-3328px}.iti__tc{--iti-flag-offset:-3344px}.iti__td{--iti-flag-offset:-3360px}.iti__tg{--iti-flag-offset:-3376px}.iti__th{--iti-flag-offset:-3392px}.iti__tj{--iti-flag-offset:-3408px}.iti__tk{--iti-flag-offset:-3424px}.iti__tl{--iti-flag-offset:-3440px}.iti__tm{--iti-flag-offset:-3456px}.iti__tn{--iti-flag-offset:-3472px}.iti__to{--iti-flag-offset:-3488px}.iti__tr{--iti-flag-offset:-3504px}.iti__tt{--iti-flag-offset:-3520px}.iti__tv{--iti-flag-offset:-3536px}.iti__tw{--iti-flag-offset:-3552px}.iti__tz{--iti-flag-offset:-3568px}.iti__ua{--iti-flag-offset:-3584px}.iti__ug{--iti-flag-offset:-3600px}.iti__us{--iti-flag-offset:-3616px}.iti__uy{--iti-flag-offset:-3632px}.iti__uz{--iti-flag-offset:-3648px}.iti__va{--iti-flag-offset:-3664px}.iti__vc{--iti-flag-offset:-3680px}.iti__ve{--iti-flag-offset:-3696px}.iti__vg{--iti-flag-offset:-3712px}.iti__vi{--iti-flag-offset:-3728px}.iti__vn{--iti-flag-offset:-3744px}.iti__vu{--iti-flag-offset:-3760px}.iti__wf{--iti-flag-offset:-3776px}.iti__ws{--iti-flag-offset:-3792px}.iti__xk{--iti-flag-offset:-3808px}.iti__ye{--iti-flag-offset:-3824px}.iti__yt{--iti-flag-offset:-3840px}.iti__za{--iti-flag-offset:-3856px}.iti__zm{--iti-flag-offset:-3872px}.iti__zw{--iti-flag-offset:-3888px}.iti__globe{background-image:var(--iti-path-globe-1x);background-position:100%;background-size:contain;box-shadow:none;height:19px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2x){.iti__flag{background-image:var(--iti-path-flags-2x)}.iti__globe{background-image:var(--iti-path-globe-2x)}}.phone-fg .phone-input-wrapper{position:relative}.phone-fg .phone-input-wrapper .iti{align-items:center;background-color:var(--white);border:1px solid var(--gray-3);border-radius:.5em;display:flex;height:4em;transition:border-color .2s ease;width:100%}.phone-fg .phone-input-wrapper .iti:focus-within{border-color:var(--gray-1)}.phone-fg .phone-input-wrapper .iti:hover{border-color:var(--gray-2)}.phone-fg .phone-input-field{background-color:transparent!important;border:none!important;border-radius:0 .5em .5em 0!important;color:var(--gray-1);flex:1;font-size:1em;font-weight:400;height:100%!important;min-width:0;padding:1.25em .5em 0 .1em!important}.phone-fg .phone-input-field:focus{outline:none}.phone-fg .phone-input-field::-moz-placeholder{color:var(--gray-3);font-weight:400}.phone-fg .phone-input-field::placeholder{color:var(--gray-3);font-weight:400}.phone-fg .iti__country-container{align-items:center!important;bottom:auto!important;display:flex!important;height:100%!important;left:auto!important;overflow:visible!important;padding:1.25em 0 0 .25em!important;position:static!important;top:auto!important}.phone-fg .iti__dropdown-content{left:0!important;margin-top:0!important;position:absolute!important;right:0!important;top:4.5em!important;width:-moz-fit-content!important;width:fit-content!important;z-index:1000!important}.phone-fg .iti--inline-dropdown .iti__dropdown-content{border:none!important;box-shadow:none!important}.phone-fg .iti__search-box{display:none;padding:.75em;position:relative}.phone-fg .iti__search-input{display:none;line-height:1.5;padding-left:2em!important;padding-right:1.5em!important;width:100%!important}.phone-fg .iti__search-icon{align-items:center;display:none;height:1em;left:1em;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.phone-fg .iti__flag-container{align-items:center;display:flex;flex-shrink:0;height:100%}.phone-fg .iti__selected-flag{align-items:center;background-color:transparent;border-radius:.5em 0 0 .5em;border-right:1px solid var(--gray-5);display:flex;height:100%;padding:1.25em .75em;transition:background-color .2s}.phone-fg .iti__selected-flag:hover{background-color:#00000005}.phone-fg .iti__selected-dial-code{display:inline-block;font-size:1em;margin-right:4px}.phone-fg .iti__tel-input{align-items:center;display:flex;flex:1;height:100%;min-width:0}.phone-fg .iti input[type=tel]{height:100%;width:100%}.phone-fg .iti__arrow{border-top-color:var(--gray-3);margin-left:6px}.phone-fg .iti__country-list{background-color:var(--white);border:1px solid var(--gray-3);border-radius:.5em;box-shadow:0 4px 12px #0000001a;left:auto!important;margin-top:0!important;max-height:300px;overflow-y:auto;position:relative!important;right:auto!important;top:5px!important;width:-moz-fit-content;width:fit-content;z-index:1000}.phone-fg .iti__country{padding:10px 12px}.phone-fg .iti__country.iti__highlight,.phone-fg .iti__country:hover{background-color:var(--gray-6)}.phone-fg .iti__country-name{color:var(--gray-1);font-size:.9em}.phone-fg .iti__dial-code{color:var(--gray-3);font-size:.85em}@media screen and (min-width:1025px){.iti__search-input{font-size:1.125em;height:3.55em;padding-left:.55em;padding-top:0!important}}.point-item,.point-item__num{align-items:center;display:flex}.point-item__num{background-color:var(--light-link);border-radius:50%;flex-shrink:0;height:3em;justify-content:center;margin-right:1.25em;width:3em}.point-item__desc{margin-top:.4em}@media screen and (max-width:576px){.point-item{align-items:flex-start}}.modal{animation:modalFadeIn .3s ease-out forwards;height:var(--full-vh);left:0;opacity:0;overflow-y:auto;padding:1em 0;position:fixed;text-align:center;top:0;width:100%;z-index:80}@media screen and (max-width:576px){.modal{padding:0;width:100vw}}.modal__bg{animation:modalBgFadeIn .3s ease-out forwards;background-color:var(--black);height:var(--full-vh);left:0;opacity:0;position:fixed;top:0;width:100%}.modal__dialog{animation:modalDialogSlideIn .4s ease-out forwards;background:var(--white);border-radius:1.5em;display:inline-block;max-width:calc(100% - 5em);opacity:0;position:relative;text-align:left;transform:scale(.9) translateY(-20px);vertical-align:middle;width:65em;z-index:3}@media screen and (max-width:576px){.modal__dialog{animation:modalDialogSlideInMobile .4s ease-out forwards;border-radius:0;max-width:none;transform:translateY(20px);width:100%}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalBgFadeIn{0%{opacity:0}to{opacity:.5}}@keyframes modalDialogSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modalDialogSlideInMobile{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalBgFadeOut{0%{opacity:.5}to{opacity:0}}@keyframes modalDialogSlideOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(-10px)}}@keyframes modalDialogSlideOutMobile{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.modal-enter-active,.modal-leave-active{animation:none}.modal-enter-from{opacity:0}.modal-enter-to,.modal-leave-from{opacity:1}.modal-leave-to{opacity:0}.modal-enter-active{animation:modalFadeIn .3s ease-out forwards}.modal-leave-active{animation:modalFadeOut .25s ease-in forwards}.modal-enter-active .modal__bg{animation:modalBgFadeIn .3s ease-out forwards}.modal-leave-active .modal__bg{animation:modalBgFadeOut .25s ease-in forwards}.modal-enter-active .modal__dialog{animation:modalDialogSlideIn .4s ease-out forwards}.modal-leave-active .modal__dialog{animation:modalDialogSlideOut .25s ease-in forwards}@media screen and (max-width:576px){.modal-enter-active .modal__dialog{animation:modalDialogSlideInMobile .4s ease-out forwards}.modal-leave-active .modal__dialog{animation:modalDialogSlideOutMobile .25s ease-in forwards}}.modal .close-btn{position:absolute;right:1.25em;top:1.25em}@media screen and (max-width:1024px){.modal .close-btn{right:1.125em;top:1.125em}}.tour-help2__bottom{background-image:url(./tour-help-bg.DnM8cDn8.jpg);background-position:50%;background-size:cover;margin-top:1.25em;padding:3.125em 0}.tour-help2__btn{border-radius:3.125em;height:6.25em;padding:0 6.19em}.tour-help2__btn span{font-size:1.5em}@media screen and (max-width:1024px){.tour-help2__bottom{padding:2.19em 0}.tour-help2__btn{height:5.6225em}}@media screen and (max-width:576px){.tour-help2__bottom{padding:1.875em 0}.tour-help2__btn{height:4.375em;padding:0 4.34em}.tour-help2__btn span{font-size:1.125em}}.guide .m-text{margin-top:1.5em}.sales__wrap{background-image:url(./sales-bg.DOaSr-nj.jpg);background-position:50%;background-size:cover;padding:2em 0}.visa-request__grid{display:grid;gap:3.75em;grid-template-columns:35.625em calc(100% - 40.375em)}.visa-request__col2{padding:2.5em 0}.visa-form{background:var(--gray-6);border:1px solid var(--gray-5);border-radius:2.5625em;display:grid;gap:1.25em;grid-template-columns:100%;padding:2.5em}.visa-form .m-check{margin-bottom:1em}.visa-form__btn{padding:0 5em}.visa-form .fg input,.visa-form .fg select{background-color:var(--white)}.visa-form .m-check a{text-decoration:none}.post-points .point-item:nth-child(2n) .point-item__num{background:var(--accent-light)}@media screen and (max-width:1024px){.visa-request__grid{grid-template-columns:100%}.post-points .point-item{align-items:center}}@media screen and (max-width:576px){.visa-request__grid{gap:2.5em}}.visa-tariff__grid{display:grid;gap:2.5em;grid-template-columns:repeat(3,calc(33.33333% - 1.66667em));margin-top:2.5em}.visa-tariff .tariff-text{font-size:18px;line-height:1.2;margin-top:35px;position:relative}.visa-tariff .tariff-text.v-enter-active,.visa-tariff .tariff-text.v-leave-active{transition:opacity .7s ease}.visa-tariff .tariff-text.v-enter-from,.visa-tariff .tariff-text.v-leave-to{opacity:0}.visa-tariff .tariff-text.v-enter-to,.visa-tariff .tariff-text.v-leave-from{opacity:1}.tariff-card{border:1px solid var(--gray-5);border-radius:2.5625em;cursor:pointer;display:flex;flex-direction:column;padding:1.5em}.tariff-card--pink{background:linear-gradient(180deg,#e4108033,#e4108000);border-color:#facfe6}.tariff-card--pink .tariff-card__btn{background-color:var(--link);color:var(--white)}.tariff-card--pink .tariff-card__btn:hover{background-color:var(--accent);border-color:var(--accent);color:var(--white)}.tariff-card--pink .tariff-card__btn path{fill:var(--white)}.tariff-card__top img{margin-right:.5em;width:3em}.tariff-card__desc{margin-top:1.25em}.tariff-card__price{align-items:flex-end;display:flex;margin-top:1.25em;min-height:2.1875em;padding-bottom:.25em}.tariff-card__price-title{margin-right:.33em}.tariff-card__price-num{font-size:1.75em;font-weight:700;letter-spacing:-.01em}.tariff-card__bottom{align-items:flex-start;display:flex;flex-direction:column;margin-top:auto;padding-top:1.25em}.tariff-card__btn{margin-bottom:1.25em;padding:0 2.25em}.tariff-card__btn:last-child{margin-bottom:0}@media screen and (max-width:1024px){.visa-tariff__grid{gap:2.5em .75em;grid-template-columns:repeat(3,calc(33.33333% - .5em))}.tariff-card__top img{width:2.625em}.tariff-card__price-num{font-size:1.5em}.tariff-card__btn span{font-size:1em}}@media screen and (max-width:576px){.visa-tariff__grid{grid-template-columns:100%}}.services__grid{display:grid;gap:3.75em 2.8125em;grid-template-columns:repeat(3,calc(33.33333% - 1.16667em))}.service-card{display:flex;flex-direction:column}.service-card__img{border-radius:1.5em;display:block;padding-bottom:75.1%;position:relative}.service-card__img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.service-card__text{display:grid;gap:.5em;grid-template-columns:100%;margin-top:1.25em}.service-card__nav{display:flex;margin-top:auto;padding-top:1.25em}.service-card__btn{padding:0 2.25em}@media screen and (max-width:1024px){.services__grid{gap:3.75em 2.75em;grid-template-columns:repeat(2,calc(50% - 1.375em))}.service-card__btn span{font-size:1em}}@media screen and (max-width:576px){.services__grid{grid-template-columns:100%}}.review-card__opinion-text--clamp[data-v-727f88c8]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.review-card__more-btn[data-v-727f88c8]{background:transparent;border:0;font-size:1em;font-weight:400;line-height:150%;margin-top:.75em;padding:0;text-align:left}@media screen and (max-width:576px){.reviews-slider .review-card__images .review-card__img[data-v-727f88c8]:nth-child(n+3){display:none}}.media__wrap{background-image:url(./media-bg.BzKvBdrB.jpg);background-position:50%;background-size:cover;padding:5em 0}.media__inner{align-items:center;background-color:var(--white);border-radius:1.5em;display:grid;grid-template-columns:12em calc(100% - 27.5em) 15.5em;min-height:8.75em;padding:0 3.75em}.media__col3{align-items:center;display:flex;justify-content:flex-end}.media__items{display:grid;gap:3.75em;grid-template-columns:repeat(4,calc(25% - 2.8125em))}.media__link ._view2{display:none}.media-item{display:flex;height:8.75em}.media-item,.media-item__link{align-items:center;justify-content:center}.media-item__link{display:block;display:flex;height:100%;transition:opacity .3s ease;width:100%}.media-item__link:hover{opacity:.8}.media-item__img{max-height:100%;max-width:100%}@media screen and (max-width:1024px){.media__wrap{padding:3.75em 0}.media__inner{grid-template-columns:9.75em calc(100% - 17.5em) 7.75em;min-height:7.5em;padding:0 1.875em}.media__items{gap:1.25em;grid-template-columns:repeat(4,calc(25% - .9375em))}.media__link ._view1{display:none}.media__link ._view2{display:block}.media-item{height:7.5em}}@media screen and (max-width:576px){.media__inner{gap:1.25em;grid-template-columns:100%;padding:1.25em 5em}.media__col{text-align:center}.media__col3{justify-content:center}.media__items{grid-template-columns:repeat(2,calc(50% - .625em))}.media__link ._view2{display:none}.media__link ._view1{display:block}.media-item{height:5em}.media-item__img{max-height:unset}}.partners{background-image:url(./partners-bg.Ca80Ccfx.jpg);background-position:50%;background-size:cover;overflow:hidden}@media screen and (min-width:577px){.partners-slider .swiper{margin-top:-1.875em}.partners-slider .swiper-wrapper{flex-wrap:wrap;justify-content:center;transform:unset!important;width:calc(100% + 4.875em)}.partners-slider .swiper-slide{margin:1.875em 4.875em 0 0!important;width:auto}.partners-slider .swiper-button-next,.partners-slider .swiper-button-prev{display:none}}.partner-item{align-items:center;display:flex;height:4.5625em;justify-content:center}.partner-item__img{max-height:100%;max-width:100%}@media screen and (max-width:576px){.partners-slider{padding:0 4.5em;position:relative}.partners-slider .swiper{overflow:unset}.partners-slider .swiper-button-next,.partners-slider .swiper-button-prev{margin:0!important;transform:translateY(-50%)}.partners-slider .swiper-button-prev{left:-4.5em}.partners-slider .swiper-button-next{right:-4.5em}.partners-slider .swiper-slide{opacity:0;pointer-events:none;transition:opacity .3s}.partners-slider .swiper-slide-active{opacity:1;pointer-events:unset}}.team-card__img-title[data-v-65170c0d]{left:1em;position:absolute}.team-card__img--man{background-color:#c2ecff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='472' height='472' fill='none' viewBox='0 0 472 472'%3E%3Cpath fill='%23C2ECFF' d='M0 0h472v472H0z'/%3E%3Cpath fill='%23000' fill-opacity='.25' d='M253.896 72.39a117.6 117.6 0 0 1 46.026 5.41c-9.441.66-17.234 3.358-25.729 7.351 11.26-2.442 22.704-3.534 33.305 1.951 14.695 7.604 23.937 23.455 28.809 38.737 6.13 19.228 7.907 46.113-1.595 64.563l.476.052c3.209.371 6.668 1.107 8.71 3.865 4.071 5.499.177 22.045-.959 28.453-1.309 7.385-3.038 19.378-9.77 23.841-3.509 2.326-7.046 1.844-10.922 1.043-1.675 11.902-3.568 25.144-8.731 36.142-1.977 4.207-7.02 10.631-8.122 14.302-1.353 4.502-.306 12.769.165 17.659.534 5.553 1.43 11.274 3.86 16.349 2.681 5.604 8.233 16.3 12.828 20.392 21.651 25.02 44.253 24.312 66.753 44 22.486 19.675 17.506 75.414 17.5 75.485L151.857 472 80 471.901S79.071 450 80 437s3.5-29.5 13-40.5c8.175-9.466 15.845-13.626 27.097-18.98 17.996-8.564 37.9-16.229 52.288-30.557 15.111-15.047 15.063-28.875 15.158-48.891-11.869-10.777-16.919-34.783-18.669-50.463-3.674.693-7.475 1.431-10.808-.797-5.456-3.648-7.432-12.059-8.703-18.027-1.426-6.696-6.717-28.79-2.783-34.433 2.064-2.959 5.94-3.375 9.194-4.036-9.667-15.13-10.787-38.065-7.013-55.261.554-2.525 3.688-10.455 3.527-12.335-.052-.611.053-.403-.372-.751a137 137 0 0 0-1.529 3.183l-.364-.189c-.136-.703-.193-1.352-.109-2.063 1.091-9.265 9.042-19.58 16.028-25.306 10.993-9.006 20.641-10.72 34.42-9.352 15.796-10.673 34.729-14.762 53.534-15.853' style='mix-blend-mode:plus-darker'/%3E%3C/svg%3E")}.team-card__img--woman{background-color:#fce4f1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='472' height='472' fill='none' viewBox='0 0 472 472'%3E%3Cpath fill='%23FCE4F1' d='M0 0h472v472H0z'/%3E%3Cpath fill='%23000' fill-opacity='.25' d='M248.333 93.464c14.743-3.905 31.596.427 44.446 8 23.331 13.75 37.823 40.223 44.408 65.802 9.046 35.141 9.267 76.952-7.194 109.947-5.587 11.204-13.47 21.172-19.847 31.949.167-2.582.67-4.944 1.298-7.45l-4.029 7.52c-5.362 10.835-14.604 19.78-22.255 29.004a212 212 0 0 1 1.85-39.731c-5.671 8.942-10.588 14.829-18.604 21.783q-.073 6.104-.069 12.206c.029 8.721.443 18.246 4.862 26.02 2.35 4.138 5.602 7.352 9.699 9.754 18.933 11.081 51.548 8.405 73.161 15.04 8.509 2.612 16.381 6.779 22.697 13.131 4.044 4.068 5.244 3.743 9.244 13.152 3.846 9.049.295 58.615.017 62.409H82.982c-.273-3.723-3.329-46.664.018-61.216 3.5-15.216 16.7-23.375 31.282-27.321 7.571-2.046 15.377-2.72 23.132-3.703 12.266-1.549 24.895-2.906 36.737-6.58 6.319-1.963 12.988-4.774 17.679-9.599 10.942-11.252 9.217-29.157 8.985-43.591-7.672-6.522-13.579-12.939-19.007-21.409 1.301 9.308 2.52 18.838 1.316 28.233-.254 1.962-.936 7.125-2.516 8.343-.084-.413-.181-.824-.253-1.237-1.519-8.92-10.236-16.012-14.943-23.343-2.795-4.356-4.847-9.232-7.86-13.443l-.261-.356c.896 3.138 1.737 6.247 2.411 9.443-4.47-6.751-9.543-13.045-13.746-19.987-5.409-8.943-8.97-18.482-12.94-28.109.79 3.898 1.657 7.758 2.273 11.69a124 124 0 0 1-8.288-35.353c-3.568-38.342 2.285-84.398 27.752-114.894 11.987-14.352 29.477-25.53 48.389-27.17 10.652-.924 23.285.727 31.729 7.846 3.876-3.224 8.6-5.492 13.462-6.78' style='mix-blend-mode:plus-darker'/%3E%3C/svg%3E")}.advantages2 .advantages__inner{background-image:url(./advantages-bg.JtPypS0H.jpg);background-position:50%;background-size:cover}.become-friend .socials{justify-content:center;margin-top:2.5em}.become-friend .socials__item{height:4em;width:4em}.become-friend .socials__item:not(:last-child){margin:0 1.25em 0 0}.team__grid{display:grid;gap:1.25em;grid-template-columns:repeat(3,calc(33.33333% - .83333em))}.team-card{position:relative}.team-card._open .team-card__content{opacity:1;pointer-events:unset}.team-card__img{background-position:50%;background-repeat:no-repeat;border-radius:1.5em;cursor:pointer;display:block;padding-bottom:100%;position:relative}.team-card__img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.team-card__img--man{background-color:#c2ecff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='472' height='472' fill='none' viewBox='0 0 472 472'%3E%3Cpath fill='%23C2ECFF' d='M0 0h472v472H0z'/%3E%3Cpath fill='%23000' fill-opacity='.25' d='M253.896 72.39a117.6 117.6 0 0 1 46.026 5.41c-9.441.66-17.234 3.358-25.729 7.351 11.26-2.442 22.704-3.534 33.305 1.951 14.695 7.604 23.937 23.455 28.809 38.737 6.13 19.228 7.907 46.113-1.595 64.563l.476.052c3.209.371 6.668 1.107 8.71 3.865 4.071 5.499.177 22.045-.959 28.453-1.309 7.385-3.038 19.378-9.77 23.841-3.509 2.326-7.046 1.844-10.922 1.043-1.675 11.902-3.568 25.144-8.731 36.142-1.977 4.207-7.02 10.631-8.122 14.302-1.353 4.502-.306 12.769.165 17.659.534 5.553 1.43 11.274 3.86 16.349 2.681 5.604 8.233 16.3 12.828 20.392 21.651 25.02 44.253 24.312 66.753 44 22.486 19.675 17.506 75.414 17.5 75.485L151.857 472 80 471.901S79.071 450 80 437s3.5-29.5 13-40.5c8.175-9.466 15.845-13.626 27.097-18.98 17.996-8.564 37.9-16.229 52.288-30.557 15.111-15.047 15.063-28.875 15.158-48.891-11.869-10.777-16.919-34.783-18.669-50.463-3.674.693-7.475 1.431-10.808-.797-5.456-3.648-7.432-12.059-8.703-18.027-1.426-6.696-6.717-28.79-2.783-34.433 2.064-2.959 5.94-3.375 9.194-4.036-9.667-15.13-10.787-38.065-7.013-55.261.554-2.525 3.688-10.455 3.527-12.335-.052-.611.053-.403-.372-.751a137 137 0 0 0-1.529 3.183l-.364-.189c-.136-.703-.193-1.352-.109-2.063 1.091-9.265 9.042-19.58 16.028-25.306 10.993-9.006 20.641-10.72 34.42-9.352 15.796-10.673 34.729-14.762 53.534-15.853' style='mix-blend-mode:plus-darker'/%3E%3C/svg%3E")}.team-card__img--woman{background-color:#fce4f1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='472' height='472' fill='none' viewBox='0 0 472 472'%3E%3Cpath fill='%23FCE4F1' d='M0 0h472v472H0z'/%3E%3Cpath fill='%23000' fill-opacity='.25' d='M248.333 93.464c14.743-3.905 31.596.427 44.446 8 23.331 13.75 37.823 40.223 44.408 65.802 9.046 35.141 9.267 76.952-7.194 109.947-5.587 11.204-13.47 21.172-19.847 31.949.167-2.582.67-4.944 1.298-7.45l-4.029 7.52c-5.362 10.835-14.604 19.78-22.255 29.004a212 212 0 0 1 1.85-39.731c-5.671 8.942-10.588 14.829-18.604 21.783q-.073 6.104-.069 12.206c.029 8.721.443 18.246 4.862 26.02 2.35 4.138 5.602 7.352 9.699 9.754 18.933 11.081 51.548 8.405 73.161 15.04 8.509 2.612 16.381 6.779 22.697 13.131 4.044 4.068 5.244 3.743 9.244 13.152 3.846 9.049.295 58.615.017 62.409H82.982c-.273-3.723-3.329-46.664.018-61.216 3.5-15.216 16.7-23.375 31.282-27.321 7.571-2.046 15.377-2.72 23.132-3.703 12.266-1.549 24.895-2.906 36.737-6.58 6.319-1.963 12.988-4.774 17.679-9.599 10.942-11.252 9.217-29.157 8.985-43.591-7.672-6.522-13.579-12.939-19.007-21.409 1.301 9.308 2.52 18.838 1.316 28.233-.254 1.962-.936 7.125-2.516 8.343-.084-.413-.181-.824-.253-1.237-1.519-8.92-10.236-16.012-14.943-23.343-2.795-4.356-4.847-9.232-7.86-13.443l-.261-.356c.896 3.138 1.737 6.247 2.411 9.443-4.47-6.751-9.543-13.045-13.746-19.987-5.409-8.943-8.97-18.482-12.94-28.109.79 3.898 1.657 7.758 2.273 11.69a124 124 0 0 1-8.288-35.353c-3.568-38.342 2.285-84.398 27.752-114.894 11.987-14.352 29.477-25.53 48.389-27.17 10.652-.924 23.285.727 31.729 7.846 3.876-3.224 8.6-5.492 13.462-6.78' style='mix-blend-mode:plus-darker'/%3E%3C/svg%3E")}.team-card__content{background-color:var(--white);border:1px solid var(--gray-5);border-radius:1.5em;height:100%;left:0;opacity:0;padding:1.25em;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .3s;width:100%}.team-card__prof{margin-top:.45em}.team-card__wrap{margin:.5em 0;padding:.75em 0}.team-card .socials{margin-left:.625em}.team-card .socials__item{height:1.5em;width:1.5em}.team-card .socials__item:not(:last-child){margin:0 .375em 0 0}.team-card__close{align-items:center;display:flex;justify-content:center;margin:0 0 1em auto;width:2.25em}.team-card__close img{width:100%}.team-card__desc{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.team-info{padding-bottom:100%;position:relative}.team-info__inner{align-items:center;border:1px solid var(--gray-5);border-radius:1.5em;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:1.25em 2em;position:absolute;text-align:center;top:0;width:100%}.team-info__btn,.team-info__desc{margin-top:1.25em}.team-info__btn{cursor:pointer;padding:0 2.25em}.team-info__btn span{font-size:1em}.awards{overflow:hidden}.awards-slider .swiper{width:calc(100% + 1.25em)}.awards-slider .swiper-slide{opacity:0;padding-right:1.25em;pointer-events:none;transition:opacity .3s;width:25%}.awards-slider .swiper-slide-active{opacity:1;pointer-events:unset}@media screen and (min-width:1025px){.awards-slider .swiper-slide-next,.awards-slider .swiper-slide-next+.swiper-slide,.awards-slider .swiper-slide-next+.swiper-slide+.swiper-slide{opacity:1;pointer-events:unset}}.award-card{border:1px solid var(--gray-5)}.award-card__img{display:block;padding-bottom:150%;position:relative}.award-card__img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.our-contacts{padding:6em 0 3.75em}.our-contacts__btn{padding:0 2.25em}@media screen and (max-width:1600px){.team-card__img{background-size:29em}}@media screen and (max-width:1024px){.become-friend .socials__item{height:3.625em;width:3.625em}.team__grid{grid-template-columns:repeat(2,calc(50% - .625em))}.awards-slider .swiper-slide{width:33.3333333333%}}@media screen and (max-width:1024px) and (min-width:577px){.awards-slider .swiper-slide-next,.awards-slider .swiper-slide-next+.swiper-slide{opacity:1;pointer-events:unset}}@media screen and (max-width:1024px){.our-contacts{padding:3.75em 0 3em}}@media screen and (max-width:576px){.become-friend .socials__item{height:3.125em;width:3.125em}.team__grid{grid-template-columns:100%}.awards-slider{margin-top:3em}.awards-slider .swiper{padding:0 4.375em}.awards-slider .swiper-slide{width:100%}}@media screen and (max-width:576px){.partners{margin-top:3.875em}}.media2__items{display:grid;gap:3.75em 4.375em;grid-template-columns:repeat(3,calc(33.33333% - 2.91667em))}.media-card{display:flex;flex-direction:column}.media-card__img{align-items:center;display:flex;height:12.25em}.media-card__img img{max-height:100%;max-width:100%}.media-card__date{margin-bottom:1em}.media-card__title{font-size:1.75em;font-weight:700;letter-spacing:-.01em}.media-card__nav{margin-top:auto;padding-top:1em}.media-card__link{padding:0 3.875em}.media-card__link:hover path{fill:var(--white)}.media-card__link svg{margin-left:.5em;width:1em}@media screen and (max-width:1024px){.media2__items{gap:3.75em 5em;grid-template-columns:repeat(2,calc(50% - 2.5em))}}@media screen and (max-width:576px){.media2__items{gap:2.5em;grid-template-columns:100%}.media-card__title{font-size:1.5em}}@media screen and (min-width:577px){.persons-select .filter-item__dropdown[data-v-e5fcb889]{width:23em}}@media screen and (max-width:576px){.persons-select .filter-item__dropdown[data-v-e5fcb889]{padding-bottom:3em}}.persons-select .children[data-v-e5fcb889]{display:flex;flex-direction:column;gap:1em;margin-bottom:1em;margin-top:1em}.persons-select .children__item[data-v-e5fcb889]{border:1px solid var(--gray-3);border-radius:.5em;cursor:pointer;position:relative;text-align:center}.persons-select .children__remove-btn[data-v-e5fcb889]{align-items:center;background-color:var(--white);border-radius:.5em 0 0 .5em;border-right:1px solid var(--gray-3);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:2.25em}.persons-select .children__remove-btn img[data-v-e5fcb889]{width:1.5em}.persons-select .children__item-label[data-v-e5fcb889]{border-radius:.5em;font-size:1em;padding:.65em}.persons-select .children__item-label--changing[data-v-e5fcb889]{background-color:var(--gray-5)}.persons-select .add-child-btn[data-v-e5fcb889]{display:block;margin:.8em auto}.persons-select .adding-child__title[data-v-e5fcb889]{font-size:1em;margin-bottom:1em;margin-top:1em;text-align:center}.persons-select .adding-child__btn-container[data-v-e5fcb889]{display:grid;gap:.8em;grid-template-columns:1fr 1fr 1fr}.persons-select .adding-child__col[data-v-e5fcb889]{display:flex;flex-direction:column;gap:.8em}.persons-select .adding-child__btn[data-v-e5fcb889]{border:1px solid var(--gray-3);border-radius:.5em;font-size:1em;padding:.5em}.persons-select .adding-child__btn--changing[data-v-e5fcb889]{background-color:var(--gray-5)}.tour-card2{border:1px solid var(--gray-5);border-radius:1.5em;color:var(--gray-1);display:flex;flex-direction:column;transition:border .3s}.tour-card2:hover{border-color:var(--accent);color:var(--gray-1)}.tour-card2:hover .tour-card2__link path{fill:var(--accent)}.tour-card2__top{position:relative}.tour-card2__top-text{color:var(--white);left:0;padding:1.11em 1.44em;position:absolute;top:0;width:100%}.tour-card2__img{border-radius:1.5em 1.5em 0 0;display:block;padding-bottom:75.1%;position:relative}.tour-card2__img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.tour-card2__img:after{background:linear-gradient(180deg,rgba(0,0,0,.65),transparent 50%)}.tour-card2__content{display:flex;flex-direction:column;flex-grow:1;padding:1.875em 1.5em}.tour-card2__subtitle{overflow:hidden;line-clamp:2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5em}.tour-card2__props{display:grid;gap:.5em;grid-template-columns:100%;margin-top:1.25em}.tour-card2__prop img{flex-shrink:0;margin-right:.625em;width:1.25em}.tour-card2__prop-text{font-size:1em;line-height:120%;overflow:hidden;line-clamp:1;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;width:calc(100% - 2.125em)}.tour-card2__bottom{justify-content:space-between;margin-top:auto;padding-top:1.25em}.tour-card2__bottom,.tour-card2__price{align-items:flex-end;display:flex}.tour-card2__price-num{font-size:1.75em;font-weight:700;margin:0 .17em 0 .22em}.tour-card2__price-desc{padding-bottom:.13em}.tour-card2__link{flex-shrink:0;margin-left:1em;width:1.5em}.tour-card2__link svg{width:100%}.tour-card2 .tour-badges{left:1.5em;position:absolute;top:100%;transform:translateY(-50%)}.tour-help{background-color:var(--light-link);border-radius:1.5em;grid-column:1/-1;padding:1.5625em}.tour-help__btn{height:3em;margin-left:3.75em;padding:0 2.5em}.tour-help__btn span{font-size:1.125em}@media screen and (max-width:1024px){.tour-help{padding:1.125em}}@media screen and (max-width:576px){.tour-help__text span{display:none}.tour-help__btn{margin-left:1.5em;padding:0 1.25em}.tour-help__btn span{font-size:1em}}.sales__wrap{background-image:url(./sales-bg.DOaSr-nj.jpg);background-position:50%;background-size:cover;padding:2em 0}.tour-main[data-v-4acf305f]{background-color:var(--black);color:var(--white);padding:7.25em 0 9.75em;position:relative}.tour-main__img[data-v-4acf305f]{display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;opacity:.5;position:absolute;top:0;width:100%}.tour-main__img._view2[data-v-4acf305f]{display:none}.tour-main .container[data-v-4acf305f]{position:relative;z-index:2}.tour-main2[data-v-4acf305f]{padding:9em 0}.tour-main2 .tour-main__img[data-v-4acf305f]{opacity:1}.tour-home__img[data-v-4acf305f]{min-height:54em}.country-search__btn ._view2[data-v-4acf305f]{display:none}@media screen and (max-width:1024px){.tour-main2[data-v-4acf305f]{padding:7em 0}.country-search__btn ._view1[data-v-4acf305f]{display:none}.country-search__btn ._view2[data-v-4acf305f]{display:block}.tour-home__img[data-v-4acf305f]{min-height:43em}}@media screen and (max-width:576px){.tour-main[data-v-4acf305f]{padding:5.5em 0 6.7em}.tour-main__img._view1[data-v-4acf305f]{display:none}.tour-main__img._view2[data-v-4acf305f]{display:block}.tour-main2[data-v-4acf305f]{padding:7em 0}.tour-home .container[data-v-4acf305f]{min-height:47em}}.tour-main3[data-v-4acf305f]{padding:4.375em 0}.tour-main3__tabs[data-v-4acf305f]{display:flex;margin:.625em 0}.tour-main3__tab[data-v-4acf305f]{align-items:center;border:1px solid var(--white);color:var(--white);cursor:pointer;display:flex;font-weight:700;height:2.125em;justify-content:center;transition:background-color .3s;width:8em}.tour-main3__tab[data-v-4acf305f]:not(:last-child){border-right:none}.tour-main3__tab[data-v-4acf305f]:first-child{border-bottom-left-radius:.5em;border-top-left-radius:.5em}.tour-main3__tab[data-v-4acf305f]:last-child{border-bottom-right-radius:.5em;border-top-right-radius:.5em}.tour-main3__tab[data-v-4acf305f]:hover{background-color:var(--gray-1)}.tour-main3__tab._active[data-v-4acf305f]{background-color:var(--white);color:var(--gray-1);pointer-events:none}.tour-filter__top[data-v-4acf305f]{display:grid;grid-template-columns:calc(100% - 11.875em) 11.875em}.tour-filter__top .filter-item:not(:last-child) .fg input[data-v-4acf305f]{border-right:var(--border)}@media screen and (min-width:577px){.tour-filter__top .filter-item:not(:last-child) .fg input[data-v-4acf305f]{border-bottom-right-radius:0;border-top-right-radius:0}.tour-filter__top .filter-item:not(:first-child) .fg input[data-v-4acf305f]{border-bottom-left-radius:0;border-top-left-radius:0}}.tour-filter__top-col[data-v-4acf305f]{display:grid;grid-template-columns:16.25em calc(100% - 50em) 12.5em 8.75em 12.5em}@media screen and (min-width:577px){.tour-filter__top--external-hotels .tour-filter__top-col[data-v-4acf305f]{grid-template-columns:1.1fr 1.1fr 1.1fr .7fr}}.tour-filter__btn[data-v-4acf305f]{border-radius:0 .5em .5em 0;height:100%;margin-left:-1em;width:calc(100% + 1em)}.tour-filter__btn span[data-v-4acf305f]{font-size:1.5em;margin-right:-.5em}.tour-filter__btn ._view2[data-v-4acf305f]{display:none}@media screen and (min-width:577px){.tour-filter__middle[data-v-4acf305f]{display:none}.tour-filter__middle._type2 .mob-filter__grid[data-v-4acf305f]{grid-template-columns:repeat(6,1fr)}.tour-filter__top._type2 .tour-filter__top-col[data-v-4acf305f]{grid-template-columns:calc(100% - 25em) 12.5em 12.5em}}.tour-filter._open .tour-filter__middle[data-v-4acf305f]{display:block}.tour-filter._open .tour-filter__toggle ._view1[data-v-4acf305f]{display:none}.tour-filter._open .tour-filter__toggle ._view2[data-v-4acf305f]{display:block}.tour-filter._open .tour-filter__toggle img[data-v-4acf305f]{transform:rotate(-180deg)}.tour-filter .tour-filter__middle._open[data-v-4acf305f]{display:block}.tour-filter .tour-filter__toggle._open ._view1[data-v-4acf305f]{display:none}.tour-filter .tour-filter__toggle._open ._view2[data-v-4acf305f]{display:block}.tour-filter .tour-filter__toggle._open img[data-v-4acf305f]{transform:rotate(-180deg)}.filter-item[data-v-4acf305f]{color:var(--gray-1);position:relative}.filter-item .fg[data-v-4acf305f]{cursor:pointer}.filter-item .fg input[data-v-4acf305f]{background-color:var(--white);border:none;cursor:pointer;font-size:1.5em;font-weight:700;height:3.33em;line-height:140%;padding:1em .67em 0}.filter-item .fg label[data-v-4acf305f]{color:var(--gray-3);left:1.4em;top:1.5em}.filter-item__popup-close[data-v-4acf305f]{display:none}.filter-item__dropdown[data-v-4acf305f]{background-color:var(--white);border-radius:.5em;left:0;margin-top:1em;padding:.75em .875em;position:absolute;top:100%;width:25em;z-index:5}.filter-item__dropdown[data-v-4acf305f]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='8' fill='none' viewBox='0 0 17 8'%3E%3Cpath fill='%23fff' d='m8.804 0 8 8h-16z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% auto;bottom:100%;content:"";height:.5em;left:2.5em;margin-bottom:-1px;position:absolute;width:1em}@media screen and (min-width:577px){.filter-item__dropdown[data-v-4acf305f]{opacity:0;pointer-events:none;transition:opacity .3s}}.filter-item__scroll[data-v-4acf305f]{max-height:16.875em;overflow-y:auto}.filter-item__scroll[data-v-4acf305f]::-webkit-scrollbar{height:.5em;width:.5em}.filter-item__scroll[data-v-4acf305f]::-webkit-scrollbar-track{background:transparent;border-radius:0}.filter-item__scroll[data-v-4acf305f]::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:.25em}.filter-item__options[data-v-4acf305f]{display:grid;gap:.25em;grid-template-columns:100%}.filter-item__option[data-v-4acf305f]{align-items:center;cursor:pointer;display:flex;font-size:1em;letter-spacing:-.01em;line-height:150%;transition:color .3s}.filter-item__option._selected[data-v-4acf305f],.filter-item__option[data-v-4acf305f]:hover{color:var(--link)}.filter-item__option._selected[data-v-4acf305f]{pointer-events:none}.filter-item__option--group-header[data-v-4acf305f]{color:var(--gray-2);cursor:default;font-size:.8125em;font-weight:900;letter-spacing:.05em;margin-bottom:.5em;margin-top:1em;padding-top:.5em;text-transform:uppercase}.filter-item__option--group-header--first-header[data-v-4acf305f]{margin-top:0;padding-top:0}.filter-item__option--group-header[data-v-4acf305f]:hover{color:var(--gray-2)}.filter-item__option-flag[data-v-4acf305f]{margin-right:.375em;width:1.25em}.filter-item__option-flag img[data-v-4acf305f]{display:block;width:100%}.filter-item__bottom[data-v-4acf305f]{margin-top:.5em}.filter-item__select[data-v-4acf305f]{height:2em;padding:0 2.25em}.filter-item__select span[data-v-4acf305f]{font-size:1em}.filter-item .m-check label[data-v-4acf305f],.filter-item .m-radio label[data-v-4acf305f]{padding-left:1.5em}.filter-item .m-check label[data-v-4acf305f]:before,.filter-item .m-radio label[data-v-4acf305f]:before{height:1.04em;top:.23em;width:1.04em}.filter-item .m-check label span[data-v-4acf305f],.filter-item .m-radio label span[data-v-4acf305f]{font-size:1em;line-height:150%}.filter-item._open .filter-item__dropdown[data-v-4acf305f]{opacity:1;pointer-events:unset}@media screen and (max-width:1024px){.tour-filter__top[data-v-4acf305f]{grid-template-columns:calc(100% - 6.4375em) 6.4375em}.tour-filter__top-col[data-v-4acf305f]{grid-template-columns:11.625em calc(100% - 35.375em) 9.75em 5.25em 8.75em}}@media screen and (max-width:1024px) and (min-width:577px){.tour-filter__top._type2 .tour-filter__top-col[data-v-4acf305f]{grid-template-columns:calc(100% - 17.5em) 8.75em 8.75em}}@media screen and (max-width:1024px){.tour-filter__btn[data-v-4acf305f]{padding:0}.tour-filter__btn span[data-v-4acf305f]{font-size:1.125em}.tour-filter__btn ._view1[data-v-4acf305f]{display:none}.tour-filter__btn ._view2[data-v-4acf305f]{display:block}.tour-filter__bottom ._hide-tablet[data-v-4acf305f]{display:none}.filter-item .fg[data-v-4acf305f]{font-size:1em}.filter-item .fg input[data-v-4acf305f]{border-radius:.44em;font-size:1.125em;height:3.44em;padding:1em .88em 0}.filter-item .fg label[data-v-4acf305f]{font-size:.625em;left:1.6em;top:1em}}@media screen and (max-width:1024px) and (min-width:577px){.filter-item__dropdown[data-v-4acf305f]{font-size:.75em}}@media screen and (max-width:576px){.tour-main3__tabs[data-v-4acf305f]{margin-top:1.25em}.tour-main3__tab[data-v-4acf305f]{width:50%}.tour-filter__top[data-v-4acf305f]{gap:.5em;grid-template-columns:100%}.tour-filter__top-col[data-v-4acf305f]{gap:.5em;grid-template-columns:repeat(2,calc(50% - .25em))}.tour-filter__btn[data-v-4acf305f]{border-radius:.5em;height:3.875em;margin:0;width:100%}.tour-filter__btn span[data-v-4acf305f]{margin:0}.tour-filter .city-select[data-v-4acf305f],.tour-filter .country-select[data-v-4acf305f],.tour-filter .full-width[data-v-4acf305f]{grid-column:1/-1}._open-filter-popup[data-v-4acf305f]{overflow-y:hidden}._open-filter-popup .tour-main[data-v-4acf305f]{position:relative;z-index:30}.filter-item__popup[data-v-4acf305f]{bottom:0;display:flex;flex-direction:column;justify-content:flex-end;opacity:0;padding-top:3em;pointer-events:none;transition:opacity .3s;transition-delay:.4s;z-index:10}.filter-item__popup[data-v-4acf305f],.filter-item__popup-bg[data-v-4acf305f]{height:var(--full-vh);left:0;position:fixed;width:100%}.filter-item__popup-bg[data-v-4acf305f]{background:#333333a6;top:0}.filter-item__popup-close[data-v-4acf305f]{display:block;height:1.875em;left:50%;position:absolute;top:0;transform:translate(-50%);width:5em}.filter-item__popup-close[data-v-4acf305f]:before{background:var(--gray-2);border-radius:.1875em;content:"";height:.375em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.filter-item__dropdown[data-v-4acf305f]{border-radius:1.875em 1.875em 0 0;margin:0;max-height:100%;padding:3em 1.25em 0;position:relative;top:unset;transform:translateY(120%);transition:transform .5s;width:100%}.filter-item__dropdown[data-v-4acf305f]:before{display:none}.filter-item__scroll[data-v-4acf305f]{max-height:calc(var(--vh)*100 - 6em);padding-bottom:1em;padding-right:.5em}.filter-item__option[data-v-4acf305f]{border-bottom:1px solid var(--gray-4);padding:.75em 0}.filter-item__option--group-header[data-v-4acf305f]{border-bottom:none;color:var(--gray-2);cursor:default;font-size:.8125em;font-weight:900;letter-spacing:.05em;margin-bottom:.625em;margin-top:1em;padding-top:1em;text-transform:uppercase}.filter-item__option--group-header--first-header[data-v-4acf305f]{margin-top:0;padding-top:0}.filter-item__option--group-header[data-v-4acf305f]:hover{color:var(--gray-2)}.filter-item__bottom[data-v-4acf305f]{padding-bottom:1em}.filter-item._open .filter-item__popup[data-v-4acf305f]{opacity:1;pointer-events:unset;transition-delay:0s}.filter-item._open .filter-item__dropdown[data-v-4acf305f]{transform:translateY(0)}}.dp--clear-btn[data-v-4acf305f],.dp--tp-wrap[data-v-4acf305f],.dp__input_icon[data-v-4acf305f]{display:none}.dp__input[data-v-4acf305f],.dp__main[data-v-4acf305f],.dp__menu[data-v-4acf305f]{font-family:var(--font1),sans-serif}.dp__menu[data-v-4acf305f]{background-color:var(--white);border:none;border-radius:.5em;color:var(--gray-1);font-size:1em}.dp__menu_inner[data-v-4acf305f]{padding:.75em .875em}.dp__month_year_wrap[data-v-4acf305f]{position:relative}.dp__month_year_wrap .dp__month_year_wrap[data-v-4acf305f]{align-items:center;flex-direction:column;text-align:center}.dp--arrow-btn-nav[data-v-4acf305f]{font-size:1em;left:0;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.dp__inner_nav[data-v-4acf305f]{background-color:transparent!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' fill='none' viewBox='0 0 21 14'%3E%3Cpath fill='%2334AFF7' d='M7.619.256a.875.875 0 0 0-1.238 0L.256 6.381a.875.875 0 0 0 0 1.238l6.125 6.125a.875.875 0 0 0 1.238-1.238L2.987 7.875h17.138a.875.875 0 0 0 0-1.75H2.987L7.62 1.494a.875.875 0 0 0 0-1.238'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:100% auto!important;font-size:2em;height:.5em;width:.4375em}.dp__inner_nav .dp__icon[data-v-4acf305f]{display:none}.dp__instance_calendar:nth-child(2) .dp--arrow-btn-nav[data-v-4acf305f]{left:unset;right:0}.dp__instance_calendar:nth-child(2) .dp__inner_nav[data-v-4acf305f]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' fill='none' viewBox='0 0 21 14'%3E%3Cpath fill='%2334AFF7' d='M13.381.256a.875.875 0 0 1 1.238 0l6.125 6.125a.875.875 0 0 1 0 1.238l-6.125 6.125a.875.875 0 1 1-1.238-1.238l4.632-4.631H.875a.875.875 0 1 1 0-1.75h17.138L13.38 1.494a.875.875 0 0 1 0-1.238'/%3E%3C/svg%3E")!important}.dp__month_year_select[data-v-4acf305f]{color:var(--gray-3);font-size:.875em;height:unset;letter-spacing:-.01em;line-height:150%}fw700 .dp__month_year_select[data-v-4acf305f]:nth-child(2){font-size:.625em}.dp__calendar_header[data-v-4acf305f],.dp__calendar_row[data-v-4acf305f]{display:grid;gap:.25em;grid-template-columns:repeat(7,2.25em);margin-bottom:.25em;margin-top:0}.dp__calendar_header[data-v-4acf305f]{margin-top:.625em}.dp__calendar_header_item[data-v-4acf305f],.dp__calendar_item[data-v-4acf305f]{align-items:center;display:flex;height:2.25em;justify-content:center;padding:0;width:100%}.dp__cell_inner[data-v-4acf305f]{border-radius:.5em;font-size:1em;height:100%;padding:0;width:100%}.dp__calendar_header_item[data-v-4acf305f]{align-items:center;color:var(--gray-3);display:flex;justify-content:center}.dp__calendar_header_item[data-v-4acf305f]:nth-child(6),.dp__calendar_header_item[data-v-4acf305f]:nth-child(7){color:var(--red)}.dp__calendar_header_separator[data-v-4acf305f]{display:none}.dp__today[data-v-4acf305f]{border:none;color:var(--link)}.dp__active_date[data-v-4acf305f],.dp__range_between[data-v-4acf305f],.dp__range_end[data-v-4acf305f],.dp__range_start[data-v-4acf305f]{background:var(--light-link);border:none;color:var(--gray-1)}.dp__active_date.vue-date-picker-date__outside-max-range[data-v-4acf305f],.dp__range_between.vue-date-picker-date__outside-max-range[data-v-4acf305f],.dp__range_end.vue-date-picker-date__outside-max-range[data-v-4acf305f],.dp__range_start.vue-date-picker-date__outside-max-range[data-v-4acf305f]{background:none}.dp__cell_offset[data-v-4acf305f],.nights-select .dp--header-wrap[data-v-4acf305f],.nights-select .dp__calendar_header[data-v-4acf305f]{display:none}@media screen and (max-width:1024px){.external-tours-form .dates-select .dp__arrow_bottom[data-v-4acf305f],.external-tours-form .dates-select .dp__arrow_top[data-v-4acf305f],.tour-filter--kalingrad-flight .dates-select .dp__arrow_bottom[data-v-4acf305f],.tour-filter--kalingrad-flight .dates-select .dp__arrow_top[data-v-4acf305f]{left:unset;right:2.5em}}@media screen and (max-width:576px){.dp__menu[data-v-4acf305f]:before{display:none}.dates-select .dp__outer_menu_wrap[data-v-4acf305f]{left:0!important}.external-tours-form .dates-select .dp__arrow_bottom[data-v-4acf305f],.external-tours-form .dates-select .dp__arrow_top[data-v-4acf305f],.tour-filter--kalingrad-flight .dates-select .dp__arrow_bottom[data-v-4acf305f],.tour-filter--kalingrad-flight .dates-select .dp__arrow_top[data-v-4acf305f]{left:2.5em;right:unset}}.persons-calc[data-v-4acf305f]{border:1px solid var(--gray-3);border-radius:.5em;display:grid;grid-template-columns:2.25em calc(100% - 4.5em) 2.25em;margin-bottom:.625em}.persons-calc[data-v-4acf305f]:last-child{margin-bottom:0}.persons-calc__btn[data-v-4acf305f]{align-items:center;background-color:transparent;display:flex;height:2.25em;justify-content:center}.persons-calc__btn img[data-v-4acf305f]{width:1.5em}.persons-calc__text[data-v-4acf305f]{align-items:center;border-left:1px solid var(--gray-3);border-right:1px solid var(--gray-3);display:flex;height:2.25em;justify-content:center}.tour-filter__bottom[data-v-4acf305f],.tour-filter__middle[data-v-4acf305f]{margin-top:.625em}.tour-filter__toggle[data-v-4acf305f]{align-items:center;color:var(--white);display:flex}.tour-filter__toggle ._view2[data-v-4acf305f]{display:none}.tour-filter__toggle img[data-v-4acf305f]{margin-left:.5em;transition:transform .3s;width:.875em}.tour-filter__mob-toggle[data-v-4acf305f]{display:none}.mob-filter__grid[data-v-4acf305f]{display:grid;gap:.625em;grid-template-columns:repeat(5,calc(20% - .5em))}.mob-filter__bottom[data-v-4acf305f],.mob-filter__top[data-v-4acf305f]{display:none}.rating-item[data-v-4acf305f]{align-items:center;background:var(--white);border-radius:.5em;color:var(--gray-1);display:flex;font-weight:700;height:2.25em;justify-content:space-between;padding:0 .875em}.filter-item2 .filter-item__show input[data-v-4acf305f]{background-color:var(--white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%23333' d='M4.513 4.837a.583.583 0 1 0-.825.825l3.5 3.5a.583.583 0 0 0 .825 0l3.5-3.5a.583.583 0 1 0-.825-.825L7.601 7.925z'/%3E%3C/svg%3E");background-position:right .875em center;background-repeat:no-repeat;background-size:.9375em auto;border:none;border-radius:.5em;color:var(--gray-1);cursor:pointer;font-size:1em;height:2.25em;padding:0 2em 0 .875em;width:100%}.filter-item2 .filter-item__show input[data-v-4acf305f]::-moz-placeholder{color:var(--gray-1)}.filter-item2 .filter-item__show input[data-v-4acf305f]::placeholder{color:var(--gray-1)}@media screen and (min-width:577px){.eat-type-select .filter-item__dropdown[data-v-4acf305f],.hotel-type-select .filter-item__dropdown[data-v-4acf305f],.rating-type-select .filter-item__dropdown[data-v-4acf305f],.service-select .filter-item__dropdown[data-v-4acf305f]{width:16.5em}.eat-type-select .filter-item__scroll[data-v-4acf305f],.hotel-type-select .filter-item__scroll[data-v-4acf305f],.rating-type-select .filter-item__scroll[data-v-4acf305f],.service-select .filter-item__scroll[data-v-4acf305f]{max-height:20.5em}.eat-type-select__items[data-v-4acf305f],.hotel-type-select__items[data-v-4acf305f],.rating-type-select__items[data-v-4acf305f],.service-select__items[data-v-4acf305f]{display:grid;gap:.25em;grid-template-columns:100%}}.service-select__group[data-v-4acf305f]{padding:.5em 0 1em}.service-select__items[data-v-4acf305f]{margin-top:.5em}@media screen and (max-width:1024px){.rating-item[data-v-4acf305f]{height:1.75em}}@media screen and (max-width:1024px) and (min-width:577px){.rating-item .rating-input__item[data-v-4acf305f]{width:.875em}.rating-item__hide-tablet[data-v-4acf305f]{display:none}}@media screen and (max-width:1024px){.filter-item2 .filter-item__show input[data-v-4acf305f]{background-position:right 1em center;background-size:.86em auto;border-radius:.57em;font-size:.875em;height:2em;padding:0 2em 0 1em}}@media screen and (max-width:576px){.tour-filter__bottom[data-v-4acf305f]{display:none}.tour-filter__mob-toggle[data-v-4acf305f]{align-items:center;background:var(--white);border-radius:.5rem;display:flex;font-weight:700;height:3.875em;padding:0 1em}.tour-filter__mob-toggle img[data-v-4acf305f]{margin-right:.5em;width:1.25em}.tour-sub-pages .tour-filter__top--external-hotels .tour-filter__mob-toggle[data-v-4acf305f]{grid-column:1/-1}._open-mob-filter[data-v-4acf305f]{overflow-y:hidden}._open-mob-filter .tour-main[data-v-4acf305f]{z-index:100}._open-mob-filter .mob-filter[data-v-4acf305f]{opacity:1;pointer-events:unset}.mob-filter[data-v-4acf305f]{background:var(--gray-6);color:var(--gray-1);display:flex;flex-direction:column;height:var(--full-vh);left:0;opacity:0;overflow-y:auto;padding:1.875em;pointer-events:none;position:fixed;top:0;transition:opacity .3s;width:100%;z-index:100}.mob-filter__top[data-v-4acf305f]{align-items:center;display:flex;margin-bottom:1.875em}.mob-filter__top-icon[data-v-4acf305f]{margin-right:.625em;width:1.25em}.mob-filter__close[data-v-4acf305f]{align-items:center;display:flex;justify-content:center;margin-left:auto;width:2em}.mob-filter__close img[data-v-4acf305f]{margin-left:auto;width:100%}.mob-filter__grid[data-v-4acf305f]{background-color:var(--white);border:1px solid var(--gray-4);border-radius:.5em;gap:0;grid-template-columns:100%}.mob-filter .filter-item2[data-v-4acf305f]{border-bottom:1px solid var(--gray-4)}.mob-filter .filter-item2[data-v-4acf305f]:last-child{border-bottom:none}.mob-filter .filter-item__show input[data-v-4acf305f],.mob-filter .rating-item[data-v-4acf305f]{background-color:transparent}.mob-filter__bottom[data-v-4acf305f]{display:grid;gap:.5em;grid-template-columns:repeat(2,calc(50% - .25em));margin-top:auto;padding-top:2em}.mob-filter__btn[data-v-4acf305f]{border-radius:.5em;height:3em;padding:0}.mob-filter__btn span[data-v-4acf305f]{font-size:1em}.rating-item[data-v-4acf305f]{border-bottom:1px solid var(--gray-4);border-radius:0;height:3em}.filter-item2 .filter-item__show[data-v-4acf305f]{font-weight:700}.filter-item2 .filter-item__show input[data-v-4acf305f]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none' viewBox='0 0 6 12'%3E%3Cpath fill='%23333' d='M.22 9.97a.75.75 0 1 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06L1.28.97A.75.75 0 0 0 .22 2.03L4.19 6z'/%3E%3C/svg%3E");background-size:.375em auto;border-radius:0;font-size:1em;font-weight:700;height:3em}.filter-item2 .m-check[data-v-4acf305f],.filter-item2 .m-radio[data-v-4acf305f]{align-items:center;border-bottom:1px solid var(--gray-4);display:flex;min-height:3em}}@media screen and (min-width:577px){.hotel-select .filter-item__show[data-v-4acf305f],.resort-select .filter-item__show[data-v-4acf305f],.tour-type-select .filter-item__show[data-v-4acf305f]{display:none}.hotel-select .filter-item__dropdown[data-v-4acf305f],.resort-select .filter-item__dropdown[data-v-4acf305f],.tour-type-select .filter-item__dropdown[data-v-4acf305f]{height:12em;margin:0;opacity:1;pointer-events:unset;position:static;width:100%}.hotel-select .filter-item__dropdown[data-v-4acf305f]:before,.resort-select .filter-item__dropdown[data-v-4acf305f]:before,.tour-type-select .filter-item__dropdown[data-v-4acf305f]:before{display:none}.hotel-select .filter-item__scroll[data-v-4acf305f],.resort-select .filter-item__scroll[data-v-4acf305f],.tour-type-select .filter-item__scroll[data-v-4acf305f]{height:100%;padding-bottom:0;padding-right:.5em}}.check-group._open .check-group__toggle[data-v-4acf305f]{transform:rotate(-45deg)}.check-group._open .check-group__bottom[data-v-4acf305f]{display:block}.check-group__toggle[data-v-4acf305f]{align-items:center;display:flex;justify-content:center;width:1.25em}.check-group__toggle svg[data-v-4acf305f]{width:100%}.check-group__bottom[data-v-4acf305f]{display:none}.check-group__items[data-v-4acf305f]{padding-left:1em;position:relative}.check-group__items[data-v-4acf305f]:before{border-left:1px dashed var(--gray-4);content:"";height:100%;left:.5em;position:absolute;top:0}.check-group__items .m-check[data-v-4acf305f]{position:relative}.check-group__items .m-check[data-v-4acf305f]:before{border-top:1px dashed var(--gray-4);content:"";margin-right:-.125em;position:absolute;right:100%;top:.75em;width:.5em}@media screen and (min-width:577px){.hotel-select[data-v-4acf305f]{grid-column:span 4}.hotel-select .filter-item__scroll[data-v-4acf305f]{height:calc(100% - 3.125em)}}.hotel-select__search[data-v-4acf305f]{align-items:center;display:flex;flex-direction:row;margin-bottom:.625em}@media screen and (max-width:576px){.hotel-select__search[data-v-4acf305f]{align-items:flex-start;flex-direction:column;gap:10px}}.hotel-select__search input[data-v-4acf305f]{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cpath stroke='%23828282' stroke-linecap='round' stroke-width='1.25' d='m13.685 12.882 3.382 3.368m-7.5-10.833A3.333 3.333 0 0 1 12.9 8.75m2.5 0a5.833 5.833 0 1 0-11.667 0 5.833 5.833 0 0 0 11.667 0Z'/%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;background-size:1.67em auto;border:none;border-bottom:1px solid var(--gray-5);color:var(--gray-1);font-size:.75em;height:3.33em;padding:0 0 0 2em;text-transform:uppercase;width:100%}.hotel-select__search input[data-v-4acf305f]::-moz-placeholder{color:var(--gray-3)}.hotel-select__search input[data-v-4acf305f]::placeholder{color:var(--gray-3)}.budget-select__fields[data-v-4acf305f]{display:grid;gap:1em;grid-template-columns:100%}.budget-select__currency-title[data-v-4acf305f],.budget-select__field label[data-v-4acf305f]{display:block;font-size:1em;line-height:120%;margin-bottom:.25em}.budget-select__field input[data-v-4acf305f]{background-color:transparent;border:1px solid var(--gray-5);color:var(--gray-1);font-size:1em;height:2.5em;padding:0 1em;text-transform:uppercase;width:100%}.budget-select__currency[data-v-4acf305f]{margin-top:1.25em}.budget-select__currency-items[data-v-4acf305f]{display:grid;gap:.25em;grid-template-columns:100%}.check-btn .m-check[data-v-4acf305f]{min-height:100%}.check-btn .m-check label[data-v-4acf305f]{align-items:center;background-color:var(--white);border-radius:.5em;color:var(--gray-1);display:flex;font-weight:700;height:2.25em;justify-content:space-between;min-height:100%;padding:0 .875em}.check-btn .m-check label[data-v-4acf305f]:before{order:2;position:static}@media screen and (max-width:1024px){.check-btn .m-check label[data-v-4acf305f]{height:1.75em}.check-btn .m-check label span[data-v-4acf305f],.check-btn .m-check label[data-v-4acf305f]:before{font-size:.875em}}@media screen and (max-width:576px){.resort-select .m-check[data-v-4acf305f]{border:none;min-height:unset}.check-group__items[data-v-4acf305f],.resort-select__items[data-v-4acf305f]{display:grid;gap:.25em;grid-template-columns:100%}.check-btn[data-v-4acf305f]{border-bottom:1px solid var(--gray-4)}.check-btn[data-v-4acf305f]:last-child{border-bottom:none}.check-btn .m-check label[data-v-4acf305f]{height:3em}.check-btn .m-check label span[data-v-4acf305f],.check-btn .m-check label[data-v-4acf305f]:before{font-size:1em}}@media screen and (min-width:577px){.tour-filter--kalingrad .tour-filter__top-col[data-v-4acf305f]{grid-template-columns:calc(100% - 20em) 20em}.tour-filter--kalingrad .tour-filter__middle[data-v-4acf305f]{display:block}}.tour-type-select[data-v-4acf305f]{grid-column:1/-1}@media screen and (min-width:577px){.tour-type-select .filter-item__dropdown[data-v-4acf305f]{height:auto;padding-bottom:1.75em;padding-top:2.5em}.tour-type-select .filter-item__scroll[data-v-4acf305f]{height:auto}}.tour-type-select__items[data-v-4acf305f]{display:grid;grid-template-columns:repeat(4,calc(25% - .25em));justify-content:space-between}.tour-type-select__label[data-v-4acf305f]{color:var(--gray-3);left:.875em;position:absolute;text-transform:uppercase;top:.75em}.tour-type-select__label span[data-v-4acf305f]{font-size:.75em;letter-spacing:-.01em;line-height:150%}@media screen and (min-width:577px){.tour-filter--kalingrad-flight .tour-filter__top-col[data-v-4acf305f]{grid-template-columns:calc(100% - 33.75em) 12.5em 8.75em 12.5em}.tour-filter--kalingrad-flight .tour-filter__middle[data-v-4acf305f]{display:block}.tour-filter--kalingrad-excursion .tour-filter__top-col[data-v-4acf305f]{grid-template-columns:18.75em calc(100% - 31.25em) 12.5em}.tour-filter--kalingrad-excursion .tour-filter__middle[data-v-4acf305f]{display:block}.tour-filter--kalingrad-hotels .tour-filter__top-col[data-v-4acf305f]{grid-template-columns:1fr 1fr}.tour-filter--kalingrad-hotels .tour-filter__middle[data-v-4acf305f]{display:block}.tour-filter--kalingrad-hotels .mob-filter__grid[data-v-4acf305f]{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:1024px) and (min-width:577px){.tour-filter--kalingrad .tour-filter__top-col[data-v-4acf305f]{grid-template-columns:calc(100% - 13.75em) 13.75em}}@media screen and (max-width:1024px){.tour-type-select__items[data-v-4acf305f]{grid-template-columns:repeat(3,calc(33.33333% - .25em))}}@media screen and (max-width:1024px) and (min-width:577px){.tour-filter--kalingrad-flight .tour-filter__top-col[data-v-4acf305f]{grid-template-columns:calc(100% - 23.75em) 9.75em 5.25em 8.75em}.tour-filter--kalingrad-excursion .tour-filter__top-col[data-v-4acf305f]{grid-template-columns:12.5em calc(100% - 21.25em) 8.75em}}@media screen and (max-width:576px){.tour-type-select__items[data-v-4acf305f]{grid-template-columns:100%}.tour-type-select__label[data-v-4acf305f]{display:none}.month-select[data-v-4acf305f],.tour-filter--kalingrad-hotels .dates-select[data-v-4acf305f]{grid-column:1/-1}}.tour-filter__bottom[data-v-4acf305f]{display:flex;justify-content:end}.tour-filter__search-btn[data-v-4acf305f]{border-radius:8px;height:4em;width:15em}.tour-filter__search-btn-label[data-v-4acf305f]{margin:0}@media screen and (max-width:1024px){.tour-filter__search-btn[data-v-4acf305f]{height:3em;width:10em}}@media screen and (max-width:576px){.tour-filter__search-btn[data-v-4acf305f]{border-radius:.5em;height:3.875em;margin:0;width:100%}}.filter-item__dropdown:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='8' fill='none' viewBox='0 0 17 8'%3E%3Cpath fill='%23fff' d='m8.804 0 8 8h-16z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% auto;bottom:100%;content:"";height:.5em;left:2.5em;margin-bottom:-1px;position:absolute;width:1em}.dp__inner_nav{background-color:transparent!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' fill='none' viewBox='0 0 21 14'%3E%3Cpath fill='%2334AFF7' d='M7.619.256a.875.875 0 0 0-1.238 0L.256 6.381a.875.875 0 0 0 0 1.238l6.125 6.125a.875.875 0 0 0 1.238-1.238L2.987 7.875h17.138a.875.875 0 0 0 0-1.75H2.987L7.62 1.494a.875.875 0 0 0 0-1.238'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:100% auto!important;font-size:2em;height:.5em;width:.4375em}.dp__instance_calendar:nth-child(2) .dp__inner_nav{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' fill='none' viewBox='0 0 21 14'%3E%3Cpath fill='%2334AFF7' d='M13.381.256a.875.875 0 0 1 1.238 0l6.125 6.125a.875.875 0 0 1 0 1.238l-6.125 6.125a.875.875 0 1 1-1.238-1.238l4.632-4.631H.875a.875.875 0 1 1 0-1.75h17.138L13.38 1.494a.875.875 0 0 1 0-1.238'/%3E%3C/svg%3E")!important}.filter-item2 .filter-item__show input{background-color:var(--white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%23333' d='M4.513 4.837a.583.583 0 1 0-.825.825l3.5 3.5a.583.583 0 0 0 .825 0l3.5-3.5a.583.583 0 1 0-.825-.825L7.601 7.925z'/%3E%3C/svg%3E");background-position:right .875em center;background-repeat:no-repeat;background-size:.9375em auto;border:none;border-radius:.5em;color:var(--gray-1);cursor:pointer;font-size:1em;height:2.25em;padding:0 2em 0 .875em;width:100%}@media screen and (max-width:576px){.tour-filter__bottom{display:none}.tour-filter__mob-toggle{align-items:center;background:var(--white);border-radius:.5rem;display:flex;font-weight:700;height:3.875em;padding:0 1em}.tour-filter__mob-toggle img{margin-right:.5em;width:1.25em}.tour-sub-pages .tour-filter__top--external-hotels .tour-filter__mob-toggle{grid-column:1/-1}._open-mob-filter{overflow-y:hidden}._open-mob-filter .tour-main{z-index:100}._open-mob-filter .mob-filter{opacity:1;pointer-events:unset}.mob-filter{background:var(--gray-6);color:var(--gray-1);display:flex;flex-direction:column;height:var(--full-vh);left:0;opacity:0;overflow-y:auto;padding:1.875em;pointer-events:none;position:fixed;top:0;transition:opacity .3s;width:100%;z-index:100}.mob-filter__top{align-items:center;display:flex;margin-bottom:1.875em}.mob-filter__top-icon{margin-right:.625em;width:1.25em}.mob-filter__close{align-items:center;display:flex;justify-content:center;margin-left:auto;width:2em}.mob-filter__close img{margin-left:auto;width:100%}.mob-filter__grid{background-color:var(--white);border:1px solid var(--gray-4);border-radius:.5em;gap:0;grid-template-columns:100%}.mob-filter .filter-item2{border-bottom:1px solid var(--gray-4)}.mob-filter .filter-item2:last-child{border-bottom:none}.mob-filter .filter-item__show input,.mob-filter .rating-item{background-color:transparent}.mob-filter__bottom{display:grid;gap:.5em;grid-template-columns:repeat(2,calc(50% - .25em));margin-top:auto;padding-top:2em}.mob-filter__btn{border-radius:.5em;height:3em;padding:0}.mob-filter__btn span{font-size:1em}.rating-item{border-bottom:1px solid var(--gray-4);border-radius:0;height:3em}.filter-item2 .filter-item__show{font-weight:700}.filter-item2 .filter-item__show input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none' viewBox='0 0 6 12'%3E%3Cpath fill='%23333' d='M.22 9.97a.75.75 0 1 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06L1.28.97A.75.75 0 0 0 .22 2.03L4.19 6z'/%3E%3C/svg%3E");background-size:.375em auto;border-radius:0;font-size:1em;font-weight:700;height:3em}.filter-item2 .m-check,.filter-item2 .m-radio{align-items:center;border-bottom:1px solid var(--gray-4);display:flex;min-height:3em}}.hotel-select__search input{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cpath stroke='%23828282' stroke-linecap='round' stroke-width='1.25' d='m13.685 12.882 3.382 3.368m-7.5-10.833A3.333 3.333 0 0 1 12.9 8.75m2.5 0a5.833 5.833 0 1 0-11.667 0 5.833 5.833 0 0 0 11.667 0Z'/%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;background-size:1.67em auto;border:none;border-bottom:1px solid var(--gray-5);color:var(--gray-1);font-size:.75em;height:3.33em;padding:0 0 0 2em;text-transform:uppercase;width:100%}.tour-main2{padding:3.5em 0}@media screen and (max-width:1024px){.tour-main2{padding:3em 0}}@media screen and (max-width:576px){.tour-main2{padding:3.1875em 0}}.dp__inner_nav{background-color:transparent!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' fill='none' viewBox='0 0 21 14'%3E%3Cpath fill='%2334AFF7' d='M7.619.256a.875.875 0 0 0-1.238 0L.256 6.381a.875.875 0 0 0 0 1.238l6.125 6.125a.875.875 0 0 0 1.238-1.238L2.987 7.875h17.138a.875.875 0 0 0 0-1.75H2.987L7.62 1.494a.875.875 0 0 0 0-1.238'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:100% auto!important;font-size:2em;height:.5em;width:.4375em}.dp__instance_calendar:nth-child(2) .dp__inner_nav{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' fill='none' viewBox='0 0 21 14'%3E%3Cpath fill='%2334AFF7' d='M13.381.256a.875.875 0 0 1 1.238 0l6.125 6.125a.875.875 0 0 1 0 1.238l-6.125 6.125a.875.875 0 1 1-1.238-1.238l4.632-4.631H.875a.875.875 0 1 1 0-1.75h17.138L13.38 1.494a.875.875 0 0 1 0-1.238'/%3E%3C/svg%3E")!important}.filter-item2 .filter-item__show input{background-color:var(--white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%23333' d='M4.513 4.837a.583.583 0 1 0-.825.825l3.5 3.5a.583.583 0 0 0 .825 0l3.5-3.5a.583.583 0 1 0-.825-.825L7.601 7.925z'/%3E%3C/svg%3E");background-position:right .875em center;background-repeat:no-repeat;background-size:.9375em auto;border:none;border-radius:.5em;color:var(--gray-1);cursor:pointer;font-size:1em;height:2.25em;padding:0 2em 0 .875em;width:100%}@media screen and (max-width:576px){.tour-filter__bottom{display:none}.tour-filter__mob-toggle{align-items:center;background:var(--white);border-radius:.5rem;display:flex;font-weight:700;height:3.875em;padding:0 1em}.tour-filter__mob-toggle img{margin-right:.5em;width:1.25em}.tour-sub-pages .tour-filter__top--external-hotels .tour-filter__mob-toggle{grid-column:1/-1}._open-mob-filter{overflow-y:hidden}._open-mob-filter .tour-main{z-index:100}._open-mob-filter .mob-filter{opacity:1;pointer-events:unset}.mob-filter{background:var(--gray-6);color:var(--gray-1);display:flex;flex-direction:column;height:var(--full-vh);left:0;opacity:0;overflow-y:auto;padding:1.875em;pointer-events:none;position:fixed;top:0;transition:opacity .3s;width:100%;z-index:100}.mob-filter__top{align-items:center;display:flex;margin-bottom:1.875em}.mob-filter__top-icon{margin-right:.625em;width:1.25em}.mob-filter__close{align-items:center;display:flex;justify-content:center;margin-left:auto;width:2em}.mob-filter__close img{margin-left:auto;width:100%}.mob-filter__grid{background-color:var(--white);border:1px solid var(--gray-4);border-radius:.5em;gap:0;grid-template-columns:100%}.mob-filter .filter-item2{border-bottom:1px solid var(--gray-4)}.mob-filter .filter-item2:last-child{border-bottom:none}.mob-filter .filter-item__show input,.mob-filter .rating-item{background-color:transparent}.mob-filter__bottom{display:grid;gap:.5em;grid-template-columns:repeat(2,calc(50% - .25em));margin-top:auto;padding-top:2em}.mob-filter__btn{border-radius:.5em;height:3em;padding:0}.mob-filter__btn span{font-size:1em}.rating-item{border-bottom:1px solid var(--gray-4);border-radius:0;height:3em}.filter-item2 .filter-item__show{font-weight:700}.filter-item2 .filter-item__show input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none' viewBox='0 0 6 12'%3E%3Cpath fill='%23333' d='M.22 9.97a.75.75 0 1 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06L1.28.97A.75.75 0 0 0 .22 2.03L4.19 6z'/%3E%3C/svg%3E");background-size:.375em auto;border-radius:0;font-size:1em;font-weight:700;height:3em}.filter-item2 .m-check,.filter-item2 .m-radio{align-items:center;border-bottom:1px solid var(--gray-4);display:flex;min-height:3em}}.hotel-select__search input{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cpath stroke='%23828282' stroke-linecap='round' stroke-width='1.25' d='m13.685 12.882 3.382 3.368m-7.5-10.833A3.333 3.333 0 0 1 12.9 8.75m2.5 0a5.833 5.833 0 1 0-11.667 0 5.833 5.833 0 0 0 11.667 0Z'/%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;background-size:1.67em auto;border:none;border-bottom:1px solid var(--gray-5);color:var(--gray-1);font-size:.75em;height:3.33em;padding:0 0 0 2em;text-transform:uppercase;width:100%}@media screen and (max-width:1024px) and (min-width:577px){.this-very-custom-border-radius-values input{border-bottom-right-radius:0!important;border-top-right-radius:0!important}}.dp__input,.dp__main{font-family:var(--font1),sans-serif}.dp--clear-btn,.dp__input_icon{display:none}:root{--dp-font-family:var(--font1),sans-serif}.service-select__top[data-v-6aa56b56]{padding-bottom:.25em}.service-select__btn[data-v-6aa56b56]{align-items:center;border-bottom:.2em solid transparent;color:var(--black);display:flex;font-size:.9em;font-weight:700;margin-right:.625em;padding-bottom:.2em}.service-select__btn.active[data-v-6aa56b56]{border-bottom:.2em solid var(--gray-3)}.service-select__btn .count-container[data-v-6aa56b56]{align-items:center;display:flex}.service-select__btn .count-container .count[data-v-6aa56b56]{align-items:center;background:#5c6672;border-radius:.8em;box-sizing:border-box;color:#fff;display:flex;font-size:.9em;height:1.4em;justify-content:center;margin-left:.4em;min-width:1.4em;padding:0 .4em}.service-select__btn .count-container .count--light[data-v-6aa56b56]{background:#d2d2d2;color:#000}.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.vue-recycle-scroller__slot{-webkit-box-flex:1;-ms-flex:auto 0 0px;flex:auto 0 0}.vue-recycle-scroller__item-wrapper{-webkit-box-flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex:1;flex:1;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{left:0;position:absolute;top:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.resize-observer[data-v-b329ee4c]{background-color:transparent;border:none;opacity:0}.resize-observer[data-v-b329ee4c],.resize-observer[data-v-b329ee4c] object{display:block;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.hotel-select__items[data-v-0f18990a]::-webkit-scrollbar{height:.5em;width:.5em}.hotel-select__items[data-v-0f18990a]::-webkit-scrollbar-track{background:transparent;border-radius:0}.hotel-select__items[data-v-0f18990a]::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:.25em}.hotel-select__items[data-v-0f18990a]{height:100%}@media screen and (max-width:576px){.hotel-select__items[data-v-0f18990a]{height:calc(var(--vh)*100 - 12em)}}.prop-item,.prop-item__icon{align-items:center;display:flex}.prop-item__icon{background-color:var(--white);border-radius:50%;flex-shrink:0;height:2.75em;justify-content:center;margin-right:.625em;width:2.75em}.prop-item__icon img{width:1.5em}@media screen and (max-width:1024px){.prop-item__icon{height:2.25em;width:2.25em}.prop-item__icon img{width:1.23em}}.filter-item__dropdown:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='8' fill='none' viewBox='0 0 17 8'%3E%3Cpath fill='%23fff' d='m8.804 0 8 8h-16z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% auto;bottom:100%;content:"";height:.5em;left:2.5em;margin-bottom:-1px;position:absolute;width:1em}.dp__inner_nav{background-color:transparent!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' fill='none' viewBox='0 0 21 14'%3E%3Cpath fill='%2334AFF7' d='M7.619.256a.875.875 0 0 0-1.238 0L.256 6.381a.875.875 0 0 0 0 1.238l6.125 6.125a.875.875 0 0 0 1.238-1.238L2.987 7.875h17.138a.875.875 0 0 0 0-1.75H2.987L7.62 1.494a.875.875 0 0 0 0-1.238'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:100% auto!important;font-size:2em;height:.5em;width:.4375em}.dp__instance_calendar:nth-child(2) .dp__inner_nav{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' fill='none' viewBox='0 0 21 14'%3E%3Cpath fill='%2334AFF7' d='M13.381.256a.875.875 0 0 1 1.238 0l6.125 6.125a.875.875 0 0 1 0 1.238l-6.125 6.125a.875.875 0 1 1-1.238-1.238l4.632-4.631H.875a.875.875 0 1 1 0-1.75h17.138L13.38 1.494a.875.875 0 0 1 0-1.238'/%3E%3C/svg%3E")!important}.filter-item2 .filter-item__show input{background-color:var(--white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%23333' d='M4.513 4.837a.583.583 0 1 0-.825.825l3.5 3.5a.583.583 0 0 0 .825 0l3.5-3.5a.583.583 0 1 0-.825-.825L7.601 7.925z'/%3E%3C/svg%3E");background-position:right .875em center;background-repeat:no-repeat;background-size:.9375em auto;border:none;border-radius:.5em;color:var(--gray-1);cursor:pointer;font-size:1em;height:2.25em;padding:0 2em 0 .875em;width:100%}@media screen and (max-width:576px){.tour-filter__bottom{display:none}.tour-filter__mob-toggle{align-items:center;background:var(--white);border-radius:.5rem;display:flex;font-weight:700;height:3.875em;padding:0 1em}.tour-filter__mob-toggle img{margin-right:.5em;width:1.25em}.tour-sub-pages .tour-filter__top--external-hotels .tour-filter__mob-toggle{grid-column:1/-1}._open-mob-filter{overflow-y:hidden}._open-mob-filter .tour-main{z-index:100}._open-mob-filter .mob-filter{opacity:1;pointer-events:unset}.mob-filter{background:var(--gray-6);color:var(--gray-1);display:flex;flex-direction:column;height:var(--full-vh);left:0;opacity:0;overflow-y:auto;padding:1.875em;pointer-events:none;position:fixed;top:0;transition:opacity .3s;width:100%;z-index:100}.mob-filter__top{align-items:center;display:flex;margin-bottom:1.875em}.mob-filter__top-icon{margin-right:.625em;width:1.25em}.mob-filter__close{align-items:center;display:flex;justify-content:center;margin-left:auto;width:2em}.mob-filter__close img{margin-left:auto;width:100%}.mob-filter__grid{background-color:var(--white);border:1px solid var(--gray-4);border-radius:.5em;gap:0;grid-template-columns:100%}.mob-filter .filter-item2{border-bottom:1px solid var(--gray-4)}.mob-filter .filter-item2:last-child{border-bottom:none}.mob-filter .filter-item__show input,.mob-filter .rating-item{background-color:transparent}.mob-filter__bottom{display:grid;gap:.5em;grid-template-columns:repeat(2,calc(50% - .25em));margin-top:auto;padding-top:2em}.mob-filter__btn{border-radius:.5em;height:3em;padding:0}.mob-filter__btn span{font-size:1em}.rating-item{border-bottom:1px solid var(--gray-4);border-radius:0;height:3em}.filter-item2 .filter-item__show{font-weight:700}.filter-item2 .filter-item__show input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none' viewBox='0 0 6 12'%3E%3Cpath fill='%23333' d='M.22 9.97a.75.75 0 1 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06L1.28.97A.75.75 0 0 0 .22 2.03L4.19 6z'/%3E%3C/svg%3E");background-size:.375em auto;border-radius:0;font-size:1em;font-weight:700;height:3em}.filter-item2 .m-check,.filter-item2 .m-radio{align-items:center;border-bottom:1px solid var(--gray-4);display:flex;min-height:3em}}.hotel-select__search input{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cpath stroke='%23828282' stroke-linecap='round' stroke-width='1.25' d='m13.685 12.882 3.382 3.368m-7.5-10.833A3.333 3.333 0 0 1 12.9 8.75m2.5 0a5.833 5.833 0 1 0-11.667 0 5.833 5.833 0 0 0 11.667 0Z'/%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;background-size:1.67em auto;border:none;border-bottom:1px solid var(--gray-5);color:var(--gray-1);font-size:.75em;height:3.33em;padding:0 0 0 2em;text-transform:uppercase;width:100%}@media screen and (min-width:577px){.tour-filter--kalingrad .tour-filter__top-col{grid-template-columns:calc(100% - 20em) 20em}.tour-filter--kalingrad .tour-filter__middle{display:block}}.tour-type-select{grid-column:1/-1}@media screen and (min-width:577px){.tour-type-select .filter-item__dropdown{height:auto;padding-bottom:1.75em;padding-top:2.5em}.tour-type-select .filter-item__scroll{height:auto}}.tour-type-select__items{display:grid;grid-template-columns:repeat(4,calc(25% - .25em));justify-content:space-between}.tour-type-select__label{color:var(--gray-3);left:.875em;position:absolute;text-transform:uppercase;top:.75em}.tour-type-select__label span{font-size:.75em;letter-spacing:-.01em;line-height:150%}@media screen and (min-width:577px){.tour-filter--kalingrad-flight .tour-filter__top-col{grid-template-columns:calc(100% - 33.75em) 12.5em 8.75em 12.5em}.tour-filter--kalingrad-flight .tour-filter__middle{display:block}.tour-filter--kalingrad-excursion .tour-filter__top-col{grid-template-columns:18.75em calc(100% - 31.25em) 12.5em}.tour-filter--kalingrad-excursion .tour-filter__middle{display:block}.tour-filter--kalingrad-hotels .tour-filter__top-col{grid-template-columns:1fr 1fr}.tour-filter--kalingrad-hotels .tour-filter__middle{display:block}.tour-filter--kalingrad-hotels .mob-filter__grid{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:1024px) and (min-width:577px){.tour-filter--kalingrad .tour-filter__top-col{grid-template-columns:calc(100% - 13.75em) 13.75em}}@media screen and (max-width:1024px){.tour-type-select__items{grid-template-columns:repeat(3,calc(33.33333% - .25em))}}@media screen and (max-width:1024px) and (min-width:577px){.tour-filter--kalingrad-flight .tour-filter__top-col{grid-template-columns:calc(100% - 23.75em) 9.75em 5.25em 8.75em}.tour-filter--kalingrad-excursion .tour-filter__top-col{grid-template-columns:12.5em calc(100% - 21.25em) 8.75em}}@media screen and (max-width:576px){.tour-type-select__items{grid-template-columns:100%}.tour-type-select__label{display:none}.month-select,.tour-filter--kalingrad-hotels .dates-select{grid-column:1/-1}}.progress[data-v-aa5467ec]{background-color:#ddd;width:100%}.progress .bar[data-v-aa5467ec]{background-color:#04aa6d;color:#fff;height:30px;line-height:30px;text-align:center;transition:width 1s linear;width:10%}.resort-card{border:1px solid var(--gray-5);border-radius:1.5em;overflow:hidden}.resort-card__top{display:grid;grid-template-columns:26.125em calc(100% - 26.125em)}.resort-card__col{position:relative}.resort-card__col2{display:flex;flex-direction:column;padding:1.5em}.resort-card__img{display:block;min-height:100%;padding-bottom:75.11%;position:relative}.resort-card__img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.resort-card__img:first-child~.resort-card__img{display:none}.resort-card__fullscreen{align-items:center;background:#33333340;border-radius:.5em;display:flex;height:2.25em;justify-content:center;left:1.5em;pointer-events:none;position:absolute;top:1.5em;width:2.25em;z-index:2}.resort-card__fullscreen img{width:1.5em}.resort-card .resort-badges{bottom:1.5em;left:1.5em;position:absolute}.resort-card__action{margin-bottom:.5em}.resort-card__title{align-items:flex-start;display:flex;gap:2em}.resort-card__score{background:var(--white);border:1px solid var(--green-2);border-radius:.875em;height:1.375em;margin-left:.5em;padding:0 .5em}.resort-card__subtitle{margin-top:.5em}.resort-card__text{margin-top:1.25em}.resort-card__action2{margin-top:auto;padding-top:1em}.resort-card__price{align-items:flex-end;display:flex}.resort-card__price-num{color:var(--link);font-size:2em;font-weight:700;margin:0 .17em 0 .22em}.resort-card__price-desc{font-size:1.125em;padding-bottom:.25em}.resort-card__tab,.resort-card__tab2{align-items:center;border-radius:1.375em;display:flex;height:1.75em;justify-content:center;padding:0 1.25em}.resort-card__tab{color:var(--link)}.resort-card__tab:hover{color:var(--accent)}.resort-card__tab._active{color:var(--gray-1);pointer-events:none}.resort-card__tab2{margin-left:2.5em}.resort-card__tab2._active{border-color:var(--gray-1);color:var(--gray-1);pointer-events:none}.resort-card__arrow{display:none}.resort-card__bottom,.resort-card__nav{border-top:1px solid var(--gray-5)}.resort-card__nav{padding:1.25em 0}.resort-map__top img{display:block;width:100%}.resort-map__top ._view2,.resort-map__top ._view3{display:none}.resort-weather{align-items:center;display:flex;gap:1em;justify-content:space-between;max-width:100%}.resort-weather__item img{margin-right:.1em;width:1.5em}@media screen and (max-width:1024px){.resort-card__top{grid-template-columns:16.25em calc(100% - 16.25em)}.resort-card__col2{padding:1.25em}.resort-card__img{padding-bottom:100%}.resort-card__fullscreen{height:1.875em;width:1.875em}.resort-card__fullscreen img{width:1.25em}.resort-card__score{height:1.25em}.resort-card__text{margin-top:1em}.resort-card__price-num{font-size:1.75em}.resort-card__price-desc{font-size:1em;padding-bottom:.14em}.resort-card__tab,.resort-card__tab2{height:1.6875em}.resort-card__tab span,.resort-card__tab2 span{font-size:1em}.resort-card__tab{margin-left:.75em;padding:0}.resort-card__tab2{margin-left:1.25em;padding:0 1em}.resort-card .resort-badge{height:2em;width:2em}.resort-card .resort-badge img{width:1.25em}.resort-card__nav{padding:1em 0}.resort-card__nav .resort-card__tab{margin:0}.resort-card__main-img{height:100%}.resort-map__top ._view2{display:block}.resort-map__top ._view1{display:none}}@media screen and (max-width:576px){.resort-card__top{grid-template-columns:100%}.resort-card__col2{padding:1.375em}.resort-card__img{padding-bottom:56.2%}.resort-card__buttons{display:none}.resort-card__arrow{align-items:center;display:flex;justify-content:center;width:1.5em}.resort-card__arrow img{width:100%}.resort-card__bottom,.resort-card__nav{display:none}.resort-map__top ._view3{display:block}.resort-map__top ._view2{display:none}.resort-weather__item img{width:2em}}.flight-item[data-v-3c11348c]{align-items:center;border-top:1px dashed var(--gray-5);display:grid;grid-template-columns:13.75em calc(100% - 28em) 12.5em 1.75em;padding:1.25em 0}.flight-item[data-v-3c11348c]:last-child{border-bottom:1px dashed var(--gray-5)}.flight-item__companies[data-v-3c11348c]{gap:.375em;margin-right:.625em}.flight-item__companies[data-v-3c11348c],.flight-item__icon[data-v-3c11348c]{align-items:center;display:flex;flex-shrink:0}.flight-item__icon[data-v-3c11348c]{background-color:var(--white);border-radius:50%;justify-content:center;width:2.75em}.flight-item__icon img[data-v-3c11348c]{border-radius:100%;padding:.1em;width:100%}.flight-item__info-icon[data-v-3c11348c]{cursor:pointer}.flight-item__info-icon img[data-v-3c11348c]{display:block;width:100%}@media screen and (max-width:1024px){.flight-item[data-v-3c11348c]{grid-template-columns:12.5em calc(100% - 25.25em) 11.25em 1.5em}.flight-item__icon[data-v-3c11348c]{width:2.25em}}@media screen and (max-width:576px){.flight-item[data-v-3c11348c]{border-style:solid!important;gap:1.25em 0;grid-template-columns:12.5em 11.25em 1.5em;justify-content:space-between}.flight-item__col2[data-v-3c11348c]{grid-column:1/-1;order:2}.flight-item__col2 .flight-item__content[data-v-3c11348c]{align-items:center;display:flex}.flight-item__col2 .flight-item__desc[data-v-3c11348c]{margin-left:1.25em}}.flight-details[data-v-3c11348c]{-moz-column-gap:2em;column-gap:2em;display:grid;grid-template-columns:auto auto;margin-bottom:1em;padding:1em}.flight-details__item[data-v-3c11348c]{align-items:center;display:flex}.flight-details__item img[data-v-3c11348c]{border-radius:100%}.flight-details__datetime_desc[data-v-3c11348c]{margin-left:1em}.flight-details__duration_desc[data-v-3c11348c]{margin-top:1em}.flight-details__departure_desc[data-v-3c11348c]{align-items:start;margin-top:2em}.flight-details__transfer_label[data-v-3c11348c]{grid-column:span 2;justify-content:center;margin-top:2em}.flight-details__path[data-v-3c11348c]{text-align:center}.flight-details__path-point[data-v-3c11348c]{align-items:center;background-color:#e8ecef;border-radius:20px;box-sizing:border-box;display:flex;flex-basis:20px;height:20px;justify-content:center;width:20px}.flight-details__path-point[data-v-3c11348c]:before{background-color:#abb5bc;border:1px solid #abb5bc;border-radius:12px;box-sizing:border-box;content:"";display:block;height:12px;width:12px}.flight-details__path-point--start[data-v-3c11348c]{margin-bottom:.5em}.flight-details__path-point--end[data-v-3c11348c]:before{background-color:#fff}.flight-details__path-line[data-v-3c11348c]{color:#abb5bc}.flights-list[data-v-0d5db721]{padding:10px}.flights-list__sticky-head[data-v-0d5db721]{background:var(--white,#fff);box-shadow:0 1px 0 0 var(--gray-5,#e8ecef);position:sticky;top:0;z-index:2}.flights-list__route-row[data-v-0d5db721]{align-items:center;display:flex;gap:10px;justify-content:space-between;padding:10px}.flights-list__route[data-v-0d5db721]{font-size:1em;font-weight:600}.flights-list__close-btn[data-v-0d5db721]{background:none;border:none;cursor:pointer;flex-shrink:0;padding:4px}.flights-list__header[data-v-0d5db721]{display:grid;gap:10px;grid-template-columns:repeat(4,1fr);padding:10px}.flights-list__body[data-v-0d5db721]{max-height:400px;overflow-y:auto}.flights-list__row[data-v-0d5db721]{align-items:center;border-top:1px dashed var(--gray-5,#e8ecef);display:grid;gap:10px;grid-template-columns:repeat(4,1fr);padding:10px}.flights-list__cell--companies[data-v-0d5db721]{align-items:center;display:flex;flex-wrap:wrap;gap:.5em}@media screen and (max-width:576px){.flights-list__row[data-v-0d5db721]{grid-template-columns:1fr 1fr auto 3fr}}.flight-item__icon[data-v-0d5db721]{align-items:center;background-color:var(--white,#fff);border-radius:50%;display:flex;flex-shrink:0;height:2.75em;justify-content:center;width:2.75em}.flight-item__icon img[data-v-0d5db721]{border-radius:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:.1em;width:100%}.tour-detail__cart[data-v-3765ee38]{display:none;margin-top:1.25em}.tour-detail__cart svg[data-v-3765ee38]{margin-right:.5em;width:1.5em}.tour-detail__cart.active[data-v-3765ee38]{color:var(--accent)}.tour-detail__cart.active path[data-v-3765ee38]{stroke:var(--accent)}@media screen and (max-width:576px){.tour-detail__cart[data-v-3765ee38]:not(.active){color:var(--link)}.tour-detail__cart:not(.active) path[data-v-3765ee38]{stroke:var(--link)}}.tour-order{margin-top:2.5em}.tour-order__content{display:grid;gap:2.5em;grid-template-columns:100%;margin-top:2.5em}.tour-order__tab{align-items:center;border:1px solid var(--gray-3);display:flex;font-weight:700;height:3.25em;justify-content:center;padding:0 1.5em}.tour-order__tab:hover{background-color:var(--gray-5)}.tour-order__tab._active{background-color:var(--gray-3);color:var(--white);pointer-events:none}.tour-order__tab:first-child{border-bottom-left-radius:.5em;border-top-left-radius:.5em}.tour-order__tab:last-child{border-bottom-right-radius:.5em;border-top-right-radius:.5em}.tour-order__info{display:grid;gap:1em;grid-template-columns:100%}.tour-order__info-desc{max-width:51em}.tour-order .fg label{color:var(--gray-3)}.tour-order .fg input{color:#2d3648;font-weight:700}@media screen and (min-width:1025px){.tour-order .fg input{font-size:1.125em;height:3.55em;padding-left:.55em;padding-top:1.125em}}.tourist-form{display:grid;gap:2.5em;grid-template-columns:repeat(2,calc(50% - 1.25em))}.tourist-form__top{height:1.4em}.tourist-form__radios .m-check label,.tourist-form__radios .m-radio label{align-items:center;display:flex;padding-left:1.625em}.tourist-form__radios .m-radio{margin-left:.5em}.tourist-form__group{display:grid;gap:.5em;grid-template-columns:calc(100% - 9.25em) 8.75em}.tourist-form__group--type2{grid-template-columns:auto 8.75em 8.75em 8.75em}.tourist-form__group--type3{grid-template-columns:auto 8.75em 8.75em}.tourist-form__group--disabled{opacity:.5;pointer-events:none}.buyer{display:grid;gap:3.75em;grid-template-columns:repeat(2,calc(50% - 1.875em))}.buyer__form{display:grid;gap:1em;grid-template-columns:repeat(2,calc(50% - .5em))}.buyer__radios{display:grid;gap:.5em;grid-template-columns:100%}.buyer .m-radio label{align-items:center;display:flex}.buyer .m-check a{text-decoration:none}.buyer__btn{padding:0 2.91em}.buyer__conf{max-width:22em}.buyer-summary{background:var(--accent-light);border-radius:1.5em;padding:1.5em 2.5em}.buyer-summary .tour-detail__props2{gap:.75em;margin-top:.75em}.buyer-summary .tour-detail__speed{margin-top:.75em}.buyer-summary .tour-detail__speed img{width:1.5em}.buyer-promo-code .fg{width:16.2em}.buyer-promo-code .fg textarea{height:4.5em}@media screen and (max-width:1024px){.buyer,.tourist-form{gap:1.875em;grid-template-columns:repeat(2,calc(50% - .9375em))}.tourist-form__group{grid-template-columns:calc(100% - 7.6875em) 7.1875em}.tourist-form__group--type2{grid-template-columns:auto 7.1875em 7.1875em 7.1875em}.buyer__form{gap:.75em .5em;grid-template-columns:repeat(2,calc(50% - .25em))}.buyer__title{margin-top:.75em}}@media screen and (max-width:576px){.buyer,.tourist-form{grid-template-columns:100%}.buyer__nav{justify-content:center;margin-top:1.875em}}.variants__top{padding:1.25em 1.25em 0}.countries{padding-bottom:5em}.countries__grid{display:grid;gap:2.5em 2em;grid-template-columns:repeat(6,calc(16.66667% - 1.66667em))}.country-item{align-items:center;color:var(--link);display:flex}.country-item__icon{flex-shrink:0;margin-right:.75em;width:2.5em}.country-item__icon img{width:100%}@media screen and (max-width:1024px){.countries__grid{grid-template-columns:repeat(4,calc(25% - 1.5em))}}@media screen and (max-width:576px){.countries{padding-bottom:2.5em}.countries .h2{font-size:1.75em}.countries__grid{grid-template-columns:repeat(2,calc(50% - 1em))}}@media screen and (max-width:576px){.review-card__text-row{display:block}.review-card__info{margin:.5em 0 0}.review-card__ages{display:unset}.review-card__desc{font-size:.875em;width:110%}.review-card__desc ._view1{display:block}.review-card__desc ._view2{display:none}}.callback-modal{overflow-y:auto;padding:1em 0;text-align:center;transition:opacity .3s;z-index:80}.callback-modal,.callback-modal__bg{height:var(--full-vh);left:0;position:fixed;top:0;width:100%}.callback-modal__bg{background-color:var(--black);opacity:.5}.callback-modal__dialog{text-align:left;vertical-align:middle}.callback-modal._active{opacity:1;pointer-events:unset}.callback-modal._active .modal__bg{display:block}.callback-modal__dialog{background:var(--white);border-radius:1.5em;display:inline-block;max-width:calc(100% - 5em);position:relative;width:75em;z-index:3}.callback-modal__bottom,.callback-modal__top{padding:3.75em}.callback-modal .close-btn{position:absolute;right:1.25em;top:1.25em}.callback-modal__content{display:grid;gap:3.75em;grid-template-columns:100%;margin-top:3.75em}.callback-modal__back{color:var(--link)}.callback-modal__back svg{margin-right:.5em;width:.9375em}.callback-modal__back:hover{color:var(--accent)}.callback-modal__back:hover path{fill:var(--accent)}.callback-modal__title{align-items:flex-start;display:flex}.callback-modal__detail{background:var(--gray-6);border-bottom:1px solid var(--gray-5);border-top:1px solid var(--gray-5);display:grid;gap:2.5em;grid-template-columns:calc(100% - 17.5em) 15em;padding:2.5em 3.75em 0}.callback-detail{margin-top:2.5em}.callback-detail__content{display:grid;gap:2.5em;grid-template-columns:100%;margin-top:2.5em}.callback-detail .fg label{color:var(--gray-3)}.callback-detail .fg input{color:#2d3648;font-weight:700}@media screen and (min-width:1025px){.callback-detail .fg input{font-size:1.125em;height:3.55em;padding-left:.55em;padding-top:1.125em}}.callback-form{display:grid;gap:3.75em;grid-template-columns:repeat(2,calc(50% - 1.875em))}.callback-form__form{display:grid;gap:1em;grid-template-columns:repeat(2,calc(50% - .5em))}.callback-form .m-check a{text-decoration:none}.callback-form__btn{padding:0 2.91em}.callback-form__conf{max-width:22em}@media screen and (max-width:1024px){.callback-modal__bottom,.callback-modal__top{padding:2.5em 1.875em}.callback-modal .close-btn{right:1.125em;top:1.125em}.callback-modal__content{gap:2.5em;margin-top:2.5em}.callback-modal__detail{display:block;padding-left:1.875em;padding-right:1.875em}.callback-form{gap:1.875em;grid-template-columns:repeat(2,calc(50% - .9375em))}.callback-form__form{gap:.75em .5em;grid-template-columns:repeat(2,calc(50% - .25em))}.callback-form__title{margin-top:.75em}}@media screen and (max-width:576px){.callback-form{grid-template-columns:100%}.callback-form__nav{justify-content:center;margin-top:1.875em}}.contact-info-content[data-v-f631e639],.contact-info-content[data-v-f631e639] .feedback__text-us,.contact-info-content[data-v-f631e639] .feedback__boss,.contact-info-content[data-v-f631e639] .feedback__subtitle{margin-bottom:24px}.contacts-info__grid{display:grid;gap:2em;grid-template-columns:19em calc(100% - 21em)}.contacts-info__col2{padding-top:.75em}.contacts-info__phone{font-size:2.25em;font-weight:700;line-height:130%}.contacts-info__desc{margin-top:.75em}.feedback__grid{display:grid;gap:3.75em;grid-template-columns:40em 31.3125em;justify-content:space-between}.feedback__text-us{display:flex}.feedback__text-us .text20{margin-right:1em}.feedback__text-us .text20:last-child{margin-right:0}.feedback__boss{margin-top:.75em}.feedback__boss-items{margin-left:1.25em}.feedback__boss-split{margin:0 .5em}.feedback__subtitle{margin-top:5.5em;max-width:23em}.feedback .socials{margin-top:1.625em}.offices__items{display:grid;gap:3.75em;grid-template-columns:100%}.map{height:41.875em;overflow:hidden}.map img{display:block;height:100%;width:auto}.office-card._open .office-card__top img{transform:rotate(-180deg)}.office-card__top{cursor:pointer}.office-card__top img{margin-left:.75em;transition:transform .3s;width:1.5em}.office-card__bottom{display:grid;gap:.5em;grid-template-columns:100%;margin-top:.5em}.office-card__inner{padding:1.25em 0}.office-card__grid{display:grid;gap:2em;grid-template-columns:37.5em calc(100% - 39.5em)}.office-card__img img{border-radius:1.5em;display:block;width:100%}.office-card__phone .text22{margin-right:.5em}.office-card__buttons .text18{margin-right:.75em}.office-card__buttons .text18:last-child{margin-right:0}.office-card__managers{display:grid;gap:2em;grid-template-columns:100%;margin-top:2em}.manager-item{display:flex}.manager-item__img{flex-shrink:0;height:5.625em;margin-right:.75em;width:5.625em}.manager-item__img img{height:100%;margin-right:.75em;-o-object-fit:cover;object-fit:cover;width:100%}.manager-item__phone{margin-top:.125em}.manager-item .socials{margin-top:.5em}.manager-item .socials__item{height:1.5em;width:1.5em}.manager-item .socials__item:not(:last-child){margin:0 .375em 0 0}@media screen and (max-width:1024px){.contacts-info__phone{font-size:2.125em}.contacts-info__desc{margin-top:.625em}.feedback__grid{grid-template-columns:100%}.feedback__subtitle{margin-top:2.5em}.office-card__grid{grid-template-columns:100%;max-width:30em}}@media screen and (max-width:576px){.contacts-info__grid{grid-template-columns:100%}.contacts-info__col2{padding:0}.contacts-info__phone{font-size:2em}.contacts-info__desc span{display:block;line-height:inherit}.feedback__boss{display:block}.feedback__boss-items{margin:.25em 0 0}.feedback__subtitle{max-width:21em}}.form-error-message{color:red}.office-card__phone .text18{margin-right:.5rem}.file-input-single[data-v-2b4e4c55]{display:inline-block;position:relative;width:auto}.file-input-single input[data-v-2b4e4c55]{bottom:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%;z-index:2}.image[data-v-2b4e4c55]{border:1px solid #a0a0a0;border-radius:10px;display:inline-block;padding:4px;position:relative;width:160px}.image-style[data-v-2b4e4c55]{height:150px;-o-object-fit:cover;object-fit:cover;width:150px}.cross-icon[data-v-2b4e4c55]{cursor:pointer;position:absolute;right:0;top:0}.images[data-v-602a1e75]{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.image[data-v-602a1e75],.images[data-v-602a1e75]{position:relative}.image[data-v-602a1e75]{margin-bottom:10px;margin-left:10px;margin-right:10px}.image-container[data-v-602a1e75]{border:1px solid #a0a0a0;border-radius:10px;padding:4px}.image-style[data-v-602a1e75]{height:150px;-o-object-fit:cover;object-fit:cover;width:150px}.cross-icon[data-v-602a1e75]{cursor:pointer;position:absolute;right:0;top:0}.reviews{overflow:hidden}.reviews__text{margin-top:1.25em;max-width:48em}.reviews__desc{line-height:128%}.reviews__items{display:grid;gap:2em;grid-template-columns:100%}.reviews__items .review-card__images{grid-template-columns:repeat(8,12.5%)}@media screen and (min-width:577px){.reviews__items .review-card__img:nth-child(4){border-radius:0}.reviews__items .review-card__img:nth-child(8){border-bottom-right-radius:1.5em;border-top-right-radius:1.5em}}.reviews__add{padding:0 3.5em}.reviews-slider .review-card{display:flex;flex-direction:column;min-height:var(--review-card-initial-height)}.reviews-slider .swiper-wrapper{align-items:flex-start}.reviews-slider .swiper-slide{display:flex;height:auto;width:42em}.reviews-slider .swiper-slide>*{width:100%}@media screen and (min-width:1025px){.reviews-slider{margin-left:-62em;width:220em}.reviews-slider .swiper-button-next{right:78em!important}.reviews-slider .swiper-button-prev{right:80.5em!important}}.review-card{background:linear-gradient(180deg,#e4108033,#e4108000);border:1px solid #facfe6;border-radius:2.5625em;padding:1.5em}.review-card__top{align-items:center;display:flex}.review-card .avatar{margin-right:1em}.review-card__text{padding-right:1em}.review-card__text-row{align-items:flex-end;display:flex}.review-card__text-row2{margin-top:.44em}.review-card__name{line-height:90%}.review-card__info{margin-left:.67em}.review-card__desc{font-size:1em;line-height:150%}.review-card__desc ._view2{display:none}.review-card__source{align-self:flex-start;flex-shrink:0;margin-left:auto;width:2.25em}.review-card__source img{display:block;width:100%}.review-card__opinion{margin-top:1.25em}.review-card__images{display:grid;grid-template-columns:repeat(4,25%);margin-top:1.25em}.review-card__img{display:block;padding-bottom:100%;position:relative}.review-card__img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.review-card__reply{margin-top:2.5em}.review-card__reply-text{margin-top:.5em}.review-card__img:not(.swiper-slide *):only-child{border-radius:var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(2),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(3),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(4),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(5),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(6),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(7),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(8){border-radius:var(--gallerBorderRadius) 0 0 var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(2)~.review-card__img:not(.swiper-slide *):last-child,.review-card__img:not(.swiper-slide *):first-child:nth-last-child(3)~.review-card__img:not(.swiper-slide *):last-child,.review-card__img:not(.swiper-slide *):first-child:nth-last-child(4)~.review-card__img:not(.swiper-slide *):last-child,.review-card__img:not(.swiper-slide *):first-child:nth-last-child(5)~.review-card__img:not(.swiper-slide *):last-child,.review-card__img:not(.swiper-slide *):first-child:nth-last-child(6)~.review-card__img:not(.swiper-slide *):last-child,.review-card__img:not(.swiper-slide *):first-child:nth-last-child(7)~.review-card__img:not(.swiper-slide *):last-child,.review-card__img:not(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:not(.swiper-slide *):last-child{border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(9){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:not(.swiper-slide *):nth-child(8){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:not(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(10){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:not(.swiper-slide *):nth-child(8){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:not(.swiper-slide *):nth-child(9){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:not(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(11){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:not(.swiper-slide *):nth-child(8){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:not(.swiper-slide *):nth-child(9){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:not(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(12){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:not(.swiper-slide *):nth-child(8){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:not(.swiper-slide *):nth-child(9){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:not(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}@media screen and (max-width:1024px){.review-card__img:not(.swiper-slide *):only-child{border-radius:var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(10),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(11),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(12),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(2),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(3),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(4),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(5),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(6),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(7),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(8),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(9){border-radius:var(--gallerBorderRadius) 0 0 var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:not(.swiper-slide *):nth-child(6),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:not(.swiper-slide *):nth-child(6),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:not(.swiper-slide *):nth-child(6),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(2)~.review-card__img:not(.swiper-slide *):last-child,.review-card__img:not(.swiper-slide *):first-child:nth-last-child(3)~.review-card__img:not(.swiper-slide *):last-child,.review-card__img:not(.swiper-slide *):first-child:nth-last-child(4)~.review-card__img:not(.swiper-slide *):last-child,.review-card__img:not(.swiper-slide *):first-child:nth-last-child(5)~.review-card__img:not(.swiper-slide *):last-child,.review-card__img:not(.swiper-slide *):first-child:nth-last-child(6)~.review-card__img:not(.swiper-slide *):last-child,.review-card__img:not(.swiper-slide *):first-child:nth-last-child(7)~.review-card__img:not(.swiper-slide *):nth-child(6),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:not(.swiper-slide *):nth-child(6),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:not(.swiper-slide *):nth-child(6){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}}@media screen and (max-width:576px){.review-card__img:not(.swiper-slide *):only-child{border-radius:var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(2),.review-card__img:not(.swiper-slide *):first-child:nth-last-child(3){border-radius:var(--gallerBorderRadius) 0 0 var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(2)~.review-card__img:not(.swiper-slide *):last-child,.review-card__img:not(.swiper-slide *):first-child:nth-last-child(3)~.review-card__img:not(.swiper-slide *):last-child{border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(4){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(4)~.review-card__img:not(.swiper-slide *):nth-child(3){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(4)~.review-card__img:not(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(5){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(5)~.review-card__img:not(.swiper-slide *):nth-child(3){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(5)~.review-card__img:not(.swiper-slide *):nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(5)~.review-card__img:not(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(6){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(6)~.review-card__img:not(.swiper-slide *):nth-child(3){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(6)~.review-card__img:not(.swiper-slide *):nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(6)~.review-card__img:not(.swiper-slide *):nth-child(5){border-radius:0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(6)~.review-card__img:not(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(7){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(7)~.review-card__img:not(.swiper-slide *):nth-child(3){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(7)~.review-card__img:not(.swiper-slide *):nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(7)~.review-card__img:not(.swiper-slide *):nth-child(5){border-radius:0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(7)~.review-card__img:not(.swiper-slide *):nth-child(6){border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(8){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:not(.swiper-slide *):nth-child(3){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:not(.swiper-slide *):nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:not(.swiper-slide *):nth-child(5){border-radius:0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:not(.swiper-slide *):nth-child(6){border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(9){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:not(.swiper-slide *):nth-child(3){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:not(.swiper-slide *):nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:not(.swiper-slide *):nth-child(5){border-radius:0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:not(.swiper-slide *):nth-child(6){border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(10){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:not(.swiper-slide *):nth-child(3){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:not(.swiper-slide *):nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:not(.swiper-slide *):nth-child(5){border-radius:0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:not(.swiper-slide *):nth-child(6){border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(11){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:not(.swiper-slide *):nth-child(3){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:not(.swiper-slide *):nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:not(.swiper-slide *):nth-child(5){border-radius:0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:not(.swiper-slide *):nth-child(6){border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(12){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:not(.swiper-slide *):nth-child(3){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:not(.swiper-slide *):nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:not(.swiper-slide *):nth-child(5){border-radius:0}.review-card__img:not(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:not(.swiper-slide *):nth-child(6){border-radius:0 0 var(--gallerBorderRadius) 0}}.review-card__img:is(.swiper-slide *):only-child{border-radius:var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(2),.review-card__img:is(.swiper-slide *):first-child:nth-last-child(3),.review-card__img:is(.swiper-slide *):first-child:nth-last-child(4){border-radius:var(--gallerBorderRadius) 0 0 var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(2)~.review-card__img:is(.swiper-slide *):last-child,.review-card__img:is(.swiper-slide *):first-child:nth-last-child(3)~.review-card__img:is(.swiper-slide *):last-child,.review-card__img:is(.swiper-slide *):first-child:nth-last-child(4)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(5){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(5)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(5)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(6){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(6)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(6)~.review-card__img:is(.swiper-slide *):nth-child(5){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(6)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(7){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(7)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(7)~.review-card__img:is(.swiper-slide *):nth-child(5){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(7)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(8){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:is(.swiper-slide *):nth-child(5){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(9){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:is(.swiper-slide *):nth-child(8){border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(10){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:is(.swiper-slide *):nth-child(8){border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:is(.swiper-slide *):nth-child(9){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:is(.swiper-slide *):nth-child(8){border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:is(.swiper-slide *):nth-child(9){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:is(.swiper-slide *):nth-child(9){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}@media screen and (max-width:576px){.review-card__img:is(.swiper-slide *):only-child{border-radius:var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(2){border-radius:var(--gallerBorderRadius) 0 0 var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(2)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(3){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(3)~.review-card__img:is(.swiper-slide *):nth-child(2){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(3)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(4){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(4)~.review-card__img:is(.swiper-slide *):nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(4)~.review-card__img:is(.swiper-slide *):nth-child(3){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(4)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(5){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(5)~.review-card__img:is(.swiper-slide *):nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(5)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(5)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(6){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(6)~.review-card__img:is(.swiper-slide *):nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(6)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(6)~.review-card__img:is(.swiper-slide *):nth-child(5){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(6)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(7){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(7)~.review-card__img:is(.swiper-slide *):nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(7)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(7)~.review-card__img:is(.swiper-slide *):nth-child(5){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(7)~.review-card__img:is(.swiper-slide *):nth-child(6){border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(7)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(8){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:is(.swiper-slide *):nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:is(.swiper-slide *):nth-child(5){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:is(.swiper-slide *):nth-child(6){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:is(.swiper-slide *):nth-child(7){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(8)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(9){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:is(.swiper-slide *):nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:is(.swiper-slide *):nth-child(5){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:is(.swiper-slide *):nth-child(6){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:is(.swiper-slide *):nth-child(7){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:is(.swiper-slide *):nth-child(8){border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(9)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(10){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:is(.swiper-slide *):nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:is(.swiper-slide *):nth-child(5){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:is(.swiper-slide *):nth-child(6){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:is(.swiper-slide *):nth-child(7){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:is(.swiper-slide *):nth-child(8){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:is(.swiper-slide *):nth-child(9){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(10)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:is(.swiper-slide *):nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:is(.swiper-slide *):nth-child(5){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:is(.swiper-slide *):nth-child(6){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:is(.swiper-slide *):nth-child(7){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:is(.swiper-slide *):nth-child(8){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:is(.swiper-slide *):nth-child(9){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:is(.swiper-slide *):nth-child(10){border-radius:0 0 var(--gallerBorderRadius) 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(11)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12){border-radius:var(--gallerBorderRadius) 0 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:is(.swiper-slide *):nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:is(.swiper-slide *):nth-child(4){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:is(.swiper-slide *):nth-child(5){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:is(.swiper-slide *):nth-child(6){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:is(.swiper-slide *):nth-child(7){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:is(.swiper-slide *):nth-child(8){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:is(.swiper-slide *):nth-child(9){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:is(.swiper-slide *):nth-child(10){border-radius:0}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:is(.swiper-slide *):nth-child(11){border-radius:0 0 0 var(--gallerBorderRadius)}.review-card__img:is(.swiper-slide *):first-child:nth-last-child(12)~.review-card__img:is(.swiper-slide *):last-child{border-radius:0 0 var(--gallerBorderRadius) 0}}.avatar{border-radius:1.5em;flex-shrink:0;height:5em;width:5em}.avatar img{border-radius:inherit;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:1024px){.reviews__text{max-width:42em}.reviews__items .review-card__images{grid-template-columns:repeat(6,16.6666666667%)}}@media screen and (max-width:1024px) and (min-width:577px){.reviews__items .review-card__img:nth-child(6){border-bottom-right-radius:1.5em;border-top-right-radius:1.5em}.reviews__items .review-card__img:nth-child(6)~.review-card__img{display:none}}@media screen and (max-width:1024px){.reviews__add{height:3.125em;padding:0 3.5em}.reviews__add span{font-size:1.125em}}@media screen and (max-width:1024px) and (min-width:577px){.reviews-slider{margin-left:-34em;width:110em}.reviews-slider .swiper-button-next{right:23em!important}.reviews-slider .swiper-button-prev{right:25.5em!important}}@media screen and (max-width:576px){.reviews__items .review-card__images{grid-template-columns:repeat(3,33.3333333333%)}.reviews__items .review-card__img:nth-child(6){border-bottom-right-radius:1.5em}.reviews__items .review-card__img:nth-child(6)~.review-card__img{display:none}.reviews__add{height:2.6875em;padding:0 2.125em}.reviews__add span{font-size:1em}.reviews-slider{margin-left:calc(-100% - 1em);width:calc(200% + 1em)}.reviews-slider .swiper-slide{width:50%}.reviews-slider .swiper-button-next{right:1em!important}.reviews-slider .swiper-button-prev{right:3.5em!important}.reviews-slider .swiper-button-next,.reviews-slider .swiper-button-prev{margin-bottom:1.33em!important}.review-card__ages,.review-card__desc ._view1{display:none}.review-card__desc ._view2{display:block}.review-card__images{border-radius:1.5em;grid-template-columns:50% 50%;overflow:hidden}.review-card__source{width:2em}}.add-review-form{display:grid;gap:2em;grid-template-columns:100%}.add-review-form .fg input{max-width:31.25em}.add-review-form .m-check{margin-bottom:1em}.add-review-form .m-check a{text-decoration:none}.add-review-form__btn{padding:0 5em}@media screen and (max-width:1024px){.add-review-form{gap:1.5em}.add-review-form .m-check{margin-bottom:1.5em}}.blog__items{display:grid;gap:3.75em;grid-template-columns:100%}.blog-card{display:grid;gap:1.25em 2em;grid-template-columns:26.125em calc(100% - 28.125em)}.blog-card__img{border-radius:1.5em;display:block;height:19.625em;padding:0;position:relative}.blog-card__img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.blog-card__content{display:flex;flex-direction:column}.blog-card__date{margin-bottom:1em}.blog-card__title{font-size:1.75em;font-weight:700;letter-spacing:-.01em}.blog-card__text{margin-top:1.25em}.blog-card__text p{line-height:120%}.blog-card__nav{margin-top:auto;padding-top:1.25em}.blog-card__link{padding:0 3.875em}.blog-card__link:hover path{fill:var(--white)}.blog-card__link svg{margin-left:.5em;width:1em}@media screen and (max-width:1024px) and (min-width:577px){.blog-card__text{overflow:hidden;line-clamp:6;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.blog-card__text p{display:inline}}@media screen and (max-width:576px){.blog__items{gap:2.5em}.blog-card{grid-template-columns:100%}.blog-card__date{margin-bottom:.75em}.blog-card__title{font-size:1.5em}.blog-card__link{height:2.75em}.blog-card__link span{font-size:1em}}.banner-card[data-v-d6c15471]{position:relative}.banner-card__link[data-v-d6c15471]{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.banner-card__top[data-v-d6c15471]{position:relative}.banner-card__img[data-v-d6c15471]{border-radius:1.5em;display:block;padding-bottom:75.1%;position:relative}.banner-card__img img[data-v-d6c15471]{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.banner-card__badge[data-v-d6c15471]{align-items:center;background-color:var(--white);border-radius:.875em;color:var(--accent);display:flex;height:1.75em;left:1.25em;padding:0 .75em;position:absolute;top:1.25em;z-index:2}.banner-card__text[data-v-d6c15471]{display:grid;gap:.5em;grid-template-columns:100%;margin-top:1em}.banner-card__desc[data-v-d6c15471]{line-height:120%}@media screen and (min-width:1025px){.banner-slider{margin-left:-102%;width:304%}.banner-slider .swiper-slide{width:11.1111111111%}.banner-slider .swiper-button-next{right:83em!important}.banner-slider .swiper-button-prev{right:85.5em!important}}@media screen and (max-width:1024px){.banner-slider .swiper-slide{width:28.125em}.banner-slider .swiper-button-next,.banner-slider .swiper-button-prev{margin-bottom:3.44em!important}}@media screen and (max-width:1024px) and (min-width:577px){.banner-slider{margin-left:-75%;width:200%}.banner-slider .swiper-button-next{right:16em!important}.banner-slider .swiper-button-prev{right:18.5em!important}}@media screen and (max-width:576px){.banner-slider{margin-left:calc(-100% - 1em);width:calc(200% + 1em)}.banner-slider .swiper-slide{width:50%}.banner-slider .swiper-button-next{right:1em!important}.banner-slider .swiper-button-prev{right:3.5em!important}}.tour-main3{padding:4.375em 0}.tour-main3__tabs{display:flex;margin:.625em 0}.tour-main3__tab{align-items:center;border:1px solid var(--white);color:var(--white);cursor:pointer;display:flex;font-weight:700;height:2.125em;justify-content:center;transition:background-color .3s;width:8em}.tour-main3__tab:not(:last-child){border-right:none}.tour-main3__tab:first-child{border-bottom-left-radius:.5em;border-top-left-radius:.5em}.tour-main3__tab:last-child{border-bottom-right-radius:.5em;border-top-right-radius:.5em}.tour-main3__tab:hover{background-color:var(--gray-1)}.tour-main3__tab._active{background-color:var(--white);color:var(--gray-1);pointer-events:none}.tour-filter__top{display:grid;grid-template-columns:calc(100% - 11.875em) 11.875em}.tour-filter__top .filter-item:not(:last-child) .fg input{border-right:var(--border)}@media screen and (min-width:577px){.tour-filter__top .filter-item:not(:last-child) .fg input{border-bottom-right-radius:0;border-top-right-radius:0}.tour-filter__top .filter-item:not(:first-child) .fg input{border-bottom-left-radius:0;border-top-left-radius:0}}.tour-filter__top-col{display:grid;grid-template-columns:16.25em calc(100% - 50em) 12.5em 8.75em 12.5em}@media screen and (min-width:577px){.tour-filter__top--external-hotels .tour-filter__top-col{grid-template-columns:1.1fr 1.1fr 1.1fr .7fr}}.tour-filter__btn{border-radius:0 .5em .5em 0;height:100%;margin-left:-1em;width:calc(100% + 1em)}.tour-filter__btn span{font-size:1.5em;margin-right:-.5em}.tour-filter__btn ._view2{display:none}@media screen and (min-width:577px){.tour-filter__middle{display:none}.tour-filter__middle._type2 .mob-filter__grid{grid-template-columns:repeat(6,1fr)}.tour-filter__top._type2 .tour-filter__top-col{grid-template-columns:calc(100% - 25em) 12.5em 12.5em}}.tour-filter._open .tour-filter__middle{display:block}.tour-filter._open .tour-filter__toggle ._view1{display:none}.tour-filter._open .tour-filter__toggle ._view2{display:block}.tour-filter._open .tour-filter__toggle img{transform:rotate(-180deg)}.tour-filter .tour-filter__middle._open{display:block}.tour-filter .tour-filter__toggle._open ._view1{display:none}.tour-filter .tour-filter__toggle._open ._view2{display:block}.tour-filter .tour-filter__toggle._open img{transform:rotate(-180deg)}.filter-item{color:var(--gray-1);position:relative}.filter-item .fg{cursor:pointer}.filter-item .fg input{background-color:var(--white);border:none;cursor:pointer;font-size:1.5em;font-weight:700;height:3.33em;line-height:140%;padding:1em .67em 0}.filter-item .fg label{color:var(--gray-3);left:1.4em;top:1.5em}.filter-item__popup-close{display:none}.filter-item__dropdown{background-color:var(--white);border-radius:.5em;left:0;margin-top:1em;padding:.75em .875em;position:absolute;top:100%;width:25em;z-index:5}.filter-item__dropdown:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='8' fill='none' viewBox='0 0 17 8'%3E%3Cpath fill='%23fff' d='m8.804 0 8 8h-16z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% auto;bottom:100%;content:"";height:.5em;left:2.5em;margin-bottom:-1px;position:absolute;width:1em}@media screen and (min-width:577px){.filter-item__dropdown{opacity:0;pointer-events:none;transition:opacity .3s}}.filter-item__scroll{max-height:16.875em;overflow-y:auto}.filter-item__scroll::-webkit-scrollbar{height:.5em;width:.5em}.filter-item__scroll::-webkit-scrollbar-track{background:transparent;border-radius:0}.filter-item__scroll::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:.25em}.filter-item__options{display:grid;gap:.25em;grid-template-columns:100%}.filter-item__option{align-items:center;cursor:pointer;display:flex;font-size:1em;letter-spacing:-.01em;line-height:150%;transition:color .3s}.filter-item__option._selected,.filter-item__option:hover{color:var(--link)}.filter-item__option._selected{pointer-events:none}.filter-item__option--group-header{color:var(--gray-2);cursor:default;font-size:.8125em;font-weight:900;letter-spacing:.05em;margin-bottom:.5em;margin-top:1em;padding-top:.5em;text-transform:uppercase}.filter-item__option--group-header--first-header{margin-top:0;padding-top:0}.filter-item__option--group-header:hover{color:var(--gray-2)}.filter-item__option-flag{margin-right:.375em;width:1.25em}.filter-item__option-flag img{display:block;width:100%}.filter-item__bottom{margin-top:.5em}.filter-item__select{height:2em;padding:0 2.25em}.filter-item__select span{font-size:1em}.filter-item .m-check label,.filter-item .m-radio label{padding-left:1.5em}.filter-item .m-check label:before,.filter-item .m-radio label:before{height:1.04em;top:.23em;width:1.04em}.filter-item .m-check label span,.filter-item .m-radio label span{font-size:1em;line-height:150%}.filter-item._open .filter-item__dropdown{opacity:1;pointer-events:unset}@media screen and (max-width:1024px){.tour-filter__top{grid-template-columns:calc(100% - 6.4375em) 6.4375em}.tour-filter__top-col{grid-template-columns:11.625em calc(100% - 35.375em) 9.75em 5.25em 8.75em}}@media screen and (max-width:1024px) and (min-width:577px){.tour-filter__top._type2 .tour-filter__top-col{grid-template-columns:calc(100% - 17.5em) 8.75em 8.75em}}@media screen and (max-width:1024px){.tour-filter__btn{padding:0}.tour-filter__btn span{font-size:1.125em}.tour-filter__btn ._view1{display:none}.tour-filter__btn ._view2{display:block}.tour-filter__bottom ._hide-tablet{display:none}.filter-item .fg{font-size:1em}.filter-item .fg input{border-radius:.44em;font-size:1.125em;height:3.44em;padding:1em .88em 0}.filter-item .fg label{font-size:.625em;left:1.6em;top:1em}}@media screen and (max-width:1024px) and (min-width:577px){.filter-item__dropdown{font-size:.75em}}@media screen and (max-width:576px){.tour-main3__tabs{margin-top:1.25em}.tour-main3__tab{width:50%}.tour-filter__top{gap:.5em;grid-template-columns:100%}.tour-filter__top-col{gap:.5em;grid-template-columns:repeat(2,calc(50% - .25em))}.tour-filter__btn{border-radius:.5em;height:3.875em;margin:0;width:100%}.tour-filter__btn span{margin:0}.tour-filter .city-select,.tour-filter .country-select,.tour-filter .full-width{grid-column:1/-1}._open-filter-popup{overflow-y:hidden}._open-filter-popup .tour-main{position:relative;z-index:30}.filter-item__popup{bottom:0;display:flex;flex-direction:column;justify-content:flex-end;opacity:0;padding-top:3em;pointer-events:none;transition:opacity .3s;transition-delay:.4s;z-index:10}.filter-item__popup,.filter-item__popup-bg{height:var(--full-vh);left:0;position:fixed;width:100%}.filter-item__popup-bg{background:#333333a6;top:0}.filter-item__popup-close{display:block;height:1.875em;left:50%;position:absolute;top:0;transform:translate(-50%);width:5em}.filter-item__popup-close:before{background:var(--gray-2);border-radius:.1875em;content:"";height:.375em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.filter-item__dropdown{border-radius:1.875em 1.875em 0 0;margin:0;max-height:100%;padding:3em 1.25em 0;position:relative;top:unset;transform:translateY(120%);transition:transform .5s;width:100%}.filter-item__dropdown:before{display:none}.filter-item__scroll{max-height:calc(var(--vh)*100 - 6em);padding-bottom:1em;padding-right:.5em}.filter-item__option{border-bottom:1px solid var(--gray-4);padding:.75em 0}.filter-item__option--group-header{border-bottom:none;color:var(--gray-2);cursor:default;font-size:.8125em;font-weight:900;letter-spacing:.05em;margin-bottom:.625em;margin-top:1em;padding-top:1em;text-transform:uppercase}.filter-item__option--group-header--first-header{margin-top:0;padding-top:0}.filter-item__option--group-header:hover{color:var(--gray-2)}.filter-item__bottom{padding-bottom:1em}.filter-item._open .filter-item__popup{opacity:1;pointer-events:unset;transition-delay:0s}.filter-item._open .filter-item__dropdown{transform:translateY(0)}}.dp--clear-btn,.dp--tp-wrap,.dp__input_icon{display:none}.dp__input,.dp__main,.dp__menu{font-family:var(--font1),sans-serif}.dp__menu{background-color:var(--white);border:none;border-radius:.5em;color:var(--gray-1);font-size:1em}.dp__menu_inner{padding:.75em .875em}.dp__month_year_wrap{position:relative}.dp__month_year_wrap .dp__month_year_wrap{align-items:center;flex-direction:column;text-align:center}.dp--arrow-btn-nav{font-size:1em;left:0;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.dp__inner_nav{background-color:transparent!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' fill='none' viewBox='0 0 21 14'%3E%3Cpath fill='%2334AFF7' d='M7.619.256a.875.875 0 0 0-1.238 0L.256 6.381a.875.875 0 0 0 0 1.238l6.125 6.125a.875.875 0 0 0 1.238-1.238L2.987 7.875h17.138a.875.875 0 0 0 0-1.75H2.987L7.62 1.494a.875.875 0 0 0 0-1.238'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:100% auto!important;font-size:2em;height:.5em;width:.4375em}.dp__inner_nav .dp__icon{display:none}.dp__instance_calendar:nth-child(2) .dp--arrow-btn-nav{left:unset;right:0}.dp__instance_calendar:nth-child(2) .dp__inner_nav{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' fill='none' viewBox='0 0 21 14'%3E%3Cpath fill='%2334AFF7' d='M13.381.256a.875.875 0 0 1 1.238 0l6.125 6.125a.875.875 0 0 1 0 1.238l-6.125 6.125a.875.875 0 1 1-1.238-1.238l4.632-4.631H.875a.875.875 0 1 1 0-1.75h17.138L13.38 1.494a.875.875 0 0 1 0-1.238'/%3E%3C/svg%3E")!important}.dp__month_year_select{color:var(--gray-3);font-size:.875em;height:unset;letter-spacing:-.01em;line-height:150%}fw700 .dp__month_year_select:nth-child(2){font-size:.625em}.dp__calendar_header,.dp__calendar_row{display:grid;gap:.25em;grid-template-columns:repeat(7,2.25em);margin-bottom:.25em;margin-top:0}.dp__calendar_header{margin-top:.625em}.dp__calendar_header_item,.dp__calendar_item{align-items:center;display:flex;height:2.25em;justify-content:center;padding:0;width:100%}.dp__cell_inner{border-radius:.5em;font-size:1em;height:100%;padding:0;width:100%}.dp__calendar_header_item{align-items:center;color:var(--gray-3);display:flex;justify-content:center}.dp__calendar_header_item:nth-child(6),.dp__calendar_header_item:nth-child(7){color:var(--red)}.dp__calendar_header_separator{display:none}.dp__today{border:none;color:var(--link)}.dp__active_date,.dp__range_between,.dp__range_end,.dp__range_start{background:var(--light-link);border:none;color:var(--gray-1)}.dp__active_date.vue-date-picker-date__outside-max-range,.dp__range_between.vue-date-picker-date__outside-max-range,.dp__range_end.vue-date-picker-date__outside-max-range,.dp__range_start.vue-date-picker-date__outside-max-range{background:none}.dp__cell_offset,.nights-select .dp--header-wrap,.nights-select .dp__calendar_header{display:none}@media screen and (max-width:1024px){.external-tours-form .dates-select .dp__arrow_bottom,.external-tours-form .dates-select .dp__arrow_top,.tour-filter--kalingrad-flight .dates-select .dp__arrow_bottom,.tour-filter--kalingrad-flight .dates-select .dp__arrow_top{left:unset;right:2.5em}}@media screen and (max-width:576px){.dp__menu:before{display:none}.dates-select .dp__outer_menu_wrap{left:0!important}.external-tours-form .dates-select .dp__arrow_bottom,.external-tours-form .dates-select .dp__arrow_top,.tour-filter--kalingrad-flight .dates-select .dp__arrow_bottom,.tour-filter--kalingrad-flight .dates-select .dp__arrow_top{left:2.5em;right:unset}}.persons-calc{border:1px solid var(--gray-3);border-radius:.5em;display:grid;grid-template-columns:2.25em calc(100% - 4.5em) 2.25em;margin-bottom:.625em}.persons-calc:last-child{margin-bottom:0}.persons-calc__btn{align-items:center;background-color:transparent;display:flex;height:2.25em;justify-content:center}.persons-calc__btn img{width:1.5em}.persons-calc__text{align-items:center;border-left:1px solid var(--gray-3);border-right:1px solid var(--gray-3);display:flex;height:2.25em;justify-content:center}.tour-filter__bottom,.tour-filter__middle{margin-top:.625em}.tour-filter__toggle{align-items:center;color:var(--white);display:flex}.tour-filter__toggle ._view2{display:none}.tour-filter__toggle img{margin-left:.5em;transition:transform .3s;width:.875em}.tour-filter__mob-toggle{display:none}.mob-filter__grid{display:grid;gap:.625em;grid-template-columns:repeat(5,calc(20% - .5em))}.mob-filter__bottom,.mob-filter__top{display:none}.rating-item{align-items:center;background:var(--white);border-radius:.5em;color:var(--gray-1);display:flex;font-weight:700;height:2.25em;justify-content:space-between;padding:0 .875em}.filter-item2 .filter-item__show input{background-color:var(--white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%23333' d='M4.513 4.837a.583.583 0 1 0-.825.825l3.5 3.5a.583.583 0 0 0 .825 0l3.5-3.5a.583.583 0 1 0-.825-.825L7.601 7.925z'/%3E%3C/svg%3E");background-position:right .875em center;background-repeat:no-repeat;background-size:.9375em auto;border:none;border-radius:.5em;color:var(--gray-1);cursor:pointer;font-size:1em;height:2.25em;padding:0 2em 0 .875em;width:100%}.filter-item2 .filter-item__show input::-moz-placeholder{color:var(--gray-1)}.filter-item2 .filter-item__show input::placeholder{color:var(--gray-1)}@media screen and (min-width:577px){.eat-type-select .filter-item__dropdown,.hotel-type-select .filter-item__dropdown,.rating-type-select .filter-item__dropdown,.service-select .filter-item__dropdown{width:16.5em}.eat-type-select .filter-item__scroll,.hotel-type-select .filter-item__scroll,.rating-type-select .filter-item__scroll,.service-select .filter-item__scroll{max-height:20.5em}.eat-type-select__items,.hotel-type-select__items,.rating-type-select__items,.service-select__items{display:grid;gap:.25em;grid-template-columns:100%}}.service-select__group{padding:.5em 0 1em}.service-select__items{margin-top:.5em}@media screen and (max-width:1024px){.rating-item{height:1.75em}}@media screen and (max-width:1024px) and (min-width:577px){.rating-item .rating-input__item{width:.875em}.rating-item__hide-tablet{display:none}}@media screen and (max-width:1024px){.filter-item2 .filter-item__show input{background-position:right 1em center;background-size:.86em auto;border-radius:.57em;font-size:.875em;height:2em;padding:0 2em 0 1em}}@media screen and (max-width:576px){.tour-filter__bottom{display:none}.tour-filter__mob-toggle{align-items:center;background:var(--white);border-radius:.5rem;display:flex;font-weight:700;height:3.875em;padding:0 1em}.tour-filter__mob-toggle img{margin-right:.5em;width:1.25em}.tour-sub-pages .tour-filter__top--external-hotels .tour-filter__mob-toggle{grid-column:1/-1}._open-mob-filter{overflow-y:hidden}._open-mob-filter .tour-main{z-index:100}._open-mob-filter .mob-filter{opacity:1;pointer-events:unset}.mob-filter{background:var(--gray-6);color:var(--gray-1);display:flex;flex-direction:column;height:var(--full-vh);left:0;opacity:0;overflow-y:auto;padding:1.875em;pointer-events:none;position:fixed;top:0;transition:opacity .3s;width:100%;z-index:100}.mob-filter__top{align-items:center;display:flex;margin-bottom:1.875em}.mob-filter__top-icon{margin-right:.625em;width:1.25em}.mob-filter__close{align-items:center;display:flex;justify-content:center;margin-left:auto;width:2em}.mob-filter__close img{margin-left:auto;width:100%}.mob-filter__grid{background-color:var(--white);border:1px solid var(--gray-4);border-radius:.5em;gap:0;grid-template-columns:100%}.mob-filter .filter-item2{border-bottom:1px solid var(--gray-4)}.mob-filter .filter-item2:last-child{border-bottom:none}.mob-filter .filter-item__show input,.mob-filter .rating-item{background-color:transparent}.mob-filter__bottom{display:grid;gap:.5em;grid-template-columns:repeat(2,calc(50% - .25em));margin-top:auto;padding-top:2em}.mob-filter__btn{border-radius:.5em;height:3em;padding:0}.mob-filter__btn span{font-size:1em}.rating-item{border-bottom:1px solid var(--gray-4);border-radius:0;height:3em}.filter-item2 .filter-item__show{font-weight:700}.filter-item2 .filter-item__show input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none' viewBox='0 0 6 12'%3E%3Cpath fill='%23333' d='M.22 9.97a.75.75 0 1 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06L1.28.97A.75.75 0 0 0 .22 2.03L4.19 6z'/%3E%3C/svg%3E");background-size:.375em auto;border-radius:0;font-size:1em;font-weight:700;height:3em}.filter-item2 .m-check,.filter-item2 .m-radio{align-items:center;border-bottom:1px solid var(--gray-4);display:flex;min-height:3em}}@media screen and (min-width:577px){.hotel-select .filter-item__show,.resort-select .filter-item__show,.tour-type-select .filter-item__show{display:none}.hotel-select .filter-item__dropdown,.resort-select .filter-item__dropdown,.tour-type-select .filter-item__dropdown{height:12em;margin:0;opacity:1;pointer-events:unset;position:static;width:100%}.hotel-select .filter-item__dropdown:before,.resort-select .filter-item__dropdown:before,.tour-type-select .filter-item__dropdown:before{display:none}.hotel-select .filter-item__scroll,.resort-select .filter-item__scroll,.tour-type-select .filter-item__scroll{height:100%;padding-bottom:0;padding-right:.5em}}.check-group._open .check-group__toggle{transform:rotate(-45deg)}.check-group._open .check-group__bottom{display:block}.check-group__toggle{align-items:center;display:flex;justify-content:center;width:1.25em}.check-group__toggle svg{width:100%}.check-group__bottom{display:none}.check-group__items{padding-left:1em;position:relative}.check-group__items:before{border-left:1px dashed var(--gray-4);content:"";height:100%;left:.5em;position:absolute;top:0}.check-group__items .m-check{position:relative}.check-group__items .m-check:before{border-top:1px dashed var(--gray-4);content:"";margin-right:-.125em;position:absolute;right:100%;top:.75em;width:.5em}@media screen and (min-width:577px){.hotel-select{grid-column:span 4}.hotel-select .filter-item__scroll{height:calc(100% - 3.125em)}}.hotel-select__search{align-items:center;display:flex;flex-direction:row;margin-bottom:.625em}@media screen and (max-width:576px){.hotel-select__search{align-items:flex-start;flex-direction:column;gap:10px}}.hotel-select__search input{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cpath stroke='%23828282' stroke-linecap='round' stroke-width='1.25' d='m13.685 12.882 3.382 3.368m-7.5-10.833A3.333 3.333 0 0 1 12.9 8.75m2.5 0a5.833 5.833 0 1 0-11.667 0 5.833 5.833 0 0 0 11.667 0Z'/%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;background-size:1.67em auto;border:none;border-bottom:1px solid var(--gray-5);color:var(--gray-1);font-size:.75em;height:3.33em;padding:0 0 0 2em;text-transform:uppercase;width:100%}.hotel-select__search input::-moz-placeholder{color:var(--gray-3)}.hotel-select__search input::placeholder{color:var(--gray-3)}.budget-select__fields{display:grid;gap:1em;grid-template-columns:100%}.budget-select__currency-title,.budget-select__field label{display:block;font-size:1em;line-height:120%;margin-bottom:.25em}.budget-select__field input{background-color:transparent;border:1px solid var(--gray-5);color:var(--gray-1);font-size:1em;height:2.5em;padding:0 1em;text-transform:uppercase;width:100%}.budget-select__currency{margin-top:1.25em}.budget-select__currency-items{display:grid;gap:.25em;grid-template-columns:100%}.check-btn .m-check{min-height:100%}.check-btn .m-check label{align-items:center;background-color:var(--white);border-radius:.5em;color:var(--gray-1);display:flex;font-weight:700;height:2.25em;justify-content:space-between;min-height:100%;padding:0 .875em}.check-btn .m-check label:before{order:2;position:static}@media screen and (max-width:1024px){.check-btn .m-check label{height:1.75em}.check-btn .m-check label span,.check-btn .m-check label:before{font-size:.875em}}@media screen and (max-width:576px){.resort-select .m-check{border:none;min-height:unset}.check-group__items,.resort-select__items{display:grid;gap:.25em;grid-template-columns:100%}.check-btn{border-bottom:1px solid var(--gray-4)}.check-btn:last-child{border-bottom:none}.check-btn .m-check label{height:3em}.check-btn .m-check label span,.check-btn .m-check label:before{font-size:1em}}.tour-main4 .tour-main3__tabs{justify-content:center;margin-bottom:1.25em;margin-top:4.5em}.tour-main4 .tour-main3__tab{height:2.375em;padding:0 1.375em;width:auto}.tour-main4 .tour-main3__tab:first-child{border-bottom-left-radius:1.1875em;border-top-left-radius:1.1875em}.tour-main4 .tour-main3__tab:last-child{border-bottom-right-radius:1.1875em;border-top-right-radius:1.1875em}.tour-main4 .tour-filter__bottom{margin-top:1em}.tour-main4__desc{margin-top:2.31em;text-align:center}.tour-main4__advantages{display:grid;gap:2em;grid-template-columns:repeat(4,calc(25% - 1.5em));margin-top:4.375em}@media screen and (min-width:577px){.tour-main4 .tour-filter__top._type2 .tour-filter__top-col{grid-template-columns:repeat(3,1fr)}.tour-main4 .tour-filter__top .filter-item:first-child .fg input{border-bottom-left-radius:1.67em;border-top-left-radius:1.67em;padding-left:1.83em}.tour-main4 .tour-filter__top .filter-item:first-child .fg label{left:3.67em}.tour-main4 .tour-filter__btn{border-bottom-right-radius:2.5em;border-top-right-radius:2.5em}.tour-main4 .tour-filter__middle{padding:0 1.875em}.tour-main4 .filter-item2 .filter-item__show input,.tour-main4 .rating-item{background-color:transparent;border:1px solid var(--white);border-radius:1.125em;color:var(--white)}.tour-main4 .filter-item2 .filter-item__show input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%23fff' d='M3.913 4.838a.583.583 0 1 0-.825.824l3.5 3.5a.583.583 0 0 0 .825 0l3.5-3.5a.583.583 0 1 0-.825-.824L7 7.925z'/%3E%3C/svg%3E")}.tour-main4 .filter-item2 .filter-item__show input::-moz-placeholder{color:var(--white)}.tour-main4 .filter-item2 .filter-item__show input::placeholder{color:var(--white)}}@media screen and (min-width:1025px){.tour-main4{min-height:54em;padding-bottom:1em}}.main-advantage{display:flex}.main-advantage__icon{flex-shrink:0;margin-right:.5em;width:1.75em}.main-advantage__icon img{display:block;width:100%}@media screen and (max-width:1024px){.tour-main4 .h1{font-size:2em}.tour-main4 .tour-main3__tabs{margin-top:2.375em}.tour-main4 .tour-main3__tab{height:2em;padding:0 1.5em}.tour-main4__advantages{gap:1.25em;grid-template-columns:repeat(4,calc(25% - .9375em));margin-top:2.375em}}@media screen and (max-width:1024px) and (min-width:577px){.tour-main4{min-height:43.25em;padding-bottom:1em}.tour-main4 .tour-filter__top._type2 .tour-filter__top-col{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1024px){.main-advantage__icon{width:1.625em}}@media screen and (max-width:576px){.tour-main4{min-height:49.5em;padding:2.375em 0 4em}.tour-main4 .h1{font-size:1.75em}.tour-main4 .tour-filter__top{gap:0}.tour-main4 .tour-filter__top-col{gap:0;grid-template-columns:1fr 1fr}.tour-main4 .tour-filter__top .filter-item .fg input{border-radius:0}.tour-main4 .tour-filter__top.external-tours-form .filter-item:first-child .fg input{border-radius:1.25em 1.25em 0 0}.tour-main4 .tour-filter__top._type2 .persons-select,.tour-main4 .tour-filter__top.external-tours-form .full-width{border-bottom:1px solid #e8e8e8}.tour-main4 .tour-filter__top._type2 .tour-filter__top-col>:last-child{grid-column:1/-1}.tour-main4 .tour-filter__btn,.tour-main4 .tour-filter__mob-toggle{border-radius:0}.tour-main4 .country-select,.tour-main4 .dates-select,.tour-main4 .nights-select{border-bottom:1px solid #e8e8e8}.tour-main4 .tour-filter__btn{border-radius:0 0 1.25em 1.25em}.tour-main4 .tour-filter__btn ._view1{display:block}.tour-main4 .tour-filter__btn ._view2{display:none}.tour-main4__advantages{gap:0;grid-template-columns:100%;margin-top:4.25em}.tour-main4 .tour-filter__bottom{display:block}.tour-main4 .tour-filter__toggle{display:none}.tour-main4 .country-select{border-radius:1.25em 1.25em 0 0;overflow:hidden}.main-advantage:first-child~.main-advantage{display:none}}.points{overflow:hidden}@media screen and (min-width:577px){.points-slider .swiper-wrapper{display:grid;gap:2.5em;grid-template-columns:100%;transform:unset!important}.points-slider .swiper-slide{width:100%}.points-slider .swiper-button-next,.points-slider .swiper-button-prev{display:none}}.points-slider .swiper-slide:nth-child(2n) .point-item__num{background-color:var(--accent-light)}@media screen and (max-width:1024px){.point-item__desc{line-height:140%}}@media screen and (max-width:576px){.points-slider{padding:0 2.5em;position:relative}.points-slider .swiper{overflow:unset}.points-slider .swiper-button-next,.points-slider .swiper-button-prev{margin:0!important;top:.875em!important}.points-slider .swiper-button-prev{left:-2.5em}.points-slider .swiper-button-next{right:-2.5em}.points-slider .swiper-slide{opacity:0;pointer-events:none;transition:opacity .3s}.points-slider .swiper-slide-active{opacity:1;pointer-events:unset}}.top-tours{overflow:hidden}@media screen and (min-width:1025px){.tours-slider{margin-left:-102%;width:304%}.tours-slider .swiper-slide{width:11.1111111111%}.tours-slider .swiper-button-next{right:83em!important}.tours-slider .swiper-button-prev{right:85.5em!important}}.tour-card{position:relative}.tour-card__link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.tour-card__img,.tour-card__top{position:relative}.tour-card__img{border-radius:1.5em;display:block;padding-bottom:75.1%}.tour-card__img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.tour-card__badge{align-items:center;background-color:var(--white);border-radius:.875em;color:var(--accent);display:flex;height:1.75em;left:1.25em;padding:0 .75em;position:absolute;top:1.25em;z-index:2}.tour-card__text{display:grid;gap:.5em;grid-template-columns:100%;margin-top:1em}.tour-card__desc{line-height:120%}@media screen and (max-width:1024px){.tours-slider .swiper-slide{width:28.125em}.tours-slider .swiper-button-next,.tours-slider .swiper-button-prev{margin-bottom:3.44em!important}}@media screen and (max-width:1024px) and (min-width:577px){.tours-slider{margin-left:-75%;width:200%}.tours-slider .swiper-button-next{right:16em!important}.tours-slider .swiper-button-prev{right:18.5em!important}}@media screen and (max-width:576px){.tours-slider{margin-left:calc(-100% - 1em);width:calc(200% + 1em)}.tours-slider .swiper-slide{width:50%}.tours-slider .swiper-button-next{right:1em!important}.tours-slider .swiper-button-prev{right:3.5em!important}}.advantages{overflow:hidden}.advantages__desc p{line-height:inherit}@media screen and (min-width:577px){.advantages-slider .swiper-wrapper{display:grid;grid-template-columns:repeat(4,25%);transform:unset!important}.advantages-slider .swiper-slide{width:100%}.advantages-slider .swiper-button-next,.advantages-slider .swiper-button-prev{display:none}}.advantage-item{align-items:center;display:flex;flex-direction:column;padding:0 1.25em;text-align:center}.advantage-item__icon{height:6em;margin-bottom:1.25em}.advantage-item__icon img{display:block;height:100%}.advantage-item__title{line-height:140%}.advantage-item__desc{margin-top:.45em}.advantages2 .advantages__inner{background-image:url(./advantages-bg.JtPypS0H.jpg);background-position:50%;background-size:cover}@media screen and (min-width:577px){.advantages2 .swiper-wrapper{grid-template-columns:repeat(3,33.3333333333%)}}@media screen and (max-width:1024px){.advantage-item__icon{height:5.5em}.advantages2 .advantages__inner{padding:3.75em 0}}@media screen and (max-width:576px){.advantages__desc p{margin-bottom:.75em}.advantages__desc p:last-child{margin-bottom:0}.advantages-slider{padding:0 4.5em;position:relative}.advantages-slider .swiper{overflow:unset}.advantages-slider .swiper-button-next,.advantages-slider .swiper-button-prev{margin:0!important;transform:translateY(-50%)}.advantages-slider .swiper-button-prev{left:-4.5em}.advantages-slider .swiper-button-next{right:-4.5em}.advantages-slider .swiper-slide{opacity:0;pointer-events:none;transition:opacity .3s}.advantages-slider .swiper-slide-active{opacity:1;pointer-events:unset}.advantage-item{padding:0}.advantages2 .advantages__inner{padding:2.5em 0}.advantages2 .advantages-slider{padding:0}.advantages2 .advantage-item{padding:0 2em}.advantages2 .swiper-button-next,.advantages2 .swiper-button-prev{bottom:100%!important;margin:0 0 3.5em!important;top:unset!important;transform:unset}.advantages2 .swiper-button-next{right:0!important}.advantages2 .swiper-button-prev{left:unset!important;right:3.25em!important}}.action-card{position:relative}.action-card__img{border-radius:1.5em;display:block;padding-bottom:49%;position:relative}.action-card__img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.action-card__img:after{background:#00000054}.action-card__title{color:var(--white);font-size:2em;font-weight:700;left:50%;letter-spacing:-.01em;pointer-events:none;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:100%}@media screen and (max-width:1024px){.action-card__img{padding-bottom:74%}.action-card__title{font-size:1.75em}}@media screen and (max-width:576px){.action-card__img{padding-bottom:49%}}.tour-countries__grid{display:grid;gap:2em 1.75em;grid-template-columns:repeat(3,calc(33.33333% - 1.16667em))}.country-card{position:relative}.country-card__img{border-radius:1.5em;display:block;padding-bottom:75.1%;position:relative}.country-card__img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.country-card .country-item{color:var(--white);left:1.5em;position:absolute;top:1.5em;z-index:2}.country-card .country-item__icon{margin-right:.375em;width:3em}.country-card .country-item__title{font-size:1.5em;font-weight:700}.country-card__text{color:var(--white);left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:100%;z-index:3}.country-card__price{font-size:2em;font-weight:700;letter-spacing:-.01em}.country-card__price span{font-size:1.5em}.country-card__link{bottom:1.5em;height:2.75em;left:50%;padding:0 2.78em;position:absolute;transform:translate(-50%);z-index:2}.country-card__link span{font-size:1em}.country-card__link img{margin-left:.5em;width:1em}@media screen and (max-width:1024px){.tour-countries__grid{gap:2em 2.75em;grid-template-columns:repeat(2,calc(50% - .875em))}}@media screen and (max-width:576px){.tour-countries__grid{grid-template-columns:100%}}.fancybox-gallery{display:grid;grid-template-columns:repeat(8,12.5%);overflow:hidden}.fancybox-gallery__item{display:block;padding-bottom:100%;position:relative}.fancybox-gallery__item img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.fancybox-gallery__item:only-child{border-radius:var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(2),.fancybox-gallery__item:first-child:nth-last-child(3),.fancybox-gallery__item:first-child:nth-last-child(4),.fancybox-gallery__item:first-child:nth-last-child(5),.fancybox-gallery__item:first-child:nth-last-child(6),.fancybox-gallery__item:first-child:nth-last-child(7),.fancybox-gallery__item:first-child:nth-last-child(8){border-radius:var(--gallerBorderRadius) 0 0 var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(2)~.fancybox-gallery__item:last-child,.fancybox-gallery__item:first-child:nth-last-child(3)~.fancybox-gallery__item:last-child,.fancybox-gallery__item:first-child:nth-last-child(4)~.fancybox-gallery__item:last-child,.fancybox-gallery__item:first-child:nth-last-child(5)~.fancybox-gallery__item:last-child,.fancybox-gallery__item:first-child:nth-last-child(6)~.fancybox-gallery__item:last-child,.fancybox-gallery__item:first-child:nth-last-child(7)~.fancybox-gallery__item:last-child,.fancybox-gallery__item:first-child:nth-last-child(8)~.fancybox-gallery__item:last-child{border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(9){border-radius:var(--gallerBorderRadius) 0 0 0}.fancybox-gallery__item:first-child:nth-last-child(9)~.fancybox-gallery__item:nth-child(8){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(9)~.fancybox-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(10){border-radius:var(--gallerBorderRadius) 0 0 0}.fancybox-gallery__item:first-child:nth-last-child(10)~.fancybox-gallery__item:nth-child(8){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(10)~.fancybox-gallery__item:nth-child(9){border-radius:0 0 0 var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(10)~.fancybox-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(11){border-radius:var(--gallerBorderRadius) 0 0 0}.fancybox-gallery__item:first-child:nth-last-child(11)~.fancybox-gallery__item:nth-child(8){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(11)~.fancybox-gallery__item:nth-child(9){border-radius:0 0 0 var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(11)~.fancybox-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(12){border-radius:var(--gallerBorderRadius) 0 0 0}.fancybox-gallery__item:first-child:nth-last-child(12)~.fancybox-gallery__item:nth-child(8){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(12)~.fancybox-gallery__item:nth-child(9){border-radius:0 0 0 var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(12)~.fancybox-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}@media screen and (max-width:1024px){.fancybox-gallery__item:only-child{border-radius:var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(10),.fancybox-gallery__item:first-child:nth-last-child(11),.fancybox-gallery__item:first-child:nth-last-child(12),.fancybox-gallery__item:first-child:nth-last-child(2),.fancybox-gallery__item:first-child:nth-last-child(3),.fancybox-gallery__item:first-child:nth-last-child(4),.fancybox-gallery__item:first-child:nth-last-child(5),.fancybox-gallery__item:first-child:nth-last-child(6),.fancybox-gallery__item:first-child:nth-last-child(7),.fancybox-gallery__item:first-child:nth-last-child(8),.fancybox-gallery__item:first-child:nth-last-child(9){border-radius:var(--gallerBorderRadius) 0 0 var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(10)~.fancybox-gallery__item:nth-child(6),.fancybox-gallery__item:first-child:nth-last-child(11)~.fancybox-gallery__item:nth-child(6),.fancybox-gallery__item:first-child:nth-last-child(12)~.fancybox-gallery__item:nth-child(6),.fancybox-gallery__item:first-child:nth-last-child(2)~.fancybox-gallery__item:last-child,.fancybox-gallery__item:first-child:nth-last-child(3)~.fancybox-gallery__item:last-child,.fancybox-gallery__item:first-child:nth-last-child(4)~.fancybox-gallery__item:last-child,.fancybox-gallery__item:first-child:nth-last-child(5)~.fancybox-gallery__item:last-child,.fancybox-gallery__item:first-child:nth-last-child(6)~.fancybox-gallery__item:last-child,.fancybox-gallery__item:first-child:nth-last-child(7)~.fancybox-gallery__item:nth-child(6),.fancybox-gallery__item:first-child:nth-last-child(8)~.fancybox-gallery__item:nth-child(6),.fancybox-gallery__item:first-child:nth-last-child(9)~.fancybox-gallery__item:nth-child(6){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}}@media screen and (max-width:576px){.fancybox-gallery__item:only-child{border-radius:var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(2),.fancybox-gallery__item:first-child:nth-last-child(3){border-radius:var(--gallerBorderRadius) 0 0 var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(2)~.fancybox-gallery__item:last-child,.fancybox-gallery__item:first-child:nth-last-child(3)~.fancybox-gallery__item:last-child{border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(4){border-radius:var(--gallerBorderRadius) 0 0 0}.fancybox-gallery__item:first-child:nth-last-child(4)~.fancybox-gallery__item:nth-child(3){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(4)~.fancybox-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(5){border-radius:var(--gallerBorderRadius) 0 0 0}.fancybox-gallery__item:first-child:nth-last-child(5)~.fancybox-gallery__item:nth-child(3){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(5)~.fancybox-gallery__item:nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(5)~.fancybox-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(6){border-radius:var(--gallerBorderRadius) 0 0 0}.fancybox-gallery__item:first-child:nth-last-child(6)~.fancybox-gallery__item:nth-child(3){border-radius:0 var(--gallerBorderRadius) 0 0}.fancybox-gallery__item:first-child:nth-last-child(6)~.fancybox-gallery__item:nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(6)~.fancybox-gallery__item:nth-child(5){border-radius:0}.fancybox-gallery__item:first-child:nth-last-child(6)~.fancybox-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(7){border-radius:var(--gallerBorderRadius) 0 0 0}.fancybox-gallery__item:first-child:nth-last-child(7)~.fancybox-gallery__item:nth-child(3){border-radius:0 var(--gallerBorderRadius) 0 0}.fancybox-gallery__item:first-child:nth-last-child(7)~.fancybox-gallery__item:nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(7)~.fancybox-gallery__item:nth-child(5){border-radius:0}.fancybox-gallery__item:first-child:nth-last-child(7)~.fancybox-gallery__item:nth-child(6){border-radius:0 0 var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(8){border-radius:var(--gallerBorderRadius) 0 0 0}.fancybox-gallery__item:first-child:nth-last-child(8)~.fancybox-gallery__item:nth-child(3){border-radius:0 var(--gallerBorderRadius) 0 0}.fancybox-gallery__item:first-child:nth-last-child(8)~.fancybox-gallery__item:nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(8)~.fancybox-gallery__item:nth-child(5){border-radius:0}.fancybox-gallery__item:first-child:nth-last-child(8)~.fancybox-gallery__item:nth-child(6){border-radius:0 0 var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(9){border-radius:var(--gallerBorderRadius) 0 0 0}.fancybox-gallery__item:first-child:nth-last-child(9)~.fancybox-gallery__item:nth-child(3){border-radius:0 var(--gallerBorderRadius) 0 0}.fancybox-gallery__item:first-child:nth-last-child(9)~.fancybox-gallery__item:nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(9)~.fancybox-gallery__item:nth-child(5){border-radius:0}.fancybox-gallery__item:first-child:nth-last-child(9)~.fancybox-gallery__item:nth-child(6){border-radius:0 0 var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(10){border-radius:var(--gallerBorderRadius) 0 0 0}.fancybox-gallery__item:first-child:nth-last-child(10)~.fancybox-gallery__item:nth-child(3){border-radius:0 var(--gallerBorderRadius) 0 0}.fancybox-gallery__item:first-child:nth-last-child(10)~.fancybox-gallery__item:nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(10)~.fancybox-gallery__item:nth-child(5){border-radius:0}.fancybox-gallery__item:first-child:nth-last-child(10)~.fancybox-gallery__item:nth-child(6){border-radius:0 0 var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(11){border-radius:var(--gallerBorderRadius) 0 0 0}.fancybox-gallery__item:first-child:nth-last-child(11)~.fancybox-gallery__item:nth-child(3){border-radius:0 var(--gallerBorderRadius) 0 0}.fancybox-gallery__item:first-child:nth-last-child(11)~.fancybox-gallery__item:nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(11)~.fancybox-gallery__item:nth-child(5){border-radius:0}.fancybox-gallery__item:first-child:nth-last-child(11)~.fancybox-gallery__item:nth-child(6){border-radius:0 0 var(--gallerBorderRadius) 0}.fancybox-gallery__item:first-child:nth-last-child(12){border-radius:var(--gallerBorderRadius) 0 0 0}.fancybox-gallery__item:first-child:nth-last-child(12)~.fancybox-gallery__item:nth-child(3){border-radius:0 var(--gallerBorderRadius) 0 0}.fancybox-gallery__item:first-child:nth-last-child(12)~.fancybox-gallery__item:nth-child(4){border-radius:0 0 0 var(--gallerBorderRadius)}.fancybox-gallery__item:first-child:nth-last-child(12)~.fancybox-gallery__item:nth-child(5){border-radius:0}.fancybox-gallery__item:first-child:nth-last-child(12)~.fancybox-gallery__item:nth-child(6){border-radius:0 0 var(--gallerBorderRadius) 0}}.fancybox-gallery__item--hidden{display:none}@media screen and (max-width:1024px){.fancybox-gallery{grid-template-columns:repeat(6,16.6666666667%)}.fancybox-gallery__item:nth-child(6)~.fancybox-gallery__item{display:none}}@media screen and (max-width:576px){.fancybox-gallery{grid-template-columns:repeat(3,33.3333333333%)}}.tour-main{background-color:var(--black);color:var(--white);padding:7.25em 0 9.75em;position:relative}.tour-main__img{display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;opacity:.5;position:absolute;top:0;width:100%}.tour-main__img._view2{display:none}.tour-main .container{position:relative;z-index:2}.tour-main2{padding:9em 0}.tour-main2 .tour-main__img{opacity:1}.tour-home__img{min-height:54em}.country-search__btn ._view2{display:none}@media screen and (max-width:1024px){.tour-main2{padding:7em 0}.country-search__btn ._view1{display:none}.country-search__btn ._view2{display:block}.tour-home__img{min-height:43em}}@media screen and (max-width:576px){.tour-main{padding:5.5em 0 6.7em}.tour-main__img._view1{display:none}.tour-main__img._view2{display:block}.tour-main2{padding:7em 0}.tour-home .container{min-height:47em}}.hot-tours__grid{display:grid;gap:2em;grid-auto-flow:dense;grid-template-columns:repeat(3,calc(33.33333% - 1.33333em))}.hot-tours__btn{min-width:16.375em}@media screen and (max-width:1024px){.hot-tours__grid{gap:2em 2.875em;grid-template-columns:repeat(2,calc(50% - 1.4375em))}}@media screen and (max-width:576px){.hot-tours__grid{grid-template-columns:100%}}.post:not(.post--small-space) .m-text .post-gallery,.post:not(.post--small-space) .m-text>img{margin-bottom:2.5em}.post:not(.post--small-space) .m-text .post-gallery:last-child,.post:not(.post--small-space) .m-text>img:last-child{margin-bottom:0}.post:not(.post--small-space) .m-text .post-gallery img{margin:0}.post:not(.post--small-space) .m-text hr{height:4em}.post .h1,.post .m-text h1{font-size:2.5em;font-weight:700;line-height:125%;margin-bottom:.5em}.post .h2,.post .m-text h2{font-size:2em;font-weight:700;line-height:125%;margin-bottom:.5em}.post .h3,.post .m-text h3{font-size:1.5em;font-weight:700;line-height:140%;margin-bottom:.25em}.post .h4,.post .m-text h4{font-size:1.275em;font-weight:700;line-height:140%;margin-bottom:.25em}.post .h5,.post .m-text h5{font-size:1.175em;font-weight:700;line-height:140%;margin-bottom:.25em}.post h1:not(:first-child),.post h2:not(:first-child){margin-top:.5em}.post h3:not(:first-child),.post h4:not(:first-child),.post h5:not(:first-child),.post h6:not(:first-child){margin-top:.25em}.post .m-text img:not(.post-gallery img){height:auto;max-width:100%}.post .m-text h2>span,.post .m-text h3>span,.post .m-text h4>span,.post .m-text h5>span,.post .m-text li>span,.post .m-text p>span,.post .m-text span{font-size:inherit!important}.post__bottom{display:grid;gap:.5em;grid-template-columns:100%;margin-top:2.5em;text-align:right}.post__date,.post__name{font-size:1.125em;letter-spacing:-.01em;line-height:150%}.post__date{color:#717d96}.post__name{font-style:italic}.post__gallery{margin-top:2.5em}.post-gallery{display:grid;grid-template-columns:repeat(8,12.5%);overflow:hidden}.post-gallery__item{display:block;padding-bottom:100%;position:relative}.post-gallery__item img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.post-gallery__item:only-child{border-radius:var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(2),.post-gallery__item:first-child:nth-last-child(3),.post-gallery__item:first-child:nth-last-child(4){border-radius:var(--gallerBorderRadius) 0 0 var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(2)~.post-gallery__item:last-child,.post-gallery__item:first-child:nth-last-child(3)~.post-gallery__item:last-child,.post-gallery__item:first-child:nth-last-child(4)~.post-gallery__item:last-child{border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(5){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(5)~.post-gallery__item:nth-child(4){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(5)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(6){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(6)~.post-gallery__item:nth-child(4){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(6)~.post-gallery__item:nth-child(5){border-radius:0 0 0 var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(6)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(7){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(7)~.post-gallery__item:nth-child(4){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(7)~.post-gallery__item:nth-child(5){border-radius:0 0 0 var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(7)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(8){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(8)~.post-gallery__item:nth-child(4){border-radius:0 var(--gallerBorderRadius) 0 0}.post-gallery__item:first-child:nth-last-child(8)~.post-gallery__item:nth-child(5){border-radius:0 0 0 var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(8)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(9){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(9)~.post-gallery__item:nth-child(4){border-radius:0 var(--gallerBorderRadius) 0 0}.post-gallery__item:first-child:nth-last-child(9)~.post-gallery__item:nth-child(8){border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(9)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(10){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(10)~.post-gallery__item:nth-child(4){border-radius:0 var(--gallerBorderRadius) 0 0}.post-gallery__item:first-child:nth-last-child(10)~.post-gallery__item:nth-child(8){border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(10)~.post-gallery__item:nth-child(9){border-radius:0 0 0 var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(10)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(11){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(11)~.post-gallery__item:nth-child(4){border-radius:0 var(--gallerBorderRadius) 0 0}.post-gallery__item:first-child:nth-last-child(11)~.post-gallery__item:nth-child(8){border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(11)~.post-gallery__item:nth-child(9){border-radius:0 0 0 var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(11)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(12){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(12)~.post-gallery__item:nth-child(4){border-radius:0 var(--gallerBorderRadius) 0 0}.post-gallery__item:first-child:nth-last-child(12)~.post-gallery__item:nth-child(9){border-radius:0 0 0 var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(12)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}@media screen and (max-width:1024px){.post-gallery__item:only-child{border-radius:var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(2){border-radius:var(--gallerBorderRadius) 0 0 var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(2)~.post-gallery__item:last-child{border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(3){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(3)~.post-gallery__item:nth-child(2){border-radius:0 var(--gallerBorderRadius) var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(3)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(4){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(4)~.post-gallery__item:nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.post-gallery__item:first-child:nth-last-child(4)~.post-gallery__item:nth-child(3){border-radius:0 0 0 var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(4)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(5){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(5)~.post-gallery__item:nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.post-gallery__item:first-child:nth-last-child(5)~.post-gallery__item:nth-child(4){border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(5)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(6){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(6)~.post-gallery__item:nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.post-gallery__item:first-child:nth-last-child(6)~.post-gallery__item:nth-child(4){border-radius:0}.post-gallery__item:first-child:nth-last-child(6)~.post-gallery__item:nth-child(5){border-radius:0 0 0 var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(6)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(7){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(7)~.post-gallery__item:nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.post-gallery__item:first-child:nth-last-child(7)~.post-gallery__item:nth-child(4),.post-gallery__item:first-child:nth-last-child(7)~.post-gallery__item:nth-child(5){border-radius:0}.post-gallery__item:first-child:nth-last-child(7)~.post-gallery__item:nth-child(6){border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(7)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(8){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(8)~.post-gallery__item:nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.post-gallery__item:first-child:nth-last-child(8)~.post-gallery__item:nth-child(4),.post-gallery__item:first-child:nth-last-child(8)~.post-gallery__item:nth-child(5),.post-gallery__item:first-child:nth-last-child(8)~.post-gallery__item:nth-child(6){border-radius:0}.post-gallery__item:first-child:nth-last-child(8)~.post-gallery__item:nth-child(7){border-radius:0 0 0 var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(8)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(9){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(9)~.post-gallery__item:nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.post-gallery__item:first-child:nth-last-child(9)~.post-gallery__item:nth-child(4),.post-gallery__item:first-child:nth-last-child(9)~.post-gallery__item:nth-child(5),.post-gallery__item:first-child:nth-last-child(9)~.post-gallery__item:nth-child(6),.post-gallery__item:first-child:nth-last-child(9)~.post-gallery__item:nth-child(7){border-radius:0}.post-gallery__item:first-child:nth-last-child(9)~.post-gallery__item:nth-child(8){border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(9)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(10){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(10)~.post-gallery__item:nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.post-gallery__item:first-child:nth-last-child(10)~.post-gallery__item:nth-child(4),.post-gallery__item:first-child:nth-last-child(10)~.post-gallery__item:nth-child(5),.post-gallery__item:first-child:nth-last-child(10)~.post-gallery__item:nth-child(6),.post-gallery__item:first-child:nth-last-child(10)~.post-gallery__item:nth-child(7),.post-gallery__item:first-child:nth-last-child(10)~.post-gallery__item:nth-child(8){border-radius:0}.post-gallery__item:first-child:nth-last-child(10)~.post-gallery__item:nth-child(9){border-radius:0 0 0 var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(10)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(11){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(11)~.post-gallery__item:nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.post-gallery__item:first-child:nth-last-child(11)~.post-gallery__item:nth-child(4),.post-gallery__item:first-child:nth-last-child(11)~.post-gallery__item:nth-child(5),.post-gallery__item:first-child:nth-last-child(11)~.post-gallery__item:nth-child(6),.post-gallery__item:first-child:nth-last-child(11)~.post-gallery__item:nth-child(7),.post-gallery__item:first-child:nth-last-child(11)~.post-gallery__item:nth-child(8),.post-gallery__item:first-child:nth-last-child(11)~.post-gallery__item:nth-child(9){border-radius:0}.post-gallery__item:first-child:nth-last-child(11)~.post-gallery__item:nth-child(10){border-radius:0 0 var(--gallerBorderRadius) 0}.post-gallery__item:first-child:nth-last-child(11)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(12){border-radius:var(--gallerBorderRadius) 0 0 0}.post-gallery__item:first-child:nth-last-child(12)~.post-gallery__item:nth-child(2){border-radius:0 var(--gallerBorderRadius) 0 0}.post-gallery__item:first-child:nth-last-child(12)~.post-gallery__item:nth-child(10),.post-gallery__item:first-child:nth-last-child(12)~.post-gallery__item:nth-child(4),.post-gallery__item:first-child:nth-last-child(12)~.post-gallery__item:nth-child(5),.post-gallery__item:first-child:nth-last-child(12)~.post-gallery__item:nth-child(6),.post-gallery__item:first-child:nth-last-child(12)~.post-gallery__item:nth-child(7),.post-gallery__item:first-child:nth-last-child(12)~.post-gallery__item:nth-child(8),.post-gallery__item:first-child:nth-last-child(12)~.post-gallery__item:nth-child(9){border-radius:0}.post-gallery__item:first-child:nth-last-child(12)~.post-gallery__item:nth-child(11){border-radius:0 0 0 var(--gallerBorderRadius)}.post-gallery__item:first-child:nth-last-child(12)~.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) 0}}@media screen and (max-width:576px){.post-gallery__item{border-radius:0!important}.post-gallery__item:first-child{border-radius:var(--gallerBorderRadius) var(--gallerBorderRadius) 0 0!important}.post-gallery__item:last-child{border-radius:0 0 var(--gallerBorderRadius) var(--gallerBorderRadius)!important}.post-gallery__item:only-child{border-radius:var(--gallerBorderRadius)!important}}.post-gallery2{grid-template-columns:repeat(4,25%)}.post-points{display:grid;gap:2.5em;grid-template-columns:100%}.post-points .point-item:nth-child(2n) .point-item__num{background-color:var(--accent-light)}.post-buttons{display:flex;flex-wrap:wrap}.post-buttons .m-btn{margin:.625em .625em 0 0;padding:0 2.25em}.flight,.local-time,.weather{align-items:center;border:1px solid var(--gray-5);border-radius:var(--gallerBorderRadius);display:flex;justify-content:space-between;max-width:100%;width:31.4375em}.local-time{padding:1.25em 2em}.flight,.weather{min-height:6em;padding:1em 2.5em}.flight__item img,.weather__item img{margin-right:.5em;width:2.5em}@media screen and (max-width:1024px){.post-gallery{grid-template-columns:repeat(6,16.6666666667%)}.post-gallery__item:nth-child(6)~.post-gallery__item{display:none}.post-gallery2{grid-template-columns:repeat(2,50%)}.post-gallery2 .post-gallery__item:nth-child(6)~.post-gallery__item{display:block}}@media screen and (max-width:576px){.post .h1,.post .m-text h1{font-size:2em}.post .h2,.post .m-text h2{font-size:1.625em}.post .h3,.post .m-text h3{font-size:1.375em}.post .h4,.post .m-text h4{font-size:1.275em}.post .h5,.post .m-text h5{font-size:1.175em}.post__bottom{gap:.375em}.post__date,.post__name{font-size:1em}.post-group--select .post-group__top{padding-bottom:2.75em;position:relative}.post-group--select .m-select{bottom:0;left:0;position:absolute}.post-group .m-select{margin:0}.post-group .m-select__current{font-size:1em}.post-gallery{grid-template-columns:repeat(3,33.3333333333%)}.post-gallery2{grid-template-columns:100%}.local-time{padding:.5em 2.5em}.local-time__desc{text-align:center}.local-time__desc span{display:block;line-height:inherit}.weather{padding:.5em 2.5em}.weather__item img{width:2em}}.sales__wrap{background-image:url(./sales-bg.DOaSr-nj.jpg);background-position:50%;background-size:cover;padding:2em 0}.sales__grid{display:grid;grid-template-columns:repeat(4,25%);margin-top:2em}.sales__grid._col3{grid-template-columns:repeat(3,33.3333333333%)}.sale-item{align-items:center;display:flex;flex-direction:column;padding:0 1.25em;text-align:center}.sale-item img{height:4em;margin-bottom:.5em}@media screen and (max-width:1024px){.sales__wrap{padding:1.5em 0}}@media screen and (max-width:576px){.sales__wrap{padding:1.875em 0}.sales__title{font-weight:400}.sales__title span{display:block;font-size:1.22em;font-weight:700;margin-bottom:.36em}.sales__grid{gap:1.25em 0;grid-template-columns:repeat(2,50%);margin-top:1.5em}.sales__grid._col3{gap:1.5em;grid-template-columns:100%}.sale-item img{height:3em}}.gallery--hide[data-v-e00588ac]{display:none}.offer-advantage-item__img[data-v-9ee3ecfc]{height:2.5em}@media screen and (max-width:576px){.offer-advantage-item[data-v-9ee3ecfc]{justify-content:center}}.tour-card3{border:1px solid var(--gray-5);border-radius:1.5em;overflow:hidden}.tour-card3__top{display:grid;grid-template-columns:26.125em calc(100% - 26.125em)}.tour-card3__col{position:relative}.tour-card3__col2{display:flex;flex-direction:column;padding:1.5em}.tour-card3__img{display:block;min-height:100%;padding-bottom:75.11%;position:relative}.tour-card3__img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.tour-card3__img:first-child~.tour-card3__img{display:none}.tour-card3__fullscreen{align-items:center;background:#33333340;border-radius:.5em;display:flex;height:2.25em;justify-content:center;left:1.5em;pointer-events:none;position:absolute;top:1.5em;width:2.25em;z-index:2}.tour-card3__fullscreen img{width:1.5em}.tour-card3 .tour-badges{bottom:1.5em;left:1.5em;position:absolute}.tour-card3__action{margin-bottom:.5em}.tour-card3__title{align-items:flex-start;display:flex}.tour-card3__title-name{cursor:pointer;transition:color .2s ease}.tour-card3__title-name:hover{color:var(--link)}.tour-card3__score{background:var(--white);border:1px solid var(--green-2);border-radius:.875em;height:1.375em;margin-left:.5em;padding:0 .5em}.tour-card3__subtitle{margin-top:.5em}.tour-card3__text{margin-top:1.25em}.tour-card3__desc{overflow:hidden;line-clamp:4;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.tour-card3__action2{margin-top:auto;padding-top:1em}.tour-card3__price{align-items:flex-end;display:flex}.tour-card3__price-num{color:var(--link);font-size:2em;font-weight:700;margin:0 .17em 0 .22em}.tour-card3__price-desc{font-size:1.125em;padding-bottom:.25em}.tour-card3__tab,.tour-card3__tab2{align-items:center;border-radius:1.375em;display:flex;height:1.75em;justify-content:center;padding:0 1.25em}.tour-card3__tab{color:var(--link)}.tour-card3__tab:hover{color:var(--accent)}.tour-card3__tab._active{color:var(--gray-1);pointer-events:none}.tour-card3__tab2{margin-left:2.5em}.tour-card3__tab2._active{border-color:var(--gray-1);color:var(--gray-1);pointer-events:none}.tour-card3__arrow{display:none}.tour-card3__bottom,.tour-card3__nav{border-top:1px solid var(--gray-5)}.tour-card3__nav{padding:1.25em 0}.tour-map__top img{display:block;width:100%}.tour-map__top ._view2,.tour-map__top ._view3{display:none}@media screen and (max-width:1024px){.tour-card3__top{grid-template-columns:16.25em calc(100% - 16.25em)}.tour-card3__col2{padding:1.25em}.tour-card3__img{padding-bottom:100%}.tour-card3__fullscreen{height:1.875em;width:1.875em}.tour-card3__fullscreen img{width:1.25em}.tour-card3__score{height:1.25em}.tour-card3__text{margin-top:1em}.tour-card3__price-num{font-size:1.75em}.tour-card3__price-desc{font-size:1em;padding-bottom:.14em}.tour-card3__tab,.tour-card3__tab2{height:1.6875em}.tour-card3__tab span,.tour-card3__tab2 span{font-size:1em}.tour-card3__tab{margin-left:.75em;padding:0}.tour-card3__tab2{margin-left:1.25em;padding:0 1em}.tour-card3 .tour-badge{height:2em;width:2em}.tour-card3 .tour-badge img{width:1.25em}.tour-card3__nav{padding:1em 0}.tour-card3__nav .tour-card3__tab{margin:0}.tour-card3__main-img{height:100%}.tour-map__top ._view2{display:block}.tour-map__top ._view1{display:none}}@media screen and (max-width:576px){.tour-card3__top{grid-template-columns:100%}.tour-card3__col2{padding:1.375em}.tour-card3__img{padding-bottom:56.2%}.tour-card3__buttons{display:none}.tour-card3__arrow{align-items:center;display:flex;justify-content:center;width:1.5em}.tour-card3__arrow img{width:100%}.tour-card3__bottom,.tour-card3__nav{display:none}.tour-map__top ._view3{display:block}.tour-map__top ._view2{display:none}}.about-tour__top{display:grid;grid-template-columns:26.125em calc(100% - 26.125em);padding:1.25em 0}.about-tour__col2{padding-left:1.375em;padding-right:.75em}.about-tour__images{display:grid;gap:.75em;grid-template-columns:repeat(4,calc(25% - .5625em))}.about-tour__images .about-tour__img:nth-child(12)~.about-tour__img{display:none}.about-tour__img{display:block;padding-bottom:75.4%;position:relative}.about-tour__img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.about-tour__props{display:grid;gap:.375em;grid-template-columns:100%}.about-tour__prop{display:grid;gap:1.25em;grid-template-columns:9.375em calc(100% - 10.625em)}.about-tour__prop-desc,.about-tour__prop-title{font-size:1.125em;letter-spacing:-.01em;line-height:120%}.about-tour__prop-title{font-weight:700;text-align:right}.hotel-info{display:grid;gap:2.5em;grid-template-columns:100%}@media screen and (max-width:1024px){.about-tour__top{grid-template-columns:16.25em calc(100% - 16.25em)}.about-tour__col2{padding-right:1.5em}.about-tour__images{grid-template-columns:repeat(3,calc(33.33333% - .5em))}.about-tour__images .about-tour__img:nth-child(9)~.about-tour__img{display:none}.about-tour__img{padding-bottom:91%}.about-tour__prop-desc,.about-tour__prop-title{font-size:1em}.hotel-info{gap:2.5em}}@media screen and (max-width:576px){.hotel-info{padding:1.25em 1.875em}}.tour-mob,.tour-mob__variants-btn{display:none}@media screen and (max-width:576px){.tour-mob{background-color:var(--white);display:block;height:100vh;left:0;overflow-y:auto;padding:3.625em 0 2em;position:fixed;top:0;width:100%;z-index:100}.tour-mob__slider{position:relative}.tour-mob__slider .swiper{height:21.25em}.tour-mob__slider .swiper-pagination{background-color:var(--gray-1);border-radius:.875rem;bottom:.625em;color:var(--white);font-size:1em;left:50%;letter-spacing:-.01em;padding:.375em .75em;position:absolute;transform:translate(-50%);z-index:3}.tour-mob__slider .swiper-pagination-bullets{background-color:transparent;display:flex;gap:1em}.tour-mob__slider .swiper-pagination-bullets .swiper-pagination-bullet{background-color:#fff;border-radius:.875rem;height:1em;opacity:.5;width:1em}.tour-mob__slider .swiper-pagination-bullets .swiper-pagination-bullet-active{opacity:1}.tour-mob__slider .swiper-button-next,.tour-mob__slider .swiper-button-prev{background-color:var(--white);background-size:1.125em auto;border-radius:50%;height:2.5em;width:2.5em}.tour-mob__slider-img{display:block;height:21.25em;padding:0;position:relative}.tour-mob__slider-img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.tour-mob__content{padding:1.25em 1.875em}.tour-mob__content .rating{margin-bottom:.5em}.tour-mob .tour-card3__score{height:1.375em}.tour-mob__tabs{display:grid;gap:1.25em;grid-template-columns:repeat(3,calc(33.33333% - .83333em));margin-top:1.25em}.tour-mob__tab{height:2.25em;padding:0}.tour-mob__tab span{font-size:1em}.tour-mob__tab._active{background-color:transparent;border-color:var(--gray-1);color:var(--gray-1);pointer-events:none}.tour-mob__variants-btn{display:block;height:2.6875em;min-width:12.5em}.tour-mob__variants-btn span{font-size:1em}.tour-mob-header{background-color:var(--white);height:3.625em;left:0;padding:0 1.875em;position:fixed;top:0;width:100%;z-index:5}.tour-mob-header__back,.tour-mob-header__share{align-items:center;display:flex;justify-content:center}.tour-mob-header__back img,.tour-mob-header__share img{width:100%}.tour-mob-header__back{width:.875em;width:1em}.variant-detail{background:var(--gray-6);border-bottom:1px solid var(--gray-5);border-top:1px solid var(--gray-5);padding:1.25em 1.875em}.variant-detail__nav{display:grid;gap:1.25em;grid-template-columns:repeat(2,calc(50% - .625em));margin-top:3.75em}.variant-detail__btn--disabled{cursor:not-allowed}}.hotel-detail{overflow-y:auto;padding:1em 0;text-align:center;transition:opacity .3s;z-index:80}.hotel-detail,.hotel-detail__bg{height:var(--full-vh);left:0;position:fixed;top:0;width:100%}.hotel-detail__bg{background-color:var(--black);opacity:.5}.hotel-detail__dialog{text-align:left;vertical-align:middle}.hotel-detail._active{opacity:1;pointer-events:unset}.hotel-detail._active .modal__bg{display:block}.hotel-detail__dialog{background:var(--white);border-radius:1.5em;display:inline-block;max-width:calc(100% - 5em);position:relative;width:75em;z-index:3}.hotel-detail__bottom,.hotel-detail__top{padding:3.75em}.hotel-detail .close-btn{position:absolute;right:1.25em;top:1.25em}.hotel-detail .share-btn svg{width:1.125em}.hotel-detail__content{display:grid;gap:3.75em;grid-template-columns:100%;margin-top:3.75em}.hotel-detail__tabs{display:grid;gap:1.25em;grid-template-columns:repeat(4,calc(25% - .9375em))}.hotel-detail__tab{height:2.5em;padding:0}.hotel-detail__tab span{font-size:1.125em}.hotel-detail__tab._active{border-color:var(--gray-1);color:var(--gray-1);pointer-events:none}.hotel-detail__back{color:var(--link)}.hotel-detail__back svg{margin-right:.5em;width:.9375em}.hotel-detail__back:hover{color:var(--accent)}.hotel-detail__back:hover path{fill:var(--accent)}.hotel-detail .tour-reviews__top{padding-left:0;padding-right:0}.tour-detail{background:var(--gray-6);border-bottom:1px solid var(--gray-5);border-top:1px solid var(--gray-5);display:grid;gap:2.5em;grid-template-columns:calc(100% - 17.5em) 15em;padding:2.5em 3.75em 0}.tour-detail__col2{border-left:1px dashed var(--gray-5);padding-left:1em}.tour-detail__props{display:grid;gap:1.25em 2.5em;grid-template-columns:17.5em calc(100% - 20em);padding-bottom:2.5em}.tour-detail__bottom{align-items:center;display:flex;justify-content:center;padding:1em 0 1.25em}.tour-detail__price{align-items:flex-end;display:flex}.tour-detail__price-desc{line-height:100%;margin-left:.125em;padding-bottom:.17em}.tour-detail__speed{margin-top:.625em}.tour-detail__speed img{margin-right:.125em;width:1em}.tour-detail__props2{display:grid;gap:.5em;grid-template-columns:100%;margin-top:1.25em}.tour-detail__prop{border-bottom:1px dashed var(--gray-4);display:flex;justify-content:space-between}.tour-detail__next{margin-top:3.75em}.tour-detail__btn{height:2.75em;width:100%}.tour-detail__btn span{font-size:1em}@media screen and (max-width:1024px){.hotel-detail__bottom,.hotel-detail__top{padding:2.5em 1.875em}.hotel-detail .close-btn{right:1.125em;top:1.125em}.hotel-detail .share-btn svg{width:1em}.hotel-detail .tour-card3__score{height:1.375em}.hotel-detail__content{gap:2.5em;margin-top:2.5em}.hotel-detail__tab{height:2.25em}.hotel-detail__tab span{font-size:1em}.tour-detail{gap:1.25em;grid-template-columns:calc(100% - 15em) 13.75em;padding-left:1.875em;padding-right:1.875em}.tour-detail__col2{padding-left:1.25em}.tour-detail__props{gap:1.25em;grid-template-columns:15.625em calc(100% - 16.875em)}.tour-detail__bottom{padding:.875em 0 1em}}@media screen and (max-width:576px){.tour-detail__props{grid-template-columns:100%}}.tour-reviews__top{padding:2.5em 1.25em}.review-item{border-bottom:1px solid var(--gray-5);display:grid;gap:1.25em;grid-template-columns:100%;padding:1.25em 0}.review-item:last-child{border-bottom:none}.review-item__top{align-items:flex-end;display:flex}.review-item__desc:not(._full){overflow:hidden;line-clamp:6;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}@media screen and (max-width:576px){.review-item__desc:not(._full){overflow:hidden;line-clamp:8;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical}}.review-item__date{margin-bottom:.25em;margin-left:.67em}.review-item__date:first-child{margin:0}@media screen and (max-width:1024px){.review-item{gap:1em}}@media screen and (max-width:576px){.review-item__desc:not(._full){-webkit-line-clamp:8}}.tour-card3__tab2{margin-left:.25em}.hotel-card__image-link{display:block}.hotel-card__hidden-gallery-link{display:none}.hotel-card__title-link{cursor:pointer}.tour-mob._hotel-card .tour-mob__tabs{grid-template-columns:repeat(3,calc(33.33333% - .83333em))}.tour-card3__tab ._view2,.tour-card3__tab2 ._view2{display:none}@media screen and (max-width:1024px){.tour-card3__tab2{margin-left:1.25em}}@media screen and (max-width:576px){.tour-card3__buttons-card{display:flex}.tour-card3__tab2{margin-left:.625em;padding:0 .875em}.tour-card3__tab,.tour-card3__tab2{font-weight:400}.tour-card3__tab ._view1,.tour-card3__tab2 ._view1{display:none}.tour-card3__tab ._view2,.tour-card3__tab2 ._view2{display:block}.tour-card3__price-num{font-size:1.5em;margin:0 0 0 .1em}}.tour-view__grid{display:grid;gap:3.75em;grid-template-columns:40em calc(100% - 43.75em);margin-top:2.5em}.tour-view__col2{display:flex;flex-direction:column}.tour-view__img,.tour-view__media{position:relative}.tour-view__img{border-radius:1.5em;display:block;padding-bottom:51.6%}.tour-view__img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.tour-view .tour-badges{bottom:1.375em;left:1.25em;position:absolute}.tour-view__badge{align-items:center;background-color:var(--white);border-radius:.875em;color:var(--accent);display:flex;height:1.88em;left:1.25em;padding:0 .75em;position:absolute;top:1.375em;z-index:2}.tour-view__num{margin-top:.625em}.tour-view__props{display:grid;gap:1.25em;grid-template-columns:100%;margin-top:2.5em}.tour-view__bottom{justify-content:space-between;margin-top:auto;padding-top:2.5em}.tour-view__bottom,.tour-view__price{align-items:flex-end;display:flex}.tour-view__price-num{color:var(--link);font-size:2em;font-weight:700;margin:0 .17em 0 .22em}.tour-view__price-desc{font-size:1.125em;padding-bottom:.25em}.tour-view__btn{padding:0 1.625em}.tour-view__btn ._view2{display:none}.prop-item2,.prop-item2__icon{align-items:center;display:flex}.prop-item2__icon{background-color:var(--gray-6);border-radius:50%;flex-shrink:0;height:2.75em;justify-content:center;margin-right:.625em;width:2.75em}.prop-item2__icon img{width:1.5em}.prop-item2__content{display:grid;gap:.625em;grid-template-columns:100%}.prop-item2__desc{overflow:hidden;line-clamp:1;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.tour-advantages{border-top:1px solid var(--gray-5);padding:2.5em 0}@media screen and (min-width:577px){.tour-advantages .swiper-wrapper{flex-wrap:wrap;gap:1.5em;justify-content:center;transform:unset!important}.tour-advantages .swiper-slide{width:18%}.tour-advantages .swiper-button-next,.tour-advantages .swiper-button-prev{display:none}}.tour-advantages .prop-item2__icon{height:3.5em;width:3.5em}.tour-advantages .prop-item2__icon img{width:2.25em}@media screen and (max-width:1024px){.tour-view__grid{gap:1.5em;grid-template-columns:27.5em calc(100% - 29em)}.tour-view__img{padding-bottom:75%}.tour-view .tour-badges{bottom:1.25em}.tour-view__badge{height:1.75em;top:1.25em}.tour-view__bottom{flex-wrap:wrap}.tour-view__price{white-space:nowrap}.tour-view__price-num{font-size:1.75em}.tour-view__price-desc{font-size:1em}.tour-view__btn ._view1{display:none}.tour-view__btn ._view2{display:block}}@media screen and (max-width:1024px) and (min-width:577px){.tour-advantages{padding-top:1em}.tour-advantages .swiper-wrapper{flex-wrap:wrap;justify-content:center}.tour-advantages .swiper-slide{margin:1.5em 1.875em 0}}@media screen and (max-width:1024px){.tour-advantages .prop-item2__icon{height:3.25em;width:3.25em}.tour-advantages .prop-item2__icon img{width:2em}.tour-advantages .prop-item2__content{gap:.5em}.tour-advantages .prop-item2__desc,.tour-advantages .prop-item2__title{font-size:1em}}@media screen and (max-width:576px){.tour-view__grid{grid-template-columns:100%;margin-top:1.5em}.tour-view__img{padding-bottom:71.5%}.tour-view .tour-badges{bottom:1.25em}.tour-view__badge{height:1.75em;top:1.25em}.tour-view__props{margin-top:1.5em}.tour-view__bottom{padding-top:2.0625em}.tour-advantages{overflow:hidden;padding:2.5em 4.5em 0;position:relative}.tour-advantages .swiper{overflow:unset}.tour-advantages .swiper-slide{opacity:0;pointer-events:none;transition:opacity .3s}.tour-advantages .swiper-slide-active{opacity:1;pointer-events:unset}.tour-advantages .swiper-button-next,.tour-advantages .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='13' fill='none' viewBox='0 0 7 13'%3E%3Cpath fill='%232D3648' d='M1.756.971A.833.833 0 0 0 .577 2.15l4.411 4.41-4.41 4.411a.833.833 0 1 0 1.178 1.179l5-5a.833.833 0 0 0 0-1.179z'/%3E%3C/svg%3E"),linear-gradient(90deg,#fff0,#fff 50%);background-position:right .875em center,0 0;background-size:.4375em auto,cover;height:6.875em;margin:0;top:-1.875em;width:5em}.tour-advantages .swiper-button-next.swiper-button-disabled,.tour-advantages .swiper-button-prev.swiper-button-disabled{opacity:0}.tour-advantages .swiper-button-next{right:-4.5em}.tour-advantages .swiper-button-prev{left:-4.5em;transform:rotate(-180deg)}}.hotel-feedback__num{border:1px solid var(--green-2);border-radius:1.625em;flex-shrink:0;height:3.25em;margin-right:1.25em;padding:0 1.625em}.hotel-media__top{display:flex;justify-content:flex-end}.hotel-media__grid{display:grid;gap:1.25em;grid-template-columns:46.25em calc(100% - 47.5em)}.hotel-media__img{display:block;padding-bottom:56%;position:relative}.hotel-media__img img{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.hotel-media__items{display:grid;gap:.3em;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(5,1fr);height:100%}.hotel-media__items .hotel-media__img{border:2px solid transparent;border-radius:5px;cursor:pointer}.hotel-media__items .hotel-media__img.active{border:2px solid #00a3be}.hotel-media__items .hotel-media__img.active img{border-radius:3px}.hotel-media .swiper{margin-top:-2.5em;padding-top:2.5em}.hotel-media .swiper-button-next,.hotel-media .swiper-button-prev{margin-top:0!important;top:0!important}.hotel-media .swiper-button-prev{left:0!important;right:4.5em!important}.hotel-media .swiper-button-next{left:2.5em!important;right:0!important}.hotel-general__props{display:grid;gap:.5em;grid-template-columns:100%;margin-top:1.25em}.hotel-general__props-line{height:1.25em;position:relative;width:3.75em}.hotel-general__props-line:before{background:var(--gray-5);content:"";height:1px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}@media screen and (max-width:1024px){.hotel-media__grid{grid-template-columns:37.75em calc(100% - 39em)}}.content-box__visa,.content-box__visa a,.content-box__visa div,.content-box__visa h1,.content-box__visa h2,.content-box__visa h3,.content-box__visa h4,.content-box__visa h5,.content-box__visa li,.content-box__visa p,.content-box__visa ul{line-height:1.2}.content-box__contacts{font-size:1.125em;letter-spacing:-.01em;line-height:150%}.content-box__team{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;font-size:1.125em;letter-spacing:-.01em;line-height:140%;overflow:hidden}.content-box__block div,.content-box__block p{font-size:1.5em;line-height:125%}@media screen and (max-width:1024px){.content-box__block div,.content-box__block p{font-size:1.375em}}@media screen and (max-width:576px){.content-box__block div,.content-box__block p{font-size:1.25em}}.content-box__block__small div,.content-box__block__small p{font-size:1.125em;line-height:140%}@media screen and (max-width:1024px){.content-box__block__small div,.content-box__block__small p{font-size:1em}}.content-box a{color:var(--link)}.content-box a:hover{color:var(--accent)}.content-box table{border-collapse:collapse;margin:1em 0;width:100%}.content-box table td,.content-box table th{border:1px solid var(--gray-5,#e8ecef);padding:.5em .75em;text-align:left}.content-box table th{background-color:var(--gray-6,#f1f3f5);font-weight:600}.sales{padding:0}.hotel-media__grid{grid-template-columns:calc(100% - 21.25em) 20em}.hotel-media__col .hotel-media__img{height:25.9375em;padding-bottom:0}._hide{display:none}@media screen and (max-width:576px){.hotel-feedback,.hotel-media{display:none}}.promotions__wrap[data-v-60a66af4]{background-image:url(./sales-bg.DOaSr-nj.jpg);background-position:50%;background-size:cover;padding:2em 0}.promotions__grid[data-v-60a66af4]{display:grid;gap:1.25em 0;grid-template-columns:repeat(auto-fit,25%);justify-content:center;justify-items:center;margin-top:2em}.promotion[data-v-60a66af4]{align-items:center;display:flex;flex-direction:column;padding:0 1.25em;text-align:center}.promotion__img[data-v-60a66af4]{height:4em;margin-bottom:.5em}@media screen and (max-width:1024px){.promotions__wrap[data-v-60a66af4]{padding:1.5em 0}}@media screen and (max-width:576px){.promotions__wrap[data-v-60a66af4]{padding:1.875em 0}.promotions__title[data-v-60a66af4]{font-weight:400}.promotions__grid[data-v-60a66af4]{gap:1.25em 0;grid-template-columns:repeat(auto-fit,50%);margin-top:1.5em}.promotion__img[data-v-60a66af4]{height:3em}}.tours__truck-price[data-v-5b57f974]{height:1.875em;padding:0 1em}.tours__truck-price span[data-v-5b57f974]{font-size:1.125em}.tours__truck-price svg[data-v-5b57f974]{margin-right:.25em;width:1.125em}.tours__truck-price:hover path[data-v-5b57f974]{stroke:var(--white)}.tours__items[data-v-5b57f974]{display:grid;gap:2em;grid-template-columns:100%;margin-top:2em}.tours .hot-tours__btn[data-v-5b57f974]{min-width:16.375em}.tours-top .m-select[data-v-5b57f974],.tours-top .share-btn[data-v-5b57f974]{margin-right:1.5em}.tours-top__right[data-v-5b57f974]{margin-left:auto}.tours-top__right .icon-text-btn[data-v-5b57f974]{margin-right:1.5em}.tours-top__right .icon-text-btn[data-v-5b57f974]:last-child{margin-right:0}@media screen and (max-width:1024px){.tours__items[data-v-5b57f974]{gap:1.5em;margin-top:1.5em}}@media screen and (max-width:576px){.tours__truck-price[data-v-5b57f974]{height:1.625em;padding:0 .75em}.tours__truck-price span[data-v-5b57f974]{font-size:.875em}.tours__truck-price svg[data-v-5b57f974]{width:.875em}.tours-top__more[data-v-5b57f974]{display:none}.tours-top .m-select[data-v-5b57f974],.tours-top .share-btn[data-v-5b57f974],.tours-top__right .icon-text-btn[data-v-5b57f974]{margin-right:1.25em}}.tour-view__grid[data-v-5b57f974]{display:grid;gap:3.75em;grid-template-columns:40em calc(100% - 43.75em);margin-top:2.5em}.tour-view__col2[data-v-5b57f974]{display:flex;flex-direction:column}.tour-view__img[data-v-5b57f974],.tour-view__media[data-v-5b57f974]{position:relative}.tour-view__img[data-v-5b57f974]{border-radius:1.5em;display:block;padding-bottom:51.6%}.tour-view__img img[data-v-5b57f974]{border-radius:inherit;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.tour-view .tour-badges[data-v-5b57f974]{bottom:1.375em;left:1.25em;position:absolute}.tour-view__badge[data-v-5b57f974]{align-items:center;background-color:var(--white);border-radius:.875em;color:var(--accent);display:flex;height:1.88em;left:1.25em;padding:0 .75em;position:absolute;top:1.375em;z-index:2}.tour-view__num[data-v-5b57f974]{margin-top:.625em}.tour-view__props[data-v-5b57f974]{display:grid;gap:1.25em;grid-template-columns:100%;margin-top:2.5em}.tour-view__bottom[data-v-5b57f974]{justify-content:space-between;margin-top:auto;padding-top:2.5em}.tour-view__bottom[data-v-5b57f974],.tour-view__price[data-v-5b57f974]{align-items:flex-end;display:flex}.tour-view__price-num[data-v-5b57f974]{color:var(--link);font-size:2em;font-weight:700;margin:0 .17em 0 .22em}.tour-view__price-desc[data-v-5b57f974]{font-size:1.125em;padding-bottom:.25em}.tour-view__btn[data-v-5b57f974]{padding:0 1.625em}.tour-view__btn ._view2[data-v-5b57f974]{display:none}.prop-item2[data-v-5b57f974],.prop-item2__icon[data-v-5b57f974]{align-items:center;display:flex}.prop-item2__icon[data-v-5b57f974]{background-color:var(--gray-6);border-radius:50%;flex-shrink:0;height:2.75em;justify-content:center;margin-right:.625em;width:2.75em}.prop-item2__icon img[data-v-5b57f974]{width:1.5em}.prop-item2__content[data-v-5b57f974]{display:grid;gap:.625em;grid-template-columns:100%}.prop-item2__desc[data-v-5b57f974]{overflow:hidden;line-clamp:1;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.tour-advantages[data-v-5b57f974]{border-top:1px solid var(--gray-5);padding:2.5em 0}@media screen and (min-width:577px){.tour-advantages .swiper-wrapper[data-v-5b57f974]{flex-wrap:wrap;gap:1.5em;justify-content:center;transform:unset!important}.tour-advantages .swiper-slide[data-v-5b57f974]{width:18%}.tour-advantages .swiper-button-next[data-v-5b57f974],.tour-advantages .swiper-button-prev[data-v-5b57f974]{display:none}}.tour-advantages .prop-item2__icon[data-v-5b57f974]{height:3.5em;width:3.5em}.tour-advantages .prop-item2__icon img[data-v-5b57f974]{width:2.25em}@media screen and (max-width:1024px){.tour-view__grid[data-v-5b57f974]{gap:1.5em;grid-template-columns:27.5em calc(100% - 29em)}.tour-view__img[data-v-5b57f974]{padding-bottom:75%}.tour-view .tour-badges[data-v-5b57f974]{bottom:1.25em}.tour-view__badge[data-v-5b57f974]{height:1.75em;top:1.25em}.tour-view__bottom[data-v-5b57f974]{flex-wrap:wrap}.tour-view__price[data-v-5b57f974]{white-space:nowrap}.tour-view__price-num[data-v-5b57f974]{font-size:1.75em}.tour-view__price-desc[data-v-5b57f974]{font-size:1em}.tour-view__btn ._view1[data-v-5b57f974]{display:none}.tour-view__btn ._view2[data-v-5b57f974]{display:block}}@media screen and (max-width:1024px) and (min-width:577px){.tour-advantages[data-v-5b57f974]{padding-top:1em}.tour-advantages .swiper-wrapper[data-v-5b57f974]{flex-wrap:wrap;justify-content:center}.tour-advantages .swiper-slide[data-v-5b57f974]{margin:1.5em 1.875em 0}}@media screen and (max-width:1024px){.tour-advantages .prop-item2__icon[data-v-5b57f974]{height:3.25em;width:3.25em}.tour-advantages .prop-item2__icon img[data-v-5b57f974]{width:2em}.tour-advantages .prop-item2__content[data-v-5b57f974]{gap:.5em}.tour-advantages .prop-item2__desc[data-v-5b57f974],.tour-advantages .prop-item2__title[data-v-5b57f974]{font-size:1em}}@media screen and (max-width:576px){.tour-view__grid[data-v-5b57f974]{grid-template-columns:100%;margin-top:1.5em}.tour-view__img[data-v-5b57f974]{padding-bottom:71.5%}.tour-view .tour-badges[data-v-5b57f974]{bottom:1.25em}.tour-view__badge[data-v-5b57f974]{height:1.75em;top:1.25em}.tour-view__props[data-v-5b57f974]{margin-top:1.5em}.tour-view__bottom[data-v-5b57f974]{padding-top:2.0625em}.tour-advantages[data-v-5b57f974]{overflow:hidden;padding:2.5em 4.5em 0;position:relative}.tour-advantages .swiper[data-v-5b57f974]{overflow:unset}.tour-advantages .swiper-slide[data-v-5b57f974]{opacity:0;pointer-events:none;transition:opacity .3s}.tour-advantages .swiper-slide-active[data-v-5b57f974]{opacity:1;pointer-events:unset}.tour-advantages .swiper-button-next[data-v-5b57f974],.tour-advantages .swiper-button-prev[data-v-5b57f974]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='13' fill='none' viewBox='0 0 7 13'%3E%3Cpath fill='%232D3648' d='M1.756.971A.833.833 0 0 0 .577 2.15l4.411 4.41-4.41 4.411a.833.833 0 1 0 1.178 1.179l5-5a.833.833 0 0 0 0-1.179z'/%3E%3C/svg%3E"),linear-gradient(90deg,#fff0,#fff 50%);background-position:right .875em center,0 0;background-size:.4375em auto,cover;height:6.875em;margin:0;top:-1.875em;width:5em}.tour-advantages .swiper-button-next.swiper-button-disabled[data-v-5b57f974],.tour-advantages .swiper-button-prev.swiper-button-disabled[data-v-5b57f974]{opacity:0}.tour-advantages .swiper-button-next[data-v-5b57f974]{right:-4.5em}.tour-advantages .swiper-button-prev[data-v-5b57f974]{left:-4.5em;transform:rotate(-180deg)}}.sales[data-v-5b57f974]{padding:0}.prop-popper__container[data-v-5b57f974]{height:-moz-max-content;height:max-content;width:40em}.prop-popper__header[data-v-5b57f974]{background-color:var(--link)}.prop-popper__title[data-v-5b57f974]{color:var(--white);padding:1em}.prop-popper__desc[data-v-5b57f974]{padding:1em}.prop-item2__desc--mobile[data-v-5b57f974]{display:none}.prop-item2__arrow[data-v-5b57f974]{width:1.5em}.prop-item2__desc-container[data-v-5b57f974]{align-items:center;cursor:pointer;display:flex;flex-direction:row}.prop-item2__desc-container--disabled[data-v-5b57f974]{cursor:default}.v-popper--theme-dropdown .v-popper__arrow-inner[data-v-5b57f974],.v-popper--theme-dropdown .v-popper__arrow-outer[data-v-5b57f974]{border-color:var(--link)}@media screen and (max-width:1024px){.prop-popper__container[data-v-5b57f974]{width:30em}.prop-item2__desc[data-v-5b57f974]{display:none}.prop-item2__desc--mobile[data-v-5b57f974]{display:block}}@media screen and (max-width:576px){.prop-popper__container[data-v-5b57f974]{width:25em}}.tours__truck-price{height:1.875em;padding:0 1em}.tours__truck-price span{font-size:1.125em}.tours__truck-price svg{margin-right:.25em;width:1.125em}.tours__truck-price:hover path{stroke:var(--white)}.tours__items{display:grid;gap:2em;grid-template-columns:100%;margin-top:2em}.tours .hot-tours__btn{min-width:16.375em}.tours-top .m-select,.tours-top .share-btn{margin-right:1.5em}.tours-top__right{margin-left:auto}.tours-top__right .icon-text-btn{margin-right:1.5em}.tours-top__right .icon-text-btn:last-child{margin-right:0}@media screen and (max-width:1024px){.tours__items{gap:1.5em;margin-top:1.5em}}@media screen and (max-width:576px){.tours__truck-price{height:1.625em;padding:0 .75em}.tours__truck-price span{font-size:.875em}.tours__truck-price svg{width:.875em}.tours-top__more{display:none}.tours-top .m-select,.tours-top .share-btn,.tours-top__right .icon-text-btn{margin-right:1.25em}}.header{position:relative;z-index:20}.header-top{padding:1.375em 0}.header-top__logo{flex-shrink:0;margin-right:2.44em;width:12.0625em}.header-top__logo img{display:block;width:100%}.nav,.nav2{color:var(--link);font-weight:700}.nav{display:flex}.nav__link{margin-right:2.5em}.nav__link span{font-size:1.25em;line-height:140%}.nav2{display:none}.nav-item{margin-right:2.5em;position:relative}.nav-item:last-child{margin:0}.nav-item__show{cursor:pointer;transition:color .3s}.nav-item__show span{font-size:1.25em;line-height:140%}.nav-item__show svg{margin-left:.25em;width:.875em}.nav-item__show:hover{color:var(--accent)}.nav-item__show:hover path{fill:var(--accent)}.nav-item__links{display:grid;gap:.75em;grid-template-columns:100%}.nav-item__link{display:inline-flex;font-size:1.125em;line-height:140%;margin-right:auto;white-space:nowrap}@media screen and (min-width:577px){.nav-item._open .nav-item__show svg,.nav-item:hover:not(._suppress-hover) .nav-item__show svg{transform:rotate(-180deg)}.nav-item._open .nav-item__hidden,.nav-item:hover:not(._suppress-hover) .nav-item__hidden{opacity:1;pointer-events:unset}.nav-item__hidden{left:-1.75em;margin-top:-1px;opacity:0;pointer-events:none;position:absolute;top:100%;transition:opacity .3s}.nav-item__inner{background-color:var(--white);padding:1.5em 1.75em 1.25em}}.header-action{margin-left:auto}.header-action__phone{color:var(--accent);font-weight:700}.header-action__btn{margin-left:2em;padding:0 1.7em}.burger{display:none}.header-bottom{border-bottom:1px solid var(--gray-5);border-top:1px solid var(--gray-5);padding:1.32em 0}.header-socials{display:none}@media screen and (max-width:1024px){.header-top{padding:1.125em 0}.header-top__logo{margin-right:1.5em;width:9.25em}.nav__link{margin-right:1.25em}.nav__link span{font-size:1.125em}.nav-item{margin-right:1.25em}.nav-item__show span{font-size:1.125em}.nav-item__show svg{width:.75em}.nav-item__link{font-size:1em}.header-action{margin-left:auto}.header-action__phone{color:var(--accent);font-weight:700}.header-action__btn{height:2.75em;margin-left:1.25em;padding:0 1em}.header-action__btn span{font-size:1.125em}}@media screen and (max-width:576px){.header._open .header-bottom{opacity:1;pointer-events:unset}.header-top{padding:0}.header-top__inner{justify-content:space-between;min-height:4.375em;padding:.5em 0}.header-top__logo{margin:0;position:relative;width:9.25em;z-index:11}.header-top .nav{display:none}.header-action{gap:.75em;margin:0;position:relative;z-index:11}.header-action__phone{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 26 26'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-width='1.25' d='M17.658 17.658C8.01 27.306 5.183 24.998 3.92 24.095c-.205-.116-4.878-3.127-1.971-6.032 6.74-6.742 5.373 2.02 11.754-4.36S11.321 8.69 18.062 1.95c2.907-2.907 5.918 1.767 6.033 1.97.903 1.262 3.21 4.09-6.437 13.738Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M26 0H0v26h26z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% auto;display:block;height:1.625em;width:1.625em}.header-action__phone span{display:none}.header-action__btn{display:flex;height:2.5em;margin-left:0;padding:0 1em;white-space:nowrap}.header-action__btn span{font-size:.875em}.burger{align-items:center;display:flex;height:1.625em;justify-content:center;position:relative;width:1.625em;z-index:11}.header-bottom{background-color:var(--white);border:none;height:var(--full-vh);left:0;opacity:0;overflow-y:auto;padding:4.375em 0 0;pointer-events:none;position:fixed;top:0;width:100%;z-index:10}.header-bottom .container{height:100%;overflow-y:auto;padding:1.875em}.header-bottom__inner{display:block}.nav{align-items:flex-start;flex-direction:column;width:100%}.nav__link{margin:0 0 .5em}.nav__link:last-child{margin-bottom:0}.nav__link span{font-size:1.25em}.nav__line{border-top:1px dashed var(--gray-5);margin:.5em 0 .625em;width:100%}.nav-item{margin:0 0 .5em}.nav-item__show span{font-size:1.25em}.nav-item__show svg{transition:transform .3s;width:.875em}.nav-item__hidden{max-height:0;opacity:0;overflow:hidden;padding-top:.5em;transition:opacity .3s,max-height .3s}.nav-item._open .nav-item__show svg{transform:rotate(-180deg)}.nav-item._open .nav-item__hidden{max-height:20em;opacity:1}.nav2{border-top:1px dashed var(--gray-5);display:block;margin-top:.75em;padding-top:.75em}.nav2__bottom{margin-top:.5em}.nav2__link{font-size:1em;line-height:140%;margin-right:2em;position:relative}.nav2__link:after{background:var(--gray-5);content:"";height:.9375em;left:100%;margin-left:1em;position:absolute;top:50%;transform:translate(-50%,-50%);width:1px}.nav2__link:last-child{margin-right:0}.nav2__link:last-child:after{display:none}.header-socials{border-top:1px dashed var(--gray-5);display:block;margin-top:1em;padding-top:1em}.header-socials .socials{margin-top:.5em}.header-socials .socials__item{height:2.25em;width:2.25em}.header-socials .socials__item:not(:last-child){margin:0 .5em 0 0}}.social-widget-control[data-v-1d0c6fd3]{bottom:0;display:inline-block;font-weight:400;left:auto;position:fixed;right:0;z-index:70}.social-widget-button[data-v-1d0c6fd3]{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 3px 12px #00000026;cursor:pointer;display:flex;height:64px;justify-content:center;margin-bottom:20px;margin-left:20px;margin-right:20px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:64px}.social-widget-button[data-v-1d0c6fd3]:before{background-color:#eb3323;border-radius:50%;content:"";display:block;height:10px;position:absolute;right:5px;top:5px;width:10px;z-index:1}.social-widget-button img[data-v-1d0c6fd3]{width:38px}.social-widget-panel[data-v-1d0c6fd3]{background-color:#fff;border-radius:10px;bottom:0;box-shadow:0 12px 24px #0000001a;flex-direction:column;left:auto;margin-right:20px;overflow:hidden;position:fixed;right:0;transform:translateZ(0);transition:opacity .3s ease 0s,margin .3s ease 0s,visibility .3s ease 0s;width:320px}.social-widget-panel--hidden[data-v-1d0c6fd3]{margin-bottom:80px;opacity:0;pointer-events:none;touch-action:none;visibility:hidden}.social-widget-panel--visible[data-v-1d0c6fd3]{margin-bottom:10px;opacity:1;pointer-events:all;touch-action:auto;visibility:visible;z-index:10}.social-widget-panel__close[data-v-1d0c6fd3]{color:#ffffff80;cursor:pointer;font-size:1.5em;padding:0 5px;position:absolute;right:5px;top:5px;z-index:9}.social-widget-panel__close[data-v-1d0c6fd3]:hover{color:var(--gray-1)}.social-widget-panel__header[data-v-1d0c6fd3]{align-items:center;background-color:var(--accent);color:var(--white);display:flex;font-size:14px;font-weight:400;gap:.5em;padding:20px 15px;position:relative;width:100%}.social-widget-panel__header-img[data-v-1d0c6fd3]{background-color:transparent;border-radius:50%;float:left;height:50px;margin-right:10px;padding-top:2px;position:relative;text-align:center;width:50px}.social-widget-panel__header-img img[data-v-1d0c6fd3]{height:50px}.social-widget-panel__body[data-v-1d0c6fd3]{padding:20px}.social-widget__message-img[data-v-1d0c6fd3]{background-color:transparent;border-radius:50%;float:left;height:50px;margin-right:10px;padding-top:2px;position:relative;text-align:center;width:50px}.social-widget__lead-text[data-v-1d0c6fd3]{font-size:16px;margin-bottom:15px;text-align:center}.social-widget__messages[data-v-1d0c6fd3]{height:25em;overflow:hidden;position:relative}.social-widget__messages-stage[data-v-1d0c6fd3]{height:25em;overflow-y:scroll;transition:all .3s ease-out}.social-widget__message-block[data-v-1d0c6fd3]{display:flex}.social-widget__message-img[data-v-1d0c6fd3]{border:0;float:none;height:40px;width:40px}.social-widget__message-img img[data-v-1d0c6fd3]{height:40px}.social-widget__message[data-v-1d0c6fd3]{background-color:#f1f0f0;border-radius:2px 10px 10px;font-size:12px;font-weight:400;line-height:1.4;margin-bottom:30px;padding:15px;width:200px}.social-widget__message-link-btn[data-v-1d0c6fd3]{background-color:var(--accent);border-radius:4px;color:var(--white);display:block;font-size:12px;margin:5px 0;padding:5px;text-align:center;text-decoration:none}.social-widget__links[data-v-1d0c6fd3]{display:flex;flex-wrap:wrap;justify-content:space-evenly;text-align:center}.social-widget__link[data-v-1d0c6fd3]{border-radius:4px;display:inline-block;flex-basis:21%;height:2.8rem;margin:.2rem 0 0}.social-widget__link img[data-v-1d0c6fd3]{max-width:100%;width:100%}.social-widget__link--whatsapp[data-v-1d0c6fd3]{background-color:#4fce5d}.social-widget__link--vk[data-v-1d0c6fd3]{background-color:#4d76a0}.social-widget__link--tg[data-v-1d0c6fd3]{background-color:#28a8e9}.social-widget__link--viber[data-v-1d0c6fd3]{background-color:#574e92}.social-widget__link--mail[data-v-1d0c6fd3]{background-color:#ff8f00;border-radius:1em;flex-basis:21%;height:2.7rem;margin:.1rem 0 0;padding:.4em}.qr-box[data-v-1d0c6fd3]{padding-top:5px;text-align:center}.qr-box img[data-v-1d0c6fd3]{width:70%}@media screen and (max-width:576px){.social-widget-panel[data-v-1d0c6fd3]{margin-bottom:0;margin-right:0;max-height:100%;max-width:100%;right:0}._open-filter-popup .social-widget-control[data-v-1d0c6fd3]{display:none}.social-widget__messages[data-v-1d0c6fd3]{height:25em}}@media screen and (max-height:499px){.social-widget__messages[data-v-1d0c6fd3]{height:25em}}@media screen and (max-height:450px){.social-widget__messages[data-v-1d0c6fd3]{height:20em}}@media screen and (max-height:380px){.social-widget__messages[data-v-1d0c6fd3]{height:15em}}.hint-window[data-v-dd91ae77]{background:#fff;border:1px solid #000;opacity:.7;padding:4px;position:absolute;transform:translate(7px,-100%);white-space:nowrap}.panel[data-v-37c0b195]{display:flex;gap:3em}.service-select .dropdown[data-v-37c0b195]{box-shadow:0 0 23px 2px;min-height:-moz-fit-content;min-height:fit-content;width:50em}.service-select .resorts .filter-item__scroll[data-v-37c0b195]{max-height:inherit}.resort-select__items[data-v-37c0b195]{padding-right:2em}.panel__item[data-v-37c0b195]{overflow-x:hidden}.hotel-select__items[data-v-37c0b195]::-webkit-scrollbar{height:.5em;width:.5em}.hotel-select__items[data-v-37c0b195]::-webkit-scrollbar-track{background:transparent;border-radius:0}.hotel-select__items[data-v-37c0b195]::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:.25em}.hotel-select__item-label[data-v-37c0b195]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel .resorts[data-v-37c0b195]{width:10em}.panel .hotel-details[data-v-37c0b195]{width:40em}.select-container__header[data-v-37c0b195]{display:flex;justify-content:space-between}@media screen and (max-width:576px){.resort-hotel-select[data-v-37c0b195]{display:none}}.hotel-select__items[data-v-37c0b195]{height:20.5em}.offer-internal-request__middle,.offer-internal-request__top{padding:3.75em}@media screen and (max-width:1024px){.offer-internal-request__middle,.offer-internal-request__top{padding:2.5em 1.875em}}.offer-internal-request__middle{background:var(--gray-6);border-bottom:1px solid var(--gray-5);border-top:1px solid var(--gray-5);display:grid;gap:2.5em;grid-template-columns:calc(100% - 17.5em) 15em;padding:2.5em 3.75em}@media screen and (max-width:1024px){.offer-internal-request__middle{padding:2.5em 1.875em}}@media screen and (max-width:576px){.offer-internal-request__middle{grid-template-columns:100%}}.offer-internal-request__col2{border-left:1px dashed var(--gray-5);padding-left:2.5em}@media screen and (max-width:576px){.offer-internal-request__col2{border-left:none;padding-left:0}}.offer-internal-request__price{color:var(--link);font-size:2em;font-weight:700;margin:0 .17em 0 .22em}.offer-internal-request__bottom{padding:1.25em 3.75em 3.75em}@media screen and (max-width:1024px){.offer-internal-request__bottom{padding:0 1.875em 2.5em}}.discount-form-buyer{display:flex!important;flex-direction:column!important;gap:0!important;grid-template-columns:none!important}.discount-form-buyer .buyer__form,.discount-form-buyer__form{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:10px!important}.buyer__nav[data-v-a988f6c2]{display:flex;justify-content:center;text-align:center}.discount-request__middle,.discount-request__top{padding:3.75em}@media screen and (max-width:1024px){.discount-request__middle,.discount-request__top{padding:2.5em 1.875em}}.discount-request__middle{background:var(--gray-6);border-bottom:1px solid var(--gray-5);border-top:1px solid var(--gray-5);display:grid;gap:2.5em;grid-template-columns:calc(100% - 17.5em) 15em;padding:2.5em 3.75em}@media screen and (max-width:1024px){.discount-request__middle{padding:2.5em 1.875em}}@media screen and (max-width:576px){.discount-request__middle{grid-template-columns:100%}}.discount-request__col2{border-left:1px dashed var(--gray-5);padding-left:2.5em}@media screen and (max-width:576px){.discount-request__col2{border-left:none;padding-left:0}}.discount-request__price{color:var(--link);font-size:2em;font-weight:700;margin:0 .17em 0 .22em}.discount-request__bottom{padding:1.25em 3.75em 3.75em}@media screen and (max-width:1024px){.discount-request__bottom{padding:0 1.875em 2.5em}}.discount-form{margin-top:2.5em}.discount-form__content{display:grid;gap:2.5em;grid-template-columns:100%;margin-top:2.5em}.discount-form .fg label{color:var(--gray-3)}.discount-form .fg input{color:#2d3648;font-weight:700}@media screen and (min-width:1025px){.discount-form .fg input{font-size:1.125em;height:3.55em;padding-left:.55em;padding-top:1.125em}}.discount-request-modal{display:flex;flex-direction:column;max-width:100%}.discount-request-modal__image{height:auto;margin-bottom:1.5em;width:100%}@media screen and (max-width:576px){.discount-request-modal__image{display:none}}.discount-request-modal__image img{border-radius:1.5em 0 0 1.5em;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.discount-request-modal__content{padding:20px}.discount-request-modal__header{margin-bottom:1.5em;margin-top:0;overflow:visible;padding-left:2em;padding-right:2em;text-align:center}.discount-request-modal__header :deep(h1),.discount-request-modal__header :deep(p){color:var(--link,#1da0db);font-size:1.75em;font-weight:700;line-height:1.2;margin:.5em 0}.discount-request-modal__header :deep(h1):first-child,.discount-request-modal__header :deep(p):first-child{margin-top:0}.discount-request-modal__header :deep(h1):last-child,.discount-request-modal__header :deep(p):last-child{margin-bottom:0}.discount-request-modal__form{margin-top:1.5em}.discount-request-modal__form :deep(.discount-form-buyer .buyer__form),.discount-request-modal__form :deep(.discount-form-buyer__form){display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:10px!important}@media screen and (max-width:576px){.discount-request-modal__form :deep(.discount-form-buyer .buyer__form),.discount-request-modal__form :deep(.discount-form-buyer__form){gap:1em!important;width:100%}.discount-request-modal__form :deep(.discount-form-buyer .buyer__form) .fg,.discount-request-modal__form :deep(.discount-form-buyer__form) .fg{margin:0!important;width:100%!important}.discount-request-modal__form :deep(.discount-form-buyer .buyer__form) .fg._full,.discount-request-modal__form :deep(.discount-form-buyer__form) .fg._full{width:100%!important}}@media screen and (min-width:577px){.discount-request-modal{flex-direction:row;max-width:900px}.discount-request-modal__image{flex-shrink:0;margin-bottom:0;margin-right:2em;width:40%}.discount-request-modal__content{flex:1}.discount-request-modal__header{text-align:center}}.footer{border-top:1px solid var(--gray-5);padding:2.5em 0 6.25em}.footer a{color:var(--link)}.footer a:hover{color:var(--accent)}.footer__grid{display:grid;gap:2em;grid-template-columns:repeat(2,calc(50% - 1em))}.footer__col2{display:grid;gap:3em 2em;grid-template-columns:calc(100% - 14em) 12em}.footer__info{margin-top:1em;max-width:38em;min-height:9em}.footer__info-item{font-size:1.125em;line-height:120%;margin-bottom:.375em}.footer__info-item:last-child{margin-bottom:0}.footer__links{margin-top:1em;padding-top:1em;position:relative}.footer__links:before{background-color:var(--gray-5);content:"";height:1px;left:0;position:absolute;top:0;transform:translateY(-50%);width:3.75em}.footer__links ul{color:var(--link);display:grid;gap:.75em;grid-template-columns:100%}.footer__links a{font-size:1.125em;line-height:120%}.footer__info2{min-height:unset}.footer__info3 .footer__info-item{line-height:140%;margin-bottom:1.5em}.footer__info3 .footer__info-item:last-child{margin-bottom:0}.footer-award{align-items:center;border:1px solid rgba(51,51,51,.5);border-radius:.75rem;display:flex;margin-bottom:1.5em;max-width:12.25em;min-height:4.0625em;padding:0 0 0 .875em}.footer-award img{margin-right:.75em;width:2.3125em}@media screen and (max-width:1024px){.footer__grid{gap:1.875em 2.5em;grid-template-columns:calc(100% - 20.8125em) 18.3125em}.footer__col2{grid-template-columns:100%}.footer__info{max-width:33em;min-height:8.25em}.footer__info-item{font-size:1em}.footer__links ul{gap:.5em}.footer__links a{font-size:1em}.footer__info2{min-height:unset}.footer-award{max-width:11.25em;min-height:3.8125em;padding:0 0 0 .875em}}@media screen and (max-width:576px){.footer{padding-bottom:2.5em}.footer__grid{grid-template-columns:100%}.footer-contacts,.footer-contacts-inner{align-items:center;display:flex;flex-direction:column}}.variant-group{border-top:1px solid var(--gray-3)}.variant-group._open .variant-group__btn svg{transform:rotate(90deg)}.variant-group__top{align-items:center;display:flex;justify-content:flex-end;padding:1.25em 0}.variant-group__name{margin-right:auto;padding-right:1em}.variant-group__btn{align-items:center;display:flex;height:1.5em;justify-content:center;margin-left:1.25em;width:1.5em}.variant-group__btn svg{width:100%}@media screen and (max-width:1024px){.variant-group__btn{height:1.375em;width:1.375em}}.variant-item__cart[data-v-d6f633c8]{align-items:center;display:none;justify-content:center;width:2em}.variant-item__cart svg[data-v-d6f633c8]{width:100%}.variant-item__cart.active path[data-v-d6f633c8],.variant-item__cart:hover path[data-v-d6f633c8]{stroke:var(--accent)}@media screen and (max-width:576px){.variant-item__cart:not(.active) path[data-v-d6f633c8]{stroke:var(--link)}}@media screen and (max-width:1024px){.variant-item__cart[data-v-d6f633c8]{width:1.75em}}.variant-item{align-items:center;border-top:1px solid var(--gray-5);display:grid;grid-template-columns:calc(100% - 49.5em) 6.875em 20.625em 19.15em;justify-content:space-between;padding:1.25em 0}.variant-item__info-speed{cursor:pointer;margin-left:.25em;width:1.375em}.variant-item__info-icon{align-items:center;display:flex;justify-content:center;margin-left:.25em;width:1.75em}.variant-item__info-icon:hover{opacity:.8}.variant-item__info-icon img{width:100%}.variant-item__btn{border-radius:50%;height:2.75em;margin-left:.95em;padding:0;width:2.75em}.variant-item__btn svg{width:1em}.variant-item__btn:hover path{fill:var(--white)}.variant-item__type-mob{display:none}@media screen and (max-width:1024px){.variant-item{grid-template-columns:13.75em 5.625em 13.75em 16.6em}.variant-item__info-icon{width:1.5em}.variant-item__info-speed{width:1.25em}.variant-item__btn{height:2.5em;width:2.5em}}@media screen and (max-width:576px){.variant-item{gap:.25em;grid-template-columns:100%}.variant-item__col{order:2}.variant-item__col2,.variant-item__col3{display:flex}.variant-item__col3 .bold-text{font-weight:400}.variant-item__col3 .blue-text{caret-color:var(--gray-1)}.variant-item__col4{margin-bottom:.25em;order:-1}.variant-item__info-speed{width:1em}.variant-item__info-icon,.variant-item__type{display:none}.variant-item__name{color:var(--gray-3)}.variant-item__duration,.variant-item__hotel-info,.variant-item__type-mob{margin-left:.25em}.variant-item__duration:before,.variant-item__hotel-info:before,.variant-item__type-mob:before{content:" / "}.variant-item__date{font-weight:400}.variant-item__type-mob{display:block}}
