body,html{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #1B1B1B;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6 {
	margin-block: 0 0;
}
h1{
	font-family: 'Noto Serif Display', serif;
	color: #555F2F;
	font-size: clamp(40px, 7vw, 80px);
}
h2 {
	font-size: 60px;
}
h3 {
	font-size: 36px;
}
h4,h5,h6 {
	font-size: 14px;
}
.top, .bag{
	display: flex;
	background-color: white;
	justify-content: center;
	width: 64px;
	height: 64px;
	position: fixed;
	right: 0;
	bottom: 0;
	margin-right: 48px;
	margin-bottom: 48px;
	/* background-color: #808080; */
	border-radius: 3cqw;
	border: solid 2px black;
	color: white;
	text-decoration: none;
	font-family: 'Yeseva One', serif;
}
.bag img, .top img{
	width: 70%;
}

.bag{
	margin-left: 48px;
	margin-right: 0;
	left: 0;
}
.bag .counter{
	width: 24px;
	height: 24px;
	border-radius: 3cqw;
	background-color: red;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
}
main {
	margin-top: 0;
	padding-top: 0;
}
header {
	background-color: white;
	width: 100%;
	height: 150px;
}
header .container{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo{
	width: 150px;
	margin-left: 64px;
}
header .phone{
	width: 22px;
  margin-inline-end: 8px;
}
header .phone-number-container{
	display: flex;
	margin-top: 12px;
	margin-right: 32px;
	font-size: 24px;
	color: #42453f;
	font-family: 'Forum', serif;
	float: right;
}
nav {
  display: flex;
  height: inherit;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-right: 18px;
}
nav a{
	font-family: 'Noto Serif Display', serif;
	padding-right: 0.45em;
	padding-left: 0.45em;
	color: #555F2F;
	font-size: 24px;
	text-decoration: none;
}
/*--------------------*/
.meeting-wrapper{
	min-height: 100vh;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/plants_blur-3.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
}
.meeting-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 2rem;
	text-align: center;
	color: white;
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
}
.meeting-container h1 {
	color: white;
	margin: 0;
	font-family: 'Neothic', serif;
	font-size: clamp(48px, 8vw, 96px);
	font-weight: 300;
	margin-bottom: 0.5rem;
}
.meeting-container p{
	color: white;
	font-size: clamp(24px, 4vw, 42px);
	font-family: 'BonaNova', serif;
	font-weight: 300;
	margin: 0.5rem 0;
}
.meeting-container .subtitle {
	font-family: 'Neothic', serif;
	margin-top: 0;
	margin-bottom: 2rem;
}
.meeting-wrapper img {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
/*------------------*/
.market-links-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
	margin-bottom: 5rem;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
}

.market-links-wrapper {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.market-links-wrapper h2 {
	font-family: 'Neothic', serif;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 16px;
	align-self: center;
	font-size: 64px;
}

.social {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px; /* Increased max-width for larger layout */
}

.market-links-wrapper .social-container{
	display: flex;
	font-family: 'Tinos', serif;
	justify-content: center;
	flex-direction: column;
}
.market-links-wrapper .social {
	display: flex;
	align-items: center;
	gap: 32px;
}
.market-links-wrapper .social-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.market-links-wrapper .social .placeholder-image {
	width: 300px;
	height: 200px;
	background-color: gray;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
}
.market-links-wrapper .social .placeholder-image img {
	border: none;
	border-radius: 0;
}
.market-links-wrapper .social .ozon {
	margin: 0;
	width: 150px;
}
.market-links-wrapper .social .wb {
	margin: 0;
	width: 150px;
}
.market-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.market-links-wrapper .buy-label {
	font-family: 'Neothic', serif;
	font-size: 20px;
	color: #555e2f;
	margin: 0;
}
.market-links-wrapper div img{
	width: 300px;
    margin-inline: 24px;
    border-radius: 24px;
	border: solid 3px #555e2f;
}

/* Remove green border for market buttons icons */
.market-links-wrapper .market-buttons img{
	border: none;
	border-radius: 0;
	margin-inline: 0;
}
.market-links-wrapper p{
	font-size: 30px;
	max-width: 540px;
}
.market-links-wrapper div p {
	margin-block-start: 0.4em;
}
.go-buy-button{
	display: flex;
	justify-content: center;
	/* align-content: center; */
	margin-inline: 32px;
	text-align: center;
	width: 260px;
	/* height: 10vh; */
	border: solid 4px #555e2f;
	border-radius: 36px;
	color: white;
	text-decoration: none;
	color: #555e2f;
	margin: 0 0px;
}
.go-buy-button p{
	font-size: 28px;
}
/*-------О нас-------*/
.about-us-container{
	display: flex;
	/* background-image: url("/static/img/ground_blur2.jpeg"); */
	background-position: 0% 33%;
	background-size: cover;
	background-color: #6B7447;
	background-attachment: scroll;
	color: white;
	height: fit-content;
	padding: 32px 48px;
	justify-content: space-around;
}
.about-us-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 400px;
}
.about-us-container h2{
	/* position: relative; */
	padding-left: 16px;
	padding-top: 12px;
	font-size: 60px;
	font-family: 'Noto Serif Display', serif;
	font-weight: 300;
	color: white;
	text-transform: uppercase;
}
.contacts-container{
	display: flex;
	/*! left: 0; */
	bottom: 0;
	vertical-align: bottom;
	/*! padding-bottom: 48px; */
	align-content: center;
	font-family: 'Forum', serif;
	font-size: 16px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.social-networks{
	display: flex;
	/*! padding-right: 32px; */
	justify-content: flex-start;
	width: 196px;
	justify-content: space-around;
}
.social{
	display: flex;
	justify-content: center;
}
.contacts-container img{
	width: 72px;
	/*! margin-inline-end: 1.2em; */
	/*! margin-inline: 16px; */
}
.contacts-container p{
	text-align: center;
	color: white;
	font-size: 24px;
	/*! padding-right: 80px; */
	margin-block-start: 0.33em;
	margin-block-end: 0;
}
.about-company{
	display: flex;
	justify-content: flex-start;
	color: white;
	/* float: right; */
	width: -webkit-fill-available;
	border: 2px white solid;
	border-radius: 64px;
	text-align: center;
	font-family: 'Oranienbaum', serif;
	font-weight: 400;
	font-size: 56px;
	padding: 16px 16px;
	/* text-transform: uppercase; */
	flex-direction: column;
	/* text-shadow: -2px 2px 0px black; */
	/* object-fit: contain; */
	margin-left: 64px;
	max-width: 900px;
}
.about-company p{
	margin-block-start: 12px;
	margin-block-end: 12px;
	font-size: 0.5em;
}
/*------------------*/
.products-container {
	/* height: 740px; */
	background-color: white;
    margin-bottom: 2rem; /* Adjust the value as needed */
}
.part_header{
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	height: 180px;
	background-color: #1B1B1B;
	color: white;
	font-family: 'Noto Serif Display', serif;
	font-size: 80px;
	text-transform: uppercase;
}
.products-container .part_header{
	height: 180px;
	background-color: white;
	color: #555F2F;
}
.products-list-container{
	height: fit-content;
}
.products{
	display: flex;
	/*! padding: 16px 96px 24px 96px; */
	/* padding-left: 64px; */
	/* padding-right: 64px; */
	justify-content: center;
	flex-wrap: wrap;
	/*! padding-inline: 128px; */
}
.product{
	font-family: serif;
	font-weight: 300;
	margin-inline: 32px;
	width: 280px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.product img {
	width: 50%;
	/*! height: auto; */
	/*! align-self: center; */
	/*! display: flex; */
}
.product .product_name {
	margin-block: 2px 16px;
	text-align: center;
	font-size: 24px;
	width: 320px;
	font-family: 'Tinos', serif;
	font-weight: 200;
	color: #333333;
}
.product .cost-container p{
	font-size: 28px;
	font-family: 'Forum',serif;
	margin-block-end: 8px;
}
.product .buttons{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-inline: 1px;
}
.product .button {
    margin: auto;
    display: block;
    font-family: 'Forum',serif;
    font-weight: 300;
    font-size: 18px;
    width: 35%;
    height: 48px;
    background-color: #555F2F;
    color: white;
    border-radius: 32px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 48px;
    text-align: center;
}
.product .button:hover{
    cursor: pointer;
    color: red;
}
.product button:disabled{
	color: gray;
}
.product .cost-container{
	display: inline-flex;
	justify-content: center;
	position: relative;
	width: 100%;
}
.product .cost-container p{
	margin-inline: 5px;
}
.product .cost-container .cost_new {
	color: #42453f;
}
.product .cost-container .cost_old{
	text-decoration: line-through;
}

/*------------------*/
.instruction-container{
	/* height: 781px; */
	/* text-transform: uppercase; */
}
.instruction-container .part_header {
	font-family: 'Noto Serif Display';
	font-weight: 300;
	background-color: white;
	color: #576131;
}
.instruction-container .main{
	height: 200px;
	width: 100%;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}
.instruction-container .steps{
	/* height: 100%; */
	/* width: 100%; */
	padding: 1rem 2rem;
	display: flex;
	flex-direction: row;
	align-content: center;
}
.instruction-container .steps p{
	text-align: center;
	font-size: 16px;
	font-family: 'Oranienbaum', sans-serif;
	text-transform: uppercase;
}
.instruction-container .step{
	display: flex;
	padding-inline: 2rem;
	font-weight: lighter;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
/*.instruction-container .step .arrow {
	width: 100px;
}*/
.instruction-container .step .air {
	height: 48px;
}
/*.instruction-container .circle {
	display: flex;
	align-self: center;
	width: 125px;
	height: 125px;
	background-color: #565f30;
	color: white;
	font-family: 'Forum', sans-serif;
	font-size: 80px;
	border-radius: 1400px;
	justify-content: center;
	align-items: center;
}*/

.instruction-container .icon{
	width: 120px;
	height: 120px;
}
.instruction-container p{
	width: 240px;
}

/*------------------*/
.instruction-pictures-container{
	display: flex;
	flex-direction: row;
	height: 700px;
	background-color: #1B1B1B;
	text-transform: uppercase;
}
.instruction-pictures-container .pictures{
	width: 30%;
  max-height: 100%;
  flex-shrink: 5;
}
.instruction-pictures-container .pic{
	width: 100%;
	background-size: cover;
	background-origin: border-box;
	background-repeat: no-repeat;
}
.instruction-pictures-container .first{
	height: 70%;
	background-image: url("../img/vege-1.jpeg");
}
.instruction-pictures-container .second{
	height: 30%;
	background-image: url("../img/vege-2.jpeg");
}
.instruction-pictures-container .main {
	margin: 32px 64px;
	border: white 4px solid;
	width: 65%;
	border-radius: 72px;
	color: white;
	padding: 1rem;
}
.instruction-pictures-container .main h3{
		text-align: center;
		font-family: 'Yeseva One', serif;
		font-weight: normal;
		font-size: 42px;
		margin-top: 24px;
		margin-block-end: 48px;
}
.instruction-pictures-container .main p{
	text-align: center;
	font-family: 'Forum';
	font-weight: 300;
	font-size: 32px;
}
/*------------------*/
.delivery{
	height: 800px;
	background-color: #6C6E44;
}
.delivery .delivery-container{
	display: flex;
	height: 100%;
	/* height: auto; */
	justify-content: space-between;
	flex-wrap: nowrap;
}
.delivery .delivery-info{
	display: flex;
	flex-direction: column;
	width: 1025px;
	max-width: 90%;
	height: 420px;
	/* margin-right: -5px; */
	margin-left: 1.5rem;
	justify-content: center;
	align-content: center;
	border: white 2px solid;
	border-radius: 64px;
	color: white;
	text-align: center;
	text-transform: uppercase;
}
.delivery-info h2, .delivery-info p{
	font-family: 'Forum', serif;
	font-weight: 300;
}
.delivery-info h2{
	margin-block-start: 1.5em;
	font-size: 36px;
}
.delivery-info p {
	margin-block: 0.05em;
	font-size: xxx-large;
}
.delivery-container .left-container{
	/*! width: 35%; */
	min-width: 300px;
	height: inherit;
	/* max-height: 100%; */
	overflow: hidden;
}
.delivery-container .pictures {
  /* display: flex; */
  /* min-width: inherit; */
  /* flex-direction: column; */
  /* width: 300px; */
}
.delivery-container .pic{
	/* max-width: -webkit-fill-available; */
	/* min-width: inherit; */
	/* height: 30%; */
}
.delivery-container .left-container img{
	height: 100%;
	width: 100%;
	margin-left: -30%;
}
.delivery-container .right-container {
	display: flex;
	flex-direction: column;
	/* padding-right: 64px; */
	width: 70%;
	justify-content: space-evenly;
}
.delivery-container .right-container .header{
	display: flex;
	justify-content: end;
	margin-block-end: 24px;
	margin-right: 72px;
	font-family: 'Noto Serif Display', serif;
	/* text-transform: capitalize; */
}
.delivery-container .right-container h2{
	color: white;
	font-family: 'Yeseva One', serif;
	font-size: 5em;
	font-weight: 300;
	text-transform: uppercase;
}
.delivery-container .location{
	display: grid;
	justify-content: end;
	color: white;
	font-size: 32px;
	margin-left: 64px;
	margin-top: 32px;
	margin-right: 64px;
	/* margin-bottom: 32px; */
	font-family: 'Forum', serif;
}
.delivery .delivery-container .location .city {
	display: flex;
}
.delivery .delivery-container .location .city img{
	width: 44px;
	margin-inline-end: 8px;
}
.delivery .delivery-container .location .truck {
	width: 120px;
}

/*------------------*/
.suitable-container {
    background-color: white;
    text-align: center;
}

.suitable-header {
    font-family: 'Neothic', serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 60px;
    color: #2E5A1C;
    margin-bottom: 16px;
}

.suitable-subheader {
    font-family: 'Neothic', serif;
    text-transform: uppercase;
    font-size: 40px;
	font-weight: 200;
    color: #2E5A1C;
    margin-bottom: 64px;
}

.plants-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    max-width: 1500px;
    margin: 0 auto;
}

.plant-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.plant-circle {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background-color: #2E5A1C;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid green;
}

.plant-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.plant-label {
    font-family: 'Oranienbaum', serif;
    font-style: italic;
    font-size: 20px;
    color: #1B1B1B;
    text-transform: uppercase;
}

.suitable-footer {
    font-family: 'Noto Serif Display', serif;
    font-weight: 200;
    font-size: 40px;
    color: #2E5A1C;
    text-transform: uppercase;
    margin-top: 32px;
    text-align: center;
}

/*------------------*/
.all-products-image {
    width: 400px;
    height: 200px;
}

.result-container {
    background-color: #6d6d49;
    padding: 2rem;
    color: white;
    text-align: center;
}

.result-header {
    font-family: 'Noto Serif Display', serif;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    width: 100%;
    flex-basis: 100%;
}

.result-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
}

.result-images {
    position: relative;
    width: 400px;
    min-width: 250px;
    min-height: 220px;
    display: block;
}

.result-image {
    width: 100%;
    z-index: 2;
    position: relative;
    display: block;
}

.result-rectangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.result-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.result-period {
    text-align: center;
}

.result-period h3 {
    font-family: 'Noto Serif Display', serif;
    font-size: 24px;
    margin-bottom: 1rem;
}

.result-images {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    align-content: center;
}

.result-item {
    text-align: center;
}

.result-item img {
    width: 120px;
    height: auto;
    border-radius: 8px;
    border: 2px solid white;
}

.result-item p {
    font-family: 'Oranienbaum', serif;
    font-size: 16px;
    margin-top: 0.5rem;
}

/* Burger Menu Styles */
.burger-menu {
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 5;
}

.burger-menu span,
.burger-menu::before,
.burger-menu::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #555F2F;
    transition: all 0.3s ease;
}

.burger-menu::before { top: 0; }
.burger-menu span { top: 9px; }
.burger-menu::after { bottom: 0; }

.burger-menu.active::before {
    transform: rotate(45deg);
    top: 9px;
}
.burger-menu.active span {
    transform: scale(0);
}
.burger-menu.active::after {
    transform: rotate(-45deg);
    bottom: 9px;
}

/* Mobile Styles */
@media (max-width: 768px) {
    header {
        height: 80px;
        position: relative;
        z-index: 50;
    }

    header .phone-number-container {
        display: none;
    }

    header .container {
        padding: 0 20px;
    }

    header .logo {
        margin-left: 0;
        width: 100px;
    }

    .burger-menu {
        display: block;
        margin-right: 36px;
        position: fixed;
        top: 20px;
        right: 20px;
    }

    nav {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        flex-direction: column;
        justify-content: center;
        transition: top 0.3s ease;
        z-index: 4;
        padding-top: 80px;
    }

    nav.active {
        top: 0;
    }

    nav a {
        font-size: 32px;
        margin-bottom: 20px;
        display: block;
    }
    
    body.lock {
        overflow: hidden;
    }
}

/* Mobile Styles for Main Page Content */
@media (max-width: 768px) {
    /* Typography */
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    .part_header {
        font-size: 32px;
        height: auto;
        padding: 20px 0;
    }
    .about-company {
        font-size: 24px;
        width: auto;
        margin-left: 0;
        padding: 16px;
    }
    
    /* Meeting Section */
    .meeting-container h1 {
        font-size: 64px;
    }
    .meeting-container p {
        font-size: 32px;
    }

    /* Products Section */
    .products-container {
        height: auto;
    }
    .products {
        padding: 0;
    }
    .product {
        width: 100%;
        margin: 0 0 32px 0;
    }
    .product img {
        width: 40%;
    }
    .product .product_name {
        width: 90%;
        font-size: 20px;
    }

    /* Market Links Section */
    .market-links-wrapper .social {
        flex-direction: column;
        gap: 32px;
    }
    .market-links-wrapper .social .placeholder-image {
        width: 100%;
        height: auto;
    }
    .market-links-wrapper div img {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
    .market-links-wrapper h2 {
        font-size: 32px;
        text-align: center;
    }
    .market-links-wrapper p {
        font-size: 18px;
        padding: 0 16px;
        text-align: center;
    }
    .go-buy-button {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    /* About Us Section */
    .about-us-container {
        flex-direction: column;
        padding: 32px 16px;
        height: auto;
    }
    .about-us-left {
        width: 100%;
        margin-bottom: 32px;
    }
    .about-us-container h2 {
        font-size: 32px;
        padding-left: 0;
        text-align: center;
    }

    /* Instruction Section */
    .instruction-container .steps {
        flex-direction: column;
    }
    .instruction-container .main {
        height: auto;
        padding: 16px;
    }
    .instruction-container .step {
        margin-bottom: 32px;
    }
    .instruction-container .icon {
        width: 40px;
        height: 40px;
    }
    
    .instruction-container .steps p {
        font-size: 24px;
    }
    
    .suitable-container {
        height: auto;
    }
    .plants-grid {
        height: auto;
    }
    
    .instruction-pictures-container {
        flex-direction: column;
        height: auto;
    }
    .instruction-pictures-container .pictures {
        width: 100%;
        height: 200px;
    }
    .instruction-pictures-container .main {
        width: auto;
        margin: 16px;
    }
    .instruction-pictures-container .main h3 {
        font-size: 28px;
    }
    .instruction-pictures-container .main p {
        font-size: 18px;
    }

    /* Delivery Section */
    .delivery {
        height: auto;
    }
    .delivery .delivery-container {
        flex-direction: column;
    }
    .delivery .delivery-info {
        width: auto;
        margin: 16px;
        height: auto;
        padding: 20px;
    }
    .delivery-info h2 {
        font-size: 24px;
    }
    .delivery-info p {
        font-size: 18px;
    }
    .delivery-container .left-container {
        width: 100%;
        height: 300px;
    }
    .delivery-container .left-container img {
        margin-left: 0;
        object-fit: cover;
    }
    .delivery-container .right-container {
        width: 100%;
        padding: 32px 16px;
        box-sizing: border-box;
    }
    .delivery-container .right-container h2 {
        font-size: 32px;
        text-align: center;
    }
    .delivery-container .location {
        margin: 16px 0;
        justify-content: center;
        font-size: 20px;
    }
    .delivery-container .right-container .header {
        justify-content: center;
        margin-right: 0;
    }

    /* Suitable Section */
    .suitable-header {
        font-size: 32px;
    }
    .suitable-subheader {
        font-size: 24px;
        margin-bottom: 32px;
    }
    .plants-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 0 16px;
    }
    
    /* Result Section */
    .result-row {
        flex-direction: column;
        align-items: center;
    }
    .result-images {
        width: 100%;
        max-width: 300px;
    }
}

