.fshow{background:var(--black);padding:80px 0;overflow:clip}.fshow-back{font-family:var(--font-body);font-size:var(--fs-small);color:rgba(var(--white-rgb), .5);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:6px;margin-bottom:24px;text-decoration:none;transition:color .2s;display:inline-flex}.fshow-back:hover{color:var(--brand)}.fshow-grid{grid-template-columns:1.1fr 1fr;align-items:start;gap:40px;display:grid}.fshow-gallery{flex-direction:column;align-self:start;width:100%;min-width:0;max-width:100%;display:flex;position:sticky;top:100px}.fshow-main-img{aspect-ratio:16/10;border:1px solid var(--line-10);background:0 0;width:100%;position:relative;overflow:hidden}.fshow-main-img img{width:calc(100% - clamp(40px,8vw,120px))!important;height:calc(100% - clamp(40px,8vw,120px))!important;inset:clamp(20px,4vw,60px)!important}.fshow-arrow{border:1px solid var(--line-15);cursor:pointer;z-index:2;background:#00000080;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,border-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.fshow-arrow:hover{border-color:var(--brand);background:#000c}.fshow-arrow--left{left:16px}.fshow-arrow--right{right:16px}.fshow-counter{z-index:2;font-family:var(--font-body);letter-spacing:.04em;color:var(--white);border:1px solid var(--line-15);background:#0009;padding:4px 10px;font-size:12px;font-weight:600;position:absolute;bottom:12px;right:12px}.fshow-thumbs-wrap{width:100%;margin-top:12px;position:relative}.fshow-thumb-arrow{z-index:3;border:1px solid var(--line-20);cursor:pointer;background:#000000bf;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.fshow-thumb-arrow--left{left:4px}.fshow-thumb-arrow--right{right:4px}.fshow-thumb-arrow:hover{border-color:var(--brand);background:#000000e6}.fshow-thumbs{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:10px;width:100%;display:flex;overflow-x:auto}.fshow-thumbs::-webkit-scrollbar{display:none}.fshow-thumb{cursor:pointer;border:1px solid var(--line-10);background:var(--black,var(--black));opacity:.5;flex-shrink:0;width:200px;height:140px;transition:opacity .2s,border-color .2s;overflow:hidden}.fshow-thumb:hover{opacity:.8}.fshow-thumb.active{opacity:1;border-color:var(--brand)}.fshow-thumb img{object-fit:cover;width:100%;height:100%;display:block}.fshow-info{min-width:0;max-width:100%;padding-top:0;overflow:hidden}.fshow-info-box{border:1px solid var(--line-10);width:100%;padding:20px}.fshow-breadcrumb{font-family:var(--font-body);font-size:var(--fs-small);color:var(--grey-300);letter-spacing:.03em;margin-bottom:20px}.fshow-breadcrumb a{color:var(--grey-300);text-decoration:none;transition:color .2s}.fshow-breadcrumb a:hover{color:var(--brand)}.fshow-breadcrumb__sep{opacity:.5;margin:0 8px}.fshow-breadcrumb__current{color:var(--grey-300)}.fshow-badges{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;display:flex}.fshow-badge{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--brand);border:1px solid rgba(var(--brand-rgb), .4);background:rgba(var(--black-rgb), .6);white-space:nowrap;padding:6px 14px;font-size:11px;font-weight:600}.fshow-icon-badge{border:1px solid rgba(var(--brand-rgb), .3);background:rgba(var(--black-rgb), .6);cursor:default;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:relative}.fshow-icon-badge__icon{justify-content:center;align-items:center;display:flex}.fshow-icon-badge__icon svg{width:17px;height:17px;color:var(--brand)}.fshow-icon-badge__tooltip{font-family:var(--font-body);color:var(--white);border:1px solid rgba(var(--brand-rgb), .3);white-space:nowrap;pointer-events:none;opacity:0;z-index:10;background:#000000e6;padding:5px 10px;font-size:11px;font-weight:500;transition:opacity .2s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.fshow-icon-badge__tooltip:after{content:"";border:5px solid #0000;border-top-color:#000000e6;position:absolute;top:100%;left:50%;transform:translate(-50%)}.fshow-icon-badge:hover .fshow-icon-badge__tooltip{opacity:1}.fshow-name{font-family:var(--font-display);font-weight:800;font-size:var(--fs-h2);color:var(--white);text-transform:uppercase;letter-spacing:.02em;overflow-wrap:break-word;word-break:break-word;margin:0 0 20px;line-height:1.1}.fshow-desc{font-family:var(--font-body);font-size:var(--fs-small);color:var(--grey-300);margin:0;line-height:1.7}.fshow-specs{border-top:1px solid var(--line-08);margin-top:20px;padding-top:16px}.fshow-specs__toggle{cursor:pointer;width:100%;color:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;display:flex}.fshow-specs__heading{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--white-rgb), .45);margin:0;font-size:13px;font-weight:700}.fshow-specs__arrow{color:rgba(var(--white-rgb), .45);flex-shrink:0;transition:transform .3s}.fshow-specs--open .fshow-specs__arrow{transform:rotate(180deg)}.fshow-specs__grid{flex-direction:column;gap:0;max-height:0;margin-top:0;transition:max-height .35s,margin-top .35s;display:flex;overflow:hidden}.fshow-specs--open .fshow-specs__grid{max-height:600px;margin-top:14px}.fshow-specs__row{border-bottom:1px dotted var(--line-06);justify-content:space-between;align-items:baseline;padding:8px 0;display:flex}.fshow-specs__row:last-child{border-bottom:none}.fshow-specs__label{font-family:var(--font-body);font-size:var(--fs-small);color:rgba(var(--white-rgb), .5)}.fshow-specs__value{font-family:var(--font-body);font-size:var(--fs-small);color:var(--white);font-weight:500}.fshow-configure{border-top:1px solid var(--line-08);margin-top:20px;padding-top:16px}.fshow-configure>.fshow-specs__heading,.fshow-configure__field{margin-bottom:14px}.fshow-configure__field:last-child{margin-bottom:0}.fshow-configure__label{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--white-rgb), .5);margin-bottom:6px;font-size:11px;font-weight:600;display:block}.fshow-pricing{border-top:1px solid var(--line-08);margin-top:20px;padding-top:16px}.fshow-pricing>.fshow-specs__heading{margin-bottom:10px}.fshow-specs__grid--open{max-height:none;margin-top:0}.fshow-specs__row--discount .fshow-specs__label,.fshow-specs__row--discount .fshow-specs__value{color:#50c878d9}.fshow-pricing__total{border-top:1px solid rgba(var(--brand-rgb), .25);justify-content:space-between;align-items:baseline;margin-top:4px;padding:12px 0 4px;display:flex}.fshow-pricing__total span:first-child{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--white-rgb), .8);font-size:13px;font-weight:700}.fshow-pricing__total span:last-child{font-family:var(--font-display);color:var(--brand);font-size:22px;font-weight:800}.fshow-pricing__note{font-family:var(--font-body);color:rgba(var(--white-rgb), .3);margin:6px 0 0;font-size:11px;line-height:1.5}.fshow-pricing__status{font-family:var(--font-body);color:rgba(var(--white-rgb), .4);padding:4px 0;font-size:13px}.fshow-pricing__status--hint{color:#ffc832b3}.fshow-ctas{border-top:1px solid var(--line-08);flex-direction:column;align-items:center;gap:10px;margin-top:20px;padding-top:16px;display:flex}.fshow-select-wrap{position:relative}.fshow-select{width:100%;color:var(--white);font-family:var(--font-body);cursor:pointer;appearance:none;background:#1eacc708;border:1px solid #1eacc766;outline:none;padding:10px 36px 10px 14px;font-size:14px;transition:border-color .2s,background-color .2s,box-shadow .2s}.fshow-select:hover{background:#1eacc71a;border-color:#1eacc7b3}.fshow-select:focus{background:#1eacc726;border-color:#1eacc7d9;box-shadow:0 0 12px #1eacc74d}.fshow-select option{background:var(--surface-dark);color:var(--white)!important}.fshow-select__arrow{pointer-events:none;color:rgba(var(--white-rgb), .6);position:absolute;top:50%;right:14px;transform:translateY(-50%)}.fshow-hours{border:1px solid var(--stroke);align-items:center;gap:0;width:fit-content;display:flex}.fshow-hours__btn{background:rgba(var(--white-rgb), .04);width:40px;height:40px;color:var(--white);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:18px;transition:all .2s;display:flex}.fshow-hours__btn:hover:not(:disabled){background:rgba(var(--brand-rgb), .12);color:var(--white)}.fshow-hours__btn:disabled{opacity:.3;cursor:not-allowed}.fshow-hours__value{text-align:center;width:50px;font-family:var(--font-display);color:var(--white);border-left:1px solid var(--stroke);border-right:1px solid var(--stroke);font-size:16px;font-weight:700;line-height:40px}.fshow-ctas .kql-btn{width:100%;height:50px;font-family:var(--font-display);font-size:var(--fs-small);letter-spacing:.1em;text-transform:uppercase;border:1px solid rgba(var(--brand-rgb), .4);justify-content:center;align-items:center;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:flex}.fshow-ctas .kql-btn--primary{background:rgba(var(--black-rgb), .2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white)}.fshow-ctas .kql-btn--primary:hover{background-color:rgba(var(--brand-rgb), .1)}.fshow-ctas .kql-btn--outline{background:rgba(var(--black-rgb), .2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white)}.fshow-ctas .kql-btn--outline:hover{background-color:rgba(var(--brand-rgb), .1)}.fshow-ctas .kql-btn--disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.fshow-ctas__hint{text-align:center;width:100%;font-family:var(--font-body);color:rgba(var(--brand-rgb), .7);margin:4px 0 0;font-size:12px}.fshow-attention{font-family:var(--font-body);color:rgba(var(--white-rgb), .8);background:rgba(var(--brand-rgb), .05);border-left:3px solid var(--brand);border-radius:4px;margin-top:16px;margin-bottom:24px;padding:12px 16px;font-size:13px;line-height:1.6}.fshow-attention strong{color:var(--brand);text-transform:uppercase;letter-spacing:.04em;margin-right:4px;font-size:12px;font-weight:600}.fshow-drivers{border-top:1px solid var(--line-08);text-align:center;max-width:720px;margin-top:60px;margin-left:auto;margin-right:auto;padding-top:40px}.fshow-drivers__heading{font-family:var(--font-display);font-weight:800;font-size:var(--fs-h3);color:var(--white);text-transform:uppercase;letter-spacing:.04em;margin:0 0 20px}.fshow-drivers__text{font-family:var(--font-body);font-size:var(--fs-body);color:rgba(var(--white-rgb), .65);margin:0;line-height:1.8}.fshow-ptbl{border-top:1px solid var(--line-08);margin-top:20px;padding-top:16px}.fshow-ptbl>.fshow-specs__heading{margin-bottom:14px}.fshow-ptbl__loading{font-family:var(--font-body);font-size:var(--fs-small);color:rgba(var(--white-rgb), .35);margin:0}.fshow-ptbl__wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.fshow-ptbl__table{border-collapse:collapse;width:100%;font-family:var(--font-body);white-space:nowrap;font-size:13px}.fshow-ptbl__table th{letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--white-rgb), .45);text-align:left;border-bottom:1px solid var(--line-10);padding:8px 12px;font-size:11px;font-weight:600}.fshow-ptbl__table td{color:rgba(var(--white-rgb), .7);border-bottom:1px solid var(--line-04);padding:9px 12px}.fshow-ptbl__table tbody tr:last-child td{border-bottom:none}.fshow-ptbl__table--compact{max-width:340px}.fshow-ptbl__total{font-weight:600;color:var(--brand)!important}.fshow-ptbl__airport{color:var(--white);font-weight:500;display:block}.fshow-ptbl__code{color:rgba(var(--white-rgb), .35);margin-left:6px;font-size:11px}.fshow-ptbl__tag{letter-spacing:.06em;text-transform:uppercase;color:var(--brand);border:1px solid rgba(var(--brand-rgb), .3);vertical-align:middle;margin-left:8px;padding:1px 6px;font-size:9px;font-weight:700;display:inline-block}.fshow-ptbl__type{letter-spacing:.04em;text-transform:uppercase;font-size:11px}.fshow-ptbl__row--min td{background:rgba(var(--brand-rgb), .04)}.fshow-ptbl__note{font-family:var(--font-body);font-size:var(--ptbl-note-fs,13px);color:var(--brand);margin:10px 0 0;line-height:1.5}.fshow-ptbl__vcard{border-bottom:1px solid var(--line-06);padding:14px 0}.fshow-ptbl__vcard:last-of-type{border-bottom:none}.fshow-ptbl__vcard--min{background:rgba(var(--brand-rgb), .04);border-radius:6px;margin:0 -12px;padding:14px 12px}.fshow-ptbl__vcard-header{font-family:var(--font-body);color:var(--white);align-items:center;gap:6px;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}.fshow-ptbl__vrow{font-family:var(--font-body);justify-content:space-between;align-items:center;padding:4px 0;font-size:13px;display:flex}.fshow-ptbl__vrow>span:first-child{color:rgba(var(--white-rgb), .45);letter-spacing:.04em;text-transform:uppercase;font-size:12px}.fshow-ptbl__vrow>span:last-child{color:rgba(var(--white-rgb), .7);font-weight:500}.fshow-ptbl__vrow--total>span:last-child{font-size:15px;font-weight:700;color:var(--brand)!important}.fshow-ptbl__card{padding:0}.fshow-ptbl__starting{align-items:baseline;gap:10px;margin-bottom:14px;display:flex}.fshow-ptbl__starting-label{font-family:var(--font-body);color:rgba(var(--white-rgb), .45);text-transform:uppercase;letter-spacing:.06em;font-size:12px}.fshow-ptbl__starting-price{font-family:var(--font-display);color:var(--brand);font-size:24px;font-weight:800}.fshow-ptbl__card--quote{text-align:center;border:1px dashed var(--line-10);margin-top:4px;padding:24px 16px}.fshow-ptbl__quote-text{font-family:var(--font-display);color:var(--white);margin:0 0 6px;font-size:15px;font-weight:700}.fshow-ptbl__quote-sub{font-family:var(--font-body);color:rgba(var(--white-rgb), .4);margin:0;font-size:13px}.fshow-ptbl__pkg{border-bottom:1px solid var(--line-06);padding:12px 0}.fshow-ptbl__pkg:last-child{border-bottom:none}.fshow-ptbl__pkg-header{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.fshow-ptbl__pkg-name{font-family:var(--font-body);color:var(--white);font-size:14px;font-weight:500}.fshow-ptbl__pkg-price{font-family:var(--font-display);color:var(--brand);white-space:nowrap;font-size:14px;font-weight:700}.fshow-ptbl__pkg-includes{margin:6px 0 0;padding:0 0 0 16px;list-style:none}.fshow-ptbl__pkg-includes li{font-family:var(--font-body);color:rgba(var(--white-rgb), .4);padding-left:12px;font-size:12px;line-height:1.8;position:relative}.fshow-ptbl__pkg-includes li:before{content:"✓";color:rgba(var(--brand-rgb), .6);font-size:10px;position:absolute;left:0}@media (max-width:1400px){.fshow-grid{grid-template-columns:1fr minmax(0,560px);gap:30px}}@media (max-width:1200px){.fshow-grid{grid-template-columns:1fr 1fr;gap:24px}.fshow-thumb{width:160px;height:110px}}@media (max-width:1024px){.fshow-grid{grid-template-columns:1fr;gap:28px;max-width:680px;margin:0 auto}.fshow-gallery{width:100%;position:static}.fshow-thumb{width:180px;height:120px}.fshow-name{font-size:clamp(22px, 5vw, var(--fs-h2))}}@media (max-width:768px){.fshow{padding:48px 0}.fshow-grid{gap:20px;max-width:100%}.fshow-info{max-width:100%;overflow:hidden}.fshow-arrow{width:44px;height:44px}.fshow-arrow--left{left:10px}.fshow-arrow--right{right:10px}.fshow-thumb{width:140px;height:100px}.fshow-info-box{padding:16px}.fshow-badges{flex-wrap:wrap;gap:8px}.fshow-icon-badge{width:30px;height:30px}.fshow-icon-badge__icon svg{width:15px;height:15px}.fshow-drivers{margin-top:40px;padding-top:28px}.fshow-specs__row{padding:6px 0}.fshow-pricing__total span:last-child{font-size:20px}.fshow-pricing__note{font-size:10px}.fshow-ptbl__table{font-size:12px}.fshow-ptbl__table th{padding:6px 8px;font-size:10px}.fshow-ptbl__table td{padding:7px 8px}.fshow-ptbl__starting-price{font-size:20px}}@media (max-width:640px){.fshow{padding:40px 0}.fshow-main-img{aspect-ratio:3/2}.fshow-thumb{width:120px;height:85px}.fshow-thumbs{gap:8px}.fshow-name{font-size:20px}.fshow-ctas .kql-btn{height:44px;font-size:12px}.fshow-ptbl__table{white-space:normal;font-size:13px}.fshow-ptbl__table thead{display:none}.fshow-ptbl__table tbody tr{border-bottom:1px solid var(--line-06);flex-wrap:wrap;gap:4px 12px;padding:10px 0;display:flex}.fshow-ptbl__table tbody tr:last-child{border-bottom:none}.fshow-ptbl__table td{border-bottom:none;align-items:center;gap:4px;padding:2px 0;font-size:12px;display:flex}.fshow-ptbl__table td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.04em;color:rgba(var(--white-rgb), .35);min-width:50px;font-size:10px;font-weight:600}.fshow-ptbl__table td:first-child{width:100%;font-size:13px}.fshow-ptbl__table td:first-child:before{display:none}}@media (max-width:420px){.fshow{padding:32px 0}.fshow-main-img{aspect-ratio:4/3}.fshow-arrow{width:44px;height:44px}.fshow-arrow--left{left:6px}.fshow-arrow--right{right:6px}.fshow-thumb{width:80px;height:56px}.fshow-info-box{padding:12px}.fshow-badge{padding:4px 10px;font-size:10px}.fshow-icon-badge{width:28px;height:28px}.fshow-icon-badge__icon svg{width:14px;height:14px}.fshow-name{font-size:18px}.fshow-specs__heading{font-size:11px}.fshow-specs__label,.fshow-specs__value{font-size:12px}.fshow-ctas .kql-btn{height:42px;font-size:11px}.fshow-drivers__heading{font-size:18px}.fshow-drivers__text{font-size:14px}}.fshow-ptbl__total-val{align-items:center;gap:6px;display:inline-flex}.fshow-ptbl__info-wrap{align-items:center;display:inline-flex;position:relative}.fshow-ptbl__info-btn{width:22px;height:22px;color:rgba(var(--white-rgb), .45);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:inline-flex}.fshow-ptbl__info-btn:hover{color:var(--white)}.fshow-ptbl__tooltip{background:var(--surface-3);z-index:1200;border:1px solid #1eacc759;min-width:250px;padding:12px 14px;position:fixed;transform:translate(-100%,-100%);box-shadow:0 8px 24px #00000080}.fshow-ptbl__tooltip:after{content:"";border:6px solid #0000;border-top-color:#1eacc759;position:absolute;top:100%;right:14px}.fshow-ptbl__tooltip--below{transform:translate(-100%)}.fshow-ptbl__tooltip--below:after{border-top-color:#0000;border-bottom-color:#1eacc759;top:auto;bottom:100%}.fshow-ptbl__tooltip-title{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--white);border-bottom:1px solid var(--line-08);margin-bottom:10px;padding-bottom:8px;font-size:11px;font-weight:700}.fshow-ptbl__tooltip-row{color:rgba(var(--white-rgb), .65);white-space:nowrap;justify-content:space-between;gap:16px;padding:3px 0;font-size:12.5px;display:flex}.fshow-ptbl__tooltip-row span:last-child{color:rgba(var(--white-rgb), .85)}.fshow-ptbl__tooltip-total{color:var(--white);border-top:1px solid var(--line-10);justify-content:space-between;gap:16px;margin-top:8px;padding-top:8px;font-size:13px;font-weight:700;display:flex}.fshow-ptbl__tooltip-total span:last-child{color:var(--brand)}.fshow-ptbl__popup-overlay{z-index:1000;background:#0009;align-items:flex-end;display:flex;position:fixed;inset:0}.fshow-ptbl__popup{background:var(--surface-3);width:100%;padding:18px 20px calc(18px + env(safe-area-inset-bottom));border-top:1px solid #1eacc759;animation:.25s ease-out fshow-popup-in}@keyframes fshow-popup-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.fshow-ptbl__popup-header{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--white);border-bottom:1px solid var(--line-08);justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;font-size:12px;font-weight:700;display:flex}.fshow-ptbl__popup-close{width:32px;height:32px;color:rgba(var(--white-rgb), .6);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.fshow-ptbl__popup-row{color:rgba(var(--white-rgb), .65);justify-content:space-between;gap:16px;padding:5px 0;font-size:13.5px;display:flex}.fshow-ptbl__popup-row span:last-child{color:rgba(var(--white-rgb), .85)}.fshow-ptbl__popup-total{color:var(--white);border-top:1px solid var(--line-10);justify-content:space-between;gap:16px;margin-top:10px;padding-top:10px;font-size:15px;font-weight:700;display:flex}.fshow-ptbl__popup-total span:last-child{color:var(--brand)}
