
Ночная рыбалка на кальмаров
Уникальная рыбалка на кальмаров в вечернее время под звездами
Описание
Ночная рыбалка на кальмаров
Уникальная рыбалка на кальмаров в вечернее время под звездами
Программа
Включено
- Трансфер от отеля и обратно
- Русскоговорящий гид
- Страховка
- Обед
- Входные билеты
Отзывы
.tour-premium-layout {
max-width: 1000px;
margin: 0 auto;
font-family: system-ui, sans-serif;
color: #333;
}
.tour-header-section {
background: linear-gradient(135deg, #667eea, #764ba2);
color: white;
padding: 40px 25px;
text-align: center;
border-radius: 15px;
margin-bottom: 25px;
}
.category-label {
background: rgba(255,255,255,0.2);
padding: 6px 15px;
border-radius: 15px;
font-size: 13px;
display: inline-block;
margin-bottom: 12px;
}
.tour-header-section h1 {
font-size: 2.2rem;
font-weight: 700;
margin: 12px 0;
}
.tour-desc {
font-size: 1.1rem;
margin-bottom: 25px;
opacity: 0.9;
}
.price-section {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
flex-wrap: wrap;
}
.price-box {
text-align: center;
}
.amount {
display: block;
font-size: 1.8rem;
font-weight: 700;
color: #fbbf24;
}
.amount.child {
font-size: 1.5rem;
}
.type {
font-size: 0.85rem;
opacity: 0.8;
}
.book-button {
background: #10b981;
color: white;
padding: 12px 25px;
border-radius: 20px;
text-decoration: none;
font-weight: 600;
margin-left: 15px;
transition: all 0.3s;
}
.book-button:hover {
background: #059669;
transform: translateY(-2px);
}
.tour-info-blocks {
display: grid;
gap: 20px;
}
.info-block {
background: white;
padding: 25px;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.info-block h3 {
color: #1f2937;
font-size: 1.3rem;
margin-bottom: 15px;
border-bottom: 2px solid #667eea;
padding-bottom: 8px;
}
.program-list {
display: grid;
gap: 10px;
}
.program-item {
padding: 10px;
background: #f8fafc;
border-radius: 8px;
border-left: 3px solid #667eea;
}
.included-block {
background: linear-gradient(135deg, #ecfdf5, #d1fae5);
}
.included-list {
list-style: none;
padding: 0;
display: grid;
gap: 8px;
}
.included-list li {
padding: 8px;
background: rgba(255,255,255,0.7);
border-radius: 6px;
position: relative;
padding-left: 25px;
}
.included-list li::before {
content: «✓»;
color: #10b981;
font-weight: bold;
position: absolute;
left: 8px;
}
.reviews-block {
background: linear-gradient(135deg, #fef3c7, #fde68a);
}
.rating-info {
text-align: center;
padding: 15px;
background: rgba(255,255,255,0.8);
border-radius: 8px;
}
.rating {
font-size: 2.5rem;
font-weight: 700;
color: #667eea;
}
.stars {
display: block;
font-size: 1.1rem;
margin: 5px 0;
}
.count {
color: #6b7280;
font-size: 0.85rem;
}
@media (max-width: 768px) {
.tour-header-section h1 {
font-size: 1.8rem;
}
.price-section {
flex-direction: column;
gap: 10px;
}
.book-button {
margin-left: 0;
margin-top: 10px;
}
}