<!DOCTYPE html>
<html lang="pl">

<head>
	<meta charset="utf-8" />
	<link rel="icon" href="./favicon.ico" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0" />
	<script async src="https://www.googletagmanager.com/gtag/js?id=G-F83XLV7EEW"></script>
	<script>
		window.dataLayer = window.dataLayer || [];
		function gtag() { dataLayer.push(arguments); }
		gtag('js', new Date());
		gtag('config', 'G-F83XLV7EEW');
	</script>
	
	<style>div.svelte-16dfs3z{animation:svelte-16dfs3z-rotation .8s linear infinite;box-sizing:border-box}@keyframes svelte-16dfs3z-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}

.rangeSlider{--pip:var(--range-pip, lightslategray);--pip-text:var(--range-pip-text, var(--pip));--pip-active:var(--range-pip-active, darkslategrey);--pip-active-text:var(--range-pip-active-text, var(--pip-active));--pip-hover:var(--range-pip-hover, darkslategrey);--pip-hover-text:var(--range-pip-hover-text, var(--pip-hover));--pip-in-range:var(--range-pip-in-range, var(--pip-active));--pip-in-range-text:var(--range-pip-in-range-text, var(--pip-active-text))}.rangePips{position:absolute;height:1em;left:0;right:0;bottom:-1em}.rangePips.vertical{height:auto;width:1em;left:100%;right:auto;top:0;bottom:0}.rangePips .pip{height:.4em;position:absolute;top:.25em;width:1px;white-space:nowrap}.rangePips.vertical .pip{height:1px;width:.4em;left:.25em;top:auto;bottom:auto}.rangePips .pipVal{position:absolute;top:.4em;transform:translate(-50%,25%)}.rangePips.vertical .pipVal{position:absolute;top:0;left:.4em;transform:translate(25%,-50%)}.rangePips .pip{transition:all .15s ease}.rangePips .pipVal{transition:all .15s ease,font-weight 0s linear}.rangePips .pip{color:#789;color:var(--pip-text);background-color:#789;background-color:var(--pip)}.rangePips .pip.selected{color:#2f4f4f;color:var(--pip-active-text);background-color:#2f4f4f;background-color:var(--pip-active)}.rangePips.hoverable:not(.disabled) .pip:hover{color:#2f4f4f;color:var(--pip-hover-text);background-color:#2f4f4f;background-color:var(--pip-hover)}.rangePips .pip.in-range{color:#2f4f4f;color:var(--pip-in-range-text);background-color:#2f4f4f;background-color:var(--pip-in-range)}.rangePips .pip.selected{height:.75em}.rangePips.vertical .pip.selected{height:1px;width:.75em}.rangePips .pip.selected .pipVal{font-weight:700;top:.75em}.rangePips.vertical .pip.selected .pipVal{top:0;left:.75em}.rangePips.hoverable:not(.disabled) .pip:not(.selected):hover{transition:none}.rangePips.hoverable:not(.disabled) .pip:not(.selected):hover .pipVal{transition:none;font-weight:700}.rangeSlider{--slider:var(--range-slider, #d7dada);--handle-inactive:var(--range-handle-inactive, #99a2a2);--handle:var(--range-handle, #838de7);--handle-focus:var(--range-handle-focus, #4a40d4);--handle-border:var(--range-handle-border, var(--handle));--range-inactive:var(--range-range-inactive, var(--handle-inactive));--range:var(--range-range, var(--handle-focus));--float-inactive:var(--range-float-inactive, var(--handle-inactive));--float:var(--range-float, var(--handle-focus));--float-text:var(--range-float-text, white);position:relative;border-radius:100px;height:.5em;margin:1em;transition:opacity .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rangeSlider *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rangeSlider.pips{margin-bottom:1.8em}.rangeSlider.pip-labels{margin-bottom:2.8em}.rangeSlider.vertical{display:inline-block;border-radius:100px;width:.5em;min-height:200px}.rangeSlider.vertical.pips{margin-right:1.8em;margin-bottom:1em}.rangeSlider.vertical.pip-labels{margin-right:2.8em;margin-bottom:1em}.rangeSlider .rangeHandle{position:absolute;display:block;height:1.4em;width:1.4em;top:.25em;bottom:auto;transform:translateY(-50%) translate(-50%);outline-offset:2px;outline:2px solid transparent;border-radius:100px;z-index:2}.rangeSlider.reversed .rangeHandle{transform:translateY(-50%) translate(50%)}.rangeSlider.vertical .rangeHandle{left:.25em;top:auto;transform:translateY(50%) translate(-50%)}.rangeSlider.vertical.reversed .rangeHandle{transform:translateY(-50%) translate(-50%)}.rangeSlider .rangeNub,.rangeSlider .rangeHandle:before{position:absolute;left:0;top:0;display:block;border-radius:10em;height:100%;width:100%;transition:box-shadow .2s ease}.rangeSlider .rangeHandle:before{content:"";left:1px;top:1px;bottom:1px;right:1px;height:auto;width:auto;box-shadow:0 0 0 0 var(--handle-border);opacity:0}.rangeSlider.hoverable:not(.disabled) .rangeHandle:hover:before{box-shadow:0 0 0 8px var(--handle-border);opacity:.2}.rangeSlider.hoverable:not(.disabled) .rangeHandle.press:before,.rangeSlider.hoverable:not(.disabled) .rangeHandle.press:hover:before{box-shadow:0 0 0 12px var(--handle-border);opacity:.4}.rangeSlider.range .rangeNub{border-radius:10em 10em 10em 1.6em}.rangeSlider.range.min .rangeNub{border-radius:10em 1.6em 10em 10em}.rangeSlider.range .rangeHandle:nth-of-type(1) .rangeNub{transform:rotate(-135deg)}.rangeSlider.range .rangeHandle:nth-of-type(2) .rangeNub{transform:rotate(45deg)}.rangeSlider.range.reversed .rangeHandle:nth-of-type(1) .rangeNub{transform:rotate(45deg)}.rangeSlider.range.reversed .rangeHandle:nth-of-type(2) .rangeNub{transform:rotate(-135deg)}.rangeSlider.range.vertical .rangeHandle:nth-of-type(1) .rangeNub{transform:rotate(135deg)}.rangeSlider.range.vertical .rangeHandle:nth-of-type(2) .rangeNub{transform:rotate(-45deg)}.rangeSlider.range.vertical.reversed .rangeHandle:nth-of-type(1) .rangeNub{transform:rotate(-45deg)}.rangeSlider.range.vertical.reversed .rangeHandle:nth-of-type(2) .rangeNub{transform:rotate(135deg)}.rangeSlider .rangeFloat{display:block;position:absolute;left:50%;top:-.5em;transform:translate(-50%,-100%);text-align:center;opacity:0;pointer-events:none;white-space:nowrap;transition:all .2s ease;font-size:.9em;padding:.2em .4em;border-radius:.2em}.rangeSlider .rangeHandle.active .rangeFloat,.rangeSlider.hoverable .rangeHandle:hover .rangeFloat{opacity:1;top:-.2em;transform:translate(-50%,-100%)}.rangeSlider .rangeHandle.active:focus-visible .rangeFloat{top:-.35em}.rangeSlider .rangeBar{position:absolute;display:block;transition:background .2s ease;border-radius:1em;height:.5em;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.rangeSlider.vertical .rangeBar{width:.5em;height:auto}.rangeSlider{background-color:#d7dada;background-color:var(--slider)}.rangeSlider .rangeBar{background-color:#99a2a2;background-color:var(--range-inactive)}.rangeSlider.focus .rangeBar{background-color:#838de7;background-color:var(--range)}.rangeSlider .rangeNub{background-color:#99a2a2;background-color:var(--handle-inactive)}.rangeSlider.focus .rangeNub{background-color:#838de7;background-color:var(--handle)}.rangeSlider .rangeHandle.active .rangeNub{background-color:#4a40d4;background-color:var(--handle-focus)}.rangeSlider .rangeFloat{color:#fff;color:var(--float-text);background-color:#99a2a2;background-color:var(--float-inactive)}.rangeSlider.focus .rangeFloat{background-color:#4a40d4;background-color:var(--float)}.rangeSlider.disabled{opacity:.5}.rangeSlider.disabled .rangeNub{background-color:#d7dada;background-color:var(--slider)}.rangeSlider .rangeHandle:focus{outline:none}.rangeSlider .rangeHandle:focus-visible{outline:2px solid #334}@supports not selector(:focus-visible){.rangeSlider .rangeHandle:focus{outline:1px solid #334;outline-offset:1px}}
</style>
		<link href="./_app/immutable/assets/0.75256850.css" rel="stylesheet">
		<link href="./_app/immutable/assets/Spinner.f4acb20c.css" rel="stylesheet" disabled media="(max-width: 0)">
		<link href="./_app/immutable/assets/DatesFieldDropdown.8ec28e52.css" rel="stylesheet" disabled media="(max-width: 0)"><title>Bilety lotnicze - Wyszukiwarka tanich lotów - Ticketwhat.pl</title><!-- HEAD_svelte-1f1181o_START --><script type="application/ld+json" data-svelte-h="svelte-1bx6usc">{
        "@context": "http://schema.org",
        "@type": "Organization",
        "url": "https://www.ticketwhat.pl",
        "name" : "Ticketwhat",
        "legalName" : "Ticketwhat Sp. z o.o.",
        "foundingDate": "2019",
        "sameAs": [
            "https://www.facebook.com/ticketwhat",
            "https://www.instagram.com/ticketwhatpl/"
        ],
        "address": {
            "@type": "PostalAddress",
            "streetAddress": "Frezerów 3",
            "addressLocality": "Lublin",
            "addressRegion": "lubelskie",
            "postalCode": "20-209",
            "addressCountry": "PL"
        },
        "contactPoint": {
            "@type": "ContactPoint",
            "contactType": "customer support",
            "email": "kontakt@ticketwhat.pl"
        }
    }</script><!-- HEAD_svelte-1f1181o_END -->
</head>

<body data-sveltekit-preload-data="tap" data-sveltekit-preload-code="hover" class="flex min-h-[100vh] flex-col">
	<div style="display: contents">     <div class="none hidden md:block md:fixed right-0 top-[90%] z-[9999] rounded-bl rounded-tl border border-gray-200 bg-white shadow-sm"><div class="p-2 text-gray-700 hover:bg-blue-50" role="button" tabindex="-1" title="Powiększ/zmniejsz tekst"><span class="sr-only">Powiększ/zmniejsz tekst</span> <svg viewBox="0 0 24 24" width="1.2em" height="1.2em" class="h-5 w-5"><!-- HTML_TAG_START --><path fill="currentColor" d="M9 4v3h5v12h3V7h5V4H9zm-6 8h3v7h3v-7h3V9H3v3z"/><!-- HTML_TAG_END --></svg></div> <div class="p-2 text-gray-700 hover:bg-blue-50 border-t border-gray-200" role="button" tabindex="-1" title="Włącz/wyłącz tryb wysokiego kontrastu"><span class="sr-only">Włącz/wyłącz tryb wysokiego kontrastu</span> <svg viewBox="0 0 24 24" width="1.2em" height="1.2em" class="h-5 w-5"><!-- HTML_TAG_START --><path fill="currentColor" d="M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2S2 6.48 2 12s4.48 10 10 10zm1-17.93c3.94.49 7 3.85 7 7.93s-3.05 7.44-7 7.93V4.07z"/><!-- HTML_TAG_END --></svg></div></div> <header class="shadow-xs relative flex-none border-b border-gray-100 bg-white text-sm font-medium leading-6 ring-1 ring-gray-900 ring-opacity-5 print:border-[0px] print:shadow-[0px]"><nav class="container flex h-[3.25rem] flex-row items-center sm:h-[4rem]"><a class="block flex flex-row items-center text-black" href="/"><span class="sr-only"></span> <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAC4jAAAuIwF4pT92AAALHmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuMTY0NjQ4LCAyMDIxLzAxLzEyLTE1OjUyOjI5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMiAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTAzLTA0VDE2OjI3OjE3KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTAyLTIwVDE2OjMxOjMxKzAxOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wMi0yMFQxNjozMTozMSswMTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N2YxNmRmYmEtYzM0MC1mMzRhLTg1MWItMDUyNDk3ZTcxZjQ3IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6Zjk5Nzk0NjMtODMxOS00MDQzLWFmYWMtNTlkZDVlNGRmODZkIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YTdhMWFlNjYtMWNjZC0zNTRhLTgyY2ItMjI0YThmYTRjNTZmIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHRpZmY6T3JpZW50YXRpb249IjEiIHRpZmY6WFJlc29sdXRpb249IjExODExMDIvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjExODExMDIvMTAwMDAiIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjMiIGV4aWY6Q29sb3JTcGFjZT0iMSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjU4MjYiIGV4aWY6UGl4ZWxZRGltZW5zaW9uPSIxNDE3Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDphN2ExYWU2Ni0xY2NkLTM1NGEtODJjYi0yMjRhOGZhNGM1NmYiIHN0RXZ0OndoZW49IjIwMjEtMDMtMDRUMTY6Mjc6MTcrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4yIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YTk1NDI5MjQtODQ0OS1mNTQwLWFkMjYtOTE1OWZmNWRmNDcyIiBzdEV2dDp3aGVuPSIyMDIxLTAzLTA0VDE2OjI3OjIxKzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMiAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjRjNDcyZjFiLTRlOTMtZmI0Ni1iMjkwLTM4MmU3YTJiNDI3MiIgc3RFdnQ6d2hlbj0iMjAyMi0wMi0yMFQxNjozMTozMSswMTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjIgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjb252ZXJ0ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImRlcml2ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImNvbnZlcnRlZCBmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3ZjE2ZGZiYS1jMzQwLWYzNGEtODUxYi0wNTI0OTdlNzFmNDciIHN0RXZ0OndoZW49IjIwMjItMDItMjBUMTY6MzE6MzErMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4yIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NGM0NzJmMWItNGU5My1mYjQ2LWIyOTAtMzgyZTdhMmI0MjcyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmE3YTFhZTY2LTFjY2QtMzU0YS04MmNiLTIyNGE4ZmE0YzU2ZiIgc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmE3YTFhZTY2LTFjY2QtMzU0YS04MmNiLTIyNGE4ZmE0YzU2ZiIvPiA8cGhvdG9zaG9wOlRleHRMYXllcnM+IDxyZGY6QmFnPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9IlRpY2tldHdoYXQiIHBob3Rvc2hvcDpMYXllclRleHQ9IlRpY2tldHdoYXQiLz4gPC9yZGY6QmFnPiA8L3Bob3Rvc2hvcDpUZXh0TGF5ZXJzPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn7dhGMAAAgwSURBVHja7dsLUBT3HQdwdJw+JlM7kwxxmiapHavTcSYZTGurqc3IFAMdjfFRHFLGmPCwoDVoFNHykKJt0mmSxjLGxEeMZiA2UcQLPhCrQQQkBIOk4BtErUpYQOC4F7f77W//d0uXY3fZu9tbkwk78xk49P6P78Hd7v5//zAAYd9kYSMBfNMDuH9mYaC+RSaQqeRJ8gR52N92Jia2+2M0+TH5OXmSPEEe9bONAYEE8BOylhwmtwl88OQi2UViDQrgeySJfEiuEyi4Rj4iqeRBvwJ4IHKvHo+RQgI/XSLJWm1PSmpXM4ZkknYCP1jJZvIDjbYZFkD4bz4czkaCIFWQCUrt/zSZU/IUuUwQBCtZqtI+wwIYF7VPzXfJSQKDOMjTvv1MXtrhK4XAQLsU+mBYAA89fUDJfaSJIATmyft67A+dchkEIfCxTz8MC+CRmINKzhKE0HSpr4iULkkiQQgVyPpiWADjZ5f42k4QYjYyVuzvZ8u6RREEJkj19sewACY8c1RuBoFJysU+f7G8R9RGYJIHvX16Apg0r0zuCoGJlkxf0fsmgYn2kzARC2DyghOSZwlM1jEjzYoZaX1mm0g8ATwee0pymsBktpk0oJkrbWbLJ54ApsRViR4mMF81F7XKjqiXHWZrJ6NYAFN//6kogcB8tVz0agei1zjvhWksgOmL60S7CMx3lpud7sLstf33wkoWwK9fOCf6jMB8DdxcGszcDLdf4v/sRt4uHtstPD4oE7D7MI/XCnkkvuJXO++yACITG0eR/xJIlv2lGelvtCI59yqikpsg/zeDcfPXuTF/Pa/Lqn/yKKsVYHdC8eB5oPiUoLe9chbArKUXv0/6CBJyWnDt1uDW27v6YfmkCyteaYX4fwzGxWbyiM0UNGVvE3DmP9B9fHYew7ZJGlgAMalXxxHXvLRm9Fh5zYabrtqxZW87Fq25BnqOEbi4LAFxWVD06h7g3GUEdLxdBNV2vS6wAOYsbw0njh37O3U33mfnUVrZiz9tbgM9NxhcfLaA+GwMkv8v4MI1BHW03saQdn00sQCefenmt0ln/QVHQB1dueHCjv13kZB9G9SOv7jFOQIW5wDPbwC2F3sGbsTRYwVrV0MtC2DhyjuiC3ssvUF12O8WUF5rR97WTlB7enHJmwQUHAG+7IShR3sXsGSDpgMsgEWr20UWgjff74HNLgTd+Y07bhQesmLZxg6I7SpJzOawv6yvr9uKkBy1jcCLuZryWADPpXeJ1hGIUjd2o67RZcggxI+lmgYXXnvPCqn9FX/txqFyhyFBax0btwGJuZqeYQHEZ/SIphDIvVdsh2DgGFtv8aiqd8HNI+RHZT2QlKvJTcayAJ5fb5W0EMhlvG7DxRY3vk7HpVbQCdywLMRzNfhCpl2STqCk6Hj/12LyNV/omrxo1kAACdlOyX2kn0DJpndcuNkmfCUnfutL+gjdp3vyl8XJDwSQmONmxAf0NYtAS2nlVyeE5hvAtn0Ckjbw/oghYSIWgPyBiL7vHK6RTe/waLxy74I43ywgv4DHcC+WgjPSCy696GHyXwcRfR+j51fpcIX5E69r4vG3nS6o/Znq8CPZn7xyAN4Q3leadPrrwNHT4rWAuROvqHMj9y0n1N6kdVole8NnVAMQpeShWZp4Vj7w7xrxdNe8STvpXOxYlYt9FPt+PAfgkOzjfoDnPYAmn6QQwG4LIiyfQKiqN/fV7rEKOHjCieWbeuF7chag62S094RvEM+nAE0+MVe5fOR8C94ya+LiaXNBiQ0vZt0dOG02QD951Hu6PwQLgC4KGLUamorPsdOMAKrPOVQvnIIwzXuxp4gFQJeFjFYhUdU5FIc6gFd3dPlzGa1HjPdSXxULYHEOmOGqqaobcCx0b3gCFqy8GcgNFTULxTHTV02eq8FsMHpKyqoaUBqKAE7V9QV7a01ugTRe+l4TCyAuC4zeurqKehw0OoCcLbeNusk6Rz5WeqyJBRCbKTD+FBeerMMeoyYv3mCNTgn69jpPIn3HST/TxAKYv55n/K2wLK0R/u47mV4bXZVZxJUaQffNlONnuoNdXLlLpiiNkX6uiQUwN8PNBFJm+nGl8BJ7FR1gy1NxGzzLTlsP6L/tk/6PlmCW15rJeLXxeZf9VLEAZq/tZwKttS0o42Pi8/rb5AuPR2t4vae7wq+WnA10cbWGjNUam3fhVxULIHqNkwmm4JieH04+l5aea5r0BVBezzumxtcGsrRepGdc3qV/VSyAqJcdTLBV19TGaFIiFiBcuqHvDSB7p7NnynPV/hZW5Osdk7f4QxULQCwVkcpFjBC5yrZFzxuguMIbtbqPe3xRhT8lNav9GYus/EcRC0AsFpIKhgwy6nid+8hwARz9tB8z0qzc5IUn9RZUxfo7FlkBmCJPhYisZMxIxZWuN7QCSNtiw/QVPdyk+ceHK6XrIFMDGYNPCeAQLAB50aDRPjjhTOq1Df2D6LML+OUfxaLFbm7C3FKtYsovyA8D7d+nCHQIFoC8bDQUdh9zTmtt4wctPVuqXd7S1bvc+DmH1MppS8iYYPpWKAMehAUgLxwOlbdL7N9paHa3SwGkbO71FjB3co/81qJUTL3ViH5VCsEHsADkpeOh1tjqvi4GEJEqlbF3cA9FF/uW0683qj+VrQADPKWyss0DZlj3rnXr/zczcHfGzSqSb6qIM7Ivjc0gDAtAa0tJCC2RtraER30kbat5Ssf2HUN5qsWH2VgUQr+bmHDndHhU0ZEHIvdG6Ny8ZSgWQKB77oxw/8xCcR/gmCD2LgZlZOfoSAAjAYwE8D+mEb7w7Ggi6gAAAABJRU5ErkJggg==" class="mr-2 h-8 w-8 md:mr-4" alt="Logo Ticketwhat Tanie Loty"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 76.959 11.402" class="w-26 h-4"><path d="M4.637 2.479v8.685h-1.99V2.479H0V.658h7.284v1.821H4.637zM9.325 0c.658 0 1.205.532 1.205 1.19 0 .673-.546 1.191-1.205 1.191S8.12 1.863 8.12 1.19C8.12.532 8.667 0 9.325 0zm.994 3.054v8.11H8.33v-8.11h1.989zm7.801.056v2.101c-.435-.364-1.065-.574-1.807-.574-1.429 0-2.507 1.036-2.507 2.465 0 1.429 1.079 2.479 2.507 2.479.742 0 1.373-.21 1.807-.574v2.115a5.688 5.688 0 01-1.807.28c-2.647 0-4.594-1.807-4.594-4.3 0-2.494 1.947-4.287 4.594-4.287.658 0 1.26.113 1.807.295zM21.505.238v5.953h.588l2.073-3.138h2.354l-2.689 4.048 2.689 4.062h-2.339l-2.087-3.152h-.588v3.152h-1.989V.238h1.988zm13.948 7.774h-6.64c.21.841 1.19 1.611 2.325 1.611.84 0 1.653-.308 1.975-.896h2.101c-.574 1.751-2.199 2.676-4.076 2.676-2.535 0-4.454-1.849-4.454-4.3 0-2.452 1.933-4.287 4.482-4.287 2.395 0 4.398 1.835 4.398 4.287 0 .307-.042.601-.111.909zM33.52 6.29c-.196-.98-1.205-1.681-2.353-1.681-1.135 0-2.157.756-2.354 1.681h4.707zm2.95-1.64V3.054h.729V1.219h1.989v1.835h1.106V4.65h-1.106v6.514h-1.989V4.65h-.729zm14.509 6.514h-2.521L46.973 3.88h-.112l-1.499 7.284h-2.521L40.852.658h2.157l1.022 7.368h.14L45.796.658h2.213l1.625 7.368h.141L50.797.658h2.157l-1.975 10.506zm3.02 0V.238h1.988v3.824l.084.028c.435-.63 1.219-1.275 2.284-1.275 1.891 0 3.138 1.345 3.138 3.404v4.945h-1.989V6.388c0-.995-.771-1.751-1.751-1.751-.995 0-1.766.756-1.766 1.751v4.776h-1.988zm15.962-1.19l-.069-.028c-.561.756-1.625 1.457-2.9 1.457-2.409 0-4.104-1.835-4.104-4.3 0-2.452 1.694-4.287 4.104-4.287 1.275 0 2.34.687 2.9 1.443l.069-.028V3.054h1.989v8.11h-1.989v-1.19zm-2.548-5.337c-1.429 0-2.451 1.121-2.451 2.465 0 1.358 1.022 2.479 2.451 2.479 1.442 0 2.479-1.121 2.479-2.479 0-1.345-1.037-2.465-2.479-2.465zm5.723.013V3.054h.728V1.219h1.989v1.835h1.106V4.65h-1.106v6.514h-1.989V4.65h-.728z" fill="#333" shape-rendering="geometricPrecision"></path><title>napis Ticketwhat</title></svg></a> <div class="ml-6 hidden grow flex-row items-center gap-x-6 text-[.875rem] font-medium md:flex"><a href="/" class="font-semibold hover:text-blue-600">Tanie loty</a> <a href="/#okazje" class="font-semibold hover:text-blue-600">Okazje</a> </div> <div class="ml-auto flex items-center gap-x-2"><div class="ml-auto hidden flex-1 items-center gap-x-2 md:flex">  <div><div aria-label="Zmień walute" role="button" class="flex h-[2.5rem] flex-row items-center gap-x-2 rounded px-2 font-semibold text-gray-700 transition" tabindex="0" data-svelte-h="svelte-1h397p7">PLN zł</div> </div>   <div><div role="button" aria-label="Zmień język" class="flex h-[2.5rem] w-[40px] flex-row items-center gap-x-2 rounded px-2 font-semibold text-gray-700 transition hover:text-blue-600" tabindex="0"></div> </div></div>   <div class="ml-4 flex flex-shrink-0 items-center" data-svelte-h="svelte-y51md0"><a href="/pages/ue"><img src="/images/ue-nav-pl.jpg" class="my-auto h-[3.25rem] lg:h-[4rem]" alt="Unia Europejska Logotyp - 12 żółtych gwiazdek tworzących okrąg na granatowym tle, pod nim napis Unia Europejska"></a></div> <div class="pl-6 print:hidden md:hidden"><div tabindex="0" role="button" aria-label="Menu" class="mr-[-.5rem] flex h-12 w-12 items-center justify-center rounded text-gray-700"><svg viewBox="0 0 24 24" width="1.2em" height="1.2em"><!-- HTML_TAG_START --><path fill="currentColor" d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/><!-- HTML_TAG_END --></svg></div></div></div></nav></header>      <main><div class="relative pb-8 pt-8 md:pt-16"><div class="absolute inset-0 flex" data-svelte-h="svelte-ubgf98"> <picture class="h-full w-full"> <img class="h-full w-full" style="object-fit: cover; background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAcHBwcHBwgJCQgLDAsMCxAPDg4PEBkSExITEhklFxsXFxsXJSEoIR4hKCE7LykpLztFOjc6RVNKSlNpY2mJibgBBwcHBwcHCAkJCAsMCwwLEA8ODg8QGRITEhMSGSUXGxcXGxclISghHiEoITsvKSkvO0U6NzpFU0pKU2ljaYmJuP/AABEIABMAMgMBIgACEQEDEQH/xAB1AAACAwEAAAAAAAAAAAAAAAAABQQGBwMQAAEEAQIFAwUBAAAAAAAAAAEAAgMRBAYhBRIiIzFhcpITFVGBguEBAQEBAQAAAAAAAAAAAAAAAAUDAgARAAIBAwQCAwAAAAAAAAAAAAABAgMRQRMhMYEEkRIUYf/aAAwDAQACEQMRAD8AdwayD7e2Bj4z4oqQdYMrbDF+5YRDk5kEjJWMN1QoVdKz4mr3RvaMjAie0trdtG/1ST+xS5dN9BOhLEl2ag7V+LW+Gb9/+KMdW4hd1YpA91qs4GpuCvjA4jgtabPehDuSvVpshNW5OlsyTlxsqBrj4Y5xZv8A0AtQr0ZcJ9sxKjNZ9IYHUnDnE3C/k/IIK4/feEvaXOLmpbmcMcx3RE1IcvDcGHtEn0Fq6msJ+yWkny0WA6j4FZ7knwQqGcfc9Lviha+X6ztCBnoml6es7KScid4YDISAhCKstthQk4mRMJJJA8h5vdSmd2+fqIIFnyhClLZuxrA9ws7Mi+i1mRI1pqwHbK2wZE0sRL3km0IVvEbcmru25HyUlHhYOR8oQhIh5//Z); background-size: 100% 100%; background-repeat: no-repeat; " sizes="(max-width: 2240px) 100vw, 2240px" srcset="/images/hero-2.jpg 50w, /images/hero-2.jpg 710w, /images/hero-2.jpg 1090w, /images/hero-2.jpg 1397w, /images/hero-2-1280px.jpg 1907w, /images/hero-2.jpg 2240w, /images/hero-2.jpg 3100w" src="/images/hero-2.jpg" alt="" role="presentation"></picture> </div> <div class="relative mx-auto max-w-6xl px-2 sm:px-4"><div class="pb-4 text-left text-center text-gray-50"><h1 class="py-1 text-2xl font-semibold tracking-tight md:text-3xl">Podróżuj więcej, płacąc mniej</h1> <h2 class="mb-2 pt-1 font-medium md:text-lg">Najlepsze oferty bez ograniczeń
				-
				<span class="font-semibold">dokądkolwiek, kiedykolwiek.</span></h2></div> <div class="rounded-lg bg-gray-100 shadow-xl ring-[2px] ring-gray-800/10"><div class="rounded-tl-lg rounded-tr-lg border-b border-gray-200 bg-white px-4 pb-6 pt-4 sm:px-6"><form class=""><div class="grid h-[3rem] grid-cols-[60%_1px_1px_40%] items-center gap-x-1 rounded border border-gray-400/60 text-sm font-medium text-gray-900 shadow-sm sm:flex sm:border-0 sm:pb-2.5 sm:shadow-none"><div class="relative h-full sm:hidden"><div class="relative flex h-full items-center px-4" role="button" tabindex="0"><svg viewBox="0 0 24 24" width="1.2em" height="1.2em" class="h-4 w-4"><!-- HTML_TAG_START --><path fill="currentColor" d="M6.99 11L3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z"/><!-- HTML_TAG_END --></svg> <div class="ml-3 flex-1">W obie strony</div> <svg viewBox="0 0 16 16" width="1.2em" height="1.2em" class="transition "><!-- HTML_TAG_START --><path fill="currentColor" d="M3.146 5.646a.5.5 0 0 1 .708 0L8 9.793l4.146-4.147a.5.5 0 0 1 .708.708l-4.5 4.5a.5.5 0 0 1-.708 0l-4.5-4.5a.5.5 0 0 1 0-.708Z"/><!-- HTML_TAG_END --></svg></div> </div> <fieldset role="radiogroup"><div class="hidden gap-x-6 sm:flex"><label class="flex h-[2.5rem] cursor-pointer items-center rounded-md" tabindex="-1" for="TWO-WAY"><input name="kind-desktop" id="TWO-WAY" type="radio" value="TWO-WAY" checked class="h-4 w-4 cursor-pointer border-gray-300 text-blue-600 transition focus:ring-white"> <div class="ml-2 block cursor-pointer select-none whitespace-nowrap text-sm font-medium text-gray-700">W obie strony</div> </label><label class="flex h-[2.5rem] cursor-pointer items-center rounded-md" tabindex="-1" for="ONE-WAY"><input name="kind-desktop" id="ONE-WAY" type="radio" value="ONE-WAY"  class="h-4 w-4 cursor-pointer border-gray-300 text-blue-600 transition focus:ring-white"> <div class="ml-2 block cursor-pointer select-none whitespace-nowrap text-sm font-medium text-gray-700">W jedną stronę</div> </label></div></fieldset> <div class="h-[100%] min-w-[1px] max-w-[1px] bg-gray-300 sm:hidden"></div> <div class="relative h-full select-none"><div class="flex h-full items-center gap-x-2 rounded-md px-3 text-sm font-medium text-gray-700 sm:ml-1 sm:ml-4 sm:py-2.5 sm:hover:bg-gray-100" role="button" tabindex="0"><svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><circle cx="9" cy="7" r="4"></circle><path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path><path d="M21 21v-2a4 4 0 0 0 -3 -3.85"></path></svg> <div class="flex-1">1</div> <svg viewBox="0 0 16 16" width="1.2em" height="1.2em" class="transition  min-w-4 mr-4 sm:mr-0"><!-- HTML_TAG_START --><path fill="currentColor" d="M3.146 5.646a.5.5 0 0 1 .708 0L8 9.793l4.146-4.147a.5.5 0 0 1 .708.708l-4.5 4.5a.5.5 0 0 1-.708 0l-4.5-4.5a.5.5 0 0 1 0-.708Z"/><!-- HTML_TAG_END --></svg></div> </div></div> <div class="mt-4 flex flex-col items-center text-sm sm:mt-0 lg:flex-row"><div class="grid w-full grid-cols-1 items-center gap-x-2 gap-y-2 sm:grid-cols-2 lg:grid-cols-4"><div class="select-none text-sm sm:relative sm:z-[5]  " tabindex="-1" role="presentation"><div class="flex flex-row gap-x-2 sm:p-0 "><div class="transition-100 h-12 w-full flex-1 overflow-hidden rounded border pr-1 transition-colors border-gray-300 hover:ring hover:ring-[1px] hover:ring-blue-100 hover:border-blue-400"><div class="transition-100 flex h-full cursor-pointer items-center"><label class="whitespace-nowrap pl-2 pr-2 text-sm font-medium text-gray-700" for="fly_from">Z</label> <div class="relative flex overflow-hidden">  <div class="flex flex-row-reverse items-center pr-1"><div class="flex flex-nowrap whitespace-nowrap bg-emerald-500 items-center rounded py-1 pl-2  text-white transition" style="min-width: content"><div class="font-semibold">Warszawa</div> <div class="ml-1 mr-1 flex h-4 w-4 cursor-pointer items-center justify-center rounded-full bg-white/10 hover:bg-white/20" role="presentation"><svg viewBox="0 0 16 16" width="1.2em" height="1.2em" class="h-3 w-3"><!-- HTML_TAG_START --><path fill="currentColor" d="m2.397 2.554l.073-.084a.75.75 0 0 1 .976-.073l.084.073L8 6.939l4.47-4.47a.75.75 0 1 1 1.06 1.061L9.061 8l4.47 4.47a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073L8 9.061l-4.47 4.47a.75.75 0 0 1-1.06-1.061L6.939 8l-4.47-4.47a.75.75 0 0 1-.072-.976l.073-.084l-.073.084Z"/><!-- HTML_TAG_END --></svg> </div></div> </div> <input id="fly_from" class="ml-1 flex-1 border-transparent px-0 text-sm font-semibold focus:border-transparent focus:outline-none focus:ring-0" style="min-width: 6ch" value=""></div></div></div> </div>  </div> <div class="select-none text-sm sm:relative sm:z-[5]  " tabindex="-1" role="presentation"><div class="flex flex-row gap-x-2 sm:p-0 "><div class="transition-100 h-12 w-full flex-1 overflow-hidden rounded border pr-1 transition-colors border-gray-300 hover:ring hover:ring-[1px] hover:ring-blue-100 hover:border-blue-400"><div class="transition-100 flex h-full cursor-pointer items-center"><label class="whitespace-nowrap pl-2 pr-2 text-sm font-medium text-gray-700" for="fly_to">Do</label> <div class="relative flex overflow-hidden"><div class="absolute font-medium text-gray-400">Spróbuj "Barcelona" ☀️...</div>   <input id="fly_to" class="ml-1 flex-1 border-transparent px-0 text-sm font-semibold focus:border-transparent focus:outline-none focus:ring-0" style="min-width: 6ch" value=""></div></div></div> </div>  </div> <div class="select-none text-sm sm:relative sm:z-[5]  " role="presentation"><div class="flex flex-row gap-x-2 sm:p-0 "><div id="date_from" class="transition-100 h-12 w-full flex-1 rounded border transition-colors border-gray-300 hover:ring hover:ring-[1px] hover:ring-blue-100 hover:border-blue-400" tabindex="0" role="button"><div class="transition-100 flex h-full cursor-pointer items-center"><label class="pl-2 pr-2 text-sm font-medium text-gray-700" for="date_from">Wylot</label> <div class="truncate pr-1 font-semibold text-gray-800">Kiedykolwiek</div></div></div> </div>  </div> <div class="select-none text-sm sm:relative sm:z-[5]  " role="presentation"><div class="flex flex-row gap-x-2 sm:p-0 "><div id="date_to" class="transition-100 h-12 w-full flex-1 rounded border transition-colors border-gray-300 hover:ring hover:ring-[1px] hover:ring-blue-100 hover:border-blue-400" tabindex="0" role="button"><div class="transition-100 flex h-full cursor-pointer items-center"><label class="pl-2 pr-2 text-sm font-medium text-gray-700" for="date_to">Powrót</label> <div class="truncate pr-1 font-semibold text-gray-800">od 2 do 10 nocy</div></div></div> </div>  </div></div> <button class="mt-2 flex h-12 w-full items-center justify-center rounded py-2 text-center text-sm font-semibold text-white transition lg:ml-2 lg:mt-0 lg:w-28 bg-blue-600 hover:bg-blue-700" ><span>Wyszukaj</span></button></div></form></div> <div class="flex flex-wrap items-center gap-x-1.5 gap-y-2 p-4 text-sm text-gray-700"><div>zainspiruj się 🛫 wybierz wiele miejsc </div><div role="button" tabindex="-1" class="whitespace-nowrap rounded-full border border-gray-200 bg-white bg-opacity-40 px-3 py-1.5 font-semibold text-gray-800 transition hover:border-blue-400 hover:bg-white">Włochy, Hiszpania lub Portugalia </div><div role="button" tabindex="-1" class="whitespace-nowrap rounded-full border border-gray-200 bg-white bg-opacity-40 px-3 py-1.5 font-semibold text-gray-800 transition hover:border-blue-400 hover:bg-white">Rzym, Paryż lub Barcelona </div><div>a może </div><div role="button" tabindex="-1" class="whitespace-nowrap rounded-full border border-gray-200 bg-white bg-opacity-40 px-3 py-1.5 font-semibold text-gray-800 transition hover:border-blue-400 hover:bg-white">Grecja lub Malta </div><div>? </div></div></div></div></div>  <section class="bg-white py-8"><div class="container grid grid-cols-1 gap-x-4 gap-y-8 text-center md:grid-cols-3"><div><div style="width:0.001px; height: 0.0001px;"></div> <picture><div style="object-fit: contain" class="animate-pulse rounded bg-gray-200 mx-auto h-28 w-28"></div></picture> <h2 class="pt-4 text-center text-[1rem] font-semibold tracking-[-.1px]">Gdzie wybierzesz się tym razem?</h2> <p class="pt-2 text-[.9375rem] text-gray-700">Łatwo odkrywaj nowe miejsca i planuj niezapomniane podróże.</p></div> <div><div style="width:0.001px; height: 0.0001px;"></div> <picture><div style="object-fit: contain" class="animate-pulse rounded bg-gray-200 mx-auto h-28 w-28"></div></picture> <h2 class="pt-4 text-center text-[1rem] font-semibold tracking-[-.1px]">Lubisz szukać wyjątkowych okazji?</h2> <p class="pt-2 text-[.9375rem] text-gray-700">Wyszukuj wyjątkowe oferty wygodniej i w cenach niższych niż kiedykolwiek!</p></div> <div><div style="width:0.001px; height: 0.0001px;"></div> <picture><div style="object-fit: contain" class="animate-pulse rounded bg-gray-200 mx-auto h-28 w-28"></div></picture> <h2 class="pt-4 text-center text-[1rem] font-semibold tracking-[-.1px]">Cenisz wygodę i przyjazną obsługę?</h2> <p class="pt-2 text-[.9375rem] text-gray-700">Rezerwowanie nigdy nie było łatwiejsze. W razie problemów możesz polegać na wsparciu 24/7.</p></div></div> <div class="col-span-3 pb-8 pt-16" data-svelte-h="svelte-17fdgw3"><div class="mx-auto h-[1px] w-[50%] bg-gray-100"></div></div></section>  <section class="mt-4 py-6"><div class="container grid grid-cols-1 gap-x-12 md:grid-cols-5"><div class="col-span-2 text-sm md:text-[1rem]"><h2 class="text-2xl font-bold md:text-3xl">My przewidujemy ceny, <br> Ty podróżujesz za mniej!</h2> <p class="my-4 text-gray-800">Skorzystaj z innowacyjnych funkcji Ticketwhat odkrywając prognozy cen lotów i pakietów. Poznaj najlepszy czas na zakup biletów dzięki prognozom cen!</p> <p class="pt-2 text-gray-800 md:pt-6"><!-- HTML_TAG_START -->Badamy miliony historycznych i aktualnych cen lotów i hoteli z ostatnich 5 lat z użyciem sztucznej inteligencji, abyś wiedział <span class="font-semibold">kiedy zarezerwować podróż, aby zaoszczędzić nawet do 30%</span>.<!-- HTML_TAG_END --></p></div> <div class="col-span-3"><div class="relative mx-auto my-auto h-[400px] w-full md:w-[520px]"></div></div></div></section>     <div class="container relative py-6 mb-4 bg-slate-100 rounded-md border border-gray-200" id="okazje"><h3 class="text-xl font-bold text-slate-800 pb-2">Najlepsze okazje na tanie loty  z Polski</h3> <div class="mt-2 flex items-center gap-x-2 overflow-auto text-sm"><div class="cursor-pointer whitespace-nowrap rounded-full border px-4 py-2 font-semibold border-blue-600 bg-blue-50 text-blue-800">z Polski </div><div class="cursor-pointer whitespace-nowrap rounded-full border px-4 py-2 font-semibold border-slate-200 bg-white text-slate-700 hover:bg-slate-50 hover:text-slate-800">z Warszawy </div><div class="cursor-pointer whitespace-nowrap rounded-full border px-4 py-2 font-semibold border-slate-200 bg-white text-slate-700 hover:bg-slate-50 hover:text-slate-800">z Krakowa </div><div class="cursor-pointer whitespace-nowrap rounded-full border px-4 py-2 font-semibold border-slate-200 bg-white text-slate-700 hover:bg-slate-50 hover:text-slate-800">z Gdańska </div><div class="cursor-pointer whitespace-nowrap rounded-full border px-4 py-2 font-semibold border-slate-200 bg-white text-slate-700 hover:bg-slate-50 hover:text-slate-800">z Poznania </div><div class="cursor-pointer whitespace-nowrap rounded-full border px-4 py-2 font-semibold border-slate-200 bg-white text-slate-700 hover:bg-slate-50 hover:text-slate-800">z Katowic </div><div class="cursor-pointer whitespace-nowrap rounded-full border px-4 py-2 font-semibold border-slate-200 bg-white text-slate-700 hover:bg-slate-50 hover:text-slate-800">z Wrocławia </div></div> <div class="mt-4 grid gap-x-4 gap-y-4 text-sm sm:grid-cols-2 xl:grid-cols-4"><a href="/search/PL:10905/MIL:15045/anytime" rel="nofollow" class="cursor-pointer rounded-md border border-slate-200 bg-white shadow-sm hover:shadow-md"><div class="relative h-36 w-full"><div style="width:0.001px; height: 0.0001px;"></div> <picture><div style="" class="animate-pulse rounded bg-gray-200 h-full w-full rounded-t-md object-cover"></div></picture> <div class="absolute inset-0 rounded-t-md bg-gradient-to-tr from-black opacity-60"></div> <div class="absolute inset-0 flex flex-col justify-between px-4 pb-2 pt-3 text-white"><div class="">Włochy</div> <div class="flex items-center gap-2 truncate text-xl font-bold"><p class="truncate tracking-wide">Mediolan</p></div> </div></div> <div class="px-4 py-3"><div class="flex items-center gap-x-2 text-slate-900"><h5 class="text-sm font-semibold">Rzeszów</h5> <svg class="h-4 w-4 flex-none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M18 15l3 -3l-3 -3"></path><path d="M5 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path><path d="M7 12h14"></path></svg> <h5 class="truncate text-sm font-semibold">Mediolan</h5></div> <div class="mt-3 flex items-center justify-between"><div class="flex flex-col"><div class="flex items-center"><img src="/images/airlines/W4.webp" class="h-8 w-8 rounded-md border border-slate-200" alt="logo linii lotniczej"> <div class="ml-4 overflow-hidden"><h5 class="text-sm font-bold text-slate-900">nd. 08.06</h5> <div class="truncate text-xs font-medium text-slate-600">Wizzair Malta, RZE-MXP </div></div> </div></div> <div class="flex flex-none items-center pl-1 text-blue-700"><div class="text-lg font-bold">68 zł</div> <svg xmlns="http://www.w3.org/2000/svg" class="ml-0.5 h-5 w-5" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M9 6l6 6l-6 6"></path></svg></div> </div></div> </a><a href="/search/PL:10905/LON:14631/anytime" rel="nofollow" class="cursor-pointer rounded-md border border-slate-200 bg-white shadow-sm hover:shadow-md"><div class="relative h-36 w-full"><div style="width:0.001px; height: 0.0001px;"></div> <picture><div style="" class="animate-pulse rounded bg-gray-200 h-full w-full rounded-t-md object-cover"></div></picture> <div class="absolute inset-0 rounded-t-md bg-gradient-to-tr from-black opacity-60"></div> <div class="absolute inset-0 flex flex-col justify-between px-4 pb-2 pt-3 text-white"><div class="">Wielka Brytania</div> <div class="flex items-center gap-2 truncate text-xl font-bold"><p class="truncate tracking-wide">Londyn</p></div> </div></div> <div class="px-4 py-3"><div class="flex items-center gap-x-2 text-slate-900"><h5 class="text-sm font-semibold">Poznań</h5> <svg class="h-4 w-4 flex-none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M18 15l3 -3l-3 -3"></path><path d="M5 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path><path d="M7 12h14"></path></svg> <h5 class="truncate text-sm font-semibold">Londyn</h5></div> <div class="mt-3 flex items-center justify-between"><div class="flex flex-col"><div class="flex items-center"><img src="/images/airlines/W9.webp" class="h-8 w-8 rounded-md border border-slate-200" alt="logo linii lotniczej"> <div class="ml-4 overflow-hidden"><h5 class="text-sm font-bold text-slate-900">wt. 20.05</h5> <div class="truncate text-xs font-medium text-slate-600">Wizzair UK, POZ-LTN </div></div> </div></div> <div class="flex flex-none items-center pl-1 text-blue-700"><div class="text-lg font-bold">68 zł</div> <svg xmlns="http://www.w3.org/2000/svg" class="ml-0.5 h-5 w-5" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M9 6l6 6l-6 6"></path></svg></div> </div></div> </a><a href="/search/PL:10905/EIN:12899/anytime" rel="nofollow" class="cursor-pointer rounded-md border border-slate-200 bg-white shadow-sm hover:shadow-md"><div class="relative h-36 w-full"><div style="width:0.001px; height: 0.0001px;"></div> <picture><div style="" class="animate-pulse rounded bg-gray-200 h-full w-full rounded-t-md object-cover"></div></picture> <div class="absolute inset-0 rounded-t-md bg-gradient-to-tr from-black opacity-60"></div> <div class="absolute inset-0 flex flex-col justify-between px-4 pb-2 pt-3 text-white"><div class="">Holandia</div> <div class="flex items-center gap-2 truncate text-xl font-bold"><p class="truncate tracking-wide">Eindhoven</p></div> </div></div> <div class="px-4 py-3"><div class="flex items-center gap-x-2 text-slate-900"><h5 class="text-sm font-semibold">Wrocław</h5> <svg class="h-4 w-4 flex-none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M18 15l3 -3l-3 -3"></path><path d="M5 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path><path d="M7 12h14"></path></svg> <h5 class="truncate text-sm font-semibold">Eindhoven</h5></div> <div class="mt-3 flex items-center justify-between"><div class="flex flex-col"><div class="flex items-center"><img src="/images/airlines/W6.webp" class="h-8 w-8 rounded-md border border-slate-200" alt="logo linii lotniczej"> <div class="ml-4 overflow-hidden"><h5 class="text-sm font-bold text-slate-900">czw. 05.06</h5> <div class="truncate text-xs font-medium text-slate-600">Wizzair, WRO-EIN </div></div> </div></div> <div class="flex flex-none items-center pl-1 text-blue-700"><div class="text-lg font-bold">87 zł</div> <svg xmlns="http://www.w3.org/2000/svg" class="ml-0.5 h-5 w-5" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M9 6l6 6l-6 6"></path></svg></div> </div></div> </a><a href="/search/PL:10905/ROM:16373/anytime" rel="nofollow" class="cursor-pointer rounded-md border border-slate-200 bg-white shadow-sm hover:shadow-md"><div class="relative h-36 w-full"><div style="width:0.001px; height: 0.0001px;"></div> <picture><div style="" class="animate-pulse rounded bg-gray-200 h-full w-full rounded-t-md object-cover"></div></picture> <div class="absolute inset-0 rounded-t-md bg-gradient-to-tr from-black opacity-60"></div> <div class="absolute inset-0 flex flex-col justify-between px-4 pb-2 pt-3 text-white"><div class="">Włochy</div> <div class="flex items-center gap-2 truncate text-xl font-bold"><p class="truncate tracking-wide">Rzym</p></div> </div></div> <div class="px-4 py-3"><div class="flex items-center gap-x-2 text-slate-900"><h5 class="text-sm font-semibold">Poznań</h5> <svg class="h-4 w-4 flex-none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M18 15l3 -3l-3 -3"></path><path d="M5 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path><path d="M7 12h14"></path></svg> <h5 class="truncate text-sm font-semibold">Rzym</h5></div> <div class="mt-3 flex items-center justify-between"><div class="flex flex-col"><div class="flex items-center"><img src="/images/airlines/W4.webp" class="h-8 w-8 rounded-md border border-slate-200" alt="logo linii lotniczej"> <div class="ml-4 overflow-hidden"><h5 class="text-sm font-bold text-slate-900">pt. 30.05</h5> <div class="truncate text-xs font-medium text-slate-600">Wizzair Malta, POZ-FCO </div></div> </div></div> <div class="flex flex-none items-center pl-1 text-blue-700"><div class="text-lg font-bold">87 zł</div> <svg xmlns="http://www.w3.org/2000/svg" class="ml-0.5 h-5 w-5" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M9 6l6 6l-6 6"></path></svg></div> </div></div> </a><a href="/search/PL:10905/PAR:15747/anytime" rel="nofollow" class="cursor-pointer rounded-md border border-slate-200 bg-white shadow-sm hover:shadow-md"><div class="relative h-36 w-full"><div style="width:0.001px; height: 0.0001px;"></div> <picture><div style="" class="animate-pulse rounded bg-gray-200 h-full w-full rounded-t-md object-cover"></div></picture> <div class="absolute inset-0 rounded-t-md bg-gradient-to-tr from-black opacity-60"></div> <div class="absolute inset-0 flex flex-col justify-between px-4 pb-2 pt-3 text-white"><div class="">Francja</div> <div class="flex items-center gap-2 truncate text-xl font-bold"><p class="truncate tracking-wide">Paryż</p></div> </div></div> <div class="px-4 py-3"><div class="flex items-center gap-x-2 text-slate-900"><h5 class="text-sm font-semibold">Gdańsk</h5> <svg class="h-4 w-4 flex-none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M18 15l3 -3l-3 -3"></path><path d="M5 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path><path d="M7 12h14"></path></svg> <h5 class="truncate text-sm font-semibold">Paryż</h5></div> <div class="mt-3 flex items-center justify-between"><div class="flex flex-col"><div class="flex items-center"><img src="/images/airlines/W6.webp" class="h-8 w-8 rounded-md border border-slate-200" alt="logo linii lotniczej"> <div class="ml-4 overflow-hidden"><h5 class="text-sm font-bold text-slate-900">śr. 28.05</h5> <div class="truncate text-xs font-medium text-slate-600">Wizzair, GDN-BVA </div></div> </div></div> <div class="flex flex-none items-center pl-1 text-blue-700"><div class="text-lg font-bold">106 zł</div> <svg xmlns="http://www.w3.org/2000/svg" class="ml-0.5 h-5 w-5" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M9 6l6 6l-6 6"></path></svg></div> </div></div> </a><a href="/search/PL:10905/BER:11776/anytime" rel="nofollow" class="cursor-pointer rounded-md border border-slate-200 bg-white shadow-sm hover:shadow-md"><div class="relative h-36 w-full"><div style="width:0.001px; height: 0.0001px;"></div> <picture><div style="" class="animate-pulse rounded bg-gray-200 h-full w-full rounded-t-md object-cover"></div></picture> <div class="absolute inset-0 rounded-t-md bg-gradient-to-tr from-black opacity-60"></div> <div class="absolute inset-0 flex flex-col justify-between px-4 pb-2 pt-3 text-white"><div class="">Niemcy</div> <div class="flex items-center gap-2 truncate text-xl font-bold"><p class="truncate tracking-wide">Berlin</p></div> </div></div> <div class="px-4 py-3"><div class="flex items-center gap-x-2 text-slate-900"><h5 class="text-sm font-semibold">Warszawa</h5> <svg class="h-4 w-4 flex-none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M18 15l3 -3l-3 -3"></path><path d="M5 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path><path d="M7 12h14"></path></svg> <h5 class="truncate text-sm font-semibold">Berlin</h5></div> <div class="mt-3 flex items-center justify-between"><div class="flex flex-col"><div class="flex items-center"><img src="/images/airlines/LO.webp" class="h-8 w-8 rounded-md border border-slate-200" alt="logo linii lotniczej"> <div class="ml-4 overflow-hidden"><h5 class="text-sm font-bold text-slate-900">so. 20.09</h5> <div class="truncate text-xs font-medium text-slate-600">LOT, WAW-BER </div></div> </div></div> <div class="flex flex-none items-center pl-1 text-blue-700"><div class="text-lg font-bold">674 zł</div> <svg xmlns="http://www.w3.org/2000/svg" class="ml-0.5 h-5 w-5" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M9 6l6 6l-6 6"></path></svg></div> </div></div> </a></div> <div class="mt-4 flex flex-col text-center"><a href="/search/PL:10905/anywhere/anytime" rel="nofollow" class="mx-auto flex cursor-pointer items-center gap-x-2 rounded-md border border-transparent px-4 py-3 text-sm font-semibold text-slate-900 hover:border-blue-300 hover:bg-blue-50 hover:text-blue-800"><div>Więcej tanich lotów z Polski</div> <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M11 9l3 3l-3 3"></path><path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0z"></path></svg></a></div></div> <div class="py-6 max-w-6xl mx-auto px-4 text-sm text-gray-800 leading-relaxed w-full flex flex-col"><div class="mx-auto pb-3 text-xl font-semibold">Popularne Państwa</div> <div class="grid grid-cols-1 sm:grid-cols-4 gap-x-6 gap-y-1 font-medium"><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-norwegii" title="Tanie Loty do Norwegii" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Norwegii</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 68 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-wloch" title="Tanie Loty do Włoch" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Włoch</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 68 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-szwecji" title="Tanie Loty do Szwecji" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Szwecji</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 68 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-albanii" title="Tanie Loty do Albanii" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Albanii</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 70 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-francji" title="Tanie Loty do Francji" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Francji</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 106 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-na-malte" title="Tanie Loty na Maltę" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty na Maltę</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 126 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-grecji" title="Tanie Loty do Grecji" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Grecji</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 126 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-hiszpanii" title="Tanie Loty do Hiszpanii" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Hiszpanii</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 130 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-na-cypr" title="Tanie Loty na Cypr" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty na Cypr</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 135 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-na-islandie" title="Tanie Loty na Islandię" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty na Islandię</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 240 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-portugalii" title="Tanie Loty do Portugalii" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Portugalii</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 297 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-tajlandii" title="Tanie Loty do Tajlandii" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Tajlandii</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 6995 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-meksyku" title="Tanie Loty do Meksyku" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Meksyku</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 8531 zł
                        </div></a> </div></div></div> <div class="py-6 max-w-6xl mx-auto px-4 text-sm text-gray-800 leading-relaxed w-full flex flex-col"><div class="mx-auto pb-3 text-xl font-semibold">Popularne Miasta</div> <div class="grid grid-cols-1 sm:grid-cols-4 gap-x-6 gap-y-1 font-medium"><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-paryza" title="Tanie Loty do Paryża" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Paryża</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 19 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-barcelony" title="Tanie Loty do Barcelony" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Barcelony</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 19 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-rzymu" title="Tanie Loty do Rzymu" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Rzymu</div></div> <div class="flex-none text-gray-700 group-hover:text-blue-700 font-normal">od 19 zł
                        </div></a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-alicante" title="Tanie Loty do Alicante" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Alicante</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-wenecji" title="Tanie Loty do Wenecji" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Wenecji</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-zurychu" title="Tanie Loty do Zurychu" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Zurychu</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-na-sewilli" title="Tanie Loty na Sewilli" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty na Sewilli</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-goteborga" title="Tanie Loty do Goteborga" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Goteborga</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-oslo" title="Tanie Loty do Oslo" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Oslo</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-lizbony" title="Tanie Loty do Lizbony" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Lizbony</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-dublina" title="Tanie Loty do Dublina" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Dublina</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-na-rodos" title="Tanie Loty na Rodos" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty na Rodos</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-sztokholmu" title="Tanie Loty do Sztokholmu" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Sztokholmu</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-na-majorke" title="Tanie Loty na Majorkę" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty na Majorkę</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-londynu" title="Tanie Loty do Londynu" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Londynu</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-bolonii" title="Tanie Loty do Bolonii" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Bolonii</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-monachium" title="Tanie Loty do Monachium" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Monachium</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-mediolanu" title="Tanie Loty do Mediolanu" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Mediolanu</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-kopenhagi" title="Tanie Loty do Kopenhagi" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Kopenhagi</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-eindhoven" title="Tanie Loty do Eindhoven" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Eindhoven</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-na-madere" title="Tanie Loty do Funchal" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Funchal</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-amsterdamu" title="Tanie Loty do Amsterdamu" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Amsterdamu</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-pragi" title="Tanie Loty do Pragi" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Pragi</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-wiednia" title="Tanie Loty do Wiednia" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Wiednia</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-malagi" title="Tanie Loty do Malagi" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Malagi</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-na-teneryfe" title="Tanie Loty na Teneryfę" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty na Teneryfę</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-bari" title="Tanie Loty do Bari" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Bari</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-kutaisi" title="Tanie Loty do Kutaisi" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Kutaisi</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-katanii" title="Tanie Loty do Katanii" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Katanii</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-burgas" title="Tanie Loty do Burgas" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Burgas</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-dubaju" title="Tanie Loty do Dubaju" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Dubaju</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-nowego-jorku" title="Tanie Loty do Nowego Jorku" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Nowego Jorku</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-florencji" title="Tanie Loty do Florencji" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Florencji</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-madrytu" title="Tanie Loty do Madrytu" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Madrytu</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-brukseli" title="Tanie Loty do Brukseli" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Brukseli</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-aten" title="Tanie Loty do Aten" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Aten</div></div> </a> </div><div class="py-2 border-b border-dashed border-gray-200"><a href="/tanie-loty-do-palermo" title="Tanie Loty do Palermo" class="group flex hover:text-blue-700"><div class="flex-grow truncate flex items-center">   <div class="ml-2 truncate whitespace-nowrap">Tanie Loty do Palermo</div></div> </a> </div></div></div>  <section class="bg-white py-8"><div class="container py-8 grid grid-cols-1 sm:grid-cols-5 justify-between sm:gap-x-12 gap-y-12 sm:gap-y-0"><!-- HTML_TAG_START --><script type="application/ld+json">{"@context":"https://schema.org/","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"Czym jest Ticketwhat?","acceptedAnswer":{"@type":"Answer","text":"Ticketwhat to innowacyjna platforma umożliwiająca użytkownikom rezerwację i zakup biletów lotniczych, hoteli oraz kompleksowych pakietów turystycznych na całym świecie."}},{"@type":"Question","name":"Jak mogę zarezerwować bilet lotniczy przez Ticketwhat?","acceptedAnswer":{"@type":"Answer","text":"Aby zarezerwować bilet, wystarczy wprowadzić miejsce początkowe i końcowe, daty lotu, a następnie wybrać preferowaną linię lotniczą i klasę podróży. Po zakończeniu tych kroków, system Ticketwhat pokaże dostępne opcje lotu. Wybierz tę, która najbardziej Ci odpowiada, i przejdź do płatności."}},{"@type":"Question","name":"Jak mogę zarezerwować hotel przez Ticketwhat?","acceptedAnswer":{"@type":"Answer","text":"Podobnie jak przy rezerwacji biletów lotniczych, wystarczy wpisać miejsce pobytu, daty zameldowania i wymeldowania oraz liczbę osób. Następnie wybierz hotel, który najbardziej Ci odpowiada, z listy wyników wyszukiwania, i przejdź do płatności."}},{"@type":"Question","name":"Czym są pakiety turystyczne Ticketwhat?","acceptedAnswer":{"@type":"Answer","text":"Nasze pakiety turystyczne to kombinacje lotów, hoteli i atrakcji, które są zwykle tańsze, niż gdybyś rezerwował każdy element osobno. To świetna opcja dla tych, którzy chcą zaoszczędzić czas i pieniądze."}},{"@type":"Question","name":"Czy Ticketwhat oferuje zwroty?","acceptedAnswer":{"@type":"Answer","text":"Zwroty zależą od polityki linii lotniczych, hoteli i dostawców usług turystycznych. Prosimy o zapoznanie się z warunkami rezerwacji przed dokonaniem zakupu."}},{"@type":"Question","name":"Jak mogę zmienić swoją rezerwację?","acceptedAnswer":{"@type":"Answer","text":"Zmiany w rezerwacji zależą od polityki dostawców usług. Aby dowiedzieć się więcej, skontaktuj się z naszym działem obsługi klienta."}},{"@type":"Question","name":"Czy Ticketwhat oferuje ubezpieczenie podróżne?","acceptedAnswer":{"@type":"Answer","text":"Tak, Ticketwhat oferuje opcje ubezpieczenia podróżnego, które można dodać podczas procesu rezerwacji. Szczegółowe informacje na temat oferty znajdziesz na stronie rezerwacji."}},{"@type":"Question","name":"Jak mogę skontaktować się z obsługą klienta Ticketwhat?","acceptedAnswer":{"@type":"Answer","text":"Nasz zespół obsługi klienta jest dostępny codzienie od 9:00 do 16:00. Możesz się z nami skontaktować przez formularz kontaktowy na naszej stronie, przez czat na żywo lub e-mail."}},{"@type":"Question","name":"Jak mogę zaktualizować swoje informacje osobiste na Ticketwhat?","acceptedAnswer":{"@type":"Answer","text":"Możesz zaktualizować swoje informacje osobiste, logując się na swoje konto Ticketwhat i wybierając \"Ustawienia Konta\"."}},{"@type":"Question","name":"Czy Ticketwhat jest bezpieczny?","acceptedAnswer":{"@type":"Answer","text":"Tak, bezpieczeństwo naszych użytkowników to dla nas priorytet. Używamy najnowszych technologii zabezpieczających, aby zapewnić bezpieczne i prywatne transakcje. Nasza polityka prywatności jest dostępna na naszej stronie internetowej."}}]}</script><!-- HTML_TAG_END --> <div class="col-span-2"><h2 class="font-bold text-2xl text-blue-900">Najczęściej zadawane pytania</h2> <p class="pt-2 text-gray-600 text-[0.95rem]">Poznaj odpowiedzi na najczęstsze pytania podróżnych o ofertę i zacznij oszczędzać!</p> </div> <div class="text-[0.95rem] col-span-3"> <div><div class="flex items-center cursor-pointer justify-between text-blue-900"><h4 class="font-bold hover:text-blue-800">Czym jest Ticketwhat?</h4> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down " width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6 9l6 6l6 -6"></path></svg></div> <div class="pt-2 text-gray-600">Ticketwhat to innowacyjna platforma umożliwiająca użytkownikom rezerwację i zakup biletów lotniczych, hoteli oraz kompleksowych pakietów turystycznych na całym świecie.</div></div> <div class="py-4" data-svelte-h="svelte-1e6eewu"><div class="w-full h-[1px] bg-slate-200"></div></div><div><div class="flex items-center cursor-pointer justify-between text-blue-900"><h4 class="font-bold hover:text-blue-800">Jak mogę zarezerwować bilet lotniczy przez Ticketwhat?</h4> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down " width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6 9l6 6l6 -6"></path></svg></div> <div class="pt-2 text-gray-600">Aby zarezerwować bilet, wystarczy wprowadzić miejsce początkowe i końcowe, daty lotu, a następnie wybrać preferowaną linię lotniczą i klasę podróży. Po zakończeniu tych kroków, system Ticketwhat pokaże dostępne opcje lotu. Wybierz tę, która najbardziej Ci odpowiada, i przejdź do płatności.</div></div> <div class="py-4" data-svelte-h="svelte-1e6eewu"><div class="w-full h-[1px] bg-slate-200"></div></div><div><div class="flex items-center cursor-pointer justify-between text-blue-900"><h4 class="font-bold hover:text-blue-800">Jak mogę zarezerwować hotel przez Ticketwhat?</h4> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down " width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6 9l6 6l6 -6"></path></svg></div> <div class="pt-2 text-gray-600">Podobnie jak przy rezerwacji biletów lotniczych, wystarczy wpisać miejsce pobytu, daty zameldowania i wymeldowania oraz liczbę osób. Następnie wybierz hotel, który najbardziej Ci odpowiada, z listy wyników wyszukiwania, i przejdź do płatności.</div></div> <div class="py-4" data-svelte-h="svelte-1e6eewu"><div class="w-full h-[1px] bg-slate-200"></div></div><div><div class="flex items-center cursor-pointer justify-between text-blue-900"><h4 class="font-bold hover:text-blue-800">Czym są pakiety turystyczne Ticketwhat?</h4> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down " width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6 9l6 6l6 -6"></path></svg></div> <div class="pt-2 text-gray-600">Nasze pakiety turystyczne to kombinacje lotów, hoteli i atrakcji, które są zwykle tańsze, niż gdybyś rezerwował każdy element osobno. To świetna opcja dla tych, którzy chcą zaoszczędzić czas i pieniądze.</div></div> <div class="py-4" data-svelte-h="svelte-1e6eewu"><div class="w-full h-[1px] bg-slate-200"></div></div><div><div class="flex items-center cursor-pointer justify-between text-blue-900"><h4 class="font-bold hover:text-blue-800">Czy Ticketwhat oferuje zwroty?</h4> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down " width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6 9l6 6l6 -6"></path></svg></div> <div class="pt-2 text-gray-600">Zwroty zależą od polityki linii lotniczych, hoteli i dostawców usług turystycznych. Prosimy o zapoznanie się z warunkami rezerwacji przed dokonaniem zakupu.</div></div> <div class="py-4" data-svelte-h="svelte-1e6eewu"><div class="w-full h-[1px] bg-slate-200"></div></div><div><div class="flex items-center cursor-pointer justify-between text-blue-900"><h4 class="font-bold hover:text-blue-800">Jak mogę zmienić swoją rezerwację?</h4> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down " width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6 9l6 6l6 -6"></path></svg></div> <div class="pt-2 text-gray-600">Zmiany w rezerwacji zależą od polityki dostawców usług. Aby dowiedzieć się więcej, skontaktuj się z naszym działem obsługi klienta.</div></div> <div class="py-4" data-svelte-h="svelte-1e6eewu"><div class="w-full h-[1px] bg-slate-200"></div></div><div><div class="flex items-center cursor-pointer justify-between text-blue-900"><h4 class="font-bold hover:text-blue-800">Czy Ticketwhat oferuje ubezpieczenie podróżne?</h4> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down " width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6 9l6 6l6 -6"></path></svg></div> <div class="pt-2 text-gray-600">Tak, Ticketwhat oferuje opcje ubezpieczenia podróżnego, które można dodać podczas procesu rezerwacji. Szczegółowe informacje na temat oferty znajdziesz na stronie rezerwacji.</div></div> <div class="py-4" data-svelte-h="svelte-1e6eewu"><div class="w-full h-[1px] bg-slate-200"></div></div><div><div class="flex items-center cursor-pointer justify-between text-blue-900"><h4 class="font-bold hover:text-blue-800">Jak mogę skontaktować się z obsługą klienta Ticketwhat?</h4> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down " width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6 9l6 6l6 -6"></path></svg></div> <div class="pt-2 text-gray-600">Nasz zespół obsługi klienta jest dostępny codzienie od 9:00 do 16:00. Możesz się z nami skontaktować przez formularz kontaktowy na naszej stronie, przez czat na żywo lub e-mail.</div></div> <div class="py-4" data-svelte-h="svelte-1e6eewu"><div class="w-full h-[1px] bg-slate-200"></div></div><div><div class="flex items-center cursor-pointer justify-between text-blue-900"><h4 class="font-bold hover:text-blue-800">Jak mogę zaktualizować swoje informacje osobiste na Ticketwhat?</h4> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down " width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6 9l6 6l6 -6"></path></svg></div> <div class="pt-2 text-gray-600">Możesz zaktualizować swoje informacje osobiste, logując się na swoje konto Ticketwhat i wybierając "Ustawienia Konta".</div></div> <div class="py-4" data-svelte-h="svelte-1e6eewu"><div class="w-full h-[1px] bg-slate-200"></div></div><div><div class="flex items-center cursor-pointer justify-between text-blue-900"><h4 class="font-bold hover:text-blue-800">Czy Ticketwhat jest bezpieczny?</h4> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down " width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6 9l6 6l6 -6"></path></svg></div> <div class="pt-2 text-gray-600">Tak, bezpieczeństwo naszych użytkowników to dla nas priorytet. Używamy najnowszych technologii zabezpieczających, aby zapewnić bezpieczne i prywatne transakcje. Nasza polityka prywatności jest dostępna na naszej stronie internetowej.</div></div> <div class="py-4" data-svelte-h="svelte-1e6eewu"><div class="w-full h-[1px] bg-slate-200"></div></div></div></div></section>  </main> <footer class="svelte-16sor7o"><div class="bg-white"><div class="container grid w-full grid-cols-2 gap-y-4 py-8 text-[.8125rem] print:hidden md:grid-cols-4 md:gap-x-6 md:text-sm"><div class="px-2 lg:w-auto lg:px-0"><div class="text-xs font-semibold uppercase tracking-wide">Najtańsze loty</div> <div class="my-4 flex flex-col gap-y-2 text-gray-700"><a class="hover:text-blue-700" href="/tanie-loty-do-hiszpanii">Tanie loty do Hiszpanii </a><a class="hover:text-blue-700" href="/tanie-loty-do-portugalii">Tanie loty do Portgalii </a><a class="hover:text-blue-700" href="/tanie-loty-do-francji">Tanie loty do Francji </a><a class="hover:text-blue-700" href="/tanie-loty-do-grecji">Tanie loty do Grecji </a><a class="hover:text-blue-700" href="/tanie-loty-na-malte">Tanie loty na Maltę </a><a class="hover:text-blue-700" href="/tanie-loty-do-szwecji">Tanie loty do Szwecji </a></div></div> <div class="px-2 lg:w-auto lg:px-0"><div class="text-xs font-semibold uppercase tracking-wide">Popularne destynacje</div> <div class="my-4 flex flex-col gap-y-2 text-gray-700"><a class="hover:text-blue-700" href="/tanie-loty-do-rzymu">Tanie loty do Rzymu</a><a class="hover:text-blue-700" href="/tanie-loty-do-barcelony">Tanie loty do Barcelony</a><a class="hover:text-blue-700" href="/tanie-loty-do-paryza">Tanie loty do Paryża</a><a class="hover:text-blue-700" href="/tanie-loty-do-londynu">Tanie loty do Londynu</a><a class="hover:text-blue-700" href="/tanie-loty-do-lizbony">Tanie loty do Lizbony</a></div></div> <div class="px-2 lg:w-auto lg:px-0" data-svelte-h="svelte-gjxvjd"><div class="text-xs font-semibold uppercase tracking-wide">Skąd wylatujesz?</div> <div class="my-4 flex flex-col gap-y-2 text-gray-700"><a rel="nofollow" class="hover:text-blue-700" href="/search/PL:10905/ROM:16373/anytime/2-5/">Tanie loty z Warszawy</a> <a rel="nofollow" class="hover:text-blue-700" href="/search/PL:10905/ROM:16373/anytime/2-5/">Tanie loty z Gdańska</a> <a rel="nofollow" class="hover:text-blue-700" href="/search/PL:10905/ROM:16373/anytime/2-5/">Tanie loty z Poznania</a> <a rel="nofollow" class="hover:text-blue-700" href="/search/PL:10905/ROM:16373/anytime/2-5/">Tanie loty z Krakowa</a> <a rel="nofollow" class="hover:text-blue-700" href="/search/PL:10905/BCN:11623/anytime/2-5/">Tanie loty z Katowic</a></div></div> <div class="px-2 lg:w-auto lg:px-0"><div class="text-xs font-semibold uppercase tracking-wide" data-svelte-h="svelte-1bkh8tc">TicketWhat</div> <div class="my-4 flex flex-col gap-y-2 text-gray-700"><a class="hover:text-blue-700" href="/">Wyszukiwarka lotów</a> <a class="hover:text-blue-700" href="/stays">Noclegi</a> <a class="hover:text-blue-700" href="/bundles">Pakiety</a> <a class="hover:text-blue-700" href="/pages/privacy-policy">Polityka Prywatności</a> <a class="hover:text-blue-700" href="/pages/terms-of-use">Regulamin</a> <a class="hover:text-blue-700" href="/pages/ue">Projekty unijne</a> <a class="hover:text-blue-700" href="/pages/contact">Kontakt</a></div></div></div></div> <div class="flex flex-col gap-y-4 border-t border-gray-100 md:gap-x-6 md:gap-y-0"><div class="container py-6 md:py-4"><a href="/pages/ue" class="mx-auto block w-max" title="Znak Fundusze Europejskie"><div style="width:0.001px; height: 0.0001px;"></div> <picture><div style="" class="animate-pulse rounded bg-gray-200 mx-auto h-24 w-[calc(100vw-4rem)] object-contain print:h-[auto] print:min-h-[4rem] print:w-[auto] print:min-w-[14rem] md:h-[5rem] md:w-[40rem]"></div></picture></a></div> <div class="container flex flex-col items-center justify-center gap-x-12 gap-y-4 px-4 py-6 md:flex-row md:py-4"><div class="flex items-center gap-x-6"><div style="width:0.001px; height: 0.0001px;"></div> <picture><div style="" class="animate-pulse rounded bg-gray-200 h-5 object-contain"></div></picture> <div style="width:0.001px; height: 0.0001px;"></div> <picture><div style="" class="animate-pulse rounded bg-gray-200 h-5 object-contain"></div></picture> <div style="width:0.001px; height: 0.0001px;"></div> <picture><div style="" class="animate-pulse rounded bg-gray-200 h-5 object-contain"></div></picture>  </div> <div class="h-[1px] w-[2rem] border-b border-gray-200 md:h-[2rem] md:w-[1px] md:border-b-[0px] md:border-r"></div> <div class="text-sm font-medium tracking-normal text-gray-600">Śledź nas</div> <div class="flex justify-center space-x-6" data-svelte-h="svelte-1alppjl"><a target="_blank" href="https://www.facebook.com/ticketwhat" rel="nofollow" class="text-gray-400 hover:text-gray-500"><span class="sr-only">Facebook</span> <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" class="h-auto w-8" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M12.001 2.002c-5.522 0-9.999 4.477-9.999 9.999c0 4.99 3.656 9.126 8.437 9.879v-6.988h-2.54v-2.891h2.54V9.798c0-2.508 1.493-3.891 3.776-3.891c1.094 0 2.24.195 2.24.195v2.459h-1.264c-1.24 0-1.628.772-1.628 1.563v1.875h2.771l-.443 2.891h-2.328v6.988C18.344 21.129 22 16.992 22 12.001c0-5.522-4.477-9.999-9.999-9.999z" fill="currentColor"></path></svg></a> <a target="_blank" href="https://www.youtube.com/channel/UCc66hzd0PlqicZyvpwyDppA/about" rel="nofollow" class="text-gray-400 hover:text-gray-500"><span class="sr-only">YouTube</span> <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" class="h-auto w-8" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M21.593 7.203a2.506 2.506 0 0 0-1.762-1.766C18.265 5.007 12 5 12 5s-6.264-.007-7.831.404a2.56 2.56 0 0 0-1.766 1.778c-.413 1.566-.417 4.814-.417 4.814s-.004 3.264.406 4.814c.23.857.905 1.534 1.763 1.765c1.582.43 7.83.437 7.83.437s6.265.007 7.831-.403a2.515 2.515 0 0 0 1.767-1.763c.414-1.565.417-4.812.417-4.812s.02-3.265-.407-4.831zM9.996 15.005l.005-6l5.207 3.005l-5.212 2.995z" fill="currentColor"></path></svg></a></div></div></div> <div class="bg-white" data-svelte-h="svelte-140tco9"><div class="px-0 py-4 text-center text-sm tracking-wide text-black md:text-xs">© 2023 TicketWhat Sp. z o. o.</div></div></footer> 
			
			<script>
				{
					__sveltekit_q1f2jg = {
						base: new URL(".", location).pathname.slice(0, -1),
						env: {}
					};

					const element = document.currentScript.parentElement;

					const data = [{"type":"data","data":{locale:"pl",translations:{airlineFilter:{expand:"Rozwiń",inResults:"W wynikach",misc:"Other"},bookingForm:{accommodation:"Nocleg",guests:"Liczba gości",selectedAccommodation:"Wybrany nocleg",summaryTaxes:"Zawiera podatki i opłaty",summaryTitle:"Podsumowanie",summaryTotal:"Łącznie"},contact:{formContent:"Treść wiadomości",formEmail:"Twój adres e-mail",formPrivacyNotice:"Kontakt ze Spółką w sprawie ochrony danych osobowych jest możliwy pod adresem e-mail: kontakt@ticketwhat.pl.",formSubject:"Temat wiadomości",formSubmit:"Wyślij",formTitle:"Formularz kontaktowy",lead:"Obsługa Ticketwhat jest do Twojej dyspozycji. Zazwyczaj odpowiadamy maksymalnie w ciągu kilku godzin.",officeContent:"Ticketwhat Sp. z o.o., z siedzibą przy ul. Frezerów 3, 20-209 Lublin, wpisana do Krajowego Rejestru Sądowego pod numerem KRS 0000809810 i posługująca się numerem NIP 9462692646, zwana dalej „Spółka”.",officeTitle:"Biuro obsługi klienta",title:"Jak możemy Ci pomóc?"},features:{finding_deals_desc:"Wyszukuj wyjątkowe oferty wygodniej i w cenach niższych niż kiedykolwiek!",finding_deals_title:"Lubisz szukać wyjątkowych okazji?",service_desc:"Rezerwowanie nigdy nie było łatwiejsze. W razie problemów możesz polegać na wsparciu 24/7.",service_title:"Cenisz wygodę i przyjazną obsługę?",where_next_desc:"Łatwo odkrywaj nowe miejsca i planuj niezapomniane podróże.",where_next_title:"Gdzie wybierzesz się tym razem?"},flightsSearch:{loading:"Sprawdzamy najlepsze oferty..."},footer:{cheapest_flights:"Najtańsze loty",follow_us:"Śledź nas",linkContact:"Kontakt",linkPackages:"Pakiety",linkPrivacy:"Polityka Prywatności",linkSearch:"Wyszukiwarka lotów",linkStays:"Noclegi",linkToc:"Regulamin",linkUe:"Projekty unijne",popular_destinations:"Popularne destynacje"},hotelBundleResult:{book:"zarezerwuj 1 z tych 3, Zapłać {price} zł",instead:"Zamiast",save:"Oszczędzasz nawet do {discount}%",seeObject:"Zobaczysz obiekt od razu po płatności",whatObject:"Jaki obiekt otrzymam?",whatObjectTooltip:"Ticketwhat zestawia oferty 3 hoteli i proponuje jedną niższą cenę, w zamian za to, że o tym który hotel otrzymasz dowiesz się po płatności."},hotelResult:{checkAvailabilityButton:"Sprawdź dostępność",totalPriceForStayAndFlight:"całkowita cena za pobyt i lot"},hotelResultContent:{airConditioning:"Klimatyzacja",centralLocation:"Centralna lokalizacja",departure:"Wylot",disabledSupport:"Ułatwienia dla niepełnosprawnych",hotelClass:"standard {count} gwiazdek",kids:"Przyjazny dzieciom",return:"Powrót",suggestedRoom:"Sugerowany pokój"},landingSearch:{subtitle1:"Najlepsze oferty bez ograniczeń",subtitle2:"dokądkolwiek, kiedykolwiek.",title:"Podróżuj więcej, płacąc mniej"},layoverField:{any:"Dowolne",direct:"Bezpośrednio",one:"Maks. 1 przesiadka",two:"Maks. 2 przesiadki"},localeCurrency:"zł",menu:{deals:"Okazje",flights:"Tanie loty"},predictions:{desc:"Skorzystaj z innowacyjnych funkcji Ticketwhat odkrywając prognozy cen lotów i pakietów. Poznaj najlepszy czas na zakup biletów dzięki prognozom cen!",desc2:"Badamy miliony historycznych i aktualnych cen lotów i hoteli z ostatnich 5 lat z użyciem sztucznej inteligencji, abyś wiedział \u003Cspan class=\"font-semibold\">kiedy zarezerwować podróż, aby zaoszczędzić nawet do 30%\u003C/span>.",title:"My przewidujemy ceny,",title2:"Ty podróżujesz za mniej!"},predictionVis:{current:"Obecnie"},searchFilters:{airlinesTitle:"Linia lotnicza",contact:"Kontakt",layoverTitle:"Międzylądowania",needHelp:"Masz pytania?",needHelpDesc:"Nasi konsultanci są do Twojej dyspozycji"},searchForm:{bundlesSelectPassengersLabel:"Wybierz kto podróżuje:",datesField:{anytimeLabel:"Kiedykolwiek",calendarDay:{today:"Dzisiaj"},datesFieldDropdown:{doneButton:"Gotowe",oneWayButton:"W jedną stronę"},datesFielDropdown:{anytimeText:"Wybierając Kiedykolwiek znajdziesz najtańsze loty w dowolnych datach.",anytimeTitle:"Nie masz wybranych dat podróży?"},done:"Gotowe",nights:"Pobyt na {nights_from} - {nights_to} nocy",nightsLabel:"od {nightsFrom} do {nightsTo, plural, one {# noc} many {# nocy} other {# nocy}}",oneWayLabel:"W jedną stronę",tabs:{anytime:"Kiedykolwiek",nights:"Długość pobytu",range:"Zakres dat",single:"Wybrana data"}},departure:{label:"Wylot"},fly_from:{label:"Z"},fly_to:{label:"Do"},kind:{oneWay:"W jedną stronę",roundTrip:"W obie strony"},passengers:{adults:"Dorośli",adultsAge:"od 18 lat",children:"Dzieci",childrenAge:"2 - 18 lat",infants:"Niemowlęta",infantsAge:"do 2 lat",submit:"Gotowe"},placesField:{option:{anywhereText:"Znajdź ciekawy kierunek podróży wybierając opcję \u003Cspan class=\"font-medium\">Gdziekolwiek\u003C/span>.",anywhereTitle:"Nie wiesz dokąd się wybrać?"},optionList:{addOptionText:"Dodaj:",changeOptionText:"Zmień:",emptyResultsText:"Brak wyników.",selectedText:"Wybrane:",startSearchText:"Rozpocznij wpisywanie..."},placeholder1:"Spróbuj \"Barcelona\" ☀️...",placeholder2:"Fuerteventura\" 🌴?",placeholder3:"Zobacz \"Londyn\" 💂🏼‍♂️..."},return:{label:"Powrót"},search:{label:"Wyszukaj"}},searchResult:{book:"Rezerwuj",cheapest:"Najtańszy wybór",directFlight:"bez przesiadek",fastest:"Najszybszy",leastStops:"Najmniej przesiadek",nightsInDestination:"{nights} nocy w {destination}",stopoverAt:"przesiadka w "},stays:{availabilityParamsDescription:"Wyświetlane są dostępne opcje pobytu w \u003Cspan class=\"font-medium\">{destination}\u003C/span> \n\t\t\tod \u003Cspan class=\"font-medium\">{dateFrom, date, medium}\u003C/span> \n\t\t\tdo \u003Cspan class=\"font-medium\">{dateTo, date, medium}\u003C/span>, \n\t\t\tdla \u003Cspan class=\"font-medium\">\n\t\t\t\t{adults, plural, one {jednego dorosłego} other {# dorosłych}}{children, plural, =0 {} one { i jednego dziecka} other { i # dzieci}}\u003C/span>.\n\t\t\t",availabilityTitle:"Sprawdź dostępność",backToSearch:"Wróć do wyszukiwania",filters:{nameTitle:"Nazwa obiektu",ratingTitle:"Ocena",sortTitle:"Sortuj według",typeTitle:"Typ obiektu"},filter:{type:{any:"Dowolne",apartment:"Apartament",hotel:"Hotel"}},photoZoomTip:"Kliknij na zdjęcie aby je powiększyć",searchForm:{dropdown:{adults:"Dorośli",children:"Dzieci"},persons:{adults:"{adults, plural, one {# dorosły} many {# dorosłych} other {# dorosłych}}",children:"{children, plural, one {# dziecko} many {# dzieci} other {# dzieci}}"},resultsCount:"{total_results, plural, one {# wynik} many {# wyników} other {# wyników}}"},selectRoomButton:"Zobacz pokoje"},staysSearchFilters:{filterDistance:"Dystans do centrum",filterPrice:"Cena",filterRating:"Ocena",filterRecommended:"Rekomendowane",ratingFilter:{all:"Wszystkie"}},staysSearchForm:{buttonSearch:"Szukaj",dateFromLabel:"Od",dateToLabel:"Do",destinationLabel:"Cel podróży"},"Where do you start?":"Skąd wylatujesz?"}},"uses":{"route":1}},{"type":"data","data":(function(a,b,c,d,e){a.id="10845";a.name="Włochy";a.city_name=null;a.code="IT";a.type="COUNTRY";a.parents=["10745","10722"];b.id="10929";b.name="Hiszpania";b.city_name=null;b.code="ES";b.type="COUNTRY";b.parents=["10745","10722"];c.id="11623";c.name="Barcelona";c.city_name=null;c.code="BCN";c.type="CITY";c.parents=["10929","10745","10722"];d.id="16373";d.name="Rzym";d.city_name=null;d.code="ROM";d.type="CITY";d.parents=["10845","10745","10722"];e.id="15747";e.name="Paryż";e.city_name=null;e.code="PAR";e.type="CITY";e.parents=["10817","10748","10722"];return {title:"Bilety lotnicze - Wyszukiwarka tanich lotów - Ticketwhat.pl",initial:{fly_from:["WAW:17889"],fly_from_options:["KRK:14228","GDN:13234","WRO:18037","KTW:14045","PL:10905"],fly_to_options:["IT:10845","ES:10929","GB:10961","FR:10817","BCN:11623","ROM:16373","LON:14631","PAR:15747","VIE:17740","LIS:14582"],passengers:{adults:1,children:0,infants:0},date_from:"anytime",date_to:"2-10",kind:"TWO-WAY"},shortcuts:[{type:"text",content:"zainspiruj się 🛫 wybierz wiele miejsc"},{type:"shortcut",content:"Włochy, Hiszpania lub Portugalia",params:{fly_to:["IT:10845","ES:10929","PT:10906"]}},{type:"shortcut",content:"Rzym, Paryż lub Barcelona",params:{fly_to:["ROM:16373","PAR:15747","BCN:11623"]}},{type:"text",content:"a może"},{type:"shortcut",content:"Grecja lub Malta",params:{fly_to:["GR:10825","MT:10871"]}},{type:"text",content:"?"}],places:[{id:"17889",name:"Warszawa",city_name:null,code:"WAW",type:"CITY",parents:["10905","10731","10722"]},{id:"14228",name:"Kraków",city_name:null,code:"KRK",type:"CITY",parents:["10905","10731","10722"]},{id:"13234",name:"Gdańsk",city_name:null,code:"GDN",type:"CITY",parents:["10905","10731","10722"]},{id:"18037",name:"Wrocław",city_name:null,code:"WRO",type:"CITY",parents:["10905","10731","10722"]},{id:"14045",name:"Katowice",city_name:null,code:"KTW",type:"CITY",parents:["10905","10731","10722"]},{id:"10905",name:"Polska",city_name:null,code:"PL",type:"COUNTRY",parents:["10731","10722"]},a,b,{id:"10961",name:"Wielka Brytania",city_name:null,code:"GB",type:"COUNTRY",parents:["10739","10722"]},{id:"10817",name:"Francja",city_name:null,code:"FR",type:"COUNTRY",parents:["10748","10722"]},c,d,{id:"14631",name:"Londyn",city_name:null,code:"LON",type:"CITY",parents:["10961","10739","10722"]},e,{id:"17740",name:"Wiedeń",city_name:null,code:"VIE",type:"CITY",parents:["10761","10731","10722"]},{id:"14582",name:"Lizbona",city_name:null,code:"LIS",type:"CITY",parents:["10906","10745","10722"]},a,b,{id:"10906",name:"Portugalia",city_name:null,code:"PT",type:"COUNTRY",parents:["10745","10722"]},d,e,c,{id:"10825",name:"Grecja",city_name:null,code:"GR",type:"COUNTRY",parents:["10745","10722"]},{id:"10871",name:"Malta",city_name:null,code:"MT",type:"COUNTRY",parents:["10745","10722"]}],extra_data:{status:"OK",seo:{title:" już od 68 zł - Ticketwhat.pl",description:"",keywords:"",h1:""},initial:{origin_list:["PL:10905"],destination_list:[]},html:"",widgets:{cheapest_flights_from_poland:{faq:null,title:"Najlepsze okazje na tanie loty  z Polski",tiles_groups:[{label:"z Polski",tiles:[{img:"https://s.ticketwhat.pl/media/places/350x250/milan-15045.jpg",url:"/search/PL:10905/MIL:15045/anytime",city:"Mediolan",price:"68 zł",value:"RZE",origin:"Rzeszów",country:"Włochy",flights:[{date_str:"nd. 08.06",description:"Wizzair Malta, RZE-MXP",airline_code:"W4"}],destination:"Mediolan"},{img:"https://s.ticketwhat.pl/media/places/350x250/london-14631.jpg",url:"/search/PL:10905/LON:14631/anytime",city:"Londyn",price:"68 zł",value:"POZ",origin:"Poznań",country:"Wielka Brytania",flights:[{date_str:"wt. 20.05",description:"Wizzair UK, POZ-LTN",airline_code:"W9"}],destination:"Londyn"},{img:null,url:"/search/PL:10905/EIN:12899/anytime",city:"Eindhoven",price:"87 zł",value:"WRO",origin:"Wrocław",country:"Holandia",flights:[{date_str:"czw. 05.06",description:"Wizzair, WRO-EIN",airline_code:"W6"}],destination:"Eindhoven"},{img:"https://s.ticketwhat.pl/media/places/350x250/rome-16373.jpg",url:"/search/PL:10905/ROM:16373/anytime",city:"Rzym",price:"87 zł",value:"POZ",origin:"Poznań",country:"Włochy",flights:[{date_str:"pt. 30.05",description:"Wizzair Malta, POZ-FCO",airline_code:"W4"}],destination:"Rzym"},{img:"https://s.ticketwhat.pl/media/places/350x250/paris-15747.jpg",url:"/search/PL:10905/PAR:15747/anytime",city:"Paryż",price:"106 zł",value:"GDN",origin:"Gdańsk",country:"Francja",flights:[{date_str:"śr. 28.05",description:"Wizzair, GDN-BVA",airline_code:"W6"}],destination:"Paryż"},{img:"https://s.ticketwhat.pl/media/places/350x250/berlin-11776.jpg",url:"/search/PL:10905/BER:11776/anytime",city:"Berlin",price:"674 zł",value:"WAW",origin:"Warszawa",country:"Niemcy",flights:[{date_str:"so. 20.09",description:"LOT, WAW-BER",airline_code:"LO"}],destination:"Berlin"}],value:"PL",button:{url:"/search/PL:10905/anywhere/anytime",label:"Więcej tanich lotów z Polski"},price_from:68},{label:"z Warszawy",tiles:[{img:"https://s.ticketwhat.pl/media/places/350x250/milan-15045.jpg",url:"/search/WAW:17889/MIL:15045/anytime",city:"Mediolan",price:"87 zł",value:"WAW",origin:"Warszawa",country:"Włochy",flights:[{date_str:"czw. 29.05",description:"Wizzair Malta, WAW-MXP",airline_code:"W4"}],destination:"Mediolan"},{img:"https://s.ticketwhat.pl/media/places/350x250/london-14631.jpg",url:"/search/WAW:17889/LON:14631/anytime",city:"Londyn",price:"87 zł",value:"WAW",origin:"Warszawa",country:"Wielka Brytania",flights:[{date_str:"pt. 23.05",description:"Wizzair, WAW-LTN",airline_code:"W6"}],destination:"Londyn"},{img:null,url:"/search/WAW:17889/TIA:17371/anytime",city:"Tirana",price:"126 zł",value:"WAW",origin:"Warszawa",country:"Albania",flights:[{date_str:"pon. 19.05",description:"Wizzair Malta, WAW-TIA",airline_code:"W4"}],destination:"Tirana"},{img:"https://s.ticketwhat.pl/media/places/350x250/rome-16373.jpg",url:"/search/WAW:17889/ROM:16373/anytime",city:"Rzym",price:"126 zł",value:"WAW",origin:"Warszawa",country:"Włochy",flights:[{date_str:"czw. 12.06",description:"Wizzair Malta, WAW-FCO",airline_code:"W4"}],destination:"Rzym"},{img:"https://s.ticketwhat.pl/media/places/350x250/paris-15747.jpg",url:"/search/WAW:17889/PAR:15747/anytime",city:"Paryż",price:"154 zł",value:"WAW",origin:"Warszawa",country:"Francja",flights:[{date_str:"wt. 27.05",description:"Wizzair, WAW-ORY",airline_code:"W6"}],destination:"Paryż"},{img:"https://s.ticketwhat.pl/media/places/350x250/berlin-11776.jpg",url:"/search/WAW:17889/BER:11776/anytime",city:"Berlin",price:"674 zł",value:"WAW",origin:"Warszawa",country:"Niemcy",flights:[{date_str:"so. 20.09",description:"LOT, WAW-BER",airline_code:"LO"}],destination:"Berlin"}],value:"WAW",button:{url:"/search/WAW:17889/anywhere/anytime",label:"Więcej tanich lotów z Warszawy"},price_from:87},{label:"z Krakowa",tiles:[{img:"https://s.ticketwhat.pl/media/places/350x250/london-14631.jpg",url:"/search/KRK:14228/LON:14631/anytime",city:"Londyn",price:"78 zł",value:"KRK",origin:"Kraków",country:"Wielka Brytania",flights:[{date_str:"śr. 21.05",description:"Wizzair, KRK-LTN",airline_code:"W6"}],destination:"Londyn"},{img:"https://s.ticketwhat.pl/media/places/350x250/milan-15045.jpg",url:"/search/KRK:14228/MIL:15045/anytime",city:"Mediolan",price:"87 zł",value:"KRK",origin:"Kraków",country:"Włochy",flights:[{date_str:"śr. 11.06",description:"Wizzair, KRK-MXP",airline_code:"W6"}],destination:"Mediolan"},{img:"https://s.ticketwhat.pl/media/places/350x250/rome-16373.jpg",url:"/search/KRK:14228/ROM:16373/anytime",city:"Rzym",price:"106 zł",value:"KRK",origin:"Kraków",country:"Włochy",flights:[{date_str:"wt. 10.06",description:"Wizzair, KRK-FCO",airline_code:"W6"}],destination:"Rzym"},{img:null,url:"/search/KRK:14228/TIA:17371/anytime",city:"Tirana",price:"160 zł",value:"KRK",origin:"Kraków",country:"Albania",flights:[{date_str:"śr. 24.09",description:"Wizzair Malta, KRK-TIA",airline_code:"W4"}],destination:"Tirana"},{img:"https://s.ticketwhat.pl/media/places/350x250/paris-15747.jpg",url:"/search/KRK:14228/PAR:15747/anytime",city:"Paryż",price:"234 zł",value:"KRK",origin:"Kraków",country:"Francja",flights:[{date_str:"wt. 07.10",description:"EasyJet UK, KRK-CDG",airline_code:"U2"}],destination:"Paryż"}],value:"KRK",button:{url:"/search/KRK:14228/anywhere/anytime",label:"Więcej tanich lotów z Krakowa"},price_from:78},{label:"z Gdańska",tiles:[{img:"https://s.ticketwhat.pl/media/places/350x250/london-14631.jpg",url:"/search/GDN:13234/LON:14631/anytime",city:"Londyn",price:"70 zł",value:"GDN",origin:"Gdańsk",country:"Wielka Brytania",flights:[{date_str:"śr. 25.06",description:"Wizzair, GDN-LTN",airline_code:"W6"}],destination:"Londyn"},{img:"https://s.ticketwhat.pl/media/places/350x250/milan-15045.jpg",url:"/search/GDN:13234/MIL:15045/anytime",city:"Mediolan",price:"106 zł",value:"GDN",origin:"Gdańsk",country:"Włochy",flights:[{date_str:"nd. 15.06",description:"Wizzair, GDN-MXP",airline_code:"W6"}],destination:"Mediolan"},{img:"https://s.ticketwhat.pl/media/places/350x250/paris-15747.jpg",url:"/search/GDN:13234/PAR:15747/anytime",city:"Paryż",price:"106 zł",value:"GDN",origin:"Gdańsk",country:"Francja",flights:[{date_str:"śr. 28.05",description:"Wizzair, GDN-BVA",airline_code:"W6"}],destination:"Paryż"},{img:"https://s.ticketwhat.pl/media/places/350x250/rome-16373.jpg",url:"/search/GDN:13234/ROM:16373/anytime",city:"Rzym",price:"106 zł",value:"GDN",origin:"Gdańsk",country:"Włochy",flights:[{date_str:"śr. 07.05",description:"Wizzair, GDN-FCO",airline_code:"W6"}],destination:"Rzym"}],value:"GDN",button:{url:"/search/GDN:13234/anywhere/anytime",label:"Więcej tanich lotów z Gdańska"},price_from:70},{label:"z Poznania",tiles:[{img:"https://s.ticketwhat.pl/media/places/350x250/london-14631.jpg",url:"/search/POZ:16046/LON:14631/anytime",city:"Londyn",price:"68 zł",value:"POZ",origin:"Poznań",country:"Wielka Brytania",flights:[{date_str:"czw. 15.05",description:"Wizzair UK, POZ-LTN",airline_code:"W9"}],destination:"Londyn"},{img:"https://s.ticketwhat.pl/media/places/350x250/rome-16373.jpg",url:"/search/POZ:16046/ROM:16373/anytime",city:"Rzym",price:"87 zł",value:"POZ",origin:"Poznań",country:"Włochy",flights:[{date_str:"pt. 30.05",description:"Wizzair Malta, POZ-FCO",airline_code:"W4"}],destination:"Rzym"}],value:"POZ",button:{url:"/search/POZ:16046/anywhere/anytime",label:"Więcej tanich lotów z Poznania"},price_from:68},{label:"z Katowic",tiles:[{img:"https://s.ticketwhat.pl/media/places/350x250/london-14631.jpg",url:"/search/KTW:14045/LON:14631/anytime",city:"Londyn",price:"78 zł",value:"KTW",origin:"Katowice",country:"Wielka Brytania",flights:[{date_str:"śr. 21.05",description:"Wizzair, KTW-LTN",airline_code:"W6"}],destination:"Londyn"},{img:"https://s.ticketwhat.pl/media/places/350x250/rome-16373.jpg",url:"/search/KTW:14045/ROM:16373/anytime",city:"Rzym",price:"106 zł",value:"KTW",origin:"Katowice",country:"Włochy",flights:[{date_str:"so. 07.06",description:"Wizzair, KTW-FCO",airline_code:"W6"}],destination:"Rzym"}],value:"KTW",button:{url:"/search/KTW:14045/anywhere/anytime",label:"Więcej tanich lotów z Katowic"},price_from:78},{label:"z Wrocławia",tiles:[{img:"https://s.ticketwhat.pl/media/places/350x250/london-14631.jpg",url:"/search/WRO:18037/LON:14631/anytime",city:"Londyn",price:"78 zł",value:"WRO",origin:"Wrocław",country:"Wielka Brytania",flights:[{date_str:"so. 17.05",description:"Wizzair, WRO-LTN",airline_code:"W6"}],destination:"Londyn"}],value:"WRO",button:{url:"/search/WRO:18037/anywhere/anytime",label:"Więcej tanich lotów z Wrocławia"},price_from:78}]},destinations_grid:{cities_grid:[{flag:"fr",link:"/tanie-loty-do-paryza",label:"Tanie Loty do Paryża",price_from:19},{flag:"es",link:"/tanie-loty-do-barcelony",label:"Tanie Loty do Barcelony",price_from:19},{flag:"it",link:"/tanie-loty-do-rzymu",label:"Tanie Loty do Rzymu",price_from:19},{flag:"es",link:"/tanie-loty-do-alicante",label:"Tanie Loty do Alicante",price_from:null},{flag:"it",link:"/tanie-loty-do-wenecji",label:"Tanie Loty do Wenecji",price_from:null},{flag:"ch",link:"/tanie-loty-do-zurychu",label:"Tanie Loty do Zurychu",price_from:null},{flag:"es",link:"/tanie-loty-na-sewilli",label:"Tanie Loty na Sewilli",price_from:null},{flag:"se",link:"/tanie-loty-do-goteborga",label:"Tanie Loty do Goteborga",price_from:null},{flag:"no",link:"/tanie-loty-do-oslo",label:"Tanie Loty do Oslo",price_from:null},{flag:"pt",link:"/tanie-loty-do-lizbony",label:"Tanie Loty do Lizbony",price_from:null},{flag:"ie",link:"/tanie-loty-do-dublina",label:"Tanie Loty do Dublina",price_from:null},{flag:"gr",link:"/tanie-loty-na-rodos",label:"Tanie Loty na Rodos",price_from:null},{flag:"se",link:"/tanie-loty-do-sztokholmu",label:"Tanie Loty do Sztokholmu",price_from:null},{flag:"es",link:"/tanie-loty-na-majorke",label:"Tanie Loty na Majorkę",price_from:null},{flag:"gb",link:"/tanie-loty-do-londynu",label:"Tanie Loty do Londynu",price_from:null},{flag:"it",link:"/tanie-loty-do-bolonii",label:"Tanie Loty do Bolonii",price_from:null},{flag:"de",link:"/tanie-loty-do-monachium",label:"Tanie Loty do Monachium",price_from:null},{flag:"it",link:"/tanie-loty-do-mediolanu",label:"Tanie Loty do Mediolanu",price_from:null},{flag:"dk",link:"/tanie-loty-do-kopenhagi",label:"Tanie Loty do Kopenhagi",price_from:null},{flag:"nl",link:"/tanie-loty-do-eindhoven",label:"Tanie Loty do Eindhoven",price_from:null},{flag:"pt",link:"/tanie-loty-na-madere",label:"Tanie Loty do Funchal",price_from:null},{flag:"nl",link:"/tanie-loty-do-amsterdamu",label:"Tanie Loty do Amsterdamu",price_from:null},{flag:"cz",link:"/tanie-loty-do-pragi",label:"Tanie Loty do Pragi",price_from:null},{flag:"at",link:"/tanie-loty-do-wiednia",label:"Tanie Loty do Wiednia",price_from:null},{flag:"es",link:"/tanie-loty-do-malagi",label:"Tanie Loty do Malagi",price_from:null},{flag:"es",link:"/tanie-loty-na-teneryfe",label:"Tanie Loty na Teneryfę",price_from:null},{flag:"it",link:"/tanie-loty-do-bari",label:"Tanie Loty do Bari",price_from:null},{flag:"ge",link:"/tanie-loty-do-kutaisi",label:"Tanie Loty do Kutaisi",price_from:null},{flag:"it",link:"/tanie-loty-do-katanii",label:"Tanie Loty do Katanii",price_from:null},{flag:"bg",link:"/tanie-loty-do-burgas",label:"Tanie Loty do Burgas",price_from:null},{flag:"ae",link:"/tanie-loty-do-dubaju",label:"Tanie Loty do Dubaju",price_from:null},{flag:"us",link:"/tanie-loty-do-nowego-jorku",label:"Tanie Loty do Nowego Jorku",price_from:null},{flag:"it",link:"/tanie-loty-do-florencji",label:"Tanie Loty do Florencji",price_from:null},{flag:"es",link:"/tanie-loty-do-madrytu",label:"Tanie Loty do Madrytu",price_from:null},{flag:"be",link:"/tanie-loty-do-brukseli",label:"Tanie Loty do Brukseli",price_from:null},{flag:"gr",link:"/tanie-loty-do-aten",label:"Tanie Loty do Aten",price_from:null},{flag:"it",link:"/tanie-loty-do-palermo",label:"Tanie Loty do Palermo",price_from:null}],countries_grid:[{flag:"no",link:"/tanie-loty-do-norwegii",label:"Tanie Loty do Norwegii",price_from:68},{flag:"it",link:"/tanie-loty-do-wloch",label:"Tanie Loty do Włoch",price_from:68},{flag:"se",link:"/tanie-loty-do-szwecji",label:"Tanie Loty do Szwecji",price_from:68},{flag:"al",link:"/tanie-loty-do-albanii",label:"Tanie Loty do Albanii",price_from:70},{flag:"fr",link:"/tanie-loty-do-francji",label:"Tanie Loty do Francji",price_from:106},{flag:"mt",link:"/tanie-loty-na-malte",label:"Tanie Loty na Maltę",price_from:126},{flag:"gr",link:"/tanie-loty-do-grecji",label:"Tanie Loty do Grecji",price_from:126},{flag:"es",link:"/tanie-loty-do-hiszpanii",label:"Tanie Loty do Hiszpanii",price_from:130},{flag:"cy",link:"/tanie-loty-na-cypr",label:"Tanie Loty na Cypr",price_from:135},{flag:"is",link:"/tanie-loty-na-islandie",label:"Tanie Loty na Islandię",price_from:240},{flag:"pt",link:"/tanie-loty-do-portugalii",label:"Tanie Loty do Portugalii",price_from:297},{flag:"th",link:"/tanie-loty-do-tajlandii",label:"Tanie Loty do Tajlandii",price_from:6995},{flag:"mx",link:"/tanie-loty-do-meksyku",label:"Tanie Loty do Meksyku",price_from:8531}]},product_schema:{"@context":"http://schema.org","@type":"Product",name:" już od 68 zł - Ticketwhat.pl",description:"",aggregateRating:{"@type":"AggregateRating",ratingValue:"4.96",reviewCount:"163"}}},breadcrumbs:[{title:"Ticketwhat",link:"https://www.ticketwhat.pl/",current:true}]},meta:{doIndex:true}}}({},{},{},{},{})),"uses":{"route":1}}];

					Promise.all([
						import("./_app/immutable/entry/start.b898a0be.js"),
						import("./_app/immutable/entry/app.0dd39ddf.js")
					]).then(([kit, app]) => {
						kit.start(app, element, {
							node_ids: [0, 7],
							data,
							form: null,
							error: null
						});
					});

					if ('serviceWorker' in navigator) {
						addEventListener('load', function () {
							navigator.serviceWorker.register('./service-worker.js');
						});
					}
				}
			</script>
		</div>
</body>

</html>