:root { --primary: #4CAF50; --primary-dark: #388E3C; --secondary: #8BC34A; --light: #F1F8E9; --dark: #1B5E20; --text: #333333; --white: #FFFFFF; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Open Sans', sans-serif; line-height: 1.6; color: var(--text); background-color: var(--light); } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } header { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: var(--white); padding: 40px 0; text-align: center; position: relative; overflow: hidden; } header::after { content: ""; position: absolute; bottom: -50px; left: 0; right: 0; height: 100px; background-color: var(--light); transform: skewY(-2deg); z-index: 1; } .header-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; } .logo { width: 100px; height: 100px; border-radius: 50%; margin-bottom: 0; /* Убираем старый отступ, так как он теперь на .logo-composition */ position: relative; /* Необходимо для работы z-index */ z-index: 2; /* Устанавливаем логотип на слой выше, чем сердце */ } h1 { font-family: 'Montserrat', sans-serif; font-size: 2.8rem; margin-bottom: 15px; font-weight: 700; } .tagline { font-size: 1.3rem; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .cta-button { display: inline-block; background-color: var(--white); color: var(--primary-dark); font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 1.2rem; padding: 15px 40px; border-radius: 50px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(0,0,0,0.1); margin-top: 20px; } .cta-button:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 8px 20px rgba(0,0,0,0.15); background-color: var(--light); } .main-content { padding: 20px 0; position: relative; } .section { margin-bottom: 60px; } h2 { font-family: 'Montserrat', sans-serif; color: var(--dark); font-size: 2.2rem; margin-bottom: 30px; text-align: center; position: relative; } h2::after { content: ""; display: block; width: 80px; height: 4px; background-color: var(--secondary); margin: 15px auto 0; } p, li { margin-bottom: 20px; font-size: 1.1rem; } .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .benefit-card { background-color: var(--white); border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s ease; text-align: center; } .benefit-card:hover { transform: translateY(-10px); } .benefit-icon { font-size: 3rem; color: var(--primary); margin-bottom: 20px; } h3.benefit-title { font-family: 'Montserrat', sans-serif; font-size: 1.3rem; color: var(--dark); margin-bottom: 15px; } .rules-list { background-color: var(--white); border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); max-width: 800px; margin: 0 auto; } .rule-item { list-style: none; margin-bottom: 15px; padding-left: 25px; position: relative; } .rule-item::before { content: "&#10003;"; color: var(--primary); position: absolute; left: 0; font-weight: bold; } .testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .testimonial-card { background-color: var(--white); border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); display: flex; flex-direction: column; } .testimonial-text { font-style: italic; margin-bottom: 20px; flex-grow: 1; } .testimonial-author { font-weight: 600; color: var(--primary-dark); text-align: right; } .final-cta { text-align: center; padding: 60px 20px; background: var(--dark); color: var(--white); margin-top: 60px; } .final-cta h2 { color: var(--white); } .final-cta h2::after { background-color: var(--white); } footer { background-color: #123713; color: var(--light); padding: 30px 0; text-align: center; font-size: 0.9rem; } footer p { margin-bottom: 10px; } /* FAQ Section Styles */ .faq-section { max-width: 900px; margin: 40px auto; } .faq-item { background: var(--white); margin-bottom: 10px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); } .faq-item summary { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; font-weight: 600; color: var(--dark); padding: 20px; cursor: pointer; list-style: none; position: relative; } .faq-item summary::-webkit-details-marker { display: none; } .faq-item summary::after { content: '+'; position: absolute; right: 20px; font-size: 1.5rem; color: var(--primary); transition: transform 0.3s; } .faq-item[open] summary::after { transform: rotate(45deg); } .faq-content { padding: 0 20px 20px; } /* WhatsApp Widget */ .whatsapp-widget { position: fixed; bottom: 25px; right: 25px; z-index: 1000; } .whatsapp-widget a { position: relative; /* Нужно для позиционирования иконки */ display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background-color: #25D366; color: white; border-radius: 50%; box-shadow: 0 4px 12px rgba(0,0,0,0.2); transform: scale(1); /* Применяем анимацию пульсации */ animation: pulse-effect 2s infinite ease-in-out; } /* При наведении анимация останавливается, и виджет немного увеличивается */ .whatsapp-widget a:hover { animation-play-state: paused; transform: scale(1.1); } /* Стили для иконки с золотым переливом */ .whatsapp-widget i { font-size: 38px; /* Немного увеличим для наглядности */ /* Создаем золотой градиент как фон */ background: linear-gradient(45deg, #f0c34d, #e6ac00, #ffd700, #e6ac00, #f0c34d); background-size: 200% auto; /* "Прорезаем" фон по форме текста/иконки */ -webkit-background-clip: text; background-clip: text; /* Делаем сам цвет текста прозрачным, чтобы был виден фон */ color: transparent; /* Применяем анимацию переливания */ animation: golden-shimmer 3s linear infinite; } /* Анимация пульсации для всего виджета */ @keyframes pulse-effect { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); } 50% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } } /* Анимация золотого перелива для иконки */ @keyframes golden-shimmer { 0% { background-position: 200% center; } 100% { background-position: -200% center; } } /* Styles for new SEO blocks */ .principles-grid, .tools-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .principle-card, .tool-card { background-color: var(--white); border: 1px solid #e0e0e0; border-radius: 10px; padding: 30px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.04); transition: transform 0.3s ease, box-shadow 0.3s ease; } .principle-card:hover, .tool-card:hover { transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); } .principle-icon, .tool-icon { font-size: 3rem; color: var(--primary); margin-bottom: 20px; line-height: 1; } .principle-card h3, .tool-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1.3rem; color: var(--dark); margin-bottom: 15px; } .transition-guide { max-width: 900px; margin: 40px auto; background: var(--white); padding: 40px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .transition-step { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 25px; } .step-number { flex-shrink: 0; width: 50px; height: 50px; background-color: var(--secondary); color: var(--white); font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.5rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; } .step-content h3 { font-family: 'Montserrat', sans-serif; color: var(--dark); font-size: 1.2rem; margin-bottom: 8px; } /* Стили для новых SEO блоков */ .myths-grid, .social-tips-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .myth-card, .tip-card { background-color: var(--white); padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); border-left: 5px solid var(--secondary); } .myth-card h3, .tip-card h3 { font-family: 'Montserrat', sans-serif; color: var(--dark); font-size: 1.2rem; margin-bottom: 15px; } .myth-reality strong { color: var(--primary-dark); } .daily-menu-container { max-width: 900px; margin: 0 auto; border: 1px solid #e0e0e0; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .menu-item { display: flex; align-items: stretch; background: var(--white); border-bottom: 1px solid #e0e0e0; } .menu-item:last-child { border-bottom: none; } .menu-time { flex-basis: 120px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #f7f9f5; padding: 20px 10px; text-align: center; } .menu-time .emoji { font-size: 2rem; margin-bottom: 10px; } .menu-time h4 { font-family: 'Montserrat', sans-serif; color: var(--primary-dark); font-size: 1.1rem; } .menu-description { padding: 25px; flex-grow: 1; } .menu-description h3 { font-family: 'Montserrat', sans-serif; color: var(--dark); font-size: 1.3rem; margin-bottom: 10px; } .tip-icon { font-size: 2.5rem; margin-bottom: 15px; } @media (max-width: 600px) { .menu-item { flex-direction: column; } .menu-time { flex-basis: auto; border-right: none; border-bottom: 1px solid #e0e0e0; } } /* Стили для блока с фотографией сообщества */ .community-photo-section { padding-top: 20px; /* Небольшой отступ сверху */ } .community-photo { display: block; width: 100%; height: auto; border-radius: 10px; /* Закругленные углы, как у карточек */ box-shadow: 0 5px 20px rgba(0,0,0,0.1); /* Тень для объема */ } .photo-caption { text-align: center; margin-top: 15px; font-style: italic; color: #555; font-size: 1rem; } /* Стили для блока "Сыроедение и Болезни" */ .health-benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .health-card { background-color: var(--white); border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; border-top: 4px solid var(--secondary); /* Зеленая верхняя рамка */ } .health-card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(76, 175, 80, 0.15); } .health-icon { font-size: 3rem; color: var(--primary); margin-bottom: 20px; line-height: 1; } .health-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1.3rem; color: var(--dark); margin-bottom: 15px; } /* Специальный стиль для карточки-предупреждения */ .health-card--warning { border-top-color: #FFC107; /* Янтарный цвет для привлечения внимания */ } .health-card--warning .health-icon { color: #FFC107; } .health-card--warning h3 { color: #c58700; } /* --- Стили для композиции "Я &#10084;&#65039; Логотип" --- */ /* Контейнер для "I" и логотипа с сердцем */ .logo-composition { display: flex; align-items: center; /* Выравниваем "I" и логотип по вертикали */ justify-content: center; /* Центрируем всю композицию */ gap: 15px; /* Пространство между "I" и сердцем */ margin-bottom: 20px; /* Отступ снизу, который раньше был у логотипа */ } /* Стилизация буквы "I" */ .i-love-text { font-family: 'Montserrat', sans-serif; font-size: 5rem; /* Большой размер шрифта */ font-weight: 700; color: var(--white); line-height: 1; /* Убираем лишнюю высоту строки */ padding-bottom: 10px; /* Небольшая коррекция для лучшего визуального выравнивания */ } /* Обертка для логотипа, к которой будет крепиться сердце */ .logo-with-heart { position: relative; /* Создаем контекст позиционирования для псевдоэлемента ::before */ width: 100px; height: 100px; } /* Псевдоэлемент для отрисовки полого красного сердца */ .logo-with-heart::before { content: ""; /* Обязательное свойство для псевдоэлементов */ position: absolute; top: 55%; left: 50%; /* Центрируем сердце и делаем его больше логотипа */ transform: translate(-50%, -50%); width: 135px; /* Ширина больше, чем у логотипа (100px) */ height: 135px; /* Высота больше, чем у логотипа (100px) */ z-index: 3; /* Помещаем сердце на слой ниже логотипа */ /* Встроенный SVG для контура сердца. Цвет - красный (#FF0000), толщина линии - 1.5 */ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF0000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'%3E%3C/path%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; background-position: center; } .map-legend{ display:flex; justify-content:center; flex-wrap:wrap; gap:20px; margin-top:25px; font-family:'Montserrat',sans-serif; } .legend-item{ display:flex; align-items:center; gap:8px; font-size:.9rem; color:var(--text,#333); } .legend-color{ width:20px; height:20px; border-radius:4px; border:1px solid rgba(0,0,0,.1); } #backToTop { display: none; position: fixed; bottom: 30px; left: 30px; width: 50px; height: 50px; background-color: var(--primary); color: white; border: none; border-radius: 50%; cursor: pointer; font-size: 24px; z-index: 999; transition: all 0.3s ease; justify-content: center; align-items: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } #backToTop.active { display: flex; } #backToTop:hover { background-color: var(--primary-dark); transform: scale(1.1); } /* Стили для словаря сыроеда */ .lexicon-list { padding-left: 25px; /* Отступ для нумерации */ margin-top: 10px; } .lexicon-list li { margin-bottom: 15px; padding-left: 5px; line-height: 1.5; font-size: 1.05rem; } .lexicon-list li::marker { color: var(--primary-dark); font-weight: 600; } .lexicon-list li strong { font-family: 'Montserrat', sans-serif; color: var(--dark); font-weight: 700; } /* * Стили для переливающегося золотого заголовка */ .golden-header { /* Важно: выбирайте жирное начертание, чтобы эффект был заметнее */ font-weight: 900; font-size: 48px; /* Можете изменить размер по своему усмотрению */ text-align: center; /* Для лучшего вида по центру */ /* Создаем золотой градиент в качестве фона */ background: linear-gradient( 45deg, #b48811, #f7e39a, #c79d2d, #f7e39a, #b48811 ); /* Увеличиваем размер фона, чтобы было куда двигаться анимации */ background-size: 400% 100%; /* Магия: "прорезаем" фон по форме текста */ -webkit-background-clip: text; background-clip: text; /* Делаем сам текст прозрачным, чтобы был виден фон */ /* Для максимальной совместимости с браузерами */ color: transparent; -webkit-text-fill-color: transparent; /* Подключаем анимацию */ animation: golden-shimmer 5s linear infinite; } /* * Анимация движения градиента */ @keyframes golden-shimmer { 0% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }