:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.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{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-slides-offset-before);margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-end:var(--swiper-slides-offset-after);margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-slides-offset-before);margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-after:var(--swiper-slides-offset-after);margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible,.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(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;.swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);button&{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));&.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}&.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-button-prev,~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.PhotoSliderModal_content__z0TRy{position:relative;z-index:1;width:calc(100vw - 120px);max-width:940px;display:flex;flex-direction:column}@media screen and (max-width:575px){.PhotoSliderModal_content__z0TRy{width:calc(100vw - 20px)}}.PhotoSliderModal_closeButton__mIiSm{border:none;padding:10px;cursor:pointer;position:absolute;top:-56px;right:0;background:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media screen and (max-width:991px){.PhotoSliderModal_closeButton__mIiSm{top:-46px}}.PhotoSliderModal_closeButton__mIiSm svg{width:100%;height:100%;fill:#3a4145}.PhotoSliderModal_navWrapper___PdBA{position:relative;order:2}.PhotoSliderModal_navButton__G9eMc{border:none;padding:0;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);background:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.PhotoSliderModal_navButton__G9eMc svg{width:8px;height:8px;stroke:#3a4145}.PhotoSliderModal_navButtonPrev__o9XN2{left:-56px}@media screen and (max-width:991px){.PhotoSliderModal_navButtonPrev__o9XN2{display:none}}.PhotoSliderModal_navButtonPrev__o9XN2 svg{transform:rotate(90deg)}.PhotoSliderModal_navButtonNext__ElIsM{right:-56px}@media screen and (max-width:991px){.PhotoSliderModal_navButtonNext__ElIsM{display:none}}.PhotoSliderModal_navButtonNext__ElIsM svg{transform:rotate(-90deg)}.PhotoSliderModal_sliderWrapper__5i7BH{border-radius:12px;overflow:hidden;background:#000;aspect-ratio:940/627}.PhotoSliderModal_swiper__n5ZZz{height:100%}.PhotoSliderModal_slide__IWBn5{height:100%;position:relative;overflow:hidden}.PhotoSliderModal_image__WsSz_{object-fit:contain;transition:opacity .2s}.PhotoSliderModal_imageBackdrop__Ke0fz{object-fit:cover;filter:blur(24px);transform:scale(1.12);opacity:.6;transition:opacity .2s}.PhotoSliderModal_pagination__bVuus{order:3;position:static!important;text-align:center;padding-top:6px;--swiper-pagination-color:#ffffff;--swiper-pagination-bullet-inactive-color:#ffffff;--swiper-pagination-bullet-inactive-opacity:0.5;--swiper-pagination-bullet-horizontal-gap:2px;--swiper-pagination-bullet-size:7px;display:block}.Gallery_root__cPb0p{margin-bottom:32px}.Gallery_title__rjgnQ{font-size:24px;font-weight:600;line-height:1.35;margin-bottom:12px}@media screen and (max-width:575px){.Gallery_title__rjgnQ{font-size:20px}}.Gallery_grid__WAnlG{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px}@media screen and (max-width:767px){.Gallery_grid__WAnlG{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:575px){.Gallery_grid__WAnlG{display:none}}.Gallery_gridItem__X_E0w{background:none;border:none;padding:0;margin:0;cursor:pointer;display:block;width:100%;border-radius:12px;overflow:hidden;text-align:left}.Gallery_gridItem__X_E0w:hover .Gallery_image__Kgqj2{opacity:.85}.Gallery_mobileSlider__S7crT{display:none}@media screen and (max-width:575px){.Gallery_mobileSlider__S7crT{display:block}}.Gallery_imageWrapper__OH8dW{width:100%;padding-bottom:100%;position:relative}.Gallery_image__Kgqj2{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0;transition:opacity .2s}.GallerySlider_root__a50Gf{display:flex;flex-direction:column;gap:8px;position:relative}.GallerySlider_wrapper__iiXRA{width:100%;border-radius:12px;overflow:hidden;background:#000;aspect-ratio:1.3333}.GallerySlider_swiper__4q_VP{height:100%}.GallerySlider_slide__MAzHZ{height:100%;position:relative}.GallerySlider_image__OwXil{object-fit:cover;transition:opacity .2s}.GallerySlider_pagination__0oTxa{position:absolute;bottom:0;left:0;z-index:3;text-align:center;--swiper-pagination-color:#ffffff;--swiper-pagination-bullet-inactive-color:#ffffff;--swiper-pagination-bullet-inactive-opacity:0.5;--swiper-pagination-bullet-horizontal-gap:2px;--swiper-pagination-bullet-size:7px}.MenuLinks_root__Yon8L{margin-bottom:30px}.MenuLinks_title__NRkQf{margin-top:0;margin-bottom:12px;font-size:24px;font-weight:600;line-height:1.35;color:#3a4145}@media screen and (max-width:575px){.MenuLinks_title__NRkQf{font-size:20px}}.MenuLinks_wrapper__ViPyk{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.MenuLinks_link__y_m8L{display:inline-flex;align-items:center;justify-content:center;column-gap:8px;box-shadow:0 1px 5px rgba(0,0,0,.1);border-radius:12px;line-height:1.1;color:#3a4145;font-size:16px;padding:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.MenuLinks_link__y_m8L:focus span,.MenuLinks_link__y_m8L:hover span{text-decoration:underline}.MenuLinks_link__y_m8L.MenuLinks_menu__E792R{background:#fff3c7}.MenuLinks_link__y_m8L.MenuLinks_bar__dDLSp{background:#f5ebff}.MenuLinks_icon__LnSbk{width:40px;height:40px;display:flex;justify-content:center;align-items:center}.MenuLinks_icon__LnSbk img{object-fit:contain;object-position:center}.MenuLinks_link__y_m8L span{display:inline-block}@media screen and (max-width:767px){.MenuLinks_link__y_m8L span{flex:1 1 auto;max-width:100%}}.OfferClosestTour_root__Q82xM{font-weight:600;font-size:14px;display:flex;align-items:center;flex-wrap:wrap;color:#3a4145}.OfferClosestTour_preloader__1dOfZ{width:20px;height:20px;margin-bottom:-4px;margin-left:5px}.OfferClosestTour_day__UgmsQ{display:inline;color:#59b8e9;text-decoration:none}.OfferClosestTour_dayInteractive__3NrBQ{cursor:pointer}.OfferClosestTour_dayInteractive__3NrBQ:hover{text-decoration:underline}.PartnerWidgetButton_root__UQVN4 a,.PartnerWidgetButton_root__UQVN4 button{display:inline-block!important;box-sizing:border-box!important;font-family:inherit!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;box-shadow:none!important;text-shadow:none!important;text-transform:none!important;letter-spacing:normal!important;font-size:18px!important;line-height:1.33!important;font-weight:400!important;color:#3a4145!important;background-color:#fed74b!important;background-image:none!important;border:1px solid #fed74b!important;padding:11px 24px!important;border-radius:30px!important;max-width:100%!important;text-align:center!important;text-decoration:none!important;cursor:pointer!important;transition:background-color .3s ease,border-color .3s ease!important}.PartnerWidgetButton_root__UQVN4 a:active,.PartnerWidgetButton_root__UQVN4 a:hover,.PartnerWidgetButton_root__UQVN4 button:active,.PartnerWidgetButton_root__UQVN4 button:hover{color:#3a4145!important;border-color:#f7d044!important;background-color:#f7d044!important;background-image:none!important;box-shadow:none!important;text-shadow:none!important}.PartnerWidgetButton_root__UQVN4 a:focus,.PartnerWidgetButton_root__UQVN4 button:focus{box-shadow:none!important}@media screen and (max-width:991px){.PartnerWidgetButton_root__UQVN4 a,.PartnerWidgetButton_root__UQVN4 button{font-size:16px!important;line-height:1.4375!important;padding:10.5px 24px!important}}.PartnerWidgetButton_root__UQVN4 a *,.PartnerWidgetButton_root__UQVN4 button *{font-family:inherit!important;text-transform:none!important;letter-spacing:normal!important}.PartnerWidgetButton_offer__H8T06 a,.PartnerWidgetButton_offer__H8T06 button{font-size:16px!important;padding:11px 24px!important;white-space:nowrap!important;color:#fff!important;background-color:#59b8e9!important;border-color:#59b8e9!important}.PartnerWidgetButton_offer__H8T06 a:active,.PartnerWidgetButton_offer__H8T06 a:hover,.PartnerWidgetButton_offer__H8T06 button:active,.PartnerWidgetButton_offer__H8T06 button:hover{color:#fff!important;background-color:#49aada!important;border-color:#49aada!important;box-shadow:none!important;text-shadow:none!important}@media screen and (max-width:991px){.PartnerWidgetButton_offer__H8T06 a,.PartnerWidgetButton_offer__H8T06 button{font-size:16px!important;padding:11px 24px!important}}.TeplohodInfoWidget_widget__8_Lgi a{font-size:18px!important;line-height:1.33!important;color:#312d2d!important;border:none!important;background-color:#fed74b!important;background-image:none!important;padding:13.8px 24px!important;border-radius:30px!important;cursor:pointer!important;text-align:center!important;transition:background-color .3s ease!important;font-weight:400!important}.TeplohodInfoWidget_widget__8_Lgi a:hover{background-color:#e8b705!important;background-image:none!important}.TeplohodInfoWidget_widget__8_Lgi a:focus{box-shadow:none!important}@media screen and (max-width:575px){.TeplohodInfoWidget_widget__8_Lgi a{font-size:16px!important}}.TeplohodInfoWidget_widget__8_Lgi .TeplohodInfoWidget_ti-tickets-loader__ECzYC{display:none!important}@media screen and (max-width:575px){.TeplohodInfoWidget_blue__gJLZz{width:100%}}.TeplohodInfoWidget_blue__gJLZz a{color:#fff!important;background-color:#59b8e9!important;padding:.7em .9em!important;font-size:16px!important}.TeplohodInfoWidget_blue__gJLZz a:hover{background-color:#4aa9da!important}@media screen and (max-width:575px){.TeplohodInfoWidget_blue__gJLZz a{width:100%}}.TicketsTooltip_root__T7LOK{position:relative;display:inline-flex;align-items:center;margin-left:8px;cursor:pointer}.TicketsTooltip_icon__HCyxp{display:inline-block;width:24px;height:24px;color:gray}@media screen and (max-width:575px){.TicketsTooltip_icon__HCyxp{width:20px;height:20px}}.TicketsTooltip_popup__jD_8R{position:fixed;transform:translate(-50%,calc(-100% - 8px));border-radius:20px;padding:30px;font-size:16px;box-shadow:0 0 6px rgba(0,0,0,.24);background-color:#fff;z-index:1000;width:max-content;max-width:min(310px,100vw - 32px)}@media screen and (max-width:575px){.TicketsTooltip_popup__jD_8R{font-size:14px;padding:20px 30px}}.TicketsTooltip_table__AvIDA{border-collapse:collapse;width:auto;height:auto;margin:0;padding:0}.TicketsTooltip_table__AvIDA th{font-weight:600;padding-right:12px;text-align:left;padding-top:0}.TicketsTooltip_table__AvIDA td{text-align:right;white-space:nowrap}.TicketsTooltip_table__AvIDA td,.TicketsTooltip_table__AvIDA th{border:none;vertical-align:top}.TicketsTooltip_table__AvIDA tr+tr td,.TicketsTooltip_table__AvIDA tr+tr th{padding-top:18px}@media screen and (max-width:575px){.TicketsTooltip_table__AvIDA tr+tr td,.TicketsTooltip_table__AvIDA tr+tr th{padding-top:15px}}.OfferItem_root__2vDIo{border-radius:20px;box-shadow:0 1px 10px 0 rgba(0,0,0,.15);background-color:#fff;color:#3a4145;padding:20px;gap:20px;display:flex;flex-direction:row;width:100%;height:100%}@media screen and (max-width:991px){.OfferItem_root__2vDIo{flex-direction:column}}@media screen and (max-width:767px){.OfferItem_root__2vDIo{flex-direction:row}}@media screen and (max-width:575px){.OfferItem_root__2vDIo{flex-direction:column;padding:15px;gap:15px}}.OfferItem_rootCompact__YTlc1{flex-direction:column;padding:17px}@media screen and (max-width:767px){.OfferItem_rootCompact__YTlc1{padding:15px}}.OfferItem_rootCompact__YTlc1 .OfferItem_preview__pGaZJ{width:100%;height:180px;margin-right:0}.OfferItem_rootCompact__YTlc1 .OfferItem_priceBox__n8ALb{justify-content:space-between;gap:12px}.OfferItem_preview__pGaZJ{display:block;border-radius:20px;width:220px;height:220px;overflow:hidden;flex-shrink:0;position:relative}@media screen and (max-width:991px){.OfferItem_preview__pGaZJ{width:100%}}@media screen and (max-width:767px){.OfferItem_preview__pGaZJ{width:220px;height:220px}}@media screen and (max-width:575px){.OfferItem_preview__pGaZJ{width:100%;height:200px}}.OfferItem_image__boHV5{object-fit:cover;object-position:center}.OfferItem_description__OORAX{flex:1 1 auto;display:flex;flex-direction:column;container-type:inline-size}.OfferItem_topText__SWI_f{font-weight:600;font-size:14px;margin-bottom:12px}.OfferItem_title__dzNgs{font-size:18px;font-weight:600;line-height:1.3;margin-bottom:.67em;color:inherit;text-decoration:none;transition:color .3s ease-in}.OfferItem_title__dzNgs:focus,.OfferItem_title__dzNgs:hover{color:#59b8e9;text-decoration:underline}.OfferItem_widgetTrigger__aCdTl{cursor:pointer}.OfferItem_text__e132p ol+ol,.OfferItem_text__e132p ol+p,.OfferItem_text__e132p ol+ul,.OfferItem_text__e132p p+ol,.OfferItem_text__e132p p+p,.OfferItem_text__e132p p+ul,.OfferItem_text__e132p ul+ol,.OfferItem_text__e132p ul+p,.OfferItem_text__e132p ul+ul{margin-top:1em}.OfferItem_text__e132p ol:not([class]),.OfferItem_text__e132p ul:not([class]){padding-left:27px;list-style-type:revert}.OfferItem_list__kpsVJ{list-style:none;padding:0;margin:0 0 auto}.OfferItem_listItem__vYSkV{display:flex;align-items:flex-start;font-size:16px;padding-left:0}.OfferItem_listItem__vYSkV+.OfferItem_listItem__vYSkV{margin-top:.5em}.OfferItem_listItem__vYSkV a{color:#59b8e9}.OfferItem_listItem__vYSkV a:focus,.OfferItem_listItem__vYSkV a:hover{text-decoration:underline}.OfferItem_listItem__vYSkV b,.OfferItem_listItem__vYSkV strong{font-weight:600}.OfferItem_listIcon__XMfn3{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:24px;margin-right:8px}.OfferItem_icon__Zp3Ve{width:16px;height:auto}.OfferItem_featureLabel__pDU7u{font-weight:600}.OfferItem_priceBox__n8ALb{position:relative;display:flex;align-items:center;gap:25px;margin-top:auto;padding-top:16px}@media screen and (max-width:575px){.OfferItem_priceBox__n8ALb{gap:12px;justify-content:space-between}}@container (max-width: 290px){.OfferItem_priceBox__n8ALb{flex-direction:column;align-items:stretch}.OfferItem_priceBox__n8ALb .OfferItem_button__st02y,.OfferItem_priceBox__n8ALb [data-buy-widget]{width:100%}.OfferItem_priceBox__n8ALb [data-buy-widget] a,.OfferItem_priceBox__n8ALb [data-buy-widget] button{display:inline-block;width:100%;box-sizing:border-box}}.OfferItem_priceRow__o7_M0{display:flex;align-items:center}.OfferItem_price__wZd5I{font-size:36px;font-weight:400;line-height:1.4;white-space:nowrap}@media screen and (max-width:575px){.OfferItem_price__wZd5I{font-size:30px}}.OfferItem_priceValue__R5DSo{display:block}.OfferItem_subPrice__mBzDb{display:block;font-size:14px;font-weight:400;color:#777}@media screen and (max-width:575px){.OfferItem_subPrice__mBzDb{font-size:12px}}.OfferItem_button__st02y{white-space:nowrap;flex-shrink:0;background-color:#59b8e9;border-color:#59b8e9;color:#fff}.OfferItem_button__st02y:hover{background-color:#49aada;border-color:#49aada}.Offers_root__SC7Pr{position:relative;margin:-12px -15px 34px}.Offers_root__SC7Pr .Offers_swiper__OmTWZ{padding:12px 15px;overflow-x:clip;overflow-y:visible}.Offers_root__SC7Pr .Offers_swiper__OmTWZ .swiper-wrapper{align-items:stretch}.Offers_root__SC7Pr .Offers_slide__xpuHI{z-index:2;height:auto;box-sizing:border-box;min-width:0}.Offers_rootSingle__kGKLv{margin:0 0 34px}.Offers_arrow__uGfH1{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background-color:#59b8e9;color:#fff;cursor:pointer;z-index:3;transition:opacity .3s ease,visibility .3s ease,background-color .2s ease}.Offers_arrow__uGfH1:hover{background-color:#4aa9da}.Offers_arrow__uGfH1.swiper-button-lock{display:none}.Offers_arrow__uGfH1.swiper-button-disabled{opacity:0;visibility:hidden;pointer-events:none}@media screen and (max-width:767px){.Offers_arrow__uGfH1{display:none}}.Offers_arrowPrev__cR2uW{left:0}.Offers_arrowNext__uQ4FQ{right:0}.Offers_arrowNext__uQ4FQ .Offers_arrowIcon__s2vtG{transform:rotate(180deg)}.Offers_arrowIcon__s2vtG{width:12px;height:12px}.Offers_arrowIcon__s2vtG path{fill:currentColor}.Showplaces_root__X_Sxw{margin-bottom:30px}.Showplaces_btn__347JY{display:none}@media screen and (max-width:991px){.Showplaces_btn__347JY{display:block;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0);min-width:90%;cursor:pointer;margin-bottom:0;transition:margin-bottom .3s ease}}.Showplaces_subtitle__nUYwl{color:#3a4145;margin-bottom:12px;font-weight:600;font-size:24px}@media screen and (max-width:575px){.Showplaces_subtitle__nUYwl{font-size:20px}}.Showplaces_btnText__n6YqE{display:none;align-items:center;gap:6px;color:#59b8e9;margin-top:0;font-weight:600;font-size:16px}@media screen and (max-width:991px){.Showplaces_btnText__n6YqE{display:inline-flex}}.Showplaces_arrow__27zPq{width:20px;height:8px;position:relative;top:1px;stroke:#59b8e9;transition:transform .3s;flex-shrink:0}.Showplaces_expanded__y1j5i .Showplaces_arrow__27zPq{transform:rotate(180deg)}@media screen and (max-width:991px){.Showplaces_expanded__y1j5i .Showplaces_btn__347JY{margin-bottom:12px}.Showplaces_listWrapper__TE1MR{height:0;overflow:hidden;transition:height .3s ease}}.Showplaces_list__5A6b4{list-style:none;column-count:2;line-height:1.4;padding:0;max-width:100%}@media screen and (max-width:575px){.Showplaces_list__5A6b4{columns:auto}}.Showplaces_list__5A6b4 li{padding-left:28px;margin-bottom:8px;position:relative}.Showplaces_list__5A6b4 li:before{content:"";position:absolute;left:0;top:5px;width:16px;height:10px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(/_next/static/media/check-mark.b9e00544.svg)}.RentForm_section__98pRm .RentForm_pad__OzgXp{border-radius:20px;padding:30px}@media screen and (max-width:575px){.RentForm_section__98pRm .RentForm_pad__OzgXp{padding:20px}}.RentForm_title__CR2Kt{font-size:24px;font-weight:600;line-height:1.333;margin:0 0 1em;color:#3a4145}@media screen and (max-width:991px){.RentForm_title__CR2Kt{margin:0 0 .5em}}@media screen and (max-width:575px){.RentForm_title__CR2Kt{font-size:20px;margin:0 0 .6em}}.RentForm_form__nilKk{display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:575px){.RentForm_form__nilKk{flex-direction:column}}.RentForm_precaption__MJcGq{font-size:12px;line-height:1.417;margin:0 0 18px;color:#bcbcbc;font-weight:400;width:100%}.RentForm_label__XxRlk{font-size:18px;font-weight:600;line-height:1.444;color:#3a4145;width:100%;margin:0 0 15px}@media screen and (max-width:575px){.RentForm_label__XxRlk{font-size:16px}}.RentForm_inputWrapper___kBiC{width:calc(50% - 5px);border:1px solid #dedede;border-radius:40px;outline:none;padding:0 18px;font-size:16px;display:block;display:flex;align-items:center}.RentForm_inputWrapper___kBiC input{width:100%;border:none;outline:none;color:#3a4145;line-height:1.3}.RentForm_inputWrapper___kBiC input::placeholder{color:#dedede}.RentForm_inputWrapper___kBiC input:focus::placeholder{color:rgba(0,0,0,0)}.RentForm_inputWrapper___kBiC input:-webkit-autofill,.RentForm_inputWrapper___kBiC input:-webkit-autofill:active,.RentForm_inputWrapper___kBiC input:-webkit-autofill:focus,.RentForm_inputWrapper___kBiC input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-box-shadow:inset 0 0 0 1000px rgba(0,0,0,0)}@media screen and (max-width:991px){.RentForm_inputWrapper___kBiC{padding:15.8px 18px;width:calc(50% - 6px)}}@media screen and (max-width:575px){.RentForm_inputWrapper___kBiC{width:100%}}.RentForm_button__wqreQ{width:calc(50% - 5px);font-size:18px;display:inline-block}@media screen and (max-width:991px){.RentForm_button__wqreQ{width:calc(50% - 6px);padding-left:15px;padding-right:15px}}@media screen and (max-width:575px){.RentForm_button__wqreQ{width:100%}}.RentForm_column__xaK4E{width:calc(50% - 15px)}@media screen and (max-width:575px){.RentForm_column__xaK4E{width:100%}}.RentForm_column__xaK4E .RentForm_button__wqreQ,.RentForm_column__xaK4E .RentForm_inputWrapper___kBiC{width:100%;height:100%}.RentForm_column__xaK4E .RentForm_button__wqreQ{padding:13.035px 10px}@media screen and (max-width:575px){.RentForm_column__xaK4E .RentForm_button__wqreQ{font-size:16px}}@media only screen and (max-width:357px){.RentForm_column__xaK4E .RentForm_button__wqreQ{font-size:14px}}.RentForm_columnDouble__9lFKT{width:calc((100% - 10px)/3*2)}.RentForm_columnThird__qxeFs{width:calc((100% - 20px)/3)}@media screen and (max-width:991px){.RentForm_columnThird__qxeFs:not(:nth-last-child(-n+2)){margin-bottom:10px}}@media screen and (max-width:575px){.RentForm_columnThird__qxeFs:not(:nth-last-child(-n+1)){margin-bottom:10px}}@media screen and (max-width:991px){.RentForm_columnHalfMd__MiDZb{width:calc(50% - 5px)}}@media screen and (max-width:575px){.RentForm_columnHalfMd__MiDZb{width:100%}}@media screen and (max-width:991px){.RentForm_columnSingleMd__KjwCo{width:100%}}@media screen and (max-width:575px){.RentForm_columnSingleMd__KjwCo{width:100%;margin-right:0}}@media screen and (max-width:991px){.RentForm_columnSingleMd__KjwCo:not(:last-child){margin-bottom:10px}}.Banner_root__C2Qcy{position:relative;z-index:1;display:flex}.Banner_root__C2Qcy.Banner_big__VqPx0,.Banner_root__C2Qcy.Banner_medium__F3lAY{min-height:350px}@media screen and (max-width:767px){.Banner_root__C2Qcy.Banner_big__VqPx0,.Banner_root__C2Qcy.Banner_medium__F3lAY{min-height:300px}}@media screen and (max-width:575px){.Banner_root__C2Qcy.Banner_big__VqPx0,.Banner_root__C2Qcy.Banner_medium__F3lAY{min-height:250px}}.Banner_root__C2Qcy.Banner_medium__F3lAY .Banner_container__Wh98l{padding-left:0;padding-right:0;padding-bottom:100px}@media screen and (max-width:767px){.Banner_root__C2Qcy.Banner_medium__F3lAY .Banner_container__Wh98l{padding-left:20px;padding-right:20px;padding-bottom:50px}}.Banner_root__C2Qcy.Banner_medium__F3lAY .Banner_content__DYNPS{justify-content:end;padding:40px 0}@media screen and (max-width:991px){.Banner_root__C2Qcy.Banner_medium__F3lAY .Banner_content__DYNPS{padding:40px 0 30px}}.Banner_root__C2Qcy.Banner_medium__F3lAY .Banner_text__zF0_B{font-size:24px;text-align:center}@media screen and (max-width:575px){.Banner_root__C2Qcy.Banner_medium__F3lAY .Banner_text__zF0_B{font-size:20px}}.Banner_root__C2Qcy.Banner_big__VqPx0 .Banner_container__Wh98l{padding:30px 0}@media screen and (max-width:767px){.Banner_root__C2Qcy.Banner_big__VqPx0 .Banner_container__Wh98l{padding:30px 20px}}.Banner_root__C2Qcy.Banner_big__VqPx0 .Banner_content__DYNPS{max-width:100%;padding:0;justify-content:end}@media screen and (max-width:991px){.Banner_root__C2Qcy.Banner_big__VqPx0 .Banner_content__DYNPS{padding:0}}.Banner_root__C2Qcy.Banner_big__VqPx0 .Banner_text__zF0_B{font-size:36px}@media screen and (max-width:991px){.Banner_root__C2Qcy.Banner_big__VqPx0 .Banner_text__zF0_B{font-size:30px}}@media screen and (max-width:575px){.Banner_root__C2Qcy.Banner_big__VqPx0 .Banner_text__zF0_B{font-size:20px}}.Banner_root__C2Qcy.Banner_small__r7k67{min-height:250px}.Banner_root__C2Qcy.Banner_small__r7k67 .Banner_content__DYNPS{justify-content:center}.Banner_root__C2Qcy.Banner_small__r7k67 .Banner_text__zF0_B{font-size:30px}@media screen and (max-width:991px){.Banner_root__C2Qcy.Banner_small__r7k67 .Banner_text__zF0_B{font-size:28px}}@media screen and (max-width:575px){.Banner_root__C2Qcy.Banner_small__r7k67 .Banner_text__zF0_B{font-size:24px}}.Banner_background__3e6qp{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}.Banner_background__3e6qp.Banner_blackout__50zzX:after{content:"";position:absolute;display:block;width:100%;height:100%;box-shadow:inset 0 -220px 100px 0 rgba(0,0,0,.45)}.Banner_background__3e6qp img{width:100%;height:100%;object-fit:cover}.Banner_container__Wh98l{display:flex;flex-direction:column;justify-content:center}.Banner_container__Wh98l.Banner_left__yeqqu{align-items:flex-start}.Banner_container__Wh98l.Banner_center__NGRb1{align-items:center;text-align:center}.Banner_container__Wh98l.Banner_right__LmdKC{align-items:flex-end}.Banner_content__DYNPS{display:flex;flex-direction:column;align-items:center;max-width:900px;height:100%;gap:20px}.Banner_content__DYNPS.Banner_left__yeqqu{margin-right:auto}.Banner_text__zF0_B{font-weight:600;color:#fff}.Breadcrumbs_breadcrumbs__q0ShC{list-style:none;font-size:12px}.Breadcrumbs_breadcrumbs__q0ShC a{color:#312d2d}.Breadcrumbs_breadcrumbs__q0ShC a:hover{text-decoration:underline}.Breadcrumbs_breadcrumbs__q0ShC span{color:#777}.Breadcrumbs_item___dBmi{display:inline;position:relative}.Breadcrumbs_item___dBmi:not(:last-child):after{content:"/";display:inline-block;color:#312d2d;font-size:14px;margin-left:4px;margin-right:4px;transform:translateY(.5px)}@media screen and (max-width:575px){.Breadcrumbs_item___dBmi:not(:last-child):after{font-size:12px}}.Breadcrumbs_item___dBmi:nth-last-child(2):after{color:#777}.Content_root__4CVmv h1,.Content_root__4CVmv h2,.Content_root__4CVmv h3,.Content_root__4CVmv h4,.Content_root__4CVmv h5,.Content_root__4CVmv h6{margin-top:0;margin-bottom:.556em;font-weight:600}.Content_root__4CVmv h1{font-size:45px}.Content_root__4CVmv h2{font-size:40px}.Content_root__4CVmv h3{font-size:30px}.Content_root__4CVmv h4,.Content_root__4CVmv h5{font-size:18px}.Content_root__4CVmv h6{font-size:15px}.Content_root__4CVmv b,.Content_root__4CVmv strong{font-weight:600}.Content_root__4CVmv img{max-width:100%;height:auto;border-radius:16px;object-fit:cover}.Content_root__4CVmv ol:not([class]),.Content_root__4CVmv ul:not([class]){padding-left:22px;list-style-type:revert}@media screen and (max-width:360px){.Content_root__4CVmv ol:not([class]),.Content_root__4CVmv ul:not([class]){line-height:2}}.Content_root__4CVmv ol:not([class]) li:not([class]),.Content_root__4CVmv ul:not([class]) li:not([class]){margin-bottom:.714em;padding-left:6px}.Content_root__4CVmv ol:not([class]) li:not([class]):last-child,.Content_root__4CVmv ul:not([class]) li:not([class]):last-child{margin-bottom:0}.Content_root__4CVmv ol:not([class]) li:not([class]) a:not([class]),.Content_root__4CVmv ul:not([class]) li:not([class]) a:not([class]){display:inline}.Content_root__4CVmv ol:not([class]) li:not([class]) a,.Content_root__4CVmv p:not([class]) a,.Content_root__4CVmv ul:not([class]) li:not([class]) a{color:#59b8e9}.Content_root__4CVmv ol:not([class]) li:not([class]) a:hover,.Content_root__4CVmv p:not([class]) a:hover,.Content_root__4CVmv ul:not([class]) li:not([class]) a:hover{text-decoration:underline}.Content_root__4CVmv table{border-collapse:collapse}.Content_root__4CVmv table th{font-weight:600}.Content_root__4CVmv table td,.Content_root__4CVmv table th{border:1px solid #000}.Content_root__4CVmv :last-child{margin-bottom:0}.Content_root__4CVmv+.Content_root__4CVmv{padding-top:0}.Content_root__4CVmv.Content_home__Y_OAk h2,.Content_root__4CVmv.Content_list__KTp7H h2{font-size:24px;margin-bottom:.5em}@media screen and (max-width:575px){.Content_root__4CVmv.Content_home__Y_OAk h2,.Content_root__4CVmv.Content_list__KTp7H h2{font-size:20px;margin-bottom:.6em}}.Content_root__4CVmv.Content_home__Y_OAk h3,.Content_root__4CVmv.Content_list__KTp7H h3{font-size:18px;margin-bottom:.667em}.Content_root__4CVmv.Content_home__Y_OAk h4,.Content_root__4CVmv.Content_list__KTp7H h4{font-size:16px;margin-bottom:.667em}.Content_root__4CVmv.Content_home__Y_OAk h2:last-child,.Content_root__4CVmv.Content_home__Y_OAk h3:last-child,.Content_root__4CVmv.Content_home__Y_OAk h4:last-child,.Content_root__4CVmv.Content_list__KTp7H h2:last-child,.Content_root__4CVmv.Content_list__KTp7H h3:last-child,.Content_root__4CVmv.Content_list__KTp7H h4:last-child{margin-bottom:0}.Content_root__4CVmv.Content_detail__FAmcs h2{font-size:24px;margin-bottom:.5em}@media screen and (max-width:575px){.Content_root__4CVmv.Content_detail__FAmcs h2{font-size:20px;margin-bottom:.6em}}.Content_root__4CVmv.Content_detail__FAmcs h2,.Content_root__4CVmv.Content_detail__FAmcs h3{margin-top:30px}.Content_root__4CVmv.Content_detail__FAmcs h2:last-child,.Content_root__4CVmv.Content_detail__FAmcs h3:last-child{margin-bottom:0}.Content_root__4CVmv.Content_detail__FAmcs h3{font-size:24px;margin-bottom:.5em}@media screen and (max-width:575px){.Content_root__4CVmv.Content_detail__FAmcs h3{font-size:20px;margin-bottom:.6em}}.Content_root__4CVmv.Content_detail__FAmcs ul:not([class]) li:not([class]){margin-bottom:0;line-height:32px}.Content_root__4CVmv.Content_detail__FAmcs img{width:100%;aspect-ratio:940/627;object-fit:cover}@media screen and (max-width:575px){.Content_root__4CVmv.Content_detail__FAmcs img{aspect-ratio:1.3333}}.Content_root__4CVmv p{margin-top:0;margin-bottom:1.44em}.Content_root__4CVmv p+h2,.Content_root__4CVmv p+h3,.Content_root__4CVmv p+h4{margin-top:40px}@media screen and (max-width:575px){.Content_root__4CVmv p{margin-bottom:1em}}.Content_root__4CVmv ol:not([class]),.Content_root__4CVmv ul:not([class]){margin-bottom:1.44em}.Content_root__4CVmv ol:not([class]):last-child,.Content_root__4CVmv ul:not([class]):last-child{margin-bottom:0}.Content_root__4CVmv ol:not([class])+h2,.Content_root__4CVmv ol:not([class])+h3,.Content_root__4CVmv ol:not([class])+h4,.Content_root__4CVmv ul:not([class])+h2,.Content_root__4CVmv ul:not([class])+h3,.Content_root__4CVmv ul:not([class])+h4{margin-top:40px}@media screen and (max-width:575px){.Content_root__4CVmv ol:not([class]),.Content_root__4CVmv ul:not([class]){margin-bottom:1em}}.FaqItem_root__ClbzJ{color:#3a4145}.FaqItem_head__6nvog{padding:14px 70px 14px 0;position:relative;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.FaqItem_head__6nvog:hover .FaqItem_title__pznLn{color:#59b8e9;text-decoration:underline}.FaqItem_head__6nvog:hover .FaqItem_icon__S_bBX circle,.FaqItem_head__6nvog:hover .FaqItem_icon__S_bBX path{stroke:#59b8e9}.FaqItem_title__pznLn{position:relative;margin-bottom:0;font-weight:600;font-size:18px;line-height:1.35;text-align:left;transition:all .3s}.FaqItem_title__pznLn:focus,.FaqItem_title__pznLn:hover{color:#59b8e9;text-decoration:underline}.FaqItem_icon__S_bBX{display:flex;align-items:center;justify-content:center;position:absolute;transition:transform .3s ease-in;transform:translateY(-50%) rotate(0);right:13px;top:50%;width:20px;height:20px}.FaqItem_icon__S_bBX circle,.FaqItem_icon__S_bBX path{stroke:gray;transition:transform .3s ease-in-out,stroke .3s ease-in-out}.FaqItem_icon__S_bBX path:last-child{transform-box:fill-box;transform-origin:50% 50%}.FaqItem_body__lQegT{height:0;overflow:hidden;transition:height .3s ease-in}.FaqItem_content__Rx4_f{padding-top:2px;padding-bottom:12px;padding-right:70px}.FaqItem_content__Rx4_f p{margin-top:0;margin-bottom:.625em}.FaqItem_root__ClbzJ.FaqItem_open__uHYfB .FaqItem_icon__S_bBX circle,.FaqItem_root__ClbzJ.FaqItem_open__uHYfB .FaqItem_icon__S_bBX path{stroke:#59b8e9}.FaqItem_root__ClbzJ.FaqItem_open__uHYfB .FaqItem_icon__S_bBX path:last-child{transform:rotate(-90deg)}.FaqItem_root__ClbzJ.FaqItem_open__uHYfB .FaqItem_body__lQegT{height:auto}.FaqTabs_tabs__EgKd1{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0 0 24px;padding:0}.FaqTabs_tab__RpMFb{border-radius:25px;border:1px solid #dedede;transition:box-shadow .3s ease,border-color .3s ease;box-shadow:0 1px 5px rgba(0,0,0,.1);background:#fff}.FaqTabs_tab__RpMFb:hover{box-shadow:2px 9px 26px rgba(0,0,0,.09)}.FaqTabs_tab__RpMFb.FaqTabs_active__gKlMg{border-color:#59b8e9}.FaqTabs_tab__RpMFb.FaqTabs_active__gKlMg .FaqTabs_tabIcon__n1q3I circle,.FaqTabs_tab__RpMFb.FaqTabs_active__gKlMg .FaqTabs_tabIcon__n1q3I path,.FaqTabs_tab__RpMFb:hover .FaqTabs_tabIcon__n1q3I circle,.FaqTabs_tab__RpMFb:hover .FaqTabs_tabIcon__n1q3I path{stroke:#59b8e9}.FaqTabs_tabBtn__I6dkL{display:flex;align-items:center;gap:8px;padding:9px 24px;font-weight:400;font-size:16px;line-height:23px;color:#3a4145;white-space:nowrap;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-width:575px){.FaqTabs_tabBtn__I6dkL{padding:10px 24px}}.FaqTabs_tabIcon__n1q3I{width:32px;height:32px;flex-shrink:0}.FaqTabs_tabIcon__n1q3I circle,.FaqTabs_tabIcon__n1q3I path{stroke:gray;transition:stroke .3s ease}@media screen and (max-width:575px){.FaqTabs_tabIcon__n1q3I{width:24px;height:24px}}.FaqTabs_panel__LMoj3{margin-top:8px}.FaqTabs_panelHidden__kKFVU{display:none}.FaqTabs_list__GcbA_{list-style:none;margin:0;padding:0}.FaqTabs_list__GcbA_>li:first-child{border-top:1px solid #dedede}.FaqTabs_list__GcbA_>li:last-child{border-bottom:1px solid #dedede}.FaqTabs_item__8B19C+.FaqTabs_item__8B19C{border-top:1px solid #dedede}.infoflotWidget_widget__QtLMM iframe{width:100%;max-width:100%!important}.LiveNotify_root__XWA4d{position:fixed;z-index:4;left:20px;bottom:calc(var(--vpn-banner-fixed-offset, 0px) + 40px);background:#fff;padding:32px 24px;width:427px;overflow:hidden;transition:transform .3s ease,opacity .3s ease;opacity:0;pointer-events:none;visibility:visible;transform:translateX(-300px);display:flex;flex-direction:column}@media screen and (max-width:991px){.LiveNotify_root__XWA4d{width:320px;left:20px;bottom:calc(var(--vpn-banner-fixed-offset, 0px) + 20px);padding:24px 24px 32px}}@media screen and (max-width:575px){.LiveNotify_root__XWA4d{left:20px;right:20px;bottom:calc(var(--vpn-banner-fixed-offset, 0px) + 20px);width:calc(100% - 40px);transform:translateX(-100vw);border:none}}.LiveNotify_root__XWA4d.LiveNotify_visible__YsK39{opacity:1;pointer-events:auto;visibility:visible;transform:translateX(0)}.LiveNotify_root__XWA4d.LiveNotify_leaving__4ETgE{opacity:0;pointer-events:none;transform:translateX(-300px)}@media screen and (max-width:575px){.LiveNotify_root__XWA4d.LiveNotify_leaving__4ETgE{transform:translateX(-100vw)}}@media screen and (max-width:575px){body:has([data-scroll-top]) .LiveNotify_root__XWA4d{bottom:calc(var(--vpn-banner-fixed-offset, 0px) + 75px)}}@media screen and (max-width:991px){body:has([data-sticky-price]) .LiveNotify_root__XWA4d{bottom:calc(var(--vpn-banner-fixed-offset, 0px) + 110px)}}.LiveNotify_close__PSPjJ{opacity:1;align-self:flex-end;padding:1px 3px}@media screen and (max-width:991px){.LiveNotify_close__PSPjJ{padding:0}}.LiveNotify_close__PSPjJ svg{fill:#3a4145;width:14px;height:14px}@media screen and (max-width:991px){.LiveNotify_close__PSPjJ svg{margin-bottom:8px}}.LiveNotify_text__UP8KL{font-weight:400;font-size:18px;line-height:24px}@media screen and (max-width:991px){.LiveNotify_text__UP8KL{font-size:14px;line-height:20px}}.LiveNotify_link__EAhps{margin-top:28px;display:inline-block}@media screen and (max-width:991px){.LiveNotify_link__EAhps{margin-top:10px;line-height:23px}}.LiveNotify_content__QuYb5{position:relative;display:flex;justify-content:space-between;gap:8px}.LiveNotify_pic__nagIa{position:relative;display:block;width:100px;height:100px;flex-shrink:0}@media screen and (max-width:991px){.LiveNotify_pic__nagIa{width:50px;height:50px}}.PriceBox_root___GLBE{display:flex;align-items:center;flex-wrap:nowrap;max-width:100%;gap:12px}@media screen and (max-width:991px){.PriceBox_root___GLBE{flex-wrap:wrap}}.PriceBox_root___GLBE.PriceBox_justifySpaceBetween__fykfk{justify-content:space-between}.PriceBox_root___GLBE.PriceBox_horizontal__3viqy{flex-direction:row}.PriceBox_root___GLBE>.PriceBox_spacer___P6xj{width:170px}@media screen and (max-width:1199px){.PriceBox_root___GLBE>.PriceBox_spacer___P6xj{width:80px}}@media screen and (max-width:991px){.PriceBox_root___GLBE>.PriceBox_spacer___P6xj{display:none}}.PriceBox_root___GLBE.PriceBox_vertical__qqVwn{flex-direction:column}.PriceBox_root___GLBE.PriceBox_vertical__qqVwn .PriceBox_price__KFnoX{text-align:center;width:100%}.PriceBox_root___GLBE.PriceBox_vertical__qqVwn .PriceBox_textBlock__soF2F{justify-content:center}.PriceBox_root___GLBE.PriceBox_vertical__qqVwn .PriceBox_spacer___P6xj{display:none}@media screen and (max-width:991px){.PriceBox_root___GLBE.PriceBox_vertical__qqVwn{align-items:flex-start}.PriceBox_root___GLBE.PriceBox_vertical__qqVwn .PriceBox_price__KFnoX{text-align:left}.PriceBox_root___GLBE.PriceBox_vertical__qqVwn .PriceBox_textBlock__soF2F{justify-content:flex-start}}.PriceBox_root___GLBE.PriceBox_small__aFO9r .PriceBox_price__KFnoX{font-size:26px}.PriceBox_root___GLBE.PriceBox_medium___YWNS .PriceBox_price__KFnoX{font-size:30px}.PriceBox_root___GLBE.PriceBox_large__9Du2n .PriceBox_price__KFnoX{font-size:36px}@media screen and (max-width:991px){.PriceBox_root___GLBE.PriceBox_sticky__AZ7Og{z-index:4;background:#fff;border-top-left-radius:18px;border-top-right-radius:18px;flex-wrap:nowrap;justify-content:space-around;margin-bottom:0;padding:10px 15px;position:fixed;bottom:var(--vpn-banner-fixed-offset,0);left:0;right:0;box-shadow:0 1px 28px rgba(0,0,0,.18)}}.PriceBox_root___GLBE.PriceBox_sticky__AZ7Og .PriceBox_price__KFnoX{font-size:36px}@media screen and (max-width:575px){.PriceBox_root___GLBE.PriceBox_sticky__AZ7Og .PriceBox_price__KFnoX{font-size:30px}}.PriceBox_root___GLBE.PriceBox_sticky__AZ7Og>:only-child,.PriceBox_root___GLBE.PriceBox_sticky__AZ7Og>noindex:only-child>a{margin-left:auto}.PriceBox_root___GLBE.PriceBox_sticky__AZ7Og .PriceBox_price__KFnoX{min-width:0}.PriceBox_root___GLBE.PriceBox_sticky__AZ7Og [data-buy-widget] a,.PriceBox_root___GLBE.PriceBox_sticky__AZ7Og noindex>a,.PriceBox_root___GLBE.PriceBox_sticky__AZ7Og>a,.PriceBox_root___GLBE.PriceBox_sticky__AZ7Og>button{white-space:nowrap;flex-shrink:0}.PriceBox_price__KFnoX{color:#3a4145;font-size:36px;line-height:1.417;font-weight:400}@media screen and (max-width:991px){.PriceBox_price__KFnoX{margin-right:0;font-size:30px;line-height:1.467}}.PriceBox_textBlock__soF2F{font-size:12px;font-weight:400;line-height:1.417;display:flex}.PriceBox_textBlock__soF2F img,.PriceBox_textBlock__soF2F svg{width:16px;height:16px;max-width:16px;max-height:16px;margin-right:4px;margin-top:-1px;flex-shrink:0}.PriceBoxPad_root__r4v9d{padding:20px;text-align:center;border-radius:20px}@media screen and (max-width:991px){.PriceBoxPad_root__r4v9d{text-align:left}}.PriceBoxPad_title__BHHe0{font-weight:600;font-size:18px;line-height:1.444}.PriceBoxPad_priceBox__JCsbb{padding-top:12px}.OtherTrips_root__nrJKl{margin-bottom:32px}.OtherTrips_title__gAGdp{font-size:24px;font-weight:600;line-height:1.35;margin-bottom:18px}.DetailRemark_root__h_TPl{position:relative;color:#3a4145;font-size:16px;overflow-wrap:break-word}.DetailRemark_root__h_TPl a{color:#59b8e9}.DetailRemark_root__h_TPl a:hover{text-decoration:underline}.DetailRemark_root__h_TPl b,.DetailRemark_root__h_TPl strong{font-weight:600}.DetailRemark_root__h_TPl h1,.DetailRemark_root__h_TPl h2,.DetailRemark_root__h_TPl h3,.DetailRemark_root__h_TPl h4,.DetailRemark_root__h_TPl h5,.DetailRemark_root__h_TPl h6{margin-top:0;margin-bottom:.556em}.DetailRemark_root__h_TPl h2,.DetailRemark_root__h_TPl h3{font-size:18px;font-weight:600}@media screen and (max-width:575px){.DetailRemark_root__h_TPl h2,.DetailRemark_root__h_TPl h3{font-size:16px}}.DetailRemark_root__h_TPl p{margin-top:0;margin-bottom:.625em}.DetailRemark_root__h_TPl p:last-child{margin-bottom:0}.DetailRemark_root__h_TPl ol,.DetailRemark_root__h_TPl ul{margin-top:0;margin-bottom:0;padding-left:0}.DetailRemark_root__h_TPl li{list-style:none}.DetailRemark_root__h_TPl ol li+li,.DetailRemark_root__h_TPl ul li+li{margin-top:1.4em}.DetailRemark_root__h_TPl ol{counter-reset:detailRemarkCounter}.DetailRemark_root__h_TPl ol li:before{counter-increment:detailRemarkCounter;content:counter(detailRemarkCounter) ". "}.DetailRemark_root__h_TPl ul li{position:relative;padding-left:18px}.DetailRemark_root__h_TPl ul li:before{content:"";position:absolute;top:8px;left:0;width:7px;height:7px;border-radius:50%;background-color:#312d2d}.DetailRemark_title__eInl5{font-weight:600}.DetailRemark_description__ZqRvK{margin-bottom:.75em}.DetailRemark_content__M4bJp :first-child{margin-top:0}.DetailRemark_content__M4bJp :last-child{margin-bottom:0}.DetailRemark_icon__zGWSd{position:absolute;top:28px;left:24px;width:32px;height:32px;stroke:#49aada}@media screen and (max-width:575px){.DetailRemark_icon__zGWSd{top:18px;left:18px}}.DetailRemark_blue__39QbS{padding:30px 30px 30px 76px;margin-bottom:30px;border-radius:12px;background:#ebf3ff;box-shadow:0 1px 5px rgba(0,0,0,.1)}@media screen and (max-width:575px){.DetailRemark_blue__39QbS{padding:18px 18px 18px 62px}}.DetailRemark_gray__IPZdF{padding:19px;margin-bottom:20px;border:1px solid #e5e5e5;border-radius:6px;background-color:#f5f5f5;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.DetailRemark_light__ArzZb{padding:30px 30px 30px 76px;margin-bottom:30px;border:1px solid #dedede;border-radius:12px;background-color:#fff}@media screen and (max-width:575px){.DetailRemark_light__ArzZb{padding:18px 18px 18px 62px}}.SalesClosedNotice_root__FxwgP{padding:15px 20px;border-radius:12px;font-weight:600;font-size:16px;color:#fff;background-color:#272d30;margin-bottom:22px}@media screen and (max-width:767px){.SalesClosedNotice_root__FxwgP{padding:25px 20px}}@media screen and (max-width:575px){.SalesClosedNotice_root__FxwgP{padding:15px}}.SalesClosedNotice_root__FxwgP a{color:#59b8e9}.SalesClosedNotice_root__FxwgP a:focus,.SalesClosedNotice_root__FxwgP a:hover{text-decoration:underline}.RouteMap_root___B0T_{margin-bottom:30px}.RouteMap_title__0aZPm{margin-top:0;margin-bottom:12px;font-size:24px;font-weight:600;line-height:1.35;color:#3a4145}@media screen and (max-width:575px){.RouteMap_title__0aZPm{font-size:20px}}.RouteMap_map__Puvgz iframe{max-width:100%;display:block;height:503px}@media screen and (max-width:575px){.RouteMap_map__Puvgz iframe{height:489px}}.Divider_root__YvcGT{border:0;border-top:1px solid #dedede;margin:32px auto;width:calc(100% - 8px)}.DetailPage_banner__j9y1d{margin-bottom:24px}.DetailPage_breadcrumbs__i3Nfu{margin-bottom:32px}@media screen and (max-width:991px){.DetailPage_breadcrumbs__i3Nfu{margin-bottom:24px}}.MainInfo_root__SBjiK{display:flex;margin-left:-15px;margin-right:-15px}@media screen and (max-width:991px){.MainInfo_root__SBjiK{flex-wrap:wrap}}.MainInfo_main__sEH9m{flex:0 1 66.667%;padding:0 15px}@media screen and (max-width:991px){.MainInfo_main__sEH9m{flex:0 1 100%}}.MainInfo_aside__4im32{flex:0 1 33.333%;padding:0 15px;display:flex;flex-direction:column;gap:20px}.MainInfo_aside__4im32 .MainInfo_message__m1bqa,.MainInfo_aside__4im32 .MainInfo_priceBoxPad__6TtE_{position:-webkit-sticky;position:sticky;top:70px}@media screen and (max-width:991px){.MainInfo_aside__4im32{margin-top:24px;flex:0 1 100%}}@media screen and (max-width:575px){main:not(:has([data-detail-gallery])) .MainInfo_aside__4im32{margin-top:0}}.MainInfo_message__m1bqa{padding:20px;text-align:center}@media screen and (max-width:991px){.MainInfo_message__m1bqa{display:none}}@media screen and (max-width:575px){.MainInfo_message__m1bqa{display:block;position:static}}@media screen and (max-width:991px){.MainInfo_priceBoxPad__6TtE_{display:none}}.MainInfo_priceBoxSticky__lc9eh{display:none}@media screen and (max-width:991px){.MainInfo_priceBoxSticky__lc9eh{display:block}}.Faq_root__unWnZ.Faq_unordered__sC8DZ .Faq_item__xUinB:first-child{border-top:1px solid #dedede}.Faq_root__unWnZ.Faq_unordered__sC8DZ .Faq_item__xUinB:last-child{border-bottom:1px solid #dedede}.Faq_title__LekCq{font-size:24px;font-weight:600;margin-bottom:12px}.Faq_title__LekCq.Faq_tabbed___6Iho{margin-bottom:24px}@media screen and (max-width:575px){.Faq_title__LekCq.Faq_tabbed___6Iho{margin-bottom:12px}.Faq_title__LekCq{font-size:18px}}.Faq_list__6ftSk{list-style:none}.Faq_item__xUinB+.Faq_item__xUinB{border-top:1px solid #dedede}.MainContent_root__LEfLH{display:flex;margin-left:-15px;margin-right:-15px}@media screen and (max-width:767px){.MainContent_root__LEfLH{flex-wrap:wrap}}.MainContent_main__ry4ej{width:66.667%;padding:0 15px}@media screen and (max-width:767px){.MainContent_main__ry4ej{width:100%}}.MainContent_about__oOSGS,.MainContent_faq__9IOKU{margin-bottom:30px}.MainContent_subtitle__FqyCB{margin-top:0;margin-bottom:.5em;font-size:24px;font-weight:600;line-height:1.35;color:#3a4145}@media screen and (max-width:575px){.MainContent_subtitle__FqyCB{font-size:20px}}.MainContent_content__JZlMn{color:#3a4145;margin-bottom:32px}.MainContent_offersTitle__70cZk{margin-top:0;margin-bottom:.67em;font-size:18px;font-weight:600;line-height:1.35;color:#3a4145}.MainContent_aside__EKew9{width:33.333%;padding:0 15px;display:flex;flex-direction:column}@media screen and (max-width:767px){.MainContent_aside__EKew9{width:100%;order:-1}}.MainContent_aside__EKew9 .MainContent_message__3Ti7w{padding:20px;text-align:center;margin-bottom:32px}@media screen and (max-width:575px){.MainContent_aside__EKew9:not(:has(.MainContent_gallery__mN9me)){display:none}}.MainContent_aside__EKew9 .MainContent_priceBoxTitle__QGhO_{margin-top:0;margin-bottom:.67em;font-size:18px;font-weight:600;line-height:1.35;color:#3a4145}.MainContent_aside__EKew9 .MainContent_buyButtonWrapper__6CQLH{margin-bottom:32px}@media screen and (max-width:575px){.MainContent_aside__EKew9 .MainContent_buyButtonWrapper__6CQLH{display:none}}.MainContent_aside__EKew9 .MainContent_buyButtonWrapper__6CQLH .MainContent_contentPriceBox__FAGeo{gap:10px}.MainContent_aside__EKew9 .MainContent_buyButtonWrapper__6CQLH .MainContent_contentPriceBox__FAGeo a,.MainContent_aside__EKew9 .MainContent_buyButtonWrapper__6CQLH .MainContent_contentPriceBox__FAGeo button{white-space:nowrap}.MainContent_asideDivider__zPwCg{margin-top:0}.MainContent_aside__EKew9:not(:has(.MainContent_buyButtonWrapper__6CQLH)) .MainContent_asideDivider__zPwCg{margin-bottom:20px}.MainContent_recommended__jPI78{display:flex;flex-direction:column}@media screen and (max-width:991px){.MainContent_recommended__jPI78{display:none}}.PictureBanner_root__sSaog{position:relative;z-index:1;display:flex}.PictureBanner_root__sSaog.PictureBanner_big__r0LEr,.PictureBanner_root__sSaog.PictureBanner_medium__wH24F{min-height:350px}@media screen and (max-width:767px){.PictureBanner_root__sSaog.PictureBanner_big__r0LEr,.PictureBanner_root__sSaog.PictureBanner_medium__wH24F{min-height:300px}}@media screen and (max-width:575px){.PictureBanner_root__sSaog.PictureBanner_big__r0LEr,.PictureBanner_root__sSaog.PictureBanner_medium__wH24F{min-height:250px}}.PictureBanner_root__sSaog.PictureBanner_small__eXlyu{min-height:250px}@media screen and (max-width:575px){.PictureBanner_root__sSaog.PictureBanner_small__eXlyu{min-height:180px}}.PictureBanner_background__hCwv1{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}.PictureBanner_background__hCwv1 img{width:100%;height:100%;object-fit:cover}.HomePage_banner__vP7Lx.HomePage_bottom__xrzAz{margin-bottom:40px}.HomePage_banner__vP7Lx.HomePage_bottom__xrzAz:last-child{margin-bottom:80px}@media screen and (max-width:575px){.HomePage_banner__vP7Lx.HomePage_bottom__xrzAz:last-child{margin-bottom:40px}.HomePage_banner__vP7Lx{min-height:180px}}.HomePage_text__I5_qA{margin-bottom:40px}.HomePage_text__I5_qA:has(+.HomePage_notification__JOKy9),.HomePage_text__I5_qA:has(+script),.HomePage_text__I5_qA:last-child{margin-bottom:80px}@media screen and (max-width:575px){.HomePage_text__I5_qA:has(+.HomePage_notification__JOKy9),.HomePage_text__I5_qA:has(+script),.HomePage_text__I5_qA:last-child{margin-bottom:40px}}.ListPage_banner__WzTCk{margin-bottom:24px}.ListPage_breadcrumbs__GzF93{margin-bottom:32px}@media screen and (max-width:991px){.ListPage_breadcrumbs__GzF93{margin-bottom:24px}}.ListPage_breadcrumbs__GzF93.ListPage_breadcrumbsBeforeFilter__POODd{margin-bottom:24px}.ListPage_map__u9QOA .ListPage_iframe__ZnW97{width:100%;height:550px}.ListPage_faq__N9Uh3,.ListPage_form__f43bb,.ListPage_infoflot__maxZ9,.ListPage_map__u9QOA,.ListPage_text__i4L2Q,.ListPage_trips__Cuk0A{margin-bottom:40px}.ListPage_faq__N9Uh3:last-child,.ListPage_text__i4L2Q:last-child,.ListPage_trips__Cuk0A:last-child{margin-bottom:80px}@media screen and (max-width:575px){.ListPage_faq__N9Uh3:last-child,.ListPage_text__i4L2Q:last-child,.ListPage_trips__Cuk0A:last-child{margin-bottom:40px}}.ListPage_recommended__i7626{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:991px){.ListPage_recommended__i7626{display:none}}.Info_root__6Ostj{padding:30px 20px}.Info_text__AXUJl{margin-bottom:20px}.Info_button__SPVXW{color:#312d2d}.TripTag_root__fJN0P{position:absolute;left:0;top:0;padding:12px 24px;font-size:16px;font-weight:600;line-height:1.4375;border-radius:20px 0 20px 0;z-index:2;text-transform:uppercase}.Trip_root__n1___{display:flex;flex-direction:column;width:100%;padding-top:20px}.Trip_root__n1___:first-child{padding:0}.Trip_root__n1___:last-child hr{display:none}.Trip_root__n1___.Trip_recommendedTrip__S_OWh{width:100%;margin:0;padding:0}.Trip_root__n1___.Trip_recommendedTrip__S_OWh .Trip_trip__5tyz_{overflow:hidden;flex-direction:column;border-radius:20px;padding:0;box-shadow:0 1px 27px 0 rgba(0,0,0,.13)}.Trip_root__n1___.Trip_recommendedTrip__S_OWh .Trip_preview__F_LJK{width:100%;height:260px;border-radius:0;margin-right:0;margin-bottom:20px}@media screen and (max-width:1199px){.Trip_root__n1___.Trip_recommendedTrip__S_OWh .Trip_preview__F_LJK{height:200px}}.Trip_root__n1___.Trip_recommendedTrip__S_OWh .Trip_pricebox__CoxJ2{margin:0}.Trip_root__n1___.Trip_recommendedTrip__S_OWh .Trip_tag__CbFsR{border-radius:16px 0 16px 0}.Trip_root__n1___.Trip_recommendedTrip__S_OWh .Trip_title__lDHDq{font-size:18px;line-height:1.4445;margin-bottom:14px}.Trip_root__n1___.Trip_recommendedTrip__S_OWh .Trip_list__z9oP8{margin-bottom:14px}.Trip_root__n1___.Trip_recommendedTrip__S_OWh .Trip_listItem__ZBR9I{font-size:14px;margin-bottom:.575em}.Trip_root__n1___.Trip_recommendedTrip__S_OWh .Trip_description__PnTaz{padding-bottom:20px}.Trip_root__n1___.Trip_recommendedTrip__S_OWh .Trip_time__n67qu{margin-bottom:1em}@media screen and (max-width:991px){.Trip_root__n1___{width:calc(50% - 15px);padding:0}.Trip_root__n1___:nth-of-type(n+3){margin-top:40px}}@media screen and (max-width:689px){.Trip_root__n1___{width:100%}.Trip_root__n1___:nth-of-type(n+2){margin-top:40px}}.Trip_trip__5tyz_{display:flex}.Trip_trip__5tyz_ .Trip_pricebox__CoxJ2{margin-bottom:20px}@media screen and (max-width:991px){.Trip_trip__5tyz_ .Trip_pricebox__CoxJ2{margin-top:auto;width:100%;justify-content:space-between;flex-wrap:nowrap;margin-bottom:5px}.Trip_trip__5tyz_{flex-direction:column;border-radius:16px;padding:0;box-shadow:0 1px 27px 0 rgba(0,0,0,.13)}.Trip_trip__5tyz_+hr{display:none}}@media screen and (max-width:575px){.Trip_trip__5tyz_ .Trip_pricebox__CoxJ2{padding-top:2.8px}}.Trip_preview__F_LJK{position:relative;width:430px;height:292px;border-radius:30px;overflow:hidden;margin-right:15px;flex-shrink:0;background:#d4d5d9}.Trip_preview__F_LJK img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}@media screen and (max-width:1199px){.Trip_preview__F_LJK{width:374px;height:260px}}@media screen and (max-width:991px){.Trip_preview__F_LJK{width:100%;margin-right:0;height:280px;margin-bottom:20px;border-radius:20px 20px 0 0}}@media screen and (max-width:689px){.Trip_preview__F_LJK{padding-bottom:66.35%;height:auto}}.Trip_description__PnTaz{flex:0 1 50%;padding-left:16px;padding-right:16px}@media screen and (max-width:991px){.Trip_description__PnTaz{padding:0 16px 15px;display:flex;flex-direction:column;flex-grow:1}}.Trip_title__lDHDq{color:#3a4145;font-size:24px;font-weight:600;line-height:1.09;margin-bottom:.95em;display:inline-block;transition:color .3s ease}.Trip_title__lDHDq:hover{color:#49aada;text-decoration:underline}.Trip_title__lDHDq.Trip_busguide__nIjkS,.Trip_title__lDHDq.Trip_busguide__nIjkS:hover{color:#3d3d3d}.Trip_title__lDHDq>*{display:inline;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;transition:color .3s ease}@media screen and (max-width:991px){.Trip_title__lDHDq{font-size:24px;line-height:1.3}}@media screen and (max-width:767px){.Trip_title__lDHDq{font-size:18px}}@media screen and (max-width:689px){.Trip_title__lDHDq{font-size:24px;margin-bottom:.8em}}@media screen and (max-width:575px){.Trip_title__lDHDq{font-size:20px;margin-bottom:1em}}.Trip_time__n67qu{color:gray;position:relative;font-size:14px;line-height:1.36;padding-left:24px;margin-bottom:1.36em}@media screen and (max-width:575px){.Trip_time__n67qu{font-size:12px;margin-bottom:1.166em}}.Trip_timeIcon__l_oSw{position:absolute;top:3.5px;left:3.54px;width:12.91px;height:12.91px;stroke:gray}@media screen and (max-width:575px){.Trip_timeIcon__l_oSw{top:1.5px}}.Trip_list__z9oP8{list-style:none;margin:0 0 20px;padding-left:0}@media screen and (max-width:991px){.Trip_list__z9oP8{margin:0 0 14px}}.Trip_listItem__ZBR9I{position:relative;padding-left:28px;font-size:16px;line-height:1.4375;margin-bottom:.5em}@media screen and (max-width:575px){.Trip_listItem__ZBR9I:last-child{margin-bottom:0}}.Trip_listItem__ZBR9I a{display:inline;color:#59b8e9}.Trip_listItem__ZBR9I svg{position:absolute;left:0;top:4px;width:16px;height:16px}.Trip_listItem__ZBR9I.Trip_loader__oAgzn{padding:0;height:24px}@media screen and (max-width:991px){.Trip_listItem__ZBR9I{font-size:14px;line-height:1.428;margin-bottom:.571em}}.Trip_nextTrips__TX0gO a{display:inline-block}.Trip_loaderWrapper__h6kHM{position:absolute;left:0;top:-3px;transform:scale(.3);transform-origin:left center}.TripsList_container__EnlMx{margin:0 auto;position:relative;width:100%}@media screen and (max-width:991px){.TripsList_container__EnlMx{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}}@media screen and (max-width:767px){.TripsList_container__EnlMx{min-width:320px}}@media screen and (max-width:689px){.TripsList_container__EnlMx{display:block}}.TripsList_container__EnlMx.TripsList_loading__Qk0sw{opacity:.1}.TripsList_intersectionElement___VPmj{width:100%;height:1px;background:rgba(0,0,0,0)}.Filter_tripsLoader__D3xVB{--loader-color-off:colors.$icon5;margin:0 auto;position:absolute;top:40px;left:50%;--loader-transform:translateX(-50%)}.Filter_tripsLoader__D3xVB.Filter_staticLoader__CQxQ9{position:static;--loader-transform:translateZ(0)}.Filter_tripsLoader__D3xVB.Filter_streamingLoader__joLOK{position:static;--loader-transform:translateZ(0);margin-top:24px}.Filter_infoText__xdrv2{margin-top:24px;justify-content:center}@media screen and (max-width:991px){.Filter_infoText__xdrv2{justify-content:flex-start}}.Filter_containerLoading___VAAW{min-height:100vh}.Filter_container__AoiZc{margin-bottom:40px}.Filter_container__AoiZc:last-child{margin-bottom:80px}@media screen and (max-width:575px){.Filter_container__AoiZc:last-child{margin-bottom:40px}}.Filter_loaderContainer__lYRB1{margin:40px auto 0;text-align:center}.Datepicker_root__FvfdZ{display:block;padding:20px;border-radius:20px;border:1px solid #dedede}.Datepicker_datepicker__tj0c0{width:100%;border-spacing:0}.Datepicker_datepicker__tj0c0:nth-last-child(2){margin-bottom:10px}.Datepicker_day__LKFxt{font-size:14px;width:14.2857142857%;height:42px;text-align:center;vertical-align:middle;border:none}.Datepicker_dayOfWeek__8uE1w{font-size:12px;color:#3a4145;text-transform:uppercase;font-weight:400}.Datepicker_dayButton__XCQJT{position:relative;width:100%;height:100%;padding:0;border:none;background:none;font-size:inherit;color:#3a4145;z-index:0}.Datepicker_dayButton__XCQJT:after{display:block;z-index:-1;width:34px;border-radius:50%;opacity:0;transition:height .3s ease}.Datepicker_dayButton__XCQJT.Datepicker_inRange__FX9_0:after,.Datepicker_dayButton__XCQJT:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:34px;background-color:#fed74b}.Datepicker_dayButton__XCQJT.Datepicker_inRange__FX9_0:after{opacity:1;width:102%;z-index:-2;border-radius:0}.Datepicker_dayButton__XCQJT.Datepicker_rangeStart__vGyQ_:after{content:"";position:absolute;top:50%;right:0;left:auto;width:calc(50% + 17px);border-top-left-radius:34px;border-bottom-left-radius:34px;transform:translateY(-50%);background-color:#fed74b;z-index:-3}.Datepicker_dayButton__XCQJT.Datepicker_rangeStart__vGyQ_.Datepicker_rangeWeekEnd__nW_pt:after{width:34px;left:50%;transform:translate(-50%,-50%)}.Datepicker_dayButton__XCQJT.Datepicker_rangeEnd__zZPys:after{content:"";top:50%;left:0;width:calc(50% + 17px);border-top-right-radius:34px;border-bottom-right-radius:34px;transform:translateY(-50%);background-color:#fed74b;z-index:-3}.Datepicker_dayButton__XCQJT.Datepicker_rangeEnd__zZPys.Datepicker_rangeWeekStart__rDOe6:after{width:34px;left:50%;transform:translate(-50%,-50%)}.Datepicker_dayButton__XCQJT.Datepicker_selected__jrdqC:after{opacity:1;left:50%;transform:translate(-50%,-50%);border-radius:34px}.Datepicker_dayButton__XCQJT.Datepicker_rangeWeekStart__rDOe6:after{border-top-left-radius:34px;border-bottom-left-radius:34px;width:calc(50% + 17px);right:0;left:auto;transform:translateY(-50%)}.Datepicker_dayButton__XCQJT.Datepicker_rangeWeekEnd__nW_pt:after{border-top-right-radius:34px;border-bottom-right-radius:34px;width:calc(50% + 17px);left:0;transform:translateY(-50%)}.Datepicker_dayButton__XCQJT:disabled{cursor:default;color:#d3d3d3}.Datepicker_monthPicker__m9qBi{display:flex;justify-content:space-between;align-items:center}.Datepicker_arrowWrapper__XSTM1{padding:6px;background:rgba(0,0,0,0);border:none}.Datepicker_arrowWrapper__XSTM1:disabled{cursor:default}.Datepicker_arrowWrapper__XSTM1:disabled .Datepicker_arrow__87pUw{fill:#d3d3d3}.Datepicker_arrow__87pUw{width:8px;height:12px;fill:#3a4145}.Datepicker_arrow__87pUw.Datepicker_left__HUJwt{transform:rotate(180deg)}.Datepicker_month__DGaDd{font-size:14px;font-weight:600;color:#3a4145}.Datepicker_clearButton__Vex49{display:block;color:#3a4145;font-size:12px;line-height:normal;margin-left:auto;margin-bottom:6px;margin-right:6px}.Datepicker_clearButton__Vex49:hover{color:#49aada}