/*!
Theme Name: starmun
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starmun
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

starmun is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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 */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
/* 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;
}

/**
 * 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;
	outline: none !important;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Nunito', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	text-decoration: none;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.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;
}

.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;
}

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.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;
}

.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;
	border-radius: 3px;
	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;
}

.btn-to-top {
	background: none;
		cursor: pointer;
		position: fixed;
		bottom: 0;
		right: 0;
		font-size: 30px;
		border: none;
		color: #40b554;
		z-index: 2;
}

.container {
	width: 100%;
	max-width: 1280px;
	margin: auto;
}

.main-menu-hamburger-menu-toggler {
	display: none;
}

.top-header-row-wrapper {
	background-color: #40b554;
	padding: 10px 0;
}

.contact-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 20px;
	color: #fff;
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
}

.contact-link:hover,
.contact-link:focus,
.contact-link:visited,
.contact-link:active {
	color: #fff;
	cursor: pointer;
}

.contact-link i {
	margin-right: 5px;
}

.contact-link span {}

.top-header-container .left {
	display: flex;
	flex-direction: row;
}

.middle-header-row-wrapper {
	background: #fff;
}

.middle-header-row-container {
	padding: 20px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.main-logo-wrapper {}

.main-logo-wrapper img {
	width: 170px;
}

.middle-header-row-container .other-bloks-wrapper {
	display: flex;
	flex-direction: row;

}

.desctop-main-menu-wrapper {}

.desctop-main-menu-wrapper ul.menu {
	display: flex;
	flex-direction: row;
}

.desctop-main-menu-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.desctop-main-menu-wrapper ul li {
	margin: 0 16px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.desctop-main-menu-wrapper li.current_page_item>a,
.desctop-main-menu-wrapper li.current-menu-item>a {
	color: #40b554;
}

.desctop-main-menu-wrapper a {
	color: #292929;
	fill: #292929;
	padding-left: 0px;
	padding-right: 0px;
	font-family: 'Nunito', sans-serif;
	position: relative;
	font-weight: 700;
	font-size: 16px;
	transition: .3s all;
}

.desctop-main-menu-wrapper a:hover {
	color: #40b554;
}

.desctop-main-menu-wrapper ul li.has_children {
	position: relative;
}

.desctop-main-menu-wrapper ul li.has_children>a::after {
	content: '\F0140';
	color: #292929;
	font: normal normal normal 24px/1 "Material Design Icons";
	margin-left: 10px;
}

.desctop-main-menu-wrapper ul li.has_children>a {
	display: flex;
	flex-direction: row;
}

.desctop-main-menu-wrapper ul ul.sub-menu {
	transition: .3s all;
	min-width: 15em;
	max-width: 1000px;
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border-style: solid;
	border-width: 14px 14px 14px 14px;
	border-color: #ffffff;
	border-radius: 10px 10px 10px 10px;
	display: none;
	position: absolute;
	position: absolute;
	top: 24px;
	z-index: 2;
}

.desctop-main-menu-wrapper ul ul.sub-menu li {
	padding: 10px;
}

.desctop-main-menu-wrapper ul li.has_children:hover>ul.sub-menu {
	display: block;
}

.btn,
.btn:visited,
.btn:focus {
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 1.5px;
	background-color: #40b554;
	border: solid 1px #40b554;
	border-color: #10642E00;
	border-radius: 30px 30px 30px 30px;
	padding: 10px 15px;
	transition: 1s all;
}

.btn:hover {
	background: #fff;
	color: #40b554;
	border: solid 1px #40b554;
}

header .btn {
	margin-left: 30px;
	transition: .3s all;
	border: solid 1px #40b554;
}

header .btn:hover {
	color: #40b554;
	background-color: #fff;
	border: solid 1px #40b554;
}

.main-page-benefits {
	background-image: url('/wp-content/themes/starmun/img/bg_pattern.png');
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 7em 0em 3em 0em;
	position: relative;
}

.main-page-benefits::before {
	background-color: transparent;
	background-image: radial-gradient(at top center, #FFFFFFCC 0%, #fff 75%);
	opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.main-page-benefits-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #fff;
	box-shadow: -1px 0px 35px 34px #fff;
	padding: 51px 0;
	position: relative;
	z-index: 2;
}

.main-page-benefits-container .left {
	width: 40%;
	position: relative;

}

.img-about-us-main-page-wrapper::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #40b554;
	border-radius: 50px;
}

.img-about-us-main-page {
	position: absolute;
	top: -30px;
	left: 30px;
	border-radius: 30px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.main-page-benefits-container .right {
	padding-left: 60px;
	width: 55%;
}

.main-page-about-us-all-content-wrapper {}

.title-wrapper {}

.title-wrapper h2 {
	font-size: 32px;
	color: #292929;
	letter-spacing: -2px;
	margin: 0;
}

.title-wrapper span {
	color: #40b554;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-wight: 700;
}

.title-wrapper .description {
	font-size: 16px;
	color: rgb(134, 134, 134);
}

.main-page-about-us-all-content-wrapper .section-content {
	color: rgb(134, 134, 134);
}

.benefits-blocks-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 80px;
}

.benefits-block-wrapper {
	width: 50%;
	padding: 0 10px 10px 0;
	margin-bottom: 20px;

}

.benefis-icon-wrapper {
	margin-bottom: 20px;
}

.benefis-icon-wrapper span {
	background: #40B5542B;
	border-radius: 100%;
	padding: 20px;
	font-size: 22px;
	color: #40b554;
	width: 70px;
	height: 70px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.benefis-icon-wrapper span::before {
	margin: auto;
}

.benefits-title {
	color: rgb(41, 41, 41);
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 10px;
}

.benefis-text {
	color: rgb(134, 134, 134);
}


.catalog-section-main-page {
	padding: 50px 0;
}

.catalog-section-main-page>.container {}

.catalog-section-main-page .title-wrapper {
	text-align: center;
}

.catalog-section-main-page .title-wrapper h2 {
	margin: 30px 0;
}

.main-page-our-services-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;

}

.main-page-our-services-block-wrapper {
	width: 32%;
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 3em 3em 3em 3em;
	position: relative;
	margin-bottom: 50px;
	border-radius: 10px;
}

.main-page-our-services-icon-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 20px;

}

.main-page-our-services-icon-wrapper span {
	padding: 10px;
	background-color: #40b554;
	color: #fff;
	font-size: 50px;
	border-radius: 100%;
	width: 90px;
	height: 90px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

}

.main-page-our-services-title {
	color: #40b554;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 2%;

}

.main-page-our-services-block-wrapper:nth-child(3n-1) {
	margin-left: 2%;
	margin-right: 2%;
	background: #40b554;

}

.main-page-our-services-block-wrapper:nth-child(3n-1) .main-page-our-services-icon-wrapper span {
	color: #40b554;
	background: #fff;
}

.main-page-our-services-block-wrapper:nth-child(3n-1) .main-page-our-services-title {
	color: #fff;
}

.main-page-our-services-block-wrapper:nth-child(3n-1) .main-page-our-services-description {
	color: #fff;
}

.main-page-our-services-description {
	color: rgb(134, 134, 134);
}

.main-page-our-services-block-wrapper a {
	padding: 21px 21px 14px 21px;
	background-color: #fff;
	border-radius: 50% 50% 50% 50%;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	color: rgb(134, 134, 134);
	display: flex;
	flex-direction: row;
	margin: auto;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	font-size: 40px;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	transition: .3s all;
}

.main-page-our-services-block-wrapper a:hover {
	cursor: pointer;
	transform: rotate(-45deg);
}

.partners-wrapper-section {
	padding: 30px 0;
	background-color: #f6f6f6;
}

.partners-item-wrapper {}

.partners-item-wrapper img {
	height: 80px;
	width: auto !important;
	margin: auto;
}

.partners-wrapper {
	width: 100%;
}

.has-question-section {
	padding: 50px;
	background-color: transparent;
	background-image: linear-gradient(135deg, #40b554 0%, #a8cf45 100%);
}

.has-question-section .title-wrapper h2 {
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
}

.has-question-section a {
	background-color: #40b554;
	color: #fff;
	margin: auto;
	display: block;
	width: fit-content;
}

footer {
	background-color: #222222;
	padding-top: 50px;
	color: #fff;
}

.top-footer-row-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-row-item-wrapper {
	width: 20%;

}

.footer-row-item-wrapper:first-child {
	padding-right: 90px;
	width: 30%;
}

.footer-row-item-wrapper:last-child {
	width: 30%;
}

.footer-logo-wrapper {
	margin-bottom: 10px;
}

.footer-logo-wrapper img {
	filter: invert(1);
}

.footer-widjet-title {
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.footer-row-item-wrapper a {
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #fff;
}

.footer-row-item-wrapper form {}

.footer-row-item-wrapper form .contacts-row {
	width: 100%;
}

.footer-row-item-wrapper form input {
	border-radius: 30px 30px 30px 30px;
	font-size: 16px;
	color: #292929;
	border: 1px solid #69727d;
	background: #f6f6f6;
	min-height: 47px;
	padding: 6px 16px;
	vertical-align: middle;
	width: 100%;
	cursor: pointer;
}

.footer-row-item-wrapper form input[type="submit"] {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 1.5px;
	background-color: #40b554;

}

.menu-footer-services-container {}

.menu-footer-services-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu-footer-services-container li {
	width: 100%;
}

.bottom-footer-row-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 10px 0;
	border-top: solid 1px #FFFFFF2B;
}

.bottom-footer-row-wrapper .left {
	width: 50%;
	padding-right: 30px;
}

.bottom-footer-row-wrapper .right {
	width: 50%;
	padding-left: 30px;
}

.other-footer-menu-wrapper {}

.other-footer-menu-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.other-footer-menu-wrapper ul li {
	position: relative;
	padding: 0 20px;
}

.other-footer-menu-wrapper ul li a {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #fff;
}

.other-footer-menu-wrapper ul li::before {
	content: '';
	width: 1px;
	height: 10px;
	background-color: #a8cf45;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.other-footer-menu-wrapper ul li:last-child {
	padding-right: 0;
}

.other-footer-menu-wrapper ul li:last-child::before {
	display: none;
}


.main-top-section-other-page {
	width: 100%;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0em;
	margin-bottom: 4em;
	padding: 14em 0em 0em 0em;
	background-size: cover;
	background-position: center;
}

.main-top-section-content-wrapper {
	padding: 3em 3em 3em 3em;
	max-width: 620px;
	background: #40b554;
	border-radius: 30px;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	position: relative;
	top: 100px;
}

.main-top-section-content-wrapper .page-title {
	font-size: 55px;
	color: #fff;
	font-weight: 800;
	line-height: 1em;
	letter-spacing: -2px;
	margin: 0;
}

.main-top-section-content-wrapper .little-page-description {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

.other-page-two-sectiom {
	margin-top: 150px;
}

.about-us-section {
	position: relative;
}

.about-us-section-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.about-us-section-container .left {
	width: 60%;
	padding-right: 60px;
}

.about-us-section-container .right {
	width: 40%;

}

.about-us-image-wrapper {
	padding: 20px;
	border-radius: 30px;
	background: #40b554;
	display: flex;
	flex-direction: row;
}

.about-us-image-block {
	background-size: cover;
	background-position: center;
	border-radius: 30px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
}

.about_us-label {
	border-radius: 100%;
	background: #fff;
	text-align: center;
	padding: 30px;
	width: 180px;
	height: 180px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: absolute;
	top: -60px;
	right: 0;
}

.about_us-label span {}

.about_us-label span:nth-child(1) {
	font-size: 55px;
	color: #40b554;
	font-weight: 800;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: -2px;
}

.about_us-label span:nth-child(2) {
	color: #292929;
	line-height: 1.5em;
	font-weight: 700;
	font-size: 16px;
}

.about-us-btns-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}

.about-us-btns-wrapper .btn {
	margin-bottom: 20px;
	max-width: 200px;
	text-align: center;
	margin-right: 20px;
}

.section-map {
	padding: 50px 0;
	display: block;
}

.title-section-wrapper {
	margin: 30px auto 30px;
	text-align: center;
	display: block;
	max-width: 550px;

}

.title-section-wrapper h2 {
	color: #292929;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.1em;
	letter-spacing: -2px;
	margin: 0;
}

.title-section-wrapper span {
	font-size: 16px;
	color: rgb(134, 134, 134);
}

.map-content-wrapper {
	width: 100%;
}

.map-content-wrapper img {
	width: 80%;
	margin: auto;
	display: block;
}

.section-products {
	padding: 50px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.section-products-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.loop-product_block-wrapper {
	background: #fff;
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 0px 0px 0px;
	border-radius: 30px;
	width: 32%;
	margin-bottom: 2%;
}

.loop-product_block-wrapper:nth-child(3n-1) {
	margin-left: 2%;
	margin-right: 2%;
}

.loop-product-title-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}

.loop-product-icon-wrapper {
	width: 50%;
	color: #40b554;
	font-size: 60px;

}

.loop-product-title {
	font-size: 22px;
	font-weight: 800;
	color: #292929;
}

.loop-product-image-wrapper {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.loop-product-image {
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center;
}

.product-loop-description {
	margin-bottom: 20px;
	color: #55595c;
	font-size: 16px;
	font-weight: 400;
	padding: 20px;
}

.loop-product_block-wrapper .btn {
	display: block;
	margin: 20px 0px 20px 20px;
	width: 170px;
	text-align: center;

}


.faq-section-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.section-faq {
	display: block;
	margin-bottom: 50px;
}

.faq-section-container .left {
	width: 400px;
	padding-right: 20px;
	padding-top: 50px;
}

.faq-section-container .right {
	width: calc(100% - 400px);
	padding-left: 20px;
}

.faq-item-wrapper {
	margin-bottom: 21px;
	transition: all .4s ease;
	background: #f6f6f6;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.faq-item-title-wrapper {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5em;
	color: #292929;
	padding: 20px;
}

.faq-item-title-wrapper {
	width: 100%;
	padding-right: 80px;
	border-radius: 10px 10px 0 0;
}

.faq-item-btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: none;
	color: #40b554;
	font-size: 30px;
	border: none;
	transition: .3s all;
}

.faq-item-btn:hover {
	cursor: pointer;
}

.answer-question-wrapper {
	background: #f6f6f6;
	padding: 0;
	font-size: 16px;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transition: .3s all;
}

.faq-item-wrapper.active {}

.faq-item-wrapper.active .faq-item-title-wrapper {
	background: #40b554;
	color: #fff;
}

.faq-item-wrapper.active .faq-item-btn {
	transform: rotateX(180deg);
	color: #fff;
}

.faq-item-wrapper.active .answer-question-wrapper {
	visibility: visible;
	opacity: 1;
	height: auto;
	padding: 20px;
}

.section-main-contacts {
	display: block;
	margin-bottom: 50px;
}

.section-main-contacts-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.section-main-contacts-container>.left {
	width: 40%;
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 10px;
	padding: 3em 3em 3em 3em;
}

.section-main-contacts-container>.left .title-wrapper h2 {
	font-size: 44px;
	font-weight: 800;
}

.contacts-blocks-wrapper {
	border-top: solid 1px #dcdcde;
	padding-top: 20px;
	margin-top: 30px;
}

.contact-block-wrapper {
	display: flex;
	flex-direction: row;
	align-content: center;
	margin-bottom: 20px;
}

.contact-icon-wrapper {
	width: 80px;
	padding-right: 20px;
}

.contact-icon-wrapper span {
	color: #40b554;
	background-color: #40B5542B;
	width: 55px;
	height: 55px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	border-radius: 100%;
}

.contact-content-wrapper {
	width: calc(100% - 80px);
}

.contact-content-wrapper .contact-title {
	color: #292929;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 800;
	width: 100%;
}

.contact-info {
	width: 100%;
	font-size: 16px;
	color: rgb(134, 134, 134);
}

.section-main-contacts-container>.right {
	width: 56%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.section-main-contacts-container>.right iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.contact-form-contact-page-section {
	display: block;
	position: relative;
	padding-top: 100px;
	margin-top: 100px;

}

.contact-form-contact-page-section-image-wrapper {
	width: 100%;
	position: absolute;
	height: 50%;
	top: 0;
	left: 0;
	z-index: -1;
}

.contact-form-contact-page-section-image {
	background-image: url(/wp-content/uploads/2023/04/hydroponics-young-asian-farmers-examined-the-quality-of-organic-vegetables-grown-using-hydroponics.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-form-contact-page-section-image::after {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	content: '';
}

.contact-form-contact-page-section-container {
	text-align: center;
	max-width: 550px;
	position: relative;
	z-index: 2;
	color: #fff;
}

.contact-form-contact-page-section-container .title-wrapper>h2,
.contact-form-contact-page-section-container .title-wrapper>p {
	color: #fff;
}

.contact-form-contact-form-wrapper {
	background: #fff;
	margin: 100px auto 100px;
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 3em 3em 3em 3em;
	width: 100%;
	max-width: 550px;
	border-radius: 10px;
}

.contact-form-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.contact-form-col {
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.contact-form-col>p {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 0;
}

.contact-form-row .wpcf7-form-control-wrap {
	width: 100%;
}

.contact-form-col:nth-child(1) {
	padding-right: 10px;
}

.contact-form-col:nth-child(2) {
	padding-left: 10px;
}

.contact-form-row.full>p {
	width: 100%;
	margin-bottom: 0;
}

.contact-form-contact-form-wrapper label {
	color: #292929;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5em;
}

.contact-form-contact-form-wrapper input {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: #292929;
	border: solid 1px #dcdcde;
	border-radius: 10px;
	min-height: 47px;
	padding: 6px 16px;
	background: #f6f6f6;
	width: 100%;
}

.contact-form-contact-form-wrapper textarea {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: #292929;
	border: solid 1px #dcdcde;
	border-radius: 10px;
	min-height: 400px;
	padding: 6px 16px;
	background: #f6f6f6;
	width: 100%;
}

.contact-form-row.submit>p {
	display: flex;
	flex-direction: row;
	margin: 0;
}

.contact-form-contact-form-wrapper input[type="submit"] {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 1.5px;
	background-color: #40b554;
	border: none;
}


.main-section-product {
	background-size: cover;
	background-position: center;
	padding: 150px 0 30px 0;
	display: block;
}

.main-product-content-wrapper {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	max-width: 550px;
	width: 100%;
}

.product-title {
	color: #292929;
	font-size: 44px;
	line-height: 1.4em;
	font-weight: 800;
	width: 100%;
	margin-bottom: 20px;
}

.main-product-description {
	color: rgb(134, 134, 134);
	font-size: 14px;
	margin-bottom: 30px;
}

.page-404-section {
	position: relative;
	display: block;
	padding: 100px 0 200px 0;
	background-image: url('/wp-content/uploads/2023/04/404.jpg');
	background-size: cover;
	background-position: center
}

.page-404-section>.container {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.page-404-content {
	width: 400px;
}

.page-404-content h1 {}

.page-404-content .btn {}









html.open-popup {
	overflow: hidden;

}

.popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	z-index: 22;
	animation-delay: 3s;
	left: -200%;

}

.popup-wrapper.active {
	left: 0;

}

.popup-wrapper .overlay,
.overlay-menu-popup {
	background-color: transparent;
	background-image: linear-gradient(57deg, #000000D9 30%, #7c7f5757 100%);
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	cursor: pointer;

}

.popup-wrapper.active .overlay {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.popup-window-wrapper {
	position: relative;
	background-color: #fff;
	padding: 30px;
	left: -200%;
	transition: .3s all;
	animation-delay: 3s;
	border-radius: 10px;

}

.popup-window-wrapper::-webkit-scrollbar {
	width: 2px;
	/* ширина всей полосы прокрутки */
}

.popup-window-wrapper::-webkit-scrollbar-track {
	background: #fff;
	/* цвет зоны отслеживания */
}

.popup-window-wrapper::-webkit-scrollbar-thumb {
	background-color: #292929;
	/* цвет бегунка */
	border-radius: 20px;
	/* округлось бегунка */
	border: 1px solid #fff;
	/* отступ вокруг бегунка */
}

.popup-wrapper.active .popup-window-wrapper {
	left: 0;
}

.popup-window-wrapper .section-title {
	color: #292929;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 800;
	width: 100%;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 1;
}




.close-popup-btn {
	position: absolute;
	right: 0;
	top: 0px;
	background: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	transition: .3s all;
	border: none;
	font-size: 35px;
	padding: 5px;
}

.close-popup-btn:hover {
	color: #fff;
	border-color: #2d31fa;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	cursor: pointer;
}

.close-popup-btn span {
	transition: 1s all;
}

.close-popup-btn:hover span {
	color: #40b554;

}

.popup-window-wrapper form {}


.popup-window-wrapper form input {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: #292929;
	border: solid 1px #dcdcde;
	border-radius: 10px;
	min-height: 47px;
	padding: 6px 16px;
	background: #f6f6f6;
	width: 100%;
}

.popup-window-wrapper form input.hide {
	display: none;
}

.popup-window-wrapper form textarea {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: #292929;
	border: solid 1px #dcdcde;
	border-radius: 10px;
	min-height: 47px;
	padding: 6px 16px;
	background: #f6f6f6;
	width: 100%;
	min-height: 100px;
	max-height: 100px;
}

.popup-window-wrapper form input[type="submit"] {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 1.5px;
	background-color: #40b554;
	border: none;
	width: auto;
}

.popup-window-wrapper form .form-row-wrapper {
	width: 100%;
}

.popup-window-wrapper form .form-col {
	width: 100%;
}

.popup-window-wrapper .wpcf7-response-output {
	color: #292929;
	max-width: 400px;
}

.popup-window-wrapper .wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 700;
	background: rgba(255, 255, 255, .6);
	padding: 5px;
	position: absolute;
}

.popup-window-content-wrapper {}


.popup-menu-window-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 22;
	display: none;
}

.popup-menu-window-wrapper.active .overlay-menu-popup {
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1;
}

.popup-menu-window-wrapper.active {
	display: block;
}

.popup-menu-all-content-wrapper {
	position: absolute;
	width: 400px;
	height: 100%;
	right: -100%;
	background: #f9f9f9;
	overflow-x: auto;
	padding: 50px;
}

.popup-menu-all-content-wrapper::-webkit-scrollbar {
	width: 4px;
	/* ширина всей полосы прокрутки */
}

.popup-menu-all-content-wrapper::-webkit-scrollbar-track {
	background: #292929;
	/* цвет зоны отслеживания */
}

.popup-menu-all-content-wrapper::-webkit-scrollbar-thumb {
	background-color: #40b554;
	/* цвет бегунка */
	border-radius: 20px;
	/* округлось бегунка */
	border: 3px solid #fff;
	/* отступ вокруг бегунка */
}

.popup-menu-content-wrapper {}

.close-menu-popup-btn {
	position: absolute;
	right: -100%;
	top: 0px;
	background: none;


	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	transition: .3s all;
}

.close-popup-btn:hover {
	color: #fff;
	border-color: #2d31fa;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

.close-popup-btn:hover span {
	transform: rotate(360deg);
}

.close-menu-popup-btn i {
	transform: rotate(45deg);
}

.popup-menu-wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu-main-menu-container {}

.popup-menu-wrapper ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}

.popup-menu-wrapper ul li ul {
	padding-left: 20px;
	display: none;
}

.popup-menu-wrapper li.current_page_item a {
	font-weight: 700;
	color: #40b554;
}



.popup-menu-wrapper li.current_page_item::before {
	content: '';
	background: #40b554;
	height: 3px;
	width: 40px;
	display: block;
	margin-right: 10px;
}

.popup-menu-wrapper ul li a {
	color: #292929;
}

.popup-menu-wrapper li.menu-item-has-children>.toggle-btn {
	background: none;
	border: solid 2px #292929;
	position: absolute;
	right: 0;
	top: 0;
	color: #292929;
	padding: 2px;
	transition: .3s all;
}

.popup-menu-wrapper li.menu-item-has-children>.toggle-btn i {}

.popup-menu-wrapper li.menu-item-has-children.active>.toggle-btn {
	transform: rotate(180deg);
}

.popup-menu-wrapper li.menu-item-has-children.active>ul {
	display: block;
	width: 100%;
	padding-top: 10px;
	border-top: solid 1px #fff;
	margin-top: 20px;
	border-bottom: solid 1px #fff
}


.popup-menu-window-wrapper.show-panel .popup-menu-all-content-wrapper {
	right: 0;
}

.popup-menu-window-wrapper.show-panel .close-menu-popup-btn {
	right: 400px;
	z-index: 1;
	border: none;
	color: #fff;
	font-size: 30px;
}



.section-defolt-content {}

.section-defolt-content>.container {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 10px;
}