/*!
Theme Name: UWS
Theme URI:
Author:
Author URI:
Description: UWS theme
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: uws
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
@font-face {
	font-family: Nunito-Sans;
	src: url("fonts/Nunito_Sans/NunitoSans-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Nunito-Sans;
	src: url("fonts/Nunito_Sans/NunitoSans-SemiBold.ttf");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: Nunito-Sans;
	src: url("fonts/Nunito_Sans/NunitoSans-Bold.ttf");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: Nunito-Sans;
	src: url("fonts/Nunito_Sans/NunitoSans-ExtraBold.ttf");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: RockSalt;
	src: url("fonts/Rock_Salt/RockSalt-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

a, 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, .ProductRangeContentProductsItem, svg, .btn,
input[type="submit"],
form.wpforms-form .wpforms-submit-container button[type="submit"], .headerNavigation .menu > .menu-item.menu-item-has-children::after, .headerNavigation .headerSearch .headerSearchAction, .headerSearch-open, #menu-burger span,
#menu-burger-langs span, .topslider .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .testimonials .swiper-pagination .swiper-pagination-bullet, .tabs .tabsNavigation .tabsNavigationItem, .tabs .tabsContentItemSlider .tabsliderItem .tabsliderItemContent, .downloadsGroups .downloadsGroupsItem {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

/*--------------------------------------------------------------
# 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: #000000;
	font-family: Nunito-Sans, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	clear: both;
}

p {
	margin-bottom: 1em;
}

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

.container {
	width: 71.25rem;
	margin: 0 auto;
}

@media (max-width: 71.25rem) {
	.container {
		width: 100%;
		padding: 0 9.375rem;
	}
}

@media (max-width: 64rem) {
	.container {
		padding: 0 1.25rem;
	}
}

.containerMin {
	width: 35rem;
	margin: 0 auto;
}

@media (max-width: 48rem) {
	.containerMin {
		width: 100%;
		padding: 0 1.25rem;
	}
}

.containerMax {
	width: 85rem;
	margin: 0 auto;
}

@media (max-width: 90rem) {
	.containerMax {
		width: 100%;
		padding: 0 5rem;
	}
}

@media (max-width: 64rem) {
	.containerMax {
		width: 100%;
		padding: 0 1.25rem;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #345265;
}

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

.button-green {
	background-color: #00933B;
	color: #fff;
	border-radius: 20px;
	padding: 25px 55px;
	cursor: pointer;
	font-weight: 700;
	display: flex;
	width: max-content;
	max-width: 100%;
	justify-content: center;
	align-items: center;
	margin-top: 15px !important;
	text-align: center;
}

.button-green:hover {
	color: #fff;
	background-color: #009f40;
}

.button-green.position-left {
	margin-right: auto;
}

.button-green.position-center {
	margin: auto;
}

.button-green.position-right {
	margin-left: auto;
}

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 {
	width: 100%;
	font-size: 20px;
	color: #676767;
	border: none;
	background: #FFFFFF;
	border-radius: 3px;
	padding: 18px 20px;
	border: 1px solid transparent;
}

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;
	outline: none;
	border: 1px solid #676767;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height: 180px;
}

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

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	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;
}

@media (max-width: 64rem) {
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		display: inherit;
		left: inherit;
	}
}

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

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

.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: 64rem) {
	.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;
}

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

/* Sections
--------------------------------------------- */
/* CSS Product Range */
.ProductRange {
	margin: 124px auto;
	margin-top: 240px;
	margin-bottom: 0;
	position: relative;
}

@media (max-width: 48rem) {
	.ProductRange {
		margin-top: 60px;
	}
}

.ProductRangeBackground {
	position: absolute;
	z-index: -1;
	height: calc(100% - 25px);
	bottom: 0;
	opacity: 0.5;
	width: 100%;
}

.ProductRangeBackgroundImage {
	height: 100%;
	width: 100%;
	position: relative;
}

.ProductRangeBackgroundImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ProductRangeBackgroundImage::after {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 20%, #ffffffd4 80%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0) 20%, #ffffffd4 80%);
	background: linear-gradient(rgba(255, 255, 255, 0) 20%, #ffffffd4 80%);
}

.ProductRangeContent {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding-bottom: 20px;
}

@media (max-width: 1130px) {
	.ProductRangeContent {
		flex-direction: column-reverse;
	}
}

@media (max-width: 48rem) {
	.ProductRangeContent {
		flex-direction: column-reverse;
	}
}

.ProductRangeContentProducts {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -15px;
	margin-right: 50px;
}

@media (max-width: 1130px) {
	.ProductRangeContentProducts {
		margin-top: 20px;
	}
}

@media (max-width: 64rem) {
	.ProductRangeContentProducts {
		grid-template-columns: 100%;
		grid-gap: 10px;
		justify-content: center;
	}
}

@media (max-width: 48rem) {
	.ProductRangeContentProducts {
		max-width: 300px;
		margin: 0;
		margin-top: 50px;
	}
}

.ProductRangeContentProductsItem {
	width: calc(100%/2 - 30px);
	max-width: 237px;
	background-color: #fff;
	height: max-content;
	margin: 15px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	cursor: pointer;
}

.ProductRangeContentProductsItem:hover {
	box-shadow: 0px 6px 17px #11165280;
}

.ProductRangeContentProductsItem:nth-child(2n) {
	transform: translateY(50%);
}

@media (max-width: 64rem) {
	.ProductRangeContentProductsItem:nth-child(2n) {
		transform: translateY(0%);
	}
}

@media (max-width: 48rem) {
	.ProductRangeContentProductsItem {
		width: 100%;
		margin: 15px 0;
		max-width: 100%;
	}
}

.ProductRangeContentProductsItemImage {
	width: 100%;
	height: 180px;
}

.ProductRangeContentProductsItemImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ProductRangeContentProductsItemTitle {
	padding: 22px 33px;
	color: #00933b;
	font-size: 17px;
	font-weight: 800;
	min-height: 33px;
	padding-right: 15px;
}

.ProductRangeContentProducts.bigger {
	display: flex;
	flex-wrap: wrap;
}

.ProductRangeContentProducts.bigger .ProductRangeContentProductsItem {
	width: 46.999999%;
	aspect-ratio: 1 / 0.91;
}

@media (max-width: 1130px) {
	.ProductRangeContentProducts.bigger .ProductRangeContentProductsItem {
		width: 55%;
		aspect-ratio: auto;
		margin: auto;
	}
}

@media (max-width: 64rem) {
	.ProductRangeContentProducts.bigger .ProductRangeContentProductsItem {
		width: 100%;
	}
}

.ProductRangeContentProducts.bigger .ProductRangeContentProductsItem:nth-child(2), .ProductRangeContentProducts.bigger .ProductRangeContentProductsItem:nth-child(4), .ProductRangeContentProducts.bigger .ProductRangeContentProductsItem:nth-child(6) {
	margin-top: -100px;
}

@media (max-width: 1130px) {
	.ProductRangeContentProducts.bigger .ProductRangeContentProductsItem:nth-child(2), .ProductRangeContentProducts.bigger .ProductRangeContentProductsItem:nth-child(4), .ProductRangeContentProducts.bigger .ProductRangeContentProductsItem:nth-child(6) {
		margin-top: 0px;
	}
}

.ProductRangeContentInfo {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin-top: 100px;
}

.ProductRangeContentInfoTitle {
	max-width: 428px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 40px;
}

@media (max-width: 64rem) {
	.ProductRangeContentInfoTitle {
		max-width: 100%;
	}
}

@media (max-width: 48rem) {
	.ProductRangeContentInfoTitle {
		font-size: 28px;
	}
}

.ProductRangeContentInfoTitle span {
	color: #00933b;
	font-size: 36px;
	font-weight: 800;
}

@media (max-width: 48rem) {
	.ProductRangeContentInfoTitle span {
		font-size: 28px;
	}
}

.ProductRangeContentInfoDescription {
	max-width: 428px;
	margin: 0 auto;
	font-size: 15px;
	color: #676767;
}

@media (max-width: 64rem) {
	.ProductRangeContentInfoDescription {
		max-width: 100%;
	}
}

/* CSS Document */
.ProductBlock {
	min-height: 400px;
	position: relative;
}

.ProductBlockBackground {
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	opacity: 0.8;
}

.ProductBlockBackgroundImg {
	width: 100%;
	height: 100%;
}

.ProductBlockBackgroundImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ProductBlockContent {
	display: flex;
	padding: 50px 0;
}

@media (max-width: 48rem) {
	.ProductBlockContent {
		flex-direction: column;
	}
}

.ProductBlockContentInfo {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 450px;
}

.ProductBlockContentInfoTitle {
	font-size: 40px;
	color: #363636;
	font-weight: 800;
	margin-bottom: 24px;
}

.ProductBlockContentInfoDesc {
	color: #676767;
	font-size: 18px;
}

.ProductBlockContentImage {
	width: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.ProductBlockContentImage img {
	width: 100%;
	height: 100%;
	max-width: 430px;
	object-fit: contain;
}

/* CSS Document */
.Faq {
	margin: 60px auto;
	padding-bottom: 24px;
}

.FaqWrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (max-width: 48rem) {
	.FaqWrapper {
		gap: 18px;
	}
}

.FaqWrapperItem {
	border-radius: 8px;
	box-shadow: #06060617 0px 2px 20px;
	overflow: hidden;
	background-color: #f6f6f6;
}

.FaqWrapperItem:nth-child(odd) {
	background-color: #fff;
}

.FaqWrapperItem.active .FaqWrapperItemTopIcon {
	transform: rotate(45deg);
}

.FaqWrapperItemTop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 36px;
	cursor: pointer;
}

.FaqWrapperItemTopTitle {
	margin-bottom: unset;
	font-size: 24px;
}

@media (max-width: 48rem) {
	.FaqWrapperItemTopTitle {
		font-size: 18px;
	}
}

.FaqWrapperItemTopIcon {
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 16px;
	width: 16px;
	transition: .3s;
}

.FaqWrapperItemTopIcon svg {
	height: 100%;
	width: 100%;
}

.FaqWrapperItemBottom {
	transition: .3s;
	overflow: hidden;
	padding: 0px 36px;
	max-height: 0px;
}

.FaqWrapperItemBottomContent {
	padding-bottom: 20px;
}

/* Single
--------------------------------------------- */
/* CSS Document */
.single-post .entry-header, .single-events .entry-header {
	display: flex;
	margin-top: 40px;
}

@media (max-width: 48rem) {
	.single-post .entry-header, .single-events .entry-header {
		flex-direction: column-reverse;
	}
}

.single-post .entry-header .post-text, .single-events .entry-header .post-text {
	width: 50%;
}

@media (max-width: 48rem) {
	.single-post .entry-header .post-text, .single-events .entry-header .post-text {
		width: 100%;
		margin-top: 40px;
	}
}

.single-post .entry-header .post-img, .single-events .entry-header .post-img {
	width: calc(50% - 112px);
	aspect-ratio: 1/1;
	margin-left: 112px;
	align-self: flex-start;
}

@media (max-width: 48rem) {
	.single-post .entry-header .post-img, .single-events .entry-header .post-img {
		width: 100%;
		max-width: 458px;
		margin-left: auto;
		margin: auto;
	}
}

.single-post .entry-header .post-img .post-thumbnail, .single-events .entry-header .post-img .post-thumbnail {
	margin: unset;
	height: 100%;
	width: 100%;
}

.single-post .entry-header .post-img .post-thumbnail img, .single-events .entry-header .post-img .post-thumbnail img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	aspect-ratio: unset;
}

/* Calculators
--------------------------------------------- */
/* CSS Document */
.Calculator {
	width: 100%;
	max-width: 700px;
	margin: auto;
	padding: 30px;
	background-color: #fff;
	margin-bottom: 50px;
}

/* CSS Document */
.CalcProdFormFirstline {
	display: flex;
}

@media (max-width: 48rem) {
	.CalcProdFormFirstline {
		flex-direction: column-reverse;
	}
}

.CalcProdFormToggle {
	width: 80px;
	height: 40px;
	background-color: #d9d9d9;
	border-radius: 50px;
	display: flex;
	cursor: pointer;
	align-items: center;
	padding: 5px;
	transition: .3s;
	margin-right: 15px;
	position: relative;
}

.CalcProdFormToggleCircle {
	height: 33px;
	width: 33px;
	background-color: #fff;
	transition: .3s;
	border-radius: 50px;
	position: absolute;
	will-change: transform;
}

.CalcProdFormToggle[data-calctoggle="1"] > .CalcProdFormToggleCircle {
	left: 5px;
	transform: translateX(0%);
}

.CalcProdFormToggle[data-calctoggle="2"] > .CalcProdFormToggleCircle {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.CalcProdFormContentFlex {
	display: flex;
	justify-content: space-between;
	margin: 0 -5px;
	margin-top: 10px;
}

.CalcProdFormContentFlexColumn {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: calc(100% - 10px);
	margin: 0 5px;
	max-width: 280px;
}

.CalcProdFormBlock {
	margin: 24px 0;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.CalcProdFormBlockTitle {
	font-weight: 700;
}

.CalcProdFormBlockSelect {
	background-color: #d9d9d9;
	padding: 10px 15px;
	width: 100%;
}

.CalcProdFormBlockInput input {
	background-color: #d9d9d9;
	padding: 10px 15px;
}

.CalcProdFormResult {
	justify-content: space-between;
	display: flex;
	margin: 0 -5px;
}

@media (max-width: 48rem) {
	.CalcProdFormResult {
		flex-direction: column;
	}
}

.CalcProdFormResultTitle {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #363636;
	margin-bottom: 10px;
	max-width: 300px;
}

.CalcProdFormResultOutput {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: calc(100% - 10px);
	margin: 0 5px;
	max-width: 280px;
	flex-direction: column;
	margin-bottom: 20px;
}

.CalcProdFormResultOutputTitle {
	font-size: 15px;
	line-height: 20px;
	font-weight: 800;
	color: #00933B;
	margin-bottom: 10px;
}

.CalcProdFormResultOutputNum {
	font-size: 25px;
	line-height: 34px;
	font-weight: 800;
	color: #00933B;
	background: #00933b1a;
	padding: 18px 20px;
	width: 100%;
	min-height: 70px;
	overflow-x: auto;
}

.CalcProdRadioButton {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.CalcProdRadioButton input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.CalcProdRadioButtonMarks {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50px;
}

.CalcProdRadioButtonMarks:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.CalcProdRadioButton:hover input ~ .CalcProdRadioButtonMarks {
	background-color: #ccc;
}

.CalcProdRadioButton input:checked ~ .CalcProdRadioButtonMarks {
	background-color: #00933B;
}

.CalcProdRadioButton:after {
	content: "";
	position: absolute;
	display: none;
}

.CalcProdRadioButton input:checked ~ .CalcProdRadioButtonMarks:after {
	display: block;
}

/* CSS Document */
.CalcDesWFormContentFlex {
	display: flex;
	justify-content: space-between;
	margin: 0 -5px;
	margin-top: 10px;
}

.CalcDesWFormContentFlexColumn {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: calc(100% - 10px);
	margin: 0 5px;
}

.CalcDesWFormBlock {
	margin: 24px 0;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.CalcDesWFormBlockTitle {
	font-weight: 700;
}

.CalcDesWFormBlockSelect {
	background-color: #d9d9d9;
	padding: 10px 15px;
	width: 100%;
}

.CalcDesWFormBlockInput input {
	background-color: #d9d9d9;
	padding: 10px 15px;
}

@media (max-width: 48rem) {
	.CalcDesWFormResult {
		flex-direction: column;
	}
}

.CalcDesWFormResultTitle {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #363636;
	margin-bottom: 10px;
	max-width: 300px;
}

.CalcDesWFormResultOutput {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	flex-direction: column;
	margin-bottom: 20px;
}

.CalcDesWFormResultOutputTitle {
	font-size: 15px;
	line-height: 20px;
	font-weight: 800;
	color: #00933B;
	margin-bottom: 10px;
}

.CalcDesWFormResultOutputNum {
	font-size: 25px;
	line-height: 34px;
	font-weight: 800;
	color: #00933B;
	background: #00933b1a;
	padding: 18px 20px;
	width: 100%;
	min-height: 70px;
}

.CalcDesWFormResultVariantsTitle {
	width: 100%;
	font-size: 24px;
	font-weight: 800;
	color: #363636;
	margin-bottom: 20px;
	margin-top: 30px;
}

.CalcDesWFormResultVariantsItem {
	margin-bottom: 20px;
	background-color: #e5f4eb;
}

.CalcDesWFormResultVariantsItemTop {
	display: flex;
	padding: 20px;
	cursor: pointer;
}

.CalcDesWFormResultVariantsItemTopTitle {
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	color: #00933B;
}

.CalcDesWFormResultVariantsItemTopIcon {
	width: 24px;
	min-width: 24px;
	height: 24px;
	transition: .3s;
}

.CalcDesWFormResultVariantsItemTopIcon svg path {
	fill: #00933B;
}

.CalcDesWFormResultVariantsItemTop.active .CalcDesWFormResultVariantsItemTopIcon {
	transform: rotate(45deg);
}

.CalcDesWFormResultVariantsItemBottom {
	padding: 20px;
}

/* CSS Document */
.CalcForm {
	position: relative;
}

.CalcFormLine {
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
	position: relative;
}

.CalcFormLineInput {
	margin: auto 10px;
}

.CalcFormLineInput input {
	background-color: #d9d9d9;
	padding: 10px 15px;
}

.CalcFormLineInput .wpcf7-not-valid-tip {
	position: absolute;
}

.CalcFormLine input[type="submit"] {
	margin-left: auto;
}

.CalcFormLine .wpcf7-spinner {
	position: absolute;
	right: 10px;
	top: 7px;
	margin: unset;
}

.CalcForm .wpcf7-response-output {
	display: none;
}

.CalcFormPopup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 200px;
	width: 500px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00933b;
	font-size: 24px;
	font-weight: bold;
	padding: 20px;
	max-width: 80%;
	box-shadow: 0px 0px 24px 10px #00000024;
	transition: .5s;
	z-index: -1;
	opacity: 0;
}

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

html,
body {
	scroll-behavior: smooth;
	font-weight: normal;
	overflow-x: hidden;
	word-wrap: break-word;
	overflow-wrap: anywhere;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

body {
	background: #ffffff;
}

@media (max-width: 64rem) {
	#wpadminbar {
		display: none;
	}
}

section:last-of-type {
	margin-bottom: 0;
}

h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 54px;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 34px;
}

@media (max-width: 48rem) {
	h1 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 16px;
	}
}

h2 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	color: #00933B;
	margin-top: 0;
	margin-bottom: 27px;
}

@media (max-width: 48rem) {
	h2 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 8px;
	}
}

h3 {
	font-size: 32px;
	line-height: 43px;
	color: #363636;
	margin-top: 0;
	margin-bottom: 30px;
}

@media (max-width: 48rem) {
	h3 {
		font-size: 24px;
		line-height: 34px;
	}
}

h3 span {
	color: #00933B;
	font-weight: 700;
}

h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #363636;
	margin-top: 0;
	margin-bottom: 15px;
}

@media (max-width: 48rem) {
	h5 {
		font-size: 20px;
		line-height: 30px;
	}
}

p,
.text {
	font-size: 15px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #676767;
	margin-top: 0;
}

p a {
	color: #676767;
}

p a:hover {
	color: #00933B;
}

.subtitle {
	font-size: 15px;
	line-height: 20px;
	color: #363636;
	font-weight: 800;
}

@media (max-width: 48rem) {
	.subtitle {
		font-size: 13px;
		margin-bottom: 8px;
		font-weight: 700;
	}
}

a {
	text-decoration: none;
	color: #143E74;
}

a:hover {
	color: #00933B;
}

.arrow-link {
	display: flex;
	align-items: center;
	max-width: max-content;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	color: #143E74;
	position: relative;
	padding-right: 20px;
}

.arrow-link::after {
	content: "";
	background: url(img/link-arrow.svg) no-repeat;
	position: absolute;
	right: 0;
	width: 12px;
	height: 10px;
}

.btn,
input[type="submit"],
form.wpforms-form .wpforms-submit-container button[type="submit"] {
	display: inline-flex;
	justify-content: center;
	text-align: center;
	max-width: max-content;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 700;
	background: #143e74;
	border-radius: 20px;
	padding: 25px 55px;
	cursor: pointer;
}

@media (max-width: 48rem) {
	.btn,
	input[type="submit"],
	form.wpforms-form .wpforms-submit-container button[type="submit"] {
		width: 100%;
		max-width: 100%;
	}
}

.btn:hover,
input[type="submit"]:hover,
form.wpforms-form .wpforms-submit-container button[type="submit"]:hover {
	color: #ffffff;
	opacity: 0.8;
}

form.wpforms-form .wpforms-submit-container button[type="submit"] {
	color: #ffffff !important;
	font-size: 18p !important;
	font-weight: 700 !important;
	background: #143e74 !important;
	border-radius: 20px !important;
	padding: 25px 55px !important;
}

@media (max-width: 64rem) {
	.site {
		padding-top: 111px;
	}
}

@media (max-width: 48rem) {
	.site {
		padding-top: 87px;
	}
}

.siteHeader {
	background: #ffffff;
	padding: 23px 0 0 0;
	position: relative;
}

@media (max-width: 64rem) {
	.siteHeader {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}
}

.siteHeader .custom-logo-link {
	display: flex;
	max-width: 166px;
}

@media (max-width: 48rem) {
	.siteHeader .custom-logo-link {
		max-width: 105px;
	}
}

.siteHeader .site-branding {
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 23px;
	margin-bottom: 55px;
}

@media (max-width: 64rem) {
	.siteHeader .site-branding {
		margin-bottom: 0;
	}
}

.siteHeader .headerWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media (max-width: 64rem) {
	.siteHeader .headerWrap {
		grid-gap: 30px;
	}
}

.siteHeader .headerContacts {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 50px;
}

@media (max-width: 64rem) {
	.siteHeader .headerContacts {
		display: none;
	}
}

@media (max-width: 48rem) {
	.siteHeader .headerContacts {
		grid-gap: 16px;
	}
}

.siteHeader .headerContacts.headerContacts-mob {
	display: none;
}

@media (max-width: 64rem) {
	.siteHeader .headerContacts.headerContacts-mob {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		padding: 24px;
		border-top: 1px solid #cbcbcb;
	}
}

.siteHeader .headerContacts .headerContactsItem {
	display: flex;
	flex-direction: column;
}

.siteHeader .headerContacts .contact-title {
	display: inline-flex;
	align-items: center;
}

.siteHeader .headerContacts .contact-title .contact-title-icon {
	width: 21px;
	height: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(155, 199, 198, 0.3);
	padding: 4px;
	border-radius: 50%;
}

.siteHeader .headerContacts .contact-title .contact-title-icon img {
	max-width: 100%;
}

.siteHeader .headerContacts .contact-title span {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #00933B;
	margin-left: 10px;
}

.siteHeader .headerContacts .contact-link {
	max-width: max-content;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	color: #363636;
	text-decoration: none;
	margin-top: 8px;
}

.siteHeader .headerContacts .contact-link.arrow-link {
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 15px;
}

.siteHeader .headerContacts .contact-link.arrow-link::after {
	content: "";
	width: 8px;
	height: 7px;
	position: absolute;
	right: 0;
	background: url(img/arrow-right.svg) no-repeat;
}

.siteHeader .headerRight {
	display: flex;
	grid-gap: 25px;
}

@media (max-width: 64rem) {
	.siteHeader .headerRight {
		align-items: center;
	}
}

.siteHeader .headerRightLangs:hover svg {
	transform: rotate(180deg);
}

@media (max-width: 64rem) {
	.siteHeader .headerRightLangs:hover svg {
		transform: none;
	}
}

.siteHeader .languageSwitcher {
	position: relative;
	margin-right: 10px;
}

@media (max-width: 64rem) {
	.siteHeader .languageSwitcher {
		display: none;
	}
}

.siteHeader .languageSwitcherCurrent {
	display: inline-flex;
	align-items: center;
	grid-gap: 5px;
	cursor: pointer;
	text-transform: uppercase;
}

.siteHeader .languageSwitcherList {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 6px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	color: #363636;
}

.siteHeader .languageSwitcherListItem {
	color: #363636;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
}

.siteHeader .headerRightLangsList {
	display: flex;
	align-items: center;
}

.siteHeader .headerRightLangsList img {
	margin-right: 2px;
}

.siteHeader .languageSwitcherCurrentArr {
	display: flex;
}

@media (max-width: 64rem) {
	.siteHeader .languageSwitcherCurrentArr {
		display: none;
	}
}

.siteHeader #menu-open-mob {
	display: none;
}

@media (max-width: 64rem) {
	.siteHeader.menu-open .custom-logo-link,
	.siteHeader.menu-open .headerRightLangs,
	.siteHeader.menu-open #main-search-mob {
		display: none;
	}
}

.siteHeader.menu-open #menu-open-mob {
	display: flex;
	align-items: center;
	grid-gap: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.siteHeader.menu-open #menu-open-mob .title {
	font-weight: 800;
	font-size: 20px;
	line-height: 20px;
	color: #00933B;
	padding-left: 20px;
}

.siteHeader.menu-open #menu-open-mob .back {
	position: absolute;
	width: 100%;
}

.languageSwitcher-mob {
	display: none;
}

@media (max-width: 64rem) {
	.languageSwitcher-mob {
		display: flex;
	}
}

.languageSwitcher-mob-open .languageSwitcherList-mob {
	display: none;
	flex-direction: column;
	position: absolute;
	background: #fff;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 4;
	height: 100vh;
	padding-top: 35.5px;
}

.languageSwitcher-mob-open .languageSwitcherList-mob.open {
	display: flex;
}

.languageSwitcher-mob-open .languageSwitcherList-mob .languageSwitcherListItem {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #676767;
	font-size: 18px;
	line-height: 30px;
	font-weight: 800;
	margin-bottom: 16px;
	padding-left: 24px;
	padding-right: 42px;
}

.languageSwitcher-mob-open .languageSwitcherList-mob .languageSwitcherListItem.curr {
	color: #2f2f2f;
}

.languageSwitcher-mob-open .languageSwitcherList-mob .languageSwitcherListItem.curr:hover svg {
	transform: none;
}

.languageSwitcher-mob-open .languageSwitcherList-mob .languageSwitcherTop-mob {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 800;
	font-size: 20px;
	line-height: 20px;
	color: #00933B;
	padding-bottom: 35px;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 33px;
	padding-left: 24px;
	padding-right: 42px;
}

.headerNavigation {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

@media (max-width: 64rem) {
	.headerNavigation {
		display: none;
		flex-direction: column;
		justify-content: flex-start;
		height: 100vh;
		position: relative;
		background-color: #fff;
		overflow-y: scroll;
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media (max-width: 64rem) {
	.headerNavigation .main-navigation {
		width: 100%;
		padding: 24px 24px 0 24px;
	}
}

.headerNavigation .menu > .menu-item {
	position: initial;
	padding-bottom: 21px;
	cursor: pointer;
	/* first sub-menu */
}

@media (max-width: 64rem) {
	.headerNavigation .menu > .menu-item {
		padding-bottom: 24px;
	}
}

.headerNavigation .menu > .menu-item:not(:last-child) {
	margin-right: 60px;
}

.headerNavigation .menu > .menu-item.menu-item-has-children {
	display: flex;
	align-items: center;
	grid-gap: 10px;
}

@media (max-width: 64rem) {
	.headerNavigation .menu > .menu-item.menu-item-has-children {
		justify-content: space-between;
		margin-right: 0;
		z-index: 1;
	}
}

.headerNavigation .menu > .menu-item.menu-item-has-children::after {
	content: url(img/menu-arrow.svg);
	display: block;
}

@media (max-width: 64rem) {
	.headerNavigation .menu > .menu-item.menu-item-has-children::after {
		content: none;
	}
}

.headerNavigation .menu > .menu-item.menu-item-has-children:hover::after {
	content: url(img/menu-arrow-green.svg);
	transform: rotate(180deg);
}

@media (max-width: 64rem) {
	.headerNavigation .menu > .menu-item.menu-item-has-children:hover::after {
		content: none;
	}
}

.headerNavigation .menu > .menu-item a {
	font-size: 20px;
	line-height: 27px;
	font-weight: 800;
	color: #363636;
}

@media (max-width: 64rem) {
	.headerNavigation .menu > .menu-item a {
		font-size: 18px;
		line-height: 20px;
		font-weight: 600;
	}
}

.headerNavigation .menu > .menu-item a.arrow-link {
	display: flex;
	align-items: center;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	color: #143e74;
}

.headerNavigation .menu > .menu-item:hover > a {
	color: #00933B;
}

.headerNavigation .menu > .menu-item > .sub-menu {
	background-color: #fff;
	width: 104vw;
	top: 200px;
	display: grid;
	grid-template-columns: repeat(3, 300px);
	height: auto;
	box-shadow: none;
	padding-top: 46px;
	padding-left: calc(((100vw - 71.25rem) / 2) - 15px);
	padding-bottom: 60px;
	min-height: 500px;
}

@media (max-width: 1300px) {
	.headerNavigation .menu > .menu-item > .sub-menu {
		padding-left: 5px;
		padding-right: 20px;
	}
}

@media (max-width: 64rem) {
	.headerNavigation .menu > .menu-item > .sub-menu {
		display: none;
		overflow-y: auto;
		width: 100vw;
		grid-template-columns: 100%;
		position: absolute;
		top: 0;
		padding-bottom: 160px;
		padding-left: 24px;
		padding-right: 24px;
		height: 100%;
	}
}

.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item {
	min-width: 300px;
	position: relative;
	margin-right: 0;
	padding-right: 40px;
	padding-left: 15px;
	border-right: 1px solid #cecece;
	padding-top: 0;
	padding-bottom: 20px;
	height: fit-content;
	/* second sub-menu */
}

@media (max-width: 64rem) {
	.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item {
		margin-bottom: 15px;
		border-right: 0;
		padding: 0;
	}
}

.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item:nth-child(4n + 3) {
	border-right: 0;
}

.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item > a {
	display: grid;
	grid-template-columns: minmax(20px, 40px) 230px;
	grid-gap: 8px;
	align-items: flex-start;
	font-size: 20px;
	line-height: 27px;
	font-weight: 800;
}

@media (max-width: 64rem) {
	.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item > a {
		grid-template-columns: 20px calc(100% - 28px);
		width: 100%;
	}
}

.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item > a .menu-item-icon {
	display: flex;
}

.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item > a .menu-item-icon img {
	width: 100%;
}

.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item.menu-item-has-children {
	display: block;
	padding-top: 0;
}

.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item > .sub-menu {
	left: 0;
	top: auto;
	display: flex;
	flex-direction: column;
	width: auto;
	height: auto;
	position: relative;
	padding: 0;
	box-shadow: none;
	height: auto;
	padding-bottom: 0;
	margin-top: 40px;
}

@media (max-width: 64rem) {
	.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item > .sub-menu {
		display: flex;
		margin-top: 16px;
	}
}

.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item > .sub-menu > .menu-item {
	padding-bottom: 21px;
}

@media (max-width: 64rem) {
	.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item > .sub-menu > .menu-item {
		padding-bottom: 13px;
	}
}

.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item > .sub-menu > .menu-item > a {
	display: block;
	color: #363636;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0px;
}

@media (max-width: 64rem) {
	.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item > .sub-menu > .menu-item > a {
		font-size: 16px;
		line-height: 20px;
	}
}

.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item > .sub-menu > .menu-item:hover a {
	color: #00933B;
}

.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item > .sub-menu > .menu-item.menu-item-has-children::after {
	content: none;
}

.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item > .sub-menu > .menu-item:last-child::after {
	content: none;
}

.headerNavigation .menu > .menu-item > .sub-menu > li.menu-item > .sub-menu .menu-item.menu-item-has-children::after {
	content: none;
}

.headerNavigation .menu > .menu-item > .sub-menu .menu-item-text {
	font-size: 15px;
	line-height: 20px;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;
}

@media (max-width: 64rem) {
	.headerNavigation .menu > .menu-item .menu-next-icon {
		width: 100%;
		position: absolute;
		right: 25px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		height: 30px;
		z-index: 2;
	}
}

.headerNavigation .menu .menu-product {
	display: flex;
	align-items: flex-end;
	grid-gap: 20px;
	grid-column: span 3;
	margin-left: auto;
	z-index: -1;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(-20%, -15%);
	height: fit-content;
}

@media (min-width: 90rem) {
	.headerNavigation .menu .menu-product {
		right: calc(((100vw - 90rem) / 2) - 15px);
	}
}

@media (max-width: 64rem) {
	.headerNavigation .menu .menu-product {
		grid-column: auto;
		flex-direction: row-reverse;
		margin-top: 0 !important;
		margin-right: 0;
		margin-bottom: 32px;
		padding-top: 20px;
		position: relative;
		transform: translate(0%, 0%);
	}
}

.headerNavigation .menu .menu-product .menu-product-content {
	max-width: 250px;
	text-align: right;
	padding-bottom: 10px;
	z-index: 3;
}

@media (max-width: 64rem) {
	.headerNavigation .menu .menu-product .menu-product-content {
		text-align: left;
	}
}

.headerNavigation .menu .menu-product .menu-product-content a.arrow-link {
	margin-left: auto;
}

@media (max-width: 64rem) {
	.headerNavigation .menu .menu-product .menu-product-content a.arrow-link {
		margin-right: auto;
		justify-content: flex-start;
		margin-left: 0;
	}
}

.headerNavigation .menu .menu-product .menu-product-img {
	max-width: 250px;
	display: flex;
}

@media (max-width: 64rem) {
	.headerNavigation .menu .menu-product .menu-product-img {
		max-width: 115px;
	}
}

.headerNavigation .menu .menu-product .menu-product-img img {
	width: 100%;
}

.headerNavigation .menu .menu-product .title {
	font-size: 15px;
	line-height: 20px;
	font-weight: 800;
	color: #363636;
}

.headerNavigation .menu .menu-product .text {
	margin-bottom: 20px;
}

@media (max-width: 64rem) {
	.headerNavigation .menu .menu-product .text {
		margin-bottom: 8px;
	}
}

.headerNavigation .menu .menu-banner {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	grid-gap: 70px;
	grid-column: span 3;
	background-size: cover;
	max-width: 690px;
	min-height: 130px;
	height: auto;
	padding-top: 64px;
	padding-right: 20px;
	padding-bottom: 20px;
	aspect-ratio: 783/146;
	margin-top: auto;
}

@media (max-width: 64rem) {
	.headerNavigation .menu .menu-banner {
		max-width: unset;
		flex-direction: column;
		align-items: flex-start;
		grid-gap: 8px;
		grid-column: auto;
		background-position-x: 0px;
		min-height: auto;
		padding: 10px;
		position: relative;
		width: calc(100% + 48px);
		margin: 0 -24px;
		background-repeat: no-repeat;
		padding-left: 40%;
	}
}

.headerNavigation .menu .menu-banner .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	color: #363636;
}

@media (max-width: 64rem) {
	.headerNavigation .menu .menu-banner .title {
		font-size: 15px;
		line-height: 20px;
	}
}

.headerNavigation .menu .menu-banner a.arrow-link {
	color: #fff;
}

.headerNavigation .menu .menu-banner a.arrow-link::after {
	background: url(img/link-arrow-white.svg) no-repeat;
}

.headerNavigation #menu-item-30.menu-item > .sub-menu > li.menu-item > a {
	min-height: 180px;
}

@media (max-width: 64rem) {
	.headerNavigation #menu-item-30.menu-item > .sub-menu > li.menu-item > a {
		min-height: auto;
	}
}

.headerNavigation #menu-item-30.menu-item .sub-menu .menu-item-text {
	min-height: 80px;
	margin-top: auto;
}

@media (max-width: 64rem) {
	.headerNavigation #menu-item-30.menu-item .sub-menu .menu-item-text {
		min-height: auto;
	}
}

.headerNavigation .headerSearch {
	display: flex;
}

@media (max-width: 64rem) {
	.headerNavigation .headerSearch {
		width: 100%;
	}
}

.headerNavigation .headerSearch .headerSearchLink,
.headerNavigation .headerSearch .headerSearchAction {
	white-space: nowrap;
}

.headerNavigation .headerSearch .headerSearchLink {
	font-size: 15px;
	color: #363636;
}

@media (max-width: 64rem) {
	.headerNavigation .headerSearch .headerSearchLink {
		font-size: 18px;
		line-height: 20px;
		padding-left: 24px;
		padding-bottom: 24px;
		font-weight: 600;
	}
}

.headerNavigation .headerSearch .headerSearchLink:hover {
	color: #00933B;
}

.headerNavigation .headerSearch .headerSearchAction {
	display: flex;
	align-items: center;
	grid-gap: 6px;
	margin-left: 50px;
	cursor: pointer;
}

.headerNavigation .headerSearch .headerSearchAction:hover {
	color: #00933B;
}

.headerNavigation .headerSearch .headerSearchAction:hover svg path {
	fill: #00933B;
}

.headerSearch-open {
	transform: translateY(-100%);
	opacity: 0;
	width: 100%;
	height: 0;
	background: #143e74;
	z-index: 9;
	pointer-events: none;
}

@media (max-width: 48rem) {
	.headerSearch-open {
		background: #fff;
		border-bottom: 1px solid #cbcbcb;
	}
}

.headerSearch-open.active {
	transform: translateY(0%);
	opacity: 1;
	height: auto;
	pointer-events: all;
	position: relative;
}

@media (max-width: 48rem) {
	.headerSearch-open.active {
		margin-top: 0;
		position: fixed;
		top: 0;
		z-index: 1000;
	}
}

.headerSearch-open .container {
	padding-bottom: 17px;
}

.headerSearch-open .headerSearch-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 0 0 0;
	border-bottom: 1px #fff solid;
	margin-bottom: 15px;
}

.headerSearch-open .headerSearch-top form {
	width: 100%;
	display: flex;
	align-items: center;
}

.headerSearch-open .headerSearch-top button[type="submit"] {
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.headerSearch-open .headerSearch-top button[type="submit"]:focus {
	outline: none;
}

.headerSearch-open .headerSearch-top input[type="text"] {
	width: 100%;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	margin: 0 30px;
}

@media (max-width: 48rem) {
	.headerSearch-open .headerSearch-top input[type="text"] {
		color: #363636;
		font-size: 18px;
		line-height: 20px;
	}
}

.headerSearch-open .headerSearch-top input[type="text"]:focus {
	outline: none;
}

.headerSearch-open .headerSearch-top input[type="text"]::placeholder {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}

@media (max-width: 48rem) {
	.headerSearch-open .headerSearch-top input[type="text"]::placeholder {
		color: #676767;
		font-size: 18px;
		line-height: 20px;
	}
}

.headerSearch-open .headerSearch-top .icon {
	display: flex;
	height: 100%;
	border-right: 1px solid #fff;
	padding-right: 30px;
}

@media (max-width: 48rem) {
	.headerSearch-open .headerSearch-top .icon {
		display: none;
	}
}

.headerSearch-open .headerSearch-top .icon-mob {
	display: none;
}

@media (max-width: 48rem) {
	.headerSearch-open .headerSearch-top .icon-mob {
		display: flex;
	}
}

.headerSearch-open .headerSearch-bottom #count {
	color: #fff;
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
}

@media (max-width: 48rem) {
	.headerSearch-open .headerSearch-bottom #count {
		font-size: 18px;
		line-height: 30px;
		color: #363636;
	}
}

.headerSearch-open .headerSearch-bottom #count span {
	color: #00933B;
	font-weight: bold;
}

.headerSearch-open #headerSearch-close {
	cursor: pointer;
	z-index: 3;
}

.headerSearch-open #headerSearch-close img {
	display: flex;
}

@media (max-width: 48rem) {
	.headerSearch-open #headerSearch-close img {
		display: none;
	}
}

.headerSearch-open #headerSearch-close svg {
	display: none;
}

@media (max-width: 48rem) {
	.headerSearch-open #headerSearch-close svg {
		display: block;
	}
}

.headerSearch-open-mob {
	display: none;
	margin-top: 40px;
}

.ui-widget-content.ui-autocomplete {
	background-color: #ffffff;
	width: 100vw !important;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 9;
	padding: 0px 20px;
	left: 0 !important;
	right: 0 !important;
}

@media (max-width: 48rem) {
	.ui-widget-content.ui-autocomplete {
		min-height: 100vh;
		height: auto;
		z-index: 1000;
		margin-top: 20px !important;
	}
}

.ui-widget-content.ui-autocomplete .ui-menu-item {
	cursor: pointer;
}

.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
	font-size: 26px;
	line-height: 35px;
	color: #363636;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #cbcbcb;
}

@media (max-width: 48rem) {
	.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
		width: 300px;
		font-size: 15px;
		line-height: 30px;
		margin: auto;
		margin-top: 16px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover {
	color: #00933B;
	background-color: #ffffff;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #cbcbcb;
}

#main-search {
	display: flex;
}

@media (max-width: 64rem) {
	#main-search {
		display: none;
	}
}

#main-search-mob {
	display: none;
}

@media (max-width: 64rem) {
	#main-search-mob {
		display: flex;
	}
}

#menu-burger,
#menu-burger-langs {
	display: none;
}

@media (max-width: 64rem) {
	#menu-burger,
	#menu-burger-langs {
		display: flex;
		flex-direction: column;
	}
}

#menu-burger span,
#menu-burger-langs span {
	width: 30px;
	height: 2px;
	background-color: #363636;
	margin-bottom: 8px;
	border-radius: 5px;
}

#menu-burger span:last-child,
#menu-burger-langs span:last-child {
	margin-bottom: 0;
}

#menu-burger.active span:nth-child(1),
#menu-burger-langs.active span:nth-child(1) {
	transform: rotate(45deg) translateY(6px) translateX(2px);
}

#menu-burger.active span:nth-child(2),
#menu-burger-langs.active span:nth-child(2) {
	transform: rotate(-45deg) translateY(-5px) translateX(1px);
}

#menu-burger.active span:nth-child(3),
#menu-burger-langs.active span:nth-child(3) {
	display: none;
}

#menu-burger-langs {
	width: 20px;
}

.siteFooter .footerInfo {
	border-bottom: 1px solid #cbcbcb;
}

.siteFooter .siteFooterWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-bottom: 10px;
}

.siteFooter .siteFooterLogo {
	display: flex;
	max-width: 208px;
}

@media (max-width: 64rem) {
	.siteFooter .siteFooterLogo {
		margin-bottom: 30px;
	}
}

@media (max-width: 48rem) {
	.siteFooter .siteFooterLogo {
		max-width: 150px;
	}
}

.siteFooter .siteFooterColumns {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 90px;
}

@media (max-width: 64rem) {
	.siteFooter .siteFooterColumns {
		grid-gap: 20px 90px;
	}
}

.siteFooter .footercolText p {
	font-size: 15px;
	line-height: 20px;
}

.siteFooter .footercolText a:not(.arrow-link) {
	color: #676767;
}

.siteFooter .footercolText a:not(.arrow-link):hover {
	color: #00933B;
}

.siteFooter .footerSocials {
	display: flex;
	align-items: center;
	grid-gap: 12px;
	margin-top: 37px;
}

@media (max-width: 48rem) {
	.siteFooter .footerSocials {
		margin-top: 33px;
	}
}

.siteFooter .footerSocials .footerSocialsTitle {
	margin-bottom: 0;
}

.siteFooter .footerSocials .footerSocialsList,
.siteFooter .footerSocials .footerSocialsListItem {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.siteFooter .footerSocials .footerSocialsListItem:not(:last-child) {
	margin-right: 10px;
}

.siteFooter .footerLegal {
	margin-top: 40px;
}

@media (max-width: 48rem) {
	.siteFooter .footerLegal {
		margin-top: 33px;
		margin-bottom: 40px;
	}
}

.siteFooter .footerLegal .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.siteFooter .footerLegal .menu .menu-item {
	position: relative;
	margin-right: 10px;
	padding-right: 10px;
}

.siteFooter .footerLegal .menu .menu-item:after {
	content: "|";
	position: absolute;
	right: 0;
	color: #676767;
}

.siteFooter .footerLegal .menu .menu-item:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.siteFooter .footerLegal .menu .menu-item:last-of-type::after {
	content: none;
}

.siteFooter .footerLegal .menu .menu-item a {
	font-size: 13px;
	line-height: 20px;
	color: #676767;
}

.siteFooter .footerLegal .menu .menu-item a:hover {
	color: #00933B;
}

.siteFooter .footerBottom {
	padding-top: 30px;
	padding-bottom: 45px;
}

.siteFooter .footerBottom .footerBottomImg {
	display: flex;
	max-width: 100%;
}

.siteFooter .footerBottom .footerBottomImg img {
	width: 100%;
	box-sizing: border-box;
}

.footerNewsletter {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 50px;
	z-index: 1;
}

.footerNewsletter::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 140px;
	background-color: #f6f6f6;
	z-index: 1;
}

@media (max-width: 64rem) {
	.footerNewsletter::before {
		height: 306px;
	}
}

.footerNewsletter::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.3;
	z-index: -1;
}

.footerNewsletter h2 {
	color: #363636;
}

.footerNewsletter h2 span {
	color: #00933B;
}

.footerNewsletter .footerNewsletterBlock {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	position: relative;
	z-index: 2;
}

@media (max-width: 64rem) {
	.footerNewsletter .footerNewsletterBlock {
		grid-gap: 25px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.footerNewsletter .footerNewsletterBlock .newsletter-info {
	max-width: 495px;
	padding-bottom: 40px;
}

@media (max-width: 64rem) {
	.footerNewsletter .footerNewsletterBlock .newsletter-info {
		order: 2;
		text-align: center;
		padding-top: 15px;
	}
}

@media (max-width: 48rem) {
	.footerNewsletter .footerNewsletterBlock .newsletter-info {
		padding-bottom: 10px;
	}
}

.footerNewsletter .footerNewsletterBlock .newsletter-info .text {
	color: #363636;
	max-width: 470px;
	font-size: 17px;
}

@media (max-width: 64rem) {
	.footerNewsletter .footerNewsletterBlock .newsletter-info .text {
		color: #676767;
	}
}

.footerNewsletter .footerNewsletterBlock .newsletter-img {
	display: flex;
	max-width: 230px;
	margin-left: 50px;
}

@media (max-width: 64rem) {
	.footerNewsletter .footerNewsletterBlock .newsletter-img {
		display: none;
	}
}

@media (max-width: 48rem) {
	.footerNewsletter .footerNewsletterBlock .newsletter-img {
		max-width: 150px;
		margin-left: 0;
	}
}

.footerNewsletter .footerNewsletterBlock .newsletter-img-mob {
	display: none;
}

@media (max-width: 64rem) {
	.footerNewsletter .footerNewsletterBlock .newsletter-img-mob {
		display: flex;
		height: 256px;
		order: 1;
	}
}

.footerNewsletter .footerNewsletterBlock .newsletter-cta {
	margin-bottom: 40px;
}

@media (max-width: 64rem) {
	.footerNewsletter .footerNewsletterBlock .newsletter-cta {
		order: 3;
	}
}

.newsletter-code {
	max-width: 610px;
	margin: 0 auto;
}

.wpforms-container .wpforms-field-container .wpforms-field input {
	width: 100% !important;
	height: 70px !important;
	font-size: 20px !important;
	color: #676767 !important;
	background: #ffffff;
	border-radius: 3px !important;
	padding: 18px 20px !important;
	border: 1px solid #ccc !important;
}

.div.wpforms-container-full .wpforms-form .wpforms-field-label {
	margin-bottom: 10px !important;
}

.fixedbtn {
	position: fixed;
	top: 85%;
	right: 60px;
	z-index: 99;
	max-width: max-content;
	display: flex;
	align-items: center;
	grid-gap: 18px;
	background: #143e74;
	box-shadow: 0px 6px 17px #11165280;
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 20px;
}

@media (max-width: 48rem) {
	.fixedbtn {
		right: 15px;
		top: 90%;
	}
}

.fixedbtn:hover {
	color: #fff;
	opacity: 0.8;
}

.topslider {
	position: relative;
}

.topslider h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 54px;
	color: #ffffff;
}

@media (max-width: 48rem) {
	.topslider h2 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 16px;
	}
}

.topslider .swiper-pagination-bullets {
	display: flex;
	flex-direction: column;
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
	padding-right: calc((100vw - $container) / 2);
}

@media (max-width: 48rem) {
	.topslider .swiper-pagination-bullets {
		flex-direction: row;
		grid-gap: 20px;
		height: 17px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		justify-content: center;
		margin-bottom: 40px;
	}
}

.topslider .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #ffffff;
	margin-top: 0;
	margin-bottom: 35px;
	opacity: 1;
}

.topslider .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-bottom: 0;
}

.topslider .swiper-pagination-bullets .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.topslider .swiper-pagination-bullets .swiper-pagination-bullet-active {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.topslider .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
	width: 24px;
	height: 24px;
	border-color: #ffffff;
}

.topsliderBlock {
	max-height: 620px;
	overflow: hidden;
}

@media (max-width: 48rem) {
	.topsliderBlock {
		max-height: 450px;
	}
}

.topsliderBlock .topsliderItem {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

@media (max-width: 48rem) {
	.topsliderBlock .topsliderItem {
		min-height: 450px;
	}
}

.topsliderBlock .topsliderItemBackground {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.topsliderBlock .topsliderItemBackgroundImage {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.topsliderBlock .topsliderItemBackgroundImage img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 31.25rem) {
	.topsliderBlock .topsliderItemBackgroundImagePC {
		display: none;
	}
}

@media (min-width: 31.25rem) {
	.topsliderBlock .topsliderItemBackgroundImageMob {
		display: none;
	}
}

.topsliderBlock .topsliderItemBackgroundColor {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.topsliderBlock .topsliderItem .sliderContent {
	max-width: 800px;
	padding-left: calc((100vw - 1300px) / 2);
	padding-top: 160px;
	padding-bottom: 217px;
}

@media (max-width: 1300px) {
	.topsliderBlock .topsliderItem .sliderContent {
		padding-left: 50px;
	}
}

@media (min-width: 1700px) {
	.topsliderBlock .topsliderItem .sliderContent {
		padding-left: calc((100vw - 1620px) / 2);
	}
}

@media (max-width: 48rem) {
	.topsliderBlock .topsliderItem .sliderContent {
		padding-top: 113px;
		padding-bottom: 100px;
		padding-right: 20px;
		padding-left: 20px;
	}
}

.topsliderBlock .topsliderItemSubtitle {
	max-width: max-content;
	display: flex;
	font-family: RockSalt, sans-serif;
	font-size: 20px;
	color: #ffffff;
	transform: matrix(0.99, -0.12, 0.12, 0.99, 0, 0);
	margin-left: -35px;
	margin-bottom: 7px;
}

@media (max-width: 48rem) {
	.topsliderBlock .topsliderItemSubtitle {
		font-size: 14px;
		transform: none;
		margin-bottom: 16px;
		margin-left: 0;
	}
}

.topsliderBlock .topsliderItemText {
	max-width: 418px;
}

.topsliderBlock .topsliderItemText p {
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

@media (max-width: 48rem) {
	.topsliderBlock .topsliderItemText p {
		font-size: 16px;
		line-height: 24px;
	}
}

.teasers {
	background: #efefef;
	padding: 50px 0 35px 0;
}

@media (max-width: 48rem) {
	.teasers {
		padding-top: 40px;
		padding-bottom: 20px;
	}
}

.teasersBlock {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 64rem) {
	.teasersBlock {
		flex-direction: column;
		align-items: center;
	}
}

.teasersBlock .teasersList {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 60px;
}

@media (max-width: 48rem) {
	.teasersBlock .teasersList {
		grid-gap: 24px;
	}
}

.teasersBlock .teasersList .teasersListItem {
	max-width: 300px;
}

.teasersBlock .teasersList .teasersListItem .teasersListItemText {
	margin-bottom: 20px;
}

@media (max-width: 48rem) {
	.teasersBlock .teasersList .teasersListItem .teasersListItemText {
		margin-bottom: 16px;
	}
}

.teasersBlock .teasersProduct {
	display: flex;
	align-items: flex-end;
	grid-gap: 25px;
	width: 40%;
}

@media (max-width: 64rem) {
	.teasersBlock .teasersProduct {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
}

.teasersBlock .teasersProduct .teasersProductImg {
	margin-top: -110px;
	z-index: 2;
}

@media (max-width: 64rem) {
	.teasersBlock .teasersProduct .teasersProductImg {
		margin-top: 50px;
	}
}

@media (max-width: 48rem) {
	.teasersBlock .teasersProduct .teasersProductImg {
		max-width: 100%;
	}
}

.teasersBlock .teasersProduct .teasersProductInfo {
	padding-bottom: 25px;
}

@media (max-width: 48rem) {
	.teasersBlock .teasersProduct .teasersProductInfo {
		width: 100%;
	}
}

.textimg {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (max-width: 48rem) {
	.textimg {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.textimg .textimgWrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	grid-gap: 65px;
	padding-left: 100px;
}

@media (max-width: 64rem) {
	.textimg .textimgWrap {
		padding-left: 0;
		grid-gap: 25px;
	}
}

@media (max-width: 31.25rem) {
	.textimg .textimgWrap {
		grid-template-columns: 100%;
		padding-left: 0;
		grid-gap: 25px;
	}
}

@media (max-width: 31.25rem) {
	.textimg .textimgWrap .textimgContent {
		order: 2;
		margin-top: 30px;
	}
}

.textimg .textimgWrap .textimgTitle,
.textimg .textimgWrap .textimgText {
	max-width: 485px;
}

.textimg .textimgWrap .textimgTitle ul,
.textimg .textimgWrap .textimgText ul {
	margin-left: unset;
}

.textimg .textimgWrap .textimgTitle {
	margin-top: 30px;
	hyphens: auto;
	-webkit-hyphens: auto;
}

@media (max-width: 48rem) {
	.textimg .textimgWrap .textimgTitle {
		margin-top: 0;
		margin-bottom: 16px;
	}
}

.textimg .textimgWrap .textimgMedia {
	max-width: max-content;
	position: relative;
}

@media (max-width: 64rem) {
	.textimg .textimgWrap .textimgMedia {
		display: flex;
		justify-content: center;
		margin: auto;
	}
}

.textimg .textimgWrap .textimgMedia .center-img,
.textimg .textimgWrap .textimgMedia .icon1,
.textimg .textimgWrap .textimgMedia .icon2 {
	display: flex;
}

@media (max-width: 48rem) {
	.textimg .textimgWrap .textimgMedia .center-img {
		max-width: 250px;
	}
}

.textimg .textimgWrap .textimgMedia .icon1 {
	position: absolute;
	left: -55px;
	bottom: -30px;
}

@media (max-width: 48rem) {
	.textimg .textimgWrap .textimgMedia .icon1 {
		left: -45px;
		bottom: -25px;
		max-width: 100px;
	}
}

.textimg .textimgWrap .textimgMedia .icon2 {
	position: absolute;
	right: -27px;
	top: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 73px;
	height: 73px;
	background: #00933b;
}

@media (max-width: 48rem) {
	.textimg .textimgWrap .textimgMedia .icon2 {
		width: 47px;
		height: 47px;
	}
}

.textimg .textimgWrap .textimgMedia .icon2 img {
	max-width: 44px;
}

@media (max-width: 48rem) {
	.textimg .textimgWrap .textimgMedia .icon2 img {
		max-width: 27px;
	}
}

.textimg.left {
	background-color: #f7f7f7;
	padding-bottom: 40px;
}

@media (max-width: 48rem) {
	.textimg.left {
		padding-bottom: 20px;
	}
}

.textimg.left .textimgWrap .textimgMedia .icon2 {
	right: auto;
	left: -20px;
	top: -20px;
}

.textimg.left .textimgWrap .textimgContent {
	margin-left: -50px;
}

@media (max-width: 64rem) {
	.textimg.left .textimgWrap .textimgContent {
		margin-left: 0px;
	}
}

@media (max-width: 48rem) {
	.textimg.left .textimgWrap .textimgContent {
		margin-left: 0;
		margin-top: 60px;
	}
}

.textimg .small-text {
	max-width: 205px;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #fff;
	background-color: #00933B;
	border: 8px solid #f7f7f7;
	position: absolute;
	right: -50px;
	bottom: -60px;
	padding: 30px;
}

@media (max-width: 48rem) {
	.textimg .small-text {
		max-width: 180px;
		padding: 16px;
	}
}

.textimg .arrow-link {
	margin-top: 50px;
}

.testimonials {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 80px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

@media (max-width: 48rem) {
	.testimonials {
		padding-top: 40px;
		padding-bottom: 20px;
	}
}

.testimonials::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(transparent, #f6f6f6);
}

.testimonials::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.5;
	z-index: -1;
}

@media (max-width: 48rem) {
	.testimonials .testimonialsTitle {
		max-width: 280px;
		margin: 0 auto 24px auto;
	}
}

.testimonials .testimonialsTitle,
.testimonials .testimonialsSubtitle {
	text-align: center;
}

.testimonials .swiper-button-next {
	right: 33%;
	left: auto;
}

@media (max-width: 1300px) {
	.testimonials .swiper-button-next {
		right: 25%;
	}
}

@media (max-width: 48rem) {
	.testimonials .swiper-button-next {
		right: 5%;
	}
}

.testimonials .swiper-button-prev {
	left: 33%;
	right: auto;
}

@media (max-width: 1300px) {
	.testimonials .swiper-button-prev {
		left: 25%;
	}
}

@media (max-width: 48rem) {
	.testimonials .swiper-button-prev {
		left: 5%;
	}
}

.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
	width: 17px;
	height: 29px;
	top: 57%;
}

@media (max-width: 48rem) {
	.testimonials .swiper-button-next,
	.testimonials .swiper-button-prev {
		width: 10px;
		height: 18px;
	}
}

.testimonials .swiper-button-next::after,
.testimonials .swiper-button-prev::after {
	display: none;
}

.testimonials .swiper-pagination {
	position: relative;
}

@media (max-width: 48rem) {
	.testimonials .swiper-pagination {
		bottom: 40px !important;
	}
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #00933B;
	opacity: 1;
	margin-right: 8px;
}

.testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 24px;
	height: 7px;
	border-radius: 6px;
}

.testimonialsList.swiper {
	padding-top: 100px;
	padding-bottom: 70px;
}

@media (max-width: 48rem) {
	.testimonialsList.swiper {
		padding-top: 60px;
	}
}

.testimonialsListItem {
	display: flex;
	flex-direction: column;
	max-width: max-content;
	background-color: #ffffff;
	text-align: center;
	padding: 40px;
	margin: auto;
	opacity: 0.5;
	box-shadow: 0px 33px 46px #00000033;
	margin-top: -60px;
}

@media (max-width: 48rem) {
	.testimonialsListItem {
		box-shadow: none;
		margin-top: 0;
		padding: 24px 29px;
		max-width: 60%;
		box-shadow: 0px 33px 46px #a6a6a6;
	}
}

.testimonialsListItem.swiper-slide-active {
	opacity: 1;
	margin-top: 0;
}

.testimonialsListItem .testimonialsListItemPhoto {
	display: flex;
	justify-content: center;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	border: 8px solid #ffffff;
	margin: -90px auto 13px auto;
}

.testimonialsListItem .testimonialsListItemPhoto img {
	width: 100%;
	object-fit: cover;
}

.testimonialsListItem span.quotes {
	display: block;
	font-size: 60px;
	line-height: 60px;
	color: #363636;
	margin-bottom: -20px;
}

.testimonialsListItem .testimonialsListItemComp {
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	color: #00933B;
	margin-bottom: 11px;
}

.testimonialsListItem .testimonialsListItemText {
	max-width: 308px;
	font-size: 15px;
	line-height: 20px;
	margin: 0 auto 40px auto;
}

.testimonialsListItem .testimonialsListItemName {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #363636;
	position: relative;
	padding-top: 15px;
}

.testimonialsListItem .testimonialsListItemName::before {
	content: "";
	width: 20px;
	height: 2px;
	background: #00933B;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.testimonialsListItem .testimonialsListItemName strong {
	font-size: 13px;
	font-weight: 700;
}

.latestposts {
	padding-top: 120px;
	padding-bottom: 60px;
}

@media (max-width: 48rem) {
	.latestposts {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.latestpostsBlock {
	display: flex;
}

@media (max-width: 48rem) {
	.latestpostsBlock {
		flex-direction: column;
	}
}

.latestpostsBlock .latestpostsBlockIntro {
	min-width: 270px;
	margin-right: 40px;
}

@media (max-width: 48rem) {
	.latestpostsBlock .latestpostsBlockIntro {
		margin-bottom: 32px;
	}
}

.latestpostsBlock .latestpostsBlockIntro .latestpostsTitle {
	margin-bottom: 16px;
}

@media (max-width: 48rem) {
	.latestpostsBlock .latestpostsBlockIntro .latestpostsTitle br {
		display: none;
	}
}

.latestpostsBlock .latestpostsBlockList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 37px;
}

@media (max-width: 64rem) {
	.latestpostsBlock .latestpostsBlockList {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 48rem) {
	.latestpostsBlock .latestpostsBlockList {
		grid-template-columns: 100%;
		grid-gap: 24px;
	}
}

.latestpostsBlock .latestpostsBlockList .latestpostsBlockListItem .date {
	font-size: 15px;
	line-height: 20px;
	color: #00933B;
	font-weight: 700;
	margin-bottom: 5px;
}

.latestpostsBlock .latestpostsBlockList .latestpostsBlockListItem .name {
	margin-bottom: 15px;
}

.latestpostsBlock .latestpostsBlockList .latestpostsBlockListItem .excerpt {
	margin-bottom: 30px;
}

@media (max-width: 48rem) {
	.latestpostsBlock .latestpostsBlockList .latestpostsBlockListItem .excerpt {
		margin-bottom: 16px;
	}
}

.galleryBlock {
	display: flex;
	grid-gap: 150px;
	padding-top: 60px;
	padding-bottom: 100px;
	position: relative;
}

@media (max-width: 64rem) {
	.galleryBlock {
		padding-left: 20px;
		padding-top: 30px;
	}
}

@media (max-width: 48rem) {
	.galleryBlock {
		max-width: 100vw;
		flex-direction: column;
		grid-gap: 24px;
	}
}

.galleryBlock .galleryBlockIntro {
	min-width: 270px;
}

.galleryBlock .galleryTitle {
	margin-bottom: 50px;
}

@media (max-width: 48rem) {
	.galleryBlock .galleryTitle {
		max-width: 210px;
		margin-bottom: 16px;
	}
}

.galleryBlock .galleryBlockList {
	max-width: 1000px;
}

@media (max-width: 48rem) {
	.galleryBlock .galleryBlockList {
		max-width: 100%;
	}
}

.galleryBlock .galleryBlockListItem {
	max-width: 190px;
}

@media (max-width: 48rem) {
	.galleryBlock .galleryBlockListItem {
		max-width: 130px;
	}
}

.galleryBlock .galleryBlockListItem img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}

.galleryBlock .swiper-container {
	overflow-x: hidden;
	overflow-y: hidden;
}

.galleryBlock .swiper-pagination {
	right: 60px;
	bottom: 40px !important;
	display: flex;
}

@media (max-width: 48rem) {
	.galleryBlock .swiper-pagination {
		right: 20px;
		bottom: -70px !important;
		width: 100% !important;
	}
}

.galleryBlock .swiper-pagination .swiper-pagination-bullet {
	width: 50px;
	margin-left: 10px;
	height: 5px;
	background: #51c781;
	border-radius: 0;
	opacity: 1;
	transform: scale(1) !important;
}

@media (max-width: 48rem) {
	.galleryBlock .swiper-pagination .swiper-pagination-bullet {
		width: 30px;
	}
}

.galleryBlock .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #00933B;
}

.search_partner {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
}

@media (max-width: 48rem) {
	.search_partner {
		padding: 40px 0;
	}
}

.search_partner .search_partnerBlock {
	max-width: 1024px;
	display: grid;
	grid-template-columns: 0.6fr 1fr;
	align-items: center;
	background-color: #ffffff;
	border-radius: 25px;
	padding: 20px;
	margin: auto;
}

@media (max-width: 64rem) {
	.search_partner .search_partnerBlock {
		grid-template-columns: 100%;
		grid-gap: 30px;
	}
}

.search_partner .search_partnerBlock .search_partnerIntro {
	display: flex;
	grid-gap: 20px;
	align-items: center;
	padding-left: 30px;
}

@media (max-width: 48rem) {
	.search_partner .search_partnerBlock .search_partnerIntro {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		grid-gap: 8px;
		text-align: center;
		padding-left: 0;
	}
}

.search_partner .search_partnerBlock .search_partnerIntro .icon {
	display: flex;
	margin-right: 10px;
}

.search_partner .search_partnerBlock .search_partnerIntro .title {
	max-width: 245px;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0;
}

@media (max-width: 48rem) {
	.search_partner .search_partnerBlock .search_partnerIntro .title {
		font-size: 24px;
	}
}

.search_partner .search_partnerBlock .search_partnerForm {
	display: flex;
	justify-content: flex-end;
	border-left: 1px solid #707070;
}

@media (max-width: 64rem) {
	.search_partner .search_partnerBlock .search_partnerForm {
		border: 0;
	}
}

.search_partner .search_partnerBlock .search_partnerForm .formfields {
	display: flex;
	flex-direction: column;
}

.search_partner .search_partnerBlock .search_partnerForm form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-gap: 30px;
	padding-left: 70px;
}

@media (max-width: 64rem) {
	.search_partner .search_partnerBlock .search_partnerForm form {
		padding-left: 30px;
	}
}

@media (max-width: 48rem) {
	.search_partner .search_partnerBlock .search_partnerForm form {
		padding-left: 0;
		justify-content: center;
		text-align: center;
	}
}

.search_partner .search_partnerBlock .search_partnerForm form label {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #363636;
	margin-bottom: 5px;
}

@media (max-width: 48rem) {
	.search_partner .search_partnerBlock .search_partnerForm form label {
		margin-bottom: 18px;
	}
}

.search_partner .search_partnerBlock .search_partnerForm form input[type="text"] {
	border: 0;
	font-size: 20px;
	color: #989898;
	padding: 0;
}

@media (max-width: 48rem) {
	.search_partner .search_partnerBlock .search_partnerForm form input[type="text"] {
		font-size: 18px;
		border-bottom: 2px solid #d9d9d9;
		padding-bottom: 18px;
	}
}

.search_partner .search_partnerBlock .search_partnerForm form input[type="text"]:focus {
	outline: none;
	border: 0;
}

.search_partner .search_partnerBlock .search_partnerForm form button {
	cursor: pointer;
}

.search_partnerList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0 35px;
}

@media (max-width: 64rem) {
	.search_partnerList {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 48rem) {
	.search_partnerList {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.search_partnerList {
		grid-template-columns: repeat(1, 1fr);
	}
}

.search_partnerList .partnersContItemInfo {
	margin-top: 40px;
}

.search_partnerList.loading {
	opacity: 0.5;
}

.search_partnerList .resultsTitle {
	text-align: center;
	grid-column: span 4;
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
}

/* Products */
.single-product .siteHeader {
	box-shadow: 0px 13px 20px #0000001a;
}

.productIntro {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.productIntro h1.title {
	font-size: 40px;
	line-height: 54px;
	font-weight: 700;
	color: #363636;
	margin-top: 20px;
	margin-bottom: 37px;
}

@media (max-width: 48rem) {
	.productIntro h1.title {
		font-size: 28px;
		line-height: 34px;
		margin-top: 0;
		margin-bottom: 16px;
	}
}

.productIntro .text {
	max-width: 446px;
}

.productIntro .text p {
	font-size: 18px;
	line-height: 24px;
	color: #676767;
}

@media (max-width: 48rem) {
	.productIntro .text p {
		font-size: 15px;
		line-height: 20px;
	}
}

.productIntroWrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 200px;
	align-items: center;
}

@media (max-width: 1150px) {
	.productIntroWrap {
		grid-gap: 50px;
	}
}

@media (max-width: 48rem) {
	.productIntroWrap {
		grid-template-columns: 100%;
		grid-gap: 25px;
	}
}

.text_list {
	padding: 100px 0 30px 0;
}

@media (max-width: 48rem) {
	.text_list {
		padding: 50px 0 15px 0;
	}
}

.text_list .text_listTitle {
	font-size: 36px;
	line-height: 49px;
	font-weight: 700;
	margin-bottom: 34px;
}

@media (max-width: 48rem) {
	.text_list .text_listTitle {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}
}

.text_list .text_listWrap {
	display: flex;
	justify-content: space-between;
	grid-gap: 50px;
}

@media (max-width: 48rem) {
	.text_list .text_listWrap {
		flex-direction: column;
		grid-gap: 30px;
	}
}

.text_list .text_listWrap .text {
	max-width: 540px;
}

.text_list .text_listWrap .list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 50px;
}

@media (max-width: 48rem) {
	.text_list .text_listWrap .list {
		grid-template-columns: 100%;
	}
}

.text_list .text_listWrap .list .listItem {
	max-width: 300px;
}

.list .listItem {
	display: grid;
	grid-template-columns: 21px 1fr;
	align-items: flex-start;
	grid-gap: 12px;
	font-size: 15px;
	line-height: 18px;
	color: #363636;
	margin-bottom: 20px;
}

.list .listItem .listicon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #9bc7c64d;
}

.list .listItem .listicon img {
	width: 11px;
	height: 8px;
	box-sizing: border-box;
}

.tabs {
	position: relative;
	padding-top: 87px;
	padding-bottom: 53px;
}

@media (max-width: 64rem) {
	.tabs {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.tabs .tabsNavigation {
	max-width: 1024px;
	display: flex;
	justify-content: center;
	background: #fff;
	border-radius: 25px;
	padding: 12px 16px;
	margin: auto;
}

@media (max-width: 64rem) {
	.tabs .tabsNavigation {
		grid-template-columns: 100%;
		flex-direction: column;
	}
}

.tabs .tabsNavigation .tabsNavigationItem {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #363636;
	font-weight: 700;
	border-radius: 20px;
	padding: 27px 46px;
	margin-bottom: 0;
	width: calc(100% / 3);
	cursor: pointer;
}

@media (max-width: 64rem) {
	.tabs .tabsNavigation .tabsNavigationItem {
		width: 100%;
	}
}

.tabs .tabsNavigation .tabsNavigationItem:hover {
	color: #00933b;
}

.tabs .tabsNavigation .tabsNavigationItem.active {
	color: #fff;
	background: #00933b;
}

.tabs .tabsNavigation .tabsNavigationItem.active:hover {
	color: #fff;
}

.tabs .tabsContent {
	padding-top: 63px;
	margin: auto;
}

@media (max-width: 64rem) {
	.tabs .tabsContent {
		padding-top: 30px;
	}
}

.tabs .tabsContentItem {
	display: none;
}

.tabs .tabsContentItem:first-child {
	display: block;
}

.tabs .tabsContentItemText {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 58px;
}

@media (max-width: 64rem) {
	.tabs .tabsContentItemText {
		grid-template-columns: 100%;
		grid-gap: 0;
	}
}

.tabs .tabsliderWrap {
	position: relative;
	padding-bottom: 53px;
}

@media (max-width: 64rem) {
	.tabs .tabsliderWrap {
		padding-bottom: 25px;
	}
}

.tabs .tabsliderWrap::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 500px;
	left: 0;
	bottom: 0;
	background: url(img/product-bg.jpg) no-repeat;
	background-size: cover;
	opacity: 0.5;
}

@media (max-width: 64rem) {
	.tabs .tabsliderWrap::after {
		height: 400px;
	}
}

.tabs .tabsContentItemSlider {
	max-width: 1135px;
	margin: 57px auto 0 auto;
}

.tabs .tabsContentItemSlider .tabsliderItem {
	max-width: 370px;
	text-align: center;
}

.tabs .tabsContentItemSlider .tabsliderItem .tabsliderItemContent {
	opacity: 0;
	pointer-events: none;
}

.tabs .tabsContentItemSlider .tabsliderItem .tabsliderItemSubtitle {
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	color: #00933B;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.tabs .tabsContentItemSlider .tabsliderItem .tabsliderItemTitle {
	font-size: 36px;
	line-height: 49px;
	color: #363636;
	font-weight: 700;
	margin-bottom: 13px;
}

@media (max-width: 64rem) {
	.tabs .tabsContentItemSlider .tabsliderItem .tabsliderItemTitle {
		font-size: 24px;
		line-height: 34px;
	}
}

.tabs .tabsContentItemSlider .tabsliderItem .tabsliderItemLink {
	max-width: max-content;
	font-size: 15px;
	margin-top: 20px;
	padding: 16px 36px;
}

.tabs .tabsContentItemSlider .tabsliderItem .tabsliderItemImg {
	max-width: 160px;
	opacity: 0.6;
	margin: 0 auto 30px auto;
}

.tabs .tabsContentItemSlider .tabsliderItem.swiper-slide-active .tabsliderItemContent {
	opacity: 1;
	pointer-events: all;
}

.tabs .tabsContentItemSlider .tabsliderItem.swiper-slide-active .tabsliderItemImg {
	max-width: 210px;
	opacity: 1;
}

@media (max-width: 64rem) {
	.tabs .tabsContentItemSlider .tabsliderItem.swiper-slide-active .tabsliderItemImg {
		max-width: 170px;
	}
}

.tabs .tabsContentItemSlider .swiper-button-next,
.tabs .tabsContentItemSlider .swiper-button-prev {
	top: 20%;
}

.tabs .tabsContentItemSlider .swiper-button-next::after,
.tabs .tabsContentItemSlider .swiper-button-prev::after {
	content: none;
}

.tabs .tabsContentItemSlider .swiper-button-prev {
	left: 0;
}

@media (max-width: 64rem) {
	.tabs .tabsContentItemSlider .swiper-button-prev {
		left: 25%;
	}
}

@media (max-width: 48rem) {
	.tabs .tabsContentItemSlider .swiper-button-prev {
		left: 10px;
	}
}

.tabs .tabsContentItemSlider .swiper-button-next {
	right: 0;
}

@media (max-width: 64rem) {
	.tabs .tabsContentItemSlider .swiper-button-next {
		right: 25%;
	}
}

@media (max-width: 48rem) {
	.tabs .tabsContentItemSlider .swiper-button-next {
		right: 10px;
	}
}

.tabs .tabsContentItemSlider.slider-products .tabsliderItem {
	max-width: 800px;
}

.tabs .tabsContentItemSlider.slider-products .tabsliderItem h3 {
	font-size: 24px;
	line-height: 30px;
	color: #363636;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

.tabs .tabsContentItemSlider.slider-products .tabsliderItem ul {
	margin: 0;
	padding: 0;
}

.tabs .tabsContentItemSlider.slider-products .tabsliderItem ul li {
	text-align: left;
}

.tabs .tabsContentItemSlider.slider-products .tabsliderItem table tbody tr td {
	text-align: left;
}

.tabs .tabsContentItemSlider.slider-products .productGalleryItem {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 55%;
	background-color: #ffffff;
	aspect-ratio: 1/1;
	padding: 7px;
	margin: 15px auto 20px auto;
}

.tabs .tabsContentItemSlider.slider-products .productGalleryItem img {
	width: 100%;
	object-fit: contain;
	aspect-ratio: 1 / 1;
}

.tabs .tabsContentItemSlider.slider-products .productGalleryItem.productTopMediaVideo .video-img {
	width: 100%;
	position: relative;
	padding: 50px;
}

.tabs .tabsContentItemSlider.slider-products .productGalleryItem.productTopMediaVideo .video-img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #143e74;
	mix-blend-mode: multiply;
	opacity: 0.9;
}

.tabs .tabsContentItemSlider.slider-products .product-desc {
	display: none;
}

.intro {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 154px 0;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

@media (max-width: 48rem) {
	.intro {
		padding: 70px 0;
		margin-bottom: 25px;
	}
}

.intro::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #143e74;
	opacity: 0.7;
	z-index: -1;
}

.intro .introTitle {
	text-align: center;
}

.intro .introText {
	max-width: 770px;
	margin: auto;
}

.intro .introText p {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

@media (max-width: 48rem) {
	.intro .introText p {
		font-size: 15px;
	}
}

.intro .introText p:last-child {
	margin-bottom: 0;
}

.url_list {
	padding: 50px 0;
}

@media (max-width: 48rem) {
	.url_list {
		padding: 25px 0;
	}
}

.url_list .url_listWrapItem {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 30px;
}

@media (max-width: 48rem) {
	.url_list .url_listWrapItem {
		flex-direction: column;
		align-items: flex-start;
		padding: 15px 20px;
	}
}

.url_list .url_listWrapItem:nth-child(odd) {
	background-color: #ffffff;
}

.url_list .url_listWrapItem .name {
	font-size: 20px;
	line-height: 30px;
	color: #363636;
	font-weight: bold;
}

@media (max-width: 48rem) {
	.url_list .url_listWrapItem .name {
		font-size: 17px;
		line-height: 25px;
	}
}

@media (max-width: 48rem) {
	.url_list .url_listWrapItem .arrow-link {
		margin-top: 10px;
	}
}

.banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 72px 0 110px 0;
	margin: 50px 0;
	position: relative;
	z-index: 1;
}

@media (max-width: 48rem) {
	.banner {
		margin: 25px 0;
		padding: 40px 0 60px 0;
	}
}

.banner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #143e74;
	opacity: 0.7;
	z-index: -1;
}

.banner .bannerIcon {
	display: flex;
	max-width: 94px;
	justify-content: center;
	margin: 0 auto 50px auto;
}

@media (max-width: 48rem) {
	.banner .bannerIcon {
		margin-bottom: 25px;
	}
}

.banner .bannerTitle {
	font-size: 32px;
	line-height: 43px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
}

@media (max-width: 48rem) {
	.banner .bannerTitle {
		font-size: 26px;
		line-height: 36px;
	}
}

.banner .bannerText {
	margin-bottom: 50px;
}

.banner .bannerText p {
	color: #ffffff;
}

.banner .arrow-link {
	color: #ffffff;
	margin: auto;
}

.banner .arrow-link::after {
	background: url(img/link-arrow-white.svg) no-repeat;
	background-position: center;
}

.productTop {
	padding: 94px 0 63px 0;
}

@media (max-width: 48rem) {
	.productTop {
		padding: 50px 0;
	}
}

.productTop .productTopWrap {
	display: grid;
	grid-template-columns: 1fr 1.111111111fr;
	grid-gap: 112px;
}

@media (max-width: 48rem) {
	.productTop .productTopWrap {
		grid-template-columns: 100%;
		grid-gap: 0px;
	}
}

.productTop .productTopWrap .title-mob {
	display: none;
}

@media (max-width: 48rem) {
	.productTop .productTopWrap .title-mob {
		font-size: 28px;
		line-height: 34px;
		color: #363636;
		font-weight: normal;
		display: block;
		margin-bottom: 30px;
	}
}

.productTop .productTopWrap .subtitle-mob {
	display: none;
}

@media (max-width: 48rem) {
	.productTop .productTopWrap .subtitle-mob {
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		color: #363636;
		display: block;
	}
}

.productTop .productTopMedia {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 16px;
}

@media (max-width: 48rem) {
	.productTop .productTopMedia {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 10px;
		margin-bottom: 35px;
	}
}

.productTop .productTopMedia .productGalleryItem {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 90px;
	background-color: #ffffff;
	aspect-ratio: 1 / 1;
	padding: 7px;
}

.productTop .productTopMedia .productGalleryItem:first-child {
	max-width: 100%;
	grid-column: span 6;
	padding: 0;
}

@media (max-width: 48rem) {
	.productTop .productTopMedia .productGalleryItem:first-child {
		grid-column: span 4;
		padding: 0;
	}
}

.productTop .productTopMedia .productGalleryItem img {
	width: 100%;
	object-fit: contain;
	aspect-ratio: 1 / 1;
}

.productTop .productTopMedia .productGalleryItem.productTopMediaVideo .video-img {
	width: 100%;
	position: relative;
	padding: 50px;
}

.productTop .productTopMedia .productGalleryItem.productTopMediaVideo .video-img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #143e74;
	mix-blend-mode: multiply;
	opacity: 0.9;
}

.productTop .productTopContent .subtitle {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #363636;
	margin-bottom: 8px;
}

@media (max-width: 48rem) {
	.productTop .productTopContent .subtitle {
		display: none;
	}
}

.productTop .productTopContent .title {
	font-size: 36px;
	line-height: 46px;
	color: #363636;
	font-weight: normal;
	margin-bottom: 19px;
}

@media (max-width: 48rem) {
	.productTop .productTopContent .title {
		display: none;
	}
}

.productTop .productTopContent .article {
	font-size: 13px;
	line-height: 18px;
	color: #676767;
	font-weight: bold;
	margin-bottom: 50px;
}

@media (max-width: 48rem) {
	.productTop .productTopContent .article {
		margin-bottom: 30px;
	}
}

.productTop .productTopContent .text ul {
	margin: 0 0 30px 15px;
	padding: 0;
}

.productTop .productTopContent .text ul li {
	margin-bottom: 14px;
}

@media (max-width: 48rem) {
	.productTop .productTopContent .text ul li {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 10px;
	}
}

.productTop .productTopContent .text ul li:last-child {
	margin-bottom: 0;
}

.productTop .productTopContent .text p,
.productTop .productTopContent .text li {
	font-size: 18px;
	line-height: 26px;
	color: #676767;
}

.productTop .productTopContent .bold-text {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #363636;
	margin-top: 90px;
	margin-bottom: 30px;
}

@media (max-width: 48rem) {
	.productTop .productTopContent .bold-text {
		font-size: 17px;
		margin-top: 50px;
		margin-bottom: 20px;
	}
}

.video-play {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.video-play .video-play-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-bottom: 14px;
}

.video-play .video-play-img img {
	width: 21px;
	height: 25px;
	margin-left: 3px;
}

.video-play span {
	color: #ffffff;
}

.productInfo {
	background-color: #ffffff;
	padding: 60px 0 70px 0;
}

@media (max-width: 48rem) {
	.productInfo {
		padding: 40px 0;
	}
}

.productInfo .tabsNav {
	display: flex;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 55px;
}

@media (max-width: 48rem) {
	.productInfo .tabsNav {
		overflow-x: scroll;
		margin-bottom: 35px;
		border-bottom: none;
	}
}

.productInfo .tabsNav::-webkit-scrollbar {
	display: none;
}

.productInfo .tabsNav .swiper-button-prev {
	position: relative;
	left: 0;
	width: 20px;
	min-width: 20px;
	padding: 10px 0;
	display: none;
	top: 14px;
}

.productInfo .tabsNav .swiper-button-prev svg {
	width: 100%;
	height: 100%;
}

@media (max-width: 48rem) {
	.productInfo .tabsNav .swiper-button-prev {
		display: flex;
	}
}

.productInfo .tabsNav .swiper-button-next {
	position: relative;
	right: 0;
	width: 20px;
	min-width: 20px;
	padding: 10px 0;
	display: none;
	top: 14px;
}

.productInfo .tabsNav .swiper-button-next svg {
	width: 100%;
	height: 100%;
}

@media (max-width: 48rem) {
	.productInfo .tabsNav .swiper-button-next {
		display: flex;
	}
}

.productInfo .tabsNavContainer {
	width: 100%;
	display: flex;
}

.productInfo .tabsNav .tabsNavItem {
	font-size: 24px;
	line-height: 30px;
	color: #676767;
	margin-right: 60px;
	padding-bottom: 10px;
	width: max-content;
	cursor: pointer;
}

@media (max-width: 48rem) {
	.productInfo .tabsNav .tabsNavItem {
		font-size: 17px;
		line-height: 25px;
		margin-right: 30px;
	}
}

.productInfo .tabsNav .tabsNavItem:last-child {
	margin-right: 0;
}

.productInfo .tabsNav .tabsNavItem.active {
	color: #363636;
	font-weight: bold;
}

.productInfo .tabsCont .tabsContItem {
	display: none;
}

.productInfo .tabsCont .tabsContItem.active {
	display: flex;
}

.productInfo .tabsCont .tabsContItem.Iconslink {
	margin: -10px;
	flex-wrap: wrap;
}

.productInfo .tabsCont .tabsContItemIconlink {
	width: calc(100% / 6 - 20px);
	display: flex;
	flex-direction: column;
	max-width: 180px;
	min-width: 140px;
	position: relative;
	margin: 10px;
}

.productInfo .tabsCont .tabsContItemIconlinkImage {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	aspect-ratio: 1/1;
}

.productInfo .tabsCont .tabsContItemIconlinkImage img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.productInfo .tabsCont .tabsContItemIconlinkTitle {
	display: flex;
	justify-content: center;
	overflow: hidden;
	max-width: 100%;
	font-size: 18px;
	word-wrap: break-word;
	overflow-wrap: anywhere;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.productInfo .tabsCont .tabsContItemIconlinkUrl {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.productInfo .tabsCont .tabsContItem .tables-wrap table {
	height: fit-content !important;
}

.productInfo .tabsCont .tabsContItem ul {
	columns: 2;
	padding: 0;
	margin: 0 0 0 15px;
	margin-right: -20px;
}

@media (max-width: 48rem) {
	.productInfo .tabsCont .tabsContItem ul {
		columns: 1;
	}
}

.productInfo .tabsCont .tabsContItem ul li {
	margin-bottom: 16px;
	margin-right: 20px;
}

.contactform {
	padding: 70px 0 120px 0;
}

@media (max-width: 64rem) {
	.contactform {
		padding: 30px 0 50px 0;
	}
}

.contactform .contactformWrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 100px;
}

@media (max-width: 64rem) {
	.contactform .contactformWrap {
		grid-template-columns: 100%;
		grid-gap: 30px;
	}
}

.contactform .formSubmit {
	display: flex;
	justify-content: flex-end;
}

.contactform .formSubmit .wpcf7-spinner {
	display: none;
}

h2.contactformTitle {
	font-weight: normal;
	color: #363636;
	margin-bottom: 50px;
}

@media (max-width: 64rem) {
	h2.contactformTitle {
		margin-bottom: 30px;
	}
}

h2.contactformTitle span {
	font-weight: bold;
	color: #00933B;
}

form .formRow {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 28px;
}

@media (max-width: 64rem) {
	form .formRow {
		grid-template-columns: 100%;
		grid-gap: 0;
	}
}

form .formCol {
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
	margin-bottom: 36px;
}

@media (max-width: 64rem) {
	form .formCol {
		margin-bottom: 20px;
	}
}

form label {
	font-size: 15px;
	line-height: 20px;
	color: #363636;
	font-weight: bold;
}

.partners {
	padding: 120px 0 70px 0;
}

@media (max-width: 48rem) {
	.partners {
		padding: 50px 0 30px 0;
	}
}

.partners .partnersNav {
	display: flex;
	justify-content: space-between;
	grid-gap: 50px;
}

@media (max-width: 48rem) {
	.partners .partnersNav {
		flex-direction: column;
		grid-gap: 0;
	}
}

.partners .partnersNav .partnersNavItem {
	width: 100%;
	font-size: 20px;
	line-height: 27px;
	color: #363636;
	border-bottom: 1px solid #707070;
	padding-bottom: 10px;
	margin-bottom: 44px;
	cursor: pointer;
}

@media (max-width: 48rem) {
	.partners .partnersNav .partnersNavItem {
		margin-bottom: 30px;
	}
}

.partners .partnersNav .partnersNavItem.active {
	color: #00933B;
	font-weight: bold;
	border-bottom: 4px solid #00933b;
}

.partners .partnersContItem {
	display: none;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 16px;
}

@media (max-width: 64rem) {
	.partners .partnersContItem {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 48rem) {
	.partners .partnersContItem {
		grid-template-columns: repeat(1, 1fr);
	}
}

.partners .partnersContItem:first-child {
	display: grid;
}

.partnersContItemInfo {
	display: flex;
	flex-direction: column;
	max-width: max-content;
	background-color: #ffffff;
}

.partnersContItemInfo .partner-wrap {
	display: flex;
	flex-direction: column;
	padding: 25px 25px 30px 30px;
}

.partnersContItemInfo .partner-wrap-img {
	display: flex;
	margin-bottom: 5px;
}

.partnersContItemInfo .partner-wrap-img img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.partnersContItemInfo .partner-wrap-company {
	font-size: 15px;
	line-height: 26px;
	color: #00933B;
}

.partnersContItemInfo .partner-wrap-name {
	font-size: 20px;
	line-height: 26px;
	color: #363636;
	font-weight: 800;
	margin-bottom: 30px;
}

.partnersContItemInfo .partner-wrap-tel,
.partnersContItemInfo .partner-wrap-mail {
	font-size: 15px;
	line-height: 26px;
	color: #676767;
}

.partnersContItemInfo .partner-wrap-tel:hover,
.partnersContItemInfo .partner-wrap-mail:hover {
	color: #00933B;
}

.top_small {
	padding: 84px 0 61px 0;
	margin-bottom: 50px;
	position: relative;
}

@media (max-width: 48rem) {
	.top_small {
		padding: 50px 0 55px 0;
		margin-bottom: 30px;
	}
}

.top_small .top_smallTitle {
	font-size: 50px;
	line-height: 54px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}

@media (max-width: 48rem) {
	.top_small .top_smallTitle {
		font-size: 28px;
		line-height: 34px;
	}
}

.top_smallBackground {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.top_smallBackgroundImage {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.top_smallBackgroundImage img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.top_smallBackgroundColor {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.top_small.inblog, .top_small.bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.top_small.inblog::after, .top_small.bg-img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #143e74;
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.top_small.inblog::after {
	opacity: 0.7;
}

.texteditor {
	padding-top: 45px;
}

@media (max-width: 48rem) {
	.texteditor {
		padding-top: 20px;
	}
}

.texteditor h2 {
	color: #363636;
	font-weight: 600;
	margin-bottom: 53px;
}

@media (max-width: 48rem) {
	.texteditor h2 {
		margin-bottom: 35px;
	}
}

.texteditor h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	margin-top: 40px;
	margin-bottom: 15px;
}

@media (max-width: 48rem) {
	.texteditor h3 {
		margin-top: 30px;
	}
}

.blogContent {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 60px 30px;
	margin-top: 65px;
	padding-bottom: 50px;
}

@media (max-width: 64rem) {
	.blogContent {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 48rem) {
	.blogContent {
		grid-template-columns: 100%;
		margin-top: 40px;
		padding-bottom: 25px;
	}
}

.blogContent .blogContentItem {
	background: #ffffff;
	padding-bottom: 30px;
}

.blogContent .blogContentItem:hover {
	color: initial;
}

.blogContent .blogContentItemImg {
	display: flex;
	position: relative;
	margin-bottom: 30px;
}

.blogContent .blogContentItemImg img {
	width: 100%;
	aspect-ratio: 1 / 0.67;
	object-fit: cover;
	object-position: center;
}

.blogContent .blogContentItemMeta {
	font-size: 15px;
	line-height: 20px;
	color: #00933B;
	font-weight: 800;
	margin-bottom: 6px;
}

.blogContent .blogContentItemTitle {
	font-size: 26px;
	color: #363636;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 20px;
	hyphens: auto;
	-webkit-hyphens: auto;
}

@media (max-width: 48rem) {
	.blogContent .blogContentItemTitle {
		font-size: 22px;
		margin-bottom: 15px;
	}
}

.blogContent .blogContentItemExcerpt {
	margin-bottom: 30px;
}

@media (max-width: 48rem) {
	.blogContent .blogContentItemExcerpt {
		margin-bottom: 20px;
	}
}

.blogContent .blogContentItemMeta,
.blogContent .blogContentItemTitle,
.blogContent .blogContentItemExcerpt,
.blogContent .arrow-link {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 48rem) {
	.blogContent .blogContentItemMeta,
	.blogContent .blogContentItemTitle,
	.blogContent .blogContentItemExcerpt,
	.blogContent .arrow-link {
		padding-left: 20px;
		padding-right: 20px;
	}
}

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

@media (max-width: 64rem) {
	.events .blogContent {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 48rem) {
	.events .blogContent {
		grid-template-columns: 100%;
	}
}

.events .blogContent .post-img {
	display: flex;
}

.events .blogContent .post-sticker {
	position: absolute;
	left: 0;
	top: 22px;
	font-size: 15px;
	color: #ffffff;
	line-height: 20px;
	font-weight: 800;
	padding: 10px 15px;
	background: #00933bcc;
	border-radius: 0px 10px 10px 0px;
}

.pagination {
	display: flex;
	justify-content: center;
}

.single h1 {
	color: #363636;
}

.single .post-img .post-thumbnail {
	display: flex;
	margin-bottom: 20px;
}

.single .post-img .post-thumbnail img {
	width: 100%;
	aspect-ratio: 1 / 0.2;
	object-fit: cover;
	object-position: center;
}

.downloads {
	padding-top: 52px;
}

@media (max-width: 480px) {
	.downloads {
		padding-top: 20px;
	}
}

.downloads .swiper-button-next,
.downloads .swiper-button-prev {
	display: none;
}

@media (max-width: 480px) {
	.downloads .swiper-button-next,
	.downloads .swiper-button-prev {
		display: flex;
		justify-content: center;
		align-items: center;
		top: 46%;
		transform: translateY(-50%);
	}
}

@media (max-width: 480px) {
	.downloadsGroups {
		max-width: 265px;
		margin-bottom: 0px;
	}
}

.downloadsGroups .swiper-wrapper {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 20px;
	margin-bottom: 100px;
	box-sizing: border-box;
}

@media (max-width: 1230px) {
	.downloadsGroups .swiper-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 900px) {
	.downloadsGroups .swiper-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 48rem) {
	.downloadsGroups .swiper-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.downloadsGroups .swiper-wrapper {
		display: flex;
		grid-template-columns: 100%;
		grid-gap: 0;
		box-sizing: content-box;
	}
}

.downloadsGroups .downloadsGroupsItem {
	background: #143e740d;
	border: 1px solid transparent;
	padding: 40px 25px 20px 25px;
	min-width: 100%;
	cursor: pointer;
}

@media (max-width: 480px) {
	.downloadsGroups .downloadsGroupsItem {
		min-width: unset;
		padding: 25px 0;
	}
}

.downloadsGroups .downloadsGroupsItem:hover {
	border: 1px solid #143e74;
}

.downloadsGroups .downloadsGroupsItem input[type="checkbox"] {
	display: none;
}

.downloadsGroups .downloadsGroupsItem label {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 15px;
	line-height: 24px;
	color: #143e74;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.downloadsGroups .downloadsGroupsItem label img {
	max-width: 95px;
	margin: 0 auto 35px auto;
}

@media (max-width: 480px) {
	.downloadsGroups .downloadsGroupsItem label img {
		max-width: 50px;
		margin-bottom: 20px;
	}
}

.downloadsGroups .downloadsGroupsItem.active {
	background: #143e74;
	pointer-events: none;
}

.downloadsGroups .downloadsGroupsItem.active label {
	color: #ffffff;
}

.downloadsGroups .downloadsGroupsItem.active label img {
	filter: brightness(0) invert(1);
}

.downloadsList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 70px;
	position: relative;
	padding-bottom: 70px;
}

@media (max-width: 1230px) {
	.downloadsList {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	.downloadsList {
		grid-gap: 50px;
	}
}

@media (max-width: 48rem) {
	.downloadsList {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.downloadsList {
		grid-gap: 25px;
		margin-top: -70px;
		padding-bottom: 0;
	}
}

.downloadsList .downloadsListItem {
	display: flex;
	flex-direction: column;
	max-width: max-content;
	color: #363636;
	transform: scale(1);
}

@media (max-width: 480px) {
	.downloadsList .downloadsListItem {
		margin-bottom: 20px;
	}
}

.downloadsList .downloadsListItem .downloadsListItemImg {
	display: flex;
	border: 1px solid #888888;
	box-shadow: 4px 4px 6px #888888;
	margin-bottom: 20px;
}

.downloadsList .downloadsListItem .downloadsListItemImg img {
	width: 100%;
}

.downloadsList .downloadsListItem .downloadsListItemName {
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	margin-bottom: 16px;
}

@media (max-width: 480px) {
	.downloadsList .downloadsListItem .downloadsListItemName {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}

.downloadsList .downloadsListItem .downloadsListItemUrl {
	display: flex;
	align-items: center;
}

.downloadsList .downloadsListItem .downloadsListItemUrl img {
	width: 15px;
	height: 15px;
	margin-right: 9px;
}

.downloadsList .downloadsListItem .downloadsListItemUrl span {
	font-size: 13px;
	line-height: 18px;
	color: #143E74;
	font-weight: 800;
}

.downloadsList.loading .downloadsListItem {
	transform: scale(0);
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.search-results .siteHeader,
.search-no-results .siteHeader {
	box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.1);
}

.search-results .resultsTitle,
.search-no-results .resultsTitle {
	color: #363636;
	font-weight: 600;
}

.search-results .resultsTitle span,
.search-no-results .resultsTitle span {
	color: #00933B;
	font-weight: 800;
}

@media (max-width: 48rem) {
	.search-results .resultsTitle span,
	.search-no-results .resultsTitle span {
		font-size: 24px;
		line-height: 36px;
	}
}

.site-main.results {
	padding-top: 50px;
}

@media (max-width: 64rem) {
	.site-main.results {
		padding-top: 111px;
	}
}

@media (max-width: 48rem) {
	.site-main.results {
		padding-top: 75px;
		background-color: #fff;
	}
}

.resultsTitle span {
	color: #363636;
}

.resultsWrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 35px;
	margin-top: 75px;
	margin-bottom: 70px;
}

@media (max-width: 64rem) {
	.resultsWrap {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 48rem) {
	.resultsWrap {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

.resultsList {
	margin-top: 80px;
}

.resultsList article {
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-bottom: 20px;
	transition: 0.3s;
}

.resultsList article:hover {
	padding-left: 50px;
	background-color: #fff;
}

.resultsList article h2 a {
	font-size: 26px;
	line-height: 35px;
	color: #363636;
	font-weight: 600;
}

.resultsList article h2 a:hover {
	color: #00933B;
}

.notfind {
	display: flex;
	align-items: center;
}

.notfind h2 {
	margin-right: 25px;
	margin-bottom: 0;
}

.notfind span {
	font-size: 36px;
	line-height: 46px;
}

table tbody tr:nth-child(odd) {
	background: #f6f6f6;
}

table tbody tr td {
	font-size: 15px;
	line-height: 26px;
	color: #676767;
	padding: 10px 14px;
}

table tbody tr td strong {
	font-weight: bold;
}

table tbody tr td:last-child {
	padding-left: 50px;
}

.tables-wrap {
	display: flex;
	grid-gap: 50px;
}

@media (max-width: 64rem) {
	.tables-wrap {
		flex-direction: column;
		grid-gap: 0;
	}
}

.video {
	position: relative;
	padding-top: 50px;
	padding-bottom: 170px;
	margin-bottom: 70px;
}

@media (max-width: 48rem) {
	.video {
		padding-bottom: 100px;
	}
}

.video::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: url(img/graywall-bg.png) no-repeat;
	background-size: cover;
	opacity: 0.5;
}

.video .videoWrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 111px 20px;
	position: relative;
	z-index: 1;
	aspect-ratio: 16/9;
	max-width: 780px;
	margin: auto;
	cursor: pointer;
}

@media (max-width: 48rem) {
	.video .videoWrap {
		padding: 75px 20px;
	}
}

.video .videoWrapBackground {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.video .videoWrapBackgroundImage {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.video .videoWrapBackgroundImage img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.video .videoWrapBackgroundColor {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.video .videoWrap .videoWrapTitle {
	font-size: 36px;
	line-height: 46px;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 0;
}

@media (max-width: 48rem) {
	.video .videoWrap .videoWrapTitle {
		font-size: 24px;
		line-height: 43px;
	}
}

.video .videoWrap .videoWrapText {
	color: #ffffff;
}

.video .videoWrap .video-play {
	position: relative;
	margin-top: 48px;
}

.video .videoWrapPlayer {
	position: absolute;
	top: 0;
	left: 0;
}

.calculator {
	position: absolute;
	top: 240px;
	left: 0;
	right: 0;
	max-width: 608px;
	background: #ffffff;
	margin: auto;
	padding: 40px 40px 45px 40px;
	z-index: 999999;
}

@media (max-width: 64rem) {
	.calculator {
		top: 104px;
	}
}

@media (max-width: 48rem) {
	.calculator {
		top: 90px;
	}
}

.calculator .calculatorWrap {
	position: relative;
}

.calculator .calculatorTitle {
	font-size: 32px;
	line-height: 43px;
	color: #363636;
	font-weight: 600;
	margin-bottom: 20px;
}

@media (max-width: 48rem) {
	.calculator .calculatorTitle {
		font-size: 24px;
		line-height: 36px;
	}
}

.calculator .calculatorTitle span {
	color: #00933B;
	font-weight: 800;
}

.calculator .calculatorForm {
	margin-top: 68px;
}

@media (max-width: 48rem) {
	.calculator .calculatorForm {
		margin-top: 40px;
	}
}

.calculator .calculatorFormRow {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 37px;
	margin-bottom: 40px;
}

@media (max-width: 48rem) {
	.calculator .calculatorFormRow {
		grid-template-columns: 100%;
		grid-gap: 25px;
	}
}

.calculator .calculatorFormRowItem .title {
	font-size: 15px;
	line-height: 20px;
	font-weight: 800;
	color: #363636;
	margin-bottom: 5px;
}

.calculator .calculatorFormRowItem .nice-select {
	width: 100%;
	height: 50px;
	background-color: #f6f6f6;
	border: 0;
	border-radius: 0;
	padding-top: 5px;
	border: 1px solid transparent;
}

.calculator .calculatorFormRowItem .nice-select.open {
	border-color: #676767;
}

.calculator .calculatorFormRowItem .nice-select::after {
	width: 10px;
	height: 10px;
	right: 22px;
	top: 45%;
	border-width: 1.5px;
	border-color: #363636;
}

.calculator .calculatorFormRowItem .nice-select span.current {
	font-size: 15px;
	line-height: 20px;
	color: #676767;
}

.calculator .calculatorFormRowItem .nice-select .list {
	width: 100%;
	margin-left: 0;
}

.calculator .calculatorFormRowItem input[type="text"] {
	font-size: 15px;
	line-height: 20px;
	color: #676767;
	background: #f6f6f6;
	padding: 14px 20px;
	border-radius: 0;
}

.calculator .calculatorOutputTitle {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #363636;
	margin-bottom: 10px;
}

.calculator .calculatorOutputResult {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #00933b1a;
	margin-bottom: 20px;
	padding: 18px 20px;
}

@media (max-width: 48rem) {
	.calculator .calculatorOutputResult {
		flex-direction: column;
		align-items: flex-start;
	}
}

.calculator .calculatorOutputResult:last-child {
	margin-bottom: 0;
}

.calculator .calculatorOutputResult .result-title {
	font-size: 15px;
	line-height: 20px;
	font-weight: 800;
	color: #00933B;
}

@media (max-width: 48rem) {
	.calculator .calculatorOutputResult .result-title {
		margin-bottom: 5px;
	}
}

.calculator .calculatorOutputResult .result-num {
	font-size: 25px;
	line-height: 34px;
	font-weight: 800;
	color: #00933B;
}

@media (max-width: 48rem) {
	.calculator .calculatorOutputResult .result-num {
		font-size: 20px;
	}
}

#calculator {
	display: none;
}

#calculator.active {
	display: block;
}

#calculatorClose {
	position: absolute;
	right: -25px;
	top: -25px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f6f6f6;
	cursor: pointer;
}

.site.overlay {
	position: relative;
}

.site.overlay::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	z-index: 90;
}

.not-found .page-title {
	color: #00933B;
	text-align: center;
	margin: 32px auto;
}

.not-found .text-404 {
	font-size: 10rem;
	color: #00933B;
	text-align: center;
	margin: 40px auto;
	line-height: 100%;
}

/*# sourceMappingURL=style.css.map */