
Симиланские острова 11
Лучший снорклинг на Пхукете! Национальный парк с кристально чистой водой, белоснежными пляжами и удивительным подводным миром.
Теги экскурсии
Описание
Симиланские острова 11
Лучший снорклинг на Пхукете! Национальный парк с кристально чистой водой, белоснежными пляжами и удивительным подводным миром.
2850 ฿
за человека
2200 ฿
Бесплатная отмена за 24 часа
Описание
Однодневная экскурсия на знаменитые Симиланские острова — один из лучших мест для снорклинга в мире.
Посещение 3-4 островов архипелага, снорклинг у коралловых рифов, отдых на белоснежных пляжах, подъем на знаменитую Парусную скалу.
Программа:
Дополнительные расходы
Входной билет в национальный парк — 500 бат взрослый / 300 бат ребенок
Трансфер из Као Лака — 1500 бат за машину туда-обратно
Взять с собой
Купальник (надеть заранее)
Полотенце для пляжа
Солнцезащитный крем SPF 50+
Головной убор и солнечные очки
Аквашузы или коралловые тапочки
Рашгард или футболка для защиты от солнца
Водонепроницаемый чехол для телефона
Наличные для входа в парк
Отзывы
Анна К.
3 дня назад
Потрясающая экскурсия! Все было организовано на высшем уровне. Особенно понравились ранний старт и малое количество туристов. Майя Бэй была практически пустая!
Михаил П.
неделю назад
Семья осталась в полном восторге! Дети не хотели уезжать с пляжа. Снорклинг был невероятный — видели много тропических рыб. Гид очень профессиональный.
/* Основные стили страницы тура */
.tisland-tour-page {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
font-family: system-ui, -apple-system, sans-serif;
}
/* Хлебные крошки */
.tour-breadcrumbs {
margin-bottom: 20px;
font-size: 14px;
color: #666;
}
.tour-breadcrumbs a {
color: #0066cc;
text-decoration: none;
}
.tour-breadcrumbs a:hover {
text-decoration: underline;
}
/* Hero секция */
.tour-hero-section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
margin-bottom: 40px;
align-items: start;
}
.tour-badges {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 20px;
}
.tour-badge {
background: #f0f8ff;
color: #0066cc;
padding: 4px 12px;
border-radius: 15px;
font-size: 12px;
font-weight: 500;
border: 1px solid #e6f2ff;
}
.tour-title {
font-size: 36px;
font-weight: bold;
color: #333;
margin-bottom: 15px;
line-height: 1.2;
}
.tour-subtitle {
font-size: 16px;
color: #666;
line-height: 1.5;
margin-bottom: 25px;
}
.tour-pricing-hero {
display: flex;
gap: 30px;
margin-bottom: 25px;
}
.price-block {
text-align: center;
}
.price-label {
display: block;
font-size: 14px;
color: #666;
margin-bottom: 5px;
}
.price-amount {
display: block;
font-size: 28px;
font-weight: bold;
color: #e67e22;
margin-bottom: 2px;
}
.price-person {
font-size: 12px;
color: #666;
}
.btn-book-hero {
background: #e67e22;
color: white;
border: none;
padding: 15px 40px;
border-radius: 25px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
margin-bottom: 15px;
transition: all 0.3s ease;
}
.btn-book-hero:hover {
background: #d35400;
transform: translateY(-2px);
}
.cancellation-policy {
color: #27ae60;
font-size: 14px;
margin: 0;
}
/* Галерея */
.tour-gallery {
position: relative;
}
.main-image {
width: 100%;
height: 350px;
border-radius: 15px;
overflow: hidden;
margin-bottom: 15px;
}
.image-placeholder {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #74b9ff, #0984e3);
}
.gallery-thumbnails {
display: grid;
grid-template-columns: repeat(3, 1fr) auto;
gap: 10px;
}
.thumb-image {
height: 80px;
background: linear-gradient(135deg, #81ecec, #00b894);
border-radius: 8px;
}
.view-all-photos {
background: rgba(0, 0, 0, 0.7);
color: white;
border: none;
border-radius: 8px;
font-size: 12px;
cursor: pointer;
padding: 10px;
}
/* Основной контент */
.tour-main-content {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 40px;
}
.tour-content-left section {
margin-bottom: 40px;
}
.tour-content-left h2 {
font-size: 24px;
color: #333;
margin-bottom: 20px;
border-bottom: 2px solid #e67e22;
padding-bottom: 10px;
}
/* Описание */
.description-main {
font-weight: 600;
color: #333;
margin-bottom: 15px;
line-height: 1.6;
}
.description-details {
color: #666;
line-height: 1.6;
}
/* Программа */
.program-timeline {
background: #f8f9fa;
border-radius: 10px;
padding: 20px;
}
.program-item {
display: flex;
align-items: flex-start;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #e9ecef;
}
.program-item:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.program-time {
background: #e67e22;
color: white;
padding: 5px 12px;
border-radius: 15px;
font-size: 12px;
font-weight: bold;
margin-right: 15px;
min-width: 80px;
text-align: center;
flex-shrink: 0;
}
.program-activity {
color: #333;
line-height: 1.5;
}
/* Дополнительные расходы */
.costs-list {
background: #fff3cd;
border: 1px solid #ffeaa7;
border-radius: 10px;
padding: 20px;
}
.cost-item {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.cost-item:last-child {
margin-bottom: 0;
}
.cost-icon {
margin-right: 10px;
font-size: 16px;
}
.cost-text {
color: #333;
}
/* Взять с собой */
.take-list {
background: #e8f5e8;
border: 1px solid #c3e6c3;
border-radius: 10px;
padding: 20px;
}
.take-item {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.take-item:last-child {
margin-bottom: 0;
}
.take-icon {
margin-right: 10px;
font-size: 16px;
}
.take-text {
color: #333;
}
/* Отзывы */
.reviews-summary {
background: #f8f9fa;
border-radius: 10px;
padding: 20px;
text-align: center;
margin-bottom: 25px;
}
.rating-number {
font-size: 36px;
font-weight: bold;
color: #e67e22;
display: block;
}
.rating-stars {
color: #ffd700;
font-size: 20px;
margin: 10px 0;
}
.reviews-count {
color: #666;
font-size: 14px;
}
.review-item {
background: white;
border: 1px solid #e9ecef;
border-radius: 10px;
padding: 20px;
margin-bottom: 15px;
}
.review-header {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.reviewer-avatar {
width: 50px;
height: 50px;
background: #e67e22;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
margin-right: 15px;
}
.reviewer-info h4 {
margin: 0 0 5px 0;
color: #333;
}
.review-date {
font-size: 12px;
color: #666;
margin-bottom: 5px;
}
.review-rating {
color: #ffd700;
}
.review-text {
color: #666;
line-height: 1.6;
margin: 0;
}
/* Боковая панель */
.tour-sidebar {
position: sticky;
top: 20px;
}
.booking-widget {
background: white;
border: 2px solid #e67e22;
border-radius: 15px;
padding: 25px;
margin-bottom: 20px;
}
.widget-header {
text-align: center;
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 1px solid #e9ecef;
}
.price-from {
font-size: 24px;
font-weight: bold;
color: #e67e22;
display: block;
}
.price-per {
font-size: 14px;
color: #666;
}
.booking-options {
margin-bottom: 20px;
}
.option-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0;
border-bottom: 1px solid #f8f9fa;
}
.option-label {
color: #333;
}
.option-price {
font-weight: bold;
color: #e67e22;
}
.booking-benefits {
margin-bottom: 20px;
}
.benefit-item {
color: #27ae60;
margin-bottom: 8px;
font-size: 14px;
}
.btn-book-widget {
width: 100%;
background: #e67e22;
color: white;
border: none;
padding: 15px;
border-radius: 10px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
margin-bottom: 15px;
transition: all 0.3s ease;
}
.btn-book-widget:hover {
background: #d35400;
}
.contact-info {
text-align: center;
padding-top: 15px;
border-top: 1px solid #e9ecef;
}
.phone-link {
color: #e67e22;
text-decoration: none;
font-weight: bold;
}
.tour-meta-widget {
background: #f8f9fa;
border-radius: 10px;
padding: 20px;
}
.tour-meta-widget h3 {
margin: 0 0 15px 0;
color: #333;
}
.meta-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.meta-tag {
background: white;
color: #666;
padding: 5px 10px;
border-radius: 12px;
font-size: 12px;
border: 1px solid #e9ecef;
}
/* Мобильная адаптация */
@media (max-width: 768px) {
.tour-hero-section {
grid-template-columns: 1fr;
gap: 20px;
}
.tour-main-content {
grid-template-columns: 1fr;
gap: 20px;
}
.tour-pricing-hero {
flex-direction: column;
gap: 15px;
}
.gallery-thumbnails {
grid-template-columns: repeat(2, 1fr);
}
.program-item {
flex-direction: column;
align-items: flex-start;
}
.program-time {
margin-right: 0;
margin-bottom: 10px;
}
}