- 1 Обрати каюту
- 2 Ваші дані
- 3 Підтвердження
MSC World America
- Дата прибуття: 09.10.2027 р.
- Регіон: Карибські острови
- Порт відправлення: Miami, United States
- Порт прибуття: Miami, United States
- Харчування: ALL (NO DRINKS)
- Тривалість круїзу: 7 ночей / 8 днів
| День | Порт | Прибуття | Від’їзд |
|---|---|---|---|
| 09.10. Субота | Майамі, Флорида, США | 16:30 | |
| 10.10. Неділя | у морі | ||
| 11.10. Понеділок | о. Роатан, Гондурас | 09:00 | 18:00 |
| 12.10. Вівторок | Коста Майа, Мексика | 08:00 | 17:00 |
| 13.10. Середа | Косумель, Мексика | 08:00 | 19:00 |
| 14.10. Четвер | у морі | ||
| 15.10. П'ятниця | Ocean Cay MSC Marine Reserve,Bahamas | 07:00 | 18:00 |
| 16.10. Субота | Майамі, Флорида, США | 07:00 |
Лайнер MSC World America
- Кількість палуб: 0
- Довжина: 0 м
0 && (min === null || price < min)){
min = price;
}
}
}
return min;
},
tariffMinLabel(promo){
const min = this.tariffMinAmount(promo);
if(min === null){ return ''; }
const code = this.pricesCodes[this.selectedCurrency] ?? '';
return this.fromWord + ' ' + formatPrice(min) + (code ? ' ' + code : '');
},
firstTypeIn(){
const group = this.currentGroup();
for(let type in this.typesOfCabin){
if(group[type]) return type;
}
return Object.keys(group)[0] ?? '';
},
hasAnyPrice(entry){
return !!entry && (entry['EUR'] > 0 || entry['USD'] > 0 || entry['UAH'] > 0);
},
selectPromo(promo){
this.selectedPromo = promo;
this.openCabin = null;
if(!this.currentGroup()[this.selectCabinType]){
this.selectCabinType = this.firstTypeIn();
}
},
receiveCruises(){
this.numberOfAdults = Math.min(4, Math.max(1, parseInt(this.numberOfAdults) || 2));
this.numberOfChildren = Math.min(4, Math.max(0, parseInt(this.numberOfChildren) || 0));
this.receivingCruises = true;
this.loadFailed = false;
this.openCabin = null;
let that = this;
this.prices={};
this.priceGroups={};
this.promos=[];
fetch('https://cruise-life.pro/uk/cruise/show_cabins/553',
{
method:'POST',
headers: {
'Content-Type': 'application/x-www-form-urlencoded',
'Accept': 'application/json',
},
body: new URLSearchParams({ adults: this.numberOfAdults, children: this.numberOfChildren }),
}
).then(function(r){
if(!r.ok){ throw new Error('show_cabins HTTP '+r.status); }
return r.json();
}).then(function(obj){
that.requestedPrices = true;
that.promos_with_description = obj.promos_with_description ?? {};
that.pricesCodes = obj.pricesCodes ?? [];
that.prices = obj.prices ?? {};
that.promos = obj.promos ?? [];
that.typesOfCabin = obj.typesOfCabin ?? {};
that.priceGroups = that.promos.length ? that.prices : {'': that.prices};
that.selectedPromo = that.promos.length ? that.promos[0] : '';
that.selectCabinType = that.firstTypeIn();
// Snapshot the occupancy these prices were computed for, so the
// step-1 links carry what was priced even if the inputs change.
that.appliedAdults = that.numberOfAdults;
that.appliedChildren = that.numberOfChildren;
if (window.updateCruiseFromPriceButton) {
window.updateCruiseFromPriceButton('553', that.prices);
}
}).catch(function(e){
console.error('Error in show_cabins:', e);
that.loadFailed = true;
}).finally(function(){
that.receivingCruises = false;
});
},
getStep3Url(cabin, promo=null){
// Applied (priced) occupancy, not the live inputs — editing the party
// after prices load must not silently reprice the step-1 hand-off.
const params = new URLSearchParams({
cruise_id: '553',
adults: this.appliedAdults ?? this.numberOfAdults,
children: (this.appliedChildren ?? this.numberOfChildren) || 0,
cabin_category_id: cabin,
});
if(promo){
params.set('promo', promo);
}
return 'https://cruise-life.pro/uk/cruise/booking_info' + '?' + params.toString();
}
}"
x-init="
selectedCurrency = localStorage.getItem('currency-in-search') ?? 'UAH';
// Prefetch prices for the default party while the visitor is still reading
// the description above — no click needed before the first price paints.
if ('IntersectionObserver' in window) {
const io = new IntersectionObserver((entries) => {
if (entries.some((e) => e.isIntersecting)) { io.disconnect(); receiveCruises(); }
}, { rootMargin: '800px 0px' });
io.observe($el);
} else {
receiveCruises();
}
"
>
Критерії пошуку
Не вдалося завантажити ціни. Спробуйте ще раз.
На жаль, для такого складу подорожуючих немає кают із цінами.
від
1 568 €
1 788 $
81 693 грн
Обрати каюту
Схожі круїзи
Карибські острови
Лайнер :
Serenade of the Seas
Маршрут:
Тампа, Флорида, США, В море, Нассау, Багамські острови, В море, SAMANA - DOMINICAN REPUBLIC, о. Лабаді, Гаїті, Гранд Терк,Теркс і Кайкос, В море, В море, Тампа, Флорида, США
Дата:
22.10.2027
на 9 ночей
Харчування :
ALL (NO DRINKS)
Карибські острови
Лайнер :
MSC Seascape
Маршрут:
Галвестон, Техас, США, у морі, Косумель, Мексика, Коста Майа, Мексика, у морі, Галвестон, Техас, США
Дата:
24.10.2027
на 5 ночей
Харчування :
ALL (NO DRINKS)
Ціни
I
Внутрішня
52 517грн.
1 149USD
1 008EUR
OЗ вікном
62 937грн.
1 377USD
1 208EUR
B
Балкон
68 147грн.
1 491USD
1 308EUR
S
Люкс
214 548грн.
4 695USD
4 118EUR
Для актуалізації ціни необхідно натиснути "Докладніше". Ціна вказана за каюту
Карибські острови
Лайнер :
Celebrity Silhouette
Маршрут:
Форт-Лодердейл, Флорида, США, Кі-Уест, Флорида, США, В море, Perfect Day at CocoCay, Багамы, Форт-Лодердейл, Флорида, США
Дата:
26.10.2027
на 4 ночі
Харчування :
ALL (NO DRINKS)
Ціни
I
Внутрішня
57 939грн.
1 268USD
1 112EUR
B
Балкон
74 848грн.
1 638USD
1 437EUR
S
Люкс
166 248грн.
3 638USD
3 191EUR
Для актуалізації ціни необхідно натиснути "Докладніше". Ціна вказана за каюту
Карибські острови
Лайнер :
Independence of the Seas
Маршрут:
Порт Кейп Ліберті, Нью Джерсі, США, В море, Кінгс-Варф, Бермудські о-ви, В море, В море, Ораньестад, Аруба, В море, Джордж Таун, Гранд Кайман, В море, Майамі, Флорида, США
Дата:
28.10.2027
на 9 ночей
Харчування :
ALL (NO DRINKS)
Ціни
B
Балкон
160 510грн.
3 512USD
3 081EUR
S
Люкс
335 541грн.
7 342USD
6 440EUR
Для актуалізації ціни необхідно натиснути "Докладніше". Ціна вказана за каюту