@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&family=Poppins:wght@600;700;800&display=swap);.rattf-v3{--navy:#0e3a5e;--navy2:#0a2b45;--accent:#16a6e6;--muted:#5a7488;--muted2:#3d5d76;--line:#cfe0ec;--line2:#e3edf4;--fill:#f3f8fc;--fill2:#eaf6fd;--bg:#eef4f7;--err:#e2574c;--sans:'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--head:'Poppins', var(--sans);font-family:var(--sans);color:var(--navy);background:var(--bg);line-height:1.5;margin:0 auto;padding-bottom:4px}.rattf-v3 *,.rattf-v3 *::before,.rattf-v3 *::after{box-sizing:border-box}.rattf-v3 button{font-family:var(--head);cursor:pointer}.rattf-v3 input,.rattf-v3 select,.rattf-v3 textarea{font-family:var(--sans)}.rattf-v3 h2,.rattf-v3 h3{font-family:var(--head)}.rattf-hero{background:linear-gradient(180deg,#d7e8f3,#eef4f7)}.rattf-hero__inner{max-width:1180px;margin:0 auto;padding:36px 24px 26px}.rattf-hero__title{font-family:var(--head);font-weight:800;font-size:clamp(28px, 5vw, 44px);letter-spacing:.01em;color:var(--accent);text-transform:uppercase;margin:0}.rattf-hero__crumb{margin-top:8px;color:#5a7488;font-size:14px}.rattf-hero__crumb span{color:#9fb6c6;margin:0 6px}.rattf-hero__crumb b{color:var(--accent);font-weight:600}.rattf-hero__intro{margin-top:14px;max-width:600px;color:var(--muted2);font-size:15.5px;line-height:1.55}.rattf-hero__intro strong{color:var(--navy)}.rattf-shell{max-width:1180px;margin:0 auto;padding:28px 24px 52px;display:flex;gap:26px;align-items:flex-start}.rattf-form{flex:1 1 auto;min-width:0}.rattf-aside{flex:0 0 318px;position:sticky;top:18px;align-self:flex-start;background:linear-gradient(165deg,#0e3a5e,#0a2b45);border-radius:22px;padding:26px 24px;color:#dce9f3;box-shadow:0 26px 58px -30px rgb(10 43 69 / .85)}.rattf-aside__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.rattf-journey-label{font-family:var(--head);font-weight:700;font-size:12.5px;letter-spacing:.06em;text-transform:uppercase;color:#7fb4d8}.rattf-step-badge{font-family:var(--head);font-weight:700;font-size:11px;letter-spacing:.04em;color:#0a2b45;background:#7fd0f5;border-radius:99px;padding:4px 11px}.rattf-dir-pill{display:inline-flex;align-items:center;gap:7px;margin-bottom:18px;background:rgb(22 166 230 / .18);border:1px solid rgb(127 208 245 / .4);border-radius:99px;padding:5px 13px;font-family:var(--head);font-weight:700;font-size:12.5px;color:#bfe4f8}.rattf-hint{margin-bottom:18px;font-size:13px;color:#8fb1cb;line-height:1.5}.rattf-route{display:flex;flex-direction:column;gap:0}.rattf-route__item{display:flex;gap:13px;align-items:stretch}.rattf-route__rail{display:flex;flex-direction:column;align-items:center;flex:0 0 40px}.rattf-route__dot{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgb(22 166 230 / .25);color:#cfe9fb;font-size:14px}.rattf-route__line{width:2px;flex:1;min-height:14px;background:rgb(127 163 191 / .3);margin:4px 0}.rattf-route__body{padding:4px 0 14px}.rattf-route__name{font-family:var(--head);font-weight:700;font-size:14.5px;color:#fff}.rattf-route__sub{font-size:11.5px;color:#6f93b0;margin-top:1px}.rattf-aside__foot{margin-top:14px;padding-top:16px;border-top:1px solid rgb(255 255 255 / .12);font-size:12px;color:#7fa0bb;line-height:1.5}.rattf-tracker{margin-bottom:18px}.rattf-tracker__row{display:flex;align-items:center;width:100%}.rattf-dot{flex:0 0 auto;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--head);font-weight:700;font-size:13.5px;background:#fff;color:#9bb3c4;border:1.5px solid #cfe0ec}.rattf-dot.is-done,.rattf-dot.is-current{background:var(--accent);color:#fff;border:none}.rattf-dot.is-current{box-shadow:0 0 0 4px rgb(22 166 230 / .2)}.rattf-bar{flex:1;height:3px;border-radius:3px;background:#d4e2ec;margin:0 7px}.rattf-bar.is-done{background:var(--accent)}.rattf-tracker__labels{display:flex;align-items:center;justify-content:space-between;margin-top:9px}.rattf-step-label{font-family:var(--head);font-weight:600;font-size:11.5px;color:#8aa3b6;flex:1;text-align:center}.rattf-step-label.is-current{font-weight:700;color:var(--navy)}.rattf-card{background:#fff;border:1px solid var(--line2);border-radius:22px;padding:30px 32px;box-shadow:0 24px 54px -34px rgb(14 58 94 / .45)}@media (max-width:600px){.rattf-card{padding:22px 18px}}.rattf-screen{display:none;animation:rattfFade .3s ease}.rattf-screen.is-active{display:block}@keyframes rattfFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.rattf-eyebrow{font-family:var(--head);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:5px}.rattf-h2{font-family:var(--head);font-weight:700;font-size:24px;margin:0 0 6px;color:var(--navy)}.rattf-lead{margin:0 0 22px;color:var(--muted);font-size:14px}.rattf-err{color:var(--err);font-size:12.5px;margin-top:12px}.rattf-err--field{font-size:12px;margin-top:5px}.rattf-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.rattf-label{display:block;font-family:var(--head);font-weight:600;font-size:12.5px;letter-spacing:.02em;color:var(--navy);margin-bottom:7px}.rattf-label .opt{color:#9fb6c6;font-weight:500}.rattf-input,.rattf-select,.rattf-textarea{width:100%;padding:13px 15px;border:1.5px solid var(--line);border-radius:12px;font-size:15px;color:var(--navy);background:#fff;outline:none;transition:border-color .15s}.rattf-input:focus,.rattf-select:focus,.rattf-textarea:focus{border-color:var(--accent)}.rattf-textarea{resize:vertical;min-height:92px}.rattf-badge-info{display:inline-block;margin-top:16px;background:#eaf6fd;border:1px solid #c9e6f7;border-radius:999px;padding:9px 16px;font-size:13.5px;color:var(--navy);font-weight:600;font-family:var(--head)}.rattf-dir-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.rattf-dir-card{background:#fff;border:1.5px solid var(--line2);border-radius:16px;padding:22px;text-align:center;transition:border-color .15s,background .15s,box-shadow .15s}.rattf-dir-card:hover{border-color:#9cd3f0}.rattf-dir-card.is-selected{background:var(--fill2);border:2px solid var(--accent);box-shadow:0 12px 26px -16px rgb(22 166 230 / .7)}.rattf-dir-card__icon{font-size:30px;line-height:1}.rattf-dir-card__title{font-family:var(--head);font-weight:700;font-size:18px;margin-top:10px;color:var(--navy)}.rattf-dir-card__sub{font-size:13px;color:var(--muted);margin-top:4px;line-height:1.45}.rattf-cont-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.rattf-cont-card{display:flex;align-items:center;gap:14px;text-align:left;width:100%;padding:14px 16px;border-radius:14px;background:#fff;border:1.5px solid var(--line2);transition:border-color .15s,background .15s,box-shadow .15s}.rattf-cont-card:hover{border-color:#9cd3f0}.rattf-cont-card.is-selected{background:var(--fill2);border:2px solid var(--accent);box-shadow:0 12px 26px -16px rgb(22 166 230 / .7)}.rattf-cont-card__icon{flex:0 0 auto;width:48px;height:48px;border-radius:12px;background:#eaf2f8;display:flex;align-items:center;justify-content:center;font-size:26px}.rattf-cont-card.is-selected .rattf-cont-card__icon{background:#d6eefc}.rattf-cont-card__text{flex:1 1 auto;font-family:var(--head);font-weight:600;font-size:15px;color:var(--navy)}.rattf-cont-card.is-selected .rattf-cont-card__text{font-weight:700}.rattf-cont-card__check{flex:0 0 auto;width:22px;height:22px;border-radius:50%;border:1.5px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff0}.rattf-cont-card.is-selected .rattf-cont-card__check{background:var(--accent);border-color:var(--accent);color:#fff}.rattf-divider{height:1px;background:#e6eef4;margin:26px 0 6px}.rattf-leg{border:1px solid var(--line2);border-radius:16px;padding:20px;margin-top:18px;background:#fbfdfe}.rattf-leg__head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.rattf-leg__id{display:flex;align-items:center;gap:10px}.rattf-leg__num{flex:0 0 auto;width:28px;height:28px;border-radius:8px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--head);font-weight:700;font-size:13px}.rattf-leg__name{font-family:var(--head);font-weight:700;font-size:16px;color:var(--navy)}.rattf-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13.5px;color:var(--muted)}.rattf-toggle input{width:17px;height:17px;accent-color:var(--accent)}.rattf-transit-note{background:var(--bg);border-radius:12px;padding:14px 16px;font-size:13.5px;color:var(--muted)}.rattf-dest{padding:14px 0;border-top:1px dashed var(--line2)}.rattf-dest:first-child{border-top:none;padding-top:0}.rattf-dest__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}.rattf-dest__stay{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;margin-top:12px}.rattf-stay-selects{display:flex;gap:8px}.rattf-stay-selects .rattf-select{width:auto;font-weight:700;padding:10px}.rattf-stay-selects .rattf-select--unit{font-weight:400;padding:10px 12px}.rattf-toggle--sm{font-size:13px;padding-bottom:10px}.rattf-toggle--sm input{width:16px;height:16px}.rattf-dest__spacer{flex:1}.rattf-remove{background:none;border:none;color:#b0788a;font-family:var(--head);font-weight:600;font-size:12.5px;padding:0 0 10px}.rattf-add-city{margin-top:12px;background:var(--fill2);border:1.5px dashed #9cd3f0;color:#0f8fce;border-radius:11px;padding:10px 16px;font-family:var(--head);font-weight:700;font-size:13px}.rattf-input--sm{padding:11px 13px;border-radius:11px;font-size:14.5px}.rattf-label--sm{font-size:12px;margin-bottom:6px}.rattf-glance{background:var(--navy);border-radius:18px;padding:22px 24px;color:#dce9f3;margin-bottom:24px}.rattf-glance__head{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.rattf-glance__title{font-family:var(--head);font-weight:700;font-size:16px;color:#fff}.rattf-glance__badge{background:rgb(22 166 230 / .25);border:1px solid rgb(22 166 230 / .5);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600;color:#cfe6f5}.rattf-glance__row{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid rgb(255 255 255 / .1)}.rattf-glance__row:last-child{border-bottom:none}.rattf-glance__k{font-size:12px;color:#8fb1cb;text-transform:uppercase;letter-spacing:.04em;font-family:var(--head);font-weight:600;flex:0 0 auto}.rattf-glance__v{font-size:14px;color:#fff;font-weight:600;text-align:right;white-space:pre-line}.rattf-subhead{font-family:var(--head);font-weight:700;font-size:18px;margin:26px 0 14px;color:var(--navy)}.rattf-subhead:first-child{margin-top:0}.rattf-pax-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:18px}.rattf-pax-card{background:var(--fill);border:1.5px solid #e0ecf4;border-radius:14px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;gap:10px}.rattf-pax-card__label{font-family:var(--head);font-weight:600;font-size:13.5px}.rattf-pax-card__sub{font-size:11.5px;color:#8aa3b6}.rattf-pax-card .rattf-select{width:auto;padding:8px;font-weight:700;border-radius:9px}.rattf-check-card{display:flex;gap:11px;align-items:center;margin-top:18px;cursor:pointer;background:var(--fill);border:1px solid var(--line2);border-radius:12px;padding:14px}.rattf-check-card input{width:18px;height:18px;accent-color:var(--accent);flex:0 0 auto}.rattf-check-card span{font-size:14px;color:var(--navy);font-weight:600}.rattf-terms{display:flex;gap:11px;align-items:flex-start;margin-top:14px;cursor:pointer}.rattf-terms input{width:19px;height:19px;margin-top:2px;accent-color:var(--accent);flex:0 0 auto}.rattf-terms span{font-size:13.5px;color:var(--muted);line-height:1.5}.rattf-terms a{color:var(--accent);font-weight:700;text-decoration:none}.rattf-nav{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:28px;flex-wrap:wrap-reverse}.rattf-nav__spacer{flex:1}.rattf-btn-back{background:#fff;color:var(--navy);border:1.5px solid var(--line);border-radius:999px;padding:13px 26px;font-weight:600;font-size:14px}.rattf-btn-primary{background:var(--accent);color:#fff;border:none;border-radius:999px;padding:14px 34px;font-weight:700;font-size:14.5px;letter-spacing:.03em;box-shadow:0 12px 26px -10px rgb(22 166 230 / .8)}.rattf-btn-primary[disabled]{opacity:.6;cursor:default}.rattf-trust{display:flex;flex-wrap:wrap;gap:10px 24px;align-items:center;justify-content:center;margin-top:20px;font-size:13px;color:var(--muted)}.rattf-trust__item{display:flex;align-items:center;gap:6px}.rattf-trust__stars{color:#00b67a;letter-spacing:1px}.rattf-trust b{color:var(--navy)}.rattf-trust__sep{color:#c8d8e4}.rattf-form.is-busy{pointer-events:none;opacity:.55}.rattf-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}@media (max-width:900px){.rattf-shell{flex-direction:column}.rattf-aside{position:static;width:100%;flex:1 1 auto;order:2}.rattf-form{order:1;width:100%}}