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

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

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

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

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

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

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

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

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

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

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

/* 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;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: none;
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: 41px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.57;
	color: rgba(0, 0, 0, 1);
	width: 100%;
}
textarea {
	height: 119px;
	resize: none;
}

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,
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus-visible {
	color: rgba(0, 0, 0, 1);
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* GTS Start */
.otgs-development-site-front-end {
	display: none!important;
}
.main-header {
	background: #FFFFFF;
	height: 110px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	transition: .3s;
}
#page.site {
	padding-top: 110px;
}
/*.main-header.header-fixed {
	height: 70px;
}
.main-header.header-fixed .main-header-phones-lang-wrapper {
	height: 28px;
}*/
.main-header-wrapper {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.main-header-menus {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	height: 100%;
	grid-gap: 0;
	padding: 11px 0;
}
.main-header-menu > div {
	height: 100%;
}
.main-header-menu ul.menu {
	padding: unset;
	margin: unset;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	grid-gap: 40px;
	height: 100%;
}
.main-header-menu ul.sub-menu {
	display: none;
	padding: unset;
	margin: unset;
	list-style: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: -moz-fit-content;
	width: fit-content;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.main-header-menu ul.sub-menu:before {
	position: absolute;
	content: '';
	width: 13.18px;
	height: 13.18px;
	right: 12px;
	top: -7px;
	background: #FFFFFF;
	transform: matrix(0.71, 0.73, -0.69, 0.71, 0, 0);
}
.main-header-menu ul.menu > li {
	padding: 11px 0;
}
.main-header-menu ul.menu > li > a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	text-transform: uppercase;
	color: #16653B;
	transition: .3s;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.main-header-menu ul.menu > li.current-menu-item > a {
	font-weight: 700;
}
.main-header-menu ul.menu > li:hover > a {
	font-weight: 700;
}
.main-header-menu ul.menu > li.menu-item-has-children {
	position: relative;
	padding-right: 23px;
}
.main-header-menu ul.menu > li.menu-item-has-children:before {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
	width: 12px;
	height: 8px;
	background-image: url('icons/arrow-down.svg');
}
.main-header-menu ul.menu > li.menu-item-has-children:hover:before {
	transform: translateY(-50%) rotate(180deg);
}
.main-header-menu ul.sub-menu > li {
	height: 35px;
	width: 100%;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}
.main-header-menu ul.sub-menu > li:hover {
	background: #DEEADE;
}
.main-header-menu ul.sub-menu > li > a {
	padding-left: 17px;
	padding-right: 17px;
	transition: .3s;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #16653B;
	white-space: nowrap;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.main-header-menu ul.sub-menu > li > a:hover {
	color: #16653B;
}
.main-header-menu ul.menu > li.menu-item-has-children:hover > ul.sub-menu {
	display: block;
}
.main-header-phones-lang-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	grid-gap: 50px;
	height: 42px;
}
.main-header-menu {
	height: 42px;
}
.font-s-12 {
	font-size: 12px!important;
}
.font-s-14 {
	font-size: 14px!important;
}
.font-s-16 {
	font-size: 16px!important;
}
.font-s-18 {
	font-size: 18px!important;
}
.font-s-20 {
	font-size: 20px!important;
}
.font-s-25 {
	font-size: 25px!important;
}
.font-s-28 {
	font-size: 28px!important;
}
.font-s-30 {
	font-size: 30px!important;
}
.font-s-35 {
	font-size: 35px!important;
}
.font-s-40 {
	font-size: 40px!important;
}
.font-s-60 {
	font-size: 60px!important;
}
.font-s-64 {
	font-size: 64px!important;
}
.font-s-70 {
	font-size: 70px!important;
}
.font-s-80 {
	font-size: 80px!important;
}
.font-s-100 {
	font-size: 100px!important;
}
.main-header-phones-wrapper {
	position: relative;
}
.main-header-phones-wrapper > a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	color: #16653B;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.main-header-phones-wrapper > a > svg.phone-icon {
	margin-right: 14px;
}
.main-header-phones-wrapper > a > svg.phone-arrow {
	margin-left: 11px;
	transition: .3s;
}
body .wpml-ls-legacy-list-horizontal {
	padding: unset;
	border: none;
}
body .wpml-ls-legacy-list-horizontal > ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	grid-gap: 12px;
}
body .wpml-ls-legacy-list-horizontal a {
	padding: unset;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	text-transform: uppercase;
	color: #16653B;
}
body .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a {
	font-weight: 700;
}
.main-header-phones-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	grid-gap: 5px;
	background: #FFFFFF;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding: 10px;
}
.main-header-phones-wrapper:hover .main-header-phones-list {
	opacity: 1;
	visibility: visible;
}
.main-header-phones-wrapper:hover > a > svg.phone-arrow {
	transform: rotate(180deg);
}
.main-header-phones-list > a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	color: #16653B;
}
.main-footer {
	background: #F1F5F1;
	position: relative;
	padding: 29px 0 0;
	margin-top: 146px;
}
/*.main-footer:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: #000000;
	z-index: 999;
}*/
.main-footer > img {
	height: 146px;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: -145px;
	left: 0;
}
.footer-top-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 0 36px;
}
.footer-logo-contact-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.footer-logo-wrapper {
	width: 187px;
	margin-right: 221px;
	margin-top: 0;
	align-self: center;
}
@media (max-width: 1279px) {
	.footer-logo-wrapper {
		margin-right: 71px;
	}
}
@media (min-width: 1480px) {
	.footer-logo-wrapper {
		margin-right: 150px;
	}
}
@media (min-width: 1720px) {
	.footer-logo-wrapper {
		margin-right: 100px;
	}
}
.footer-contact-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.footer-title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	color: #16653B;
	text-shadow: 0px 5px 10px #FFFFFF;
	margin-bottom: 25px;
}
.footer-contact-info-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	margin-bottom: 25px;
}
.footer-contact-info-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	min-height: 20px;
}
.footer-contact-info-name {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	color: #16653B;
	text-shadow: 0px 5px 10px #FFFFFF;
}
.footer-contact-info-value {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color: #16653B;
}
.footer-contact-info-value > a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #16653B!important;
}
/*.footer-contact-info-value > a.footer-mail {
	text-decoration: underline;
}*/
.footer-callback-wrapper .footer-title {
	margin-bottom: 25px;
}
.footer-callback-wrapper > a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	color: #16653B!important;
	margin-bottom: 40px;
	display: none;
}
.footer-callback-wrapper > a > svg {
	margin-right: 15px;
}
.footer-bottom-container {
	background: #16653B;
	mix-blend-mode: normal;
}
.footer-bottom-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	padding: 6px 0;
}
.footer-bottom-wrapper > div:nth-child(2) {
	justify-content: center;
}
.footer-bottom-wrapper > div:last-child {
	display: flex;
	justify-content: flex-end;
}
.footer-copyright {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	color: #FFFFFF;
}
.footer-sitemap-privacy {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.footer-sitemap-privacy > span {
	margin: 0 5px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	color: #FFFFFF;
}
.footer-sitemap-privacy > a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	color: #FFFFFF!important;
}
.footer-develop-by > a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	color: #FFFFFF!important;
}
.main-footer > .top-footer-text {
	max-width: 663px;
	width: 100%;
	margin: 0 auto;
	font-family: 'Montserrat';
	font-style: normal;
	line-height: 1.25;
	text-align: center;
	color: #16653B;
	margin-top: 36px;
}
.main-footer > .bottom-footer-text {
	max-width: 461px;
	width: 100%;
	margin: 0 auto;
	font-family: 'Montserrat';
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	color: #16653B;
	margin-bottom: 16px;
}
.main-footer > .top-footer-text > *,
.main-footer > .bottom-footer-text > * {
	margin: unset;
}
.main-footer > .top-footer-text a,
.main-footer > .bottom-footer-text a {
	color: #16653B;
}
.main-footer > .footer-socials {
	max-width: 1300px;
	width: 100%;
	margin: 10px auto 18px;
	position: relative;
}
/*.main-footer > .footer-socials:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: rgba(112, 156, 110, 0.3);
}*/
.main-footer .footer-socials-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.main-footer .footer-socials-wrapper > a {
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	transition: .3s;
	background: #16653B;
	border: 1px solid #16653B;
}
.main-footer .footer-socials-wrapper > a+a {
	margin-left: 10px;
}
.main-footer .footer-socials-wrapper > a:hover {
	background: transparent;
}
.main-footer .footer-socials-wrapper > a svg path {
	transition: .3s;
	fill: #FFFFFF;
}
.main-footer .footer-socials-wrapper > a svg stop {
	transition: .3s;
	stop-color: #FFFFFF;
}
.main-footer .footer-socials-wrapper > a:hover svg path {
	fill: #16653B;
}
.main-footer .footer-socials-wrapper > a:hover svg stop {
	stop-color: #16653B;
}
.home-baner-image {
	position: relative;
	width: 100%;
	height: calc(100vh - 110px);
}
.home-baner-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*.home-baner-image:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(85, 85, 85, 0.8);
	mix-blend-mode: multiply;
}*/
.home-baner-pattern {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
	display: none!important;
}
.home-baner-pattern > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	opacity: 0;
	visibility: hidden;
	transition: 2s;
}
.home-baner-image.inview .home-baner-pattern > img {
	/*-webkit-animation: left-to-right 5s ease 1;
    -moz-animation: left-to-right 5s ease 1;
    -o-animation: left-to-right 5s ease 1;
    animation: left-to-right 5s ease 1;*/
    opacity: 1;
    visibility: visible;
}
@-webkit-keyframes left-to-right {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }

  80% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes left-to-right {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }

  80% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.home-baner-caption {
	position: absolute;
	left: 0;
	top: calc(50% - 38px);
	padding: 0;
	/*max-width: 467px;*/
	z-index: 3;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: 1s;
}
/*.home-baner-caption:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #16653B;
}*/
#home-baner-swiper.inview .home-baner-caption {
	left: 50%;
	opacity: 1;
	visibility: visible;
}
.home-baner-caption h1,
.home-baner-caption .h1 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	text-transform: uppercase;
	color: #16653B;
	margin: 0 0 6px;
}
.home-baner-caption .sub-h1 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	line-height: 1.67;
	color: #16653B;
}
.home-baner-bottom-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 34px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	/*background: rgba(19, 122, 45, .65);*/
}
.home-baner-bottom-caption:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0A2D19;
	mix-blend-mode: overlay;
	opacity: .65;
}
.home-baner-bottom-caption-text {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}
.container-fluid {
	width: 100%;
}
.container {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.istoriya-fabryky {
	padding: 91px 0 39px;
}
.istoriya-fabryky-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 49px;
}
.istoriya-fabryky-wrapper > div {
	opacity: 0;
	visibility: hidden;
	transition: .75s;
	transform: translateX(-100px);
}
.istoriya-fabryky-wrapper > div:nth-child(2) {
	transition: 1.5s;
	transform: translateX(100px);
}
section.inview .istoriya-fabryky-wrapper > div {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
section.inview .istoriya-fabryky-wrapper > div:first-child {
	height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.istoriya-fabryky-item > img {
	width: 100%;
}
.text-simple {
	font-family: 'Montserrat';
	font-style: normal;
	line-height: 1.22;
	text-align: justify;
	color: #555555;
}
.istoriya-fabryky-wrapper .text-simple {
	padding-left: 0;
	margin-bottom: 35px;
}
.istoriya-fabryky-wrapper .h2-wrapper {
	margin-bottom: 21px;
}
.h2-wrapper {
	position: relative;
	width: 100%;
	padding: 35px 0 6px;
	opacity: 0;
	visibility: hidden;
    transition: .6s;
    margin-bottom: 47px!important;
}
.h2-wrapper h2,
.h2-wrapper .h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1.22;
	text-align: center;
	text-transform: uppercase;
	color: #16653B;
	position: relative;
	z-index: 2;
	margin: unset;
}
.h2-wrapper .h2-bottom {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 3px rgba(0, 0, 0, 0.1);
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.h2-wrapper .h2-bottom:after {
	content: attr(data-text);
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-text-stroke: 0px #000000;
}
section.inview .h2-wrapper {
	opacity: 1;
	visibility: visible;
}
.h1-wrapper {
	position: relative;
	width: 100%;
	padding: 35px 0 6px;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	margin-bottom: 47px!important;
}
.h1-wrapper h1,
.h1-wrapper .h1 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1.075;
	text-align: center;
	text-transform: uppercase;
	color: #16653B;
	position: relative;
	z-index: 2;
	margin: unset;
}
.h1-wrapper .h1-bottom {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 3px rgba(0, 0, 0, 0.1);
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.h1-wrapper .h1-bottom:after {
	content: attr(data-text);
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-text-stroke: 0px #000000;
}
section.inview .h1-wrapper {
	opacity: 1;
	visibility: visible;
}
.btn-start-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.btn-default-grey {
	padding: 11px 47px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1.38;
	text-align: center;
	text-transform: uppercase;
	color: #16653B;
	background: #F1F5F1;
	transition: .3s;
}
.btn-default-grey:hover {
	background: #16653B;
	color: #FFFFFF;
}
.btn-default-green {
	padding: 10px 46px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1.38;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #16653B;
	transition: .3s;
	border: 1px solid #16653B;
}
.btn-default-green:hover {
	background: #FFFFFF;
	color: #16653B;
}
footer .btn-default-green:hover {
	background: transparent;
}
.nashi-dosyagnennya {
	padding: 30px 0 70px;
}
.container-small {
	max-width: 994px;
	width: 100%;
	margin: 0 auto;
}
.nashi-dosyagnennya .h2-wrapper {
	margin-bottom: 49px;
}
.nashi-dosyagnennya-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 49px 30px;
}
.nashi-dosyagnennya-wrapper > div {
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	transform: translateY(50px);
}
.nashi-dosyagnennya-wrapper > div:nth-child(2) {
	transition: .8s;
}
.nashi-dosyagnennya-wrapper > div:nth-child(3) {
	transition: 1.2s;
}
.nashi-dosyagnennya-wrapper > div:nth-child(4) {
	transition: 1.6s;
}
.nashi-dosyagnennya-wrapper > div:nth-child(5) {
	transition: 2s;
}
.nashi-dosyagnennya-wrapper > div:nth-child(6) {
	transition: 2.4s;
}
.nashi-dosyagnennya-wrapper > div:nth-child(7) {
	transition: 2.8s;
}
.nashi-dosyagnennya-wrapper > div:nth-child(8) {
	transition: 3.2s;
}
.nashi-dosyagnennya-wrapper > div:nth-child(9) {
	transition: 3.4s;
}
.nashi-dosyagnennya-wrapper > div:nth-child(10) {
	transition: 4s;
}
section.inview .nashi-dosyagnennya-wrapper > div {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.nashi-dosyagnennya-item-prefix-postfix {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	color: #16653B;
}
.nashi-dosyagnennya-item-number {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1.225;
	text-align: justify;
	color: #16653B;
	white-space: nowrap;
}
.nashi-dosyagnennya-item-name {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	line-height: 1.39;
	text-align: center;
	color: #16653B;
	height: calc(1.39 * 18px * 2);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
	z-index: 2;
}
.nashi-dosyagnennya-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 84px 0 33px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
    margin: 0 auto;
}
.nashi-dosyagnennya-item > img {
	position: absolute;
	left: 0;
	top: 0;
}
.nashi-dosyagnennya-item-top {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	grid-gap: 8px;
	align-items: baseline;
	justify-content: center;
	position: absolute;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.yak-my-cze-robymo {
	padding: 30px 0 51px;
}
.yak-my-cze-robymo > .container {
	max-width: 1300px;
}
.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.video-container > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.yak-my-cze-robymo .h2-wrapper {
	margin-bottom: 50px;
}
.yak-my-cze-robymo-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 49px;
}
.yak-my-cze-robymo-wrapper > div:first-child {
	/*padding-right: 35px;*/
	opacity: 0;
    visibility: hidden;
    transition: .75s;
    transform: translateX(-100px);
}
.yak-my-cze-robymo-wrapper > div:last-child {
	margin-top: 10px;
	opacity: 0;
    visibility: hidden;
    transition: 1.5s;
    transform: translateX(100px);
}
section.inview .yak-my-cze-robymo-wrapper > div {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.nashi-perevagy {
	padding: 50px 0;
}
.nashi-perevagy .h2-wrapper {
	margin-bottom: 47px;
}
.container-xl {
	max-width: 1300px;
	/*max-width: 1350px;*/
	width: 100%;
	margin: 0 auto;
}
.nashi-perevagy-wrapper {
	/*display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 40px;
	align-items: center;*/
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.nashi-perevagy-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 39px 0 43px;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	transform: translateY(50px);
	width: auto;
}
.nashi-perevagy-wrapper > div.nashi-perevagy-item:nth-child(2) {
	transition: .8s;
}
.nashi-perevagy-wrapper > div.nashi-perevagy-item:nth-child(3) {
	transition: 1.2s;
}
.nashi-perevagy-wrapper > div.nashi-perevagy-item:nth-child(4) {
	transition: 1.6s;
}
.nashi-perevagy-wrapper > div.nashi-perevagy-item:nth-child(5) {
	transition: 2s;
}
.nashi-perevagy-wrapper > div.nashi-perevagy-item:nth-child(6) {
	transition: 2.4s;
}
.nashi-perevagy-wrapper > div.nashi-perevagy-item:nth-child(7) {
	transition: 2.8s;
}
.nashi-perevagy-wrapper > div.nashi-perevagy-item:nth-child(8) {
	transition: 3.2s;
}
.nashi-perevagy-wrapper > div.nashi-perevagy-item:nth-child(9) {
	transition: 3.6s;
}
.nashi-perevagy-wrapper > div.nashi-perevagy-item:nth-child(10) {
	transition: 4s;
}
section.inview .nashi-perevagy-wrapper > div.nashi-perevagy-item {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
/*.nashi-perevagy-item+.nashi-perevagy-item {
	padding-left: 40px;
}*/
.nashi-perevagy-delimeter {
	width: 1px;
	height: 100%;
	min-height: 250px;
	background: rgba(22, 101, 59, 0.1);
	opacity: 0;
}
/*.nashi-perevagy-item+.nashi-perevagy-item:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(22, 101, 59, 0.1);
}*/
.nashi-perevagy-item > img {
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;
	min-width: 130px;
}
.nashi-perevagy-item > div {
	position: relative;
	z-index: 2;
}
.nashi-perevagy-icon {
	width: 90px;
	height: 85px;
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nashi-perevagy-icon > img {
	height: 100%;
	width: auto;
	transition: .3s;
}
.nashi-perevagy-item:hover .nashi-perevagy-icon > img {
	transform: scale(1.1);
}
.nashi-perevagy-name {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	line-height: 1.56;
	text-align: center;
	color: #16653B;
}
.zakupovuyemo {
	padding: 51px 0 35px;
}
.zakupovuyemo .h2-wrapper {
	margin-bottom: 47px;
}
/*.zakupovuyemo .container {
	max-width: calc(100% - 41vw);
}*/
.zakupovuyemo .container .swiper-container {
	max-width: calc(100% - 112px);
}
.zakupovuyemo-wrapper {
	/*display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 80px;*/
	margin-bottom: 70px;
	position: relative;
}
/*.zakupovuyemo-wrapper .prev-slide {
	left: -30px;
}
.zakupovuyemo-wrapper .next-slide {
	right: -30px;
}*/
/*.zakupovuyemo-wrapper > div {
	transform: translateX(-100px);
	transition: .6s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}*/
/*.zakupovuyemo-wrapper > div:nth-child(even) {
	transform: translateX(100px);
	transition: .8s;
}
.zakupovuyemo-wrapper > div:nth-child(3) {
	transition: 1.2s;
}
.zakupovuyemo-wrapper > div:nth-child(4) {
	transition: 1.2s;
}
.zakupovuyemo-wrapper > div:nth-child(5) {
	transition: 1.6s;
}
.zakupovuyemo-wrapper > div:nth-child(6) {
	transition: 2s;
}
section.inview .zakupovuyemo-wrapper > div {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}*/
.zakupovuyemo-image {
	width: 100%;
	height: 0;
	padding: 0 0 80%;
	position: relative;
	overflow: hidden;
}
/*.zakupovuyemo-image:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #C4C4C4;
}*/
.zakupovuyemo-image > img {
	position:absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.zakupovuyemo-item:hover .zakupovuyemo-image > img {
	transform: scale(1.1);
}
.zakupovuyemo-name {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 245px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(22, 101, 59, .8);
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	line-height: 1.22;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display: none!important;
}
.btn-center-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.sered-nashyh-kliyentiv {
	padding: 35px 0 45px;
}
.sered-nashyh-kliyentiv > .container {
	max-width: 1300px;
}
.sered-nashyh-kliyentiv .h2-wrapper {
	margin-bottom: 51px;
}
.sered-nashyh-kliyentiv .swiper-container {
	margin: 0 78px;
}
.clients-slider {
	position: relative;
}
.prev-slide {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	outline: none!important;
}
.next-slide {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	outline: none!important;
}
#buy-popup-form .h2-wrapper .h2-bottom{
	top: auto;
    bottom: 15%;
}
.prev-slide > svg,
.next-slide > svg {
	width: 12px;
	height: auto;
}
.prev-slide > svg > path,
.next-slide > svg > path {
	transition: .3;
}
.prev-slide:hover > svg > path,
.next-slide:hover > svg > path {
	stroke-opacity: 1;
}
.clients-slider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center!important;
	height: 72px;
}
.clients-slider .swiper-slide > img {
	transition: .3s;
	height: 65px;
	width: 100%;
    object-fit: contain;
}
.clients-slider .swiper-slide:hover > img {
	transform: scale(1.1);
}
.pryjmaemo-investycziyi {
	padding: 45px 0 57px;
}
.pryjmaemo-investycziyi-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 49px;
}
.cooperation+.pryjmaemo-investycziyi .pryjmaemo-investycziyi-wrapper {
	align-items: center;
}
.pryjmaemo-investycziyi-wrapper > div {
    opacity: 0;
    visibility: hidden;
    transition: .75s;
    transform: translateX(-100px);
}
.pryjmaemo-investycziyi-wrapper > div:nth-child(2) {
    transition: 1.5s;
    transform: translateX(100px);
}
section.inview .pryjmaemo-investycziyi-wrapper > div {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.pryjmaemo-investycziyi-item > img {
	width: 100%;
}
.pryjmaemo-investycziyi .h2-wrapper {
	margin-bottom: 15px;
}
.pryjmaemo-investycziyi .text-simple {
	margin-bottom: 32px;
}
.dystrybyutoram {
	padding: 45px 0 39px;
}
.dystrybyutoram-wrapper {
	display: grid;
	grid-template-columns: 1fr 368px;
	grid-gap: 44px;
	align-items: flex-end;
}
.dystrybyutoram-wrapper > div {
    opacity: 0;
    visibility: hidden;
    transition: .75s;
    transform: translateX(-100px);
}
.dystrybyutoram-wrapper > div:nth-child(2) {
    transition: 1.5s;
    transform: translateX(100px);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	/*border: 1px solid #16653B;
	padding: 10px;*/
}
.dystrybyutoram-item > img {
	width: 100%;
}
/*.dystrybyutoram-item .h2-wrapper .h2-bottom {
	font-size: 60px!important;
}*/
.mfp-close-btn-in .mfp-close {
	color: #16653B!important;
}
section.inview .dystrybyutoram-wrapper > div {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.dystrybyutoram .h2-wrapper {
	margin-bottom: 15px;
}
.dystrybyutoram .text-simple {
	margin-bottom: 39px;
}
.baner-image {
	position: relative;
	height: 290px;
}
/*.baner-image:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(85, 85, 85, 0.8);
	mix-blend-mode: multiply;
}*/
.baner-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.baner-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.baner-caption > ol {
	padding: unset;
	margin: unset;
	list-style: none;
	display: flex;
	flex-direction: row;
	grid-gap: 20px;
}
.baner-caption > ol li,
.baner-caption > ol li > * {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	color: #16653B;
}
.baner-caption > ol li+li {
	position: relative;
	padding-left: 25px;
}
.baner-caption > ol li+li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url('icons/breadcrumb-arrow.svg');
	width: 7px;
	height: 12px;
}
.baner-pattern {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: 2s;
}
.baner-image.inview .baner-pattern > img {
	/*-webkit-animation: left-to-right 5s ease 1;
    -moz-animation: left-to-right 5s ease 1;
    -o-animation: left-to-right 5s ease 1;
    animation: left-to-right 5s ease 1;*/
    opacity: 1;
    visibility: visible;
}
.baner-pattern > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.istoriya .h1-wrapper {
	margin-bottom: 73px;
}
.istoriya-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 50px;
}
.istoriya-wrapper {
	display: flex;
	flex-direction: row;
	/*grid-gap: 23px;*/
	align-items: center;
	flex-wrap: nowrap;
	width: 244px;
	height: 244px;
	transition: .6s;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100px);
	margin: 0 auto;
}
.istoriya-wrapper.istoriya-wrapper-active {
	width: 100%;
	background: #F1F5F1;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
	border-radius: 135px 0px 0px 135px;
}
.istoriya-list > div:nth-child(2) {
	transition: .8s;
	transform: translateX(100px);
}
.istoriya-list > div:nth-child(3) {
	transition: 1.2s;
	transform: translateX(-100px);
}
.istoriya-list > div:nth-child(4) {
	transition: 1.6s;
	transform: translateX(100px);
}
.istoriya-list > div:nth-child(5) {
	transition: 2s;
	transform: translateX(-100px);
}
.istoriya-list > div:nth-child(6) {
	transition: 2.4s;
	transform: translateX(100px);
}
.istoriya-list > div:nth-child(7) {
	transition: 2.8s;
	transform: translateX(-100px);
}
.istoriya-list > div:nth-child(8) {
	transition: 3.2s;
	transform: translateX(100px);
}
.istoriya-list > div:nth-child(9) {
	transition: 3.6s;
	transform: translateX(-100px);
}
.istoriya-list > div:nth-child(10) {
	transition: 4s;
	transform: translateX(100px);
}
section.inview .istoriya-list > div {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.istoriya-text {
	padding: 20px;
	margin-top: 5px;
	position: relative;
	display: none;
	opacity: 0;
	visibility: hidden;
}
.istoriya-wrapper-active .istoriya-text {
	display: block;
}
.istoriya-wrapper-active .istoriya-text.show-text {
	opacity: 1;
	visibility: visible;
}
/*.istoriya-text:before {
	position: absolute;
	content: '';
	left: 0;
	top: 4px;
	width: 12px;
	height: 12px;
	border: 3px solid #FFFFFF;
	background: rgba(22, 101, 59, 0.5);
	transition: .3s;
	border-radius: 50%;
}
.istoriya-text:after {
	position: absolute;
	content: '';
	left: 5.5px;
	top: 16px;
	width: 1px;
	height: calc(100% - 16px);
	background: rgba(0, 0, 0, 0.1);
}
.istoriya-wrapper:hover .istoriya-text:before {
	background: #16653B;
	border: 1px solid #FFFFFF;
}*/
.istoriya-period-wrapper {
	min-width: 244px;
	width: 244px;
	height: 244px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #F1F5F1;
	border-radius: 300px;
	cursor: pointer;
}
.istoriya-period-wrapper:hover,
.istoriya-wrapper.istoriya-wrapper-active .istoriya-period-wrapper {
	background: #16653B;
}
.istoriya-period-wrapper > svg {
	position: absolute;
	top: 31px;
	right: 7px;
	z-index: 1;
}
.istoriya-period-wrapper > svg > path {
	transition: .3s;
}
.istoriya-period-wrapper:hover > svg > path,
.istoriya-wrapper.istoriya-wrapper-active .istoriya-period-wrapper > svg > path {
	fill: #175C37;
}
.istoriya-period {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: rgba(22, 101, 59, 0.5);
	transition: .3s;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}
.istoriya-period-wrapper:hover .istoriya-period,
.istoriya-wrapper.istoriya-wrapper-active .istoriya-period {
	color: #FFFFFF;
}
/*.istoriya-wrapper:hover .istoriya-period {
	color: #16653B;
}*/
.istoriya-text .text-simple,
.istoriya-text .text-simple * {
	margin: unset;
}
.istoriya {
	position: relative;
	padding: 62px 0 120px;
}
.istoriya > div {
	position: relative;
	z-index: 2;
}
.istoriya > div.container-small {
	max-width: 1078px;
}
.istoriya > div.zhyttya-nashogo-kolektyvu {
	max-width: 1300px;
	padding: 100px 0 0;
}
.istoriya > div.zhyttya-nashogo-kolektyvu .swiper-container {
	max-width: calc(100% - 112px);
	margin: 0 auto;
}
.istoriya > div.zhyttya-nashogo-kolektyvu .h2-wrapper {
	margin-bottom: 60px;
}
.zhyttya-nashogo-kolektyvu-wrapper {
	position: relative;
}
.zhyttya-nashogo-kolektyvu-wrapper .prev-slide,
.zhyttya-nashogo-kolektyvu-wrapper .next-slide {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 134px;
	transform: unset;
}
/*.zhyttya-nashogo-kolektyvu-wrapper .prev-slide > svg,
.zhyttya-nashogo-kolektyvu-wrapper .next-slide > svg {
	width: auto;
	height: 100%;
}*/
.zhyttya-nashogo-kolektyvu-image {
	width: 100%;
	height: 293px;
	overflow: hidden;
}
.zhyttya-nashogo-kolektyvu-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.istoriya > div.zhyttya-nashogo-kolektyvu .swiper-container .swiper-slide:hover .zhyttya-nashogo-kolektyvu-image > img {
	transform: scale(1.1);
}
.zhyttya-nashogo-kolektyvu-caption,
.zakupovuyemo-caption {
	margin-top: 30px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	line-height: 1.22;
	text-align: justify;
	color: #555555;
}
.zakupovuyemo-caption {
	text-align: center;
}
.zhyttya-nashogo-kolektyvu-caption > * {
	margin: unset;
}
.dystrybyutoram > div.container-small {
	max-width: 1047px;
}
.istoriya > img {
	position: absolute;
	right: 40px;
	bottom: -128px;
	transform: rotateY(180deg);
}
.abs-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.produkcziya {
	padding: 62px 0 0;
}
.produkcziya > .container {
	max-width: 1296px;
}
.produkcziya-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 22px;
	/*max-width: 1130px;
	margin: 0 auto;*/
}
.produkcziya-wrapper > div {
	opacity: 0;
	visibility: hidden;
	transform: translateY(100px);
	transition: .6s;
}
/*.produkcziya-wrapper > div:nth-child(even) {
	transform: translateX(100px);
}*/
.produkcziya-wrapper > div:nth-child(2) {
	transition: .8s;
}
.produkcziya-wrapper > div:nth-child(3) {
	transition: 1.2s;
}
.produkcziya-wrapper > div:nth-child(4) {
	transition: 1.6s;
}
.produkcziya-wrapper > div:nth-child(5) {
	transition: 2s;
}
.produkcziya-wrapper > div:nth-child(6) {
	transition: 2.4s;
}
.produkcziya-wrapper > div:nth-child(7) {
	transition: 2.8s;
}
.produkcziya-wrapper > div:nth-child(8) {
	transition: 3.2s;
}
.produkcziya-wrapper > div:nth-child(9) {
	transition: 3.4s;
}
.produkcziya-wrapper > div:nth-child(10) {
	transition: 4s;
}
section.inview .produkcziya-wrapper > div {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.produkcziya-item {
	position: relative;
}
.produkcziya-image {
	overflow: hidden;
	display: flex;
	width: 100%;
	height: 100%;
}
.produkcziya-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.produkcziya-item:hover .produkcziya-image > img {
	transform: scale(1.1);
}
.produkcziya-caption {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 245px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(22, 101, 59, .8);
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	line-height: 1.22;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF!important;
}
.produkcziya .h1-wrapper {
	margin-bottom: 139px;
}
.productions-categories-info {
	padding: 63px 0 40px;
}
.productions-categories-info > .container {
	max-width: 1300px;
}
.products-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px 24px;
}
.products-wrapper > div {
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: .6s;
}
.products-wrapper > div:nth-child(2) {
	transition: .8s;
}
.products-wrapper > div:nth-child(3) {
	transition: 1.2s;
}
.products-wrapper > div:nth-child(4) {
	transition: 1.6s;
}
.products-wrapper > div:nth-child(5) {
	transition: 2s;
}
.products-wrapper > div:nth-child(6) {
	transition: 2.4s;
}
.products-wrapper > div:nth-child(7) {
	transition: 2.8s;
}
.products-wrapper > div:nth-child(8) {
	transition: 3.2s;
}
.products-wrapper > div:nth-child(9) {
	transition: 3.4s;
}
.products-wrapper > div:nth-child(10) {
	transition: 4s;
}
section.inview .products-wrapper > div {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.products-item {
	background: #FFFFFF;
	transition: .3s;
	padding-bottom: 37px;
}
.products-item:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.product-item-image {
	padding: 27px 29px;
	margin-bottom: 31px;
	height: 358px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.product-item-image > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .3s;
}
.products-item:hover .product-item-image img {
	transform: scale(1.1);
}
.product-item-name {
	padding: 0 127px 0 125px;
	margin-bottom: 27px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1.22;
	text-align: center;
	color: #000000;
}
.harakterystyky-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom: 43px;
	padding: 0 29px;
}
.harakterystyky-item {
	background: #FFFFFF;
	padding: 0 19px 0 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.harakterystyky-item:nth-child(even) {
	background: #F1F5F1;
}
.harakterystyky-item-name {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1.94;
	color: #000000;
}
.harakterystyky-item-value {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	line-height: 1.94;
	color: #000000;
	text-align: right;
}
.productions-categories-info .h1-wrapper {
	margin-bottom: 71px;
}
.productions-categories-info .text-simple {
	max-width: 854px;
	margin: 0 auto 77px;
}
.buy {
	padding: 63px 0 40px;
}
.buy > .container {
	max-width: 1300px;
}
.buy .h1-wrapper {
	margin-bottom: 95px;
}
.buy .text-simple {
	max-width: 854px;
	margin: 0 auto 130px;
	text-align: center;
}
.buy-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px 22px;
}
.buy-wrapper .swiper-container {
	max-width: calc(100% - 0);
}
.buy-wrapper .swiper-container .swiper-slide {
	padding: 5px;
}
.buy-wrapper .prev-slide {
	left: -20px;
}
.buy-wrapper .next-slide {
	right: -20px;
}
.buy-wrapper > div {
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: .6s;
}
.buy-wrapper > div:nth-child(2) {
	transition: 1s;
}
.buy-wrapper > div:nth-child(3) {
	transition: 1.2s;
}
.buy-wrapper > div:nth-child(4) {
	transition: 1.6s;
}
.buy-wrapper > div:nth-child(5) {
	transition: 2s;
}
.buy-wrapper > div:nth-child(6) {
	transition: 2.4s;
}
.buy-wrapper > div:nth-child(7) {
	transition: 2.8s;
}
.buy-wrapper > div:nth-child(8) {
	transition: 3.2s;
}
.buy-wrapper > div:nth-child(9) {
	transition: 3.4s;
}
.buy-wrapper > div:nth-child(10) {
	transition: 4s;
}
section.inview .buy-wrapper > div {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.buy-item {
	background: #FFFFFF;
	transition: .3s;
	padding-bottom: 37px;
	width: 100%;
}
.buy-item:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.buy-item-image {
	padding: 26px 29px;
	margin-bottom: 27px;
	height: 358px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.buy-item-image > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .3s;
}
.buy-item:hover .buy-item-image > img {
	transform: scale(1.1);
}
.buy-item-name {
	/*padding: 0 119px 0 120px;*/
	margin-bottom: 33px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	line-height: 1.22;
	text-align: center;
	color: #2E2E2E;
}
.buy-harakterystyky-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom: 40px;
	padding: 0 29px;
}
.buy-harakterystyky-item {
	background: #FFFFFF;
	padding: 0 18px 0 17px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.buy-harakterystyky-item:nth-child(even) {
	background: #F1F5F1;
}
.buy-harakterystyky-item-name {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1.94;
	color: #000000;
}
.buy-harakterystyky-item-value {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	line-height: 1.94;
	color: #000000;
	text-align: right;
}
.cooperation {
	padding: 63px 0 50px;
}
.news-title {
	padding: 63px 0 122px;
}
.news-wrapper > .container {
	max-width: 1300px;
}
.news-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 50px;
}
.news-list > div {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100px);
}
.news-list > div:nth-child(even) {
	transform: translateX(100px);
}
.news-list > div:nth-child(2) {
	transition: .8s;
}
.news-list > div:nth-child(3) {
	transition: 1.2s;
}
.news-list > div:nth-child(4) {
	transition: 1.6s;
}
.news-list > div:nth-child(5) {
	transition: 2s;
}
.news-list > div:nth-child(6) {
	transition: 2.4s;
}
.news-list > div:nth-child(7) {
	transition: 2.8s;
}
.news-list > div:nth-child(8) {
	transition: 3.2s;
}
.news-list > div:nth-child(9) {
	transition: 3.4s;
}
.news-list > div:nth-child(10) {
	transition: 4s;
}
section.inview .news-list > div {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.news-list-item {
	display: grid;
	grid-template-columns: 306px 1fr;
	padding-bottom: 58px;
	grid-gap: 49px;
	border-bottom: 1px dashed rgba(22, 101, 59, 0.1);
}
.news-list > .news-list-item {
	border: none;
}
.news-list-image {
	overflow: hidden;
	height: 0;
	position: relative;
	padding-bottom: 100%;
}
.news-list-image > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.news-list-item:hover .news-list-image > img {
	transform: scale(1.1);
}
.news-list-caption {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.news-item-name {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1.22;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 27px;
	margin-top: 12px;
}
.news-item-content-btn-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
}
.news-item-content {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	line-height: 1.375;
	color: #555555;
}
.news-item-content p {
	margin-bottom: 33px;
}
.date-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}
.news-item-date {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	line-height: 1.57;
	color: #555555;
}
.pgntn-page-pagination-block {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 15px;
}
body .pgntn-page-pagination-intro,
body .pgntn-page-pagination a,
body .pgntn-page-pagination .current {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22;
	text-align: center;
	color: #16653B!important;
	background: #F1F5F1;
	margin: unset;
	padding: unset;
	transition: .3s;
}
body .pgntn-page-pagination a,
body .pgntn-page-pagination .current {
	border-radius: 50%;
	/*border: 1px solid #16653B;*/
}
body .pgntn-page-pagination a:hover {
	background: #16653B;
	color: #FFFFFF!important;
}
.pgntn-page-pagination {
	margin: 61px 0 31px!important;
}
.pgntn-page-pagination-block > a:last-child:hover {
	background: #F1F5F1;
	color: #16653B!important;
	border: none;
}
.pgntn-page-pagination-block > a:last-child {
	font-size: 0!important;
	position: relative;
	border-radius: unset;
	border: none;
	background: transparent!important;
}
.pgntn-page-pagination-block > a:last-child:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url('icons/arrow-last.svg');
	width: 12px;
	height: 22px;
}
.pgntn-page-pagination-block > a:hover:last-child:before {
	background: url('icons/arrow-last-hover.svg');
}
.kontakty {
	padding: 63px 0 13px;
}
.kontakty .container {
	max-width: 1300px;
}
.kontakty .h1-wrapper {
	margin-bottom: 96px;
}
.kontakty-wrapper {
	display: grid;
	grid-template-columns: 458px 1fr;
	grid-gap: 93px;
	margin-bottom: 96px;
}
.kontakty-wrapper > div {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100px);
	transition: .6s;
}
.kontakty-wrapper > div:nth-child(2) {
	transform: translateX(200px);
	transition: 1s;
}
section.inview .kontakty-wrapper > div {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.kontakty-item h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1.22;
	text-transform: uppercase;
	color: #000000;
	margin: 0 0 30px;
}
.kontakt-info-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;

	justify-items: flex-start;
	align-items: flex-start;
}
.kontakt-info-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	grid-gap: 15px;
}
.kontakt-info-item-name {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
	color: #000000;
}
.kontakt-info-item-value-text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	line-height: 1.56;
	color: #555555;
}
.kontakt-info-item-phones {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.kontakt-info-item-phones > a,
.kontakt-info-item-viber > a,
.kontakt-info-item-email > a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	line-height: 1.56;
	color: #555555;
}
.google-maps-iframe iframe {
	width: 100%;
	height: 100%;
}
.kontakty-form {
	max-width: 526px;
	width: 100%;
	margin: 0 auto;
}
.form-wrapper h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	line-height: 1.22;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
.field-item {
	display: flex;
	flex-direction: column;
	position: relative;
}
.field-item > label {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.57;
	color: rgba(0, 0, 0, 0.5);
}
.field-item+.field-item {
	margin-top: 30px;
}
.field-item+.field-item.message-item {
	margin-top: 59px;
}
.form-wrapper .field-item.message-item {
	margin-bottom: 76px;
}
.form-wrapper > p {
	display: none;
}
.form-wrapper p {
	margin: unset;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 30px 58px 100px;
	max-width: 642px;
	margin: 0 auto; 
	/*border-bottom: 8px solid #16653B;*/
}
.white-popup > img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}
.white-popup .h2-wrapper {
	padding: 35px 0 2px;
	margin-bottom: 27px;
	opacity: 1;
	visibility: visible;
}
.white-popup > div {
	position: relative;
	z-index: 2;
}
.white-popup .field-item+.field-item {
	margin-top: 15px;
}
.white-popup .form-wrapper .field-item.message-item {
	margin-bottom: 26px;
	margin-top: 15px;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	z-index: 99998!important;
}
.mfp-wrap {
	z-index: 99999!important;
}
/* ZOOM */
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8); 
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); 
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8; 
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0; 
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0; 
}
.wpcf7-response-output {
	display: none!important;
}
.wpcf7-not-valid-tip {
	position: absolute;
	right: 0;
	top: -25px;
}
.burger {
	display: none;
}
.mobile-fixed-menu {
	display: none;
}
@media(min-width: 1280px) {
	/*.font-s-12 {
		font-size: 0.625vw!important;
	}*/
	.font-s-14,
	.main-header-menu ul.sub-menu > li > a,
	.field-item > label,
	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 {
		font-size: 0.729vw!important; /* 14px */
	}
	.font-s-16,
	.main-header-menu ul.menu > li > a,
	body .wpml-ls-legacy-list-horizontal a {
		font-size: 0.833vw!important;
	}
	.font-s-18,
	.baner-caption > ol li, .baner-caption > ol li > * {
		font-size: 0.938vw!important;
	}
	.font-s-20 {
		font-size: 1.042vw!important;
	}
	.font-s-25 {
		font-size: 1.302vw!important;
	}
	.font-s-28 {
		font-size: 1.458vw!important;
	}
	.font-s-30 {
		font-size: 1.563vw!important;
	}
	.font-s-35 {
		font-size: 1.823vw!important;
	}
	.font-s-40 {
		font-size: 2.083vw!important;
	}
	.font-s-60 {
		font-size: 3.125vw!important;
	}
	.font-s-64 {
		font-size: 3.333vw!important;
	}
	.font-s-70 {
		font-size: 3.646vw!important;
	}
	.font-s-80 {
		font-size: 4.167vw!important;
	}
	.font-s-100 {
		font-size: 5.208vw!important;
	}
	/*.h1-wrapper {
		padding: 4.063vw 0 1px;
	}*/
	.h1-wrapper,
	.h2-wrapper,
	.white-popup .h2-wrapper {
		padding: 2.05vw 0 6px;
	}
	.zakupovuyemo-name,
	.produkcziya-caption {
		width: 12.760vw;
		height: 3.125vw;
	}
}
@media(max-width: 1600px) and (min-width: 1280px) {
	.footer-contact-info-wrapper {
		grid-gap: 5px;
	}
	/*.istoriya-fabryky-wrapper {
		grid-template-columns: 3fr 5fr;
	}*/
	.baner-image {
		height: calc(100vw / 14.5 * 2.9);
	}
	/*.h1-wrapper,
	.h2-wrapper {
		padding-top: 37px;
	}*/
	.nashi-perevagy-delimeter {
		width: .8px;
	}
}
@media(max-width: 1440px) {
	.main-header {
		height: 120px;
	}
	.home-baner-image {
		height: calc(100vh - 120px);
	}
	#page.site {
		padding-top: 120px;
	}
}
@media(max-width: 1366px) {
	.produkcziya .h1-wrapper {
		margin-bottom: 90px;
	}
	.baner-caption > ol li, .baner-caption > ol li > * {
		font-size: calc(0.938vw - 20%)!important;
	}
}
@media(max-width: 1366px) and (min-width: 1300px) {
	.baner-caption > ol li, .baner-caption > ol li > * {
		font-size: calc(0.938vw - 20%)!important;
	}
	.baner-caption > ol li+li:before {
		width: calc(7px * .8);
    	height: calC(12px * .8);
    	background-size: contain;
	}
	.baner-caption > ol li+li {
		padding-left: calc(25px * .8);
	}
	.baner-caption > ol {
		grid-gap: calc(20px * .8);
	}
}
@media(max-width: 1280px) {
	.nashi-perevagy-delimeter {
		width: .8px;
	}
	/*.zakupovuyemo .container {
		max-width: 1112px;
	}*/
	.container,
	.main-header-wrapper,
	.container-xl {
		padding: 0 20px;
	}
	.footer-top-container {
		padding-bottom: 36px;
	}
	.istoriya > div.zhyttya-nashogo-kolektyvu {
		padding: 100px 20px 0;
	}
	/*.footer-top-container {
		padding: 20px 20px 28px;
	}*/
}
@media(max-width: 1024px) {
	.nashi-perevagy-delimeter {
		display: none!important;
	}
	.footer-contact-info-value.line-h-1 {
		line-height: 1;
	}
	.footer-contact-info-value.line-h-1 > a {
		line-height: 1.25;
	}
	.footer-contact-info-item {
		min-height: unset;
	}
	.footer-contact-info-name,
	.footer-contact-info-value {
		line-height: 1.25;
	}
	.footer-logo-wrapper {
		margin-right: 20px;
	}
	.footer-callback-wrapper .btn-default-green {
		padding: 10px 16px;
	}
	.home-baner-pattern > img {
		object-fit: cover;
	}
	.main-header-menu ul.menu > li > a {
		font-size: 12px;
	}
	.font-s-12 {
		font-size: 12px!important;
	}
	.font-s-14 {
		font-size: 14px!important;
	}
	.font-s-16 {
		font-size: 14px!important;
	}
	.font-s-18,
	.baner-caption > ol li, .baner-caption > ol li > * {
		font-size: 16px!important;
	}
	.font-s-25 {
		font-size: 20px!important;
	}
	.font-s-28 {
		font-size: 24px!important;
	}
	.font-s-30 {
		font-size: 24px!important;
	}
	.font-s-35 {
		font-size: 28px!important;
	}
	.font-s-40 {
		font-size: 32px!important;
	}
	.font-s-60 {
		font-size: 40px!important;
	}
	.font-s-64 {
		font-size: 50px!important;
	}
	.font-s-70 {
		font-size: 56px!important;
	}
	.font-s-80 {
		font-size: 44px!important;
	}
	.font-s-100 {
		font-size: 80px!important;
	}
	/*.dystrybyutoram-item .h2-wrapper .h2-bottom {
		font-size: 36px!important;
	}*/
	.h2-wrapper {
		padding-top: 30px;
	}
	.h1-wrapper {
		/*padding-top: 60px;*/
		padding-top: 30px;
	}
	.container-small {
		padding: 0 20px;
	}
	.istoriya > img {
		right: 10px;
	}
	.baner-pattern > img {
		object-fit: cover;
	}
	body .h1-wrapper {
		margin-bottom: 60px!important;
	}
	body .h2-wrapper {
		margin-bottom: 30px!important;
	}
	.baner-caption > ol li, .baner-caption > ol li > * {
		white-space: nowrap;
	}
	.product-item-name {
		padding: 0 50px;
	}
	.white-popup .h2-wrapper {
		padding-top: 30px;
	}
	.buy-harakterystyky-wrapper {
		padding: 0 15px;
	}
	.news-title, .productions-categories-info, .buy, .cooperation, .kontakty {
		padding: 30px 0 60px;
	}
	.kontakty-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 50px;
	}
	.kontakty-item h3 {
		margin-bottom: 30px;
	}
	.kontakt-info-wrapper {
		grid-gap: 20px;
	}
	.kontakt-info-item {
		grid-gap: 15px;
	}
}
@media(max-width: 940px) {
	.main-header-phones-lang-wrapper {
		grid-gap: 26px;
	}
	.main-header-menu {
		display: none;
	}
	.main-header-phones-wrapper {
		display: none;
	}
	.burger {
		display: block;
		line-height: 1;
	}
	.mobile-fixed-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		position: fixed;
		top: 0;
		right: -101vw;
		background: #FFFFFF;
		width: 100%;
		max-width: 390px;
		height: 100%;
		transition: .3s;
		z-index: 99999;
		padding: 31px 0 27px;
		border-bottom: 8px solid #16653B;
		box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
		overflow-y: auto;
	}
	.mobile-fixed-menu.open {
		right: 0;
	}
	.mobile-fixed-menu > a {
		position: absolute;
		right: 20px;
		top: 31px;
	}
	.mobile-header-menu {
		width: 100%;
	}
	.mobile-header-menu ul.menu {
		padding: unset;
		margin: unset;
		list-style: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		grid-gap: 40px;
		padding-bottom: 42px;
		margin-bottom: 25px;
		border-bottom: 1px dashed rgba(22, 101, 59, 0.1);
		width: 100%;
	}
	.mobile-header-menu ul.menu > li {
		text-align: center;
	}
	.mobile-header-menu ul.menu > li > a {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 600;
		font-size: 20px;
		line-height: 24px;
		text-transform: uppercase;
		color: #16653B;
		text-shadow: 0px 5px 10px #FFFFFF;
	}
	.mobile-header-menu ul.menu > li.current-menu-item > a {
		font-weight: 700;
		text-shadow: none;
	}
	.mobile-header-menu ul.menu > li.menu-item-has-children > a {
		position: relative;
	}
	.mobile-header-menu ul.menu > li.menu-item-has-children > a:before {
		position: absolute;
		content: '';
		right: -25px;
		top: 8px;
		transition: .3s;
		width: 12px;
		height: 8px;
		background-image: url('icons/arrow-down.svg');
	}
	.mobile-header-menu ul.menu > li.menu-item-has-children.active > a:before {
		transform: rotate(180deg);
	}
	.mobile-header-menu ul.menu ul.sub-menu {
		display: none;
		margin: unset;
		padding: unset;
		list-style: none;
		margin-top: 10px;
	}
	.mobile-header-menu ul.menu ul.sub-menu > li + li {
		margin-top: 15px;
	}
	.mobile-header-menu ul.menu ul.sub-menu > li > a {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
		color: #16653B;
		text-shadow: 0px 5px 10px #FFFFFF;
	}
	.mobile-header-menu ul.menu ul.sub-menu > li.current-menu-item > a {
		font-weight: 700;
		text-shadow: none;
	}
	.mobile-phones-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		grid-gap: 24px;
	}
	.mobile-phones-wrapper > a {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		text-transform: uppercase;
		color: #16653B;
		display: flex;
		justify-content: center;
		align-items: center;
		grid-gap: 14px;
	}
}
@media(min-width: 769px) {
	.istoriya-fabryky-item > .istoriya-fabryky-item {
		display: none;
	}
	.yak-my-cze-robymo-item > .yak-my-cze-robymo-item {
		display: none;
	}
	.pryjmaemo-investycziyi-item > .pryjmaemo-investycziyi-item {
		display: none;
	}
	.dystrybyutoram-item > .dystrybyutoram-item {
		display: none;
	}
}
@media(max-width: 1024px) and (min-width: 769px) {
	.nashi-perevagy-wrapper {
		padding-right: 30px;
	}
	.footer-callback-wrapper .footer-title {
		margin-bottom: 28px;
	}
}
@media(max-width: 768px) {
	.footer-top-container {
		display: grid;
		grid-template-columns: 2fr 1fr;
		grid-gap: 20px;
	}
	.footer-logo-contact-wrapper {
		display: grid;
		grid-template-columns: 1fr 2fr;
		grid-gap: 20px;
	}
	.footer-logo-wrapper {
		width: 100%;
		margin-right: 0;
	}
	.main-header-menu {
		display: none;
	}
	.istoriya-fabryky-wrapper {
		grid-template-columns: 1fr;
	}
	.istoriya-fabryky-wrapper > div:first-child {
		display: none;
	}
	.istoriya-fabryky-item > .istoriya-fabryky-item {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}

	.yak-my-cze-robymo-wrapper {
		grid-template-columns: 1fr;
	}
	.yak-my-cze-robymo-wrapper > div:last-child {
		display: none;
	}
	.yak-my-cze-robymo-item > .yak-my-cze-robymo-item {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}
	.yak-my-cze-robymo-wrapper > div:first-child {
		padding-right: unset;
	}
	.nashi-perevagy-wrapper {
		display: grid;
		grid-gap: 40px;
		grid-template-columns: repeat(3, 1fr);
	}
	.nashi-perevagy-item {
		width: auto;
	}
	.nashi-perevagy-item+.nashi-perevagy-item:before {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		width: 1px;
		height: 100%;
		background: rgba(22, 101, 59, 0.1);
	}
	.nashi-perevagy-wrapper > div:nth-child(4):before {
		display: none;
	}
	/*.zakupovuyemo-wrapper {
		grid-gap: 40px;
	}*/
	.pryjmaemo-investycziyi-wrapper {
		grid-template-columns: 1fr;
	}
	.pryjmaemo-investycziyi-wrapper > div:first-child {
		display: none;
	}
	.pryjmaemo-investycziyi-item > .pryjmaemo-investycziyi-item {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}

	.dystrybyutoram-wrapper {
		grid-template-columns: 1fr;
	}
	.dystrybyutoram-wrapper > div:last-child {
		display: none;
	}
	.dystrybyutoram-item > .dystrybyutoram-item {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}
	.products-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.h1-wrapper {
		padding-top: 40px;
	}
	.font-s-100 {
		font-size: 60px!important;
	}
	body .h1-wrapper {
		margin-bottom: 40px!important;
	}
	.buy-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.cooperation {
		padding-bottom: unset;
	}
	.news-list-item {
		grid-template-columns: 1fr 2fr;
		grid-gap: 20px;
	}
	.news-list-image > img {
		object-fit: contain;
	}
	.baner-image {
		height: 150px;
	}
	.kontakty-wrapper {
		grid-template-columns: 1fr;
	}
	.google-maps-iframe {
		min-height: 350px;
	}
}
@media(min-width: 700px) {
	.home-baner-caption h1,
	.home-baner-caption .h1 {
		white-space: nowrap;
	}
}
@media(max-width: 650px) {
	.news-list-image {
		padding-bottom: 75.5%;
	}
	.news-list-image > img {
		object-fit: cover;
	}
	.footer-bottom-wrapper {
		grid-template-columns: 1fr;
	}
	.footer-bottom-wrapper > div {
		display: flex;
		justify-content: center!important;
	}
	.white-popup .field-item+.field-item {
		margin-top: 5px;
	}
	.footer-logo-wrapper {
		display: flex;
		justify-content: center;
	}
	.footer-contact-info-item {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-contact-info-name {
		margin-bottom: 3px;
	}
	.footer-contact-info-value {
		line-height: 20px;
	}
	textarea {
		height: 80px;
	}
	.white-popup .h2-wrapper {
		padding-top: 20px;
		margin-bottom: 20px!important;
	}
	body .h1-wrapper {
		padding-top: 25px;
	}
	.h2-wrapper h2, .h2-wrapper .h2 {
		line-height: 1;
		font-size: 20px!important;
	}
	.h2-wrapper .h2-bottom {
		font-size: 40px!important;
	}
	.footer-top-container {
		grid-template-columns: 1fr;
		padding-bottom: 25px!important;
		grid-gap: 25px;
	}
	.footer-callback-wrapper .footer-title {
		text-align: center;
	}
	.footer-title {
		align-self: center;
	}
	.footer-contact-info-wrapper {
		margin-bottom: 25px;
	}
	.main-footer .footer-socials-wrapper {
		justify-content: center;
		width: 100%;
	}
	.footer-logo-contact-wrapper {
		grid-template-columns: 1fr;
	}
	.font-s-64 {
		font-size: 35px!important;
	}
	.h2-wrapper {
		padding-top: 25px;
	}
	#home-baner-swiper.inview .home-baner-caption {
		transform: translate(-50%, -50%);
		left: 50%;
	}
	.footer-bottom-wrapper {
		flex-direction: column;
	}
	.btn-start-wrapper {
		justify-content: center;
	}
	.container,
	.container-small,
	.container-xl {
		overflow-x: hidden;
	}
	.nashi-perevagy-wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px 15px;
		padding: 0 20px;
	}
	.nashi-perevagy-item > img {
		top: 0;
		left: 50%;
		height: 110px;
		width: auto;
	}
	.nashi-perevagy-item+.nashi-perevagy-item:before {
		display: none;
		height: 1px;
		width: 100%;
	}
	.nashi-perevagy-icon {
		margin-bottom: 30px;
	}
	.nashi-perevagy-item+.nashi-perevagy-item {
		padding: 6px 0 0;
	}
	.nashi-perevagy-name {
		font-size: 16px!important;
	}
	.zakupovuyemo {
		padding-top: 10px;
	}
	.sered-nashyh-kliyentiv {
		padding-top: 25px;
	}
	/*.zakupovuyemo-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
		margin-bottom: 30px;
	}*/
	.zakupovuyemo-name {
		height: auto;
		width: auto;
		min-width: 83px;
		padding: 4px 10px 3px;
		bottom: 7px;
		font-size: 16px!important;
	}
	.prev-slide,
	.next-slide {
		width: 20px;
	}
	.prev-slide > svg,
	.next-slide > svg {
		width: 100%;
		height: auto;
	}
	.font-s-80 {
		font-size: 40px!important;
	}
	/*.dystrybyutoram-item .h2-wrapper .h2-bottom {
		font-size: 36px!important;
	}*/
	.nashi-dosyagnennya {
		padding-bottom: 20px;
	}
	.nashi-dosyagnennya-wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 35px 16px;
	}
	.nashi-dosyagnennya-item > img {
		height: 110px;
		width: auto;
		left: 29px;
	}
	.nashi-dosyagnennya-item-top {
		top: 0;
	}
	.nashi-dosyagnennya-item-prefix-postfix {
		font-size: 16px!important;
	}
	.nashi-perevagy-item {
		padding: 20px 0;
	}
	.nashi-dosyagnennya-item {
		padding: 55px 0 0;
		justify-content: flex-start;
	}
	.nashi-dosyagnennya-item-name {
		height: auto;
		-webkit-line-clamp: unset;
	}
	.nashi-dosyagnennya-item-number {
		font-size: 40px!important;
		white-space: nowrap;
	}
	.home-baner-caption {
		/*left: 50%;
		top: 50%;
		transform: translateY(-50%);*/
		width: -moz-fit-content;
		width: fit-content;
	}
	.home-baner-bottom-caption {
		height: auto;
		padding: 5px 0;
	}
	.main-header-phones-wrapper {
		display: none;
	}
	.main-header {
		height: 90px;
	}
	#page.site {
		padding-top: 90px;
	}
	.home-baner-image {
		height: calc(100vh - 90px);
	}
	.nashi-perevagy-item+.nashi-perevagy-item {
		padding-left: unset;
	}
	.istoriya-fabryky {
		padding: 60px 0 30px;
	}
	.istoriya-wrapper {
		flex-direction: column;
	}
	.istoriya-wrapper.istoriya-wrapper-active {
		border-radius: 135px 135px 0 0;
	}
	.istoriya > img {
		width: calc(100% - 10px);
	}
	.produkcziya-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
	.font-s-100 {
	    font-size: 50px!important;
	}
	.font-s-35 {
		font-size: 20px!important;
		line-height: 43px;
	}
	.sered-nashyh-kliyentiv .swiper-container {
		margin: 0 30px;
	}
	.yak-my-cze-robymo {
		padding-bottom: 10px;
	}
	/*.h1-wrapper .h1-bottom,
	.h2-wrapper .h2-bottom {
		display: none!important;
	}*/
	.baner-caption > ol {
		flex-direction: column;
		grid-gap: 10px;
	}
	.baner-caption > ol li {
		text-align: center;
	}
	.baner-caption > ol li+li:before {
		left: 50%;
		top: 0;
		transform: translateX(-50%) rotate(90deg);
	}
	.baner-caption > ol li+li {
		padding-left: unset;
		padding-top: 17px;
	}
	.products-wrapper {
		grid-template-columns: 1fr;
	}
	.white-popup {
		padding: 30px 25px 70px;
	}
	.buy-wrapper {
		grid-template-columns: 1fr;
	}
	.buy .text-simple {
		margin-bottom: 30px;
	}
	.news-list-item {
		grid-template-columns: 1fr;
	}
	.home-baner-caption h1, .home-baner-caption .h1 {
		font-size: 24px!important;
		display: flex;
		flex-direction: column;
	}
	.pryjmaemo-investycziyi {
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.dystrybyutoram {
		padding-top: 30px;
	}
	.container, .main-header-wrapper, .container-xl, .main-footer > .top-footer-text {
		padding: 0 15px;
	}
	.h1-wrapper .h1-bottom {
		font-size: 40px!important;
	}
	.h1-wrapper h1, .h1-wrapper .h1 {
		font-size: 20px!important;
	}
	.news-title, .productions-categories-info, .buy, .cooperation, .kontakty {
		padding-bottom: 30px;
	}
	.news-item-name {
		margin-bottom: calc(16px * 1.22);
	}
	.news-item-content p {
		margin-bottom: calc(14px * 1.375);
	}
	.news-list-item {
		padding-bottom: 28px;
	}
	.news-list {
		grid-gap: 25px;
	}
}
@media(max-width: 450px) {
	.mobile-fixed-menu {
		max-width: 100%;
	}
}
/* GTS End */