/*!
Theme Name: M-eco
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: m-eco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

M-eco is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */


@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Onest:wght@100..900&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Onest:wght@100..900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;

}

.body-bg {
	background: var(--BG, #F3F5EF);
}

.header-bg {
	position: relative;
	background: #FFFFFF;
	z-index: 99;

}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

p {
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}


img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	/*color: #4169e1;*/
	text-decoration: none;
}


a:hover,
a:active {
	outline: 0;
}

/*************************************************************************************************************/
:root {
	--green: #068d44;
	--white: #fff;
	--black: #204d44;
	--gray-text: #6a887f;
	--stroke-in-bg: #d9e0da;
	--stroke-in-white: #e4e9e8;
	--bg: #f3f5ef;
	--green-bright: #30a746;
}

:root {
	--font-family: "Onest", sans-serif;
	--second-family: "Playfair Display", sans-serif;
	--third-family: "Inter Tight", sans-serif;
}

.wrapper {
	width: 100%;
	max-width: 1720.0px;
	margin: 0 auto;
}

.wrapper-header {
	width: 100%;
	max-width: 1720.0px;
	margin: 0 auto;

	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 60px;
	padding: 20px 0px;
}


#header {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 30px;

}

#header li a {
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.1s ease-in-out;
}

#header li a::after {
	transition: all 0.1s ease-in-out;
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
}

#header li a:hover::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: var(--green);
	border-radius: 100%;

}


#header li.current a {
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

#header li.current a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#header li.current a::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: var(--green);
	border-radius: 100%;

}

.header-home {
	/*position: absolute;
	left: 50%;
	transform: translateX(-50%);*/
}

.section-1-h {
	height: 950px;
}

.section-1-home {
	width: 100%;
	height: 950px;
	position: absolute;
}

.section-1-home-bg {
	position: absolute;
	width: 100%;
	height: 950px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.header-home-bg {
	width: 100%;
	height: 120.0px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/*background: linear-gradient(to right, #FFF 57.9%, #30A746 50%);*/
	background-image: url(https://m-eco.spb.ru/wp-content/uploads/2026/06/V2.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 999;
}

.section-1-avtor {
	width: 100%;
	height: 120.0px;
	top: 376px;
	position: absolute;
	z-index: 5;

	display: flex;
	justify-content: space-between;
}

.section-1-avtor-left {
	width: 716.0px;
	display: flex;
	padding: 20px 0 0 100px;
	align-items: center;
	gap: 20px;
	border-top: 1px solid var(--Stroke-in-BG, #D9E0DA);

}

.section-1-avtor-left-who p:nth-child(1) {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.section-1-avtor-left-who p:nth-child(2) {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}



.section-1-avtor-head {
	bottom: 60px;
	position: absolute;
	z-index: 5;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;

	left: 50%;
	transform: translateX(-50%);
}

.section-1-avtor-head p {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	text-transform: uppercase;

}

.section-1-avtor-head h2 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;

}

.section-1-avtor-right {
	width: 585.0px;

	display: flex;
	padding: 0 100px 0 0;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
	border-top: 1px solid var(--Green-Bright, #30A746);

}

.section-1-avtor-right p:nth-child(1) {
	color: var(--White, #FFF);
	font-family: "Playfair Display";
	font-size: 80px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	text-align: end;
}

.section-1-avtor-right p:nth-child(2) {
	align-self: stretch;
	color: rgba(255, 255, 255, 0.65);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-align: end;
}


.section-2-home {
	display: flex;
	padding: 100px 0;
	align-items: center;
	justify-content: space-between;
	align-self: stretch;
	background: var(--White, #FFF);
}


.section-2-home-left {
	/*width: 850.0px;*/
	width: 49.45%;
	height: 750.0px;
	background-repeat: no-repeat;
	background-size: cover;

	position: relative;

	display: flex;
	flex-direction: column-reverse;
}

.colon_h-left {
	width: 100%;
	height: 349.0px;

	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.m_colon {
	width: 32%;
	height: 113.0px;

	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	background: var(--BG, #F3F5EF);

}

.s_colon {
	width: 32%;
	height: 231.0px;

	display: flex;
	padding: 20px 20px 113px 20px;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	background: #E3E8D9;

}

.m_colon p:nth-child(1),
.s_colon p:nth-child(1) {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
}

.m_colon p:nth-child(2),
.s_colon p:nth-child(2) {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.b_colon {
	width: 32%;
	height: 349.0px;

	display: flex;
	padding: 20px 20px 231px 20px;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	background: var(--Green, #068D44);
}

.b_colon p:nth-child(1) {
	align-self: stretch;
	color: var(--White, #FFF);
	font-family: Onest;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;

}

.b_colon p:nth-child(2) {
	align-self: stretch;
	color: var(--White, #FFF);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.connector-svg {
	position: absolute;
	bottom: 120px;

	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/* чтобы SVG не перехватывал клики */
	z-index: 5;
	/* по необходимости */
}

.section-2-home-right {
	width: 41%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;

}

.heading-s2-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
}


.heading-s2-right p:nth-child(1) {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 52px;
	font-weight: 400;
	line-height: 100%;
}

.heading-s2-right p:nth-child(2) {
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.section-2-home-right a {
	align-self: stretch;
	color: var(--Green, #068D44);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.section-3-home {
	background: #F3F5EF;
	padding: 150px 0;
}


.s-3-home {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;

}



.s-3-home-head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}

.s-3-home-head h4 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 52px;
	font-weight: 400;
	line-height: 100%;

}

.s-3-home-head p {

	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.habit_s3-all {
	display: flex;
	align-items: stretch;
	gap: 20px;
	align-self: stretch;
}

.habit_s3-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	width: 57.85%;
}

.habit_s3-one {
	/*width: 995.0px;*/
	/*height: 190px;*/
	padding: 30px;

	display: flex;
	padding: 30px;
	align-items: center;
	gap: 30px;
	align-self: stretch;
	background: var(--White, #FFF);

	position: relative;
}

.habit_s3-one-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	flex: 1 0 0;
}

.habit_s3-one-text h4 {
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 38px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
}

.habit_s3-one-text p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.habit_s3-one-img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.habit_s3-one-img::after {
	content: "";
	position: absolute;
	width: 114px;
	height: 114px;
	border-radius: 500px;
	background-color: #F3F5EF;
	/* настройте положение подложки: top, left, z-index и т.д. */
	z-index: 0;
}

.habit_s3-one-img img {
	position: relative;
	z-index: 1;
}

.habit_name-s3 {
	color: var(--Black, #204D44);
	text-align: center;
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

	position: absolute;
	top: 20px;
	right: 20px;
}


.habit_s3-4-one {
	width: 41%;
	/*height: 607.0px;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background: var(--Green-Bright, #30A746);
	position: relative;
}

.habit_s3-4-one img {
	padding-top: 40px;
}

.habit_s3-4-one-text-btn {
	width: 100%;
	display: flex;
	padding: 40px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
	background: var(--Green, #068D44);

}

.habit_s3-4-one-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	align-self: stretch;

}

.habit_s3-4-one-text h4 {
	align-self: stretch;
	color: var(--White, #FFF);
	text-align: center;
	font-family: "Playfair Display";
	font-size: 38px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
}

.habit_s3-4-one-text p {

	align-self: stretch;
	color: rgba(255, 255, 255, 0.65);
	text-align: center;
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.habit_name-s3-4 {
	position: absolute;
	top: 40px;
	right: 40px;
	color: var(--White, #FFF);
	text-align: center;
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.s3_4_habit_btn_name {
	display: flex;
	padding: 24px 28px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid var(--White, #FFF);

	color: var(--White, #FFF);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;

}

.btn-box-buy:hover,
.btn-buy-book:hover,
.s3_4_habit_btn_name:hover {

	background: #FFF;
	color: #068d44;

}

.btn-about_me-right:hover {

	background: var(--Green, #068D44);
	color: #FFFF;
	cursor: pointer;
}

.site-footer {
	width: 100%;
	height: 890.0px;
}

.breadcrumbs {
	padding: 50px 0 0 0;
}

.breadcrumbs a {
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	gap: 20px;

	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.breadcrumb-separator {
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

/*****

КОНТАКТЫ

*****/
.section-1-contact {

	display: flex;
	align-items: center;
	align-self: stretch;
	justify-content: space-between;
	padding: 50px 0 50px 0;

}

.section_contact_left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;

	width: 570px;


}

.section_contact_left h1 {

	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;

}

.section_contact_left a {
	color: var(--Green, #068D44);
	font-family: "Playfair Display";
	font-size: 64px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
}

.section_contact_right {
	width: 705.0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}

.section_contact_right-adress {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;

}

.section_contact_right-adress p:nth-child(1) {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.section_contact_right-adress p:nth-child(2) {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;

}

.contact_text_adress_r {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.ymap-map {
	padding: 50px 0 150px 0;
	height: 676.0px;
	position: relative;
}


/*****

КОНТАКТЫ END

*****/

/*****

Обо мне

*****/

.section-1-about_me {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 160px;
	align-self: stretch;
	position: relative;

}

.section_about_me {
	width: 850.0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	padding-top: 50px;
	z-index: 1;
}

.section_about_me h1 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 64px;
	font-weight: 400;
	line-height: 100%;
}

.section_about_me p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}


.section-1-avtor-about_me {
	width: 716.0px;
	display: flex;
	padding: 0 0;
	align-items: center;
	gap: 20px;

}

.section-1-avtor-about_me-who p:nth-child(1) {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.section-1-avtor-about_me-who p:nth-child(2) {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.section-1-about_me img.list-about_me {
	position: absolute;
	right: 0;
	top: 0;
}

.section-2-about_me {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
	padding: 150px 0 150px 0;
}

.about_me-history-years {
	display: flex;
	align-items: flex-end;
	gap: 20px;

}

.about_me-history {
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 47px;
	align-self: stretch;
	overflow: hidden;
}

.about_me-history h2 {
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 52px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;

}

.line {
	width: 100%;

	height: 1px;
	padding-bottom: 30px;
}

.about_me-history-text {
	display: flex;
	padding-right: 60px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;

}

.about_me-history-text P:nth-child(1) {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}

.about_me-history-text P:nth-child(2) {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.section-3-about_me {
	display: flex;
	padding: 150px 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
	background: var(--White, #FFF);
}

.s3-about_me {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-self: stretch;

}

.s3-about_me-left {
	/*width: 850.0px;*/
	width: 50%;
	height: 720.0px;

}

.s3-about_me-right {
	/*width: 700px;*/
	width: 41.1%;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;

}

.s3-about_me-right-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;

}

.s3-about_me-right-text h5 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 52px;

	font-weight: 400;
	line-height: 100%;
}

.s3-about_me-right-text p {
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.btn-about_me-right {
	display: flex;
	padding: 22px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid var(--Green, #068D44);

	color: var(--Green, #068D44);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

/*****

Обо мне END

*****/
/*****

Меню

*****/

.section-1-menu {
	width: 100%;
	height: 710px;
	padding: 210px 0 60px 0;
	display: flex;
}

.list-menu-bg {
	position: absolute;
	top: 70px;
	right: 0;
}

.line-1-menu {
	width: 50%;
	position: absolute;
	left: 0;
}

.s-1-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}

/* Сброс стандартных отступов и маркеров */
ul.list-menu,
.list-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-menu {
	display: flex;
	flex-direction: column;
	gap: 20px 92px;
	height: 72.0px;
	margin-top: 40px !important;
	flex-wrap: wrap;
	align-content: flex-start;
}

/* Базовые стили для элемента списка */
.list-menu li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;

	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;

}

/* Сам кружок через псевдоэлемент */
.list-menu li::before {
	content: '';
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--Green, #068D44);
	display: flex;
}


.s-1-menu-text {
	width: 49%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 25px;
}

.s-1-menu-text h3 {
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 64px;
	font-weight: 400;
	line-height: 100%;
}

.s-1-menu-text p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}

.section-3-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;

	padding: 150px 0 150px 0;
}

.s-3-menu-text {
	width: 100%;
	max-width: 1285px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;

}

.s-3-menu-text h3 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 52px;
	font-weight: 400;
	line-height: 100%;

}

.s-3-menu-text p {
	display: flex;
	align-items: center;
	gap: 10px;

	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.s-3-menu-recommendations {


	display: flex;

	flex-direction: row;
	align-items: stretch;
	gap: 10px;
	align-self: stretch;

}

.left-s-3-menu {
	width: 49%;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	background: var(--Green, #068D44);
	position: relative;

}

.left-s-3-menu-capsul {
	height: 385.0px;
	padding: 40px 70px 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;

}

.left-s-3-menu-capsul h4 {
	align-self: stretch;
	color: var(--White, #FFF);
	font-family: "Playfair Display";
	font-size: 38px;
	font-weight: 400;
	line-height: 100%;

}

.count_capsul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;

}

.count_capsul p:nth-child(1) {
	color: #FFF;
	font-family: Onest;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
}

.count_capsul p:nth-child(2) {
	color: #FFF;
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	opacity: 0.65;
}

.left-s-3-menu-btn-box {
	width: 100%;
	height: 160.0px;
	padding: 50px;

	display: flex;
	padding: 50px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
	background: var(--Green-Bright, #30A746);

}

.btn-box-buy {
	z-index: 999;
	display: flex;
	padding: 22px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid var(--White, #FFF);
	color: var(--White, #FFF);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.right-s-3-menu {
	width: 49%;
	height: 100%;
	display: flex;
	align-items: stretch;
	align-content: flex-start;
	gap: 20px;
	flex-wrap: wrap;

}

.right-s-3-menu div {
	width: 48%;

	display: flex;
	padding: 30px;
	align-items: flex-start;
	gap: 15px;
	flex-shrink: 0;
	background: var(--White, #FFF);

}

.right-s-3-menu div p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: var(--Gray-Text, #6A887F);
}

.right-s-3-menu div p span {
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}


.section-4-menu {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding-bottom: 150px;
}

.s-4-menu-left,
.s-4-menu-center,
.s-4-menu-right {
	width: 32%;
}

.s-4-menu-left,
.s-4-menu-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	overflow: hidden;
}

.s-4-menu-left-text,
.s-4-menu-right-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	flex: 1 0 0;
}

.s-4-menu-left-text h4,
.s-4-menu-right-text h4 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 38px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;

}

.s-4-menu-left-text p,
.s-4-menu-right-text p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.s-4-menu-center {
	padding: 44px 57px;
	height: 100%;
}

.s-4-menu-center-cirle {
	width: 446.0px;
	height: 446.0px;

	border-radius: 446px;
	background: var(--White, #FFF);

	position: relative;
	z-index: -1;
}

.section-5-menu {
	display: flex;
	padding: 150px 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
	background: var(--White, #FFF);

}

.s-5-menu {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;

}

.s-5-menu-left {
	/*width: 705.0px;*/
	width: 41%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;

}

.s-5-menu-left-box1,
.s-5-menu-left-box2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;

}

.s-5-menu-left-box1 h3 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 52px;
	font-weight: 400;
	line-height: 100%;

}

.s-5-menu-left-box1 p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.s-5-menu-left-box2 h4 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 38px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
}

/* Сброс стандартных отступов и маркеров */
ul.menu-left-box2-ul,
.menu-left-box2-ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-left-box2-ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;

}

/* Базовые стили для элемента списка */
.menu-left-box2-ul li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;

	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

/* Сам кружок через псевдоэлемент */
.menu-left-box2-ul li::before {
	content: '';
	position: relative;
	width: 6.0px;
	height: 6.0px;
	border-radius: 50%;
	background-color: var(--Green, #068D44);
	display: flex;
	flex-shrink: 0;
}

.s-5-menu-right {
	/*width: 850.0px;*/
	width: 49%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;

}

.s-5-menu-right-text p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.s-5-menu-right-box1 {
	display: flex;
	align-items: center;
	gap: 20px;
	align-self: stretch;
}

.box1-column {
	width: 32%;
	height: 400px;
	padding: 30px;
	position: relative;
	background: linear-gradient(to top, #D9E0DA 20%, #F3F5EF 5%);
}

.box1-column-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.box1-column-text p:nth-child(1) {
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.box1-column-text p:nth-child(2) {
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.section-2-menu {
	background-color: #ffffff;
}

.s-2-menu {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 150px 0;
}

.s-2-menu-left {
	width: 41%;
	/*max-width: 705.0px;*/

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}

.s-2-menu-left-box1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;

}

.s-2-menu-left-box1 h2 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 52px;
	font-weight: 400;
	line-height: 100%;

}

.s2-menu-left-box1-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;
}

.s2-menu-left-box1-text p {
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.s2-menu-left-box1-text p span {
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.s-2-menu-left-box2 {
	display: flex;
	padding: 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;
	background: var(--Green, #068D44);

}

.s-2-menu-left-box2 p:nth-child(1) {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	opacity: 0.5;

	color: var(--White, #FFF);
	text-align: center;
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.s-2-menu-left-box2 p:nth-child(2) {
	align-self: stretch;
	color: var(--White, #FFF);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.s-2-menu-right {
	width: 100%;
	max-width: 850.0px;

}


/* Заголовок с кнопками */
.tabs-header {
	display: flex;
}

/* Кнопка вкладки */
.tab-btn {
	width: 160.0px;
	height: 70.0px;


	background: none;
	border: none;
	padding: 12px 24px;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;

	cursor: pointer;
	transition: all 0.2s ease;

	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;

}

.tab-btn:hover {
	background-color: #f5f5f5;
	color: #000;
}

.tab-btn.active {
	color: var(--Black, #204D44);
	background: var(--BG, #F3F5EF);
}

.tabs-container {
	height: 100%;
}

/* Контентная область */
.tabs-content {
	height: 90%;
	display: flex;
	padding: 60px 50px 50px 50px;
	flex-direction: column;
	align-items: flex-start;
	gap: 60px;
	flex: 1 0 0;
	align-self: stretch;
	background: var(--BG, #F3F5EF);
	overflow: hidden;

}

/* Панели вкладок */
.tab-pane {
	display: none;

	flex-direction: column;
	align-items: flex-start;
	gap: 60px;
	flex: 1 0 0;
	align-self: stretch;
	background: var(--BG, #F3F5EF);

	animation: fade 0.3s ease;
}

.tab-pane-day-food {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;

}

.tab-pane-day-food h4 {
	width: 220.0px;
	flex-shrink: 0;
	color: var(--Gray-Text, #6A887F);
	font-family: "Playfair Display";
	font-size: 38px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
}




ul.day-food-item,
.day-food-item li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.day-food-item {

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;

}

/* Базовые стили для элемента списка */
.day-food-item li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;

	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

/* Сам кружок через псевдоэлемент */
.day-food-item li::before {
	content: '';
	position: relative;
	width: 6.0px;
	height: 6.0px;
	border-radius: 50%;
	background: var(--Green, #068D44);
	display: flex;
	flex-shrink: 0;
}







.tab-pane.active {
	display: flex;
}

@keyframes fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/*****


Меню END

*****/

/*****


Оздоровление

*****/

.section-1-health {
	width: 100%;
	height: 440px;
	padding: 50px 0 115px 0;
	display: flex;
}

.s-1-health {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}


.list-health-bg {
	position: absolute;
	right: 100px;
	width: 40%;
}

.s-1-health-title {
	/*width: 995.0px;*/
	width: 57.85%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;

}

.s-1-health-title h1 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 64px;
	font-weight: 400;
	line-height: 100%;

}

.s-1-health-title p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;

}

.s-1-health-quote-text {
	width: 705.0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.s-1-health-quote p:nth-child(1) {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.s-1-health-quote p:nth-child(2) {
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.s-1-health-quote {
	/*width: 1146.0px;*/
	width: 66.63%;
	display: flex;
	padding-top: 25px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	/*border-top: 1px solid var(--Stroke-in-BG, #D9E0DA);*/
	overflow: hidden;

}

.section-2-health {
	padding: 150px 0;
	background: var(--White, #FFF);
}

.s-2-health {
	display: flex;
	align-self: stretch;
	justify-content: space-between;
}

.section-2-health-left {
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;

}

.section-2-health-left h2 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 52px;
	font-weight: 400;
	line-height: 100%;

}

.adviсe-box-all {
	display: flex;
	align-items: stretch;
	align-content: flex-start;
	gap: 20px;
	align-self: stretch;
	flex-wrap: wrap;

}

.adviсe-box-one {
	width: 48%;
	display: flex;
	padding: 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	background: var(--BG, #F3F5EF);

}

.adviсe-box-one-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;

}

.adviсe-box-one-text h6 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;

}

.adviсe-box-one-text p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}


.section-2-health-right {
	width: 42%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	justify-content: flex-end;
}

.section-2-health-right p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

p.line_p {
	display: flex;
	padding-left: 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-left: 2px solid var(--Green, #068D44);

}


.section-3-health {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
	padding: 150px 0;
}

.section-3-health-title {
	width: 995.0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;

}

.section-3-health-title h3 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 52px;
	font-weight: 400;
	line-height: 100%;

}

.section-3-health-title p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.book-all-box {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;

}

.book-one-box {
	width: 30.3%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}

.book-title-img {
	width: 100%;
	position: relative;
}

.book-title {
	width: 400.0px;
	height: 489.0px;
	position: relative;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-shrink: 0;
	background: var(--Green, #068D44);
}

.book-img {
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
}

.book-author-name {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;

}

.book-author {
	align-self: stretch;
	color: var(--White, #FFF);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	opacity: 0.65;
}

.book-name {
	align-self: stretch;
	color: var(--White, #FFF);
	font-family: Onest;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
}

.btn-buy-book {
	color: var(--White, #FFF);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

	display: flex;
	padding: 22px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid var(--White, #FFF);

}


/* Блок «Читать далее» */
.read-more-block {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	text-overflow: ellipsis;
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

	display: flex;
	padding-right: 60px;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;


}

/* Полный текст по умолчанию скрыт */
.full-text {
	display: none;
	border-left: 2px solid var(--Green, #068D44);
	padding-left: 10px;
}

/* Когда класс open добавлен – показываем */
.read-more-block.open .full-text {
	display: block;
}

/* Стиль кнопки */
.read-more-btn {
	background: none;
	border: 0px solid var(--Green, #ffffff00);
	cursor: pointer;
	transition: all 0.2s ease;


	color: var(--Green, #068D44);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.read-more-btn:hover {
	border-bottom: 1px solid var(--Green, #068D44);
}

.section-4-health {
	display: flex;
	justify-content: space-between;
	padding-bottom: 150px;
}

.section-4-health-left {
	/*width: 850.0px;*/
	width: 49.42%;
}

.section-4-health-left img {
	width: 100%;
	height: auto;
	display: block;
}

.section-4-health-right {
	/*width: 705.0px;*/
	width: 41%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;

}

.section-4-health-right h4 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 52px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;

}

.s-4-health-right-text_box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;

}

.s-4-health-right-text_box_p {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;

}

.s-4-health-right-text_box_p p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.s-4-health-right-text_green-box {
	display: flex;
	padding: 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
	background: var(--Green, #068D44);

}

.s-4-health-right-text_green-box_title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	opacity: 0.5;

	color: var(--White, #FFF);
	text-align: center;
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.s-4-health-right-text_green-box_p {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;

}

.s-4-health-right-text_green-box_p p {
	align-self: stretch;
	color: var(--White, #FFF);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.section-5-health {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
	align-self: stretch;

	padding-bottom: 150px;
}

.section-5-health h2 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 52px;
	font-weight: 400;
	line-height: 100%;

}

.accordion {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;


}

.accordion-item {
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	flex-direction: column;
	padding: 40px;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
	background: var(--White, #FFF);

}

.accordion-item:last-child {
	border-bottom: none;
}

.accordion-header {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;

	cursor: pointer;
	transition: background 0.2s;
}

.accordion-icon {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

.accordion-icon::before,
.accordion-icon::after {
	content: '';
	position: absolute;
	background-color: var(--Gray-Text, #6A887F);
	transition: transform 0.3s ease;
}

/* Горизонтальная линия */
.accordion-icon::before {
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
}

/* Вертикальная линия (для плюса) */
.accordion-icon::after {
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	transform: translateX(-50%);
}

/* Активное состояние — превращаем в крест: обе линии повёрнуты на 45° */
.accordion-item.active .accordion-icon::before {
	transform: translateY(-50%) rotate(45deg);
}

.accordion-item.active .accordion-icon::after {
	transform: translateX(-50%) rotate(45deg);
}

.accordion-title {
	color: var(--Gray-Text, #6A887F);
	font-family: "Playfair Display";
	font-size: 38px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;

}

.accordion-item.active .accordion-header .accordion-title {
	color: var(--Black, #204D44);
}

.accordion-header:hover .accordion-title {
	color: var(--Black, #204D44);
}


.accordion-content {
	display: none;
	padding-left: 70px;


}

.accordion-content p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.accordion-content span {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;

}

.accordion-content p a {
	color: var(--Green, #068D44);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	border-bottom: 1px solid var(--Green, #068D44);

}

.accordion-item.active .accordion-content {
	display: flex;
	padding-left: 70px;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}

.section-6-health {
	display: flex;
	padding: 150px 0;
	background: var(--White, #FFF);
}

.s-6-health {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.section-6-health-left {
	width: 51%;
	/*width: 850.0px;*/
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
	align-self: stretch;
}

.section-6-health-right {
	/*width: 705.0px;*/
	width: 41.45%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
	flex-shrink: 0;
}

.mob_ok,
.section-6-health-left h3 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 52px;
	font-weight: 400;
	line-height: 100%;

}

.s-6-health-bg-left {
	width: 850.0px;
	height: 553.0px;
}

.s-6-health-bg-left-text {
	width: 414.0px;
	height: 100%;
	display: flex;
	padding: 40px;
	flex-direction: column-reverse;
	justify-content: space-between;
	align-items: flex-start;
	background: var(--Green-Bright, #30A746);
	position: relative;
}

.bg-left-text_branch {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 40px;
	left: 40px;
}

.s-6-health-cirle {
	width: 140.0px;
	height: 140.0px;
	border-radius: 106.4px;
	opacity: 0.1;
	background: var(--White, #FFF);
	position: absolute;
}

.bg-left-text_branch img {
	position: absolute;
	top: -20px;
	left: -20px;
}

.s6-health-left-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;

}

.s6-health-left-text h4 {
	align-self: stretch;
	color: var(--White, #FFF);
	font-family: "Playfair Display";
	font-size: 38px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
}

.s6-health-left-text p {
	align-self: stretch;
	color: var(--White, #FFF);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	opacity: 0.65;

}

.s6-health-right-box1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;

}

.s6-health-right-box1 h3 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 44px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;

}

.slip {
	width: 457.0px;
	display: flex;
	align-items: stretch;
	align-content: flex-start;
	gap: 10px;
	align-self: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}

.slip p:nth-child(1),
.slip p:nth-child(2) {
	width: 48%;
}

.slip p {
	width: 100%;

}


.slip p {
	color: var(--Black, #204D44);
	text-align: center;
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.slip p {
	display: flex;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: var(--BG, #F3F5EF);

}


.s6-health-right-box2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
}

.s6-health-right-box2 h3 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 44px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
}


.s6-health-right-box2 ul,
.s6-health-right-box2 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.s6-health-right-box2 ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
}

/* Базовые стили для элемента списка */
.s6-health-right-box2 ul li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;

	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

/* Сам кружок через псевдоэлемент */
.s6-health-right-box2 ul li::before {
	content: '';
	position: relative;
	width: 6.0px;
	height: 6.0px;
	border-radius: 50%;
	background-color: var(--Green, #068D44);
	display: flex;
	flex-shrink: 0;
}



.s6-health-right-box3 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;

}

.s6-health-right-box3 h3 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 44px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;

}

.s6-health-right-box3-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;

}

.s6-health-right-box3-text p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.s6-health-right-box3-text a {
	color: var(--Green, #068D44);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	border-bottom: 1px solid var(--Green, #068D44);
}

.section-7-health {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
	padding: 150px 0 0 0;
}


.section-7-health h3 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 52px;
	font-weight: 400;
	line-height: 100%;

}

.s7-health-moments_box {
	display: flex;
	gap: 20px;
	align-self: stretch;
	align-items: stretch;
}

.moments-item {
	width: 33%;
	height: 680.0px;
	display: flex;
	padding: 40px 40px 0 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	background: var(--White, #FFF);
	position: relative;
}

.moments-item h3 {

	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 44px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
}

.moments-item-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;
}

.moments-item-text p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.moments-item-image-mob {
	display: none;
}

.moments-item-image {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.moments-item-image img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;

}

.moments-item-image-cirle {
	width: 178.0px;
	height: 178.0px;
	background: var(--BG, #F3F5EF);
	border-radius: 100%;
	z-index: 0;
	position: absolute;
	bottom: 42px;
	right: 45px;
}



.section-8-health {
	display: flex;
	align-items: center;
	gap: 165px;
	padding: 150px 0;
}

.section-8-health-left {
	width: 850.0px;
	height: 713.0px;
}

.section-8-health-right {
	width: 705.0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;

}

.section-8-health-right h3 {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: "Playfair Display";
	font-size: 52px;
	font-weight: 400;
	line-height: 100%;
}

.s8-health-right-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;
}

.s8-health-right-text p {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

/*****


Оздоровление END

*****/
.s-footer {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 150px 0;

}

.footer-left {
	width: 560.0px;
	height: 100%;
	display: flex;
	padding: 50px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	background: var(--BG, #F3F5EF);

}

.footer-left-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
}

.footer-left-info .p_title {
	align-self: stretch;
	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.info-mail {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;

}

.info-mail p {
	align-self: stretch;
	color: var(--Black, #204D44);
	font-family: Onest;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
}

.info-mail a {
	color: var(--Green, #068D44);
	font-family: Onest;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;

}


.location_footer {
	display: flex;
	align-items: center;
	gap: 10px;

	color: var(--Gray-Text, #6A887F);
	font-family: Onest;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.footer-right {
	width: 1140.0px;
	height: 100%;
	padding: 50px 40px;

	background: var(--Green-Bright, #30A746);
	position: relative;
}

.svg-bg-footer {
	position: absolute;
	top: 0;
	right: 50px;
}

.footer-right-content {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;


}

.footer-right-content p {
	color: var(--White, #FFF);
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	opacity: 0.5;

}

.footer-menu {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	z-index: 9;
}

ul.footer-menu,
.footer-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu li a {
	color: var(--White, #FFF);
	font-family: Onest;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;

}

.logo-footer {
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.mob_ok,
.header-mobile {
	display: none;
}




@media (max-width: 1720px) {

	.wrapper-header,
	.wrapper {
		max-width: 1520px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.about_me-history-text {
		padding-right: 30px;
	}

	.right-s-3-menu div {
		padding: 30px 20px;
	}

	.list-menu-bg {
		position: absolute;
		top: 220px;
		width: 70%;
	}

	.section-8-health {
		gap: 100px;
	}

	.section-6-health .s-6-health-bg-left {
		width: 100%;
		max-width: 850px;
	}

	.section-6-health .s-6-health-bg-left-text {
		width: 48%;
	}

	.section-2-health-left,
	.section-2-health-right {
		width: 48%;
	}

	/* 1720 - 200 */
	.moments-item {
		height: 750px;
	}

	.book-one-box {
		width: 32.3%;
	}
}



@media (max-width: 1600px) {

	.wrapper-header,
	.wrapper {
		max-width: 1400px;
		padding-left: 10px !important;
		padding-right: 10px !important;
		/* 1600 - 200 */
	}

	.section-1-about_me {
		gap: 100px;
		/*overflow: hidden;*/
	}

	.section-1-about_me img.list-about_me {
		width: 30%;
	}

	.s-4-menu-center {
		width: 50%;
	}

	.s-1-menu-text h3 {
		font-size: 56px;
	}

	.s-1-menu-text p {
		font-size: 20px;
	}

	.section-8-health {
		gap: 60px;
	}

	.section-8-health-left,
	.section-8-health-right {
		width: 48%;
	}

	/*.section-6-health-left,
	.section-6-health-right {
		width: 100%;
	}*/

	.section-6-health .s-6-health-bg-left {
		width: 100%;
	}

	.section-6-health .slip {
		width: 100%;
	}

	.section-2-health-left {
		gap: 40px;
	}

	/*.list-health-bg {
		width: 70%;
	}*/

	.book-title {
		width: 350px;
	}

	html {
		zoom: 0.90;
	}
}

@media (max-width: 1440px) {

	.wrapper-header,
	.wrapper {
		max-width: 1290px;
	}

	.section_about_me h1,
	.section_contact_left a,
	.section_contact_left h1 {
		font-size: 58px;
	}

	.section_contact_left,
	.section_contact_right {
		width: 48%;
	}

	.s3-about_me-right-text h5 {
		font-size: 42px;
	}

	.s3-about_me-left {
		height: 600px;
	}

	.section-1-menu {
		width: 100%;
		height: 610px;
		padding: 130px 0 60px 0;
		display: flex;
	}

	.section-3-menu {
		gap: 40px;
		padding: 130px 0;
	}

	.section-4-menu {
		padding: 130px 0;
	}

	.s-2-menu {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding: 120px 0;
		flex-direction: column;
		gap: 40px;
	}

	.s-2-menu-left,
	.s-2-menu-right {
		width: 100%;
		max-width: 100%;
	}

	.s-5-menu-right-box1 {
		display: flex;
		align-items: center;
		gap: 20px;
		align-self: stretch;
		flex-wrap: wrap;
	}

	.box1-column {
		width: 100%;
		height: 300px;
	}

	.heading-s2-right p:nth-child(1) {
		font-size: 48px;
	}

	.section-5-health h2 {
		font-size: 48px;
	}

	.section-4-health {
		padding-bottom: 120px;
		gap: 40px;
	}

	.section-4-health-right h4 {
		font-size: 48px;
	}

	.section-8-health {
		flex-direction: column-reverse;
		align-items: stretch;
		gap: 40px;
		padding: 120px 0;
	}

	.section-8-health-left,
	.section-8-health-right {
		width: 100%;
	}

	.section-8-health-left {
		height: 500px;
	}

	.section-8-health-right h3 {
		font-size: 46px;
	}

	.section-6-health {
		padding: 120px 0;
	}

	.section-6-health .s-6-health {
		flex-direction: column-reverse;

		gap: 50px;
	}

	.s6-health-right-box1,
	.section-6-health-left,
	.section-6-health-right {
		width: 100%;
	}

	.mob_ok,
	.section-6-health-left h3 {
		font-size: 46px;
	}

	.section-6-health .s-6-health-bg-left {
		width: 100%;
		height: 480px;
	}

	.section-6-health .s6-health-right-box1 h3,
	.section-6-health .s6-health-right-box2 h3,
	.section-6-health .s6-health-right-box3 h3 {
		font-size: 38px;
	}

	.section-2-health {
		padding: 120px 0;
	}

	.section-2-health .s-2-health {
		flex-direction: column;
		gap: 50px;
	}

	.section-2-health-left,
	.section-2-health-right {
		width: 100%;
	}

	.section-2-health-left h2 {
		font-size: 46px;
	}

	.section-2-health-right {
		justify-content: flex-start;
	}

	.moments-item {
		height: 780px;
	}

	.s-1-health-title h1 {
		font-size: 54px;
	}

	.book-all-box {
		display: flex;
		align-items: flex-start;
		gap: 20px;
		align-self: stretch;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.book-one-box {
		width: 88.3%;
	}

	.book-title {
		width: 80%;
	}

	.book-name {
		font-size: 28px;
	}

	.section-1-avtor-head h2 {
		font-size: 54px;
	}

	html {
		zoom: 0.80;
	}

	.mob_none {
		display: none;
	}

	.mob_ok {
		display: block;
	}

	/* 1440 * 0.8958 */
}

@media (max-width: 1280px) {


	.wrapper-header,
	.wrapper {
		max-width: 1147px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.footer-right {
		width: 820px;
	}

	.svg-bg-footer {
		position: absolute;
		top: 0;
		right: 0;
	}

	.s-2-menu,
	.section-2-about_me,
	.section-3-about_me {
		padding: 100px 0px;
	}

	.section-1-about_me img.list-about_me {
		position: absolute;
		right: 0px;
		top: 260px;
	}

	.section-2-about_me {
		display: flex;
		align-items: flex-start;
		gap: 20px;
		align-self: stretch;
		flex-direction: column;
	}

	.about_me-history {
		width: 100%;
		gap: 35px;
	}

	.section-1-avtor-about_me {
		width: 100%;
		display: flex;
		padding: 0 0;
		align-items: center;
		gap: 20px;
	}

	.section_about_me h1 {
		font-size: 54px;
	}

	.about_me-history-text p:nth-child(1) {
		font-size: 20px;
	}

	.s-2-menu-left-box1 h2 {
		font-size: 46px;
	}

	.section-1-menu {
		height: 530px;
		padding: 50px 0 60px 0;
	}

	.s-3-menu-recommendations {
		flex-direction: column;
		gap: 30px;
	}

	.left-s-3-menu,
	.right-s-3-menu {
		width: 100%;
	}

	.right-s-3-menu div {
		width: 49%;
	}

	.section-4-menu {
		padding-bottom: 100px;
		flex-direction: column;
		align-items: center;
	}

	.s-4-menu-left,
	.s-4-menu-right {
		width: 100%;
	}

	.s-3-menu-text h3 {
		font-size: 48px;
	}

	.count_capsul p:nth-child(1) {

		font-size: 26px;
	}

	.header-home-bg {
		position: relative;
		background: linear-gradient(to right, #FFF 108.77%, #30A746 50%);
	}

	.section-1-home {
		background-color: #F3F5EF;
		position: relative;
		height: 100%;
		display: flex;
		flex-direction: column;
		padding: 50px 0 50px 0;
		gap: 50px;
	}

	.section-1-h {
		height: 100%;

		display: flex;
		flex-direction: column;
	}

	.section-1-avtor {
		width: 100%;
		height: max-content;
		position: relative;
		top: auto;
		z-index: 5;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		gap: 35px;
	}

	.section-1-home-bg {

		position: relative;
		width: 100%;

		height: 400px;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -1;
	}

	.section-1-avtor-head {
		bottom: auto;
		position: relative;
		z-index: 5;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		left: auto;
		transform: none;
		order: -1;
	}

	.section-1-avtor-left,
	.section-1-avtor-right {
		width: 100%;
	}

	.section-1-avtor-right p:nth-child(1) {
		color: var(--Black, #204D44);
		font-family: "Playfair Display";
		font-size: 80px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%;
		text-align: end;
	}

	.section-1-avtor-right p:nth-child(2) {

		align-self: stretch;
		color: var(--Gray-Text, #6A887F);

		font-family: Onest;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		text-align: end;
	}

	.section-1-avtor-head h2 {
		font-size: 54px;
	}

	.heading-s2-right p:nth-child(1) {
		font-size: 44px;
	}

	.m_colon {
		height: 125px;
	}

	.section-4-health {
		flex-direction: column;
		gap: 40px;
		padding-bottom: 100px;
	}

	.section-4-health-left,
	.section-4-health-right {
		width: 100%;
	}

	.section-4-health-right {
		gap: 40px;
	}

	.section-4-health-right h4 {
		font-size: 44px;
	}

	.section-5-health {
		padding-bottom: 100px;
	}

	.section-5-health h2 {
		font-size: 44px;
	}

	.section-5-health .accordion-title {
		font-size: 34px;
	}

	.section-4-health-left img {
		display: none;
	}

	.section-8-health {
		padding: 100px 0;
		gap: 35px;
	}

	.section-8-health-left {
		height: 450px;
	}

	.section-8-health-right {
		gap: 40px;
	}

	.section-8-health-right h3 {
		font-size: 44px;
	}

	.section-6-health {
		padding: 100px 0;
	}

	.section-6-health .s-6-health {
		gap: 40px;
	}

	.section-6-health-left {
		gap: 40px;
	}

	.section-6-health-right {
		gap: 40px;
	}

	.mob_ok,
	.section-6-health-left h3 {
		font-size: 44px;
	}

	.section-6-health .s-6-health-bg-left {
		height: 450px;
	}

	.section-6-health .s-6-health-bg-left-text {
		width: 55%;
		padding: 30px;
	}

	.section-2-health {
		padding: 100px 0;
	}

	.section-2-health .s-2-health {
		gap: 40px;
	}

	.section-2-health-left {
		gap: 40px;
	}

	.section-2-health-left h2 {
		font-size: 44px;
	}

	.section-2-health .adviсe-box-one {
		width: 48%;
	}

	.section-7-health h3 {
		font-size: 44px;
	}

	.section-7-health {
		padding: 100px 0 0 0;
	}

	.moments-item {
		width: 100%;
		height: max-content;
		display: flex;
		padding: 40px 240px 40px 40px;
	}

	.moments-item-image img {
		position: absolute;
		bottom: 0;
		left: auto;
		right: 0;
		z-index: 1;
	}

	.s7-health-moments_box {
		display: flex;
		gap: 20px;
		align-self: stretch;
		align-items: stretch;
		flex-direction: column;
	}

	.s-1-health-title h1 {
		font-size: 50px;
	}

	.list-health-bg {
		/*bottom: 270px;*/
		/*bottom: -170px;*/
		width: 40%;
	}

	.section-1-health {
		width: 100%;
		height: 440px;
		padding: 50px 0 100px 0;
		display: flex;

	}

	.section-3-health-title {
		width: 100%;
	}

	.section-3-health-title h3 {
		font-size: 40px;
	}

	.section-1-avtor-head h2 {
		font-size: 50px;
	}

	.header-home-bg {

		background-image: none
	}

	.s-3-home-head h4 {
		font-size: 46px;
	}

	/* 1280 * 0.8958 */
}

@media (max-width: 1024px) {

	.wrapper-header,
	.wrapper {
		max-width: 917px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.header-desktop {
		display: none;
	}

	.header-mobile {
		width: 250.0px;
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.header-mobile-email {
		color: var(--Gray-Text, #6A887F);
		text-align: right;
		font-family: Onest;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;

	}

	.wrapper-header {
		justify-content: space-between;
	}

	.site-branding {
		width: 45.0px;
		height: 45.0px;
	}

	.mobile-menu {
		width: 45.0px;

		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		aspect-ratio: 1/1;
		border-radius: 50px;
		border: 2px solid var(--Stroke-in-BG, #D9E0DA);

	}

	.section-1-contact {
		flex-direction: column;
		gap: 30px;
	}

	.section_contact_left,
	.section_contact_right {
		width: 100%;
	}

	.svg-bg-footer {
		display: none;
	}

	.s-footer {
		height: 100%;
		display: flex;
		align-items: center;
		gap: 20px;
		padding: 80px 0;
		flex-direction: column;
	}

	.footer-right,
	.footer-left {
		width: 100%;
	}

	.ymap-map {
		padding: 50px 0 80px 0;
	}

	#header {
		list-style: none;
		display: flex;
		align-items: flex-start;
		gap: 10px;
		flex-direction: column;
	}

	#header li a,
	#header li.current a {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 20px;
	}

	#header li.current a,
	#header li a {
		color: var(--Black, #204D44);
		font-family: Onest;
		font-size: 22px;
		font-style: normal;
		font-weight: 500;
		line-height: 125%;

	}

	.s3-about_me-right-text h5 {
		font-size: 38px;
	}

	.s3-about_me-right-text p {
		font-size: 16px;
	}


	.s3-about_me-right {
		gap: 30px;
	}

	.section_about_me {
		width: 100%;
	}

	.section_about_me h1 {
		font-size: 52px;
	}

	.section_about_me p {
		font-size: 16px;
	}

	.about_me-history h2 {
		font-size: 40px;
	}

	.s-2-menu,
	.section-2-about_me,
	.section-3-about_me {
		padding: 80px 0px;
		position: relative;
	}

	.about_me-history-text p:nth-child(1) {
		font-size: 18px;
	}

	.section-2-about_me {
		padding: 80px 30px !important;
		position: relative;
	}

	.section-2-about_me::after {
		content: '';
		width: 7px;
		height: 70%;
		border-left: 1px solid var(--Stroke-in-BG, #D9E0DA);
		position: absolute;
		left: 2px;
		top: 98px;
	}

	.about_me-history h2 {
		display: flex;
		align-items: center;
	}

	.about_me-history h2::before {
		content: '';
		width: 24px;
		border-top: 1px solid var(--Stroke-in-BG, #D9E0DA);
		position: absolute;
		left: 2px;
	}

	.about_me-history-years .line {
		display: none;
	}

	.s-1-menu-text p {
		font-size: 18px;
	}

	.s-5-menu-left-box1 h3 {
		font-size: 46px;
	}

	.s-5-menu-left-box2 h4 {
		font-size: 34px;
	}

	.right-s-3-menu div {
		width: 48%;
	}

	.section-3-menu {
		padding: 100px 0 0 0;
	}

	.section-4-menu {
		padding: 100px 0;
	}

	.s-1-menu-text h3 {
		font-size: 46px;
	}

	.list-menu-bg {
		position: absolute;
		top: 310px;
		width: 70%;
	}

	.section-1-menu {
		height: 600px;
		padding: 50px 0 60px 0;
	}

	.tab-pane {
		gap: 30px;
	}

	.tab-pane-day-food h4 {
		width: 100%;
		font-size: 28px;
	}

	.tab-pane-day-food {
		flex-direction: column;
	}

	.section-1-avtor-head h2 {
		font-size: 48px;
	}

	.section-2-home {
		display: flex;
		padding: 80px 0;
		align-items: center;
		gap: 50px;
		align-self: stretch;
		background: var(--White, #FFF);
		flex-direction: column-reverse;
	}

	.heading-s2-right p:nth-child(1) {
		font-size: 40px;
	}

	.section-2-home-left,
	.section-2-home-right {
		width: 100%;
	}

	.habit_s3-all {
		display: flex;
		align-items: stretch;
		gap: 20px;
		align-self: stretch;
		flex-direction: column;
	}

	.habit_s3-column,
	.habit_s3-4-one {
		width: 100%;

	}

	.habit_s3-4-one-text h4 {
		font-size: 28px;
	}

	.section-4-health {
		padding-bottom: 90px;
		gap: 35px;
	}

	.section-4-health-right {
		gap: 35px;
	}

	.section-4-health-right h4 {
		font-size: 40px;
	}

	.section-4-health .s-4-health-right-text_box {
		gap: 24px;
	}

	.section-5-health .accordion-title {
		font-size: 30px;
	}

	.section-5-health .accordion-icon {
		width: 25px;
		height: 25px;
	}

	.section-8-health {
		padding: 80px 0;
		gap: 30px;
	}

	.section-8-health-left {
		height: 400px;
	}

	.section-8-health-right {
		gap: 35px;
	}

	.section-8-health-right h3 {
		font-size: 40px;
	}

	.section-6-health {
		padding: 80px 0;
	}

	.mob_ok,
	.section-6-health-left h3 {
		font-size: 40px;
	}

	.section-6-health .s-6-health-bg-left {
		height: 400px;
	}

	.section-6-health .s6-health-left-text h4 {
		font-size: 32px;
	}

	.section-6-health .s6-health-right-box1 h3,
	.section-6-health .s6-health-right-box2 h3,
	.section-6-health .s6-health-right-box3 h3 {
		font-size: 36px;
	}

	.section-2-health {
		padding: 80px 0;
	}

	.section-2-health-left h2 {
		font-size: 40px;
	}

	.section-2-health .adviсe-box-one {
		width: 100%;
	}

	.section-2-health-right p {
		font-size: 17px;
	}

	.section-7-health h3 {
		font-size: 40px;
	}

	.section-7-health {
		padding: 80px 0 0 0;
	}

	.s-1-health-title h1 {
		font-size: 46px;
	}

	.list-health-bg {
		position: relative;
		width: 50%;
		bottom: auto;
		right: auto;
	}

	.section-1-health {
		width: 100%;
		height: 100%;
		padding: 50px 0 80px 0;
		display: flex;
		flex-direction: column;
		gap: 50px;
		align-items: flex-end;
	}

	.s-1-health-title p {
		font-size: 20px;
	}

	.s-1-health {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;
	}

	.s-1-health-quote-text,
	.s-1-health-quote,
	.s-1-health-title {
		width: 100%;
	}

	.book-name {
		font-size: 24px;
	}

	html {
		zoom: 1;
	}

	.s-3-home-head h4 {
		font-size: 42px;
	}

	/* 1024 * 0.8958 */
}

@media (max-width: 768px) {

	.section-1-avtor,
	.wrapper-header,
	.wrapper {
		max-width: 688px;
		margin: 0 auto;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}



	.ymap-map {
		padding: 30px 0 30px 0;
	}

	p {
		font-size: 16px;
	}


	.section_contact_left h1 {
		font-size: 40px;
	}

	.section_contact_left a {
		font-size: 35px;
	}

	.section_contact_right-adress p:nth-child(2) {

		font-size: 22px;
	}

	.contact_text_adress_r {
		font-size: 16px;
	}

	.section_contact_right {
		gap: 20px;
	}

	.footer-left-info .p_title {
		font-size: 14px;
	}

	.info-mail a,
	.info-mail p {
		font-size: 22px;
	}

	.footer-left {
		gap: 40px;
	}

	.footer-menu li a {
		font-size: 22px;

	}

	.logo-footer {
		opacity: 0.2;
	}

	.section-3-about_me {
		display: flex;
		padding: 80px 0px;
	}

	.s3-about_me-right-text h5 {
		font-size: 35px;
	}

	.s3-about_me {
		display: flex;
		align-items: center;
		justify-content: space-between;
		align-self: stretch;
		flex-direction: column-reverse;
		gap: 40px;
	}

	.s3-about_me-left,
	.s3-about_me-right {
		width: 100%;
	}

	.s3-about_me-left {
		height: 270.0px;
	}

	.section-1-about_me img.list-about_me {
		position: absolute;
		right: 0px;
		top: 400px;
	}

	.section_about_me h1 {
		font-size: 40px;
	}

	.section-1-about_me {
		gap: 60px;
	}

	.about_me-history h2 {
		font-size: 35px;
	}

	.section-2-about_me {
		padding: 80px 30px !important;
		position: relative;
		z-index: 0;
	}

	.section-1-avtor-about_me-who p:nth-child(1) {
		font-size: 16px;
	}

	.section-1-avtor-about_me-who p:nth-child(2) {
		font-size: 14px;
	}

	.section-1-avtor-about_me img {
		width: 70.0px;
		height: 70.0px;
	}

	.section-1-about_me img.list-about_me {
		position: absolute;
		right: 0;
		top: 290px;
		width: 40%;
		z-index: -5;
	}

	.about_me-history {
		gap: 25px;
	}

	.about_me-history-text P:nth-child(2) {
		font-size: 16px;
	}

	.s-4-menu-center {
		order: -1;
	}

	.section-3-menu {
		padding: 80px 0 0 0;
	}

	.section-4-menu {
		padding: 80px 0;
		overflow: hidden;
	}

	.s-4-menu-center {
		width: 100%;
		background-size: 70% !important;
		background-position: center !important;
	}

	.right-s-3-menu div {
		width: 100%;
	}

	.s-4-menu-left,
	.s-4-menu-right {
		gap: 20px;
	}

	.s-5-menu {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
		gap: 40px;
	}

	.s-5-menu-left,
	.s-5-menu-right {
		width: 100%;
	}

	.s-4-menu-center-cirle {
		width: 304.9px;
		height: 304.9px;

	}

	.list-menu {
		display: flex;
		flex-direction: column;
		gap: 20px 92px;
		height: 100%;
		margin-top: 10px !important;
		flex-wrap: wrap;
		align-content: flex-start;
		order: 1;
	}

	.section-1-menu {
		width: 100%;
		height: max-content;
		padding: 50px 0;
		display: flex;
		flex-direction: column;
	}

	.list-menu-bg {
		position: relative;
		top: 0;
		width: 100%;
		right: 0;
		left: 0;
	}

	.s-1-menu-text {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
	}

	.s-2-menu-left-box1 h2 {
		font-size: 35px;
	}

	.s2-menu-left-box1-text p {
		font-size: 16px;
	}

	.s-2-menu-left-box2 p:nth-child(2) {
		font-size: 16px;
	}

	.s-2-menu-left-box2 p:nth-child(1) {
		font-size: 14px;
	}

	.s-3-menu-text h3 {
		font-size: 35px;
	}

	.s-3-menu-text p {
		font-size: 16px;
	}

	.s-3-menu-text p svg {
		flex-shrink: 0;
	}

	.left-s-3-menu-capsul h4 {
		font-size: 26px;
	}

	.count_capsul p:nth-child(1) {

		font-size: 22px;
	}

	.left-s-3-menu div:last-child {
		right: -110px;
		bottom: -0;
	}

	.left-s-3-menu,
	.right-s-3-menu {
		width: 100%;
		overflow: hidden;
	}

	.count_capsul p:nth-child(2) {
		color: #FFF;
		font-family: Onest;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		opacity: 0.65;
	}

	.count_capsul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		width: 50%;
	}

	.left-s-3-menu-capsul {
		height: 385.0px;
		padding: 30px;
	}

	.s-5-menu-left-box2 h4 {
		font-size: 26px;
	}

	.menu-left-box2-ul li {
		font-size: 16px;
	}

	.box1-column-text p:nth-child(1),
	.box1-column-text p:nth-child(2) {
		font-size: 16px;
	}

	.box1-column {
		width: 100%;
		height: auto;
		background: linear-gradient(to left, #D9E0DA 17%, #F3F5EF 5%);
		display: flex;
		flex-direction: row;
		padding: 30px 100px 30px 30px;
	}

	.box1-column div:nth-child(2) {
		width: 124.0px !important;
		height: 99.0px !important;
		background-size: cover !important;
		top: 0;
	}

	.section-5-menu {
		display: flex;
		padding: 80px 0;
	}

	.section-1-avtor-right {
		width: 100%;
		display: flex;
		padding: 0;
		flex-direction: row;
		align-items: center;
		gap: 12px;
		border-top: 1px solid var(--Green-Bright, #30A746);
	}

	.section-1-avtor-right {
		border-top: 0px solid var(--Green-Bright, #ffffff00);
	}

	.section-1-avtor-right p:nth-child(2) {
		font-size: 16px;
		text-align: start;
		display: flex;
		align-items: center;
	}

	.section-1-avtor-right p:nth-child(1) {
		font-size: 40px;
	}

	.section-1-avtor-left {
		padding: 0;
	}

	.section-1-avtor-head h2 {
		font-size: 44px;
	}

	.colon_h-left {
		width: 100%;
		height: 349.0px;
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-end;
	}

	.m_colon {
		width: 52%;
		height: 140px;
		display: flex;
		padding: 20px;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		flex: 0;
		background: var(--BG, #F3F5EF);
	}

	.s_colon {
		width: 72%;
		height: 150px;
		display: flex;
		padding: 20px;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		flex: 0;
		background: #E3E8D9;
	}

	.b_colon {
		width: 100%;
		/* height: max-content; */
		display: flex;
		height: 140px;
		padding: 20px;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		flex: 0;
		background: var(--Green, #068D44);
	}

	.colon_h-left {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
	}

	.heading-s2-right p:nth-child(1) {
		font-size: 35px;
	}

	.heading-s2-right p:nth-child(2) {
		font-size: 16px;
	}

	.connector-svg {
		position: absolute;
		bottom: 55px;
		left: auto;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 5;
	}

	.section-2-home-left {
		/* width: 850.0px; */
		height: 590px;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		background-size: cover;
		background-position-y: -110px;
		overflow: hidden;
	}

	.habit_s3-one {
		width: 100%;
		height: 242.0px;
		padding: 50px 100px 30px 30px;
	}

	.habit_s3-one-img {
		width: 110.9px;
		height: 110.9px;
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.habit_name-s3 {
		color: var(--Black, #204D44);
		text-align: center;
		font-family: Onest;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		position: absolute;
		top: 20px;
		right: auto;
		left: 20px;
	}

	.habit_s3-one-img::after {
		width: 88.4px;
		height: 88.4px;
	}

	.habit_s3-one-img img {
		width: 110.9px;
		height: 110.9px;
	}

	.habit_s3-one-text h4 {
		font-size: 26px;
	}

	.habit_s3-4-one {
		width: 100%;
		/*height: 432.0px;*/
	}

	.section-3-home {
		background: #F3F5EF;
		padding: 80px 0;
	}

	.habit_s3-4-one-text p {
		font-size: 16px;
	}

	.section-4-health {
		padding-bottom: 80px;
		gap: 30px;
	}

	.section-4-health-right {
		gap: 30px;
	}

	.section-4-health-right h4 {
		font-size: 35px;
	}

	.section-4-health .s-4-health-right-text_box {
		gap: 20px;
	}

	.section-4-health .s-4-health-right-text_box_p p,
	.section-4-health .s-4-health-right-text_green-box_p p {
		font-size: 16px;
	}

	.section-4-health .s-4-health-right-text_green-box {
		padding: 30px;
		gap: 16px;
	}

	.section-4-health .s-4-health-right-text_green-box_title {
		font-size: 14px;
	}

	.section-5-health {
		padding-bottom: 80px;
		gap: 40px;
	}

	.section-5-health h2 {
		font-size: 35px;
	}

	.section-5-health .accordion-title {
		font-size: 28px;
	}

	.section-5-health .accordion-content span,
	.section-5-health .accordion-content p {
		font-size: 16px;
	}

	.section-5-health .accordion-item {
		padding: 30px;
		gap: 20px;
	}

	.section-5-health .accordion-item.active .accordion-content {
		display: flex;
		padding-left: 0;
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.section-8-health {
		padding: 80px 0;
		gap: 30px;
	}

	.section-8-health-left {
		height: 350px;
	}

	.section-8-health-right {
		gap: 30px;
	}

	.section-8-health-right h3 {
		font-size: 35px;
	}

	.section-8-health .s8-health-right-text p {
		font-size: 16px;
	}

	.section-8-health .s8-health-right-text .line_p {
		padding-left: 16px;
	}

	.section-6-health {
		padding: 80px 0;
	}

	.section-6-health-left,
	.section-6-health-right {
		gap: 30px;
	}

	.mob_ok,
	.section-6-health-left h3 {
		font-size: 35px;
	}

	.section-6-health .s-6-health-bg-left {
		height: 453px;
	}

	.section-6-health .s-6-health-bg-left-text {
		width: 100%;
		height: max-content;
		padding: 24px;
	}

	.s-6-health-bg-left-text {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
		align-items: flex-start;
		background: var(--Green-Bright, #30A746);
		position: relative;
	}

	.bg-left-text_branch {
		width: 93.4px;
		height: 93.4px;
		position: absolute;
		top: 20px;
		left: auto;
		right: 20px;
	}

	.s6-health-left-text {
		gap: 50px;
	}

	.s-6-health-cirle {
		width: 54px;
		height: 54px;
	}

	.section-6-health .s6-health-left-text h4 {
		font-size: 28px;
		width: 80%;
	}

	.section-6-health .s6-health-left-text p {
		font-size: 16px;
	}

	.section-6-health .s6-health-right-box1 h3,
	.section-6-health .s6-health-right-box2 h3,
	.section-6-health .s6-health-right-box3 h3 {
		font-size: 30px;
	}

	.section-6-health .slip p:nth-child(1),
	.section-6-health .slip p:nth-child(2) {
		width: 100%;
	}

	.section-6-health .s6-health-right-box2 ul li {
		font-size: 16px;
	}

	.section-6-health .s6-health-right-box3-text p {
		font-size: 16px;
	}

	.section-6-health .bg-left-text_branch img {
		max-width: 120px;
	}

	.section-2-health {
		padding: 80px 0;
	}

	.section-2-health .s-2-health {
		gap: 30px;
	}

	.section-2-health-left {
		gap: 30px;
	}

	.section-2-health-left h2 {
		font-size: 35px;
	}

	.section-2-health .adviсe-box-one {
		padding: 30px;
		gap: 20px;
	}

	.section-2-health .adviсe-box-one-text h6 {
		font-size: 18px;
	}

	.section-2-health .adviсe-box-one-text p,
	.section-2-health-right p {
		font-size: 16px;
	}

	.section-2-health-right .line_p {
		padding-left: 16px;
	}

	.section-7-health h3 {
		font-size: 35px;
		align-content: center;
		flex-direction: row;
		align-items: center;
		gap: 20px;
	}

	.moments-item-image {
		display: none;
	}

	.moments-item-image-mob {
		display: block;
		width: 20%;
	}

	.moments-item {
		width: 100%;
		height: max-content;
		display: flex;
		padding: 30px;
	}

	.moments-item-text p {
		font-size: 16px;
	}

	.s-1-health-title h1 {
		font-size: 44px;
	}

	.section-3-health-title h3 {
		font-size: 35px;
	}

	.section-3-health-title p {
		font-size: 16px;
	}

	.section-3-health {
		padding: 80px 0;
	}

	.book-title {
		width: 80%;
		padding: 30px;
	}

	.book-one-box {
		width: 100%;
	}

	.book-name {
		font-size: 22px;
	}

	.btn-buy-book {
		font-size: 14px;
	}

	.s-3-home-head p {
		font-size: 16px;
	}

	.list-health-bg {
		width: 70%;
	}

	/* 768 * 0.8958 */
}

@media (max-width: 480px) {

	.section-1-avtor,
	.wrapper-header,
	.wrapper {
		/*max-width: 360px;**/
		max-width: 340px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.header-mobile-email {
		font-size: 14px;
	}

	.header-mobile {
		width: 200.0px;
	}

	.section-2-about_me {
		padding: 80px 30px !important;
		position: relative;
	}

	.section-1-about_me img.list-about_me {
		position: absolute;
		right: 0;
		top: 453px;
		width: 45%;
		z-index: -1;
	}

	.s-1-menu-text h3 {
		font-size: 40px;
	}

	.list-menu {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.list-menu li {
		font-size: 16px;
	}

	.tab-pane-day-food h4 {
		width: 100%;
		font-size: 26px;
	}

	.section-1-avtor-head h2 {
		font-size: 40px;
	}

	.section-1-avtor-head p {
		font-size: 18px;
	}

	.section-1-avtor-right p::first-letter:nth-child(2) {
		text-transform: uppercase;
	}

	.section-1-avtor-right p:nth-child(2) {
		font-size: 16px;
		text-align: start;
		display: flex;
		align-items: center;
	}

	.habit_s3-one-text p {
		font-size: 16px;
	}

	.section-2-home-left {
		background-position-y: -130px;
		background-position-x: -150px;
	}

	.habit_s3-4-one-text h4 {
		font-size: 26px;
	}

	.s3_4_habit_btn_name {
		font-size: 14px;
	}

	.section-4-health {
		padding-bottom: 60px;
		gap: 24px;
	}

	.section-4-health-right {
		gap: 24px;
	}

	.section-4-health-right h4 {
		font-size: 28px;
	}

	.section-4-health .s-4-health-right-text_box {
		gap: 16px;
	}

	.section-4-health .s-4-health-right-text_box_p p,
	.section-4-health .s-4-health-right-text_green-box_p p {
		font-size: 16px;
	}

	.section-4-health .s-4-health-right-text_green-box {
		padding: 20px;
		gap: 12px;
	}

	.section-5-health .accordion-title {
		font-size: 26px;
	}

	.section-8-health {
		padding: 80px 0;
		gap: 40px;
	}

	.section-8-health-left {
		height: 280px;
	}

	.section-8-health-right {
		gap: 24px;
	}

	.section-8-health-right h3 {
		font-size: 35px;
	}

	.section-8-health .s8-health-right-text {
		gap: 12px;
	}

	.section-8-health .s8-health-right-text p {
		font-size: 16px;
	}

	.section-6-health {
		padding: 60px 0;
	}

	.mob_ok,
	.section-6-health-left h3 {
		font-size: 30px;
	}


	.section-6-health .s-6-health-bg-left-text {
		width: 100%;
		padding: 20px;
	}


	.section-6-health .s6-health-left-text h4 {
		font-size: 24px;
	}

	.section-6-health .s6-health-right-box1 h3,
	.section-6-health .s6-health-right-box2 h3,
	.section-6-health .s6-health-right-box3 h3 {
		font-size: 26px;
	}

	.section-6-health .slip p {
		font-size: 14px;
		padding: 10px 12px;
	}

	.section-6-health .s6-health-right-box1,
	.section-6-health .s6-health-right-box2,
	.section-6-health .s6-health-right-box3 {
		gap: 20px;
	}

	.section-2-health {
		padding: 60px 0;
	}

	.section-2-health .s-2-health {
		gap: 24px;
	}

	.section-2-health-left {
		gap: 24px;
	}

	.section-2-health-left h2 {
		font-size: 30px;
	}

	.section-2-health .adviсe-box-all {
		gap: 16px;
	}

	.section-2-health .adviсe-box-one {
		padding: 20px;
		gap: 16px;
	}

	.section-2-health .adviсe-box-one-text h6 {
		font-size: 16px;
	}

	.section-2-health .adviсe-box-one-text p,
	.section-2-health-right p {
		font-size: 15px;
	}

	.section-7-health h3 {
		font-size: 26px;
	}

	.section-7-health {
		padding: 50px 0 0 0;
	}

	.s-1-health-title h1 {
		font-size: 40px;
	}

	.list-health-bg {
		width: 100%;
	}

	.s-4-menu-center-cirle {
		width: 280px;
		height: 280px;

	}

	.s-3-home-head h4 {
		font-size: 36px;
	}

	.habit_s3-one-img {
		width: 110.9px;
		height: 110.9px;
		position: absolute;
		top: 0px;
		right: 0px;
	}


	.habit_name-s3-4 {
		position: absolute;
		top: 20px;
		right: 30px;
	}

	.habit_s3-one-text h4 {
		font-size: 25px;
	}

	.section-1-health {
		padding: 20px 0 20px 0;
	}

	/* 480 * 0.8958 */

}





/* 
МЕНЮ
*/
/* ========== БУРГЕР ========== */
.burger {
	--burger-width: 16px;
	--burger-height: 10px;
	--bar-height: 2px;
	--bar-color: var(--Gray-Text, #6A887F);
	;
	--transition: 0.3s;

	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	width: var(--burger-width);
	height: var(--burger-height);
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	position: relative;
	z-index: 110;
	/* выше меню и оверлея */
}

.burger span {
	display: block;
	width: 100%;
	height: var(--bar-height);
	background: var(--bar-color);
	border-radius: 2px;
	transition: transform var(--transition), opacity var(--transition);
	transform-origin: center;
}

.burger.active span:nth-child(1) {
	transform: translateY(calc((var(--burger-height) - var(--bar-height)) / 2)) rotate(45deg);
}

.burger.active span:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}

.burger.active span:nth-child(3) {
	transform: translateY(calc(-1 * (var(--burger-height) - var(--bar-height)) / 2)) rotate(-45deg);
}

/* ========== ОВЕРЛЕЙ ========== */
.overlay {
	position: fixed;
	top: 85px;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

.overlay.active {
	opacity: 1;
	visibility: visible;
}

/* ========== БОКОВОЕ МЕНЮ ========== */
.side-menu {
	position: fixed;
	top: 85px;
	right: 0;
	transform: translateX(100%);
	width: 300px;
	/* ширина меню */
	height: 100vh;
	background: var(--BG, #F3F5EF);
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	transition: transform 0.3s ease-in-out;
	padding: 80px 30px 30px;
	/* верхний отступ под бургер */
	box-sizing: border-box;
}

.side-menu.active {
	transform: translateX(0);
	/* выезжает */
}

/* Стили для списка */
.side-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


.side-menu a {
	text-decoration: none;
	color: #333;
	font-size: 18px;
	font-family: sans-serif;
	transition: color 0.2s;
}

.side-menu a:hover {
	color: #007bff;
}

/* 
МЕНЮ
*/
.item-hidden {
	display: none !important;
}

.show-more-btn {
	margin-top: 20px;
	background: #30a746;
	border: none;
	color: white;
	font-size: 1rem;
	font-weight: 500;
	padding: 12px 24px;
	border-radius: 40px;
	cursor: pointer;
	width: fit-content;
	align-self: center;
	transition: 0.2s;
}