

@import url(https://fonts.googleapis.com/css?family=Raleway);

.top-nav {
    width: calc(100% - 6em);
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    /* background: linear-gradient(to left, #62BB00, #3b7200); */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
    height: 14px;
    padding: 3em 1em 1em 3em;
}

.logo-label {
    font-size: 200%;
    font-weight: 600;
}

.top-nav a {
    font-weight: 600;
    font-size: 125%;
}

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
}

.menu>li {
    margin: 0 1rem;
    overflow: hidden;
}



.show {
  display: flex;
}

.menu a:link, .menu a:visited, .menu a:active {
    text-decoration: none;
        color: #527d16;
}

a:hover {
    text-decoration: underline;
        color: #527d16;
}


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, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, 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;
}
/* START */
img {
	max-width: 100%;
	height: auto;
}
body {
	font-family: 'Geometria', sans-serif;
	background-color: #F5F5F5;
}
/* FULL BANNER */
.full-banner {
	width: 100%;
/*	background-image: url(../img/header-image-2022-11-13.webp);*/

	background-image: url(../img/head3.webp);

	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 800px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 78px;
	padding-top: 78px;
	display: flex;
    align-items: baseline;
    padding-top: 150px;
}
.full-banner::before {

	content: "";
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 12.1%, rgba(196, 196, 196, 0) 100%, rgba(255, 255, 255, 0) 100%);
	background-blend-mode: multiply;
	width: 100%;
}
.full-banner--container {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 1408px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.full-banner--wrapper {
	/*max-width: 685px;*/
	display: block;
	flex-direction: row;
	align-items: flex-start;
	width: 100%;
    text-align: center;
}
.full-banner h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	color: #404b2b;
}
.full-banner p {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #527d16;
	margin-top: 26px;
}
.full-banner button a{
text-decoration:none; color:white;
}
.full-banner button a:hover{
text-decoration:none; color:#62BB00;
}
.full-banner button {
	font-family: 'Geometria', sans-serif;
	height: 56px;
	box-sizing: border-box;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #62BB00;
	border-radius: 5px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFEFE;
	border: 2px solid #62BB00;
	cursor: pointer;
 	display: inline-flex;
 	align-items: center;
 	justify-content: center;
 	margin-top: 81px;
 	transition: background .4s ease, color .4s ease;
}
.full-banner button:hover {
	background: white;
 	color: #62BB00;
 	transition: background .4s ease, color .4s ease;
}
.full-banner svg {
	margin-top: 113px;
	margin-left: 61px;
}
/* ABOUT US */
.about-us {
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	padding-top: 96px;
	padding-bottom: 96px;
}
.about-us--container {
	max-width: 1128px;
	margin-left: auto;
	margin-right: auto;
}
.au-txt {
	max-width: 433px;
}
.au-txt h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 140%;
	letter-spacing: 0.05em;
	color: #62BB00;
}
.au-txt p {
	margin-top: 16px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.05em;
	color: #000000;
}
.about-us h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 35px;
	text-align: center;
	color: #000000;
	margin-bottom: 48px;
}
.about-us--list li + li {
	margin-top: 111px;
}
.about-us--list li {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}
.about-us--list li:nth-child(2n) {
	flex-direction: row-reverse;
}
/* OUR PRODUCTS */
.our-products--banner {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	position: relative;
	padding-top: 96px;
	height: 480px;
	background-image: url(../img/strawberry-field-1-min-min.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
}
.our-products--banner::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	opacity: 0.35;
}
.our-products--banner h2 {
	position: relative;
	z-index: 1;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 45px;
	color: #FFFEFE;
	text-align: center;
}
.our-products--container {
 	max-width: 1375px;
 	margin-left: auto;
 	margin-right: auto;
 	position: relative;
 	margin-top: -185px;
}
.products-card {
	padding-bottom: 27px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFFEFE;
	border-radius: 5px;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
	text-align: center;
	position: relative;
	overflow: hidden;
}
.products-card img {
	max-height: 240px;
	width: auto;
	max-width: none;
	margin-bottom: 20px;
}
/* .products-card img:hover {
	max-height: 360px;
	transform: scale(1.5);
} */
.products-card h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #000000;
	min-height: 54px;
	margin-bottom: 14px;
	max-height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.products-card .price {
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	margin-bottom: 27px;
}
.products-card .price b {
	font-weight: 700;
}
.products-card a {
	border: 2px solid #62BB00;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #62BB00;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 132px;
	height: 36px;
	cursor: pointer;
	text-decoration: none;
	transition: background .4s ease, color .4s ease;
}
.products-card a:hover {
	background: #62BB00;
 	color: #fff;
 	transition: background .4s ease, color .4s ease;
}
.products-flex {
	display: flex;
	flex-direction: column;
	gap: 36px;
}
.our-products--container .swiper {
	padding-left: 15px;
	padding-right: 15px;
}
.product-label-new {
	position: absolute;
	top: 0;
	right: 0;
	background: #62BB00;
	border-radius: 0px 5px;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	color: #FFFEFE;
	text-transform: uppercase;
	box-sizing: border-box;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.our-products--container .swiper-pagination {
	position: static;
	margin-top: 42px;
	margin-bottom: 15px;
}
body .our-products--container .swiper-pagination-bullet {
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	opacity: 0.2;
	margin-left: 19px !important;
	margin-right: 19px !important;
}
.our-products--container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #62BB00;
	opacity: 1;
}
.our-products--container .swiper-button-next, .our-products--container .swiper-button-prev {
 	color: #62BB00;
}
.our-products--container .swiper-button-next, .our-products--container  .swiper-rtl .swiper-button-prev {
	right: -70px;
	top: calc(50% - 44px / 2 - 20px);
}
.our-products--container .swiper-button-prev, .our-products--container .swiper-rtl .swiper-button-next {
	left: -70px;
	top: calc(50% - 44px / 2 - 20px);
}
/* NEWS */
.news {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	width: 100%;
}
.news h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 45px;
	text-align: center;
	color: #000000;
	margin-bottom: 48px;
	margin-top: 96px;
}
.container--news {
	max-width: 1358px;
	margin-left: auto;
	margin-right: auto;
}
.news-list {
	display: flex;
	flex-wrap: wrap;
 	margin-left: -15.5px;
 	margin-right: -15.5px;
	width: calc(100% + 31px);
 	position: relative;
}
.news-list.active {
	overflow: hidden;
}
.news-list.active::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(245, 245, 245, 0) 43.16%, #F5F5F5 87.15%);
	z-index: 1;
}
.news-item {
	background: #FEFEFE;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	margin-left: 15.5px;
	margin-right: 15.5px;
	width: calc(100% / 3 - 31px);
	gap: 20px;
	margin-bottom: 31px;
}
.news-title {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
	margin-bottom: 16px;
	max-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-desc {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	opacity: 0.5;
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.col-right-news {
	min-width: 125px;
	width: 125px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: space-between;
}
.news-img {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
}
.col-left-news {
	width: 100%;
}
.news-link {
	border: 2px solid #62BB00;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #62BB00;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 125px;
	height: 36px;
	cursor: pointer;
	text-decoration: none;
	transition: background .4s ease, color .4s ease;
}
.news-link:hover {
	background: #62BB00;
	color: #fff;
	transition: background .4s ease, color .4s ease;
}
.news-source {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
}
.news-source--company {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.news-source--time {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	opacity: 0.5;
}
.show-more-news {
	justify-content: center;
	display: none;
}
.show-more-news.active {
	display: flex;
}
.show-more-news a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #62BB00;
 	border: 2px solid #62BB00;
 	box-sizing: border-box;
 	border-radius: 5px;
 	padding-left: 20px;
 	padding-right: 20px;
 	padding-top: 16px;
 	padding-bottom: 16px;
 	cursor: pointer;
 	transition: background .4s ease, color .4s ease;
}
.show-more-news a svg path {
	transition: stroke .4s ease;
}
.show-more-news a:hover {
	transition: background .4s ease, color .4s ease;
	background-color: #62BB00;
	color: #fff;
}
.show-more-news a:hover svg path {
	stroke: #fff;
	transition: stroke .4s ease;
}
/* FOOTER */
footer {
	min-height: 800px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 107px;
	padding-bottom: 107px;
	background-image: url(../img/front-view-landscape-with-vegetation-clear-sky-min-min.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 96px;
}
.contact-us {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	background-color: #fff;
	border-radius: 5px;
}
.contact-us > div {
	width: 50%;
	box-sizing: border-box;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
}
.contact-info {
 	background: #62BB00;
 	border-top-right-radius: 5px;
 	border-bottom-right-radius: 5px;
}
.contact-info h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 24px;
}
.contact-icon {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}
.contact-txt {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color: #FFFFFF;
}
.contact-txt a {
	color: #FFFFFF;
	text-decoration: none;
	transition: opacity .4s ease;
}
.contact-txt a:hover {
	opacity: 0.5;
	transition: opacity .4s ease;
}
.contact-txt + .contact-txt {
	margin-top: 8px;
}
.df-jsb {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.contact-info img {
	margin-top: 24px;
 	margin-bottom: 24px;
}
.social-list {
	margin-top: 29px;
	display: flex;
}
.social-list a + a {
	margin-left: 24px;
}
.social-list a {
	transition: opacity .4s ease;
}
.social-list a:hover {
	opacity: 0.5;
	transition: opacity .4s ease;
}
.contact-form h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 16px;
}
.control-group {

}
.control-group + .control-group {
	margin-top: 24px;
}
.control-group label {
	display: block;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 10px;
}
.control-group input {
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 5px;
	height: 40px;
	box-sizing: border-box;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 11px;
	padding-bottom: 11px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #808080;
	font-family: 'Geometria', sans-serif;
}
.control-group input:focus-visible,
.control-group textarea:focus-visible {
	outline-color: #62BB00;
}
.control-group textarea {
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 5px;
	height: 101px;
	box-sizing: border-box;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 11px;
	padding-bottom: 11px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #808080;
	font-family: 'Geometria', sans-serif;
	resize: none;
	margin-bottom: 12px;
}
#contact-submit {
	margin-top: 12px;
	width: 100%;
	border: 2px solid #62BB00;
	box-sizing: border-box;
	border-radius: 5px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #62BB00;
	font-family: 'Geometria', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFEFE;
	cursor: pointer;
	transition: background .4s ease, color .4s ease;
}
#contact-submit:not([disabled]):hover {
	background: none;
	color: #62BB00;
	transition: background .4s ease, color .4s ease;
}
.control-group input.error,
.control-group textarea.error {
	border-color: red;
}
#result_form.error {
	font-weight: 500;
	color: red;
}
.control-group input.success,
.control-group textarea.success {
	border-color: #62BB00;
}
#result_form.success {
	font-weight: 500;
	color: #62BB00;
}
#contact-submit[disabled] {
	cursor: no-drop;
	opacity: 0.5;
}
/* ADAPTIVE */
@media (max-width: 1560px) {
	.our-products--container {
		padding-left: 30px;
    	padding-right: 30px;
	}
	.our-products--container .swiper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.our-products--container .swiper-button-next, .our-products--container .swiper-rtl .swiper-button-prev {
		right: 5px
	}
	.our-products--container .swiper-button-prev, .our-products--container .swiper-rtl .swiper-button-next {
		left: 5px
	}
}
@media (max-width: 1360px) {
	.news-source--time,
	.news-source--company {
		font-size: 12px;
	}
	.news-title {
		font-size: 16px;
		line-height: 19px;
		max-height: 57px;
	}
	.news-desc {
    	font-size: 14px;
    	line-height: 18px;
    	-webkit-line-clamp: 4;
    	max-height: 72px;
	}
}
@media (max-width: 1200px) {
	.news-item {
		width: calc(100% / 2 - 20px);
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.news-list {
		margin-left: -10px;
    	margin-right: -10px;
    	width: calc(100% + 20px);
	}
}
@media (max-width: 1024px) {
	.contact-us > div {
    	padding-bottom: 20px;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-txt {
		font-size: 15px;
	}
	.about-us {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.au-txt {
		max-width: 50%;
	}
}
@media (max-width: 767px) {
	.news-item {
		width: calc(100% / 1 - 20px);
	}
	.df-jsb {
		justify-content: flex-start;
		gap: 30px;
	}
	footer {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 50px;
	}
	.contact-us > div {
		width: 100%;
	}
	.contact-us {
		flex-direction: column;
	}
	.our-products--banner {
		height: 380px;
		padding-top: 45px;
	}
	.about-us--list li {
		flex-direction: column;
 		align-items: stretch;
	}
	.au-txt {
		max-width: 100%;
	}
	.about-us--list li + li {
		margin-top: 50px
	}
	.about-us--list li:nth-child(2n) {
		flex-direction: column;
	}
	header {
		min-height: auto;
		padding-top: 39px;
		padding-bottom: 39px;
	}
	header h1 {
		font-size: 38px;
    	line-height: 48px;
	}
	header p {
		font-size: 19px;
		line-height: 24px;
		margin-top: 20px;
	}
	header button {
		margin-top: 63px;
		font-size: 13px;
		height: 44px;
	}
	header svg {
    	margin-top: 45px;
	}
}
@media (max-width: 480px) {
	.our-products--container .swiper-button-next, .our-products--container .swiper-rtl .swiper-button-prev {
		right: 10px
	}
	.our-products--container .swiper-button-prev, .our-products--container .swiper-rtl .swiper-button-next {
		left: 10px
	}
	.df-jsb {
    	gap: 5px;
    	flex-direction: column;
    	align-items: flex-start;
	}
	.our-products--container .swiper-pagination{
		display: none;
	}
	.our-products--banner h2 {
		font-size: 28px;
    	line-height: 36px;
	}
	.our-products--container .swiper-button-next, .our-products--container .swiper-rtl .swiper-button-prev {
		top: calc(50% - 44px / 2);
	}
	.our-products--container .swiper-button-prev, .our-products--container .swiper-rtl .swiper-button-next {
		top: calc(50% - 44px / 2);
	}
}
@media (max-width: 400px) {
	.col-right-news {
		min-width: 100px;
		width: 100px;
	}
	.news-img {
		height: 100px;
		width: 100px;
	}
	.news-link {
		width: 100%;
		font-size: 12px;
	}
}
.modal h3, b{
font-weight:bold;

}
.modal h4{padding-bottom:10px;}
.modal p{
	padding-bottom:10px;
}
.modal ul {
    list-style: circle;
	padding-bottom:10px;
	margin-left: 15px;
}
@media only screen and (max-width: 600px) {
.full-banner--container {display: block;}
.full-banner {background-size: contain !important;background-color:white;background-position: bottom;background-size: cover;min-height: 700px;}
main{background-color:white;}
.full-banner--wrapper p{text-align: left;}
}
.icon {
font-size: 50px;
    color: #404b2b;
    cursor: pointer;
    display: none;
    z-index: 100000;
}

@media only screen and (max-width: 768px) {
  .icon {
    display: block; /* Показуємо іконку на екранах менше 768 пікселів */
  }
}
/*menu*/
/* Застосовуємо стилі тільки для екранів ширше 768 пікселів */
@media (max-width: 768px) {
  /* Задаємо стиль для навігаційного меню */
  nav {
    background-color: #fff; /* Задаємо білий фон */
    position: fixed; /* Фіксуємо меню зверху */
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999; /* Задаємо високий пріоритет, щоб меню було на вершині */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Додаємо тінь */
    display: flex;
    /* width: 100%; */
    /* height: 100%; */
    justify-content: center;
    height: 100%;
    align-items: center;
    font-size: 18px;
display: none;
  }

  /* Задаємо стиль для списку з пунктами меню */
  .menu {display: flex; /* Відображаємо пункти меню у вигляді горизонтального списку */flex-direction: column; /* Задаємо вертикальний напрямок для списку */margin: 0; /* Забираємо зовнішні відступи */padding: 0; /* Забираємо внутрішні відступи */width: 100%;text-align: center;}

  /* Задаємо стиль для пунктів меню */
  .menu li {
    border-bottom: 1px solid #ccc; /* Додаємо горизонтальну лінію між пунктами меню */
    padding: 10px; /* Задаємо внутрішні відступи */
  }

  /* Задаємо стиль для посилань на пункти меню */
  .menu li a {
    color: #333; /* Задаємо колір тексту */
    text-decoration: none; /* Забираємо стилі посилань */
    font-size: 22px; /* Задаємо розмір шрифту */
    font-weight: bold; /* Задаємо жирний шрифт */
  }

  /* Задаємо стиль для активного пункту меню */
  .menu li.active {
    background-color: #f5f5f5; /* Задаємо світлий фон для активного пункту */
  }

  /* Задаємо стиль для іконки меню */
  .menu-icon {
    display: block; /* Відображаємо
    margin: 10px; /* Задаємо зовнішні відступи */
font-size: 24px; /* Задаємо розмір шрифту */
color: #333; /* Задаємо колір тексту */
cursor: pointer; /* Змінюємо курсор при наведенні, щоб вказати, що елемент є клікабельним */
}

/* Задаємо стиль для випадаючого списку меню */
.dropdown {
display: none; /* Сховуємо список за замовчуванням */
flex-direction: column; /* Задаємо вертикальний напрямок для списку */
}

/* Задаємо стиль для активного випадаючого списку меню */
.dropdown.active {
display: flex; /* Показуємо список, коли він активний */
}

/* Задаємо стиль для пунктів випадаючого списку меню */
.dropdown li {
border-bottom: none; /* Видаляємо лінію між пунктами */
padding: 10px; /* Задаємо внутрішні відступи */
background-color: #f5f5f5; /* Задаємо світлий фон для пункту меню */
}

/* Задаємо стиль для посилань на пункти випадаючого списку меню */
.dropdown li a {
font-size: 14px; /* Задаємо менший розмір шрифту */
font-weight: normal; /* Задаємо нормальний шрифт */
}
}
/*menu*/
