/*!
Theme Name: interjuice
Theme URI: https://underscores.me/
Author: Underscores.me
Author URI: https://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: interjuice
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.

interjuice 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
	 ========================================================================== */
:root {
	--font-family-sans-serif: 'Roboto', sans-serif!important;
}
/**
 * 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;
	overflow-x: hidden!important;
}

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

/**
 * 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 https://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: -apple-system, 'Roboto', sans-serif!important;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
	font-weight: 300!important;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
::selection {
	color: #2E363E;
	background: #F6FCF0;
}
a {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #fff;
	text-decoration: none!important;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.size-243x44 {
	width: 243px !important;
	height: 44px !important;
}

/* 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;
	margin-right: 10px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase!important;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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



/*--------------------------------------------------------------
## Custom code
--------------------------------------------------------------*/

.row {
	overflow-x: hidden!important;
	overflow-y: hidden!important;
}
section {
	overflow-x: hidden!important;

}

#lang_choice_1 {
	/*background: #ccc;*/
	border-radius: 50px;
	padding: 3px 7px;
}

.site-header {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 0;
	z-index: 99999;
	position: fixed;
	background: #fff;
	width: 100%;
	top: 0;
	border-bottom: 1px solid #dfdfdf;
}

.admin-bar .site-header {
	top: 32px;
}

.main-navigation {
	width: auto!important;
}

.main-navigation .menu > li {
	padding: 3px 3px 2px;
	margin-left: 10px;
}

#main-menu {

}

#primary-menu a {
color: #a1a2a4!important;
}

#primary-menu .current-menu-item a {
	color: #000!important;
	font-weight: 700;
}

section.custom__header {
	padding: 50px 0;
	min-height: 400px;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	background-repeat: no-repeat!important;
	background-position: center;
	/*background-size: cover!important;*/

}

section.custom__header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	z-index: -1;	*/
	background: #000;
	opacity: 0.3;
}
.custom__header h1 {
	color: #fff;
	z-index: 99999;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 60px;
	

}

section.one {
	padding: 50px 0;
	position: relative;
}

.one::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url('https://interjuice.com.ua/wp-content/uploads/2021/12/section2_bg.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 230px;
}


.one__h1 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 60px;
	color: #2E363E;
	margin-bottom: 24px;
}
.one__description {

	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 143%;
	letter-spacing: -0.2px;
	color: #434B53;

}

.main-button {

	font-family: Montserrat!important;
	font-style: normal!important;
	font-weight: 500!important;
	font-size: 18px!important;
	line-height: 152%!important;
	color: #FFFFFF!important;
	padding: 20px 40px!important;
	display: inline-block!important;
	border-radius: 10px!important;
	background: #FEB101!important;
	transition: all .3s;
}

.main-button:hover {
	background: #FEB101!important;
	box-shadow: 3px 1px 5px 0px rgb(254 177 1 / 30%);

}

.one__button {
	margin-top: 40px;
}

.one__img {
	text-align: right;
}

.single-catalog {
	padding: 50px 0;
}

.single-catalog  #primary-menu .menu__parent-active a {
	color: #000!important;
	font-weight: 700;
}

.about {
	padding: 50px 0;
	background: #F6FCF0;
}

.about__h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	margin-top: 0!important;
	line-height: 133%;
	color: #2E363E;
}

.about__text {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	color: #2E363E;
	background: url('https://interjuice.com.ua/wp-content/uploads/2022/01/logo_normalnoe_ccexpress.png');
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: 370px;
	position: relative;
	z-index: 2;
}

.about__text::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.9;
}

.about__text p {
	z-index: 99;
	position: relative;
}

.about__img {
	text-align: right;
}

.power {
	padding: 50px 0;
	position: relative;
	background: #F6FCF0;
}



.power__item-wrap {
	/*display: flex;
	flex-direction: row;
	flex-wrap: wrap;*/
	/*justify-content: center;*/
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	color: #2E363E;

}

.power__item {
	margin-bottom: 20px;
	padding: 20px;
	/*background: #fff;*/
	border-radius: 0px;
	position: relative;
	border-right: 1px dashed grey;
}

.power__item::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: grey;
	top: 0px;
	right: -10px;
	transition: all .5s;
}

.power__item_img img {
	height: auto;
	max-width: 165px;
	width: 100%;
	border-radius: 50%;
	position: relative;
}
.power__item_img {
	position: relative;
	border-radius: 50%;
	border-radius: 10px;
	text-align: center;
	max-width: 300px;
	width: 100%;
}

/*.power__item_img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	border-radius: 50%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}*/
.power__item_img span {
	position: absolute;
	top: 50%;
	z-index: 99999;
	left: 0;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 133%;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}

.power__item_img span strong {
	font-size: 32px!important;
}
.power__item_img img {
	/*border-radius: 50%;*/
}

.power__item-title {
	text-align: center;
	margin-top: 15px;
	color: #fff;
}

.power__item-title p {
	color: #fff;
}

.power__h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	margin-top: 0!important;
	line-height: 133%;
	margin-bottom: 20px;
	color: #2E363E;
	text-align: center;
}



section.benefits {
	padding: 50px 0;
}

.benefits__h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	text-align: center;
	line-height: 133%;
	color: #2E363E;
}

.benefits__item {
	display: flex;
	align-items: center;
	margin: 50px 0 35px;
}


.benefits__item-img {
	width: 45px;
	height: 45px;
	background: #feb110;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;		
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-right: 25px;
	font-size: 27px;
	line-height: 36px;
}


.benefits__item-text {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 152%;
	color: #2E363E;
}

section.catalog {
	padding: 50px 0;
	background: #F6FCF0;
}

.catalog__h2 {
	text-align: center;
	margin-bottom: 50px;
	color: #fff;
}

.catalog__item {
	padding: 30px;
	/*border: 1px solid #F2F6FA;*/
	border-radius: 10px 10px;
	text-align: center;
	/*margin-bottom: 30px;*/
	/*background: #fff;*/
}
.catalog__item-img {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*position: relative;*/
	align-content: center;
	justify-content: center;
	transition: all .3s;
}
.catalog__item-img-custom img {
	border-radius: 50%;
	max-height: 70px;
	
}
.catalog__item-img-custom-big-h3 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	display: block;
	
	font-weight: 700;
}
.catalog__item-img img {
	max-width: 210px;
	width: auto;
	height: auto;
	/*border-radius: 50%!important;*/
	position: relative;
}



.col-fl {

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	align-items: center;
}
.row.no-ovf {
	overflow-x: visible!important;
	overflow-y: visible!important;
	justify-content: center;
}

/*.hover__show::before {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}

.catalog__item-name {
	margin: 12px 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 143%;
	color: #2E363E;
}

.catalog__item-descr {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #2E363E;
}

.catalog__item-button {
	display: inline-block;
	text-align: center;
	margin-top: 20px;
	width: 100%;
}
.secont-button {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	font-size: 18px;
	line-height: 152%;
	color: #FEB101!important;
	padding: 20px 40px;
	background: #FFFFFF;
	border: 1px solid #FEB101;
	border-radius: 10px;
	transition: all .2s;
}

.secont-button:hover {
	color: #fff!important;
	background: #FEB101!important;
	box-shadow: 3px 1px 5px 0px rgb(254 177 1 / 30%);
}

.catalog__link {
	text-align: center;
}

section.form {
	padding: 50px 0;

}

.form__h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 20px;
	color: #2E363E;
}

.form__descr {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 143%;
	text-align: center;
	color: #2E363E;
	margin-bottom: 60px;
}

.form__item {

}
.form__item form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.form__item form p {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.form__item label {

	display: inline-flex;
	width: auto;
	margin-right: 20px;
	margin-bottom: 0 !important;
	/*flex: 0 0 32%;*/
}

.form__item label.checkbox {
	text-align: center;
	flex: 0 0 100%;
	display: inline-block;
}
.form__item input {
	background: #F2F6FA;
	border-radius: 10px;
	font-size: 15px;
	line-height: 160%;
	color: #7E868E;
	padding: 14px 20px 14px 20px;
}

.form__item .wpcf7-submit {
	padding: 15px 35px!important;
	font-size: 15px!important;
}


section.gallery {
	padding: 50px 0;

}
.gallery h3 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 133%;
	text-align: center;
	margin-bottom: 50px;
	color: #2E363E;
}
.gallery__h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 133%;
	text-align: center;
	margin-bottom: 50px;
	color: #2E363E;
}

.gallery__item {
	margin-bottom: 30px;
}

.gallery__item-page-title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 133%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #2E363E;
}

.gallery__item-page-button {
	text-align: center;
}

.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.contact {
	padding: 50px 0;
}

.contact__h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.contact__item-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding-left: 50px;
	position: relative;
}

.contact__item-wrapper::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: url('https://interjuice.com.ua/wp-content/uploads/2021/12/icon.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 40px;
	height: 40px;
	background-size: cover;
}


.contact__item {
	flex: 0 0 100%;
	color: #fff;
	margin-bottom: 20px;
}
.contact__item a {
	color: #fff;
}

.contact__item-head {
	font-family: 'Roboto', sans-serif;
	color: #fff;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;
display: flex;
align-items: center;

}

.contact__item-text {
	color: #2E363E;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	display: flex;
	align-items: center;

}

.contact-page .contact__item-wrapper {
	margin-bottom: 30px;
	color: #fff;
}

.contact-page h3 {
	display: block;
	width: 100%;
}

.contact-page .contact__item-full {
	/*display: flex;*/
	width: 100%;
	flex-direction: column;
}

.contact-page .contact__item-btn {
	outline: none;
	font-family: Montserrat!important;
	font-style: normal!important;
	font-weight: 500!important;
	font-size: 18px!important;
	line-height: 152%!important;
	color: #FFFFFF!important;
	text-align: center;
	padding: 12px 30px!important;
	display: inline-flex!important;
	border-radius: 10px!important;
	background: #FEB101!important;
	transition: all .3s;
	border: none!important;
}

.contact-page .contact__map {
	/*display: none;*/
	transition: all .3s;
	height: 0;
	opacity: 0;
	overflow: hidden;

}

.contact__map.active {
	height: 100%;
	opacity: 1;
	overflow: visible;
	margin-top: 20px;
}

section.news {
	padding: 50px 0;
	position: relative;
	background: #F6FCF0;
}

.news__h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #2E363E;
	margin-bottom: 50px;
}

.news__item {
	background: #fff;
	border-radius: 10px;
	position: relative;
	padding: 15px 20px;
	margin-bottom: 30px;
	display: flex;
	color: #2e363e!important;

}

.news__item-title{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	color: #2E363E;
	margin-bottom: 10px;
	margin-top: 10px;
}

.news__item-img img {
	border-radius: 10px;
	max-width: 300px;
	margin-right: 20px;
}

.news__item a {
	color: #2E363E;
}

.news__item-button {
	display: flex;
}


.my__map {
	padding: 50px 0;
	position: relative;
}

.my__map-title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #2E363E;
	margin-bottom: 30px;
}

section.footer {
	text-align: center;
	padding: 30px 0 0;
	border-top: 1px solid #7E868E;
}
.footer__links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	flex-wrap: wrap;
	list-style-type: none!important;
}

.footer__links a {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	margin-right: 25px;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #7E868E;
}
#menu-footer {
	margin-left: 0!important;
	padding-left: 0!important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0 !important;
	flex-wrap: wrap;
	list-style-type: none!important;
}

#menu-footer li {
	list-style-type: none!important;

}


.footer__links .footer__link::last-child {
	margin-right: 0;
}

.footer__copy {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	color: #7E868E;
}

.footer__copy-text {
	text-align: left!important;
}

.wpcf7-not-valid-tip {
	display: none!important;
}

.wpcf7-form-control-wrap textarea {
	margin-top: 20px;
	border-radius: 10px;
	background: #F2F6FA;
	padding: 10px;
}

section.product {
	padding: 100px 0;
	position: relative;
	background: #F6FCF0;
	
}

.product__category-description {
	/*background: #fff;*/
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
}

.product .container-f {
	position: relative;
	z-index: 99;	
}

/*.product .container-f::before {
	content: '';
	position: absolute;
	top: 0;
	right: -240px;

	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 350px;
	z-index: 1;
	width: 340px;
	height: 350px;
}*/

.product__category-description h2 {
	text-align: center;
	font-weight: 500;
	margin-bottom: 15px;
}
.quality__text {
	text-indent: 10px;
}

.main__custom-product .product__category-description {
  padding: 0 !important;
  margin-bottom: 10px !important;

}
.product__category-description p {
	text-indent: 1.5em;
	margin-bottom: 10px;
	text-align: justify;
}

.main__custom-product .product__category-description h2 {
  padding: 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: 700;
}

.main__custom-product .catalog__item {
  padding: 0 !important;
  flex: 0 0 27%;
}

.wpcf7-not-valid {
	border: 1px solid #dc3232!important;
}
.wpcf7-spinner {
	width: 0!important;
	height: 0!important;
	overflow: hidden;
	display: none!important;
}

.ui-widget.ui-widget-content {
	border: none;
	background: transparent;	
}

.ui-widget-header {
	background: #fff!important;
}
.ui-tabs .ui-tabs-panel {
	padding: 1.2em 0!important;
}

.ui-tabs .ui-tabs-nav {
	display: flex;
	justify-content: center;
	border: none!important;
	background: transparent!important;
	flex-wrap: wrap;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	color: #7e868e!important;
	border: none!important;
	background: #fff!important;
	border-radius: 10px;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
	color: #7e868e!important;
	border: none!important;
	background: transparent!important;

}

.ui-state-active a, 
.ui-state-active a:link, 
.ui-state-active a:visited {
	color: #7e868e!important;
}

.ui-accordion .ui-accordion-header {
	padding-left: 0!important;
	user-select: none;
	background: #fff!important;
}

.ui-accordion .ui-accordion-content {
	padding-left: 10px!important;
	padding-right: 10px!important;
	margin-bottom: 10px!important;
}

.ui-widget-content {
	border: none!important;
}

section.sertificate {
	padding: 50px 0;
	position: relative;
} 

.sertificate__h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #2E363E;
}

.sertificate__descr {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
}

.culture {
	padding: 50px 0;
	/*background: url('https://interjuice.com.ua/wp-content/uploads/2022/01/logo_normalnoe_ccexpress.png');
	background-position: center 100px;
	background-repeat: no-repeat;
	background-size: 500px;*/
	position: relative;

}

.culture::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.9;
}


.culture__h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #2E363E;
	margin-bottom: 20px;
}

.culture__item-title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 35px;
	text-align: left;
	color: #2E363E;
	margin-bottom: 20px;
	margin-top: 10px;

}
.culture__item-text p {
	text-align: justify;
}

.scheme {
	padding: 50px 0;
	position: relative;
}

.scheme__h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #2E363E;
	margin-bottom: 20px;
}
.site-branding {
	z-index: 999999;
}

.quality {
	padding: 50px 0;
	position: relative;
}

.quality__h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #2E363E;
	margin-bottom: 20px;
}


.invest {
	padding: 50px 0;
	position: relative;
	background: #F6FCF0;
}

.invest__h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #2E363E;
	margin-bottom: 20px;
}

.invest__item-title {
		font-size: 28px;
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: bold;
		margin-bottom: 20px;
		line-height: 36px;
}

.invest__item-documents h3 {
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 32px;
}

.invest__item {
	margin-bottom: 20px;
}

.invest__item-img {
	margin-bottom: 20px;
}

.invest__site a {
	margin-top: 10px;
	padding: 13px 30px!important;
	/*color: #2E363E!important;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 32px;*/
}


.invest__item-list {
	margin-left: 0!important;
	padding-left: 20px;
	/*margin-bottom: 5px;*/
}


.invest__item-list li a {
 color: #2E363E!important;
 
}
.invest__item-list li {
	margin-bottom: 8px;
}
.invest__item-list li:hover a{
 color: #2E363E!important;
}

.invest__item-list-codms {
	margin-left: 0!important;
	padding-left: 0;
	list-style-type: none!important; 
}

.invest__item-list-codms li a {
 color: #2E363E!important;
}

.invest__item-list-codms li:hover a {
 color: #2E363E!important;
}

.mobile__lang {
	padding-left: 0!important;
}


/*   Timeline   */

.timeline {
	padding: 50px 0;
	position: relative;
}

.timeline__title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #2E363E;
	margin-bottom: 20px;
}

.timeline__item {
	text-align: center;
	flex: 0 0 20%;
	position: relative;
	transition: all .5s;
	
}

.timeline__item::before {
	content: "";
	top: 50px;
	left: 0;
	width: 100%;
	height: 1px;
	background: grey;
	position: absolute;
	z-index: -1;
	transition: all .5s;
}

.timeline__item-year {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 25px;
	padding: 31px 0;
	transition: all .5s;
}

.timeline__item-year::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	z-index: -1;
	height: 100px;
	/*background: red;*/
	border-radius: 50%;
	transition: all .5s;

}

.timeline__item:nth-child(1)::before,
.timeline__item:nth-child(1) .timeline__item-year::before {
	background: #417409;
	transition: all .5s;
}

.timeline__item:nth-child(2)::before,
.timeline__item:nth-child(2) .timeline__item-year::before {
	background: #5d940d;
	transition: all .5s;
}

.timeline__item:nth-child(3)::before,
.timeline__item:nth-child(3) .timeline__item-year::before {
	background: #86c114;
	transition: all .5s;
}

.timeline__item:nth-child(4)::before,
.timeline__item:nth-child(4) .timeline__item-year::before {
	background: #afe63c;
	transition: all .5s;
}

.timeline__item:nth-child(5)::before,
.timeline__item:nth-child(5) .timeline__item-year::before {
	background: #d4f484;
	transition: all .5s;
}





.timeline__item-year::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	transform: translateX(-50%);
	border-radius: 50%;
	background: grey;
	bottom: -6px;
	transition: all .5s;
	left: 50%;
}

.timeline__item-wrapper {
	display: flex;
	transition: all .5s;
}

.timeline__item-descr {
	text-align: center;
	padding: 150px 0 0px;
	position: relative;
	transition: all .5s;
}

.timeline__item-descr::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 130px;
	background: grey;
	transition: all .5s;
}

.timeline__item-descr::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	transform: translateX(-50%);
	border-radius: 50%;
	background: grey;
	top: 130px;
	left: 50%;
	transition: all .5s;
}


.timeline__item:nth-child(2n) .timeline__item-descr::before {
	height: 40px;
	transition: all .5s;
}

.timeline__item:nth-child(2n) .timeline__item-descr::after {
	top: 40px;
	transition: all .5s;
}

.timeline__item:nth-child(2n) .timeline__item-descr {
	padding: 50px 0 0px;
	transition: all .5s;
}
.timeline__item-hover {
	transition: all .5s;
}
.timeline__item-hover .timeline__item-descr {
		padding-top: 10px!important;	
		transition: all .5s;
}

.timeline__item-hover .timeline__item-descr::before {
	height: 10px!important;	
}

.timeline__item-hover .timeline__item-descr::after {
	top: 10px!important;	
}



/*  Power   */
.power__timeline {
	padding: 50px 0;
	position: relative;
}

.power__timeline-title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #2E363E;
	margin-bottom: 20px;
}

.power-timeline__item {
	text-align: center;
	flex: 0 0 16%;
	position: relative;
	transition: all .5s;
	
}

/*.power-timeline__item::before {
	content: "";
	top: 50px;
	left: 0;
	width: 100%;
	height: 1px;
	background: grey;
	position: absolute;
	z-index: -1;
	transition: all .5s;
}*/

.power-timeline__item-year {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 25px;
	padding: 31px 0;
	transition: all .5s;
	margin: 0 auto;
	max-width: 140px;
}

.power-timeline__item-year::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 140px;
    z-index: -1;
    height: 140px;
    /* background: red; */
    border-radius: 50%;
    transition: all .5s;
}

.power-timeline__item:nth-child(1)::before, 
.power-timeline__item:nth-child(1) .power-timeline__item-year::before {
	background: url('https://interjuice.com.ua/wp-content/uploads/2023/01/bg2.png');
	background-size: 140px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;

}

.power-timeline__item:nth-child(2)::before, 
.power-timeline__item:nth-child(2) .power-timeline__item-year::before {
	background: url('https://interjuice.com.ua/wp-content/uploads/2023/01/bg3.png');
	background-size: 140px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;

}
.power-timeline__item:nth-child(3)::before, 
.power-timeline__item:nth-child(3) .power-timeline__item-year::before {
	background: url('https://interjuice.com.ua/wp-content/uploads/2023/01/bg4.png');
	background-size: 140px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;

}
.power-timeline__item:nth-child(4)::before, 
.power-timeline__item:nth-child(4) .power-timeline__item-year::before {
	background: url('https://interjuice.com.ua/wp-content/uploads/2023/01/bg5.png');
	background-size: 140px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;

}
.power-timeline__item:nth-child(5)::before, 
.power-timeline__item:nth-child(5) .power-timeline__item-year::before {
	background: url('https://interjuice.com.ua/wp-content/uploads/2023/01/bg6.png');
	background-size: 140px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;

}

.power-timeline__item:nth-child(6)::before, 
.power-timeline__item:nth-child(6) .power-timeline__item-year::before {
	background: url('https://interjuice.com.ua/wp-content/uploads/2023/01/bg7.png');
	background-size: 140px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;

}

.power-timeline__item-year::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	transform: translateX(-50%);
	border-radius: 50%;
	background: grey;
	bottom: -6px;
	transition: all .5s;
	left: 50%;
}

.power__timeline-item-wrapper {
	display: flex;
	transition: all .5s;
}

.power-timeline__item-descr {
	text-align: center;
	padding: 150px 0 0px;
	position: relative;
	transition: all .5s;
}

.power-timeline__item-descr::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 130px;
	background: grey;
	transition: all .5s;
}

.power-timeline__item-descr::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	transform: translateX(-50%);
	border-radius: 50%;
	background: grey;
	top: 130px;
	left: 50%;
	transition: all .5s;
}

.power-timeline__item:nth-child(2n) .timeline__item-descr::before {
	height: 40px;
	transition: all .5s;
}

.power-timeline__item:nth-child(2n) .timeline__item-descr::after {
	top: 40px;
	transition: all .5s;
}

.power-timeline__item:nth-child(2n) .timeline__item-descr {
	padding: 50px 0 0px;
	transition: all .5s;
}
.power-timeline__item-hover {
	transition: all .5s;
}
.power-timeline__item-hover .timeline__item-descr {
		padding-top: 10px!important;	
		transition: all .5s;
}

.power-timeline__item-hover .power-timeline__item-descr::before {
	height: 10px!important;	
}

.power-timeline__item-hover .power-timeline__item-descr::after {
	top: 10px!important;	
}



/*   Pack   */
.pack__title  {
	font-size: 55px;
	text-align: center;
}

.pack__subtitle {
	text-align: center;
	font-size: 28px;
	margin-bottom: 40px;
}

.pack__item {
	margin-bottom: 30px;
}

.pack__item-title {
	text-align: center;
	position: relative;
	font-size: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.pack__item-title span {
	background: #fff;
	position: relative;
	display: inline-block;

}

.pack__item-title span::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -20px;
}
.pack__item-title span::after {
	content: "";
	width: 20px;
	height: 5px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: -20px;
}


.pack__item-title::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #417409;
	position: absolute;
	top: 50%;
	left: 0;
}

.pack__item-img {
	text-align: center;
}

.pack__item-img img {
	max-height: 130px;
}


.pack__item_1 .pack__item-title::before {
	background: #417409!important;
}
.pack__item_2 .pack__item-title::before {
	background: #5d940d!important;
}
.pack__item_3 .pack__item-title::before {
	background: #86c114!important;
}
.pack__item_4 .pack__item-title::before {
	background: #afe63c!important;
}
.pack__item_5 .pack__item-title::before {
	background: #d4f484!important;
}



.clients__title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #2E363E;
	margin-bottom: 20px;
}

.clients__item {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.socials {
	padding: 50px 0;
	position: relative;
}
	
.socials__title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #2E363E;
	margin-bottom: 20px;
}	

.socials__wrapper {
	display: flex;	
	justify-content: flex-end;	
	align-items: center;	
	flex-wrap: wrap;
}
.socials__link {
	display: block;	
	margin-right: 20px;
}

.socials__link img {
	max-width: 30px!important;
}

.socials__link:last-child {
	margin-right: 0!important;
}

.awsm-job-post-title a {
	color: #333!important;
}
.awsm-job-more {
	color: #333!important;

}

.awsm-job-container {
	margin-top: 90px;
}

.awsm-job-form-inner h2 {
	font-size: 25px;

}


@media (max-width: 1200px) {

	.one__h1 {
		font-size: 38px;
		line-height: 48px;
	}

	.form__item form p {
		justify-content: space-between;
	}
	.form__item label {
		margin-right: 0!important;
	}

}

@media (max-width: 992px) {

	.mobile__lang {
		margin-top: 20px;
	}
	#primary-menu {
		overflow-y: auto;
	}
	.main-navigation.toggled .menu-main-ua-container,
	.main-navigation.toggled .menu-main-en-container,
	.main-navigation.toggled .menu-main-container {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 99999;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		


	#primary-menu a {
		padding: 8px 0;
	}
	.menu-toggle {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	background: #fff;
	border: none!important;
	outline: none;
	z-index: 999999;
}

.menu-toggle::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url('https://interjuice.com.ua/wp-content/uploads/2021/12/bars-solid.svg')!important;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	width: 18px;
	height: 18px;
	background: #fff;
}
.main-navigation.toggled  .menu-toggle::before {
	content: '';
	z-index: 9999999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url('https://interjuice.com.ua/wp-content/uploads/2021/12/times-solid.svg')!important;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover!important;
	width: 18px;
	height: 23px;
	background: #fff;
}

	.menu-toggle {
		display: flex;
	}
	.main-navigation ul {
		display: none;
	}

	.gallery__item img {
		width: 100%;
	}

	.one__h1 {
		font-size: 32px;
		line-height: 42px;
	}

	.form__item label {
		margin-bottom: 15px!important;
	}
	.form__item form p {
		flex-direction: column;
	}
	.wpcf7-form-control-wrap textarea {
		margin-top: 0!important;
		max-width: 297px;
	}
}

@media (max-width: 768px) {
	.custom__header-car video {
	width: auto!important;
	height: 100%!important;	
}
	.ui-tabs .ui-tabs-nav li {
		margin: 0!important;
	}

	.ui-tabs .ui-tabs-nav li {
		display: block;
		width: 100%;
		text-align: center !important;
	}
	.ui-tabs .ui-tabs-nav li a {
		display: block;
		width: 100%;
		text-align: center !important;
	}
	.product__category-description {
		padding: 0!important;
	}
	.product__category-description h2 {
		font-size: 20px!important;
	}
	.catalog__item {
		padding: 0 !important;
	}

	.footer__copy-text {
		text-align: center!important;
	}

	.socials__wrapper {
		justify-content: center !important;	
		margin-top: 20px;	
	}

	.one__h1 {
		font-size: 25px!important;
		line-height: 28px!important;
	}

	.one__description {
		font-size: 18px;	
	}

	h2, .about__h2, .benefits__h2, .form__h2, .contact__h2, .gallery__h2, .contact__h2, .power__h2, .quality__h2, .sertificate__h2, .timeline__title, .clients__title, .culture__h2, .my__map-title, .news__h2, .gallery h3, .invest__h2, .socials__title {
		font-size: 25px!important;
		line-height: 32px!important;
	}

	.power__item_img {
		margin: 0 auto;

	}
	.power__item {
		padding: 0!important;
	}
	.form__item textarea {
		max-width: 297px;	
	}
	.admin-bar .site-header {
		top: 46px;
	}
	.mobile__lang {
		margin-top: 20px;
	}
	#primary-menu {
		overflow-y: auto;
	}
	.main-navigation.toggled .menu-main-ua-container,
	.main-navigation.toggled .menu-main-en-container,
	.main-navigation.toggled .menu-main-container {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 99999;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#primary-menu a {
		padding: 15px 0;
	}

	.news__item {
		flex-wrap: wrap;
	}

	.news__item-img img {
		max-width: 780px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.gallery__item-page {
		margin-bottom: 20px;
	}

	.gallery__item-page-img img {
		width: 100%;
	}

	.one__img {
		margin-top: 20px;
	}

	.benefits__item {
		margin: 15px 0;
	}

	.form__item form p {
		flex-direction: column;
	}

	.wpcf7-submit {
		width: 100%;
	}

	.form__item label {
		margin-right: 0!important;	
	}



	.power__h2,
	.scheme__h2,
	.gallery h3,
	.culture__h2,
	.contact__h2,
	.gallery__h2,
	.catalog__h2,
	.benefits__h2,
	.about__h2,
	.sertificate__h2,
	.form__h2 {
		font-size: 32px;
		line-height: 35px;
	}


	.timeline__item-wrapper {
		display: flex;
		flex-direction: column;
	}
	.timeline__item {
		flex: 0 0 100%;
		display: flex;
		margin-bottom: 20px;
	}

	.timeline__item::before {
		top: 50px;
		left: 50px;
		width: 1px;
		height: 100%;

	}

	.timeline__item-year {
		width: 115px;
		flex: 0 0 100px;
	}

	.timeline__item-descr {
		padding-top: 20px!important;
		padding-left: 20px!important;
		text-align: left;
	}
	.timeline__item-descr::before {
		content: none;
	}


	.timeline__item-descr::after {
		content: none;
	}

	.timeline__item-year::after {
		content: none;
	}

	.custom__header-contact {
		min-height: 400px!important;
		background-position: 0 center!important;
	}



}

@media (max-width: 480px) {
	.size-243x44 {
		width: 185px !important;
		height: 43px !important;
	}
	.about__h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.custom__header h1 {
		font-size: 32px;
		line-height: 35px;
	}
	.one__h1 {
		font-size: 22px!important;
		line-height: 32px!important;
	}
	.contact__item {
		flex: 0 0 100%!important;
		width: 100%;
	}

	.form__item input {
		width: 100%;
	}
}


