:root{--bg: #f5f5f9;--surface: #ffffff;--ink: #181c2d;--sec: #7d82a0;--muted: #555a7a;--border: #e5e5f1;--border-strong: #d5d5e6;--brand: #6f5df6;--brand-hover: #654eef;--brand-deep: #5b40e8;--header: #1c0a75;--soft: #eff0ff;--danger: #d94311;--danger-soft: #fdece7;--success: #48a22b;--success-soft: #eaf6e5;--warn: #de7300;--warn-soft: #fff4e5;--radius: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow: 0 4px 24px rgba(24, 28, 45, .06);--shadow-md: 0 8px 28px rgba(24, 28, 45, .1);--shadow-rec: 0 8px 32px rgba(111, 93, 246, .14);--font: "Tutu Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, sans-serif;--max: 1180px}@font-face{font-family:Tutu Sans;font-weight:400;font-display:swap;src:url(https://cdn1.tu-tu.ru/lib-assets/@tutu/mother-of-tokens@2.3.15/fonts/woff2/tutu-sans_regular.woff2) format("woff2")}@font-face{font-family:Tutu Sans;font-weight:500;font-display:swap;src:url(https://cdn1.tu-tu.ru/lib-assets/@tutu/mother-of-tokens@2.3.15/fonts/woff2/tutu-sans_medium.woff2) format("woff2")}@font-face{font-family:Tutu Sans;font-weight:600;font-display:swap;src:url(https://cdn1.tu-tu.ru/lib-assets/@tutu/mother-of-tokens@2.3.15/fonts/woff2/tutu-sans_demi-bold.woff2) format("woff2")}@font-face{font-family:Tutu Sans;font-weight:700;font-display:swap;src:url(https://cdn1.tu-tu.ru/lib-assets/@tutu/mother-of-tokens@2.3.15/fonts/woff2/tutu-sans_bold.woff2) format("woff2")}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--ink);font-size:15px;line-height:1.45;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}button,input{font-family:inherit}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.mast{background:var(--header);color:#fff;padding:0 0 16px}.mast__nav{max-width:var(--max);margin:0 auto;padding:12px 16px 10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.mast__nav-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.mast__guide{font-size:13px;font-weight:600;color:#ffffffe0;text-decoration:none;white-space:nowrap}.mast__guide:hover{color:#fff;text-decoration:none}.logo{display:flex;align-items:center;gap:10px}.logo svg,.logo img{height:26px;width:auto;display:block}.logo__mark{display:block}.logo__product{font-size:14px;font-weight:600;padding-left:12px;border-left:1px solid rgba(255,255,255,.28);white-space:nowrap;color:#fff}@media(max-width:480px){.logo svg{height:22px}.logo__product{font-size:12px;padding-left:8px}.mast__nav{padding:10px 12px 8px;gap:8px}.mast__guide{font-size:12px}.facets{margin-top:8px;gap:6px 10px}.chip{min-height:28px;padding:0 10px;font-size:12px}}.mode-toggle{display:inline-flex;background:#ffffff1f;border:0;border-radius:999px;padding:3px;gap:2px}.mode-toggle__btn{border:none;background:transparent;font-size:11px;font-weight:700;padding:6px 11px;border-radius:999px;cursor:pointer;color:#ffffffb8}.mode-toggle__btn[aria-pressed=true]{background:#fff;color:var(--header)}.mast form{max-width:var(--max);margin:0 auto;padding:0 16px}.finder{display:grid;grid-template-columns:1fr 1fr;background:#fff;color:var(--ink);border-radius:16px;color-scheme:light;box-shadow:0 1px #181c2d0a}.finder__cell{display:flex;flex-direction:column;justify-content:center;min-height:46px;padding:6px 10px;gap:1px;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.finder__cell:nth-child(2n){border-right:0}.finder__cell:first-child{border-radius:16px 0 0}.finder__cell:nth-child(2){border-radius:0 16px 0 0}.finder__cell--pax{grid-column:1 / -1;border-right:0}.finder__label{font-size:11px;font-weight:600;color:var(--sec);line-height:1.2}.finder__value,.finder input,.finder select{border:0;background:transparent;font:inherit;font-size:15px;font-weight:650;color:var(--ink);width:100%;min-width:0;padding:0;cursor:pointer}.finder input[type=date],.finder input[type=time]{cursor:text}.finder input:focus,.finder select:focus{outline:none}.finder__cell--dest{position:relative}.dest__btn{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border:0;background:transparent;padding:0;font:inherit;font-size:15px;font-weight:650;color:var(--ink);cursor:pointer;text-align:left;min-height:22px}.dest__btn span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dest__chev{flex-shrink:0;color:var(--sec);transition:transform .12s ease}.dest__btn[aria-expanded=true] .dest__chev{transform:rotate(180deg)}.dest__list{position:absolute;z-index:30;left:8px;top:calc(100% - 4px);margin:0;padding:6px;list-style:none;background:#fff;color:var(--ink);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-md);width:max(calc(100% - 16px),240px)}@media(max-width:1099px){.finder__cell--dest .dest__list{left:auto;right:0;width:min(280px,calc(100vw - 24px))}}.dest__list[hidden]{display:none}.dest__opt{display:flex;align-items:center;justify-content:space-between;min-height:40px;padding:8px 12px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.dest__opt:hover,.dest__opt:focus-visible{background:var(--soft);outline:none}.dest__opt[aria-selected=true]{background:var(--soft);color:var(--brand-deep)}.dest__opt[aria-selected=true]:after{content:"";width:14px;height:14px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6.2l2.4 2.4L10 3.2' fill='none' stroke='%235b40e8' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat}.finder__go{display:inline-flex;align-items:center;justify-content:center;gap:8px;grid-column:1 / -1;min-height:44px;margin:6px;padding:0 22px;border:0;border-radius:12px;background:var(--brand);color:#fff;font-size:15px;font-weight:700;cursor:pointer}.finder__go:hover:not(:disabled){background:var(--brand-hover)}.finder__go:disabled{opacity:.55;cursor:not-allowed}.stepper{display:flex;align-items:center;gap:4px;background:transparent;border:0;min-height:0}.stepper__btn{width:28px;height:28px;border:0;background:var(--bg);border-radius:8px;font-size:16px;font-weight:600;color:var(--ink);cursor:pointer;line-height:1}.stepper__btn:disabled{color:var(--sec);cursor:default}.stepper__value{flex:1;text-align:center;font-size:14px;font-weight:650;white-space:nowrap}@media(min-width:1100px){.finder{grid-template-columns:.9fr 1.15fr .95fr .95fr .8fr .8fr 1.15fr auto;align-items:stretch}.finder__cell{border-bottom:0;border-right:1px solid var(--border);min-height:64px;padding:8px 14px}.finder__cell:nth-child(2n){border-right:1px solid var(--border)}.finder__cell:first-child{border-radius:16px 0 0 16px}.finder__cell:nth-child(2){border-radius:0}.finder__cell--pax{grid-column:auto;border-right:0}.finder__go{grid-column:auto;margin:8px 8px 8px 0;min-height:48px;min-width:112px}}.facets{display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center;margin-top:12px}.facets__group{display:flex;flex-wrap:wrap;gap:6px}@media(min-width:700px){.facets__group+.facets__group{padding-left:14px;border-left:1px solid rgba(255,255,255,.22)}}.chip{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;border:0;background:#ffffff24;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.chip[aria-pressed=true]{background:#fff;color:var(--header)}.budget-wrap{display:grid;grid-template-columns:1fr auto;grid-template-areas:"label num" "range range";gap:8px 12px;align-items:center;margin-top:10px;padding:10px 14px;background:#ffffff1f;border-radius:12px;color:#fff;max-width:340px}.budget-wrap[hidden]{display:none}.budget-wrap__label{grid-area:label;font-size:12px;font-weight:600}.budget-wrap input[type=range]{grid-area:range;width:100%;min-width:0;height:24px;margin:0;accent-color:#fff;background:transparent}.budget-wrap__num{grid-area:num;display:flex;align-items:center;gap:6px;background:#fff;color:var(--header);border-radius:8px;padding:6px 10px}.budget-wrap__num input{border:0;width:6.2ch;padding:0;background:transparent;font:inherit;font-weight:700;color:var(--header);-moz-appearance:textfield}.budget-wrap__num input::-webkit-outer-spin-button,.budget-wrap__num input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.budget-wrap__num input:focus{outline:none}.main{flex:1;width:100%;max-width:var(--max);margin:0 auto;padding:20px 16px 80px}@media(min-width:768px){.main{padding:24px 24px 64px}}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.results{display:none;scroll-margin-top:72px}.results.is-visible{display:block}.summary{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;color:var(--sec)}.summary__main{color:var(--ink);font-weight:600;font-size:14px}.pill{display:inline-flex;height:26px;padding:0 10px;border-radius:999px;background:var(--surface);border:1px solid var(--border);font-size:12px;font-weight:500;color:var(--muted);align-items:center}.pill--live{background:var(--success-soft);border-color:#c8e6b8;color:var(--success);font-weight:700}.pill--replay{background:var(--bg);color:var(--muted);font-weight:600}.diff{background:linear-gradient(180deg,var(--soft) 0%,#f7f7ff 100%);border:1px solid #dfe0ff;border-radius:var(--radius-lg);padding:14px 16px;margin-bottom:16px}.diff__label{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--brand-deep);margin:0 0 8px}.diff__metrics{display:grid;gap:8px}@media(min-width:640px){.diff__metrics{grid-template-columns:repeat(3,1fr);gap:12px}}.diff__metric{background:#ffffffb3;border:1px solid #e4e5ff;border-radius:8px;padding:10px 12px}.diff__metric-k{font-size:11px;font-weight:600;color:var(--sec);margin-bottom:2px}.diff__metric-v{font-size:14px;font-weight:700;font-variant-numeric:tabular-nums}.cards{display:grid;gap:12px;margin-bottom:16px}@media(min-width:768px){.cards{grid-template-columns:repeat(3,1fr);gap:16px}}.pkg{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;min-height:100%;opacity:0;animation:cardIn .2s cubic-bezier(.16,1,.3,1) forwards}.pkg:nth-child(1){animation-delay:0ms}.pkg:nth-child(2){animation-delay:50ms}.pkg:nth-child(3){animation-delay:.1s}@keyframes cardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pkg--recommended{border:2px solid var(--brand);box-shadow:var(--shadow-rec)}.pkg__accent{height:3px;background:transparent}.pkg--recommended .pkg__accent{background:linear-gradient(90deg,var(--brand),#9b8cff)}.pkg__body{padding:12px 14px 14px;display:flex;flex-direction:column;flex:1;gap:10px}.pkg__top{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.pkg__badges{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.pkg__plain{margin:0;font-size:13px;font-weight:650;line-height:1.3;color:var(--ink);max-width:22ch}.badge{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:999px;font-size:11px;font-weight:700}.badge--policy{background:var(--soft);color:var(--brand-deep)}.badge--rec{background:var(--brand);color:#fff}.badge--ok{background:var(--success-soft);color:var(--success)}.badge--fail{background:var(--danger-soft);color:var(--danger)}.pkg__price-block{text-align:right}.pkg__price{font-size:22px;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em;line-height:1.1;white-space:nowrap}.pkg__price-sub{font-size:11px;color:var(--sec);margin-top:2px}.pkg__city{font-size:17px;font-weight:700;margin:0;letter-spacing:-.02em}.pkg__mode{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--brand-deep);background:var(--soft);padding:3px 9px;border-radius:999px}.legs{background:var(--bg);border-radius:var(--radius);padding:8px 10px}.leg{display:grid;grid-template-columns:52px auto 1fr auto;gap:8px;align-items:baseline;font-size:13px}.leg+.leg{margin-top:8px;padding-top:8px;border-top:1px dashed var(--border)}.leg__dir{font-size:11px;font-weight:700;color:var(--sec);text-transform:uppercase;letter-spacing:.03em}.leg__mode{font-size:12px;color:var(--sec)}.leg__night{display:inline-block;margin-left:4px;padding:0 6px;border-radius:999px;background:var(--danger-soft);color:var(--danger);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.leg__time{font-weight:600;font-variant-numeric:tabular-nums}.leg__dur{font-size:12px;color:var(--sec)}.door{display:flex;justify-content:space-between;gap:8px;margin-bottom:10px;padding:0 2px}.door__label{font-size:12px;color:var(--sec)}.door__value{font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}.door__hint{font-size:11px;font-weight:400}.breakdown{display:flex;flex-wrap:wrap;gap:6px 12px;margin-bottom:10px;font-size:12px;color:var(--sec);font-variant-numeric:tabular-nums}.breakdown strong{color:var(--ink);font-weight:600}.pkg__hotels{display:grid;gap:6px}.pkg__hotel-pick{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:start;margin:0;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);cursor:pointer}.pkg__hotel-pick:has(input:checked){border-color:#c5c6ff;background:var(--soft)}.pkg__hotel-pick input{margin-top:4px;accent-color:var(--brand)}.pkg__hotel-pick-body{display:grid;gap:2px;min-width:0}.pkg__hotel{padding:0}.pkg__hotel-icon{width:32px;height:32px;border-radius:8px;background:var(--bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pkg__hotel-name{font-size:13px;font-weight:600;margin:0}.pkg__hotel-meta{font-size:12px;color:var(--sec);margin:2px 0 0}.pkg__hotel-missing{font-size:12px;color:var(--muted);margin:0}.pkg__door{font-size:12px;color:var(--sec);margin:0}.rating{font-weight:700;color:#c47b00}.pkg__review{font-size:11px;color:var(--muted);font-style:italic;margin:4px 0 0}.pkg__honest{font-size:12px;color:var(--muted);line-height:1.35;margin:8px 0 0}.pkg__alts{margin-top:10px;padding-top:10px;border-top:1px dashed var(--border)}.pkg__alts-title{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:0 0 6px}.pkg__alts ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.pkg__alt{display:grid;gap:4px;font-size:13px;padding:8px 10px;background:var(--bg);border-radius:8px}.pkg__alt-leg{display:flex;justify-content:space-between;align-items:baseline;gap:8px;font-variant-numeric:tabular-nums}.pkg__alt-delta{font-variant-numeric:tabular-nums;color:var(--muted);white-space:nowrap}.pkg__alt-delta--down{color:var(--success);font-weight:650}.pkg__alt-link{font-size:12px;font-weight:650;color:var(--brand);text-decoration:none;white-space:nowrap}.pkg__alt-link:hover{text-decoration:underline}.pkg__why{list-style:none;margin:0 0 14px;padding:0;flex:1}.pkg__why li{display:flex;gap:8px;font-size:12.5px;color:var(--muted);margin-bottom:6px;line-height:1.4}.pkg__why li:before{content:"";width:14px;height:14px;margin-top:1px;flex-shrink:0;border-radius:50%;background:var(--success-soft);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 6.2l2 2 4-4' fill='none' stroke='%2348A22B' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.pkg__footer{display:flex;flex-direction:column;gap:8px;margin-top:auto}.pkg__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pkg__actions:empty{display:none}.pkg__actions:has(:only-child){grid-template-columns:1fr}.pkg__actions:has(:nth-child(3)){grid-template-columns:1fr 1fr}.pkg__actions:has(:nth-child(3)) .btn:last-child{grid-column:1 / -1}.pkg__share{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media(max-width:420px){.pkg__share{grid-template-columns:1fr}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.date-hint{margin:8px 0 0;font-size:12px;color:var(--warn);width:100%}.date-hint[hidden]{display:none}.pkg__micro{margin:0 0 12px;font-size:12px;font-weight:600;color:var(--brand-deep)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 12px;border-radius:var(--radius);font-size:13px;font-weight:600;cursor:pointer;text-decoration:none}.btn:hover{text-decoration:none}.btn--primary{background:var(--brand);color:#fff;border:1.5px solid var(--brand)}.btn--primary:hover{background:var(--brand-hover);color:#fff}.btn--outline{background:var(--surface);color:var(--brand);border:1.5px solid var(--brand)}.btn--outline:hover{background:var(--soft)}.btn--ghost{background:var(--bg);color:var(--muted);border:1px solid var(--border)}.skel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;min-height:340px}.skel__bar{height:12px;border-radius:6px;margin-bottom:12px;background:linear-gradient(90deg,var(--border) 25%,#ececf5 50%,var(--border) 75%);background-size:200% 100%;animation:shimmer 1.2s ease-in-out infinite}.skel__bar--sm{width:42%;height:22px;border-radius:999px}.skel__bar--price{width:34%;height:24px;margin-left:auto;margin-bottom:0}.skel__bar--lg{width:55%;height:18px}.skel__bar--box{width:100%;height:72px;border-radius:10px}.skel__bar--btn{width:100%;height:42px;border-radius:12px;margin-bottom:0}.skel__row{display:flex;justify-content:space-between;gap:12px;margin-bottom:16px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.state{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 20px;text-align:center;margin-bottom:16px}.state--error{border-color:#f0c4b6;background:#fffaf8}.state__icon{width:48px;height:48px;margin:0 auto 12px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;background:var(--bg)}.state__title{margin:0 0 6px;font-size:17px;font-weight:700}.state__text{margin:0 auto 16px;font-size:14px;color:var(--sec);max-width:40ch}.state__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.tools{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:20px}.tools summary{list-style:none;cursor:pointer;padding:12px 14px;font-size:13px;font-weight:600;color:var(--sec);display:flex;align-items:center;gap:8px}.tools summary::-webkit-details-marker{display:none}.tools__body{padding:0 14px 12px;border-top:1px solid var(--border)}.tools__list{list-style:none;margin:10px 0 0;padding:0;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--muted)}.tools__list li{padding:5px 0;display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--bg)}.tools__count{font-weight:700;color:var(--sec)}.banner{border-radius:var(--radius);padding:10px 14px;margin-bottom:12px;font-size:13px;font-weight:500}.banner--stale{background:var(--warn-soft);border:1px solid #f0d4a8;color:var(--warn)}.banner--warn{background:#fff8dc;border:1px solid #f0e0a0;color:var(--ink)}.banner[hidden]{display:none}.win{margin-bottom:8px;overflow:visible}.win__row{margin:0 0 6px;font-size:12px;color:var(--muted);line-height:1.4}.win__track{position:relative;height:8px;border-radius:4px;background:var(--border);margin:12px 12px 20px;overflow:visible}.win__band{position:absolute;top:0;bottom:0;border-radius:4px;background:#d9daff;pointer-events:none}.win__mark{position:absolute;top:50%;width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:50%;background:var(--brand);border:2px solid #fff;box-shadow:0 0 0 1px #c5c6ff;z-index:1}.win__mark--back{background:var(--brand-deep)}.win__mark-label{position:absolute;top:12px;left:50%;transform:translate(-50%);font-size:10px;font-weight:700;color:var(--brand-deep);white-space:nowrap}.win__mark[data-edge=start] .win__mark-label{left:0;transform:none}.win__mark[data-edge=end] .win__mark-label{left:auto;right:0;transform:none}.win__labels{display:flex;justify-content:space-between;font-size:11px;color:var(--sec);padding:0 4px}.pkg--ghost{border-style:dashed;background:transparent;box-shadow:none;min-height:180px;opacity:1;animation:none}.pkg--ghost__title{font-size:14px;font-weight:700;margin:16px 0 6px}.pkg--ghost__text{margin:0;font-size:13px;color:var(--sec)}.pkg__hotel--missing{opacity:.75}.btn[aria-disabled=true]{opacity:.45;cursor:not-allowed;pointer-events:none}.diag{font-size:12px;color:var(--sec);margin-bottom:12px}.diag:empty{display:none}.footer{border-top:1px solid var(--border);padding:20px 16px 28px;text-align:center;font-size:12px;color:var(--sec);line-height:1.55}.footer a{color:var(--muted)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.skel__bar{animation:none;background:var(--border)}.pkg{animation:none;opacity:1}.spinner{animation:none}}
