* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
background: #FEFCF5;
color: #1E2A2E;
scroll-behavior: smooth;
line-height: 1.4;
}
/* скандинавско-карельская палитра */
:root {
--deep-blue: #1F3B4C;
--clay: #C46D5E;
--ochre: #E0A458;
--fog: #D9D2B6;
--dark-wood: #2C2B28;
--sand: #F4F0E1;
--white-soft: #FFFFFF;
--gray-light: #E7E5DC;
--shadow-sm: 0 8px 20px rgba(0,0,0,0.05);
--shadow-md: 0 12px 28px rgba(0,0,0,0.08);
}
.container {
max-width: 1280px;
margin: 0 auto;
padding: 0 32px;
}
/* типографика */
h1, h2, h3 {
font-family: 'Playfair Display', serif;
font-weight: 500;
letter-spacing: -0.02em;
}
h2 {
font-size: 2.5rem;
margin-bottom: 0.75rem;
color: var(--deep-blue);
}
h2:after {
content: '';
display: block;
width: 64px;
height: 3px;
background: var(--clay);
margin-top: 16px;
border-radius: 4px;
}
.section-subhead {
font-size: 1.1rem;
color: #4A5B66;
margin-bottom: 48px;
max-width: 720px;
}
/* кнопки */
.btn-primary {
background: var(--deep-blue);
color: white;
padding: 12px 28px;
border-radius: 40px;
font-weight: 600;
display: inline-block;
transition: all 0.2s;
border: none;
cursor: pointer;
text-decoration: none;
font-size: 1rem;
}
.btn-primary:hover {
background: #2F556C;
transform: translateY(-2px);
box-shadow: var(--shadow-sm);
}
.btn-outline {
background: transparent;
border: 1.5px solid var(--deep-blue);
color: var(--deep-blue);
padding: 10px 26px;
border-radius: 40px;
font-weight: 600;
transition: 0.2s;
cursor: pointer;
text-decoration: none;
display: inline-block;
}
.btn-outline:hover {
background: var(--deep-blue);
color: white;
}
/* Header & навигация (flex) */
header {
background: var(--white-soft);
box-shadow: var(--shadow-sm);
position: sticky;
top: 0;
z-index: 100;
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 0;
flex-wrap: wrap;
}
.logo h1 {
font-size: 1.7rem;
color: var(--deep-blue);
font-weight: 600;
letter-spacing: -0.02em;
}
.logo p {
font-size: 0.75rem;
color: var(--clay);
letter-spacing: 1px;
text-transform: uppercase;
}
.nav-links {
display: flex;
gap: 2rem;
list-style: none;
}
.nav-links a {
text-decoration: none;
color: #2C3E44;
font-weight: 500;
transition: 0.2s;
}
.nav-links a:hover {
color: var(--clay);
}
.burger {
display: none;
font-size: 1.7rem;
cursor: pointer;
color: var(--deep-blue);
}
/* hero */
.hero {
background: linear-gradient(115deg, #F4EFE2 0%, #E9E3D4 100%);
padding: 80px 0 90px 0;
}
.hero-grid {
display: flex;
flex-wrap: wrap;
gap: 48px;
align-items: center;
justify-content: space-between;
}
.hero-text {
flex: 1.2;
}
.hero-text h1 {
font-size: 3.8rem;
color: var(--deep-blue);
line-height: 1.2;
}
.hero-text .italic-sub {
font-family: 'Playfair Display', serif;
font-size: 1.3rem;
color: var(--clay);
margin: 16px 0 24px;
font-style: italic;
}
.hero-badges {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 32px 0;
}
.hero-badge {
background: white;
border-radius: 60px;
padding: 8px 20px;
font-weight: 500;
box-shadow: var(--shadow-sm);
}
.hero-img {
flex: 0.9;
background: #CDBBAE;
border-radius: 32px;
height: 400px;
background-image: url('https://placehold.co/800x500/f0e9dd/6B5B4F?text=Озёра+Вялье+и+Стречно');
background-size: cover;
background-position: center;
box-shadow: var(--shadow-md);
}
/* секции общие */
section {
padding: 80px 0;
}
.bg-sand {
background: var(--sand);
}
.cards-grid {
display: flex;
flex-wrap: wrap;
gap: 32px;
justify-content: center;
margin-top: 24px;
}
.card {
background: white;
border-radius: 28px;
padding: 28px 24px;
flex: 1 1 280px;
transition: 0.25s;
box-shadow: var(--shadow-sm);
border: 1px solid #F0EDE3;
}
.card i {
font-size: 2.3rem;
color: var(--clay);
margin-bottom: 20px;
}
.card h3 {
font-size: 1.5rem;
margin-bottom: 12px;
}
.card p {
color: #3F4E56;
line-height: 1.4;
}
.icon-list {
display: flex;
flex-wrap: wrap;
gap: 24px;
margin: 40px 0 20px;
}
.icon-list-item {
flex: 1 1 200px;
display: flex;
align-items: center;
gap: 12px;
font-weight: 500;
}
.two-columns {
display: flex;
flex-wrap: wrap;
gap: 48px;
align-items: flex-start;
}
.col {
flex: 1;
}
.feature-block {
margin-bottom: 32px;
}
.feature-block h4 {
font-size: 1.3rem;
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
/* таблица событий */
.event-grid {
display: flex;
flex-direction: column;
gap: 20px;
}
.event-row {
background: white;
border-radius: 60px;
padding: 18px 28px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 16px;
}
.event-name {
font-weight: 700;
font-size: 1.2rem;
}
.event-date {
background: var(--gray-light);
padding: 6px 18px;
border-radius: 40px;
}
/* галерея кнопок */
.inline-buttons {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 32px 0;
}
/* подвал */
footer {
background: var(--dark-wood);
color: #DDD9CE;
padding: 48px 0 24px;
}
.footer-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 40px;
margin-bottom: 40px;
}
.footer-col a {
color: #DDD9CE;
text-decoration: none;
display: block;
margin-bottom: 12px;
}
/* Исправление блока соцсетей — строго горизонтальная строка, читаемые иконки */
.social-links-row {
display: flex;
gap: 24px;
align-items: center;
margin-top: 8px;
}
.social-links-row a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
background: rgba(255,255,240,0.1);
border-radius: 60px;
transition: all 0.2s ease;
color: #DDD9CE;
font-size: 1.6rem;
text-decoration: none;
}
.social-links-row a:hover {
background: var(--clay);
color: white;
transform: translateY(-3px);
}
.copyright {
text-align: center;
border-top: 1px solid #4A4A44;
padding-top: 32px;
font-size: 0.85rem;
}
@media (max-width: 900px) {
.nav-links {
display: none;
width: 100%;
flex-direction: column;
text-align: center;
gap: 1rem;
padding: 24px 0;
}
.nav-links.active {
display: flex;
}
.burger {
display: block;
}
.hero-text h1 {
font-size: 2.6rem;
}
.container {
padding: 0 20px;
}
h2 {
font-size: 2rem;
}
.event-row {
flex-direction: column;
align-items: flex-start;
border-radius: 32px;
}
}
@media (max-width: 700px) {
.hero-grid {
flex-direction: column;
}
.hero-img {
width: 100%;
height: 280px;
}
}
/* баннер + мелкие фишки */
.highlight {
background: var(--ochre);
color: #1E2A2E;
border-radius: 36px;
padding: 12px 24px;
display: inline-block;
font-weight: 600;
}