*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	margin: 0 auto;
	font-family: 'OpenSans';
	font-weight: 400;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

span {
	display: inline-block;
}

img {
	display: block;
	max-width: 100%;
}

li {
	list-style: none;
}

input,
textarea,
button,
select {
	font-family: inherit;
	border: 0;
	background: none;
	outline: none;
	resize: none;
}

/* Inter */
@font-face {
	font-family: 'Inter';
	src:
		url('../fonts/Inter/Inter_24pt-Regular.woff') format('woff'),
		url('../fonts/Inter/Inter_24pt-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	display: swap;
}
@font-face {
	font-family: 'Inter';
	src:
		url('../fonts/Inter/Inter_24pt-Medium.woff') format('woff'),
		url('../fonts/Inter/Inter_24pt-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	display: swap;
}
@font-face {
	font-family: 'Inter';
	src:
		url('../fonts/Inter/Inter_24pt-SemiBold.woff') format('woff'),
		url('../fonts/Inter/Inter_24pt-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	display: swap;
}
@font-face {
	font-family: 'Inter';
	src:
		url('../fonts/Inter/Inter_24pt-Bold.woff') format('woff'),
		url('../fonts/Inter/Inter_24pt-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	display: swap;
}
/* OpenSans */
@font-face {
	font-family: 'OpenSans';
	src:
		url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans/OpenSans-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	display: swap;
}
@font-face {
	font-family: 'OpenSans';
	src:
		url('../fonts/OpenSans/OpenSans-Medium.woff') format('woff'),
		url('../fonts/OpenSans/OpenSans-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	display: swap;
}
@font-face {
	font-family: 'OpenSans';
	src:
		url('../fonts/OpenSans/OpenSans-SemiBold.woff') format('woff'),
		url('../fonts/OpenSans/OpenSans-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	display: swap;
}
@font-face {
	font-family: 'OpenSans';
	src:
		url('../fonts/OpenSans/OpenSans-Bold.woff') format('woff'),
		url('../fonts/OpenSans/OpenSans-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	display: swap;
}
/* Geologica */
@font-face {
	font-family: 'Geologica';
	src:
		url('../fonts/Geologica/Geologica-Regular.woff') format('woff'),
		url('../fonts/Geologica/Geologica-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	display: swap;
}
@font-face {
	font-family: 'Geologica';
	src:
		url('../fonts/Geologica/Geologica-Medium.woff') format('woff'),
		url('../fonts/Geologica/Geologica-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	display: swap;
}
@font-face {
	font-family: 'Geologica';
	src:
		url('../fonts/Geologica/Geologica-SemiBold.woff') format('woff'),
		url('../fonts/Geologica/Geologica-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	display: swap;
}
@font-face {
	font-family: 'Geologica';
	src:
		url('../fonts/Geologica/Geologica-Bold.woff') format('woff'),
		url('../fonts/Geologica/Geologica-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	display: swap;
}
@font-face {
	font-family: 'Geologica';
	src:
		url('../fonts/Geologica/Geologica-ExtraBold.woff') format('woff'),
		url('../fonts/Geologica/Geologica-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	display: swap;
}
/* MonoSans */
@font-face {
	font-family: 'MonoSans';
	src:
		url('../fonts/MonoSans/MonaSans_Condensed-Regular.woff') format('woff'),
		url('../fonts/MonoSans/MonaSans_Condensed-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	display: swap;
}
@font-face {
	font-family: 'MonoSans';
	src:
		url('../fonts/MonoSans/MonaSans_Condensed-Medium.woff') format('woff'),
		url('../fonts/MonoSans/MonaSans_Condensed-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	display: swap;
}
@font-face {
	font-family: 'MonoSans';
	src:
		url('../fonts/MonoSans/MonaSans_Condensed-SemiBold.woff') format('woff'),
		url('../fonts/MonoSans/MonaSans_Condensed-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	display: swap;
}
@font-face {
	font-family: 'MonoSans';
	src:
		url('../fonts/MonoSans/MonaSans_Condensed-Bold.woff') format('woff'),
		url('../fonts/MonoSans/MonaSans_Condensed-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	display: swap;
}
.title {
	font-family: 'Geologica';
	font-weight: 500;
	font-size: 60px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	text-align: center;
}

.section-title {
	font-family: 'Geologica';
	font-weight: 500;
	font-size: 40px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #1b1b19;
}

.page .header {
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.header {
	padding: 15px 0;
}
.header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header__logo img {
	height: 50px;
}
.header nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.header nav ul li a {
	font-family: 'Geologica';
	font-weight: 400;
}
.header .burger-icon {
	cursor: pointer;
	display: none;
}
.header__btn a {
	background-color: #3b6932;
	color: #fff;
	padding: 10px 25px;
	border-radius: 6px;
}

.burger-menu {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	z-index: -99999999;
	opacity: 0;
	visibility: hidden;
}
.burger-menu.active {
	z-index: 99999999;
	opacity: 1;
	visibility: visible;
}
.burger-menu nav ul li a {
	font-family: 'Geologica';
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
}
.burger-menu .burger-close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.hero {
	height: calc(100vh - 80px);
	width: 100%;
	background-image: url('../img/banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.hero .container {
	height: 100%;
}
.hero__wrapper {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	z-index: 9999999;
	position: relative;
}
.hero__wrapper h2 {
	font-size: 60px;
	font-weight: 800;
	font-family: 'Geologica';
	margin-bottom: 15px;
	text-transform: uppercase;
}
.hero__wrapper p {
	max-width: 530px;
	margin-bottom: 25px;
}
.hero__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.hero__btns a {
	padding: 13px 20px;
	border-radius: 8px;
}
.hero__btns a:first-child {
	background-color: #fff;
	color: #000;
	border: none;
}
.hero__btns a:last-child {
	color: #fff;
	border: 1px solid #fff;
}
.hero .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.products {
	margin-bottom: 100px;
}
.products .title {
	margin-bottom: 45px;
}
.products__card {
	border-radius: 18px;
	text-align: center;
	overflow: hidden;
}
.products__card iframe {
	border-radius: 18px;
}

.products__card h2 {
	font-family: 'MonoSans';
	font-size: 41px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}
.products__card img {
	width: 100%;
	margin: 0 auto;
}

.company {
	margin: 80px 0 120px;
}
.company__inner img {
	border-radius: 40px;
}
.company__inner h2 {
	font-family: 'Geologica';
	font-weight: 500;
	font-size: 60px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #1b1b19;
}
.company__inner p {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #1b1b19;
	margin-bottom: 30px;
}
.company__inner a {
	font-family: 'Geologica';
	border-radius: 100px;
	padding: 21px 33px;
	background-color: #3b6932;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #fff;
}

.advantage {
	margin-bottom: 130px;
}
.advantage .title {
	margin-bottom: 10px;
}
.advantage p {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #1b1b19;
	max-width: 1028px;
	margin: 0 auto 59px;
}
.advantage__video {
	margin-top: 30px;
}

.partners {
	margin-bottom: 100px;
}
.partners .title {
	margin-bottom: 10px;
}
.partners p {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #1b1b19;
	max-width: 970px;
	margin: 0 auto 59px;
}
.partners__card {
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.1);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.1);
	overflow: hidden;
	border-radius: 40px;
	margin-bottom: 35px;
}

.about {
	padding: 100px 0 150px;
}
.about__company-info {
	margin-bottom: 130px;
}
.about__company-info .title {
	margin-bottom: 10px;
}
.about__company-info h3 {
	margin-bottom: 20px;
}
.about__company-info p {
	max-width: 806px;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #1b1b19;
	margin: 0 auto;
	margin-bottom: 40px;
}
.about__history {
	margin-bottom: 130px;
}
.about__history h3 {
	margin-bottom: 20px;
}
.about__history p {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #1b1b19;
}
.about__values {
	margin-bottom: 130px;
}
.about__values h3 {
	text-align: center;
	margin-bottom: 50px;
}
.about__values-card {
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	padding: 30px 24px;
	border-radius: 40px;
	height: 100%;
}
.about__values-card h4 {
	font-family: 'Geologica';
	font-weight: 500;
	font-size: 26px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #1b1b19;
	margin: 15px 0;
}
.about__values-card p {
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	letter-spacing: -0.01em;
	color: #1b1b19;
}
.about .about__mission-img {
	border-radius: 40px;
}
.about__stats {
	background-color: #3b6932;
	padding: 70px 0;
	color: #fff;
	font-family: 'Geologica';
	margin-bottom: 100px;
}
.about__stats h2 {
	font-weight: 500;
	font-size: 40px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.about .stats__card h4 {
	font-weight: 500;
	font-size: 50px;
}
.about .stats__card span {
	font-weight: 400;
	font-size: 30px;
	line-height: 146%;
}
.about__certificates h3 {
	margin-bottom: 28px;
}
.certificates{
  padding-bottom: 100px;
}
.about__certificates p {
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	letter-spacing: -0.01em;
	color: #1b1b19;
	max-width: 550px;
}
.about__certificates .cert-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.about__certificates .cert-card {
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	padding: 35px;
	border-radius: 40px;
}
.about__cert-list {
	margin-top: 130px;
}
.about__cert-list h3 {
	text-align: center;
}
.about__banner {
	margin: 50px 0 120px;
}
.about__deliveries h3 {
	margin-bottom: 15px;
}
.about__deliveries p {
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	letter-spacing: -0.01em;
	color: #1b1b19;
	margin-bottom: 35px;
}
.about__cards-item {
	border-radius: 40px;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	padding: 34px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'Geologica';
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	text-align: center;
	color: #1b1b19;
}
.about__cards-item span {
	display: block;
	margin-top: 10px;
}

.purchase {
	padding: 130px 0;
}
.purchase .partners {
	margin-bottom: 0;
}
.purchase__image {
	display: block;
	margin-bottom: 30px;
}
.purchase__offer {
	background: linear-gradient(
		171deg,
		rgb(185, 51, 52) 19%,
		rgb(219, 88, 88) 50%
	);
	border-radius: 40px;
	padding: 76px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}
.purchase__offer h3 {
	font-family: 'Geologica';
	font-weight: 500;
	font-size: 40px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-align: center;
	margin-bottom: 20px;
}
.purchase__offer p {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-align: center;
	max-width: 750px;
	color: #fff;
}
.purchase__offer .purchase__btn {
	background-color: #fff;
	color: #3b6932;
	padding: 12px 25px;
	font-weight: 500;
	font-family: 'Geologica';
	border-radius: 6px;
}

.media {
	padding: 100px 0;
}
.media__wrapper h2 {
	margin-bottom: 10px;
}
.media__wrapper p {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #1b1b19;
	max-width: 1028px;
	margin: 0 auto 30px;
}
.media__btns {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
}
.media__btns button {
	max-width: 300px;
	width: 100%;
	border-radius: 100px;
	border: 1px solid #3b6932;
	padding: 15px 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	font-family: 'Geologica';
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-align: center;
}
.media__btns button.active {
	background-color: #3b6932;
	color: #fff;
}

.media .tab-button:hover:not(.active) {
	background: #358126;
	color: white;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}
.media .tabs-header {
	margin: 40px 0;
}
.media .tab-content {
	min-height: 400px;
}
.media .content-section {
	display: none;
	-webkit-animation: fadeIn 0.5s ease-in-out;
	animation: fadeIn 0.5s ease-in-out;
}
.media .content-section.active {
	display: block;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.contacts {
	padding: 100px 0;
}
.contacts .title {
	margin-bottom: 10px;
}
.contacts__subtitle {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #1b1b19;
	max-width: 1028px;
	margin: 0 auto 40px;
}
.contacts__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 27px;
	font-family: 'Geologica';
	font-weight: 500;
	font-size: 25px;
	line-height: 150%;
	letter-spacing: -0.01em;
	background: #f8f8f8;
	padding: 20px 25px;
	border-radius: 30px;
	margin-bottom: 20px;
}
.contacts__card span {
	display: block;
	width: 76%;
}
.contacts__card-icon {
	width: 70px;
	height: 70px;
	border-radius: 12px;
	background-color: #3b6932;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.contacts__social {
	background-color: #f8f8f8;
	padding: 20px 25px;
	border-radius: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 31px;
}
.contacts__social a {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 1px solid #3b6932;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.contacts__form-wrapper {
	background-color: #f8f8f8;
	padding: 34px 39px;
	border-radius: 25px;
}
.contacts__form-wrapper h3 {
	font-family: 'Geologica';
	font-weight: 500;
	font-size: 30px;
	line-height: 150%;
	letter-spacing: -0.01em;
	margin-bottom: 19px;
}
.contacts__form-wrapper form input {
	width: 100%;
	border: 1px solid #bdbdbd;
	border-radius: 20px;
	background-color: #fff;
	padding: 20px 0 20px 20px;
	margin-bottom: 15px;
}
.contacts__form-wrapper form textarea {
	background-color: #fff;
	width: 100%;
	padding: 25px;
	border: 1px solid #bdbdbd;
	border-radius: 20px;
	height: 125px;
}
.contacts__form-wrapper form button {
	border-radius: 20px;
	background-color: #3b6932;
	color: #fff;
	padding: 25px 0;
	width: 100%;
	margin-top: 20px;
	font-family: 'Geologica';
	font-weight: 500;
	font-size: 18px;
}
.contacts__form-wrapper form .contacts__form-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
}

.footer {
	background-color: #3b6932;
	color: #fff;
}
.footer__wrapper {
	padding: 70px 0;
}
.footer__logo {
	margin-bottom: 25px;
	display: block;
}
.footer__subtitle {
	font-family: 'Geologica';
	font-weight: 400;
	font-size: 18px;
	line-height: 127%;
	margin-bottom: 25px;
}
.footer__customer-btn {
	font-family: 'Geologica';
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	background-color: #fff;
	border-radius: 100px;
	padding: 10px 30px;
	color: #3b6932;
}
.footer__heading {
	font-weight: 700;
	font-size: 22px;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.footer__inner ul li {
	margin-bottom: 15px;
}
.footer__inner ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
}
.footer__contacts p {
	margin-bottom: 15px;
}
.footer__contacts .socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.footer__contacts .socials a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer__phone {
	margin-bottom: 25px;
}
.footer__copyright {
	background-color: #e24141;
	padding: 20px 0;
}
.footer__copyright-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 400;
	font-size: 16px;
	line-height: 107%;
}
.footer__copyright-inner .footer__company {
	margin-left: 45px;
}
.footer__copyright-inner a {
	text-decoration: underline;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.popup-wrapper {
	display: none;
}
.popup-wrapper.active {
	display: block;
}
.popup__inner {
	max-width: 550px;
	background-color: #fff;
	padding: 80px 0;
	width: 100%;
	position: relative;
}
.popup__inner h3 {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 151%;
	margin-bottom: 32px;
}
.popup__inner form {
	width: 66%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.popup__inner form input {
	width: 100%;
	border: 1px solid #686d71;
	padding: 12px 18px;
}
.popup__inner form button {
	background-color: #3b6932;
	padding: 12px 18px;
	display: block;
	width: 100%;
	color: #fff;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.popup__inner form button:hover {
	background-color: #ba3e3e;
}
.popup__close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.header nav {
		display: none;
	}
	.header__btn {
		display: none;
	}
	.header .burger-icon {
		display: block;
	}
}
@media (max-width: 992px) {
	.header__logo img {
		height: 50px;
	}
	.hero {
		height: calc(100vh - 80px);
	}
	.company__inner img {
		display: block;
		margin-bottom: 35px;
	}
	.advantage img {
		width: 100%;
		height: 100%;
	}
	.advantage .col-lg-8 {
		margin-top: 25px;
	}
	.about__history .row .col-lg-6:first-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.about__history .row .col-lg-6 img {
		width: 100%;
	}
	.about__certificates p {
		max-width: 100%;
	}
	.about__certificates .cert-inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.about__certificates h3 {
		text-align: center;
		margin-bottom: 15px;
	}
	.about__cert-list a {
		width: 100%;
	}
	.about__cert-list a img {
		width: 100%;
	}
	.about__cert-list h3 {
		margin-bottom: 25px;
	}
}
@media (max-width: 768px) {
	.company__inner h2 {
		font-size: 50px;
		margin-bottom: 10px;
	}
	.title {
		font-size: 50px;
	}
	.footer__heading {
		margin-bottom: 15px;
	}
	.footer__customer-btn {
		display: inline-block;
		margin-bottom: 25px;
	}
}
@media (max-width: 576px) {
	.hero__wrapper h2 {
		font-size: 50px;
	}
	.hero__wrapper p {
		font-size: 15px;
	}
	.company__inner h2 {
		font-size: 40px;
	}
	.company__inner p {
		font-size: 16px;
	}
	.company__inner a {
		padding: 15px 33px;
	}
	.title {
		font-size: 40px;
	}
	.company {
		margin-bottom: 80px;
	}
	.products .title {
		margin-bottom: 30px;
	}
	.partners p {
		font-size: 16px;
	}
	.partners__card {
		border-radius: 8px;
		margin-bottom: 22px;
	}
	.products {
		margin-bottom: 80px;
	}
	.advantage p {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.partners {
		margin-bottom: 60px;
	}
	.footer__copyright-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		gap: 20px;
	}
	.about__company-info p {
		font-size: 16px;
	}
	.about__company-info {
		margin-bottom: 80px;
	}
	.popup {
		padding: 0 16px;
	}
	.popup h3 br {
		display: none;
	}
	.popup__inner form {
		width: 86%;
	}
	.about__history p {
		font-size: 16px;
	}
	.about__history h3 {
		text-align: center;
	}
	.about__history {
		margin-bottom: 80px;
	}
	.section-title {
		font-size: 26px;
	}
	.about__values {
		margin-bottom: 80px;
	}
	.about__values-card {
		border-radius: 20px;
	}
	.about__stats {
		padding: 50px 0;
	}
	.about .stats__card span {
		font-size: 22px;
	}
	.about .stats__card h4 {
		font-size: 40px;
	}
	.about__stats h2 {
		font-size: 30px;
	}
	.about__banner {
		margin-bottom: 60px;
	}
	.about__cards-item {
		font-size: 16px;
	}
	.about__cards-item {
		border-radius: 20px;
		padding: 25px 0;
	}
	.purchase__offer {
		padding: 50px 25px;
	}
	.purchase {
		padding: 80px 0;
	}
	.media {
		padding-top: 80px;
	}
	.media__wrapper p {
		font-size: 16px;
	}
	.contacts__subtitle {
		font-size: 16px;
	}
	.contacts__card {
		padding: 15px 20px;
		font-size: 18px;
	}
	.contacts__card-icon {
		width: 50px;
		height: 50px;
	}
	.contacts__card-icon img {
		width: 30px;
		height: 30px;
	}
	.contacts__social {
		gap: 10px;
	}
	.contacts__form-wrapper {
		padding: 34px 15px;
	}
	.contacts__form-wrapper h3 {
		font-size: 22px;
	}
	.contacts__form-wrapper form button {
		padding: 18px 0;
	}
	.partners p {
		margin-bottom: 35px;
	}
	.purchase__offer h3 {
		font-size: 26px;
	}
}
@media (max-width: 500px) {
	.hero__wrapper h2 {
		font-size: 36px;
	}
	.hero__wrapper p {
		font-size: 15px;
	}
	.hero__btns a {
		padding: 10px 18px;
		font-size: 15px;
	}
	.company__inner p {
		font-size: 14px;
	}
	.company__inner h2 {
		font-size: 30px;
	}
	.title {
		font-size: 30px;
	}
	.company__inner a {
		font-size: 14px;
		padding: 12px 25px;
	}
	.partners p {
		font-size: 14px;
	}
}

.page-status {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.status__icon {
	max-width: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.status__icon h1 {
	text-align: center;
}

/* Yangi bo'limlar uchun CSS stillar */

/* Problem-Solution Section */
.problem-solution {
	padding: 100px 0;
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.problem-solution__wrapper {
	text-align: center;
}

.problem__stats {
	margin: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}

.stats__item {
	background: white;
	padding: 40px 60px;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stats__item h3 {
	font-family: 'Geologica';
	font-size: 48px;
	font-weight: 700;
	color: #3b6932;
	margin-bottom: 10px;
}

.stats__item p {
	font-size: 18px;
	color: #1b1b19;
	max-width: 300px;
}

.stats__warning {
	background: #ff6b6b;
	color: white;
	padding: 20px 30px;
	border-radius: 15px;
	max-width: 400px;
}

.stats__warning p {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.problem__symptoms {
	margin: 80px 0;
}

.problem__symptoms h3 {
	font-family: 'Geologica';
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 40px;
	color: #1b1b19;
}

.symptom__card {
	background: white;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	height: 100%;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.symptom__card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.symptom__icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f4f8;
	border-radius: 50%;
}

.symptom__icon img {
	width: 50px;
	height: 50px;
}

.symptom__card h4 {
	font-family: 'Geologica';
	font-size: 20px;
	font-weight: 600;
	color: #1b1b19;
	text-align: center;
}

.problem__consequences {
	margin-top: 60px;
}

.consequences__banner {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 50px;
	border-radius: 25px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.consequences__banner h3 {
	font-family: 'Geologica';
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}

.consequences__banner ul {
	text-align: left;
	max-width: 600px;
	margin: 0 auto;
}

.consequences__banner ul li {
	font-size: 20px;
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
}

.consequences__banner ul li:before {
	content: '⚠';
	position: absolute;
	left: 0;
	font-size: 24px;
}

/* About Product Section */
.about-product {
	padding: 0 0 60px;
	background: white;
}

.about-product .subtitle {
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	color: #555;
	max-width: 900px;
	margin: 20px auto 60px;
}

.product__image img {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product__info {
	padding: 0 20px;
}

.product__info h3 {
	font-family: 'Geologica';
	font-size: 36px;
	font-weight: 700;
	color: #3b6932;
	margin-bottom: 20px;
}

.product__info p {
	font-size: 18px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 20px;
}

.product__highlight {
	background: #f8f9fa;
	padding: 30px;
	border-radius: 15px;
	border-left: 5px solid #3b6932;
	margin-top: 30px;
}

.product__highlight h4 {
	font-family: 'Geologica';
	font-size: 22px;
	font-weight: 600;
	color: #3b6932;
	margin-bottom: 15px;
}

.product__composition {
	margin-top: 80px;
}

.product__composition h3 {
	font-family: 'Geologica';
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
	color: #1b1b19;
}

.composition__card {
	background: white;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	height: 100%;
}

.composition__card img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.composition__card h4 {
	font-family: 'Geologica';
	font-size: 24px;
	font-weight: 600;
	color: #3b6932;
	padding: 20px 20px 10px;
}

.composition__card p {
	padding: 0 20px;
	font-size: 16px;
	color: #555;
}

.composition__card ul {
	padding: 0 20px 20px 40px;
}

.composition__card ul li {
	list-style: disc;
	font-size: 16px;
	color: #444;
	margin-bottom: 8px;
}

.product__development {
	margin-top: 80px;
}

.development__banner {
	background: linear-gradient(135deg, #3b6932 0%, #2d5025 100%);
	color: white;
	padding: 60px;
	border-radius: 25px;
	text-align: center;
}

.development__banner h3 {
	font-family: 'Geologica';
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

.development__banner p {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.development__stats {
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
}

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

.stat-item h4 {
	font-family: 'Geologica';
	font-size: 56px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 10px;
}

.stat-item p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
}

/* Benefits Section */
.benefits {
	padding: 0 0 100px;
}

.benefits .subtitle {
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	color: #555;
	max-width: 900px;
	margin: 20px auto 60px;
}

.benefits__grid {
	margin-top: 50px;
}

.benefit__card {
	background: white;
	padding: 35px;
	border-radius: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	height: 100%;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.benefit__card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	border-color: #3b6932;
}

.benefit__icon {
	font-size: 40px;
	margin-bottom: 20px;
}

.benefit__card h4 {
	font-family: 'Geologica';
	font-size: 22px;
	font-weight: 600;
	color: #3b6932;
	margin-bottom: 15px;
}

.benefit__card p {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}

.benefit__card--featured {
	background: linear-gradient(135deg, #3b6932 0%, #2d5025 100%);
	color: white;
}

.benefit__card--featured h4 {
	color: white;
}

.benefit__card--featured p {
	color: rgba(255, 255, 255, 0.95);
}

/* Order Section */
.order-section {
	padding: 100px 0;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	text-align: center;
}

.order-section .title {
	color: white;
}

.order-section .subtitle {
	font-size: 22px;
	line-height: 1.6;
	max-width: 800px;
	margin: 20px auto 50px;
	color: rgba(255, 255, 255, 0.95);
}

.order__cta {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	padding: 50px;
	border-radius: 25px;
	max-width: 600px;
	margin: 0 auto;
}

.order__cta h3 {
	font-family: 'Geologica';
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
	color: white;
}

.order__btn {
	background: white;
	color: #3b6932;
	padding: 20px 60px;
	border-radius: 50px;
	font-family: 'Geologica';
	font-size: 20px;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.order__btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Certification Section */
.certification {
	padding: 80px 0;
	background: white;
}

.certification__banner {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border-radius: 25px;
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cert__icon img {
	width: 100px;
	height: 100px;
}

.cert__content {
	flex: 1;
	text-align: left;
}

.cert__content h3 {
	font-family: 'Geologica';
	font-size: 32px;
	font-weight: 700;
	color: #3b6932;
	margin-bottom: 15px;
}

.cert__content p {
	font-size: 18px;
	line-height: 1.6;
	color: #555;
}

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

.cert__badges img {
	width: 80px;
	height: 80px;
}

/* Responsive Styles */
@media (max-width: 992px) {
	.problem__stats {
		flex-direction: column;
	}

	.stats__item {
		width: 100%;
	}

	.development__stats {
		flex-direction: column;
		gap: 30px;
	}

	.certification__banner {
		flex-direction: column;
		text-align: center;
	}

	.cert__content {
		text-align: center;
	}

	.cert__badges {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.title {
		font-size: 40px;
	}

	.problem__symptoms h3,
	.product__info h3,
	.product__composition h3,
	.development__banner h3 {
		font-size: 28px;
	}

	.stats__item h3 {
		font-size: 36px;
	}

	.stat-item h4 {
		font-size: 40px;
	}

	.consequences__banner {
		padding: 30px;
	}

	.consequences__banner h3 {
		font-size: 24px;
	}

	.consequences__banner ul li {
		font-size: 16px;
	}

	.development__banner {
		padding: 40px 20px;
	}

	.order__cta {
		padding: 30px 20px;
	}

	.order__cta h3 {
		font-size: 24px;
	}

	.certification__banner {
		padding: 30px 20px;
	}

	.cert__content h3 {
		font-size: 24px;
	}
}

@media (max-width: 576px) {
	.title {
		font-size: 30px;
	}

	.stats__item {
		padding: 30px 40px;
	}

	.stats__item h3 {
		font-size: 28px;
	}

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

	.symptom__card {
		padding: 20px;
	}

	.benefit__card {
		padding: 25px;
	}

	.product__info {
		padding: 0;
	}

	.product__highlight {
		padding: 20px;
	}

	.order__btn {
		padding: 15px 40px;
		font-size: 18px;
	}
}
