* { margin: 0; padding: 0; box-sizing: border-box; }

html { height: 100%; }

body {
	background: #FFFFFF;
	font-family: "Jost", sans-serif;
	color: #333333;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 14pt;
	line-height: 1.3;
	height: 100%;
	padding: 140px 0 0 0;
}
@media only screen and (max-width: 800px) {
body {
	padding: 0;
}
}

H1 {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    color: #009933;
    margin: 0 0 40px 0;
    font-weight: 500;
    font-size: 40pt;
    line-height: 1.2;
    font-style: normal;
}
H2 {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    color: #000000;
    margin: 0 0 25px 0;
    font-weight: 500;
    font-size: 25pt;
    line-height: 1.2;
    font-style: normal;
}
H3 {
	margin: 20px 0;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	color: #000000;
	font-weight: 400;
	font-style: normal;
	word-spacing: 1px;
	letter-spacing: 1px;
	line-height: 1.3;
	font-size: 18pt;
}
H4 {
	margin: 20px 0;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	color: #000000;
	font-weight: 400;
	font-style: normal;
	word-spacing: 1px;
	letter-spacing: 1px;
	line-height: 1.3;
	font-size: 16pt;
}
@media only screen and (max-width: 800px) {
H1 {
    font-size: 30pt;
}
H2 {
    font-size: 24pt;
}
}
	
a {
    color: #79A420;
    text-decoration: none;
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -ms-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
}
a:hover { color: #336600; text-decoration: none; }

/* Стиль шапки */
header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	gap: 0px;
	background: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 12px 23px -12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 12px 23px -12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 12px 23px -12px rgba(0, 0, 0, 0.2);
	top: 0px;
	padding: 0 15%;
	height: 120px;
	width: 100%;
	position: fixed;
	z-index: 1000;
	backdrop-filter: blur(5px);
	border-bottom: 1px solid rgba(200, 200, 200, 0.3);
	transition: all 0.4s ease;
	box-sizing: border-box;
}
header:hover { background: rgba(255, 255, 255, 0.9); }
.menu-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	gap: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	box-sizing: border-box;
}
.logo-item {
	width: 20%;
	height: auto;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}
.logo-item img {
	width: 80%;
	height: auto;
	margin: 0;
	border: none;
	outline: none;
}
.navi-item {
	width: 60%;
	height: auto;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	font-size: 12pt;
}
.search-item {
	width: 20%;
	height: auto;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}
/* Стиль шапки конец */

/* Параллакс */
.bg-ex-parallax {
	background-repeat: no-repeat;
	top: -23px;
	margin-bottom: -23px;
	width: 100%;
	padding: 70px 15%;
	min-height: 80%;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	display: block;
	align-items: center;
	justify-content: center;
}

.bg-ex-parallax ul li {
	margin: 0 0 0 25px;
	color: #FFFFFF;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: weight;
	font-style: 400;
	word-spacing: 2px;
	line-height: 1.8;
	font-size: 18pt;
	text-shadow: 1px 1px 2px #000000;
}

.bg-ex-parallax H1 {
    font-family: "Mulish", sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 40pt;
    line-height: 1.3;
    text-shadow: 1px 1px 2px #000000;
}

@media only screen and (max-width: 1400px) {
.bg-ex-parallax {
	padding: 70px 8%;
}
}
@media only screen and (max-width: 1200px) {
.bg-ex-parallax {
	padding: 70px 2%;
}
}
@media only screen and (max-width: 800px) {
.bg-ex-parallax {
	padding: 70px 0;
}
}
/* Параллакс конец */

/* Белая кнопка */
.btn-wite {
	display: inline-block;
	cursor: pointer;
	font-size: 18pt;
	text-decoration: none;
	padding: 10px 33px;
	margin-top: 50px;
	color: #ffffff;
	background: transparent;
	border-radius: 0px;
	border: 2px solid #ffffff;
	text-transform: uppercase;
}

.btn-wite:hover {
	background: #ffffff;
	color: #000000;
	border: 2px solid #ffffff;
	transition: all 0.4s ease;
}
/* Белая кнопка конец */

/* Рекламный блок на первой странице */
.project-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	gap: 50px;
	padding: 50px 15%;
	width: 100%;
	height: auto;
	background-color: #F9F9F9;
	box-sizing: border-box;
}

.project-item {
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #79A420;
	background: linear-gradient(45deg, rgba(121, 164, 32, 1) 0%, rgba(160, 204, 73, 1) 50%, rgba(121, 164, 32, 1) 100%);
	color: #ffffff;
	padding: 10px;
	display: flex;
	flex-direction: column; 
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	border-radius: 4px;
	font-weight: 500;
}

.project-item H2 {
    font-family: "Mulish", sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 5vw;
    line-height: 1.3;
    text-shadow: 1px 1px 2px #000000;
}

.project-item p {
	color: #FFFFFF;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: weight;
	font-style: 400;
	word-spacing: 2px;
	line-height: 1.8;
	font-size: 18pt;
	text-shadow: 1px 1px 2px #000000;
}

.four-whites-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	gap: 50px;
	padding: 50px 15%;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	box-sizing: border-box;
}

.four-whites-item {
	width: calc((100% - 150px) / 4);
	height: auto;
	padding: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	box-sizing: border-box;
}

.four-whites-item h1 {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    color: #79A420;
    width: 25%;
    margin: 0 0 20px 0;
    padding-bottom: 10px; 
    font-weight: 400;
    font-size: 20pt;
    line-height: 1.2;
    font-style: normal;
    border-bottom: 1px solid #79A420;
}
/* Рекламный блок на первой странице конец */

/* Блок товаров на первой странице */
.four-product-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	gap: 50px;
	padding: 50px 15%;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	box-sizing: border-box;
}

.four-product-item {
	width: calc((100% - 150px) / 4);
	height: auto;
	padding: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	box-sizing: border-box;
}
/* Блок товаров на первой странице конец */