/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	padding-top: 100px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body{
	line-height: 1.4;
}
button,
input,
select,
optgroup,
textarea {
	color: #282c29;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

h2{
	font-size: 2.4em;
}
/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	opacity: .8;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.hero-section{
	text-align: center;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation:has(.btn-header) {
	display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #f2f9f5;
    padding: 20px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
	font-size: 14px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	flex-direction: column;
    gap: 15px;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media (min-width: 768px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 auto;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.site-header{
	border-bottom: 2px solid #EBEBEB;
    padding: 19px 0;
}

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

.header-wrap{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-navigation ul{
	justify-content: right;
	gap: 30px;
}
.main-navigation ul a{
    font-size: 16px;
    color: #5f5f5f;
    font-weight: 500;
}

.services-section-wrap{
	background-color: #f2f9f5;
    /* border-radius: 30px; */
	padding: 40px 70px;
	position: relative;
}

.services-section-title h2{
	display: inline-block;
    background: transparent;
    font-size: 38px;
    padding: 10px 28px;
    border-radius: 20px;
    margin: 0;
}

.services-section-title{
    text-align: center;
	margin-bottom: 20px;
}

.services-card-img img{
    padding: 14px;
    background: transparent;
	width: 120px;
    height: 120px;
    object-fit: cover;
}

.services-section-row{
	display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
}
.services-card-title{
	font-size: 18px;
	color: #282c29;
	font-weight: 600;
	text-align: center;
	max-width: 180px;
}

.services-section{
	margin: 50px 0;
}
.section-about{
	margin: 50px 0;
}
.about-title h2{
	display: inline-block;
    font-size: 38px;
    padding: 10px 28px;
    border-radius: 20px;
    margin: 0;
}
.about-title{
	text-align: center;
	margin-bottom: 10px;
}
.about-wrap{
	display: flex;
	gap: 40px;
	align-items: center;
}
.about-wrap .about-col{
flex: 1 0 48%;
}
.about-features-num{
	font-size: 28px;
	font-weight: 800;
	color: #282c29;
	border: 5px solid #D7C8A0;
    border-radius: 50%;
    padding: 5px;
	display: inline-flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	width: 90px;
    height: 90px;
}
.about-features-title{
	font-size: 16px;
	font-weight: 600;
	color: #282c29;
	padding-top: 15px;
}

.about-features{
	display: flex;
    flex-wrap: wrap;
    gap: 40px;
	margin-bottom: 40px;
}
.about-features-card {
	flex:1 0 25%;
	text-align: center;
}
.about-features-num span{
	font-size: 18px;
}

.about-col ul{
	list-style: none;
    margin: 0;
    padding: 0;
	margin-top: 34px;
}

.about-col ul li::before{
    content: url(/wp-content/uploads/2024/03/checks.svg);
    width: 24px;
    height: 24px;
    display: block;
	opacity: .5;
}
.about-col ul li{
	display: flex;
    gap: 10px;
	margin-bottom: 20px;
}

.section-why{
	margin: 50px 0;
}
.section-why-wrap{
	background-color: #f2f9f5;
    padding: 70px 40px 40px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.why-card{
	flex:1 0 15%;
	text-align: center;
}
.why-card-img{
	/* border: 5px solid #D7C8A0; */
    border-radius: 50%;
    padding: 14px;
    margin-inline: auto;
    height: 90px;
    width: 90px;
}
.why-card-img img{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.why-card-title{
    font-weight: 600;
    text-align: center;
	margin-top: 10px;
}

.manu-tab{
	display: inline-flex;
    align-items: center;
    justify-content: center;
	padding: 17px 60px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 2;
	cursor: pointer;
	flex: 1;
	text-align: center;
}
.manu-list{
	flex-wrap: wrap;
	gap: 24px;
	display: none;
}
.manu-list.manu-list-active{
	display: flex;
}
.manu-list a{
	max-width: 180px;
    height: 64px;
    flex: 1 0 15%;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #fff;
    border-radius: 20px;
}
.manu-list a img{
	display: block;
	}

	.manu-wrap{
	    background-color: #f2f9f5;
		padding: 40px 40px 40px;
		border-radius: 30px;
		position: relative;
	}
	.manu-tabs{
		display: flex;
		justify-content: space-between;
		gap: 30px;
		margin-bottom: 40px;
		position: relative;
		width: 100%;
		padding: 0 60px;
	}

	.manu-tab::before{
content:'';
background-color: #1e1e1e6e;
background-color: #384b3b;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
	}

	.section-manu-tabs-title{
		text-align: center;
		margin-bottom: 40px;
	}

	.about-col p{
		margin-top: 0;
	}
	.hero-page-title{
		color:#fff;
		font-size: 38px;
		font-weight: 800;
	}
	.hero-page-text{
		color:#fff;
		font-size: 18px;
		font-weight: 600;
		max-width: 680px;
		margin: 0 auto;
	}
	.hero-page-wrap{
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding: 110px 0;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	.hero-page-wrap::before {
		content: '';
	    background-color: #1e1e1e6e;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
	}
	.section-manu{
		margin: 50px 0;
	}
	.simple-product-hero{
		display: flex;
		gap: 30px;
	}
	.sph-image {
		flex-basis: 50%;
		background: #f6f6f6a6;
		border-radius: 20px;
		border: 2px solid #EBEBEB;
	}
	.sph-content {
		flex-basis: 50%;
	}

	.btn-pdf {
		padding: 22px 30px;
		border-radius: 20px;
		margin-bottom: 0px;
		color:#000;
		background-color: #F5D907;
		border-style: none;
		display: inline-block;
		margin-top: 20px;
		font-weight: 600;
	}

	.sp-title{
		font-weight: 800;
		font-size: 38px;
		margin-bottom: 40px;
    	margin-top: 0;
	}
	.section-simple-product{
		margin-top: 40px;
	}
	.section-simple-product ul{
	margin-left: 10px;
    padding-left: 10px;
	}
	.section-simple-product ul li{
	margin-bottom: 10px;
}
	.section-simple-product ul li::marker{
	content: "・";
	}
	.simple-product-content{
		max-width: 840px;
		margin: 0 auto;
	}
	.section-hero-page{
		margin: 40px 0;
	}
	.products-loop-wrap{
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}
	.products-loop-card{
		flex: 1 0 20%;
		border: 1px solid #EBEBEB;
		padding: 25px 25px 25px;
		display: flex;
		flex-direction: column;
		max-width: 290px;
	}

	.products-loop-title{
	    font-size: 18px;
    text-align: center;
    font-weight: 600;
	}
	.products-loop-expect{
		font-size: 14px;
		text-align: center;
	}
	.products-loop-btn a{
		margin-top: 15px;
		padding: 10px 40px;
		text-align: center;
		border-radius: 0;
		text-transform: uppercase;
		display: block;
		background-color: #32a560;
		font-weight: 600;
	}
	.products-loop-img img{
		width: 238px;
		height: 200px;
		object-fit: cover;
	}
	.product-loop-wrap{
		height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
	.products-loop-expect p{
		margin-bottom: 0;
	}

	.section-simple-text-wrap{
		max-width: 840px;
		margin: 0 auto;
	}

	.section-simple-text-wrap ul, .section-simple-text-wrap ol{
		margin-left: 0;
		padding-left: 15px;
	}

	.form-wrap{
		position: relative;
		background-color: #285e48;
	}
	.form-wrap-wrapper{
		padding: 0 80px 75px;
		color: #fff;
	}
	.form-label p{
		padding: 0 0 10px 25px;
		margin: 0;
	}
	.form-input p{
		margin: 0;
		padding: 0;
	}
	.form-input input,
	.form-input textarea{
		padding: 21px 25px;
		color: #A4A4A4;
		font-weight: 600;
		max-width: 100%;
		border:0;
	}
	.form-row{
		display: flex;
		gap: 40px;
		margin-bottom: 30px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.form-col3 {
		width: 345px;
		max-width: 100%;
	}
	input.wpcf7-submit{
		background-color: #F5D907;
		border: 0;
		font-size: 16px;
		font-weight: 600;
		padding: 21px 60px;
		cursor: pointer;
	}
	.form-input select{
		padding: 21px 25px;
		color: #A4A4A4;
		font-weight: 600;
		max-width: 100%;
	    width: 345px;
    max-width: 100%;
    border: 0;
	height: 63.5px;
    background-color: #fff;
	}
	.form-col1{
		width: 100%;
	}
	.wpcf7-spinner{
		display: none;
	}

	.form-row.form-row-submit{
		margin-bottom: 0;
	}
	.form-row.form-row-submit .col-privacy{
		display: flex;
		align-items: center;
		margin-bottom: 0;
		max-width: 550px;
	}
	.form-row.form-row-submit .col-privacy p,
	.col-submit p{
		margin: 0;
	}

	.section-form{
		margin: 50px 0;
	}
	.wpcf7-response-output{
		text-align: center;
		font-size: 24px;
		border: 0!important;
		font-weight: 700;
		margin: 20px;
	}

	.team-wrap{
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}
	.team-card{
		flex: 1 0 20%;
		display: flex;
		flex-direction: column;
		max-width: 290px;
		padding: 0;
	}
	.team-content{
	    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
    gap: 10px;
	}
	.team-title{
		font-size: 18px;
		font-weight: 600;
	}
	.team-text{
		font-size: 14px;
		font-weight: 500;
	}
	.team-content a,
	.team-content span{
		font-size: 14px;
	}
	.footer-row1{
		border-bottom: 2px solid #EBEBEB;
		padding-bottom: 15px;
	}

	.footer-row2{
		padding-top: 30px;
		display: flex;
		flex-wrap: wrap;
	}
	.footer-col1{
		flex: 1 0 40%;
	}

	.footer-col4{
		flex: 1 0 20%;
		display: flex;
		flex-direction: column;
		gap: 15px;
		align-items: center;
	}
	.footer-col2,
	.footer-col3{
		flex: 1 0 20%;
	}
	footer ul{
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.footer-col1-wrap{
		max-width: 400px;
	}
	.col-4-social a{
		display: flex;
		align-items: center;
		gap: 10px;
		font-weight: 600;
	}
	.col-4-social a img{
max-width: 32px;
	}
	footer{
		padding-bottom: 50px;
		margin-top: 100px;
		border-top: 1px solid #e5e5e5;
	}

	.section-simple-text{
		margin: 50px 0;
	}
	.blog-loop-wrap{
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}
	.blog-card{
		flex: 1 0 20%;
		padding: 0;
		display: flex;
		flex-direction: column;
		max-width: 290px;
		border: 1px solid #d0fde3;
	}
	.blog-card-title h3{
		font-size: 18px;
		font-weight: 600;
		margin: 0;
		padding: 10px 0;
	}
	.blog-card-btn{
	margin: 0 auto 20px;
    padding: 10px 40px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    display: block;
    background-color: #32a560;
    font-weight: 600;
	max-width: 200px;
	
	}

	.blog-card-img img{
		height: 192px;
		width: 290px;
		object-fit: cover;
	}
	.services-card-img{
		text-align: center;
	}
.manu-tab:hover{
	box-shadow: 3px 3px 7px #384b3b;
}
.manu-tab.manu-tab-active{
	box-shadow: 3px 3px 7px #384b3b;
	
}
.menu-item-has-children > a::after{
	content:url(/wp-content/uploads/2024/03/arrowdown.svg);
	padding-left: 5px;
    vertical-align: text-bottom;
	vertical-align: text-top;
    line-height: 1;
}
.hero-section{
	position: relative;
	height: 630px;
}
.hero-text-absolute{
	position: absolute;
    display: flex;
    font-size: 75px;
    flex-direction: column;
    right: 13%;
    top: 45%;
    transform: translateY(-50%);
    font-weight: 800;
	line-height: 1;
	gap:20px;
}
.hero-brown{
color:#D7C8A0;
}
.hero-red{
	color:#EB1E23;
}
.hero-blue{
	color: #282c29;
}
.hero-section{
	max-width: 1700px;
    margin: 0 auto;
	overflow: hidden;
}

.section-simple-title h2{
	font-size: 36px;
    text-align: center;
}
.section-simple-title  {
	padding: 20px 0;
    margin: 20px 0;
}
.page-id-64 .section-simple-title{
    margin: 50px 0;
    padding: 40px 0;
	background: #e2ffea;
	margin: 50px 0;
    padding: 40px 0;
}
.site-header {
    position: fixed;
    transition: 1s;
	width: 100%;
    background: white;
	top: 0;
	z-index: 9;
}
.site-header.header-fixed {
	z-index: 9;
	padding: 5px 0;
}
.site-header.header-fixed .main-navigation ul a{
    font-size: 14px;
}
.site-header.header-fixed .main-navigation ul a{
	transition: 1s;
}

.header-fixed-hide{
	display: none;
}

.site-branding img{
	max-width: 300px;
}
.footer-col1 img{
	max-width: 250px;
    margin-bottom: 20px;
}
.footer-col1-wrap{
	font-size: 12px;
}
.hero-img-1{
	display: block;
}
.hero-img-2{
	display: none;
}
.form-wrap .services-section-title{
	padding-top: 40px;
}
.form-wrap .services-section-title h2{
    color: #fff;
}
.blog-card-title{
	padding: 0 15px;
    text-align: center;
}
.hero-standart-text{
	max-width: 530px;
}
.hero-standart-wrap{
	padding: 200px 0;
	max-width: 530px;
}
.hero-section-standart{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.btn-standart{
	margin-top: 25px;
    padding: 10px 40px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    background-color: #32a560;
    font-weight: 600;
}
.col-contacts-wrap{
	display: flex;
}
.col-contacts-col{
flex: 1 0 50%;
}
.col-rekw-col{
	flex: 1 0 50%;
}
.rekw-row{
	display: flex;
    gap: 20px;
    background-color: #f2f9f5;
    padding: 20px;
    border-radius: 20px;
	margin-bottom: 15px;
	cursor: pointer;
	max-width: 650px;
	margin: 0 auto 15px;
}
.rekw-col-1{
    flex: 1 0 30%;
    display: flex;
    font-size: 14px;
    justify-content: end;
    align-items: center;
	opacity: .7;
}
.rekw-col-2{
    flex: 1 0 70%;
	padding-right: 25px;
}
.rekw-row-card{
	display: flex;
    gap: 20px;
    background-color: #f2f9f5;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    justify-content: center;
    font-size: 20px;
	cursor: pointer;
}
.rekw-col{
	display: flex;
    align-items: center;
}
.btn-header{
    padding: 10px 40px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}
.btn-copy{
    background-image: url(/wp-content/uploads/2024/03/copy.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5;
}

.card-icon{
	background-image: url(/wp-content/uploads/2024/03/cards.svg);
	width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .7;
}
.contacts-phone{
	display: flex;
    align-items: center;
    gap: 5px;
}
.contacts-phone::before{
	content:url(/wp-content/uploads/2024/03/phone.svg);
	line-height: 0;
}
.contacts-email{
	display: flex;
    align-items: center;
    gap: 5px;
}
.contacts-email::before{
	content:url(/wp-content/uploads/2024/03/phone.svg);
	line-height: 0;
}

.contacts-adress{
	display: flex;
    align-items: center;
    gap: 5px;
}
.contacts-adress::before{
	content:url(/wp-content/uploads/2024/03/email.svg);
	line-height: 0;
}
.about-content{
	max-width: 90%;
}
footer ul a{
	font-size: 14px;
    font-weight: 500;
}

.swiper-slide {
    display: flex
}

.swiper {
    width: 100%;
    height: 100%;
    padding: 0 15px!important
}

.swiper-wrapper {
    padding-bottom: 50px
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-size: 17px!important;
    color: #5B5757;
    font-weight: 800
}

.section-builder-blog .container {
    position: relative
}

.section-builder-blog .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -15px)
}

.section-builder-blog .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -15px)
}
.donat-wrap{
	display: flex;
	gap:60px;
	align-items: center;
}
.donat-btn{
	padding: 40px 0;
}
.donat-text{
	font-size: 18px;
    padding: 30px;
    background: #f6f6f6;
}
.section-donat-hero{
	margin: 50px 0;
}
.donat-title{
	font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
}
.blog .hero-page-wrap{
    background: none!important;
    padding: 0;
}
.blog .hero-page-wrap .hero-page-title{
	color: inherit;
}
.blog .hero-page-wrap::before{
	content:unset;
}
@media (min-width:769px) and (max-width:949px){
.main-navigation ul a{
    font-size: 12px;
}
}
@media (min-width:769px) and (max-width:1320px){
	.hero-section {
		height: 500px;
	}
}
	@media (max-width:768px){
		.donat-wrap{
flex-direction: column;
gap:0;
		}
		.form-row{
			flex-direction: column;
			gap: 15px;
		}
		.why-card{
			flex: 1 0 50%;
		}
.about-wrap{
	flex-direction: column;
	align-items: unset;
	
}
.manu-tab{
    padding: 15px 10px;
    font-size: 12px;
}
.manu-tabs{
	padding: 0;
}
h2{
	font-size: 31px;
}
.section-why-wrap{
	padding: 70px 10px 40px;
	row-gap: 30px;
}
.services-section-title h2{
	font-size: 31px;
    padding: 10px 0;
	width: 340px;
}
.about-title h2{
	font-size: 31px;
}
.services-section-wrap{
	padding: 40px 15px 40px;
}
.services-section-row{
	gap:10px;
}
.services-section-row a{
	flex: 1 0 45%;
	max-width: 50%;
}
.about-features-card {
    flex: 1 0 40%;
}
.form-wrap-wrapper{
    padding: 0 15px 40px;
}
.services-section-title h2 {
    font-size: 25px;
	}
	input.wpcf7-submit {
		max-width: 100%;
		padding: 21px 50px;
	}
	.col-submit p{
		text-align: center;
	}
	.manu-wrap{
		padding: 80px 15px 40px;
	}
	.manu-list.manu-list-active {
		gap: 20px;
	}
	.manu-list a {
		max-width: 180px;
		height: 64px;
		flex: 1 0 45%;
	}
	.manu-list a img {
		max-width: 80%;
	}
	.footer-row2{
		gap: 40px;
		flex-direction: column;
	}
	.form-row.form-row-submit .col-privacy{
		font-size: 12px;
    text-align: center;
	}
	.hero-page-title{
		font-size: 28px;
    padding: 0 20px;
	}
	.products-loop-wrap{
		gap:20px;
	}
	.products-loop-card {
		flex: 1 0 45%;
		max-width: 47%;
		padding: 15px 10px 25px;
	}
	.products-loop-btn a{
		padding: 10px 20px;
		font-size: 14px;
	}
	.hero-page-text{
		font-size: 16px;
		padding: 0 20px;
	}
	.simple-product-hero{
		flex-direction: column;
	}
	.sp-title{
		font-size: 31px;
		text-align: center;
	}
	.team-wrap{
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.section-team{
		margin: 50px 0;
	}
	.section-simple-product{
		margin-top: 0;
	}
	.blog-loop-wrap{
		justify-content: center;
	}
	.menu-item-has-children a{
		position: relative;
	}
	.main-navigation {
		order: 3;
		flex: 1;
	}
.menu-toggle{
	background-image: url('/wp-content/uploads/2024/03/burger.svg');
	background-color: transparent;
	font-size: 0;
	border: 0;
	display: block;
	width: 30px;
    height: 30px;
	margin-left: auto;
	filter: invert(27%) sepia(8%) saturate(63%) hue-rotate(169deg) brightness(97%) contrast(86%);
}
.toggled .menu-toggle{
	background-image: url('/wp-content/uploads/2024/03/exit2.svg');
}

.site-branding{
	flex: 2;
}
.toggled .menu-menu-1-container{
	position: absolute;
    top: 78px;
    width: 100%;
    left: 0;
    padding: 80px 30px 30px;
    text-align: center;
	background: #fff;
	box-shadow: 3px 3px 7px rgb(0 70 145 / 32%);
}
header .main-navigation.toggled .menu.nav-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
	max-width: 250px;
    margin: 0 auto;
}
header ul.sub-menu{
	position: relative;
    top: unset;
    transform: unset;
    float: unset;
    left: unset;
    padding: 20px 0;
    text-align: center;
    border-radius: inherit;
    background: none;
    box-shadow: none;
	display: flex!important;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}
header .main-navigation ul ul a{
	width: unset;
	font-size: 16px;
}
.menu-item-has-children > a::after{
	content:unset;
}
.hero-section{
	height: 450px;
}

.home .services-section{
	margin: 50px 0;
}
.hero-img-2{
	display: block;
}
.hero-img-1{
	display: none;
}
.products-loop-img img{
	width: 150px;
	height: 100px;
	object-fit: cover;
}
.hero-standart-wrap {
    padding: 100px 0;
}
.rekw-row{
	flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 10px;

}
.rekw-col-2{
	padding: 0;
    text-align: center;
}
.about-content{
	max-width: 100%;
}
		    .section-builder-blog .blog-card {
        flex-basis: 100%
    }

    .blog-card-img img {
        width: 100%
    }

    .section-builder-blog .blog-card-title h3 {
        font-size: 18px
    }

    .section-builder-blog .container {
        padding: 35px
    }

    .section-builder-blog .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 5px)
    }

    .section-builder-blog .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 5px)
    }

    .swiper {
        padding: 0!important
    }
		.main-navigation .btn-header{
			display:none;
		}
			.main-navigation.toggled .btn-header{
			display:block;
				    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
		}
		.header-fixed .main-navigation.toggled .menu-menu-1-container{
			    top: 50px;
		}
		.site-branding img{
			    max-width: 200px;
		}
}



