.toursCatalog{--catalogHeaderHeight:83px;--catalogCalendarHeight:94px;--catalogStickyGap:16px;padding:50px 0}.toursCatalogHero{margin:0 0 18px}.toursCatalogTitle{color:var(--accentBorder);font-size:42px;line-height:52px;font-weight:300}.toursCatalogCalendarShell{position:sticky;top:var(--catalogHeaderHeight);z-index:20;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:10px;min-height:var(--catalogCalendarHeight);margin-inline:-1px;padding:8px 1px;background:var(--background)}.toursCatalogCalendar{display:flex;gap:8px;overflow-x:auto;padding:4px 0 12px;scrollbar-width:none;scroll-behavior:smooth}.toursCatalogCalendar::-webkit-scrollbar{display:none}.toursCatalogCalendarArrow{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--accent);color:#fff;cursor:pointer;box-shadow:0 14px 26px rgba(78,134,228,.22);transition:transform .14s ease,box-shadow .14s ease,filter .14s ease}.toursCatalogCalendarArrow:hover{transform:translateY(-1px);box-shadow:0 18px 30px rgba(78,134,228,.28)}.toursCatalogCalendarArrow:active{transform:translateY(0);filter:brightness(.98)}.toursCatalogCalendarArrow svg{width:24px;height:24px}.toursCatalogCalendarDay{position:relative;flex:0 0 58px;min-height:78px;border:0;border-radius:12px;background:transparent;color:#111827;cursor:pointer;transition:background .14s ease,color .14s ease,transform .14s ease}.toursCatalogCalendarDay:hover{background:var(--accentLight)}.toursCatalogCalendarDayActive{background:var(--accent);color:#fff;box-shadow:0 14px 28px rgba(78,134,228,.28)}.toursCatalogCalendarDayInRange:not(.toursCatalogCalendarDayActive){background:#eef5ff}.toursCatalogCalendarMonth,.toursCatalogCalendarNumber,.toursCatalogCalendarWeekday{display:block;text-align:center}.toursCatalogCalendarMonth{min-height:15px;color:#a3a9b6;font-size:10px;line-height:15px;text-transform:uppercase}.toursCatalogCalendarNumber{margin-top:3px;font-size:21px;line-height:28px;font-weight:700}.toursCatalogCalendarWeekday{margin-top:2px;color:#9399a7;font-size:11px;line-height:16px;text-transform:uppercase}.toursCatalogCalendarDayWeekend .toursCatalogCalendarWeekday{color:#ef4444}.toursCatalogCalendarDayActive .toursCatalogCalendarMonth,.toursCatalogCalendarDayActive .toursCatalogCalendarWeekday{color:rgba(255,255,255,.82)}.toursCatalogControlLabel{color:#7b8ab1;display:block;font-size:12px;line-height:16px;font-weight:700;text-transform:uppercase}.toursCatalogRangeValue,.toursCatalogSelect{display:block;margin-top:7px;color:var(--accentBorder);font-size:17px;line-height:24px;font-weight:700}.toursCatalogSelect{width:100%;height:44px;border:1px solid rgba(93,114,167,.22);border-radius:10px;padding:0 14px;background:#fff;font:inherit}.toursCatalogLayout{margin-top:24px;display:grid;grid-template-columns:270px minmax(0,1fr);gap:28px;align-items:start}.toursCatalogFiltersToggle{display:none}.toursCatalogFiltersToggleIcon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:rgba(78,134,228,.12);color:var(--accentBorder);font-size:16px;line-height:1;transition:transform .14s ease}.toursCatalogFiltersToggleIconExpanded{transform:rotate(180deg)}.toursCatalogSidebar{position:sticky;top:calc(var(--catalogHeaderHeight) + var(--catalogCalendarHeight) + var(--catalogStickyGap));display:flex;flex-direction:column;gap:16px;max-height:calc(100dvh - var(--catalogHeaderHeight) - var(--catalogCalendarHeight) - var(--catalogStickyGap) - 24px);overflow-y:auto;overscroll-behavior:contain;padding:22px;border-radius:22px;background:#fff;box-shadow:0 18px 42px rgba(17,24,39,.1);scrollbar-width:thin;scrollbar-color:rgba(93,114,167,.32) transparent}.toursCatalogSidebar::-webkit-scrollbar{width:8px}.toursCatalogSidebar::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(93,114,167,.32)}.toursCatalogSidebar::-webkit-scrollbar-track{background:transparent}.toursCatalogContent{min-width:0}.toursCatalogViewBar{display:flex;justify-content:flex-end;gap:8px;margin-bottom:18px}.toursCatalogViewButton{min-height:42px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(93,114,167,.22);border-radius:10px;padding:0 14px;background:#fff;color:var(--accentBorder);font:inherit;font-size:14px;line-height:18px;font-weight:800;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background .14s ease,color .14s ease}.toursCatalogViewButton:hover{transform:translateY(-1px)}.toursCatalogViewButtonActive{border-color:transparent;background:var(--accent);color:#fff;box-shadow:0 12px 24px rgba(78,134,228,.22)}.toursCatalogViewIcon{flex:0 0 auto;width:16px;height:16px;display:grid;gap:3px}.toursCatalogViewIconGrid{grid-template-columns:repeat(2,1fr)}.toursCatalogViewIcon span{border-radius:3px;background:currentColor;opacity:.82}.toursCatalogViewIconList{grid-template-columns:1fr}.toursCatalogFilterBlock{display:block;padding-bottom:16px;border-bottom:1px dashed rgba(93,114,167,.28)}.toursCatalogFilterBlock summary,.toursCatalogFilterTitle{color:var(--accentBorder);font-size:17px;line-height:24px;font-weight:800}.toursCatalogFilterBlock summary{cursor:pointer}.toursCatalogTags{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.toursCatalogTag{min-height:38px;border:1px solid rgba(93,114,167,.22);border-radius:10px;padding:0 13px;background:rgba(235,243,253,.72);color:var(--accentBorder);font:inherit;font-size:13px;line-height:18px;font-weight:700;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.toursCatalogTagActive{border-color:transparent;background:var(--accent);color:#fff;box-shadow:0 12px 24px rgba(78,134,228,.24)}.toursCatalogTag:hover{transform:translateY(-1px)}.toursCatalogPriceFields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.toursCatalogPriceFields label{display:flex;flex-direction:column;gap:7px;color:#7b8ab1;font-size:12px;line-height:16px;font-weight:700;text-transform:uppercase}.toursCatalogPriceFields input{width:100%;height:42px;border:1px solid rgba(93,114,167,.22);border-radius:10px;padding:0 12px;color:var(--accentBorder);font:inherit;font-size:15px;font-weight:700}.toursCatalogApply,.toursCatalogReset{min-height:46px;border-radius:10px;font:inherit;font-size:14px;font-weight:800;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease}.toursCatalogApply{border:0;color:#fff;background:linear-gradient(90deg,#4e86e4,#5e90e4);box-shadow:0 16px 28px rgba(78,134,228,.26)}.toursCatalogReset{border:0;background:#eef5ff;color:var(--accentBorder)}.toursCatalogApply:hover,.toursCatalogReset:hover{transform:translateY(-1px)}.toursCatalogApply:active,.toursCatalogReset:active{transform:translateY(0);filter:brightness(.98)}.toursCatalogFilterActions{display:grid;gap:12px}.toursCatalogGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.toursCatalogGridHorizontal{grid-template-columns:1fr;gap:18px}.toursCatalogCard{display:flex;min-height:100%;flex-direction:column;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 18px 42px rgba(17,24,39,.1)}.toursCatalogGridHorizontal .toursCatalogCard{min-height:0;display:grid;grid-template-columns:minmax(220px,31%) minmax(0,1fr)}.toursCatalogCardPhotoLink{display:block;background:#dceafc}.toursCatalogCardPhoto{display:block;width:100%;aspect-ratio:1.38;object-fit:cover}.toursCatalogGridHorizontal .toursCatalogCardPhoto,.toursCatalogGridHorizontal .toursCatalogCardPhotoLink{height:100%;min-height:270px}.toursCatalogGridHorizontal .toursCatalogCardPhoto{aspect-ratio:auto}.toursCatalogCardPhotoFallback{background:radial-gradient(circle at 22% 18%,rgba(255,255,255,.68),transparent 24%),linear-gradient(145deg,#f4f8ff,#c1d7f1 46%,#89addc)}.toursCatalogCardBody{display:flex;flex:1;flex-direction:column;justify-content:space-between;gap:24px;padding:24px}.toursCatalogCardTags{display:flex;min-height:26px;flex-wrap:wrap;gap:8px}.toursCatalogCardTag{position:relative;border-radius:999px;padding:5px 10px;background:var(--accentLight);color:var(--accentBorder);font-size:12px;line-height:16px;font-weight:700}.toursCatalogCardTagMore{cursor:help;outline:none}.toursCatalogCardTagMore:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 10px);z-index:3;width:max-content;max-width:min(300px,70vw);transform:translate(-50%,4px);border-radius:10px;padding:8px 10px;background:#274b8f;color:#fff;font-size:12px;line-height:18px;font-weight:700;white-space:normal;overflow-wrap:anywhere;opacity:0;pointer-events:none;box-shadow:0 14px 26px rgba(17,24,39,.18);transition:opacity .14s ease,transform .14s ease}.toursCatalogCardTagMore:focus-visible:after,.toursCatalogCardTagMore:hover:after{opacity:1;transform:translate(-50%)}.toursCatalogCardTitle{margin-top:14px;color:var(--accentBorder);font-size:26px;line-height:33px;font-weight:800}.toursCatalogCardDescription{margin-top:12px;display:-webkit-box;overflow:hidden;color:#5d6680;font-size:15px;line-height:23px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.toursCatalogGridHorizontal .toursCatalogCardDescription{-webkit-line-clamp:2}.toursCatalogCardMeta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.toursCatalogCardMeta>div{min-height:72px;border-radius:16px;padding:13px 14px;background:#f5f8fd}.toursCatalogMetaLabel{display:block;color:#8792ae;font-size:11px;line-height:15px;font-weight:700;text-transform:uppercase}.toursCatalogCardMeta strong{display:block;margin-top:7px;color:var(--accentBorder);font-size:17px;line-height:22px}.toursCatalogCardActions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.toursCatalogBookButton,.toursCatalogDetailsButton,.toursCatalogEmpty button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;text-decoration:none;font-size:15px;line-height:20px;font-weight:800;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease}.toursCatalogDetailsButton{border:1px solid rgba(78,134,228,.32);color:var(--accent);background:#fff}.toursCatalogBookButton,.toursCatalogEmpty button{border:0;color:#fff;background:linear-gradient(90deg,#4e86e4,#5e90e4);box-shadow:0 16px 28px rgba(78,134,228,.26)}.toursCatalogBookButton:hover,.toursCatalogDetailsButton:hover,.toursCatalogEmpty button:hover{transform:translateY(-1px)}.toursCatalogBookButton:active,.toursCatalogDetailsButton:active,.toursCatalogEmpty button:active{transform:translateY(0);filter:brightness(.98)}.toursCatalogEmpty{border-radius:24px;padding:42px;background:linear-gradient(180deg,#eef5ff,#e8f0fc);color:var(--accentBorder)}.toursCatalogEmpty h2{font-size:30px;line-height:38px}.toursCatalogEmpty p{margin-top:10px;font-size:17px;line-height:26px}.toursCatalogEmpty button{margin-top:24px;padding:0 28px;cursor:pointer}@media (max-width:1280px){.toursCatalogLayout{grid-template-columns:252px minmax(0,1fr);gap:24px}.toursCatalogSidebar{padding:20px}.toursCatalogCardBody{padding:22px}}@media (max-width:1100px){.toursCatalog{--catalogHeaderHeight:78px;padding:34px 0 58px}.toursCatalogCalendarShell{position:relative;top:auto;z-index:0}.toursCatalogLayout{margin-top:20px;grid-template-columns:1fr;gap:16px}.toursCatalogFiltersToggle{min-height:54px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:16px;padding:0 18px;background:#fff;color:var(--accentBorder);font:inherit;font-size:16px;line-height:22px;font-weight:800;cursor:pointer;box-shadow:0 14px 30px rgba(17,24,39,.1)}.toursCatalogSidebar{position:static;top:auto;max-height:fit-content;overflow-y:visible;overscroll-behavior:auto}.toursCatalogGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.toursCatalogViewBar{justify-content:flex-start}}@media (max-width:980px){.toursCatalogViewBar{display:none}.toursCatalogTitle{font-size:38px;line-height:47px}.toursCatalogCalendarDay{flex-basis:56px;min-height:76px}.toursCatalogCalendarNumber{font-size:20px;line-height:26px}.toursCatalogSidebar{border-radius:20px}.toursCatalogCard{border-radius:22px}.toursCatalogGridHorizontal .toursCatalogCard{grid-template-columns:minmax(190px,34%) minmax(0,1fr)}.toursCatalogGridHorizontal .toursCatalogCardPhoto,.toursCatalogGridHorizontal .toursCatalogCardPhotoLink{min-height:250px}}@media (max-width:720px){.toursCatalog{padding:28px 0 42px}.toursCatalogTitle{font-size:34px;line-height:43px}.toursCatalogFiltersToggle{min-height:52px;border-radius:14px;padding:0 16px}.toursCatalogCalendarShell{grid-template-columns:36px minmax(0,1fr) 36px;gap:6px}.toursCatalogCalendarArrow{width:36px;height:36px}.toursCatalogCardActions,.toursCatalogCardMeta,.toursCatalogGrid{grid-template-columns:1fr}.toursCatalogGridHorizontal .toursCatalogCard{display:flex;flex-direction:column}.toursCatalogGridHorizontal .toursCatalogCardPhoto,.toursCatalogGridHorizontal .toursCatalogCardPhotoLink{height:auto;min-height:0}.toursCatalogGridHorizontal .toursCatalogCardPhoto{aspect-ratio:1.38}.toursCatalogSidebar{padding:18px;border-radius:20px;max-height:fit-content}.toursCatalogCard{border-radius:20px}.toursCatalogCardBody{padding:20px}.toursCatalogCardTitle{font-size:24px;line-height:31px}}@media (max-width:560px){.toursCatalog{--catalogHeaderHeight:66px;--catalogCalendarHeight:86px;padding:24px 0 34px}.toursCatalogTitle{font-size:30px;line-height:38px}.toursCatalogCalendarShell{grid-template-columns:34px minmax(0,1fr) 34px;gap:4px}.toursCatalogCalendarArrow{width:34px;height:34px}.toursCatalogCalendarArrow svg{width:20px;height:20px}.toursCatalogCalendar{gap:6px;padding-bottom:10px}.toursCatalogCalendarDay{flex-basis:54px;min-height:72px;border-radius:10px}.toursCatalogCalendarNumber{font-size:19px;line-height:24px}.toursCatalogFiltersToggle{min-height:50px;font-size:15px;line-height:20px}.toursCatalogSidebar{gap:14px;padding:16px;border-radius:16px;max-height:fit-content}.toursCatalogFilterActions{position:sticky;right:0;bottom:-16px;left:0;z-index:2;grid-template-columns:minmax(0,1fr) minmax(0,.72fr);margin:2px -16px -16px;padding:12px 16px 16px;border-top:1px solid rgba(93,114,167,.18);background:linear-gradient(180deg,rgba(255,255,255,.86),#fff 34%);box-shadow:0 -12px 24px rgba(17,24,39,.08)}.toursCatalogFilterBlock{padding-bottom:14px}.toursCatalogFilterBlock summary,.toursCatalogFilterTitle{font-size:16px;line-height:22px}.toursCatalogPriceFields{grid-template-columns:1fr}.toursCatalogViewBar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:14px}.toursCatalogViewButton{justify-content:center;min-height:40px;padding:0 10px;font-size:13px;line-height:17px}.toursCatalogApply,.toursCatalogReset{min-height:44px}.toursCatalogCardBody{gap:20px;padding:16px}.toursCatalogCardTitle{margin-top:12px;font-size:22px;line-height:29px}.toursCatalogCardDescription{margin-top:10px;font-size:14px;line-height:21px}.toursCatalogCardMeta>div{min-height:68px;border-radius:14px;padding:12px}.toursCatalogCardMeta strong{font-size:16px;line-height:21px}.toursCatalogBookButton,.toursCatalogDetailsButton,.toursCatalogEmpty button{min-height:48px;font-size:14px;line-height:19px}.toursCatalogEmpty{border-radius:18px;padding:26px 20px}.toursCatalogEmpty h2{font-size:24px;line-height:30px}.toursCatalogEmpty p{margin-top:8px;font-size:15px;line-height:23px}}@media (max-width:420px){.toursCatalogTitle{font-size:26px;line-height:34px}.toursCatalogFiltersToggle{min-height:46px;border-radius:12px;padding:0 14px;font-size:14px;line-height:18px}.toursCatalogFiltersToggleIcon{width:24px;height:24px;font-size:14px}.toursCatalogCalendarDay{flex-basis:50px;min-height:68px}.toursCatalogCalendarMonth{font-size:9px;line-height:13px}.toursCatalogCalendarNumber{font-size:17px;line-height:22px}.toursCatalogCalendarWeekday{font-size:10px;line-height:14px}.toursCatalogSidebar{padding:14px;border-radius:14px;max-height:fit-content}.toursCatalogFilterActions{bottom:-14px;margin:0 -14px -14px;padding:10px 14px 14px}.toursCatalogTag{min-height:36px;border-radius:9px;padding:0 12px;font-size:12px;line-height:17px}.toursCatalogCard{border-radius:16px}.toursCatalogCardBody{padding:14px}.toursCatalogCardTitle{font-size:20px;line-height:27px}.toursCatalogCardTag{padding:4px 9px;font-size:11px;line-height:15px}.toursCatalogCardMeta>div{min-height:64px;border-radius:12px}.toursCatalogMetaLabel{font-size:10px;line-height:14px}.toursCatalogCardMeta strong{margin-top:6px;font-size:15px;line-height:20px}.toursCatalogEmpty{border-radius:16px;padding:22px 16px}.toursCatalogEmpty h2{font-size:21px;line-height:27px}.toursCatalogEmpty p{font-size:14px;line-height:20px}}