Подарък с преживяване
Ваучери за въздушни приключения
Подари полет с парапланер, скок с парашут, полет със самолет или друго въздушно приключение. Ако не си сигурен кой ваучер е подходящ, отговори на няколко въпроса и ще те насочим.
12 месеца валидност
Електронен или физически ваучер
Име и лично послание
Полети целогодишно при подходящи метеоусловия
.fa-voucher-hero-compact{
--fa-blue:#168fc7;
--fa-violet:#635bff;
--fa-gold:#d9a441;
--fa-text:#102033;
--fa-muted:#617187;
position:relative;
overflow:hidden;
font-family:inherit;
color:var(--fa-text);
padding:46px 0;
isolation:isolate;
background:#edf8ff;
}
.fa-voucher-hero-compact *{
box-sizing:border-box;
}
.fa-vhc-bg{
position:absolute;
inset:0;
background-image:url('/wp-content/uploads/2022/03/sopot-mountain-panorama-flight-hero-1600x900-1.webp');
background-size:cover;
background-position:center center;
opacity:.18;
z-index:-3;
}
.fa-vhc-overlay{
position:absolute;
inset:0;
background:
radial-gradient(circle at 10% 18%, rgba(22,143,199,.20), transparent 30%),
radial-gradient(circle at 88% 20%, rgba(217,164,65,.14), transparent 28%),
radial-gradient(circle at 76% 80%, rgba(99,91,255,.14), transparent 32%),
linear-gradient(135deg, rgba(237,248,255,.94) 0%, rgba(247,243,255,.90) 48%, rgba(255,247,239,.92) 100%);
z-index:-2;
}
.fa-vhc-inner{
width:min(1220px, calc(100% - 48px));
margin:0 auto;
display:grid;
grid-template-columns:minmax(0, 1.1fr) 300px;
gap:32px;
align-items:center;
padding:34px 36px;
border-radius:34px;
background:rgba(255,255,255,.62);
border:1px solid rgba(255,255,255,.72);
box-shadow:0 20px 50px rgba(67,80,130,.10);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);
}
.fa-vhc-label{
display:inline-flex;
width:fit-content;
margin-bottom:12px;
padding:8px 13px;
border-radius:999px;
background:rgba(255,255,255,.76);
border:1px solid rgba(22,143,199,.16);
color:#168fc7;
font-size:13px;
line-height:1;
font-weight:950;
letter-spacing:.04em;
text-transform:uppercase;
box-shadow:0 8px 18px rgba(67,80,130,.06);
}
.fa-vhc-content h1{
max-width:720px;
margin:0;
color:#102033;
font-size:clamp(36px, 4.2vw, 58px);
line-height:1.04;
letter-spacing:-.05em;
font-weight:950;
}
.fa-vhc-content p{
max-width:720px;
margin:16px 0 0;
color:#617187;
font-size:17px;
line-height:1.58;
font-weight:700;
}
.fa-vhc-actions{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-top:24px;
}
.fa-vhc-btn{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:50px;
padding:0 23px;
border-radius:16px;
text-decoration:none !important;
font-size:15.5px;
line-height:1;
font-weight:900;
transition:all .24s ease;
}
.fa-vhc-btn-main{
color:#fff !important;
background:linear-gradient(135deg, #168fc7 0%, #2f6df6 54%, #635bff 82%, #d9a441 100%);
box-shadow:0 14px 30px rgba(22,143,199,.24);
}
.fa-vhc-btn-light{
color:#0b3b5a !important;
background:rgba(255,255,255,.84);
border:1px solid rgba(22,143,199,.18);
box-shadow:0 10px 22px rgba(67,80,130,.07);
}
.fa-vhc-btn:hover{
transform:translateY(-2px);
box-shadow:0 20px 38px rgba(47,109,246,.20);
}
.fa-vhc-benefits{
display:grid;
grid-template-columns:repeat(2, minmax(0, 1fr));
gap:8px 18px;
margin:22px 0 0;
padding:0;
list-style:none;
}
.fa-vhc-benefits li{
position:relative;
padding-left:24px;
color:#44576e;
font-size:14.5px;
line-height:1.35;
font-weight:800;
}
.fa-vhc-benefits li::before{
content:"✓";
position:absolute;
left:0;
top:0;
color:#168fc7;
font-weight:950;
}
.fa-vhc-visual{
justify-self:end;
width:100%;
max-width:260px;
overflow:hidden;
border-radius:22px;
background:#fff;
border:1px solid rgba(255,255,255,.74);
box-shadow:0 18px 38px rgba(30,55,90,.14);
}
.fa-vhc-visual img{
display:block;
width:100%;
height:auto;
}
/* Tablet */
@media(max-width:980px){
.fa-vhc-inner{
grid-template-columns:1fr;
}
.fa-vhc-visual{
justify-self:start;
max-width:240px;
}
}
/* Mobile */
@media(max-width:640px){
.fa-voucher-hero-compact{
padding:28px 0 36px;
}
.fa-vhc-inner{
width:calc(100% - 24px);
padding:24px;
border-radius:28px;
gap:22px;
}
.fa-vhc-label{
font-size:12px;
padding:7px 12px;
margin-bottom:12px;
}
.fa-vhc-content h1{
font-size:34px;
line-height:1.05;
}
.fa-vhc-content p{
font-size:15.5px;
line-height:1.58;
margin-top:14px;
}
.fa-vhc-actions{
gap:10px;
margin-top:22px;
}
.fa-vhc-btn{
width:100%;
min-height:50px;
border-radius:15px;
font-size:15px;
}
.fa-vhc-benefits{
grid-template-columns:1fr;
gap:8px;
margin-top:18px;
}
.fa-vhc-benefits li{
font-size:13.8px;
}
.fa-vhc-visual{
justify-self:center;
max-width:190px;
border-radius:18px;
}
}
Помощ при избор
Отговори на 5 въпроса
Ще те насочим към най-подходящия ваучер според човека, повода, локацията и бюджета.
Отговори на въпросите
1. За кого е подаръкът?
За един човек
За двама
За дете
Не съм сигурен
2. Какво преживяване търсиш?
Спокойно и красиво
Класически полет с парапланер
По-силна емоция
Авиационно преживяване
3. Къде е удобно?
Сопот / Сливен
Море
София / Витоша
Габрово / Скалско
Няма значение
4. Какъв бюджет си предвидил?
До 100 €
100–180 €
180–300 €
Над 300 €
Не съм сигурен
5. Какво е най-важно?
Лесна организация
Красиво преживяване
По-силна емоция
Да е подходящо за подарък
Нашите предложения
Избери отговори и ще покажем подходящи ваучери.
Ако не си сигурен, избери „Не съм сигурен“ — ще ти предложим най-гъвкавите варианти.
Покажи подходящите ваучери
.fa-voucher-finder{
--fa-blue:#168fc7;
--fa-violet:#635bff;
--fa-gold:#d9a441;
--fa-text:#102033;
--fa-muted:#617187;
font-family:inherit;
color:var(--fa-text);
background:
radial-gradient(circle at 12% 18%, rgba(22,143,199,.10), transparent 28%),
radial-gradient(circle at 88% 20%, rgba(217,164,65,.10), transparent 28%),
radial-gradient(circle at 76% 80%, rgba(99,91,255,.10), transparent 30%),
linear-gradient(135deg, #edf8ff 0%, #f7f3ff 48%, #fff7ef 100%);
padding:28px 0 38px;
}
.fa-voucher-finder *{
box-sizing:border-box;
}
.fa-vf-inner{
width:min(1220px, calc(100% - 48px));
margin:0 auto;
}
.fa-vf-head{
max-width:820px;
margin-bottom:14px;
}
.fa-vf-head span{
display:inline-flex;
width:fit-content;
margin-bottom:10px;
padding:7px 12px;
border-radius:999px;
background:rgba(255,255,255,.76);
border:1px solid rgba(22,143,199,.16);
color:#168fc7;
font-size:12px;
line-height:1;
font-weight:950;
letter-spacing:.04em;
text-transform:uppercase;
box-shadow:0 8px 18px rgba(67,80,130,.06);
}
.fa-vf-head h2{
margin:0;
color:#102033;
font-size:clamp(28px, 3.2vw, 42px);
line-height:1.08;
letter-spacing:-.045em;
font-weight:950;
}
.fa-vf-head p{
max-width:760px;
margin:10px 0 0;
color:#617187;
font-size:15.5px;
line-height:1.5;
font-weight:700;
}
.fa-vf-toggle{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:44px;
margin-top:16px;
padding:0 22px;
border:0;
border-radius:15px;
cursor:pointer;
color:#fff;
background:linear-gradient(135deg, #168fc7 0%, #2f6df6 54%, #635bff 82%, #d9a441 100%);
box-shadow:0 14px 30px rgba(22,143,199,.22);
font-size:14.5px;
line-height:1;
font-weight:950;
transition:all .22s ease;
}
.fa-vf-toggle:hover{
transform:translateY(-2px);
box-shadow:0 18px 36px rgba(47,109,246,.22);
}
.fa-vf-panel{
display:none;
grid-template-columns:minmax(0, 1fr) 310px;
gap:14px;
align-items:start;
margin-top:18px;
}
.fa-voucher-finder.is-open .fa-vf-panel{
display:grid;
}
.fa-vf-questions{
display:grid;
grid-template-columns:1fr 1fr;
gap:9px;
}
.fa-vf-question{
padding:13px 14px;
border-radius:18px;
background:
radial-gradient(circle at 12% 12%, rgba(255,255,255,.42), transparent 28%),
linear-gradient(135deg, rgba(255,255,255,.62) 0%, rgba(255,255,255,.42) 100%);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);
border:1px solid rgba(255,255,255,.70);
box-shadow:0 10px 24px rgba(67,80,130,.06);
}
.fa-vf-question-wide{
grid-column:1 / -1;
}
.fa-vf-question h3{
margin:0 0 8px;
color:#102033;
font-size:15px;
line-height:1.2;
font-weight:900;
letter-spacing:-.02em;
}
.fa-vf-options{
display:flex;
flex-wrap:wrap;
gap:6px;
}
.fa-vf-options button{
min-height:30px;
padding:5px 10px;
border-radius:999px;
cursor:pointer;
border:1px solid rgba(22,143,199,.16);
background:rgba(255,255,255,.68);
color:#18334f;
font-size:12px;
line-height:1.15;
font-weight:800;
box-shadow:none;
transition:all .22s ease;
}
.fa-vf-options button:hover{
background:rgba(255,255,255,.92);
color:#0b3b5a;
border-color:rgba(22,143,199,.28);
box-shadow:0 6px 14px rgba(67,80,130,.08);
}
.fa-vf-options button.is-selected{
color:#fff;
border-color:transparent;
background:linear-gradient(135deg, #168fc7 0%, #2f6df6 60%, #635bff 100%);
box-shadow:0 8px 18px rgba(47,109,246,.16);
}
.fa-vf-result{
position:sticky;
top:110px;
}
.fa-vf-result-card{
padding:16px;
border-radius:20px;
background:
radial-gradient(circle at 10% 18%, rgba(22,143,199,.12), transparent 30%),
radial-gradient(circle at 88% 14%, rgba(217,164,65,.12), transparent 28%),
linear-gradient(135deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.46) 100%);
border:1px solid rgba(255,255,255,.72);
box-shadow:0 16px 38px rgba(67,80,130,.09);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);
}
.fa-vf-result-label{
display:inline-flex;
width:fit-content;
margin-bottom:9px;
padding:6px 10px;
border-radius:999px;
background:rgba(255,255,255,.76);
border:1px solid rgba(22,143,199,.16);
color:#168fc7;
font-size:10.5px;
line-height:1;
font-weight:950;
letter-spacing:.04em;
text-transform:uppercase;
}
.fa-vf-result-card h3{
margin:0;
color:#102033;
font-size:18px;
line-height:1.15;
font-weight:950;
letter-spacing:-.035em;
}
.fa-vf-result-card p{
margin:8px 0 0;
color:#617187;
font-size:13px;
line-height:1.45;
font-weight:700;
}
.fa-vf-show{
display:flex;
align-items:center;
justify-content:center;
width:100%;
min-height:40px;
margin-top:12px;
border:0;
border-radius:13px;
cursor:pointer;
color:#fff;
background:linear-gradient(135deg, #168fc7 0%, #2f6df6 54%, #635bff 82%, #d9a441 100%);
box-shadow:0 14px 30px rgba(22,143,199,.24);
font-size:13.5px;
font-weight:900;
}
.fa-vf-suggestions{
display:grid;
gap:8px;
margin-top:12px;
}
.fa-vf-suggestion{
display:block;
padding:10px 11px;
border-radius:13px;
text-decoration:none !important;
background:rgba(255,255,255,.78);
border:1px solid rgba(22,143,199,.14);
color:#102033 !important;
box-shadow:0 8px 18px rgba(67,80,130,.06);
}
.fa-vf-suggestion strong{
display:block;
font-size:13px;
line-height:1.2;
font-weight:950;
}
.fa-vf-suggestion span{
display:block;
margin-top:3px;
color:#66758b;
font-size:11.8px;
line-height:1.35;
font-weight:700;
}
/* Tablet */
@media(max-width:980px){
.fa-vf-panel{
grid-template-columns:1fr;
}
.fa-vf-result{
position:relative;
top:auto;
}
.fa-vf-questions{
grid-template-columns:1fr 1fr;
}
}
/* Mobile */
@media(max-width:640px){
.fa-voucher-finder{
padding:24px 0 32px;
}
.fa-vf-inner{
width:calc(100% - 24px);
}
.fa-vf-head{
margin-bottom:14px;
}
.fa-vf-head h2{
font-size:28px;
}
.fa-vf-head p{
font-size:14.5px;
line-height:1.5;
}
.fa-vf-toggle{
width:100%;
min-height:46px;
font-size:14px;
border-radius:14px;
}
.fa-vf-questions{
grid-template-columns:1fr;
gap:9px;
}
.fa-vf-question{
padding:12px;
border-radius:17px;
}
.fa-vf-question h3{
font-size:14.5px;
margin-bottom:7px;
}
.fa-vf-options{
display:grid;
grid-template-columns:1fr 1fr;
gap:7px;
}
.fa-vf-options button{
min-height:30px;
padding:6px 7px;
border-radius:999px;
font-size:11.8px;
line-height:1.15;
white-space:normal;
}
.fa-vf-result-card{
padding:15px;
border-radius:18px;
}
.fa-vf-result-card h3{
font-size:17px;
}
.fa-vf-result-card p{
font-size:12.8px;
}
.fa-vf-show{
min-height:40px;
font-size:13.5px;
border-radius:13px;
}
.fa-vf-suggestion{
padding:10px;
border-radius:13px;
}
.fa-vf-suggestion strong{
font-size:13px;
}
.fa-vf-suggestion span{
font-size:11.5px;
}
}
/* Very small phones */
@media(max-width:390px){
.fa-vf-options{
grid-template-columns:1fr;
}
}
(function(){
const section = document.querySelector('.fa-voucher-finder');
if(!section) return;
const toggle = section.querySelector('#fa-vf-toggle');
const suggestionsEl = section.querySelector('#fa-vf-suggestions');
const showBtn = section.querySelector('#fa-vf-show');
const selections = {};
function openFinder(){
section.classList.add('is-open');
if(toggle){
toggle.setAttribute('aria-expanded', 'true');
toggle.textContent = 'Скрий въпросите';
}
}
function closeFinder(){
section.classList.remove('is-open');
if(toggle){
toggle.setAttribute('aria-expanded', 'false');
toggle.textContent = 'Отговори на въпросите';
}
}
if(toggle){
toggle.addEventListener('click', function(){
if(section.classList.contains('is-open')){
closeFinder();
}else{
openFinder();
}
});
}
/* Ако линк от друга част на страницата води към #izbor, отваряме помощника */
document.addEventListener('click', function(e){
const link = e.target.closest('a[href="#izbor"]');
if(!link) return;
setTimeout(function(){
openFinder();
}, 80);
});
if(window.location.hash === '#izbor'){
openFinder();
}
window.addEventListener('hashchange', function(){
if(window.location.hash === '#izbor'){
openFinder();
}
});
section.querySelectorAll('.fa-vf-options button').forEach(function(btn){
btn.addEventListener('click', function(){
const group = btn.closest('.fa-vf-options');
const question = group.getAttribute('data-question');
group.querySelectorAll('button').forEach(function(item){
item.classList.remove('is-selected');
});
btn.classList.add('is-selected');
selections[question] = btn.getAttribute('data-value');
});
});
const vouchers = {
sopot: {
title: 'Полет с парапланер в Сопот',
text: 'Класически планински полет и добър избор за първи път.',
link: '/shop/vaucheri/sopot-paket-s-paraplaner/'
},
sliven: {
title: 'Полет с парапланер в Сливен',
text: 'Гъвкава локация с различни стартове според вятъра.',
link: '/shop/vaucheri-polet-skok-paraplaner/polet-s-paraplaner-sliven/'
},
sea: {
title: 'Полет с парапланер край морето',
text: 'Спокойно и красиво летене в топлите месеци.',
link: '/shop/vaucheri-polet-skok-paraplaner/paket-paraplaner-more/'
},
vitosha: {
title: 'Полет с парапланер Витоша / София',
text: 'Полет близо до София за хора, които обичат планината.',
link: '/shop/vaucheri-polet-skok-paraplaner/paraplaner-sofia/'
},
skalsko: {
title: 'Полет с парапланер Скалско',
text: 'Природна локация за Северна и Централна България.',
link: '/shop/vaucheri-polet-skok-paraplaner/polet-s-paraplaner-skalsko/'
},
choice: {
title: 'Локация по избор',
text: 'Най-гъвкавият вариант, когато не си сигурен къде ще е удобно.',
link: '/shop/vaucheri-polet-skok-paraplaner/lokacia-izbor/'
},
couple: {
title: 'Полет за двама',
text: 'Споделено преживяване за двойка или приятели.',
link: '/shop/vaucheri/polet-s-paraplaner-za-dvama/'
},
kids: {
title: 'Полет за деца',
text: 'Подарък за деца и тийнейджъри от 6 до 18 години.',
link: '/shop/vaucheri/polet-s-paraplaner-deca/'
},
mega: {
title: 'Мега емоции',
text: 'Премиум преживяване за хора, които търсят нещо по-специално.',
link: '/shop/vaucheri/vaucher-s-paraplaner/'
},
skydive: {
title: 'Скок с парашут',
text: 'Силна адреналинова емоция със свободно падане.',
link: '/shop/vaucheri/skok-s-parashut/'
},
plane: {
title: 'Полет със самолет',
text: 'Авиационно преживяване за любители на самолетите и гледките.',
link: '/shop/vaucheri/polet-samolet/'
}
};
function unique(arr){
return arr.filter(function(item, index){
return arr.indexOf(item) === index;
});
}
function getSuggestions(){
let result = [];
if(selections.person === 'two') result.push('couple');
if(selections.person === 'child') result.push('kids');
if(selections.type === 'calm') result.push('sea', 'sopot', 'choice');
if(selections.type === 'classic') result.push('sopot', 'sliven', 'skalsko');
if(selections.type === 'adrenaline') result.push('skydive', 'mega');
if(selections.type === 'aviation') result.push('plane');
if(selections.place === 'mountain') result.push('sopot', 'sliven');
if(selections.place === 'sea') result.push('sea');
if(selections.place === 'sofia') result.push('vitosha');
if(selections.place === 'north') result.push('skalsko');
if(selections.place === 'any') result.push('choice', 'sopot');
if(selections.budget === 'low') result.push('sopot', 'sea', 'sliven', 'skalsko');
if(selections.budget === 'mid') result.push('sopot', 'sliven', 'mega');
if(selections.budget === 'high') result.push('couple', 'choice', 'skydive');
if(selections.budget === 'premium') result.push('mega', 'couple');
if(selections.priority === 'easy') result.push('choice', 'sopot');
if(selections.priority === 'beautiful') result.push('sea', 'sopot', 'skalsko');
if(selections.priority === 'strong') result.push('skydive', 'mega');
if(selections.priority === 'gift') result.push('choice', 'couple', 'sopot');
if(result.length === 0){
result = ['choice', 'sopot', 'sea'];
}
return unique(result).slice(0, 3);
}
if(showBtn){
showBtn.addEventListener('click', function(){
const ids = getSuggestions();
suggestionsEl.innerHTML = ids.map(function(id){
const item = vouchers[id];
return '
' +
'' + item.title + ' ' +
'' + item.text + ' ' +
' ';
}).join('');
});
}
})();
Бърз избор
Избери ваучер според преживяването
Избери локация или тип въздушно преживяване и ще те заведем директно до подробностите за подходящия ваучер.
.fa-visual-voucher-nav{
--fa-blue:#168fc7;
--fa-violet:#635bff;
--fa-gold:#d9a441;
--fa-text:#102033;
--fa-muted:#617187;
font-family:inherit;
color:var(--fa-text);
background:
radial-gradient(circle at 12% 18%, rgba(22,143,199,.10), transparent 28%),
radial-gradient(circle at 88% 20%, rgba(217,164,65,.10), transparent 28%),
radial-gradient(circle at 76% 80%, rgba(99,91,255,.10), transparent 30%),
linear-gradient(135deg, #edf8ff 0%, #f7f3ff 48%, #fff7ef 100%);
padding:34px 0 44px;
}
.fa-visual-voucher-nav *{
box-sizing:border-box;
}
.fa-vvn-inner{
width:min(1220px, calc(100% - 48px));
margin:0 auto;
}
.fa-vvn-head{
max-width:860px;
margin-bottom:18px;
}
.fa-vvn-head span{
display:inline-flex;
width:fit-content;
margin-bottom:10px;
padding:7px 12px;
border-radius:999px;
background:rgba(255,255,255,.76);
border:1px solid rgba(22,143,199,.16);
color:#168fc7;
font-size:12px;
line-height:1;
font-weight:950;
letter-spacing:.04em;
text-transform:uppercase;
box-shadow:0 8px 18px rgba(67,80,130,.06);
}
.fa-vvn-head h2{
margin:0;
color:#102033;
font-size:clamp(30px, 3.4vw, 46px);
line-height:1.08;
letter-spacing:-.045em;
font-weight:950;
}
.fa-vvn-head p{
max-width:780px;
margin:10px 0 0;
color:#617187;
font-size:15.5px;
line-height:1.55;
font-weight:700;
}
.fa-vvn-grid{
display:grid;
grid-template-columns:repeat(4, 1fr);
gap:12px;
}
.fa-vvn-card{
overflow:hidden;
display:block;
border-radius:20px;
text-decoration:none !important;
background:
linear-gradient(135deg, rgba(255,255,255,.68) 0%, rgba(255,255,255,.44) 100%);
border:1px solid rgba(255,255,255,.72);
box-shadow:0 14px 34px rgba(67,80,130,.08);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);
transition:all .24s ease;
}
.fa-vvn-card:hover{
transform:translateY(-4px);
box-shadow:0 22px 48px rgba(67,80,130,.14);
border-color:rgba(120,155,210,.45);
}
.fa-vvn-img{
height:112px;
overflow:hidden;
background:#e8f4ff;
}
.fa-vvn-img img{
display:block;
width:100%;
height:100%;
object-fit:cover;
transition:transform .35s ease;
}
.fa-vvn-card:hover .fa-vvn-img img{
transform:scale(1.05);
}
.fa-vvn-body{
padding:10px 12px 12px;
}
.fa-vvn-body h3{
margin:0;
color:#102033;
font-size:17px;
line-height:1.1;
font-weight:950;
letter-spacing:-.025em;
}
.fa-vvn-body p{
margin:4px 0 0;
color:#66758b;
font-size:12.5px;
line-height:1.25;
font-weight:750;
}
.fa-vvn-body span{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:24px;
margin-top:7px;
padding:0 9px;
border-radius:999px;
color:#168fc7;
background:rgba(255,255,255,.78);
border:1px solid rgba(22,143,199,.16);
font-size:12px;
line-height:1;
font-weight:950;
}
/* Tablet */
@media(max-width:1024px){
.fa-vvn-grid{
grid-template-columns:repeat(3, 1fr);
}
.fa-vvn-img{
height:106px;
}
}
/* Mobile - 3 cards per row */
@media(max-width:640px){
.fa-visual-voucher-nav{
padding:26px 0 36px;
}
.fa-vvn-inner{
width:calc(100% - 18px);
}
.fa-vvn-head{
margin-bottom:14px;
}
.fa-vvn-head h2{
font-size:28px;
}
.fa-vvn-head p{
font-size:14px;
line-height:1.5;
}
.fa-vvn-grid{
grid-template-columns:repeat(3, 1fr);
gap:7px;
}
.fa-vvn-card{
border-radius:15px;
}
.fa-vvn-img{
height:74px;
}
.fa-vvn-body{
padding:8px 6px 9px;
}
.fa-vvn-body h3{
font-size:13px;
line-height:1.1;
}
.fa-vvn-body p{
display:none;
}
.fa-vvn-body span{
min-height:22px;
margin-top:6px;
padding:0 6px;
font-size:10px;
}
}
/* Very small phones */
@media(max-width:380px){
.fa-vvn-grid{
gap:7px;
}
.fa-vvn-img{
height:70px;
}
.fa-vvn-body h3{
font-size:12.5px;
}
.fa-vvn-body span{
font-size:10px;
}
}
Как работи?
Пътят от ваучер до полет
Процесът е лесен: избираш ваучер, получаваш го като подарък, правиш резервация и летим при подходящи метеоусловия.
🛒
Стъпка едно
Купуваш ваучер
Избираш въздушно преживяване и завършваш поръчката онлайн.
🎁
Стъпка две
Получаваш подаръка
Избираш електронен или физически ваучер, с име и лично послание.
📅
Стъпка три
Правиш резервация
Получателят избира удобна дата през сайта или се свързва с нас за съдействие.
🪂
Финал
Летим при подходящи условия
Полетът се потвърждава според прогнозата, метеоусловията и графика на екипа.
.fa-voucher-journey{
--fa-blue:#168fc7;
--fa-violet:#635bff;
--fa-gold:#d9a441;
--fa-text:#102033;
--fa-muted:#617187;
font-family:inherit;
color:var(--fa-text);
background:
radial-gradient(circle at 12% 18%, rgba(22,143,199,.10), transparent 28%),
radial-gradient(circle at 88% 20%, rgba(217,164,65,.10), transparent 28%),
radial-gradient(circle at 76% 80%, rgba(99,91,255,.10), transparent 30%),
linear-gradient(135deg, #edf8ff 0%, #f7f3ff 48%, #fff7ef 100%);
padding:34px 0 46px;
}
.fa-voucher-journey *{
box-sizing:border-box;
}
.fa-vj-inner{
width:min(1220px, calc(100% - 48px));
margin:0 auto;
}
.fa-vj-head{
max-width:850px;
margin-bottom:22px;
}
.fa-vj-head span{
display:inline-flex;
width:fit-content;
margin-bottom:10px;
padding:7px 12px;
border-radius:999px;
background:rgba(255,255,255,.76);
border:1px solid rgba(22,143,199,.16);
color:#168fc7;
font-size:12px;
line-height:1;
font-weight:950;
letter-spacing:.04em;
text-transform:uppercase;
box-shadow:0 8px 18px rgba(67,80,130,.06);
}
.fa-vj-head h2{
margin:0;
color:#102033;
font-size:clamp(30px, 3.4vw, 46px);
line-height:1.08;
letter-spacing:-.045em;
font-weight:950;
}
.fa-vj-head p{
max-width:780px;
margin:10px 0 0;
color:#617187;
font-size:15.5px;
line-height:1.55;
font-weight:700;
}
.fa-vj-path{
position:relative;
display:grid;
grid-template-columns:repeat(4, 1fr);
gap:14px;
}
.fa-vj-path::before{
content:"";
position:absolute;
left:7%;
right:7%;
top:42px;
height:2px;
background:linear-gradient(90deg, rgba(22,143,199,.24), rgba(99,91,255,.22), rgba(217,164,65,.22));
z-index:0;
}
.fa-vj-step{
position:relative;
z-index:1;
min-height:210px;
padding:18px;
border-radius:24px;
background:
radial-gradient(circle at 12% 12%, rgba(255,255,255,.48), transparent 28%),
linear-gradient(135deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.48) 100%);
border:1px solid rgba(255,255,255,.74);
box-shadow:0 14px 34px rgba(67,80,130,.08);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);
transition:all .24s ease;
}
.fa-vj-step:hover{
transform:translateY(-4px);
box-shadow:0 22px 48px rgba(67,80,130,.13);
border-color:rgba(120,155,210,.45);
}
.fa-vj-icon{
width:50px;
height:50px;
margin-bottom:16px;
display:flex;
align-items:center;
justify-content:center;
border-radius:17px;
background:rgba(255,255,255,.84);
border:1px solid rgba(22,143,199,.16);
box-shadow:0 10px 22px rgba(67,80,130,.07);
font-size:24px;
}
.fa-vj-content span{
display:block;
margin-bottom:7px;
color:#168fc7;
font-size:11.5px;
line-height:1;
font-weight:950;
letter-spacing:.04em;
text-transform:uppercase;
}
.fa-vj-content h3{
margin:0;
color:#102033;
font-size:20px;
line-height:1.16;
font-weight:950;
letter-spacing:-.025em;
}
.fa-vj-content p{
margin:9px 0 0;
color:#66758b;
font-size:14px;
line-height:1.5;
font-weight:750;
}
.fa-vj-bottom{
margin-top:18px;
padding:16px 18px;
border-radius:22px;
background:rgba(255,255,255,.56);
border:1px solid rgba(22,143,199,.12);
box-shadow:0 10px 24px rgba(67,80,130,.055);
}
.fa-vj-bottom a{
color:#0b3b5a !important;
text-decoration:none !important;
font-size:15px;
line-height:1.4;
font-weight:900;
}
.fa-vj-bottom a:hover{
color:#168fc7 !important;
}
/* Tablet */
@media(max-width:1024px){
.fa-vj-path{
grid-template-columns:repeat(2, 1fr);
}
.fa-vj-path::before{
display:none;
}
}
/* Mobile */
@media(max-width:640px){
.fa-voucher-journey{
padding:26px 0 36px;
}
.fa-vj-inner{
width:calc(100% - 24px);
}
.fa-vj-head{
margin-bottom:18px;
}
.fa-vj-head h2{
font-size:28px;
}
.fa-vj-head p{
font-size:14px;
line-height:1.5;
}
.fa-vj-path{
display:block;
position:relative;
padding-left:18px;
}
.fa-vj-path::after{
content:"";
position:absolute;
left:18px;
top:12px;
bottom:12px;
width:2px;
background:linear-gradient(180deg, rgba(22,143,199,.28), rgba(99,91,255,.24), rgba(217,164,65,.24));
}
.fa-vj-step{
position:relative;
min-height:auto;
margin-bottom:12px;
margin-left:16px;
padding:15px;
border-radius:20px;
}
.fa-vj-step:last-child{
margin-bottom:0;
}
.fa-vj-icon{
position:absolute;
left:-45px;
top:16px;
width:36px;
height:36px;
margin:0;
border-radius:13px;
font-size:17px;
z-index:2;
}
.fa-vj-content span{
font-size:10.5px;
}
.fa-vj-content h3{
font-size:17px;
}
.fa-vj-content p{
font-size:13px;
line-height:1.45;
}
.fa-vj-bottom{
margin-top:14px;
padding:14px 15px;
border-radius:18px;
}
.fa-vj-bottom a{
font-size:14px;
}
}
Последна стъпка
Готов ли си да подариш небе?
Избери ваучер за въздушно преживяване или отговори на кратките въпроси, за да намериш най-подходящия подарък.
🎁
Ваучер за подарък
електронен или физически
🪂
Истинско преживяване
полет при подходящи условия
📅
12 месеца валидност
време за удобна дата
.fa-voucher-final-motion{
--fa-blue:#168fc7;
--fa-violet:#635bff;
--fa-gold:#d9a441;
--fa-text:#102033;
--fa-muted:#617187;
font-family:inherit;
color:var(--fa-text);
background:
radial-gradient(circle at 12% 18%, rgba(22,143,199,.13), transparent 30%),
radial-gradient(circle at 88% 14%, rgba(217,164,65,.13), transparent 30%),
radial-gradient(circle at 74% 84%, rgba(99,91,255,.13), transparent 32%),
linear-gradient(135deg, #edf8ff 0%, #f7f3ff 48%, #fff7ef 100%);
padding:36px 0 56px;
overflow:hidden;
}
.fa-voucher-final-motion *{
box-sizing:border-box;
}
.fa-vfm-inner{
position:relative;
width:min(1220px, calc(100% - 48px));
margin:0 auto;
min-height:360px;
display:grid;
grid-template-columns:minmax(0, 1fr) 390px;
gap:30px;
align-items:center;
padding:42px;
border-radius:38px;
background:
radial-gradient(circle at 12% 12%, rgba(255,255,255,.58), transparent 30%),
linear-gradient(135deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.46) 100%);
border:1px solid rgba(255,255,255,.76);
box-shadow:0 24px 62px rgba(67,80,130,.12);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);
overflow:hidden;
}
.fa-vfm-bg-shape{
position:absolute;
border-radius:999px;
filter:blur(2px);
opacity:.55;
pointer-events:none;
}
.fa-vfm-shape-one{
width:220px;
height:220px;
left:-70px;
top:-70px;
background:radial-gradient(circle, rgba(22,143,199,.22), transparent 70%);
animation:faFloatSoft 7s ease-in-out infinite;
}
.fa-vfm-shape-two{
width:260px;
height:260px;
right:-80px;
bottom:-90px;
background:radial-gradient(circle, rgba(99,91,255,.20), transparent 70%);
animation:faFloatSoft 8s ease-in-out infinite reverse;
}
.fa-vfm-shape-three{
width:190px;
height:190px;
right:20%;
top:-80px;
background:radial-gradient(circle, rgba(217,164,65,.18), transparent 70%);
animation:faFloatSoft 9s ease-in-out infinite;
}
.fa-vfm-content,
.fa-vfm-side{
position:relative;
z-index:2;
}
.fa-vfm-label{
display:inline-flex;
width:fit-content;
margin-bottom:13px;
padding:8px 13px;
border-radius:999px;
background:rgba(255,255,255,.78);
border:1px solid rgba(22,143,199,.16);
color:#168fc7;
font-size:12px;
line-height:1;
font-weight:950;
letter-spacing:.04em;
text-transform:uppercase;
box-shadow:0 8px 18px rgba(67,80,130,.06);
}
.fa-vfm-content h2{
max-width:720px;
margin:0;
color:#102033;
font-size:clamp(38px, 5.3vw, 72px);
line-height:1.02;
letter-spacing:-.055em;
font-weight:950;
}
.fa-vfm-content h2 span{
background:linear-gradient(135deg, #168fc7 0%, #2f6df6 45%, #635bff 72%, #d9a441 100%);
-webkit-background-clip:text;
background-clip:text;
color:transparent;
}
.fa-vfm-content p{
max-width:720px;
margin:18px 0 0;
color:#617187;
font-size:18px;
line-height:1.62;
font-weight:750;
}
.fa-vfm-actions{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-top:28px;
}
.fa-vfm-btn{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:52px;
padding:0 24px;
border-radius:17px;
text-decoration:none !important;
font-size:15.5px;
line-height:1;
font-weight:950;
transition:all .24s ease;
}
.fa-vfm-btn-main{
color:#fff !important;
background:linear-gradient(135deg, #168fc7 0%, #2f6df6 54%, #635bff 82%, #d9a441 100%);
box-shadow:0 16px 34px rgba(22,143,199,.26);
}
.fa-vfm-btn-light{
color:#0b3b5a !important;
background:rgba(255,255,255,.82);
border:1px solid rgba(22,143,199,.18);
box-shadow:0 10px 22px rgba(67,80,130,.07);
}
.fa-vfm-btn:hover{
transform:translateY(-2px);
box-shadow:0 22px 44px rgba(47,109,246,.22);
}
.fa-vfm-side{
min-height:280px;
}
.fa-vfm-mini-card{
position:absolute;
width:250px;
padding:18px;
border-radius:24px;
background:rgba(255,255,255,.74);
border:1px solid rgba(255,255,255,.76);
box-shadow:0 18px 38px rgba(67,80,130,.10);
backdrop-filter:blur(16px);
-webkit-backdrop-filter:blur(16px);
}
.fa-vfm-mini-card span{
display:flex;
align-items:center;
justify-content:center;
width:42px;
height:42px;
margin-bottom:12px;
border-radius:15px;
background:rgba(255,255,255,.86);
border:1px solid rgba(22,143,199,.14);
font-size:21px;
}
.fa-vfm-mini-card strong{
display:block;
color:#102033;
font-size:17px;
line-height:1.18;
font-weight:950;
}
.fa-vfm-mini-card small{
display:block;
margin-top:6px;
color:#66758b;
font-size:13px;
line-height:1.35;
font-weight:750;
}
.fa-vfm-float-one{
top:4px;
right:40px;
animation:faCardFloat 5.8s ease-in-out infinite;
}
.fa-vfm-float-two{
top:105px;
right:118px;
animation:faCardFloat 6.5s ease-in-out infinite reverse;
}
.fa-vfm-float-three{
bottom:2px;
right:10px;
animation:faCardFloat 7.2s ease-in-out infinite;
}
@keyframes faFloatSoft{
0%,100%{
transform:translate3d(0,0,0) scale(1);
}
50%{
transform:translate3d(14px,-12px,0) scale(1.04);
}
}
@keyframes faCardFloat{
0%,100%{
transform:translateY(0);
}
50%{
transform:translateY(-10px);
}
}
/* Tablet */
@media(max-width:1024px){
.fa-vfm-inner{
grid-template-columns:1fr;
}
.fa-vfm-side{
min-height:auto;
display:grid;
grid-template-columns:repeat(3, 1fr);
gap:12px;
}
.fa-vfm-mini-card{
position:relative;
width:auto;
inset:auto;
animation:none;
}
}
/* Mobile */
@media(max-width:640px){
.fa-voucher-final-motion{
padding:26px 0 40px;
}
.fa-vfm-inner{
width:calc(100% - 24px);
padding:26px 20px;
border-radius:28px;
gap:22px;
}
.fa-vfm-label{
font-size:11.5px;
padding:7px 11px;
}
.fa-vfm-content h2{
font-size:40px;
}
.fa-vfm-content p{
font-size:14.5px;
line-height:1.55;
}
.fa-vfm-actions{
gap:10px;
margin-top:22px;
}
.fa-vfm-btn{
width:100%;
min-height:50px;
border-radius:15px;
font-size:15px;
}
.fa-vfm-side{
grid-template-columns:1fr;
gap:10px;
}
.fa-vfm-mini-card{
display:grid;
grid-template-columns:42px 1fr;
gap:12px;
align-items:center;
padding:14px;
border-radius:20px;
}
.fa-vfm-mini-card span{
margin:0;
}
.fa-vfm-mini-card small{
margin-top:4px;
}
}
/* намаляване на движение при потребители с motion preference */
@media (prefers-reduced-motion: reduce){
.fa-vfm-bg-shape,
.fa-vfm-mini-card{
animation:none !important;
}
}
/* Mobile fix for final CTA mini cards */
@media(max-width:640px){
.fa-vfm-side{
grid-template-columns:1fr;
gap:8px;
}
.fa-vfm-mini-card{
display:flex !important;
align-items:center;
gap:12px;
width:100%;
padding:12px 14px;
border-radius:18px;
}
.fa-vfm-mini-card span{
flex:0 0 38px;
width:38px;
height:38px;
margin:0;
border-radius:14px;
font-size:18px;
}
.fa-vfm-mini-card strong{
font-size:15px;
line-height:1.2;
}
.fa-vfm-mini-card small{
font-size:12.5px;
line-height:1.25;
margin-top:3px;
}
}