html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:hover {
	border: 0;
}

body,
input,
button,
textarea {
	font-family: "Space Grotesk", sans-serif;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body {}

body a {
	text-decoration: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}
/* header */
.global-navigation-wrapper {
	z-index: 1000;
	background: #223740;
}

.global-navigation-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:15px;
	max-width: 1200px;
	margin: 0 auto;
}

.brand-identity-section .brand-logo-link {
	font-size: 1.5rem;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	transition: color 0.3s ease;
}


/* Навигационное меню */
.primary-navigation .navigation-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 20px;
}

.primary-navigation .navigation-list-item {
	margin: 0;
}

.primary-navigation .navigation-link {
	text-decoration: none;
	font-weight: 500;
	color: #ffffff;
	transition: color 0.3s ease;
}

.primary-navigation .navigation-link:hover {
	color: #2a7d2e;
}

/* Выпадающий список для языка */
.language-selection-dropdown {
	position: relative;
}

.language-toggle-checkbox {
	display: none;
}
.language-dropdown-toggle-button {}
.language-dropdown-toggle-button i{
	width: 13px;
	height: 13px;
	min-width: 13px;
	background: url(img/arrow-down.png) center / 13px no-repeat;
	transition: all 300msease-in-out 0s;
}
.dropdown-arrow-icon {
	display: flex;
}
.language-dropdown-toggle-button {
	border: 1px solid #ddd;
	padding: 8px 16px;
	cursor: pointer;
	color: #f1f1f1;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: background 0.3s ease, border-color 0.3s ease;
}

.language-dropdown-toggle-button:hover {
	background: #218838;
}

.language-dropdown-menu-list {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: none;
	z-index: 1000;
	width: 100%;
}

.language-toggle-checkbox:checked ~ .language-dropdown-menu-list {
	display: block;
}

.language-dropdown-item {
	padding: 8px 16px;
	transition: background 0.3s ease;
}

.language-dropdown-item:hover {
	background: #f1f1f1;
}

.language-option-link {
	text-decoration: none;
	color: #333;
	display: block;
	transition: color 0.3s ease;
}

.language-option-link:hover {
	color: #2a7d2e;
}
/* headerENd */
/* main */
.furnishing__zone{
	position: relative;
    background: url(img/big-img.jpg) center no-repeat;
    background-size: cover;
    z-index: 0;
		padding: 120px 0;
}
.main__img-left{}
.main__img-left img{
	width: 100%;
	max-width: 600px;
}
.furnishing__zone::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
}
	.headline__furniture {
		color: #fff;
		font-size: 2rem;
		font-weight: 600;
		line-height: 1.4;
		padding-bottom: 20px;
	}
.content__luxury-description{
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	max-width: 500px;
	margin: 0 auto;
}
.furnishing__container{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container-fluid {
	text-align: start;
}
.btn-explore-more{
	background-color: #28a745;
	cursor: pointer;
	color: #ffffff;
	font-size: 1.1rem;
	padding: 12px 30px;
	border: none;
	margin-top: 30px;
}
	.btn-explore-more:hover{
		background-color: #218838; 
	}
/* mainENd */
/* work */
.garden-care-process {
	background-color: #f8f9fa; 
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}

.ball {
	width: 200px;
	height: 200px;
	background-color: #28a745; /* Зеленый цвет для акцента */
	border-radius: 50%;
	position: absolute;
	top: -100px;
	right: -100px;
	opacity: 0.1;
}

.garden-care-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

.headline__garden-care {
	color: #2c3e50; /* Темный цвет для заголовка */
	font-size: 2rem;
}

.garden-care-description {
	color: #6c757d;
	font-size: 1.2rem;
	line-height: 1.8;
	padding: 30px 0;
}

.step-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.step-item {
	flex: 1 1 300px;
	text-align: center;
	padding: 20px;
	background-color: #ffffff; /* Белый фон для карточек */
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.step-icon {
	width: 60px;
	height: 60px;
	background-color: #28a745; /* Зеленый цвет для иконок */
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 15px;
}

.step-title {
	color: #2c3e50; /* Темный цвет для заголовков шагов */
	font-size: 1.25rem;
}

.step-text {
	color: #6c757d; /* Серый цвет для текста шагов */
	font-size: 1rem;
	line-height: 1.6;
	padding-top: 10px;
}

.btn-discover {
	background-color: #28a745; 
	cursor: pointer;
	color: #ffffff;
	font-size: 1.1rem;
	padding: 12px 30px;
	border: none;
	transition: background-color 0.3s ease;
	margin-top: 30px;
}

.btn-discover:hover {
	background-color: #218838; 
}
/* workEnd */
/* fur */
.garden-care-details-section {
	background-color: #f8f9fa; /* Светлый фон */
	padding: 40px 0;
}

.garden-care-details-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.garden-care-details-grid-layout {
	display: flex;
	align-items: flex-start;
}

.garden-care-details-textual-content {
	padding-right: 40px;
	width: 70%;
}

.garden-care-details-heading {
	color: #28a745;
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4;
}

.garden-care-details-description {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #6c757d; 
}

.garden-care-details-list {
	margin-bottom: 30px;
}

.garden-care-details-list-item {
	font-size: 1rem;
	color: #2c3e50; 
	line-height: 1.6;
}

.garden-care-details-icon {
	font-size: 1.2rem;
	color: #28a745;
}

.garden-care-details-image {
	max-width: 100%;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
	.garden-care-details-image img{
		width: 100%;
	}
.garden-care-details-image:hover {
	transform: scale(1.02);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.garden-care-additional-list {
	margin-top: 20px;
}
.garden-care-additional-text {
	background-color: #ffffff; 
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
	margin-bottom: 30px;
}

.garden-care-additional-text h3 {
	font-size: 1.5rem;
	color: #28a745;
	margin-bottom: 15px;
}

.garden-care-additional-text p {
	font-size: 1rem;
	color: #6c757d;
	line-height: 1.6;
	margin-bottom: 20px;
}

.garden-care-additional-text ol {
	padding-left: 20px;
}

.garden-care-additional-text ol li {
	font-size: 1rem;
	color: #2c3e50;
	line-height: 1.6;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
}
.list-unstyled{}
.list-unstyled li{
	font-size: 1rem;
	color: #2c3e50;
	line-height: 1.6;
}
.text-success{
	font-size: 1.5rem;
	color: #28a745;
	margin-bottom: 15px;
	padding: 20px 0 0 0;
}
.garden-care-details-visual-content{
	width: 30%;
}
.garden-care-additional-text ol li::before {
	content: counter(list-item); 
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background-color: #28a745; 
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	font-weight: bold;
}

.garden-care-additional-text ol li strong {
	color: #28a745; 
}
/* furENd */
/* blog */
.garden-blog-section {
	background-color: #f8f9fa; /* Светлый фон */
	padding: 40px 0;
}

.garden-blog-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.garden-blog-headline {
	color: #28a745;
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.garden-blog-grid {
	display: flex;
	gap: 20px;
}

.garden-blog-item {
	flex: 1;
	width: 33.333%;
}

.garden-blog-card {
	background-color: #ffffff; 
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.garden-blog-img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.garden-blog-body {
	padding: 20px;
	min-height: 340px;
	height: 100%;
	display: flex;
	flex-flow: column;
}

.garden-blog-number {
	font-size: 1.5rem;
	font-weight: bold;
	color: #28a745;
}

.garden-blog-title {
	font-size: 1.25rem;
	color: #2c3e50; 
	margin-bottom: 15px;
	line-height: 1.4;
}

.garden-blog-description {
	font-size: 1rem;
	color: #6c757d;
	line-height: 1.6;
	margin-bottom: 20px;
}

.garden-blog-button {
	background-color: #28a745;
	cursor: pointer;
	color: #ffffff;
	font-size: 1.1rem;
	padding: 12px 30px;
	border: none;
	margin-top: 30px;
	display: inline-block;
	margin-top: auto;
	max-width: 180px;
	text-align: center;
}

.garden-blog-button:hover {
	background-color: #4cb966; 
}

.garden-blog-text {
	margin-top: 40px;
}

.garden-blog-text p {
	font-size: 1.1rem;
	color: #6c757d; 
	line-height: 1.8;
}

/* blogENd */
/* block */
.garden-milestones-section {
	background-color: #f8f9fa; /* Светлый фон */
	padding: 40px 0;
}

.garden-milestones-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.garden-milestones-intro {
	margin-bottom: 60px;
}

.garden-milestones-heading {
	color: #28a745;
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.garden-milestones-description {
	font-size: 1.1rem;
	color: #6c757d; /* Серый цвет для текста */
	line-height: 1.8;
}

.garden-milestones-grid {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.garden-milestones-item {
	flex: 1;
	width: 25%;
}

.garden-milestones-card {
	background-color: #ffffff; /* Белый фон для карточек */
	border-radius: 10px;
	padding: 20px;
	min-height: 120px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.garden-milestones-icon {
	color: #28a745;
}

.garden-milestones-number {
	font-size: 2rem;
	color: #2c3e50; 
	margin-bottom: 10px;
}

.garden-milestones-text {
	font-size: 1rem;
	color: #6c757d; 
	line-height: 1.4;
}

/* blockEnd */
/* text */
.verdant-sanctuary-maintenance {
	background-color: #f4f8f3;
	padding: 80px 0;
}

/* Container and Content Box */
.flourishing-garden-container {
	max-width: 900px;
	margin: auto;
}

.lush-textual-exposition {
	border-radius: 15px;
	background: #ffffff;
	padding: 30px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Headings */
.botanical-header {
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.green-thumb-subheading {
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 20px;
	border-bottom: 2px solid #28a745;
	display: inline-block;
	padding-bottom: 5px;
}

/* Paragraph Styling */
.horticultural-introduction, 
.horticultural-seasonal-tips,.lush-textual-exposition p {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #555;
	padding:30px 0;
}

/* Lists */
.pristine-garden-list, 
.seasonal-maintenance-routine {
	padding-left: 20px;
	font-size: 1.1rem;
}

.foliage-guideline, .seasonal-step {
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
	line-height: 1.4;
}

.foliage-guideline::before, .seasonal-step::before {
	content: '\2713'; /* Checkmark */
	position: absolute;
	left: 0;
	color: #28a745;
	font-weight: bold;
}

/* Quote Styling */
.gardeners-wisdom {
	font-style: italic;
	border-left: 5px solid #28a745;
	background: #f8f9fa;
	padding: 15px;
	margin-top: 20px;
	line-height: 1.4;
}
/* textEnd */
/* contact */
.garden-contact-section {
	background-color: #f8f9fa; 
	padding: 80px 0;
}

.garden-contact-container {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 20px;
}

.garden-contact-wrapper {
	background-color: #ffffff; /* Белый фон для контейнера */
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 40px;
}

.garden-contact-heading {
	color: #28a745; 
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4;
}

.garden-contact-description {
	font-size: 1.1rem;
	color: #6c757d; /* Серый цвет для текста */
	line-height: 1.8;
}

.garden-contact-info-list {
	margin: 0;
	padding: 0;
}

.garden-contact-info-item {
	margin: 10px 0;
}

.garden-contact-info-item i {
	color: #28a745; /* Зеленый цвет для иконок */
	margin-right: 15px;
}

.garden-contact-info-item strong {
	color: #2c3e50; 
	font-size: 20px;
	font-weight: 600;
}

.garden-contact-info-item p {
	color: #6c757d; 
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.garden-contact-form-heading {
	color: #28a745; /* Зеленый цвет для заголовка формы */
	font-size: 2rem;
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 20px;
	display: flex;
}

.form-label {
	font-size: 0.9rem;
	color: #6c757d; 
	font-weight: 600;
	min-width: 150px;
}

.form-control {
	border: 1px solid #ced4da;
	border-radius: 5px;
	padding: 10px;
	font-size: 1rem;
	transition: border-color 0.3s ease;
	outline: none;
	width: 100%;
}

.form-control:focus {
	border-color: #28a745; 
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.btn-success {
	background-color: #28a745;
	cursor: pointer;
	color: #ffffff;
	font-size: 1.1rem;
	padding: 12px 30px;
	border: none;
	margin-top: 30px;
	display: inline-block;
	text-align: center;
}

.btn-success:hover {
	background-color: #218838; /* Темно-зеленый при наведении */
}
/* contactEnd */
/* footer */
.garden-footer-section {
	background-color: #223740; 
	color: #ffffff; 
	padding: 40px 0;
}

.garden-footer-content-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

/* Навигация */
.garden-footer-navigation-section {
	margin-bottom: 20px;
}

.garden-footer-navigation-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.garden-footer-navigation-item {
	margin: 5px 0;
}

.garden-footer-navigation-item a {
	color: #ffffff; 
	text-decoration: none;
	font-size: 1rem;
	transition: color 0.3s ease;
}

.garden-footer-navigation-item a:hover {
	color: #28a745;
}

/* Копирайт */
.garden-footer-copyright-section p {
	font-size: 0.9rem;
	color: #b0b0b0; 
	margin: 0;
}

/* footerEnd */
/* modal */
.garden-privacy-notification {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	padding: 20px;
	max-width: 350px;
	transform: translateY(100%);
	opacity: 0;
	transition: transform 0.5s ease, opacity 0.5s ease;
	z-index: 1000;
}

.garden-privacy-notification.show {
	transform: translateY(0);
	opacity: 1;
}

/* Текст уведомления */
.garden-notification-text {
	font-size: 0.9rem;
	color: #6c757d; 
	line-height: 1.6;
	margin-bottom: 15px;
}

.garden-notification-link {
	color: #28a745; 
	text-decoration: none;
	font-weight: bold;
}

.garden-notification-link:hover {
	text-decoration: underline;
}

/* Кнопки */
.garden-notification-buttons {
	display: flex;
	gap: 10px;
}

.garden-notification-button {
	flex: 1;
	padding: 10px 15px;
	border: none;
	font-size: 0.9rem;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.accept-button {
	background-color: #28a745; 
	color: #ffffff;
}

.accept-button:hover {
	background-color: #218838;
}

.decline-button {
	background-color: #f8f9fa;
	color: #6c757d;
	border: 1px solid #ced4da;
}

.decline-button:hover {
	background-color: #e9ecef;
}
/* first-pageend */
/* privacy */
.garden-care-info-section {
	background-color: #f8f9fa;
	padding: 80px 0;
}

.garden-care-info-content-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.garden-care-info-main-heading {
	font-size: 2.5rem;
	color: #28a745;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.4;
}

.garden-care-info-main-text {
	font-size: 1.1rem;
	color: #6c757d; 
	line-height: 1.8;
	margin-bottom: 40px;
	text-align: center;
}

.garden-care-info-subheading {
	font-size: 1.8rem;
	color: #28a745; 
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.garden-care-info-body-text {
	font-size: 1rem;
	color: #6c757d; /* Серый цвет для текста */
	line-height: 1.8;
	margin-bottom: 20px;
}
/* privacyEnd */
/* first */
.garden-tips__image-container{
	text-align: center;
	padding: 0 0 30px 0;
}
		.garden-tips__image-container img{
			width: 100%;
			max-width: 400px;
		}
.garden-tips {
	background-color: #f8f8f2;
	padding: 40px 20px;
}
.garden-tips p{
padding: 10px 0;
line-height: 1.4;
}
	.garden-tips strong{
		color: #28a745;
		margin-right: 10px;
	}
/* Контейнер */
.garden-tips__container {
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Заголовки */
.garden-tips__title {
	color: #228B22;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.garden-tips__subtitle {
	color: #006400;
	font-size: 22px;
	margin-top: 20px;
	border-bottom: 2px solid #228B22;
	display: inline-block;
	padding-bottom: 5px;
}

/* Описание */
.garden-tips__description {
	font-size: 16px;
	color: #555;
	margin-bottom: 20px;
}

/* Списки */
.garden-tips__list {
	list-style: none;
	padding-left: 0;
	margin-top: 10px;
}

.garden-tips__list li {
	font-size: 16px;
	margin: 15px 0;
	color: #333;
	display: flex;
	align-items: center;
}

.garden-tips__list li::before {
	content: "✔";
	color: #228B22;
	font-weight: bold;
	margin-right: 8px;
}
/* firstENd */
@media (max-width: 1200px) {
	.furnishing__zone{
		padding: 120px 15px;
	}
}
@media (max-width: 850px) {
	.garden-blog-grid{
		flex-flow: column;
	}
	.garden-blog-item{
	width: 100%;
	}
	.garden-care-details-textual-content{
		width: 100%;
		padding-right: 0;
	}
	.garden-care-details-visual-content{
		width: 100%;
	}
}
@media (max-width: 780px) {
	.garden-care-details-grid-layout{
		flex-flow: column;
	}
	.furnishing__container{
		flex-flow: column;
		gap: 50px;
	}
	.content__luxury-description,.container-fluid{
		text-align: center;
	}
	.global-navigation-container{
		flex-flow: column;
		gap: 20px;
	}
	.garden-care-details-heading,.garden-blog-headline,.garden-milestones-heading,.garden-contact-heading,.botanical-header,.headline__furniture,.garden-care-info-main-heading{
		font-size: 1.6rem;
	}
	.green-thumb-subheading{
		font-size: 1.4rem;
	}
	.verdant-sanctuary-maintenance,.garden-contact-section,.garden-care-process,.garden-care-info-section{
		padding: 40px 0;
	}
	.furnishing__zone{
		padding: 40px 15px;
	}
	.garden-blog-body{
		align-items: center;
	}
	.garden-contact-wrapper{
		padding: 15px 20px;
	}
}
@media (max-width: 380px) {
	.form-group {
    flex-flow: column;
    gap: 20px;
}
}