/*!
Theme Name: Ecogenpower
Theme URI: http://underscores.me/
Author: IevgenChernovol
Author URI: http://codemix.com.ua
Description: good temlpate
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: ecogenpower
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.

Ecogenpower 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 */

/* 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;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", 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;*/
}

/*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: 89em) {

	.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 0 1.5em;
}

.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;
}
/*-----------------------------------------------------------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.6px;
  color: #000;
  max-width: 100%;
  margin: 0 auto !important;
  /*background-image: url(/wp-content/uploads/2023/09/State1.png);*/
  background-repeat: no-repeat;
  background-position: top, center;
  background-image: url(/wp-content/uploads/2023/10/bg1920-1.png);
	
}
.container{
	padding-right:80px;
	padding-left:80px;
}

#masthead {
  background: #F3FBE6;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.10);
  height: 81px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
#primary {
  padding: 81px 0 0;
}
/*#masthead {
  background: #F3FBE6;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.10);
  height: 81px;
  width: 100%;
  position: fixed;
  max-width: 1440px;
}*/
.container.container--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.main-navigation {
  width: auto;
}
nav a {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #000;
  padding: 12px;
}
.header__contact{
	display:none;
}
.header__phone {
  color: var(--Accent, #A8D92C);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}
/*-------------------------------FAQ----------------------------------*/
h1.entry-title {
  padding: 0;
  margin: 80px 0 60px;
}
.container.container--footer {
  display: flex;
  justify-content: space-between;
}
.container.container--footer > div {
  display: flex;
  flex-direction: column;
}
.social-box {
  display: flex;
  justify-content: space-between;
}
.social-box svg {
  fill: rgb(168, 217, 44);
  transition:0.5s all;
}
.social-box svg:hover {
  fill: #016A58;
}
.footer__menu a {
  display: flex;
  padding: 12px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}
.container.container--footer > div {
  display: flex;
  flex-direction: column;
}
.footer__contact > a {
  color: black;
  margin-bottom: 20px;
  text-decoration: none;
	font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.6px;
  color: #000;
}
footer a:hover{
	text-decoration:underline;
}
.footer__line {
  margin: 20px 0 0;
}
.container.container--footer.copyright {
	padding-top:20px;
	padding-bottom:20px;
}
.container.container--footer.copyright a {
  display: flex;
  padding: 12px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}
.container.container--footer.copyright span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 12px;
}
h1.entry-title {
  padding: 0;
  margin: 80px 0 60px;
  font-family: Montserrat;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
h1.entry-title span {
  color: #A8D92C;
}
h2 {
  padding: 0;
  margin: 80px 0 60px;
  font-family: Montserrat;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
h2 span {
  color: #A8D92C;
}
.recall {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:120px;
  clear: both;
}
.recall__image {
  width: 50%;
  overflow: hidden;
  height: 100%;
  /*min-height: 533px;*/
}
.recall__image img {
  /*object-fit: cover;*/
  width: auto;
  /*height: 533px;*/
  max-width: 100%;
  min-width: 100%;
}
.recall__info {
  width: 50%;
  padding: 0 80px;
  box-sizing: border-box;
}
.recall__title {
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.recall__title span{
  color:#A8D92C;
}
.recall__info p {
  margin: 60px 0;
}
.button.button__recall, .wpcf7-form-control.wpcf7-submit.has-spinner {
  height: 49px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 9px;
  /*background: linear-gradient(90deg, rgb(168, 217, 44) 0%, rgba(255,255,255,0) 10%);
  background-image: url(/wp-content/uploads/2023/09/BG.png);
  background-repeat: no-repeat;
  background-position: center right;*/
  /*width:100%;*/
  /*max-width: 320px;*/
  transition: 0.5s all;
  border:none;
  position:relative;
  /*fill: #A8D92C;
  stroke: #016A58;
  stroke-width: 2;*/
}

.button.button__recall svg, .wpcf7-form-control.wpcf7-submit.has-spinner svg{
	position:relative;
	z-index:0;
}
.button.button__recall svg path, .wpcf7-form-control.wpcf7-submit.has-spinner svg path{
	fill: #A8D92C;
  stroke: #A8D92C;
  stroke-width: 2;
	
}

.button.button__recall.light{
  color: #A8D92C;
  transition:0.5s all;
}
.button.button__recall span {
  display: inline-block;
  min-width: 272px;
  text-align: center;
}
.button.button__recall.light svg path{
	fill: transparent;
  	stroke: #A8D92C;
	stroke-width: 2;
}
.button.button__recall:hover svg path, .wpcf7-form-control.wpcf7-submit.has-spinner:hover svg path{
	fill: #A8D92C;
  stroke: #016A58;
  stroke-width: 2;
}
.button.button__recall:hover, .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  color: #016A58;
}
.button.button__recall:focus svg path, .wpcf7-form-control.wpcf7-submit.has-spinner:focus svg path{
	fill: #016A58;
  stroke: #016A58;
  stroke-width: 2;
}
.button.button__recall:focus, .wpcf7-form-control.wpcf7-submit.has-spinner:focus{
	color:white;
}
.button.button__recall:active svg path, .wpcf7-form-control.wpcf7-submit.has-spinner:active svg path{
	fill: #016A58;
  stroke: #016A58;
  stroke-width: 2;
}
.button.button__recall:active, .wpcf7-form-control.wpcf7-submit.has-spinner:active{
	color:white;
}
.button.button__recall span, .wpcf7-form-control.wpcf7-submit.has-spinner span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  z-index:2;
  /*width: 100%;*/
}
.faq {
 list-style:none;
 margin:0 ;
	padding: 0;
}
.faq li {
  list-style: none;
  border: 2px solid transparent;
  margin-bottom: 15px;
  background: transparent;
  overflow: hidden;
  transition: 0.5s all;
}
.faq li:hover {
  border: 2px solid #A8D92C;
}

.faq .q {
  border-bottom: 1px solid rgba(0,0,0,.1);
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .02em;
  justify-content: space-between;
  display: flex;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  background: transparent;
  transition: 0.5s all;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.faq .q img {
 transition:.5s all
}
.faq .q:hover {
/* background: #A8D92C;
 color:white;*/
}
.faq .a {
  /*font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: .02em;
  color: #000;*/
  display: none;
  padding: 20px;
  transition: none;
}
.rotate {
 -moz-transform:rotate(45deg);
 -webkit-transform:rotate(45deg);
 transform:rotate(45deg)
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}
.page-content > nav + section {
  margin: 40px 0;
}
.tabs {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid var(--Accent, #A8D92C);
  background: var(--BG_Fresh_Green, #E2F5C1);
  box-shadow: 0px 4px 0px 0px #A8D92C;
  margin-bottom: 30px;
}

.tab {
  flex: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #cdcdcd;
}

.tab.active {
  color: #1babf9;
  border-bottom: 2px solid #1babf9;
}
.tab-li {
  flex: 1;
  margin-bottom: 0;
  border: 1px solid #A8D92C;
}
.tab-li a {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 2px solid #cdcdcd;
  width: 100%;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 20px;
  color:black;
}
.tab-li a.active {
  background: #A8D92C;
}

.tab-li a {
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: block;
}

/* Ѕазовые стили сло¤ затемнени¤ и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
/* фон затемнени¤ */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}
/* активируем слой затемнени¤ */
.overlay:target {
    display: block;
}
/* стили модального окна */
.popuper {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 880px;
/* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 40px;
    border: 1px solid #383838;
    background: #fefefe;
/* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay:target+.popuper {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 10%;
}
/* формируем кнопку закрыти¤ */
.close {
  top: 40px;
  right: 40px;
  width: 44px;
  height: 44px;
  position: absolute;
  padding: 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  -ms-transition: all ease .8s;
  -o-transition: all ease .8s;
  transition: all ease .8s;
}
.close::before {
  color: #101010;
  content: "X";
  content: url(/wp-content/uploads/svg/plus.svg);
  font-size: 12px;
  transform: rotate(-45deg);
  display: inline-flex;
  width: 44px;
  height: 44px;
}

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 {
  border: 1px solid #E2F5C1;
  border-radius: 8px;
  padding: 20px 40px;
  margin-bottom: 24px;
  color: #CDCDCD;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
textarea {
  width: 100%;
  height: 170px;
  box-sizing: border-box;
}
.form_2part p {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.form_2part p span{
  width:calc(50% - 12px);
}
.form_2part p span input{
  width:100%;
}
.popuper p {
  padding: 0;
  margin: 0;
}
input:hover, textarea:hover {
  outline: 2px solid #A8D92C;
}
input:focus-visible, input:focus, textarea:focus {
  outline: 2px solid #A8D92C;
  border-radius: 3px;
  background:#F3FBE6;
}
input:active {
  background:#F3FBE6;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:focus-visible, input.wpcf7-form-control.wpcf7-submit.has-spinner:focus{
	outline: none;
	background:#016A58;
}
textarea:focus-visible, textarea:focus {
  outline: 2px solid #A8D92C;
}
.popuper .recall__title + svg {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
/*----------------------------------------------------ABOUT-------------------------------*/
.page-id-16 .entry-header {
  background-image: url(/wp-content/uploads/2023/09/about.gif);
  width: 100%;
  height: calc(100vh - 81px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.page-id-16 h1.entry-title {
  padding:0;
  margin:0;
}
.page-id-16 h1.entry-title span {
  color: white;
  display: block;
  font-weight: 400;
  letter-spacing: 40px;
  font-size: 25px;
}
.history_inner {
  display: flex;
}
.history_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history h2 {
  margin-left: 80px;
}
.history_inner .recall__image {
  line-height: 1;
}
.mission {
  padding: 40px 0 120px;
}
.team .recall__info p {
  margin: 0 0 1.5em;
}
.offer_number {
  color: #A8D92C;
  font-family: Montserrat;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  padding: 20px 0px 10px 20px;
}
.offer_text {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0px 0px 20px 20px;
}
/*----------------------------------------------------SERVISES-------------------------------*/
.recall.screen1 {
  align-items: flex-start;
}
.offer-list {
  padding: 0;
  margin: 0;
  list-style:none;
}
.offer-list li:not(:last-child) {
  margin-bottom: 40px;
}
.heading-h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.offer-list p {
  margin: 0;
  padding: 0;
}
.plans {
  padding: 40px 0 0;
  text-align: center;
}
.plans-list {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:40px;
  max-width:1280px;
  padding:0 100px;
}
.plans-list li {
  width: 320px;
  height: 368px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.plans-list li:not(:last-child) {
  background-image: url(/wp-content/uploads/2023/09/plan-bg.png);
}
.plans-list li:last-child {
  background-image: url(/wp-content/uploads/2023/09/plan-bg-last.png);
}
.price__top {
  width: 100%;
}
.plans-list li:last-child .price__top {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
.plans-list li:last-child a svg path {
  fill: #A8D92C;
}
p.price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.plans-list li:last-child .price__info {
  height: 110px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.new-price {
  color: #ACDCE4;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.old-price {
  color: var(--Dark-blue, #ACDCE4);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  text-decoration: line-through;
}
.price__info > span {
  display: flex;
  justify-content: space-between;
}
.price__info {
  width: 100%;
}
.price__info span {
  color: black;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 5px;
}
.guarantee {
  padding: 40px 0 120px;
}
.guarantee-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.guarantee-list li {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guarantee-list .heading-h3 {
  margin: 40px 0 32px;
}
.guarantee-list .heading-h3 {
  margin: 40px 0 32px;
}
.guarantee-list p {
  margin: 0px;
}
.video {
  height: 400px;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  overflow: hidden;
}

.video img {
  object-fit: cover;
  height: 400px;
  width: 100%;
}
/*----------------------------------------------------HOME-------------------------------*/
.home .page-content, .home .plans, .offer, .about  {
  margin: 120px 0;
}
.home .entry-header {
  width: 100%;
  height: calc(100vh - 81px);
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  align-items: center;
  color: white;
  text-align: center;
  padding: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .entry-header h1{
	margin:0;
}
.buttons__list {
  padding: 0;
  margin:40px 0 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
	
}
.buttons__list li{
  width:350px;
}
.home h2{
	margin-top:0;
}
.about {
  display: flex;
  align-items: center;
}
.adv h2 {
  text-align: center;
}
.solution {
	display: flex;
  padding: 120px 0 0px;
}
.home .plans {
	padding-top: 0;	
}
.home .plans h2{
	margin-top: 0;	
}
.button__box {
  display: flex;
  justify-content: space-between;
}
.part50{
	width: 50%;
}
.part502{
  width: 50%;
  padding: 0 80px;
  box-sizing: border-box;
}
/*------------------------------------WOO-SINGLE-------------------------------*/
.product.type-product {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.onsale {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  background: #A8D92C;
  border: 1px solid white;
  padding: 5px;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  width: 600px;
  margin-right: 50px;
  margin-bottom: 50px;
}
.woocommerce-tabs.wc-tabs-wrapper {
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.summary.entry-summary {
  width: calc(100% - 650px);
  padding: 0;
  margin: 0 0 50px;
}
.product_title.entry-title {
  margin: 0 0 50px;
}
p.price {
  color: #016A58;
  font-weight: 700;
  font-size: 36px;
}
input.input-text.qty.text {
  border: 2px solid #A8D92C;
}
input.input-text.qty.text:hover {
  outline: 0px solid #A8D92C;
}
.woocommerce-tabs.wc-tabs-wrapper {
  width: 100%;
  margin-bottom: 50px;
}
.single-product h2 {
  font-size: 36px;
}
.single-product #secondary {
  display:none;
}
.tabs.wc-tabs > li > a {
  color: black;
  text-decoration: none;
}
.tabs.wc-tabs > li > a.active {
   font-weight:700;
}
/*.single_add_to_cart_button.button.alt {
  height: 49px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 9px;
  background: linear-gradient(90deg, rgb(168, 217, 44) 0%, rgba(255,255,255,0) 10%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: linear-gradient(90deg, rgb(168, 217, 44) 0%, rgba(255, 255, 255, 0) 10%);
  background-image: url(/wp-content/uploads/2023/09/BG.png);
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  max-width: 320px;
  transition: 0.5s all;
  border: none;
  position: relative;
  fill: #A8D92C;
  stroke: #016A58;
  stroke-width: 2;
  margin-bottom: 15px;
}
.single_add_to_cart_button.button.alt:hover {
  color: #016A58;
}
.single_add_to_cart_button.button.alt:active {
  color: white;
  background: #016A58;
}*/
.product_meta {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.woocommerce-message,  .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  clear: both;
  background: #016A58;
  color: white;
  font-size: 18px;
  margin-bottom: 3px;
  padding: 0 5px;
  border-radius: 5px;
}
.woocommerce-message a,  .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
  color: white;
  font-size: 18px;
}
/*------------------------------------WOO-SHOP-------------------------------*/
.container.container--shop {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 50px;
}
.container.container--shop #primary {
  width: 100%;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: .875em;
  padding: 0;
  position: relative;
  margin: 9px 0 0;
  color: rgb(0, 0, 0) !important;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 a{
  line-height: 2.5em;
  color: rgb(0, 0, 0);
  text-decoration:none;
}
.container.container--shop #secondary {
  margin-top: 150px;
  min-width: 320px;
  max-width: 320px;
}
.wp-block-search__inside-wrapper {
  flex-direction: column;
  align-items: center;
}
#wp-block-search__input-1 {
  border: 2px solid #A8D92C;
}
#wp-block-search__input-1 {
  width: 100%;
}
.wp-block-search__button.wp-element-button, ul.products li.product .button, .single_add_to_cart_button.button.alt, .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained, .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  height: 60px;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 49px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 9px;
  background: #A8D92C;
  width: 100%;
  transition:0.5s all;
  border:2px solid #A8D92C;
}
.wp-block-search__button.wp-element-button:hover, ul.products li.product .button:hover, .single_add_to_cart_button.button.alt:hover, .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained:hover, .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  color: #016A58;
  background: #A8D92C;
  border:2px solid #016A58;
}
.wp-block-search__button.wp-element-button:active, ul.products li.product .button:active, .single_add_to_cart_button.button.alt:active, .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained:active, .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:active {
  color: white;
  background: #016A58;
  border:2px solid #016A58;
}
.single_add_to_cart_button.button.alt {
  max-width: 320px;
}
.orderby {
  height: 45px;
}
.woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.woocommerce-loop-product__title {
  margin: 15px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.6px;
  color: #000;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  text-decoration: none;
}
.price {
  color: #016A58;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product.type-product {
  padding-bottom: 40px;
  position:relative;
}
.added_to_cart.wc-forward {
  position:absolute;
  bottom: 5px;
  left:0;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #016A58;
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-radius: 9px;
}
.my_quantity {
  width: 100%;
  text-align: center;
}
.stock.available-on-backorder {
  display: inline-flex;
  padding: 10px;
  border: 2px solid red;
  border-radius: 8px;
  width: 320px;
  text-align: center;
  justify-content: center;
  height: 49px;
  align-items: center;
}
/*------------------------------------WOO-CART-------------------------------*/
.page-id-403 #secondary {
  display: none;
}
.page-id-404 #secondary {
  display: none;
}
.wc-block-components-address-form__country.wc-block-components-country-input {
  display: none !important;
}
ul.page-numbers {
    clear: both;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    list-style: none;
	align-items:center;
}
span.page-numbers.current {
    background: #A8D92C;
    padding: 0 10px;
    border-radius: 5px;
}
a.page-numbers, span.page-numbers.current {
    font-size: 20px;
    text-decoration: none;
}
@media screen and (min-width:1024px) and (max-width:1439px){
	
	body {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.48px;
  max-width: 100%;
  margin: 0 auto !important;
		background-image: url(/wp-content/uploads/2023/09/State1.png);
}
.container{
	padding-right:40px;
	padding-left:40px;
}
#primary-menu {
  display: none;
}
	
	#masthead {
  background: #F3FBE6;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.10);
  height: 81px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
		#site-navigation {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background-color: white;
    left: 0;
    z-index: 1;
			max-width: 375px;
  }
	.main-navigation.toggled{
		background-color:yellow;
	}
	
	.toggled #primary-menu {
    background-color: white;
    z-index: 2;
    position: relative;
    padding: 120px 40px 40px;
    display: flex;
    flex-direction: column;
		align-items: flex-start;
  }

	.toggled #primary-menu li{
  padding: 0;
}
	.toggled #primary-menu li a {
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		text-transform: uppercase; 
}
	.toggled #primary-menu li a:before{
  content: none;
}
 .menu-toggle {
    width: 40px;
    height: 40px;
    background: transparent;
    position: absolute;
    z-index: 6;
    overflow: hidden;
    top: 20px;
    left: 40px;
    padding: 0;
	border: none;
  }
	.main-navigation button img {
  transform: translateY(0px);
  transition: .5s all;
}
	.main-navigation.toggled button img {
  transform: translateY(-40px);
  transition: .5s all;
}
	
	 .toggled .menu-menu-1-container {
    width: 100%;
    height: 100vh;
	max-width:370px;
  }
	 .header__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 40px 0 0 0;
  }
	
	.site-header .site-branding {
  margin-left: 375px;
  z-index:2;
}

  h1.entry-title {
    font-size: 48px;
    margin: 40px 0 40px;
  }
	h2 {
    font-size: 48px;
    margin: 40px 0 40px;
  }
	.recall__info {
  padding: 0 40px;
}
	.recall__title {
  font-size: 24px;
}
	.recall {
  margin-bottom: 80px;
}
	/*----------------------------------------------------SERVISES-------------------------------*/
	.heading-h3 {
  font-size: 24px;
}
	/*----------------------------------------------------HOME-------------------------------*/
	.home .page-content, .home .plans, .offer, .about {
  margin: 80px 0;
}
	.part502{
  padding: 0 40px;
}
	.solution {
  padding: 80px 0 0px;
}
}

@media screen and (max-width:1023px){
	
	body {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.42px;
  max-width: 100%;
  background-image: url(/wp-content/uploads/2023/09/mobil-bg.png);
  background-image: url(/wp-content/uploads/2023/10/mobil-bg.webp);
  background-size: cover;
}
.container{
	padding-right:24px;
	padding-left:24px;
}
#primary-menu {
  display: none;
}
	#masthead {
  background: #F3FBE6;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.10);
  height: 81px;
  position: fixed;
  top: 0;
  width: 100%;
		z-index: 2;
}
	 #site-navigation {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    background-color: white;
    left: 0;
    z-index: 1;
  }
	.main-navigation.toggled{
		background-color:yellow;
	}
	
	.toggled #primary-menu {
    background-color: white;
    z-index: 2;
    position: relative;
    padding: 120px 40px 40px;
    display: flex;
    flex-direction: column;
		align-items: flex-start;
  }

	.toggled #primary-menu li{
  padding: 0;
}
	.toggled #primary-menu li a {
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		text-transform: uppercase; 
}
	.toggled #primary-menu li a:before{
  content: none;
}
 .menu-toggle {
    width: 40px;
    height: 40px;
    background: transparent;
    position: absolute;
    z-index: 6;
    overflow: hidden;
    top: 20px;
    left: 40px;
    padding: 0;
	border: none;
  }	
	 .toggled .menu-menu-1-container {
    width: 100%;
    height: 100vh;
  }
	
	.main-navigation button img {
  transform: translateY(0px);
  transition: .5s all;
}
	.main-navigation.toggled button img {
  transform: translateY(-40px);
  transition: .5s all;
}
	 .header__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 40px 0 0 0;
  }
	
	.site-header .site-branding {
    margin-left: 215px;
    z-index: 2;
  }
.header__phone {
  display: none;
}
	h1.entry-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
	h2 {
    font-size: 24px;
    margin-bottom: 30px;
	text-align:center;
  }
	
	.tabs {
  flex-wrap: wrap;
	border: 0px solid var(--Accent, #A8D92C);
}
	.tab-li a {
  font-size: 12px;
  padding: 16px;
}
	.tab-li {
  width: 49%;
}
	.faq .q {
  font-size: 16px;
}
	.recall {
    flex-direction: column;
    margin-bottom: 60px;
  }
	.recall__title {
  font-size: 24px;
}
	.recall__image {
  width: 100%;
  text-align: center;
}
	.recall__info {
  width: 100%;
  padding: 40px 24px 0px;
}
	#primary + .recall p {
  margin-top: 0;
}
	#primary + .recall p {
  margin-top: 0;
}
	#primary + .recall .recall__title {
  text-align:center;
}
	.container.container--footer {
  flex-direction: column;
}
	footer .site-branding {
  margin-bottom: 40px;
}
	.footer__contact {
  padding-top: 40px;
  padding-left: 10px;
  max-width: 220px;
}
	/*------------------------------------------------------ABOUT-------------------------------*/
	.page-id-16 h1.entry-title {
  font-size: 40px;
}
	.page-id-16 h1.entry-title span {
  letter-spacing: 20px;
  font-size: 25px;
}
	.history_inner.history_inner--reverse {
  flex-direction: column-reverse;
}
	.history_inner .recall__info {
  padding: 0 24px;
}
	.page-id-16 .mission h2 {
  margin-top: 0;
}
	/*----------------------------------------------------SERVISES-------------------------------*/
	.recall.screen1 {
  flex-direction: column-reverse;
}
	.heading-h3 {
  font-size: 20px;
}
	.plans-list {
  padding: 0;
}
	.plans-list li {
  max-width: 320px;
}
	.guarantee {
  padding: 40px 0 40px;
}
	.guarantee-list {
  flex-direction: column;
  align-items: center;
}
	.guarantee-list li {
  width: 100%;
		margin-bottom: 30px;
}
	.guarantee-list .heading-h3 {
  text-align: center;
}
	.page-id-16 h2{
		margin-top:60px;
	}
	.page-id-16 .offer h2 {
  margin-top: 0;
}
	.mission {
  padding: 0px 0 0px;
}
	.offer_number, .offer_text {
  padding-left: 0;
}
	.offer_number {
  font-size: 20px;
}
	.offer_text {
  font-size: 16px;
}
	.page-template-page-services h2 {
  margin-top: 20px;
}
	.page-template-page-services h1.entry-title {
    margin-top: 20px;
  }
	.page-template-page-services .recall.screen1 + .recall {
  margin-bottom: 0;
}
	/*----------------------------------------------------HOME-------------------------------*/
.home .entry-header {
    padding: 40px 50px;
    justify-content: flex-start;
  }
	.home .entry-header h1 {
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 200px;
}
	.home .page-content, .home .plans, .offer, .about  {
  margin: 60px 0;
}
	.buttons__list {
  flex-direction: column;
}
	.about {
  flex-direction: column;
}
	.history_inner {
  flex-direction: column;
}
	.offer .recall__image {
  padding: 0 24px;
}
	.solution {
    padding: 60px 0 0px;
    flex-direction: column;
  }
	.solution .recall__info {
  margin-bottom: 40px;
}
	.button__box .part50 {
  width: 0px;
}
	.button__box .part502 {
  width: 100%;
}
	.part502{
  padding: 0 40px;
}
	/*----------------------------------------------------SHOP-------------------------------*/
	.container.container--shop {
  flex-direction: column;
}
	/*----------------------------------------------------PRODUCT-------------------------------*/
	.summary.entry-summary {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}
	.single-product h2{
		font-size: 24px;
	}	
}





.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: none;
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='49' viewBox='0 0 320 49' fill='none' xmlns='http: //www.w3.org/2000/svg'%3E%3Cpath fill='#A8D92C' stroke='#A8D92C' stroke-width='2' d='M3.55885 41C3.55875 44.866 6.69268 48 10.5587 48H307.559C311.425 48 314.559 44.866 314.559 41L314.56 23.134C314.56 22.3291 314.421 21.5301 314.149 20.7724L308.726 5.63834C307.729 2.85617 305.092 1 302.137 1H10.561C6.69502 1 3.56094 4.13401 3.56084 8L3.55885 41Z'/%3E%3C/svg%3E");
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: none;
background-image: url('data:image/svg+xml, <svg width="320" height="49" viewBox="0 0 320 49" fill="#A8D92C" xmlns="http://www.w3.org/2000/svg"><path d="M3.55885 41C3.55875 44.866 6.69268 48 10.5587 48H307.559C311.425 48 314.559 44.866 314.559 41L314.56 23.134C314.56 22.3291 314.421 21.5301 314.149 20.7724L308.726 5.63834C307.729 2.85617 305.092 1 302.137 1H10.561C6.69502 1 3.56094 4.13401 3.56084 8L3.55885 41Z" ></path></svg>');
	width: 320px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
	background-image: url(/wp-content/svg/but-form1.svg);
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: none;
background-image: url('data:image/svg+xml, <svg width="320" height="49" viewBox="0 0 320 49" fill="#A8D92C" xmlns="http://www.w3.org/2000/svg"><path d="M3.55885 41C3.55875 44.866 6.69268 48 10.5587 48H307.559C311.425 48 314.559 44.866 314.559 41L314.56 23.134C314.56 22.3291 314.421 21.5301 314.149 20.7724L308.726 5.63834C307.729 2.85617 305.092 1 302.137 1H10.561C6.69502 1 3.56094 4.13401 3.56084 8L3.55885 41Z" ></path></svg>');
	width: 320px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
	background-image: url(/wp-content/svg/but-form2.svg);
}
wpcf7-form-control.wpcf7-submit.has-spinner:active, wpcf7-form-control.wpcf7-submit.has-spinner:focus{
	background-image: url(/wp-content/svg/but-form3.svg);
}