/*!
Theme Name: Zagori
Theme URI: https://sleed.com/
Author: Sleed
Author URI: https://sleed.com/
Version: 1.0.0
Text Domain: zagori
*/

@font-face {
	font-family: 'PF Bague Sans Pro Bold';
	src: url('fonts/PFBagueSansPro/PFBagueSansPro-Bold.eot');
	src: url('fonts/PFBagueSansPro/PFBagueSansPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/PFBagueSansPro/PFBagueSansPro-Bold.woff2') format('woff2'),
		url('fonts/PFBagueSansPro/PFBagueSansPro-Bold.woff') format('woff'),
		url('fonts/PFBagueSansPro/PFBagueSansPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PF Bague Sans Pro Light';
	src: url('fonts/PFBagueSansPro/PFBagueSansPro-Light.eot');
	src: url('fonts/PFBagueSansPro/PFBagueSansPro-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/PFBagueSansPro/PFBagueSansPro-Light.woff2') format('woff2'),
		url('fonts/PFBagueSansPro/PFBagueSansPro-Light.woff') format('woff'),
		url('fonts/PFBagueSansPro/PFBagueSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PF Bague Sans Pro Medium';
	src: url('fonts/PFBagueSansPro/PFBagueSansPro-Medium.eot');
	src: url('fonts/PFBagueSansPro/PFBagueSansPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/PFBagueSansPro/PFBagueSansPro-Medium.woff2') format('woff2'),
		url('fonts/PFBagueSansPro/PFBagueSansPro-Medium.woff') format('woff'),
		url('fonts/PFBagueSansPro/PFBagueSansPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PF Bague Sans Pro';
	src: url('fonts/PFBagueSansPro/PFBagueSansPro.eot');
	src: url('fonts/PFBagueSansPro/PFBagueSansPro.eot?#iefix') format('embedded-opentype'),
		url('fonts/PFBagueSansPro/PFBagueSansPro.woff2') format('woff2'),
		url('fonts/PFBagueSansPro/PFBagueSansPro.woff') format('woff'),
		url('fonts/PFBagueSansPro/PFBagueSansPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'PF Bague Sans Pro';
	font-size: 24px;
	color: #41628C;
	overflow-x: hidden;
	background: white;
}

body * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

body.stop-scrolling {
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}

.loader-wrap {
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	transition: all 1s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wave {
	background: url("./images/template/preloader-bg.png") repeat-x;
	-moz-background-clip: text;
	-o-background-clip: text;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 0px 0px rgba(255, 255, 255, 0.06);
	animation: wave-animation 0.7s infinite linear, loading-animation 1s infinite linear alternate;
	background-size: 100% 100%;
	opacity: 1;
}

.wave-2 {
	-moz-background-clip: initial;
	-o-background-clip: initial;
	-webkit-background-clip: initial;
	background-clip: initial;
	display: inline-flex;
	line-height: 0;
}

.loader-content {
	background: url("./images/template/preloader-image3.png") no-repeat;
	width: 85px;
	height: 100px;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	transform: scale(1.1);
}

@keyframes wave-animation {
	0% {
		background-position: 0 bottom;
	}

	100% {
		background-position: 100px bottom;
	}
}

@keyframes loading-animation {
	0% {
		background-size: 100px 0px;
	}

	100% {
		background-size: 100px 200px;
	}
}


/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	width: auto;
	height: auto;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: "PF Bague Sans Pro";
	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;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

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

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

/* Links
--------------------------------------------- */
a {
	outline: 0;
	text-decoration: none;
	vertical-align: bottom;
}

a[href*="#_"],
a:not([href]):not(.cli-plugin-button):not(.cli-btn):not(.cli-privacy-readmore) {
	pointer-events: none;
	cursor: default;
}

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

textarea {
	width: 100%;
}

/* Navigation
--------------------------------------------- */
.site-header {
	display: block;
	position: fixed;
	height: 110px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 300;
	background: white;
	box-shadow: 0 4px 27px -4px #3bc1ff86;
	transition: 0.3s;
}

.home .site-header {
	background: transparent;
	box-shadow: none;
}

.home .site-header:hover,
.home .site-header.sticky {
	background: white;
	box-shadow: 0 4px 27px -4px #3bc1ff86;
}

.site-header .header-container {
	max-width: 1630px;
	padding: 0 15px 0 15px;
	margin: 0 auto;
	display: flex;
	width: 100%;
	height: 100%;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.site-header .site-branding {
	display: inline-flex;
	align-items: center;
}

.site-header .site-branding h1 {
	margin: 0;
}

.site-header .site-branding img {
	max-width: 190px;
}

#primary-menu {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 1090px;
	width: 100%;
}

#primary-menu a {
	color: #073571;
	font-family: 'PF Bague Sans Pro';
	font-size: 18px;
}

#primary-menu a::before {
	display: block;
	content: attr(title);
	font-family: 'PF Bague Sans Pro Bold';
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

#primary-menu li>a:hover {
	font-family: 'PF Bague Sans Pro Bold';
}

#main-navigation {
	display: block;
	width: 80%;
}

#main-navigation .menu-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


#primary-menu,
#primary-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	pointer-events: auto;
	touch-action: auto;
}

#primary-menu ul {
	box-shadow: 0 14px 23px rgb(0 0 0 / 10%);
	border-radius: 5px;
	position: absolute;
	top: 100%;
	left: auto;
	z-index: 99999;
	display: flex;
	flex-flow: column nowrap;
	min-width: 250px;
	text-align: left;
	background: white;
	transition: 0.2s;
	opacity: 0;
	pointer-events: none;
	touch-action: none;
}

#primary-menu ul ul {
	left: -999em;
	top: 0;
}

#primary-menu ul li:hover>ul,
#primary-menu ul li.focus>ul {
	display: block;
	left: auto;
}

#primary-menu li:hover>ul {
	opacity: 1;
	pointer-events: auto;
	touch-action: auto;
}

#primary-menu li {
	position: relative;
	margin: 0 25px;
}

#primary-menu>li {
	text-align: center;
}

#primary-menu li a {
	padding: 15px 0;
}

#primary-menu .sub-menu li a {
	font-family: 'PF Bague Sans Pro Light';
	padding: 15px 5px 15px 10px;
}

#primary-menu .sub-menu li:hover a,
#primary-menu .sub-menu li.focus a {
	font-family: 'PF Bague Sans Pro Medium';
}

#primary-menu .sub-menu {
	padding: 20px 15px;
}

#primary-menu .sub-menu li {
	margin: 0;
}

#primary-menu a {
	display: block;
	text-decoration: none;
}

.language-area .wpml-ls {
	width: unset;
	padding: 0 0 0 15px;
}

.language-area .wpml-ls>ul {
	width: unset;
	border-color: transparent;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}

.language-area .wpml-ls>ul:hover {
	background: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-color: #41628C;
	border-width: 1px 1px 0 1px;
}

.language-area li.wpml-ls-item {
	width: unset;
}

.language-area .wpml-ls-sub-menu {
	background: none !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-color: #41628C;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	transform: scaleX(1.04);
}

.language-area .wpml-ls>ul:hover .wpml-ls-sub-menu {
	background: white;
}

.language-area li.wpml-ls-item>a {
	text-decoration: none;
	outline: none;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: 'PF Bague Sans Pro Bold';
	font-size: 20px;
	line-height: 23px;
	color: #4B5367;
	padding: 0 0 0 29px;
	margin: 0 0 0 7.5px;
}

.language-area li.wpml-ls-item:hover>a:after,
.language-area li.wpml-ls-item.focus>a span:after {
	transform: rotate(180deg) scale(0.9);
}

.language-area li.wpml-ls-item .sub-menu {
	margin: 0 9px;
}

/* Small menu. */
.menu-toggle,
#primary-menu.toggled ul {
	display: none;
}

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

/* CUSTOM CODE - START */
.mask-style,
.mask-style:before,
.mask-style:after {
	mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
}

.site {
	margin-top: 110px;
}

/* .home .site {
	margin-top: 0;
} */

.site-header .right-side {
	display: flex;
	height: 30px;
	align-items: center;
}

.site-header .right-side .search-area {
	height: 100%;
	display: inline-flex;
	align-items: center;
}

.site-header .right-side .search-area a,
.site-header .right-side .search-area button {
	background: none;
	border: none;
	display: inline-block;
	padding: 9px 20px 5px 5px;
	cursor: pointer;
}

.site-header .right-side .language-area {
	height: 100%;
	display: inline-flex;
	align-items: center;
	border-left: 1px solid;
}

.site-header .right-side .language-area .wpml-ls>ul>.wpml-ls-item>a:after {
	content: "";
	border: none !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background-image: url('./images/template/arrow-expand.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.site-header .right-side .language-area a {
	display: inline-flex;
	align-items: center;
	font-family: 'PF Bague Sans Pro Bold';
	background: none;
	border: none;
	font-size: 18px;
	color: #073571;
	position: relative;
	padding: 0 15px 0 0;
	margin-right: 5px;
}

.rank-math-breadcrumb {
	display: flex;
	align-items: center;
	height: 60px;
	background-color: #e5f6fe;
}

.home .rank-math-breadcrumb {
	display: none;
}

.rank-math-breadcrumb>p {
	display: inline-block;
	max-width: 1630px;
	width: 100%;
	padding: 5px 15px 0 15px;
	margin: 0 auto;
	color: #b3becb;
	position: relative;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rank-math-breadcrumb a {
	color: #b3becb;
}

.rank-math-breadcrumb .last {
	color: #073571;
}

.rank-math-breadcrumb a:nth-child(1) {
	display: inline-block;
	width: 15px;
	opacity: 0;
}

.rank-math-breadcrumb>p:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	margin: 0 0 3px 15px;
	bottom: 0;
	left: 0;
	background-image: url(./images/template/home-icon.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#primary-menu>.menu-item-has-children>a {
	overflow: hidden;
	position: relative;
}

#primary-menu>.menu-item-has-children>a::after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #073571;
	opacity: 1;
	transition: 0.6s;
	transform: translate3d(-100%, 0, 0);
}

#primary-menu>.menu-item-has-children:hover>a::after {
	transform: translate3d(0, 0, 0);
}

.footer-back {
	background-color: #073571;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
}

.footer-container {
	max-width: 1400px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	color: white;
	padding-top: 87px;
	padding-bottom: 100px;
	position: relative;
	align-items: flex-start;
}

.footer-container .footer-area {
	width: 195px;
}

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

.footer-container a {
	text-decoration: none;
	outline: none;
	color: white;
	transition: 0.3s;
	font-size: 18px;
	line-height: 1;
}

.footer-container li {
	padding: 10px 0;
}

.footer-container h3 {
	margin: 0;
	display: block;
	cursor: pointer;
}

.footer-container h3>a {
	margin: 0;
	display: inline-block;
	min-height: 65px;
	line-height: 32px;
	font-size: 24px;
	font-family: 'PF Bague Sans Pro Bold';
}

.footer-container .images-col {
	display: flex;
	flex-direction: column;
	left: 0;
	width: 18%;
}

.footer-container .menu-col {
	display: flex;
	width: 82%;
	flex-flow: row wrap;
	justify-content: space-between;
}

.footer-logo-mobile {
	display: none !important;
}

.footer-container .images-col img:nth-child(1) {
	max-width: 170px;
}

.footer-container .images-col img:nth-last-child(1) {
	max-width: 140px;
}

.footer-container .footer-social h3 {
	display: none;
}

.footer-container .footer-title-link {
	display: none;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.site-footer .gemi {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}

#menu-social-icons {
	display: flex;
	flex-wrap: wrap;
	max-width: 140px;
	margin: 30px 0 50px 0;
	justify-content: center;
}

#menu-social-icons li {
	padding: 4px 0;
}

#menu-social-icons a {
	font-size: 0;
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	border: 1px solid white;
	border-radius: 15px;
	margin: 0 6px;
}

#menu-social-icons a:after {
	content: "";
	position: absolute;
	background-color: white;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	width: 30px;
	height: 30px;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
}

#menu-social-icons .facebook a:after {
	-webkit-mask-image: url("./images/template/facebook.svg");
	mask-image: url("./images/template/facebook.svg");
}

#menu-social-icons .instagram a:after {
	-webkit-mask-image: url("./images/template/instagram.svg");
	mask-image: url("./images/template/instagram.svg");
}

#menu-social-icons .twitter a:after {
	-webkit-mask-image: url("./images/template/twitter.svg");
	mask-image: url("./images/template/twitter.svg");
}

#menu-social-icons .youtube a:after {
	-webkit-mask-image: url("./images/template/youtube.svg");
	mask-image: url("./images/template/youtube.svg");
	mask-size: contain;
	-webkit-mask-size: contain;
}

#menu-social-icons a:hover {
	background: white;
}

#menu-social-icons a:hover:after {
	background-color: #073571;
}

.site-info {
	text-align: center;
	color: white;
	padding: 20px 0 25px 0;
	border-top: 1px solid;
	font-size: 14px;
	font-family: 'PF Bague Sans Pro Light';
}

.site-info a {
	color: white;
}

.menu-toggle {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	background: none;
	width: 27px;
	height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	right: 35px;
	-webkit-transition: background-image 0.2s linear;
	transition: background-image 0.2s linear;
	background-image: url('./images/template/menu-open.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#main-navigation.toggled .menu-toggle {
	width: 20px;
	background-image: url('./images/template/menu-close.svg');
}

#main-navigation.toggled .menu-area {
	display: flex;
}

/* The overlay effect with black background */
.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 301;
	top: 0;
	left: 0;
	background-color: rgba(7, 53, 113, 0.94);
	transition: 0.3s;
	opacity: 0;
	pointer-events: none;
	touch-action: none;
	transition: 0.15s;
}

.overlay-content {
	position: relative;
	top: 46%;
	width: 50%;
	max-width: 775px;
	text-align: center;
	margin-top: 30px;
	margin: auto;
	border-bottom: 1px solid white;
	padding: 0 20px;
	height: 65px;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}

.overlay .closebtn:hover {
	color: #ccc;
}

.overlay .search-field {
	border: none;
	float: left;
	width: calc(100% - 50px);
	background: transparent;
	color: white;
	font-family: 'PF Bague Sans Pro Light';
	font-size: 25px;
	outline: none;
	height: inherit;
	padding-bottom: 15px;
}

.overlay .search-field::placeholder {
	color: white;
	font-family: 'PF Bague Sans Pro Light';
	opacity: 1;
	font-size: 25px;
}

.overlay .search-submit {
	float: right;
	cursor: pointer;
	width: 30px;
	opacity: 0;
	outline: none;
}

.overlay .search-form {
	position: relative;
	height: inherit;
}

.overlay .search-form label {
	height: inherit;
}

.overlay .search-form:after {
	content: "";
	position: absolute;
	background-color: white;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-image: url('./images/template/search.svg');
	-webkit-mask-image: url('./images/template/search.svg');
	mask-size: cover;
	-webkit-mask-size: contain;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	z-index: -1;
}

.overlay .search-form input[type="search"]::-webkit-search-decoration,
.overlay .search-form input[type="search"]::-webkit-search-cancel-button,
.overlay .search-form input[type="search"]::-webkit-search-results-button,
.overlay .search-form input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.curves-container {
	position: relative;
	height: 13vw;
	z-index: -1;
	overflow: hidden;
}

.curves-container:before {
	content: "";
	position: absolute;
	background-image: url(./images/curves-svg/curve1c.svg);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 14vw;
	animation: wavea 2.5s ease-in-out infinite;
}

.curves-container:after {
	content: "";
	position: absolute;
	background-image: url(./images/curves-svg/curve2c.svg);
	background-position: center;
	background-size: 100% 99%;
	background-repeat: no-repeat;
	top: 5.5vw;
	left: 0;
	width: 100%;
	height: 20vw;
	animation: waveb 2.5s ease-in-out infinite;
}

@keyframes wavea {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes waveb {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-25px);
	}

	100% {
		transform: translateY(0);
	}
}

.home-intro-container {
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}

.home-intro-container .ls-inner {
	background: none !important;
}

.home-intro-container #down-button {
	position: absolute;
	width: 100%;
	display: none;
	bottom: 0;
	text-align: center;
	opacity: 0.9;
	z-index: 100;
}

.home-intro-container #down-button img {
	max-width: 15px;
	cursor: pointer;
}

/* .home-intro-container:before {
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 98%);
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 100;
} */

.trans-button {
	text-transform: uppercase;
	border: 1px solid #073571;
	color: #073571;
	padding: 27px 60px;
	margin: 0;
	display: inline-block;
	font-size: 24px;
	border-radius: 15px;
	transition: 0.3s;
}

.trans-button:hover {
	background-color: white;
}

.components-container {
	background-color: #e5f6fe;
	margin-bottom: 98px;
	min-height: 7vw;
	padding: 80px 0 255px 0;
	position: relative;
	overflow: hidden;
}

.components-container .components-heading {
	font-weight: normal;
	color: #1FBAF0;
	font-family: 'PF Bague Sans Pro Light';
	font-size: 72px;
	margin: 0 0 25px 0;
	text-align: center;
}

.components-container .components-text {
	margin: 0 auto 35px auto;
	text-align: center;
	max-width: 580px;
}

.components-container .drop-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	background-image: url(./images/template/bubble-elements.svg);
	background-size: 80% 100%;
	background-position: 60%;
	background-repeat: no-repeat;
	position: relative;
}

.components-container .drop-container .drop-image-desktop {
	max-width: 690px;
}

.components-container .drop-container .drop-image-mobile {
	display: none;
}

.components-container .drop-container>img {
	margin-bottom: 30px;
}

.components-container:after {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve1c.svg);
	-webkit-mask-image: url(./images/curves-svg/curve1c.svg);
	background-color: white;
	bottom: -6vw;
	left: 0;
	width: 100%;
	height: 14vw;
}

.components-container .drop-container .bubble-space .bubble-box {
	background-color: white;
	border-radius: 100%;
	-moz-box-shadow: 0 0 20px rgba(156, 207, 228, 0.6);
	-webkit-box-shadow: 0 0 20px rgba(156, 207, 228, 0.6);
	box-shadow: 0 0 20px rgba(156, 207, 228, 0.6);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	font-family: 'PF Bague Sans Pro Bold';
	color: #1FBAF0;
	position: absolute;
	transition: 0.6s;
	cursor: default;
}

.components-container .drop-container .bubble-space:nth-last-child(6) .bubble-box {
	width: 113px;
	height: 113px;
	left: calc(50% - 300px);
	top: 6%;
}

.components-container .drop-container .bubble-space:nth-last-child(5) .bubble-box {
	width: 142px;
	height: 142px;
	left: calc(50% - 390px);
	top: calc(50% - 90px);
}

.components-container .drop-container .bubble-space:nth-last-child(4) .bubble-box {
	width: 113px;
	height: 113px;
	left: calc(50% - 339px);
	bottom: 10%;
}

.components-container .drop-container .bubble-space:nth-last-child(3) .bubble-box {
	width: 142px;
	height: 142px;
	right: calc(50% - 301px);
	top: 6%;
}

.components-container .drop-container .bubble-space:nth-last-child(2) .bubble-box {
	width: 142px;
	height: 142px;
	right: calc(50% - 392px);
	top: calc(50% - 90px);
}

.components-container .drop-container .bubble-space:nth-last-child(1) .bubble-box {
	width: 113px;
	height: 113px;
	right: calc(50% - 360px);
	bottom: 13%;
}

.components-container .drop-container .bubble-space:hover .bubble-box {
	transform: scale(1.1);
}

.three-points-section {
	max-width: 1395px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 260px;
}

.three-points-section .point {
	display: inline-flex;
	flex: 33%;
	align-items: center;
	flex-flow: column nowrap;
	position: relative;
	padding: 160px 0 0 0;
	max-width: 330px;
	text-align: center;
	cursor: default;
}

.three-points-section .point h3 {
	font-size: 50px;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	margin: 20px 0 8px 0;
}

.three-points-section .point p {
	margin: 0;
	padding: 10px;
}

.three-points-section .point:before {
	content: "";
	height: 136px;
	position: absolute;
	background-position: bottom;
	background-size: auto;
	background-repeat: no-repeat;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 1;
}

.three-points-section .point:after {
	content: "";
	height: 136px;
	position: absolute;
	background-position: bottom;
	background-size: auto;
	background-repeat: no-repeat;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s;
}

.three-points-section .point:nth-child(1):before {
	background-image: url(./images/template/point1-image-front.svg), url(./images/template/point1-image-parta.svg);
	z-index: 2;
}

.three-points-section .point:nth-child(1):after {
	transition: 0s;
	background-image: url(./images/template/point1-image-partb.svg);
}

.three-points-section .point:nth-child(2):before {
	background-image: url(./images/template/point2-image.svg);
}

.three-points-section .point:nth-child(2):after {
	background-image: url(./images/template/point2-image-hover.svg);
}

.three-points-section .point:nth-child(3):before {
	background-image: url(./images/template/point3-image.svg);
}

.three-points-section .point:nth-child(3):after {
	background-image: url(./images/template/point3-image-hover.svg);
}

.three-points-section .point:nth-child(1):hover:before {
	background-image: url(./images/template/point1-image-front.svg);
}

.three-points-section .point:hover:after {
	opacity: 1;
}

.zagori-more-section {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}

.zagori-more-section .go-green-more {
	background: linear-gradient(#86d8ff, #2F7BC9);
	display: flex;
	flex-flow: row wrap;
	min-height: 500px;
	position: relative;
}

.zagori-more-section .go-green-more:after {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve1c.svg);
	-webkit-mask-image: url(./images/curves-svg/curve1c.svg);
	background-color: #E5F6FE;
	bottom: -6vw;
	left: 0;
	width: 100%;
	height: 14vw;
}

.zagori-more-section .go-green-more .container {
	max-width: 1640px;
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 140px 155px 0;
}

.zagori-more-section .go-green-more .go-green-image {
	max-width: 812px;
	width: 55%;
	height: 45vw;
	max-height: 741px;
	mask-image: url(./images/template/go-green-template-mask.png);
	-webkit-mask-image: url(./images/template/go-green-template-mask.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-77px);
	z-index: 2;
}

.zagori-more-section .go-green-more .go-green-content {
	display: inline-flex;
	width: 45%;
	max-width: 495px;
	flex-flow: column wrap;
	align-items: flex-start;
	justify-content: center;
	color: white;
	padding: 40px 15px;
}

.zagori-more-section .go-green-more .go-green-content .go-green-title {
	margin: 0 0 15px 0;
	font-size: 72px;
	font-weight: normal;
	font-family: 'PF Bague Sans Pro Light';
	line-height: 75px;
}

.zagori-more-section .go-green-more .go-green-content .go-green-text {
	margin: 0 0 45px 0;
}

.zagori-more-section .go-green-more .go-green-content .trans-button {
	border: 1px solid white;
	color: white;
	font-size: 24px;
	line-height: 1;
	padding: 27px 36px;
}

.zagori-more-section .go-green-more .go-green-content .trans-button {
	border: 1px solid white;
	color: white;
	font-size: 24px;
	line-height: 1;
	padding: 27px 36px;
}

.zagori-more-section .go-green-more .go-green-content .trans-button:hover {
	color: #1F487E;
}

.zagori-more-section .blog-more {
	display: flex;
	background-color: #E5F6FE;
	z-index: 2;
	display: flex;
	flex-flow: row wrap;
}

.zagori-more-section .blog-more .container {
	max-width: 1640px;
	display: flex;
	width: 100%;
	flex-flow: row-reverse wrap;
	justify-content: space-between;
	padding: 0 0 0 18px;
}

.zagori-more-section .blog-more .blog-more-image {
	max-width: 950px;
	width: 60%;
	height: 42vw;
	max-height: 700px;
	mask-image: url(./images/template/blog-template-mask.png);
	-webkit-mask-image: url(./images/template/blog-template-mask.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-95px);
	z-index: 2;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.zagori-more-section .blog-more .blog-more-content {
	display: inline-flex;
	width: 39%;
	max-width: 625px;
	flex-flow: column wrap;
	align-items: flex-start;
	justify-content: center;
	padding: 0 15px 30px 15px;
}

.zagori-more-section .blog-more .blog-more-content .blog-more-title {
	margin: 0 0 15px 0;
	font-size: 72px;
	font-weight: normal;
	font-family: 'PF Bague Sans Pro Light';
	line-height: 75px;
}

.zagori-more-section .blog-more .blog-more-content .blog-more-text {
	margin: 0 0 45px 0;
}

.zagori-more-section .blog-more .blog-more-content .trans-button {
	font-size: 24px;
	line-height: 1;
	padding: 27px 36px;
}

.zagori-more-section .blog-more .blog-more-content .trans-button:hover {
	background-color: #1F487E;
	color: white;
}

.our-products-section {
	display: flex;
	flex-flow: row nowrap;
	height: 731px;
	margin-bottom: calc(375px - var(--dots-height) - var(--nav-height));
	position: relative;
}

.our-products-section .products-text-area {
	display: inline-flex;
	width: 37.5%;
	height: 100%;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	background-color: #C8EDFF;
	position: relative;
	padding: 10px 25px;
}

.our-products-section .products-text-area:after {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/right-side-curve.svg);
	-webkit-mask-image: url(./images/curves-svg/right-side-curve.svg);
	background-color: #C8EDFF;
	right: -60px;
	top: 0;
	width: 240px;
	height: 100%;
}

.our-products-section .products-text-area .products-text-content {
	max-width: 517px;
	z-index: 2;
}

.our-products-section .products-text-area .products-title {
	margin: 0 0 15px 0;
	font-size: 72px;
	font-weight: normal;
	font-family: 'PF Bague Sans Pro Light';
	line-height: 75px;
}

.our-products-section .products-text-area .products-text {
	margin: 0 0 45px 0;
}

.our-products-section .products-text-area .trans-button {
	font-size: 24px;
	line-height: 1;
	padding: 27px 36px;
}

.our-products-section .products-text-area .trans-button:hover {
	background-color: #1F487E;
	color: white;
}

.our-products-section .products-categories {
	background-color: #F4F9FF;
	width: 62.5%;
}

.categories-tabs {
	display: flex;
	padding: 94px 0 0 94px;
	flex-flow: row nowrap;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: none;
	overflow-y: scroll;
	scrollbar-width: none;
}

.categories-tabs::-webkit-scrollbar {
	display: none;
}

.categories-tabs:after {
	content: "";
	visibility: visible;
	position: absolute;
	width: 70px;
	height: 100%;
	right: 0;
	top: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #F4F9FF 100%);
}

.categories-tabs button {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	background: none;
	min-width: max-content;
	padding: 5px 45px 15px 45px;
	border-bottom: 1px solid #B3BECB;
}

.categories-tabs button span {
	font-size: 24px;
	line-height: 1;
	color: #B3BECB;
	margin: 0;
	padding: 0 0 10px 0;
	cursor: pointer;
	display: inline-block;
	pointer-events: auto;
	touch-action: auto;
	text-transform: uppercase;
	width: 100%;
}

.categories-tabs button.active {
	border-bottom: 3px solid #4B5367;
	padding-bottom: 12px;
}

.categories-tabs button.active span {
	color: #4B5367;
	font-family: 'PF Bague Sans Pro Bold';
}

.dragscroll,
.dragscroll button {
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.dragscroll:active,
.dragscroll:active button {
	pointer-events: none;
	touch-action: none;
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.categories-tabs-content {
	width: 100%;
	height: 100%;
	position: relative;
}

.bottles-carousel {
	overflow-x: hidden;
	padding: 70px 40px 0 40px;
}

.bottles-carousel .owl-stage {
	display: inline-flex;
	justify-content: space-between;
}

.categories-tabs-content .tabcontent {
	display: block;
	opacity: 0;
	pointer-events: none;
	touch-action: none;
	transition: opacity 0.3s;
	position: absolute;
	width: 100%;
	padding: 0 100px 0 80px;
}

.categories-tabs-content .tabcontent.active {
	opacity: 1;
	pointer-events: auto;
	touch-action: auto;
}

.bottles-carousel .owl-stage-outer {
	margin: 0 0 75px 0px;
}

.bottles-carousel .bottle-item {
	height: 600px;
	max-height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: center;
	z-index: 2;
}

.bottles-carousel .bottle-item a {
	display: inline-flex;
	align-items: flex-end;
	height: 100%;
}

.bottles-carousel .bottle-item img {
	display: block;
	padding: 0 25px;
	transition: transform 0.7s;
}

.bottles-carousel .bottle-item .image-container img {
	transition: 0.4s;
	max-height: 100%;
	height: 100%;
}

.bottles-carousel .bottle-item .image-container {
	position: relative;
	max-height: 600px;
	display: flex;
	align-items: flex-end;
}

.bottles-carousel .bottle-item .image-container.nano {
	height: 41%;
}

.bottles-carousel .bottle-item .image-container.mini {
	height: 48%;
}

.bottles-carousel .bottle-item .image-container.small {
	height: 59.5%;
}

.bottles-carousel .bottle-item .image-container.medium {
	height: 70%;
}

.bottles-carousel .bottle-item .image-container.large {
	height: 85%;
}

.bottles-carousel .bottle-item .image-container.xlarge {
	height: 100%;
}

.bottles-carousel .bottle-item .image-container:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 7%;
	right: -22%;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(./images/template/products-back-drop.svg);
	z-index: -1;
	transition: 0.2s;
	opacity: 0;
}

.bottles-carousel .bottle-item .image-container.nano:before {
	bottom: 60%;
	right: -35%;
}

.bottles-carousel .bottle-item .image-container.mini:before {
	bottom: 60%;
	right: -30%;
}

.bottles-carousel .bottle-item .image-container.small:before {
	bottom: 30%;
	right: -35%;
}

.bottles-carousel .bottle-item .image-container.medium:before {
	bottom: 25%;
	right: -20%;
}

.bottles-carousel .bottle-item .image-container.large:before {
	bottom: 30%;
	right: -35%;
}

.bottles-carousel .bottle-item .image-container.xlarge:before {
	bottom: -1%;
	right: -34%;
	background-size: 100% 50%;
}

.bottles-carousel .bottle-item .image-container:after {
	content: "";
	position: absolute;
	width: calc(100% - 50px);
	height: 60px;
	background-image: url(./images/template/bottle-shadow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -25px;
	--half-width: calc((100% - 50px) / 2);
	left: calc(50% - var(--half-width));
	transition: 0.4s;
	opacity: 0;
}

.bottles-carousel .bottle-item:hover .image-container:before {
	opacity: 1;
}

.bottles-carousel .bottle-item:hover .image-container img {
	transform: translateY(-50px);
}

.bottles-carousel .bottle-item:hover .image-container:after {
	opacity: 1;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	appearance: none;
	-webkit-appearance: none;
	text-decoration: none;
	border-style: none;
	cursor: pointer;
	width: 43px;
	height: 13px;
	margin: 0;
}

.owl-nav .owl-prev {
	margin-right: 107px;
}

.owl-nav .owl-next {
	margin-left: 107px;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	display: none;
}

.owl-nav .owl-prev {
	background: url('images/template/arrow-left.svg') no-repeat !important;
}

.owl-nav .owl-next {
	background: url('images/template/arrow-right.svg') no-repeat !important;
}

.owl-nav .owl-prev:hover {
	background: url('images/template/arrow-left-active.svg') no-repeat !important;
}

.owl-nav .owl-next:hover {
	background: url('images/template/arrow-right-active.svg') no-repeat !important;
}

.bottles-carousel .owl-dots .owl-dot {
	appearance: none;
	-webkit-appearance: none;
	border-style: none;
	background: none;
	border-radius: 100%;
	display: inline-block;
	border: 3px solid white;
	line-height: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.owl-dots {
	text-align: center;
}

.bottles-carousel .owl-dots .owl-dot {
	margin: 0 3.5px;
	transform: translateY(-32px);
}

.owl-dots .owl-dot {
	margin: 0 3.5px;
	line-height: 0;
}

.owl-dots .owl-dot span {
	width: 35px;
	height: 35px;
	border: 7px solid white;
	display: inline-block;
	background: #C8EDFF;
	border-radius: 100%;
}

.owl-dots .owl-dot.active {
	border: 3px solid #1FBAF0;
	background: transparent;
	line-height: 0;
	border-radius: 100%;
}

.owl-dots .owl-dot:hover span,
.owl-dots .owl-dot.active span {
	border: 7px solid white;
	background: #1FBAF0;
}

.owl-nav {
	text-align: center;
}

.product-intro-container {
	background-color: #E5F6FE;
	position: relative;
}

.product-intro-container .container {
	max-width: 1670px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	/* min-height: 50.573vw; */
	min-height: max-content;
	max-height: 1100px;

}

.product-intro-container * {
	z-index: 1;
}

.product-intro-container-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #E5F6FE;
	background-blend-mode: luminosity;
	background-position: center right;
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	opacity: 0.9;
}

.product-intro-container-background:after {
	content: "";
	visibility: visible;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 1px;
	top: 0;
	z-index: 0;
	background: linear-gradient(to right, #E5F6FE 5%, rgba(255, 255, 255, 0) 100%);
}

.product-intro-container .details-part .details-title {
	max-width: 535px;
	font-family: "PF Bague Sans Pro Light";
	font-weight: normal;
	font-size: 72px;
	margin: 0 0 45px 0;
	color: #073571;
}

.product-intro-container .details-part .details-text {
	max-width: 460px;
}

.product-intro-container .details-part .details-text p {
	margin: 0 0 20px 0;
}

.product-intro-container .details-part .details-text p:nth-last-child(1) {
	margin-bottom: 40px;
}

.product-intro-container .details-part .back-button {
	display: inline-block;
	color: inherit;
	font-family: "PF Bague Sans Pro Medium";
}

.product-intro-container .details-part .back-button img {
	transition: 1s;
}

.product-intro-container .details-part .back-button:hover img {
	transform: translateX(-10px);
}

.product-intro-container .details-part {
	padding: 5% 0 4% 120px;
	width: 40%;
	z-index: 2;
}

.product-intro-container .featured-image-container {
	padding: 50px 10px;
	width: 20%;
	text-align: center;
	margin: auto 0;
	z-index: 2;
}

.product-intro-container .featured-image-container img {
	filter: drop-shadow(9px 9px 9px rgba(0, 0, 0, 0.3));
}

.product-intro-container .ingredients-part {
	width: 40%;
	padding: 100px 0;
}

.product-intro-container .ingredients-part .ingredients-circles {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-content: center;
}

.product-intro-container .ingredients-circles .circle-item {
	display: inline-flex;
	width: 150px;
	height: 150px;
	background: white;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	flex-flow: column nowrap;
	text-align: center;
	padding: 10px;
	margin: 16px;
	color: #1FBAF0;
	-moz-box-shadow: 0 0 15px rgba(156, 207, 228, 0.6);
	-webkit-box-shadow: 0 0 15px rgba(156, 207, 228, 0.6);
	box-shadow: 0 0 15px rgba(156, 207, 228, 0.6);
	transition: transform 0.6s;
	cursor: default;
}

.product-intro-container .ingredients-circles .circle-item:hover {
	transform: scale(1.05);
}

.product-intro-container .ingredients-circles .circle-item.mobile-margin {
	display: none;
	opacity: 0;
	pointer-events: none;
	touch-action: none;
}

.product-intro-container .ingredients-circles .circle-item span:nth-child(1) {
	font-family: 'PF Bague Sans Pro Bold';
	font-size: 30px;
}

.product-intro-container .ingredients-circles .circle-item span:nth-child(2) {
	font-size: 20px;
}

.category-section {
	display: flex;
	background-color: #C8EDFF;
	position: relative;
}

.category-section:after {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve3.svg);
	-webkit-mask-image: url(./images/curves-svg/curve3.svg);
	background-color: white;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 7vw;
	z-index: 1;
}

.category-section .image-container {
	position: relative;
	width: 53%;
	height: 43.6vw;
	max-height: 837px;
	mask-image: url(./images/template/mask-product-desktop.png);
	-webkit-mask-image: url(./images/template/mask-product-desktop.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
}

.category-section .details-container {
	width: 47%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.category-section .details-container .details-content {
	max-width: 560px;
	padding: 20px;
}

.category-section .details-container .details-title {
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	font-size: 50px;
	margin: 0 0 25px 0;
	color: #073571;
}

.category-section .details-container .details-text {
	margin: 0 0 10px 0;
}

.ingredients-table-section {
	position: relative;
	background: #E5F6FE;
	text-align: center;
	padding: 120px 15px 130px 15px;
	margin-bottom: 130px;
}

.ingredients-table-section:before {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve3.svg);
	-webkit-mask-image: url(./images/curves-svg/curve3.svg);
	background-color: #E5F6FE;
	top: -7vw;
	left: 0;
	width: 100%;
	height: 12vw;
	z-index: 1;
}

.ingredients-table-section .ingredients-table-title {
	font-family: 'PF Bague Sans Pro Light';
	font-size: 72px;
	margin: 0 0 25px 0;
	font-weight: normal;
	color: #073571;
}

.ingredients-table-section .ingredients-table-description {
	margin: 0 0 40px 0;
}

.ingredients-table-section .ingredients-table {
	max-width: 832px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	border-radius: 28px;
	-moz-box-shadow: 0 0 15px rgba(65, 165, 213, 0.3);
	-webkit-box-shadow: 0 0 15px rgba(65, 165, 213, 0.3);
	box-shadow: 0 0 15px rgba(65, 165, 213, 0.3);
	overflow: hidden;
	margin-bottom: 75px;
}

.ingredients-table-section .ingredients-table .ingredient-item {
	width: 50%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFFFFF;
	padding: 0 70px 0 50px;
}

.ingredients-table-section .ingredients-table .ingredient-item:nth-child(1),
.ingredients-table-section .ingredients-table .ingredient-item:nth-child(4),
.ingredients-table-section .ingredients-table .ingredient-item:nth-child(5),
.ingredients-table-section .ingredients-table .ingredient-item:nth-child(8),
.ingredients-table-section .ingredients-table .ingredient-item:nth-child(9),
.ingredients-table-section .ingredients-table .ingredient-item:nth-child(12) {
	background: rgba(200, 237, 255, 0.3);
}

.ingredients-table-section .ingredients-table .ingredient-item .name {
	font-family: 'PF Bague Sans Pro Bold';
	font-size: 24px;
	color: #1FBAF0;
}

.ingredients-table-section .ingredients-table .ingredient-item .value {
	color: #41628C;
}

.ingredients-table-section .properties-table {
	max-width: 832px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	border-radius: 28px;
	-moz-box-shadow: 0 0 15px rgba(65, 165, 213, 0.3);
	-webkit-box-shadow: 0 0 15px rgba(65, 165, 213, 0.3);
	box-shadow: 0 0 15px rgba(65, 165, 213, 0.3);
	overflow: hidden;
	margin-bottom: 75px;
}

.ingredients-table-section .properties-table .property-item {
	width: 50%;
	height: 140px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	padding: 15px;
}

.ingredients-table-section .properties-table .property-item:nth-child(2),
.ingredients-table-section .properties-table .property-item:nth-child(3) {
	background: #C8EDFF;
}

.ingredients-table-section .properties-table .property-item .value {
	font-family: 'PF Bague Sans Pro Bold';
	font-size: 24px;
}

.ingredients-table-section .properties-table .property-item .name {
	font-size: 20px;
}

.related-products {
	margin-bottom: 130px;
	padding: 100px 25px 75px 25px;
}

.related-products .related-title {
	text-align: center;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	font-size: 72px;
	margin: 0 0 50px 0;
	color: #073571;
}

.related-carousel {
	max-width: 1604px;
	margin: 0 auto;
	overflow-x: hidden;
	padding: 0 170px;
	position: relative;
}

.related-carousel .owl-stage {
	display: inline-flex;
	justify-content: space-between;
}

.related-carousel .owl-stage-outer {
	overflow-x: hidden;
}

.related-carousel .related-bottle-item {
	padding: 50px 0 0;
}

.related-carousel .related-bottle-item a {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-end;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	position: relative;
}

.related-carousel .related-bottle-item a h3 {
	min-height: 143px;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	font-size: 35px;
	color: #01204A;
	margin: 0;
}

.related-carousel .related-bottle-item a .image-container {
	position: relative;
	min-height: 385px;
	align-items: flex-end;
	display: flex;
}

.related-carousel .related-bottle-item a .image-container img {
	transition: 0.4s;
}

.related-carousel .related-bottle-item a img {
	max-height: 330px;
	margin-bottom: 45px;
	display: block;
	background-image: url(./images/template/related-back-drop.svg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 0 25px;
}

.related-carousel .related-bottle-item a .image-container:after {
	content: "";
	position: absolute;
	width: calc(100% - 50px);
	height: 40px;
	background-image: url(./images/template/bottle-shadow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 40px;
	--half-width: calc((100% - 50px) / 2);
	left: calc(50% - var(--half-width));
	transition: 0.4s;
	opacity: 0;
}

.related-carousel .related-bottle-item:hover a .image-container img {
	transform: translateY(-50px);
}

.related-carousel .related-bottle-item:hover a .image-container:after {
	opacity: 1;
}

.owl-nav .disabled,
.owl-dots.disabled {
	opacity: 0;
	pointer-events: none;
	touch-action: none;
}

.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
	appearance: none;
	-webkit-appearance: none;
	text-decoration: none;
	border-style: none;
	cursor: pointer;
	width: 43px;
	height: 13px;
	margin: 0;
}

.related-carousel .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 35%;
}

.related-carousel .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 35%;
}

.related-carousel .owl-nav .owl-prev span,
.related-carousel .owl-nav .owl-next span {
	display: none;
}

.related-carousel .owl-nav .owl-prev {
	background: url('images/template/arrow-left.svg') no-repeat;
}

.related-carousel .owl-nav .owl-next {
	background: url('images/template/arrow-right.svg') no-repeat;
}

.related-carousel .owl-nav .owl-prev:hover {
	background: url('images/template/arrow-left-active.svg') no-repeat;
}

.related-carousel .owl-nav .owl-next:hover {
	background: url('images/template/arrow-right-active.svg') no-repeat;
}

.related-carousel .owl-dots .owl-dot {
	appearance: none;
	-webkit-appearance: none;
	border-style: none;
	background: none;
	border-radius: 100%;
	display: inline-block;
	border: 3px solid white;
	line-height: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	margin: 0 3.5px;
}

.related-carousel .owl-dots {
	text-align: center;
}

.related-carousel .owl-dots .owl-dot span {
	width: 35px;
	height: 35px;
	border: 7px solid white;
	display: inline-block;
	background: #C8EDFF;
	border-radius: 100%;
}

.related-carousel .owl-dots .owl-dot.active {
	border: 3px solid #1FBAF0;
	background: transparent;
}

.related-carousel .owl-dots .owl-dot:hover span,
.related-carousel .owl-dots .owl-dot.active span {
	border: 7px solid white;
	background: #1FBAF0;
}

.related-carousel .owl-nav {
	text-align: center;
}

.four-points-section {
	position: relative;
	background: #E5F6FE;
	text-align: center;
	padding: 100px 0 130px 0;
}

.four-points-section:before {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve3.svg);
	-webkit-mask-image: url(./images/curves-svg/curve3.svg);
	background-color: #E5F6FE;
	top: -7vw;
	left: 0;
	width: 100%;
	height: 12vw;
	z-index: -1;
}

.four-points-section .container {
	max-width: 1690px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.four-points-section .point {
	display: inline-flex;
	flex: 25%;
	align-items: center;
	flex-flow: column nowrap;
	position: relative;
	justify-content: flex-start;
	padding: 140px 0 0 0;
	max-width: 415px;
	text-align: center;
	cursor: default;
	transform: scale(0.99);
	transition: transform 0.6s;
}

.four-points-section .point h3 {
	font-size: 50px;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	margin: 20px 0 8px 0;
	display: block;
	min-height: 115px;
	color: #073571;
}

.four-points-section .point p {
	margin: 0;
	padding: 10px;
}

.four-points-section .point:before {
	content: "";
	height: 136px;
	position: absolute;
	background-position: center top;
	background-size: auto;
	background-repeat: no-repeat;
	width: 100%;
	top: 0;
	left: 0;
}

.four-points-section .point:after {
	content: "";
	height: 136px;
	position: absolute;
	background-position: center top;
	background-size: auto;
	background-repeat: no-repeat;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.four-points-section .point.one:before {
	background-image: url(./images/template/recycled.svg);
}

.four-points-section .point.one:after {
	background-image: url(./images/template/recycled-hover.svg);
	transform: translateX(-5px);
}

.four-points-section .point.two:before {
	background-image: url(./images/template/recyclable.svg);
}

.four-points-section .point.two:after {
	background-image: url(./images/template/recyclable-hover.svg);
}

.four-points-section .point.three:before {
	background-image: url(./images/template/ph.svg);
}

.four-points-section .point.three:after {
	background-image: url(./images/template/ph-hover.svg);
}

.four-points-section .point.four:before {
	background-image: url(./images/template/mountain.svg);
}

.four-points-section .point.four:after {
	background-image: url(./images/template/mountain-hover.svg);
}

.four-points-section .point.five:before {
	background-image: url(./images/template/arwmatika.svg);
}

.four-points-section .point.five:after {
	background-image: url(./images/template/arwmatika-hover.svg);
}

.four-points-section .point.six:before {
	background-image: url(./images/template/idiotites.svg);
}

.four-points-section .point.six:after {
	background-image: url(./images/template/idiotites-hover.svg);
}

.four-points-section .point.seven:before {
	background-image: url(./images/template/dioxeidio.svg);
}

.four-points-section .point.seven:after {
	background-image: url(./images/template/dioxeidio-hover.svg);
}

.four-points-section .point.eight:before {
	background-image: url(./images/template/xrwmata.svg);
}

.four-points-section .point.eight:after {
	background-image: url(./images/template/xrwmata-hover.svg);
}

.page-template-product .four-points-section .point.one:after {
	transform: none !important;
}

.page-template-product .four-points-section .owl-stage-outer {
	display: inline-block;
	max-width: 100%;
}

.page-template-product .four-points-section {
	padding: 100px 0 70px 0;
}

.product-points-carousel .owl-stage-outer {
	margin-bottom: 40px;
}

.product-points-carousel .owl-dots .owl-dot {
	transform: translateY(-30px);
}

.product-points-carousel .owl-dots .owl-dot:not(.active) span {
	border: 7px solid #E5F6FE;
	background: white;
}

.product-points-carousel .owl-dots .owl-dot:not(.active):hover span {
	border: 7px solid #C8EDFF;
	background: #1FBAF0;
}

.four-points-section .point:hover {
	transform: none;
}

.four-points-section .point:hover:before {
	opacity: 0;
}

.four-points-section .point:hover:after {
	opacity: 1;
}

#ToTop {
	display: none;
	position: fixed;
	border: none;
	bottom: 35px;
	right: 60px;
	z-index: 99;
	font-size: 18px;
	width: 51px;
	height: 51px;
	outline: none;
	background-color: #1D5AA8;
	color: white;
	cursor: pointer;
	border-radius: 100%;
	padding: 15px;
	-moz-box-shadow: 0 0 6px rgba(10, 31, 60, 0.5);
	-webkit-box-shadow: 0 0 6px rgba(10, 31, 60, 0.5);
	box-shadow: 0 0 6px rgba(10, 31, 60, 0.5);
}

#ToTop:hover {
	background-color: #3869aa;
}

.search-results .rank-math-breadcrumb {
	display: none;
}

.search-results .page-header {
	background-color: #e5f6fe;
	margin-bottom: 100px;
}

.search-results .search-title {
	max-width: 1620px;
	padding: 80px 15px 56px 15px;
}

.search-results .search-title h1 {
	margin: 0;
	line-height: 1;
	font-size: 50px;
	font-family: 'PF Bague Sans Pro Light';
	color: #073571;
	font-weight: normal;
}

.search-results .search-title h1 span {
	font-family: 'PF Bague Sans Pro Bold';
}


.search-results .results-container {
	max-width: 1620px;
	margin-bottom: 145px;
	text-align: center;
}

.search-results .results-container article {
	text-align: left;
}

.search-results .results-container .entry-title {
	padding-top: 60px;
	margin: 0 0 24px 0;
	border-top: 1px solid #C9EDFE;
}

.search-results .results-container article:nth-child(1) .entry-header .entry-title {
	border-top: none;
	padding: 0;
}

.search-results .results-container .entry-title a {
	color: #1FBAF0;
	font-size: 25px;
	font-family: "PF Bague Sans Pro Light";
	font-weight: normal;
	text-decoration: underline;
}

.search-results .results-container .entry-summary p {
	font-size: 24px;
	color: #41628C;
	margin: 0 0 60px 0;
}

.zagori_loadmore {
	font-size: 24px;
	line-height: 1;
	padding: 24px 50px;
	margin: 0 auto;
	background: white;
	cursor: pointer;
	margin-top: 60px;
}

.zagori_loadmore:hover {
	background: #073571;
	color: white;
}

.heading-container {
	display: flex;
	min-height: 39.07vw;
	/* max-height: 750px; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	align-items: center;
	position: relative;
	margin-bottom: 100px;
	overflow: hidden;
}

.heading-container .container {
	max-width: 1390px;
	width: 100%;
	padding-bottom: 9vw;
	padding-top: 2vw;
}

.heading-container .container .heading-title {
	max-width: 500px;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	font-size: 72px;
	margin: 0;
}

.heading-container .container p {
	max-width: 520px;
}

.heading-container:before {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve3.svg);
	-webkit-mask-image: url(./images/curves-svg/curve3.svg);
	background-color: white;
	bottom: -3px;
	left: -3px;
	width: 103%;
	height: 10vw;
	z-index: 1;
}

.stores-container {
	max-width: 1385px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 170px;
}

.stores-container .store {
	width: 49.5%;
	height: 495px;
	max-width: 670px;
	margin-bottom: 20px;
	border-radius: 15px;
	background: #E5F6FE;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.stores-container .store:nth-child(2),
.stores-container .store:nth-child(3) {
	background: #C8EDFF;
}

.stores-container .store .store-content {
	width: 100%;
	max-width: 480px;
	padding: 15px;
	padding-left: 40px;
	display: inline-block;
}

.stores-container .store .store-title {
	font-size: 50px;
	font-family: 'PF Bague Sans Pro Bold';
	color: #073571;
	max-width: 370px;
	margin: 0 0 25px 0;
}

.stores-container .store .store-address,
.stores-container .store .store-tel,
.stores-container .store .store-fax {
	color: #41628C;
	font-size: 18px;
	margin-bottom: 30px;
	display: flex;
	flex-flow: row;
	align-items: center;
	max-width: 430px;
}

.stores-container .store .store-address img,
.stores-container .store .store-tel img,
.stores-container .store .store-fax img {
	width: 22px;
	margin-right: 10px;
}

.consumer-line-container {
	height: 840px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-position: 20%;
	background-repeat: no-repeat;
	background-size: cover;
}

.consumer-line-container .consumer-line-content {
	display: flex;
	flex-flow: column nowrap;
	max-width: 895px;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
}

.consumer-line-container .consumer-line-content .contact-table {
	max-width: 808px;
	width: 100%;
	display: flex;
	justify-content: center;
	background: white;
	border-radius: 15px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

.consumer-line-container .consumer-line-content .contact-table .box {
	width: 50%;
	min-height: 135px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.consumer-line-container .consumer-line-content .contact-table .box:nth-child(1) {
	border-right: 1px solid #B3BECA;
}

.consumer-line-container .consumer-line-content .consumer-line-title {
	font-size: 72px;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	margin: 0 0 30px 0;
}

.consumer-line-container .consumer-line-content .consumer-line-details {
	margin: 0 0 50px 0;
	font-size: 24px;
	line-height: 32px;
}

.consumer-line-container .consumer-line-content .contact-table .consumer-telephone {
	font-size: 25px;
	font-family: 'PF Bague Sans Pro Bold';
	margin: 0;
	color: #073571;
}

.consumer-line-container .consumer-line-content .contact-table .consumer-subtext {
	font-size: 20px;
	margin: 0;
	max-width: 240px;
	display: inline-block;
}

.consumer-line-container .consumer-line-content .contact-table .consumer-email {
	font-size: 25px;
	font-family: 'PF Bague Sans Pro Bold';
	margin: 0;
	text-decoration: underline;
	color: #073571;
}

.sponsorship-form-container {
	position: relative;
	background: linear-gradient(180deg, transparent 30%, #E8F6FC 0%);
	padding: 0 15px;
	padding-bottom: 155px;
}

.sponsorship-form-container .form-inner-container {
	max-width: 1104px;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	background: white;
	padding: 138px 138px 88px 138px;
	box-shadow: 0 0 45px rgba(46, 187, 238, 0.2);
}

.sponsorship-form-container .sponsorship-title {
	font-family: "PF Bague Sans Pro Light";
	font-size: 50px;
	font-weight: normal;
	margin: 0 0 20px 0;
	text-align: center;
}

.sponsorship-form-container .sponsorship-details {
	font-size: 24px;
	margin: 0 0 40px 0;
	text-align: center;
}

.sponsorship-form-container .wpcf7-select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	border: 1px solid #B3BECA;
	border-radius: 10px;
	padding: 15px 45px;
	outline: none;
	margin-top: 8px;
}

.sponsorship-form-container .wpcf7-textarea,
.sponsorship-form-container .wpcf7-date {
	border: 1px solid #B3BECA;
	border-radius: 10px;
	padding: 15px 20px;
	outline: none;
	margin-top: 8px;
}

.sponsorship-form-container .wpcf7-textarea {
	min-height: 200px;
	height: 200px;
	max-width: 100%;
}


.wpcf7-form-control-wrap.organism {
	position: relative;
}

.wpcf7-form-control-wrap.organism:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 100%;
	left: auto;
	top: 0;
	right: 35px;
	background-image: url('./images/template/arrow-expand.svg');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

/*.wpcf7-form-control-wrap.organism:after {
	background-image: url("./images/template/arrow-close.svg");
}*/

.sponsorship-form-container form p:not(:nth-child(2)) {
	width: 49%;
	max-width: 395px;
	font-size: 25px;
	margin: 0 0 80px 0;
	color: #073571;
}

.sponsorship-form-container form p:nth-child(2) {
	width: 100%;
	margin: 0 0 65px 0;
}

.sponsorship-form-container .wpcf7-text {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	border-bottom: 1px solid #B3BECA;
	max-width: 100%;
	padding: 25px 5px 10px 5px;
	outline: none;
}

.sponsorship-form-container form {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.sponsorship-form-container form p:nth-last-child(4),
.sponsorship-form-container form p:nth-last-child(4) .wpcf7-text,
.sponsorship-form-container form p:nth-last-child(3),
.sponsorship-form-container form p:nth-last-child(2) {
	width: 100%;
	max-width: 100%;
	margin: 0 0 42px 0;
}

.sponsorship-form-container form p:nth-last-child(4) .wpcf7-text {
	margin: 0;
}

.sponsorship-form-container form p:nth-last-child(3),
.sponsorship-form-container form p:nth-last-child(2) {
	text-align: right;
}

.sponsorship-form-container form p:nth-last-child(2) {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.sponsorship-form-container .wpcf7-submit {
	text-transform: uppercase;
	border: 1px solid #073571;
	color: #073571;
	padding: 27px 60px;
	margin: 0;
	display: inline-block;
	font-size: 24px;
	border-radius: 15px;
	background: transparent;
	transition: 0.3s;
	cursor: pointer;
	max-width: 290px;
	width: 100%;
}

.sponsorship-form-container .wpcf7-submit:hover {
	background-color: #073571;
	color: white;
}


.sponsorship-form-container:before {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve3.svg);
	-webkit-mask-image: url(./images/curves-svg/curve3.svg);
	background-color: #E8F6FC;
	bottom: 70%;
	left: 0;
	width: 100%;
	height: 10vw;
	z-index: -1;
}

.sponsorship-form-container:after {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve3.svg);
	-webkit-mask-image: url(./images/curves-svg/curve3.svg);
	background-color: #E8F6FC;
	bottom: -7vw;
	left: -15%;
	transform: rotate(180deg);
	width: 115%;
	height: 10vw;
	z-index: 1;
}

.default-content-area {
	max-width: 1120px;
	margin-bottom: 200px;
}

.default-content-area h2 {
	font-size: 72px;
	font-family: "PF Bague Sans Pro Light";
	font-weight: normal;
	margin: 0 0 30px 0;
}

.default-content-area a {
	display: inline-flex;
	align-items: baseline;
	color: #1FBAF0;
}

.default-content-area a strong {
	color: #073571;
	text-decoration: none !important;
}

.default-content-area a img {
	min-width: 12px;
	margin-right: 10px;
}

a.download-link {
	position: relative;
	padding-right: 25px;
}

a.download-link:after {
	content: "";
	background: url(./images/template/download-icon.svg);
	width: 13px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	background-position: center 70%;
	height: 100%;
}

.faq-container {
	position: relative;
	padding-bottom: 130px;
}

.faq-container:after {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve3.svg);
	-webkit-mask-image: url(./images/curves-svg/curve3.svg);
	background-color: #ffffff;
	top: calc(100% - 3px);
	left: 0;
	transform: scale(1, -1);
	width: 100%;
	height: 10vw;
	z-index: 1;
}

.faq-container .container {
	max-width: 1118px;
}

.faq-container .category-title {
	appearance: none;
	-webkit-appearance: none;
	background: #1FBAF0;
	border: none;
	display: block;
	width: 100%;
	padding: 40px 50px;
	color: white;
	text-align: left;
	font-size: 50px;
	border-radius: 20px;
	position: relative;
	font-family: 'PF Bague Sans Pro Light';
	cursor: pointer;
	margin-bottom: 15px;
}

.faq-container .category-block .category-title:after {
	content: '';
	position: absolute;
	width: 26px;
	height: 100%;
	top: 0;
	right: 66px;
	background-image: url('./images/template/faq-main-less.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.faq-container .category-block.inactive .category-title:after {
	background-image: url('./images/template/faq-main-more.svg');
}

.faq-container .category-questions {
	padding: 50px 0 0 0;
}

.faq-container .category-questions .single-qna {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #073571;
}

.faq-container .category-questions .single-qna .question {
	font-size: 24px;
	font-family: 'PF Bague Sans Pro Bold';
	color: #073571;
	padding: 0 95px 0 62px;
	cursor: pointer;
	position: relative;
}

.faq-container .category-questions .single-qna .question:before {
	content: '';
	position: absolute;
	width: 17px;
	height: 100%;
	top: 0;
	left: 15px;
	background-image: url('./images/template/faq-sub-less.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.faq-container .category-questions .single-qna.inactive .question:before {
	background-image: url('./images/template/faq-sub-more.svg');
}

.faq-container .category-questions .single-qna .answer {
	font-size: 24px;
	line-height: 32px;
	color: #41628C;
	padding: 33px 95px 0 62px;
}

.page-template-faqs .consumer-line-container .consumer-line-content {
	padding-top: 10%;
}

.error404 .rank-math-breadcrumb {
	display: none;
}

section.error-404 {
	background-color: #E5F6FE;
	display: flex;
	flex-flow: column nowrap;
	text-align: center;
	padding: 5% 0 7% 0;
}

section.error-404 .page-content p {
	margin-top: 0;
}

section.error-404 .image-404 {
	max-width: 100%;
}

.error-404 .page-title {
	font-size: 50px;
}

.error-404 .page-content .trans-button {
	padding: 25px 60px;
}

.blog-category-content {
	max-width: 1666px;
	position: relative;
}

.blog-category-content .blog-subcategory-block {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.blue-nea-background {
	position: relative;
}

.blue-nea-background:before {
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	background-color: #E5F6FE;
	z-index: -1;
	top: -101px;
	left: 0;
}

.blog-subcategory-block .blog-subcategory-header {
	display: inline-flex;
	max-width: calc(100% - 340px);
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}

.blog-subcategory-block .blog-subcategory-header .blog-subcategory-title {
	font-size: 50px;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
}

.blog-subcategory-block .trans-button {
	max-width: 339px;
	width: 100%;
	padding: 28px 25px;
	text-align: center;
}

.blog-subcategory-block .zagori_loadmore {
	max-width: 370px;
}

.blog-subcategory-block .trans-button:hover {
	background: #073571;
	color: white;
}

.blog-subcategory-block .blog-subcategory-posts {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: 65px 0 105px 0;
}

.preview-post {
	padding: 0 20px 0 0;
	width: 33.33%;
	margin-bottom: 75px;
}

.preview-post>a {
	width: 100%;
	border-radius: 28px;
	overflow: hidden;
	background-color: #E5F6FE;
	outline: 0;
	text-decoration: none;
	display: flex;
	flex-flow: column nowrap;
	margin: 0 auto;
	min-height: 100%;
}

.blog-subcategory-block .blog-subcategory-posts .preview-post:nth-child(3n) {
	padding-right: 0;
}

.preview-post>a>*:not(.thumbnail-container) {
	padding: 0 40px;
	font-size: 24px;
	color: #41628C;
}

.preview-post .date-info {
	margin: 0 0 14px 0;
	font-size: 20px !important;
	font-family: 'PF Bague Sans Pro Light';
	text-align: right;
}

.preview-post>a .entry-title {
	margin: 0 0 28px 0;
	font-size: 24px;
	color: #073571;
}

.preview-post>a .thumbnail-container {
	display: flex;
	margin: 0 0 25px 0;
	max-height: 368px;
	height: 19.17vw;
	min-height: 240px;
	overflow: hidden;
	position: relative;
}

.preview-post>a .thumbnail-container:after {
	content: 'ΔΙΑΒΑΣΤΕ ΠΕΡΙΣΣΟΤΕΡΑ';
	width: 100%;
	height: 100%;
	padding-right: 43px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-family: 'PF Bague Sans Pro Bold';
	color: white;
	background-color: rgba(7, 53, 113, 0.82);
	background-image: url(images/template/add-symbol.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: calc(50% + 135px);
	opacity: 0;
	transition: 0.3s;
	border-radius: 28px 28px 0 0;
}

.preview-post>a:hover .thumbnail-container:after {
	opacity: 1;
}

.preview-post .thumbnail-container img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.6s;
}

/*.preview-post.category-draseis .thumbnail-container img {
	filter: grayscale(1);
}*/

.category-draseis .heading-container .container p,
.category-actions .heading-container .container p {
	max-width: 780px;
}

/*.preview-post>a:hover .thumbnail-container img {
	transform: scale(1.1);
	filter: none;
}*/

.preview-post .entry-content {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 37px 0;
}

.archive.category-ta-nea-mas .preview-post.category-nea>a,
.archive.category-our-news .preview-post.category-news>a {
	background-color: white;
}

.preview-post.category-perivallon>a,
.category-perivallon .heading-container,
.preview-post.category-environment>a,
.category-environment .heading-container {
	background-color: #DCF4E2;
}

.preview-post.category-politismos>a,
.category-politismos .heading-container,
.preview-post.category-culture>a,
.category-culture .heading-container {
	background-color: #FEE7D7;
}

.preview-post.category-koinonia>a,
.category-koinonia .heading-container,
.preview-post.category-society>a,
.category-society .heading-container {
	background-color: #FED7D7;
}

.single-category-heading .container {
	text-align: center;
}

.single-category-heading .blog-subcategory-title {
	font-size: 72px;
	font-weight: normal;
	font-family: 'PF Bague Sans Pro Light';
	margin: 0;
}

.back-to-categories-container {
	max-width: 1632px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.back-to-categories-container>a {
	position: relative;
	color: #073571;
	padding: 0 0 0 75px;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
}

.back-to-categories-container>a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 43px;
	height: 95%;
	background-image: url('images/template/arrow-left-active.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: 0.3s;
}

.back-to-categories-container>a:hover:before {
	left: 10px;
}

.single-post .post .entry-header {
	display: flex;
	position: relative;
	padding: 115px 45px 77px 45px;
	background: linear-gradient(180deg, #E8F6FC 70%, transparent 0%);
}

.single-post .post.category-perivallon .entry-header,
.single-post .post.category-environment .entry-header {
	background: linear-gradient(180deg, #DCF4E2 70%, transparent 0%);
}

.single-post .post.category-politismos .entry-header,
.single-post .post.category-culture .entry-header {
	background: linear-gradient(180deg, #FEE7D7 70%, transparent 0%);
}

.single-post .post.category-koinonia .entry-header,
.single-post .post.category-society .entry-header {
	background: linear-gradient(180deg, #FED7D7 70%, transparent 0%);
}

.single-post .post .entry-header:before {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve3.svg);
	-webkit-mask-image: url(./images/curves-svg/curve3.svg);
	background-color: white;
	bottom: 30%;
	left: 0;
	width: 100%;
	height: 10vw;
	z-index: 1;
}

.single-post .post .entry-header .single-header-container {
	max-width: 1114px;
	width: 100%;
	height: 568px;
	max-height: 568px;
	min-height: 215px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	z-index: 2;
}

.single-post .post .entry-header .single-header-container:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #0B376F 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
}

.single-post .post .entry-header .single-header-container .absolute-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}

/*.single-post .post.category-draseis .entry-header .single-header-container .absolute-background {
	filter: grayscale(1);
}*/

.single-post .post .entry-header .single-header-container .single-entry-title {
	font-size: 50px;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	margin: 0 0 74px 0;
	color: white;
	z-index: 3;
	max-width: 846px;
	padding: 0 30px;
	text-align: center;
}

.single-post .post .entry-content {
	max-width: 1114px;
	padding: 150px 15px;
	position: relative;
}

.single-post .post .entry-content:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 112px;
	top: 0;
	left: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
}

.single-post .post .entry-content .date-info {
	position: absolute;
	flex-flow: column nowrap;
	top: 0;
	left: 0;
	width: 100%;
	align-items: center;
	display: flex;
}

.single-post .post .entry-content .date-info .line {
	width: 1px;
	height: 53px;
	background-color: #1FBAF0;
}

.single-post .post.category-draseis .entry-content .date-info .line,
.single-post .post.category-actions .entry-content .date-info .line {
	opacity: 0;
}

.single-post .post .entry-content .date-info span {
	font-size: 18px;
	color: #1FBAF0;
	margin: 17px 0 0 0;
}

.single-post .post.category-draseis .entry-content .date-info span,
.single-post .post.category-actions .entry-content .date-info span {
	margin: 60px 0 0 0;
}

.single-post .post.category-perivallon .entry-content:before,
.single-post .post.category-environment .entry-content:before {
	background-image: url('images/template/enviroment.svg');
}

.single-post .post.category-politismos .entry-content:before,
.single-post .post.category-culture .entry-content:before {
	background-image: url('images/template/culture.svg');
}

.single-post .post.category-athlitismos .entry-content:before,
.single-post .post.category-sports .entry-content:before {
	background-image: url('images/template/sport.svg');
}

.single-post .post.category-koinonia .entry-content:before,
.single-post .post.category-society .entry-content:before {
	background-image: url('images/template/society.svg');
}

.owl-carousel {
	touch-action: manipulation !important;
}

.photo-gallery .owl-stage {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}

.photo-gallery .owl-item {
	height: 600px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #80808012;
	overflow: hidden;
	border-radius: 28px;
}

.photo-gallery .single-photo-item,
.owl-carousel .owl-item img {
	width: 100%;
}

.photo-gallery .owl-stage-outer {
	margin-top: 65px;
	margin-bottom: 40px;
}

.blog-separator {
	width: 100%;
	margin: 45px 0 55px 0;
	border-top: 1px solid rgba(201, 237, 254, 1);
}

.addtoany_shortcode {
	display: inline-block;
	color: #073571;
}

.instagram-posts-section {
	position: relative;
	background: #E5F6FE;
	text-align: center;
	margin-top: 170px;
	padding: 100px 0 130px 0;
}

.instagram-posts-section:before {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve3.svg);
	-webkit-mask-image: url(./images/curves-svg/curve3.svg);
	background-color: #E5F6FE;
	top: -7vw;
	left: 0;
	width: 100%;
	height: 12vw;
	z-index: -1;
}

.instagram-posts-section .container {
	max-width: 1665px;
	min-height: 500px;
}

.instagram-posts-section .instagram-title {
	font-size: 50px;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #073571;
}

.instagram-posts-section .instagram-link {
	font-size: 24px;
	font-family: 'PF Bague Sans Pro Bold';
	font-weight: normal;
	margin: 0 0 50px 0;
	color: #073571;
}

.instagram-posts-section .posts-container {
	margin: 0 auto;
	max-width: 1665px;
	padding: 60px 15px 0 15px;
}

.instagram-posts-section #sb_instagram .sbi_photo {
	background-position: center top !important;
}


.archive.category-ta-nea-mas .heading-container:before,
.archive.category-our-news .heading-container:before {
	background-color: #E5F6FE;
}

.single-post .post .entry-content ::marker {
	color: #1FBAF0;
}

.page-template-products_categories .heading-container,
.page-template-products_category .heading-container,
.page-template-zagori .heading-container,
.category-ta-nea-mas .heading-container,
.category-our-news .heading-container {
	margin: 0 !important;
}

.page-template-products_categories .heading-container p {
	max-width: 720px;
}

.page-template-products_categories .heading-container:before,
.page-template-products_category .heading-container:before,
.page-template-zagori .heading-container:before {
	background-color: #C8EDFF;
}

.water-section-container {
	background-color: #C8EDFF;
	padding: 105px 45px 140px 45px;
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
}

.water-section-container * {
	max-width: 990px;
	width: 100%;
	display: inline-block;
	margin: 0;
}

.water-section-container .water-header {
	font-family: 'PF Bague Sans Pro Light';
	font-size: 72px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.full-categories-container .category-item {
	display: flex;
	width: 100%;
	flex-flow: row nowrap;
}

.full-categories-container .category-item:nth-child(even) {
	flex-flow: row-reverse nowrap;
}

.full-categories-container .background-part {
	width: 53%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: inline-flex;
	height: 837px;
	align-items: center;
	justify-content: center;
	mask-size: 100% 100% !important;
	-webkit-mask-size: 100% 100% !important;
	min-height: 290px;
}

.full-categories-container .background-part .category-item-heading {
	max-width: 536px;
	font-size: 72px;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	color: white;
	text-align: center;
}

.full-categories-container .category-item:nth-child(odd) .background-part {
	mask-image: url('./images/template/mask-product-desktop.png');
	-webkit-mask-image: url('./images/template/mask-product-desktop.png');
}

.full-categories-container .category-item:nth-child(even) .background-part {
	mask-image: url('./images/template/mask-right-product-desktop.png');
	-webkit-mask-image: url('./images/template/mask-right-product-desktop.png');
	width: 52.5%;
}

.full-categories-container .category-item .bottles-part {
	width: 47%;
	display: inline-flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}


.full-categories-container .category-item .bottles-part .trans-button:hover {
	background-color: #073571;
	color: white;
}

.full-categories-container .category-item:nth-child(1) .bottles-part .trans-button,
.full-categories-container .category-item:nth-last-child(1) .bottles-part .trans-button {
	margin-top: 100px;
}

.page-template-products_category .site-main {
	background-color: #C8EDFF;
}


.page-template-products_category .heading-container .container .heading-title {
	max-width: 630px;
}

.page-template-products_category .water-section-container {
	text-align: center;
	padding: 90px 45px 25px 45px;
}

.categorised-carousel-container {
	max-width: 1634px;
	padding-bottom: 120px;
	position: relative;
}

.categorised-carousel-container .categorised-products-carousel {
	padding: 0 135px;
	position: unset;
	text-align: center;
}

.categorised-carousel-container .categorised-products-carousel .owl-stage-outer {
	text-align: center;
}

.categorised-carousel-container .categorised-products-carousel .owl-stage-outer .owl-stage {
	display: inline-block !important;
}

.categorised-products-carousel .bottle-item {
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
}

.categorised-products-carousel .bottle-item .image-container {
	position: relative;
	height: 605px;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.categorised-products-carousel .bottle-item .image-container img {
	width: auto !important;
	max-height: calc(100% - 45px);
	transition: 0.4s;
	margin-bottom: 45px;
	padding: 40px 0 0 0;
}

.categorised-products-carousel .bottle-item .image-container:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	background-image: url(./images/template/bottle-shadow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 40px;
	--half-width: calc(100% / 2);
	left: calc(50% - var(--half-width));
	transition: 0.4s;
	opacity: 0;
}

.categorised-products-carousel .bottle-item:hover .image-container img {
	transform: translateY(-40px);
}

.categorised-products-carousel .bottle-item:hover .image-container:after {
	opacity: 1;
}

.categorised-products-carousel .bottle-item .trans-button:hover {
	background: #073571;
	color: white;
}

.categorised-products-carousel .owl-nav .owl-prev,
.categorised-products-carousel .owl-nav .owl-next {
	appearance: none;
	-webkit-appearance: none;
	text-decoration: none;
	border-style: none;
	cursor: pointer;
	width: 43px;
	height: 13px;
	margin: 0;
}

.categorised-products-carousel .owl-nav .owl-prev {
	position: absolute;
	left: 25px;
	top: 35%;
}

.categorised-products-carousel .owl-nav .owl-next {
	position: absolute;
	right: 25px;
	top: 35%;
}

.categorised-products-carousel .owl-nav .owl-prev span,
.categorised-products-carousel .owl-nav .owl-next span {
	display: none;
}

.categorised-products-carousel .owl-nav .owl-prev {
	background: url('images/template/arrow-left.svg') no-repeat !important;
}

.categorised-products-carousel .owl-nav .owl-next {
	background: url('images/template/arrow-right.svg') no-repeat !important;
}

.categorised-products-carousel .owl-nav .owl-prev:hover {
	background: url('images/template/arrow-left-active.svg') no-repeat !important;
}

.categorised-products-carousel .owl-nav .owl-next:hover {
	background: url('images/template/arrow-right-active.svg') no-repeat !important;
}

.categorised-products-carousel .owl-dots .owl-dot {
	appearance: none;
	-webkit-appearance: none;
	border-style: none;
	background: none;
	border-radius: 100%;
	display: inline-block;
	border: 3px solid transparent;
	line-height: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	margin: 0 3.5px;
}

.categorised-products-carousel .owl-dots {
	text-align: center;
	padding-top: 90px;
}

.categorised-products-carousel .owl-dots .owl-dot span {
	width: 35px;
	height: 35px;
	border: 7px solid #C8EDFF;
	background: white;
	display: inline-block;
	border-radius: 100%;
}

.categorised-products-carousel .owl-dots .owl-dot.active {
	border: 3px solid #1FBAF0;
	background: transparent;
}

.categorised-products-carousel .owl-dots .owl-dot:hover span {
	background: #1FBAF0;
}

.categorised-products-carousel .owl-dots .owl-dot.active span {
	border: 7px solid white;
	background: #1FBAF0;
}

.categorised-products-carousel .owl-nav {
	text-align: center;
}

.categorised-products-carousel .bottle-item .image-container.nano img {
	height: 41%;
}

.categorised-products-carousel .bottle-item .image-container.mini img {
	height: 48%;
}

.categorised-products-carousel .bottle-item .image-container.small img {
	height: 59.5%;
}

.categorised-products-carousel .bottle-item .image-container.medium img {
	height: 70%;
}

.categorised-products-carousel .bottle-item .image-container.large img {
	height: 80%;
}

.categorised-products-carousel .bottle-item .image-container.xlarge img {
	height: calc(100% - 45px);
}

.no-results {
	max-width: 1630px;
	margin-top: 60px;
	margin-bottom: 120px;
}

.page-template-go-green .heading-container .container .heading-title {
	max-width: unset;
}

.co2-section {
	max-width: 1114px;
	margin-bottom: 145px;
	text-align: center;
}

.co2-section .co2-title {
	display: inline-block;
	max-width: 740px;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	font-size: 72px;
	margin: 0 0 25px 0;
}

.co2-section ul {
	margin: 0 27px;
	text-align: left;
}

.co2-section li {
	list-style: none;
	position: relative;
	line-height: 32px;
	margin-bottom: 30px;
}

.co2-section li::before {
	content: '';
	position: absolute;
	background-image: url('images/template/co2-bullet.svg');
	background-size: contain;
	width: 25px;
	height: 25px;
	top: 2px;
	left: -32.5px;
}

.page-template-go-green .full-categories-container {
	background-color: #C8EDFF;
}

.page-template-go-green .full-categories-container .background-part {
	height: unset;
}

.page-template-go-green .full-categories-container .bottles-part .container {
	max-width: calc(57% + 30px);
	padding: 160px 15px 180px 15px;
}

.page-template-go-green .full-categories-container .bottles-part .container ul {
	padding: 0;
	list-style: inside;
	line-height: 32px;
}

.page-template-go-green .full-categories-container .bottles-part .container li {
	margin-bottom: 20px;
}

.page-template-go-green .full-categories-container .bottles-part .container h3 {
	font-size: 50px;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	margin: 0 0 20px 0;
}

.page-template-go-green .full-categories-container .bottles-part .container h3 strong {
	font-family: 'PF Bague Sans Pro Bold';
}

.page-template-go-green .three-points-section {
	display: flex;
}

.page-template-go-green .three-points-section h2 {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	margin: 0 0 60px 0;
	font-size: 72px;
}

.page-template-go-green .three-points-section {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 110px;
	padding-bottom: 140px;
}

.page-template-go-green .three-points-section .point {
	justify-content: flex-start;
}

.page-template-go-green .three-points-section .point:before,
.page-template-go-green .three-points-section .point:after {
	transition: none;
}

.page-template-go-green .three-points-section .point:nth-last-child(3):before {
	background-image: url(./images/template/with-certs-elem1.svg);
	background-position: top;
}

.page-template-go-green .three-points-section .point:hover:before {
	opacity: 0;
}

.page-template-go-green .three-points-section .point:nth-last-child(3):after {
	background-image: url(./images/template/with-certs-elem1-hover.svg);
	background-position: top;
}

.page-template-go-green .three-points-section .point:nth-last-child(2):before {
	background-image: url(./images/template/with-certs-elem2.svg);
	background-position: top;
}

.page-template-go-green .three-points-section .point:nth-last-child(2):after {
	background-image: url(./images/template/with-certs-elem2-hover.svg);
	background-position: 47.75% top;
}

.page-template-go-green .three-points-section .point:nth-last-child(1):before {
	background-image: url(./images/template/with-certs-elem3.svg);
	background-position: top;
}

.page-template-go-green .three-points-section .point:nth-last-child(1):after {
	background-image: url(./images/template/with-certs-elem3-hover.svg);
	background-position: top;
}

.page-template-tips .heading-container {
	margin-bottom: 0;
}

.page-template-tips .heading-container:before,
.info-what-is-section {
	background-color: #C8EDFF;
}

.info-what-is-section {
	position: relative;
}

.info-what-is-section .container {
	max-width: 1470px;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	padding-top: 70px;
	padding-bottom: 130px;
	overflow: hidden;
}

.info-what-is-section .what-is-title {
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	font-size: 72px;
	margin: 0 0 30px 0;
	text-align: center;
}

.info-what-is-section .what-is-text {
	margin: 0 0 40px 0;
	text-align: center;
	max-width: 950px;
}

.info-what-is-section .info-box {
	display: flex;
	width: 100%;
	flex-flow: row nowrap;
}

.info-what-is-section .info-box .image-part {
	width: 50%;
}

.info-what-is-section .info-box .image-part img {
	max-width: 100%;
}

.info-what-is-section .info-box .bullets-part {
	width: 50%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 0 5% 0 2%;
}

.info-what-is-section .info-box .bullets-part-content {
	text-align: left;
}

.info-what-is-section .info-box .bullets-part .bullet {
	display: inline-flex;
	align-items: center;
	font-size: 25px;
	width: 100%;
	margin: 0 0 60px 0;
}

.info-what-is-section .info-box .bullets-part .bullet img {
	max-width: 33px;
	margin-right: 30px;
}

.info-what-is-section:before {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve3.svg);
	-webkit-mask-image: url(./images/curves-svg/curve3.svg);
	background-color: white;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 10vw;
	z-index: 1;
	display: none;
}

.quantity-age-section {
	max-width: 1730px;
	text-align: center;
	padding: 80px 15px;
	margin-bottom: 40px;
}

.quantity-age-section .quantity-title {
	max-width: 880px;
	display: inline-block;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 72px;
}

.quantity-age-section .quantity-text {
	margin: 0 0 40px 0;
}

.quantity-age-section .quantity-text * {
	max-width: 950px;
	margin: 0 auto;
}


.quantity-age-carousel {
	padding: 0 155px;
}

.quantity-age-carousel .owl-stage-outer {
	margin-bottom: 85px;
}

.quantity-age-carousel .card-item {
	height: 320px;
	position: relative;
	max-width: 256px;
	border-radius: 28px;
	overflow: hidden;
	background-color: #C8EDFF;
	margin: 0 auto;
}

.quantity-age-carousel .card-item .visible-side,
.quantity-age-carousel .card-item .hidden-side {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 45px 25px;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.quantity-age-carousel .card-item .visible-side {
	background-color: #C8EDFF;
}

.quantity-age-carousel .card-item .hidden-side {
	opacity: 0;
	transition: 0.4s ease-in, 0.1s ease-out;
}

.quantity-age-carousel .card-item .visible-side img {
	width: auto;
	max-height: 140px;
}

.quantity-age-carousel .card-item .card-title {
	font-family: 'PF Bague Sans Pro Bold';
	font-size: 24px;
	margin: 0 0 15px 0;
	color: #073571;
	transition: 0.2s;
}

.quantity-age-carousel .card-item .visible-side .image-container {
	height: calc(100% - 42px);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.1s;
}

.quantity-age-carousel .card-item:hover .visible-side .image-container {
	opacity: 0;
}

.quantity-age-carousel .card-item:hover .visible-side .card-title {
	transform: translateY(-185px);
}

.quantity-age-carousel .card-item:hover .visible-side {
	background-color: #C8EDFF;
}


.quantity-age-carousel .card-item:hover .hidden-side {
	opacity: 1;
}

.quantity-age-carousel .card-item .hidden-side p {
	margin: 0 0 5px 0;
}

.quantity-age-carousel .card-item .hidden-side .card-text {
	height: 100%;
	overflow-y: auto;
	margin: 45px 0 0 0;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

.quantity-age-carousel .card-item .hidden-side .card-text img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.quantity-age-carousel .card-item .hidden-side .card-text::-webkit-scrollbar {
	width: 8px;
}

.quantity-age-carousel .card-item .hidden-side .card-text::-webkit-scrollbar-track {
	background: rgba(255, 252, 252, 0.6);
	border-radius: 8px;
}

.quantity-age-carousel .card-item .hidden-side .card-text::-webkit-scrollbar-thumb {
	background: rgba(141, 217, 255, 0.6);
	border-radius: 8px;
}

.quantity-age-carousel .owl-prev {
	position: absolute;
	left: 0;
	top: 34%;
}

.quantity-age-carousel .owl-next {
	position: absolute;
	right: 0;
	top: 34%;
}

.tips-carousel-section {
	display: flex;
	background-color: #C8EDFF;
}

.tips-carousel-section .image-part {
	width: 53%;
	/* height: 43.6vw; */
	mask-image: url(./images/template/mask-product-desktop.png);
	-webkit-mask-image: url(./images/template/mask-product-desktop.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.tips-carousel-section .carousel-part {
	width: 47%;
	display: flex;
	align-items: center;
	padding: 7.8% 0;
}

.tips-carousel-section .carousel-part .tip-item {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.tips-carousel-section .carousel-part .tip-item .container {
	padding: 0 35px;
}

.tips-carousel-section .carousel-part .tip-item .tip-title {
	font-family: 'PF Bague Sans Pro Light';
	font-size: 50px;
	font-weight: normal;
	line-height: 61px;
	max-width: 500px;
	text-align: left;
	margin: 0 0 25px 0;
}

.tips-carousel-section .carousel-part .tip-item .tip-description {
	max-width: 520px;
	margin: 0 0 40px 0;
}

.tips-carousel-section .carousel-part .tip-item .tip-text {
	max-width: 360px;
	position: relative;
	border: 1px dashed #1FBAF0;
	border-radius: 28px;
	padding: 30px 25px 20px 25px;
	font-size: 16px;
	margin: 0 auto;
}

.tips-carousel-section .carousel-part .tip-item .tip-text:before {
	content: 'TIP';
	color: #1FBAF0;
	width: 65px;
	height: 30px;
	background-color: #C8EDFF;
	text-align: center;
	left: calc(50% - 32.5px);
	top: -15px;
	position: absolute;
	font-family: 'PF Bague Sans Pro Bold';
	font-size: 25px !important;
	background-image: url(images/template/mini-drop-icon.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 4px -3px;
	padding-left: 16px;
}

.tips-carousel .owl-dots .owl-dot:not(.active) span {
	border: 7px solid #C8EDFF;
	background: white;
}

.tips-carousel .owl-dots .owl-dot:not(.active):hover span {
	border: 7px solid #C8EDFF;
	background: #1FBAF0;
}

.tips-carousel .owl-stage-outer {
	margin-bottom: 85px;
}

.tips-carousel .owl-dots .owl-dot {
	transform: translateY(-31px);
}

.tips-carousel .owl-nav .owl-prev {
	margin-right: 130px;
}

.tips-carousel .owl-nav .owl-next {
	margin-left: 130px;
}

.page-template-about-us .heading-container {
	margin-bottom: 0;
}

.page-template-about-us .heading-container:before {
	background-color: #E8F6FC;
}

.hetos-history-section {
	background-color: #E8F6FC;
	padding-bottom: 20px;
}

.hetos-history-section .hetos-history-slider {
	max-width: 1650px;
	padding-bottom: 100px;
	border-bottom: 1px solid rgba(65, 98, 140, 0.33);
}

.hetos-history-section .hetos-history-slider .top-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}

.hetos-history-section .hetos-history-slider .hetos-history-title {
	width: 40%;
	font-family: 'PF Bague Sans Pro Light';
	font-size: 72px;
	max-width: 430px;
	margin: 0;
	text-align: left;
}

.hetos-history-section .hetos-history-slider .years-tabs-container {
	width: 60%;
	text-align: center;
}

.hetos-history-section .hetos-history-slider .years-tabs {
	display: inline-flex;
	flex-flow: row nowrap;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: none;
	max-width: max-content;
	overflow-x: auto;
}

.hetos-history-section .hetos-history-slider .years-tabs::-webkit-scrollbar {
	display: none;
}

.hetos-history-section .hetos-history-slider .years-tabs button {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	background: none;
	min-width: 130px;
	padding: 5px 15px 15px 15px;
	border-bottom: 1px solid #B3BECB;
}

.hetos-history-section .hetos-history-slider .years-tabs button span {
	font-size: 24px;
	line-height: 1;
	color: #B3BECB;
	margin: 0;
	padding: 0 0 10px 0;
	cursor: pointer;
	display: inline-block;
	pointer-events: auto;
	touch-action: auto;
	text-transform: uppercase;
	width: 100%;
}

.hetos-history-section .hetos-history-slider .years-tabs button.active {
	border-bottom: 3px solid #4B5367;
	padding-bottom: 12px;
}

.hetos-history-section .hetos-history-slider .years-tabs button.active span {
	color: #4B5367;
	font-family: 'PF Bague Sans Pro Bold';
}

.hetos-history-section .hetos-history-slider .tabs-content {
	width: 100%;
}

.hetos-history-section .hetos-history-slider .tabs-content .single-tab-content {
	display: none;
	width: 100%;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.hetos-history-section .hetos-history-slider .tabs-content .left-part {
	width: 40%;
}

.hetos-history-section .hetos-history-slider .tabs-content .left-part p {
	max-width: 530px;
	display: inline-block;
}

.hetos-history-section .hetos-history-slider .tabs-content .left-part h3 {
	color: #073571;
	font-family: 'PF Bague Sans Pro Bold';
	font-size: 50px;
	margin: 0 0 20px 0;
}

.hetos-history-section .hetos-history-slider .tabs-content .right-part {
	width: 60%;
	display: inline-flex;
	justify-content: center;
}

.hetos-history-section .hetos-history-slider .tabs-content .year-image {
	display: inline-block;
	overflow: hidden;
	border-radius: 28px;
	width: 100%;
	height: 100%;
	max-height: 460px;
	max-width: 670px;
}

.hetos-history-section .hetos-history-slider .tabs-content img {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}

.hetos-history-section .owl-nav {
	width: 60%;
	margin-left: 40%;
	position: relative
}

.hetos-history-section .owl-prev,
.hetos-history-section .owl-next {
	margin: 0;
	position: absolute;
	transform: translateY(-230px);
}

.hetos-history-section .owl-prev {
	left: 0;
}

.hetos-history-section .owl-next {
	right: 0;
}

.distinctions-section-container {
	background-color: #E8F6FC;
	padding: 60px 15px 120px 15px;
}

.distinctions-section-container .distinctions-section {
	max-width: 1650px;
}

.distinctions-section-container .distinctions-title {
	width: 100%;
	font-family: 'PF Bague Sans Pro Light';
	font-size: 72px;
	max-width: 410px;
	margin: 0 0 44px 0;
	text-align: left;
}

.distinctions-section .years-tabs .year {
	width: 100%;
	padding-left: 75px;
	padding-bottom: 15px;
	border-left: 4px solid #BED2E0;
	position: relative;
	display: none;
}

.distinctions-section .years-tabs .year:nth-last-child(2) {
	padding-bottom: 0 !important;
}

.distinctions-section .years-tabs .year:before {
	content: '';
	position: absolute;
	width: 36px;
	height: 140px;
	top: 0;
	left: -20px;
	background-image: url('./images/template/dist-bullet-icon.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.distinctions-section .years-tabs .year .year-button {
	appearance: none;
	-webkit-appearance: none;
	background: white;
	border: none;
	display: block;
	width: 100%;
	padding: 40px 50px;
	color: #41628C;
	text-align: left;
	font-size: 50px;
	border: 1px solid #BED2E0;
	border-radius: 20px;
	position: relative;
	font-family: 'PF Bague Sans Pro Light';
	cursor: pointer;
}

.distinctions-section .years-tabs .year.active .year-button {
	background: #41628C;
	color: white;
}

.distinctions-section .years-tabs .year .year-button:after {
	content: '';
	position: absolute;
	width: 26px;
	height: 100%;
	top: 0;
	right: 66px;
	mask-image: url('./images/template/faq-main-more.svg');
	mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
	-webkit-mask-image: url('./images/template/faq-main-more.svg');
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background: #41628C;
}

.distinctions-section .years-tabs .year.active .year-button:after {
	mask-image: url('./images/template/faq-main-less.svg');
	-webkit-mask-image: url('./images/template/faq-main-less.svg');
	background: white;
}

.distinctions-section .years-tabs .year .year-articles {
	display: none;
	line-height: 1.8;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.distinctions-section .years-tabs .year .year-articles h3 {
	font-family: 'PF Bague Sans Pro Bold';
	color: #073571;
	margin: 0;
}

.distinctions-section .years-tabs .year .year-articles p {
	margin: 0 0 33px 0;
	line-height: 1.4;
}

.distinctions-section .years-tabs .trans-button {
	margin: 50px auto 0 auto;
	display: block;
	background: transparent;
	cursor: pointer;
}

.distinctions-section .years-tabs .trans-button:hover {
	background: #073571;
	color: white;
}

.mountain-section-carousel {
	position: relative;
}

.mountain-section-carousel:after {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve3.svg);
	-webkit-mask-image: url(./images/curves-svg/curve3.svg);
	background-color: white;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 10vw;
	z-index: 1;
}

.mountain-section-carousel .category-section .details-container {
	padding-bottom: 14%;
}

.mountain-section-carousel .category-section:after {
	display: none;
}

.mountain-section-carousel .owl-nav,
.mountain-section-carousel .owl-dots {
	width: 50%;
	margin-left: 50%;
	height: 0;
}

.mountain-section-carousel .owl-nav .owl-prev,
.mountain-section-carousel .owl-nav .owl-next {
	transform: translateY(-17.7vw);
}

.mountain-section-carousel .owl-dots .owl-dot {
	transform: translateY(-18vw);
}

.mountain-section-carousel .owl-dots .owl-dot:not(.active) span {
	border: 7px solid #C8EDFF;
	background: white;
}

.page-template-about-us .three-points-section {
	margin-bottom: 80px;
}

.page-template-about-us .three-points-section .point:nth-child(1):before {
	z-index: unset;
	background-image: url(./images/template/about-point1-image.svg);
}

.page-template-about-us .three-points-section .point:nth-child(1):after {
	background-image: url(./images/template/about-point1-image-hover.svg);
}

.page-template-about-us .three-points-section .point:nth-child(3):before {
	background-image: url(./images/template/about-point3-image.svg);
}

.page-template-about-us .three-points-section .point:nth-child(3):after {
	background-image: url(./images/template/about-point3-image-hover.svg);
}

.our-vision-section {
	background-color: #E8F6FC;
	position: relative;
	padding: 80px 0 calc(80px + 8vw) 0;
	position: relative;
	margin-top: 11vw;
}

.our-vision-section:before {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve3.svg);
	-webkit-mask-image: url(./images/curves-svg/curve3.svg);
	background-color: #E5F6FE;
	top: -7vw;
	left: 0;
	width: 100%;
	height: 12vw;
	z-index: -1;
}

.our-vision-section .container {
	max-width: 1650px;
	display: flex;
	align-items: center;
}

.our-vision-section .text-area {
	width: 50%;
}

.our-vision-section .vision-title {
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	font-size: 72px;
	margin: 0 0 40px 0;
}

.our-vision-section p {
	max-width: 520px;
	margin: 0 0 25px 0;
}

.our-vision-section .image-area {
	max-width: 800px;
	width: 100%;
	height: 60vw;
	max-height: 786px;
	mask-image: url(./images/template/our-vision-template-mask.png);
	-webkit-mask-image: url(./images/template/our-vision-template-mask.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.other-products-box {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	padding: 140px 15px;
	position: relative;
}

.other-products-box:before {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve3.svg);
	-webkit-mask-image: url(./images/curves-svg/curve3.svg);
	background-color: white;
	top: -7vw;
	left: 0;
	width: 100%;
	height: 12vw;
}

.other-products-box>a {
	margin: 0 10px 20px 10px;
}

.other-products-box .product {
	padding: 30px 20px;
	width: 256px;
	height: 320px;
	border-radius: 28px;
	box-shadow: 0px 3px 20px rgba(65, 165, 213, 0.16);
}

.other-products-box .other-products-title {
	display: block;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	font-size: 72px;
	margin: 0 0 40px 0;
	text-align: center;
	width: 100%;
}

.other-products-box .other-products-title span {
	display: inline-block;
	max-width: 670px;
}

.other-products-box .product .product-image {
	text-align: center;
}

.other-products-box .product .product-image img {
	max-width: 175px;
}

.other-products-box .product .product-title {
	font-family: 'PF Bague Sans Pro Bold';
	font-size: 20px;
	line-height: 28px;
	color: #41628C;
	text-align: center;
}

.source-section-container {
	background-color: #C8EDFF;
	padding-top: 160px;
	padding-bottom: calc(8vw + 60px);
}

.source-section-container .source-section-title {
	font-family: 'PF Bague Sans Pro Light';
	font-size: 72px;
	font-weight: normal;
	margin: 0 auto 20px auto;
	max-width: 760px;
	padding: 0 15px;
	max-width: 650px;
	text-align: center;
}

.source-section-container .animated-part {
	position: relative;
	width: 50%;
	text-align: center;
}

.source-section-container .animated-part .ending-lights {
	position: absolute;
	left: -55px;
	bottom: 35px;
	display: inline-block;
	width: 100%;
	transform: scale(0.5);
	opacity: 0;
	transition: 1s;
}

.source-section-container .animated-part .ending-lights.active {
	animation: scalelights 1s ease 0s 1 normal forwards;
}

@keyframes scalelights {
	50% {
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.15);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.source-section-container .animated-part .mask-load1 {
	height: 0;
	min-height: 5%;
	transition: 1.2s;
}

.source-section-container .animated-part .mask-load2,
.source-section-container .animated-part .mask-load3,
.source-section-container .animated-part .mask-load4,
.source-section-container .animated-part .mask-load5 {
	height: 0;
	transition: 0.6s;
}

.source-section-container .animated-part .mask-load6 {
	height: 0;
	transition: 1.2s;
}

.source-section-container .animated-part .path-load {
	transform: translateY(-80px);
	transition: 2s;
}

.source-section-container .animated-part .bottle-load {
	height: 10px;
	transition: 2.3s;
}

.source-section-container .animated-part .bottle-cap {
	transition: 2s;
	transform: translate(-814px, 678px) rotate(127deg);
}

.source-section-container .animated-part #Rectangle_447 {
	transition: 4s;
	fill: #62C2E7;
}

.source-animated-image #Path_6446,
.animated-part .source-animated-image #Path_6434,
.animated-part .source-animated-image #Path_6448,
.animated-part .source-animated-image #Path_6434-2,
.animated-part .source-animated-image #Path_6445,
.animated-part .source-animated-image #Path_6450 {
	opacity: 0;
	transition: 1s;
}

.source-section-container .animated-part #Group_14352 {
	opacity: 0;
	transition: 1.5s;
}

.source-section-container .animated-part #Group_13831,
.source-section-container .animated-part #Group_13831-2 {
	opacity: 0;
	transition: 1.5s;
	animation: snowmove 1.5s ease-in-out infinite;
}

@keyframes snowmove {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(3px);
	}

	100% {
		transform: translateY(0);
	}
}

.source-animated-image.active1 #Path_6446,
.source-animated-image.active1 #Path_6434,
.source-animated-image.active1 #Path_6448,
.source-animated-image.active1 #Path_6434-2,
.source-animated-image.active1 #Path_6445,
.source-animated-image.active1 #Path_6450,
.source-animated-image.active1 #Group_13831,
.source-animated-image.active1 #Group_13831-2,
.source-animated-image.active1 #Group_14352 {
	opacity: 1;
}

.source-animated-image.active1 #Rectangle_447 {
	fill: #52D0FF;
}


.source-section-container .animated-part #Path_6702,
.source-section-container .animated-part #Path_6704 {
	opacity: 0;
	transition: 2s;
}

.source-animated-image.active2 #Path_6702,
.source-animated-image.active2 #Path_6704 {
	opacity: 1;
}


.source-section-container .animation-text-part {
	display: inline-flex;
	width: 50%;
	height: 2180px;
	justify-content: space-between;
	align-items: center;
	flex-flow: column nowrap;
	padding-top: 225px;
}

.source-section-container .animation-text-part .text-block {
	max-width: 535px;
}

.source-section-container .animation-text-part .text-block h3 {
	font-size: 50px;
	font-family: 'PF Bague Sans Pro Light';
	font-weight: normal;
	margin: 20px 0 8px 0;
}

.source-section-container .animation-text-part .text-block p {
	margin: 0;
	padding: 10px 10px 10px 0;
}

.source-section-container .animation-text-part .source-image-mobile {
	display: none;
}

.source-section-container .source-section {
	max-width: 1390px;
	display: flex;
	flex-flow: row nowrap;
}

.page-template-zagori .four-points-section {
	z-index: 1;
}

.page-template-zagori .four-points-section:before {
	z-index: 1;
}

.page-template-zagori .hetos-history-section {
	position: relative;
	padding-top: 20px;
}

.page-template-zagori .hetos-history-section:before {
	content: "";
	position: absolute;
	mask-image: url(./images/curves-svg/curve3.svg);
	-webkit-mask-image: url(./images/curves-svg/curve3.svg);
	background-color: #E5F6FE;
	top: -9vw;
	left: 0;
	width: 100%;
	height: 12vw;
	z-index: -1;
}

.page-template-zagori .hetos-history-section .hetos-history-slider .hetos-history-title {
	max-width: 560px;
}

.page-template-zagori .hetos-history-section .hetos-history-slider .tabs-content .year-image {
	background-color: white;
}

.page-template-zagori .hetos-history-section .hetos-history-slider .tabs-content img {
	height: 460px;
	width: 100%;
	object-fit: contain;
}

.zagori-mas-certifications {
	max-width: 1315px;
	text-align: center;
	padding: 110px 15px 190px 15px;
}

.zagori-mas-certifications .certifications-title {
	font-family: 'PF Bague Sans Pro Light';
	font-size: 72px;
	font-weight: normal;
	margin: 0 auto 20px auto;
	max-width: 760px;
}

.zagori-mas-certifications .certifications-text {
	max-width: 950px;
	margin: 0 auto;
	width: 100%;
}

.zagori-mas-certifications .certifications-images {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	flex-flow: row wrap;
	padding: 95px 15px;
	max-width: 770px;
}

.zagori-mas-certifications .certifications-images .cert-image-box {
	width: 130px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 28px;
	margin: 0 25px 20px 0;
	box-shadow: 0 0 18px rgb(65 165 213 / 16%);
}

.zagori-mas-certifications .certifications-images .cert-image-box:nth-child(4n) {
	margin: 0 0 20px 0;
}

.page-template-zagori .ingredients-table-section:before {
	background-color: white;
}

.page-template-zagori .ingredients-table-section {
	background-color: white;
}

.page-template-zagori .distinctions-section-container {
	background-color: #E8F6FC;
	padding: 60px 15px 230px 15px;
}

/*.video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-container video {
	min-width: 100%;
	min-height: 100%;

	width: auto;
	height: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
} */

.video-js {
	width: 100%;
	height: 100%;
}

button.vjs-big-play-button {
	display: none !important;
}

.vjs-custom-play-button {
	background-color: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(./images/template/play-button.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 50% calc(50% - 10px);
	border: none !important;
	box-shadow: none !important;
	cursor: pointer;
}

.video-js .vjs-tech {
	object-fit: contain;
}

.vjs-custom-play-button:before {
	content: "";
	display: none;
}

.vjs-custom-play-button:hover {
	background-color: transparent;
	opacity: .7;
}

.fullscreen-video-mode {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.15s linear;
}

.fullscreen-video-mode.disabled {
	opacity: 0;
	pointer-events: none;
}

.fullscreen-video-mode .fullscreen-close {
	display: block;
	position: absolute;
	bottom: calc(100% + 10px);
	right: 0;
	background-image: url(./images/template/fullscreen-close.svg);
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	z-index: 11;
}

.video-container {
	width: 90%;
	position: relative;
	max-width: 1280px;
	height: 49vw;
	max-height: 720px;
}

iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1600px) {
	.full-categories-container .category-item .bottles-part img {
		max-height: 38.5vw;
		max-width: 95%;
	}

	.full-categories-container .background-part {
		height: 52.3vw;
	}
}


@media screen and (max-width: 1480px) {
	#primary-menu li {
		margin: 0 10px;
	}

	.our-products-section .products-text-area .products-title {
		margin: 0 0 15px 0;
		font-size: 52px;
		line-height: 56px;
	}

	.our-products-section .products-text-area .products-text {
		font-size: 22px;
	}

	.our-products-section .products-text-area .trans-button {
		font-size: 22px;
		padding: 27px 36px;
	}

	.components-container .components-heading {
		font-size: 52px;
	}

	.components-container .components-text {
		font-size: 20px;
	}

	.product-intro-container .container {
		flex-flow: row wrap;
		justify-content: space-around;
		max-height: unset;
	}

	.product-intro-container .details-part {
		padding: 15px 15px 15px 10%;
		width: 55%;
		display: inline-flex;
		flex-flow: column nowrap;
		justify-content: center;
	}

	.product-intro-container .ingredients-part {
		width: 100%;
		padding: 80px 15px 70px 15px;
		position: relative;
		margin-top: -20px;
	}

	.product-intro-container .featured-image-container {
		padding: 10px;
		width: 45%;
		text-align: center;
	}

	.product-intro-container-background {
		background-position: 0%;
		width: calc(100% + 30px);
		height: 100%;
		right: -15px;
		top: unset;
		bottom: 0;
	}

	.product-intro-container-background:after {
		right: 0;
		top: 0;
		background:
			/*linear-gradient(to right, #E5F6FE 0%, rgba(255, 255, 255, 0) 30%),
			linear-gradient(to left, #E5F6FE 1%, rgba(255, 255, 255, 0) 30%),*/
			linear-gradient(to top, rgba(255, 255, 255, 0) 50%, #E5F6FE 100%),
			linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #E5F6FE 100%);
	}

	.product-intro-container .ingredients-part .ingredients-circles {
		max-width: 560px;
		margin: 0 auto;
	}

	.related-carousel {
		padding: 0 50px;
	}

	.four-points-section .point {
		flex: 48%;
		max-width: unset;
		margin: 0 0 80px 0;
	}

	.four-points-section .point * {
		max-width: 415px;
	}

	.heading-container .container {
		max-width: 1000px;
	}

	.heading-container .container .heading-title {
		font-size: 54px;
	}

	.heading-container .container p {
		font-size: 20px;
	}

	.page-template-go-green .full-categories-container .bottles-part .container {
		max-width: calc(75% + 30px);
		padding: 90px 15px 110px 15px;
	}

	.hetos-history-section .owl-nav {
		display: none;
	}

	.hetos-history-section .hetos-history-slider .years-tabs-container {
		width: 100%;
		margin-bottom: 20px;
	}

	.hetos-history-section .hetos-history-slider .hetos-history-title {
		width: 100%;
		max-width: unset !important;
		margin: 0 0 40px 0;
		text-align: center;
	}
}

@media screen and (max-width: 1320px) {
	.zagori-more-section .go-green-more .container {
		flex-flow: column wrap;
		align-items: center;
		padding: 0 15px 155px 15px;
	}

	.zagori-more-section .go-green-more .go-green-image {
		width: 100%;
		max-width: 540px;
		height: 87.34vw;
		max-height: 500px;
		transform: translateY(-50px);
	}

	.zagori-more-section .go-green-more .go-green-content .go-green-title {
		font-size: 52px;
		line-height: 56px;
	}

	.zagori-more-section .go-green-more .go-green-content .trans-button {
		font-size: 22px;
		padding: 27px 36px;
	}

	.zagori-more-section .go-green-more .go-green-content {
		width: 100%;
		max-width: 600px;
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
		padding: 0;
		text-align: center;
	}

	.zagori-more-section .blog-more .container {
		flex-flow: column wrap;
		align-items: center;
		padding: 0 15px 60px 15px;
	}

	.zagori-more-section .blog-more .blog-more-content {
		width: 100%;
		max-width: 600px;
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
		padding: 0;
		text-align: center;
	}

	.zagori-more-section .blog-more .blog-more-image {
		max-width: 580px;
		width: 100%;
		height: 69.34vw;
		max-height: 400px;
		transform: translateY(-50px);
	}

	.zagori-more-section .blog-more .blog-more-content .blog-more-title {
		font-size: 52px;
		line-height: 56px;
	}

	.zagori-more-section .blog-more .blog-more-content .trans-button {
		font-size: 22px;
		padding: 27px 36px;
	}

	.categorised-products-carousel .bottle-item .image-container {
		height: 550px;
	}

	.page-template-go-green .full-categories-container .bottles-part .container {
		max-width: calc(80% + 30px);
	}

	.our-vision-section {
		padding: 40px 0 calc(20px + 8vw) 0;
	}

	.our-vision-section .container {
		flex-flow: column-reverse nowrap;
	}

	.our-vision-section .text-area {
		width: 100%;
	}

	.our-vision-section .vision-title {
		text-align: center;
	}

	.our-vision-section .image-area {
		height: 50vw;
		margin-bottom: 35px;
		max-width: 60%;
		min-width: 400px;
		min-height: 340px;
	}

	.our-vision-section p {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 1240px) {
	.home-intro-container {
		margin-top: 65px;
	}

	.site {
		margin-top: 70px;
	}

	.fixedPosition {
		overflow: hidden;
	}

	.site-header {
		height: 70px;
	}

	.site-header .site-branding img {
		max-width: 117px;
		margin-left: 20px;
	}

	#main-navigation .menu-area {
		display: none;
	}

	.menu-toggle {
		display: block;
	}

	#main-navigation #primary-menu {
		flex-direction: column;
		max-width: unset;
	}

	#main-navigation .menu-area {
		width: 100%;
		position: fixed;
		top: 70px;
		left: 0;
		flex-direction: column;
		background: white;
		align-items: flex-start;
		padding: 0 0 15px 0;
		overflow-y: scroll;
		touch-action: auto;
		pointer-events: auto;
		touch-action: auto;
		max-height: calc(100vh - 70px);
		border-top: 1px solid #F2F2F2;
		box-shadow: 0 5px 10px -3px rgba(51, 51, 51, 0.4);
		-webkit-box-shadow: 0 5px 10px -3px rgba(51, 51, 51, 0.4);
		-moz-box-shadow: 0 5px 10px -3px rgba(51, 51, 51, 0.4);
	}

	#main-navigation .menu-area .right-side {
		margin: 30px 35px;
	}

	#main-navigation .menu-area div:nth-child(1),
	#main-navigation .menu-area div:nth-child(1) ul,
	#main-navigation .menu-area div:nth-child(1) li {
		width: 100%;
	}

	#main-navigation .menu-area #primary-menu li {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #F2F2F2;
		text-align: left;
	}

	#main-navigation .menu-area #primary-menu li:nth-child(1) {
		padding-top: 14px;
	}

	#main-navigation .menu-area #primary-menu li a {
		padding: 23px 55px 23px 35px;
	}

	#main-navigation .menu-area #primary-menu ul {
		box-shadow: unset;
		border-radius: unset;
		position: initial;
		z-index: unset;
		min-width: unset;
		text-align: left;
		background: unset;
		transition: unset;
		opacity: 1;
		pointer-events: unset;
		touch-action: unset;
		padding: 0;
		display: none;
	}

	#main-navigation .menu-area #primary-menu li.focus {
		background: #F4F9FF;
	}

	#main-navigation .menu-area #primary-menu li.focus>ul {
		display: flex;
	}

	#main-navigation .menu-area #primary-menu li.focus>a {
		font-family: 'PF Bague Sans Pro Medium';
	}

	#main-navigation .menu-area #primary-menu .menu-item-has-children>a:after {
		display: none;
	}

	#main-navigation .menu-area #primary-menu .menu-item-has-children>a:before {
		content: "";
		visibility: visible;
		position: absolute;
		width: 20px;
		height: 20px;
		left: auto;
		top: 23px;
		right: 35px;
		background-image: url('./images/template/arrow-expand.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		pointer-events: none;
	}

	#main-navigation .menu-area #primary-menu .menu-item-has-children.focus>a:before {
		background-image: url("./images/template/arrow-close.svg");
	}

	#primary-menu>.menu-item-has-children>a {
		display: inline-block !important;
		position: initial;
		width: calc(100% - 80px);
	}

	.trans-button {
		padding: 20px 50px;
	}

	.home .site-header {
		background: white;
		box-shadow: 0 4px 27px -4px #3bc1ff86;
	}

	.category-section .details-container .details-content {
		max-width: 400px;
		padding: 15px;
	}

	.category-section .details-container .details-title {
		font-size: 32px;
		margin: 0 0 18px 0;
	}

	.category-section .details-container .details-text {
		font-size: 18px;
	}

	.heading-container .container .heading-title {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.heading-container .container p {
		display: none;
		font-size: 20px
	}

	.categorised-products-carousel .bottle-item .image-container:after {
		bottom: 0;
	}

	.default-content-area h2 {
		font-size: 54px;
		text-align: center;
	}

	.default-content-area p {
		font-size: 20px;
	}

	.default-content-area p {
		text-align: center;
	}

	.default-content-area {
		margin-bottom: 150px;
	}

	.faq-container .category-title {
		padding: 20px 45px;
		font-size: 32px;
	}

	.faq-container .category-questions .single-qna .question {
		font-size: 20px;
		padding: 0 85px 0 52px;
	}

	.faq-container .category-questions .single-qna .answer {
		font-size: 20px;
		line-height: 28px;
	}

	.blog-subcategory-block .blog-subcategory-posts {
		justify-content: center;
		align-items: center;
		flex-flow: column nowrap;
	}

	.preview-post {
		margin-bottom: 45px;
	}

	.blog-subcategory-block .blog-subcategory-posts .preview-post {
		width: 100%;
		padding: 0;
	}

	.preview-post>a {
		max-width: 532px;
	}

	.full-categories-container .background-part .category-item-heading {
		font-size: 54px;
	}

	.full-categories-container .category-item:nth-child(1) .bottles-part .trans-button,
	.full-categories-container .category-item:nth-last-child(1) .bottles-part .trans-button {
		margin-top: 50px;
	}

	.full-categories-container .category-item .bottles-part .trans-button {
		font-size: 22px;
	}

	.categorised-products-carousel .bottle-item .image-container {
		height: 400px;
	}

	.categorised-products-carousel .bottle-item .trans-button {
		font-size: 18px;
	}

	.categorised-products-carousel .bottle-item .image-container img {
		min-height: 100%;
		margin-bottom: 0;
	}

	.quantity-age-section {
		padding: 30px 15px;
		margin-bottom: 40px;
	}

	#primary-menu li:hover>a {
		font-family: 'PF Bague Sans Pro';
	}

	.language-area .wpml-ls>ul {
		border: none !important;
	}

	.language-area .wpml-ls-sub-menu {
		border: none !important;
		visibility: visible !important;
		position: initial;
		transform: none;
	}

	.site-header .right-side .language-area a {
		padding: 0;
		margin: 0;
	}

	.site-header .right-side .language-area .wpml-ls>ul>.wpml-ls-item>a:after {
		display: none;
	}

	.distinctions-section .years-tabs .year .year-button {
		padding: 20px 45px;
		font-size: 32px;
	}

	.distinctions-section .years-tabs .year:before {
		width: 25px;
		left: -14px;
		height: 78px;
	}

	.distinctions-section .years-tabs .year {
		width: 100%;
		padding-left: 30px;
	}

	.distinctions-section .years-tabs .year .year-articles h3 {
		font-size: 20px;
	}

	.distinctions-section .years-tabs .year .year-articles p {
		font-size: 18px;
	}

	.hetos-history-section .hetos-history-slider .hetos-history-title {
		width: 100%;
		font-size: 54px;
	}

	.distinctions-section-container .distinctions-title {
		font-size: 54px;
	}

	.our-vision-section .vision-title {
		font-size: 54px;
	}

	.other-products-box .other-products-title {
		font-size: 54px;
	}

	.source-section-container {
		padding-top: 70px;
	}

	.source-section-container .animated-part {
		display: none;
	}

	.source-section-container .animation-text-part {
		width: 100%;
		height: unset;
		text-align: center;
		justify-content: center;
		padding-top: 0;
	}

	.source-section-container .animation-text-part .source-image-mobile {
		display: inline-block;
	}

	.source-section-container .source-section-title {
		font-size: 54px;
		margin-bottom: 40px;
	}

	.source-section-container .animation-text-part .text-block {
		margin-bottom: 50px;
	}

}

@media screen and (min-width: 1140px) {
	.footer-container .footer-area>div {
		display: block !important;
	}
}


@media screen and (max-width: 1140px) {
	.footer-container {
		flex-flow: row wrap;
		align-items: flex-start;
	}

	.footer-container .images-col {
		width: 30%;
		align-items: center;
	}

	.footer-container .menu-col {
		width: 65%;
	}

	.footer-item {
		flex: 0 0 100%;
		height: 25%;
		max-width: 100%;
	}

	.footer-container .footer-area {
		width: unset;
		position: relative;
	}

	.footer-container .footer-area>div {
		display: none;
	}

	.footer-container h3>a {
		min-height: unset;
		margin: 15px 0;
		cursor: pointer;
	}

	.footer-container h3:after {
		content: "";
		position: absolute;
		right: 25px;
		top: 0;
		width: 15px;
		height: 62px;
		background-image: url('./images/template/text-open.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.footer-container h3.expanded:after {
		background-image: url('./images/template/text-close.svg');
	}

	.footer-container .footer-item:nth-child(1) h3 {
		margin-top: 0;
	}

	.trans-button {
		padding: 15px 45px;
	}

	.our-products-section {
		flex-flow: column;
		height: unset;
		width: 100%;
		margin-bottom: 180px;
	}

	.our-products-section .products-text-area {
		width: 100%;
		height: unset;
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
	}

	.our-products-section .products-text-area:after {
		content: "";
		position: absolute;
		mask-image: url(./images/curves-svg/down-curve.svg);
		-webkit-mask-image: url(./images/curves-svg/down-curve.svg);
		background-color: #C8EDFF;
		right: unset;
		top: unset;
		bottom: -12vw;
		left: 0;
		width: 100%;
		height: 14vw;
	}

	.our-products-section .products-text-area .products-text-content {
		padding-top: 58px;
		padding-bottom: 30px;
		text-align: center;
	}

	.three-points-section .point h3 {
		font-size: 32px;
		margin: 15px 0 5px 0;
	}

	.three-points-section .point p {
		font-size: 18px;
	}

	.our-products-section .products-categories {
		background: none;
		width: 100%;
	}

	.categories-tabs {
		padding: 200px 0 0 15px;
	}

	.bottles-carousel {
		padding: 75px 0 0 0;
	}

	.bottles-carousel .bottle-item {
		height: 100%;
	}

	.categories-tabs-content {
		height: 65.439vw;
		min-height: 530px;
		padding-left: 0;
	}

	.categories-tabs-content .tabcontent {
		width: 100%;
		padding: 0;
	}

	.bottles-carousel .bottle-item .image-container {
		height: unset;
	}

	.bottles-carousel .bottle-item .image-container img {
		transition: 0.4s;
		height: 100% !important;
		max-height: 52.632vw;
		min-height: 380px;
	}

	.our-products-section {
		margin-bottom: 100px;
	}

	.categories-tabs:after {
		display: none;
	}

	.sponsorship-form-container .wpcf7 form p {
		font-size: 20px;
	}

	.sponsorship-form-container {
		padding-bottom: 80px;
	}

	.single-post .post .entry-header .single-header-container {
		height: 55vw;
	}

	.single-post .post .entry-header {
		padding: 50px 45px 55px 45px;
	}

	.photo-gallery .owl-item {
		height: 52.6vw;
		min-height: 196px !important;
	}

	.instagram-posts-section {
		margin-top: 0;
		padding-top: 38px;
	}

	.water-section-container {
		padding: 85px 45px 110px 45px;
	}

	.categorised-carousel-container .categorised-products-carousel {
		padding: 0 65px;
	}

	.co2-section .co2-title {
		font-size: 54px;
		margin: 0 0 20px 0;
	}

	.page-template-go-green .three-points-section h2 {
		margin: 0 0 50px 0;
		font-size: 54px;
	}

	.info-what-is-section .what-is-title {
		font-size: 54px;
	}

	.quantity-age-section .quantity-title {
		font-size: 54px;
		margin: 0 0 60px 0;
	}

	.quantity-age-section .quantity-text {
		font-size: 20px;
	}

	.tips-carousel-section .carousel-part .tip-item .tip-title {
		font-size: 32px;
	}

	.tips-carousel-section .carousel-part .tip-item .tip-description {
		font-size: 20px;
	}

	.curves-container:before,
	.curves-container:after {
		animation: none;
	}

	.distinctions-section-container {
		padding: 10px 0 65px 15px;
	}

	.hetos-history-section .hetos-history-slider .tabs-content .single-tab-content {
		flex-flow: column-reverse wrap;
	}

	.hetos-history-section .hetos-history-slider .tabs-content .single-tab-content>div {
		width: 100%;
		text-align: center;
	}

	.hetos-history-section .hetos-history-slider .tabs-content .year-image {
		margin-bottom: 40px;
	}

	.hetos-history-section .hetos-history-slider {
		padding: 0;
		margin: 0 15px;
		border-bottom: none;
	}

	.instagram-posts-section .posts-container {
		max-width: 780px;
	}

	.instagram-posts-section .posts-container #sbi_images>div {
		width: 50% !important;
	}

	.overlay-content {
		width: 65%;
		padding: 0 5px;
		height: 45px;
	}

	.overlay .search-form:after {
		width: 25px;
	}
}



@media screen and (max-width: 860px) {
	.components-container {
		padding: 50px 0 120px 0;
	}

	.components-container .drop-container {
		flex-flow: row wrap;
		justify-content: flex-start;
		padding: 0 15%;
		background-size: 80% 50%;
		background-position: 60% top;
	}

	.components-container .drop-container .drop-image-desktop {
		width: 100%;
		max-width: unset;
	}

	.components-container .drop-container .bubble-space {
		display: inline-flex;
		flex: 50%;
		justify-content: center;
		margin: 10px 0;
	}

	.components-container .drop-container .bubble-space .bubble-box {
		position: initial;
		font-size: 18px;
		width: 130px !important;
		height: 130px !important;
	}

	.components-container:after {
		mask-size: 150% 100%;
		-webkit-mask-size: 150% 100%;
		width: 160%;
	}

	.components-container:after {
		left: -59%;
	}

	.product-intro-container .container {
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
	}

	.product-intro-container .details-part {
		padding: 45px 15px 70px 15px;
		width: 100%;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.product-intro-container .details-part .details-title {
		margin: 0 0 15px 0;
	}

	.product-intro-container .details-part .details-text {
		max-width: 420px;
	}

	.product-intro-container .featured-image-container {
		width: 100%;
		text-align: center;
	}

	.product-intro-container .ingredients-part {
		padding: 110px 15px 70px 15px;
		margin-top: -100px;
	}

	.category-section {
		flex-flow: column nowrap;
	}

	.category-section .image-container {
		width: 100%;
		mask-image: url(./images/template/mask-product-mobile.png);
		-webkit-mask-image: url(./images/template/mask-product-mobile.png);
		height: 60vw;
		min-height: 290px;
	}

	.category-section .details-container {
		width: 100%;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
	}

	.category-section .details-container .details-content {
		padding: 8% 15px 12% 15px;
		text-align: center;
	}

	.ingredients-table-section .ingredients-table,
	.ingredients-table-section .properties-table {
		max-width: 500px;
		flex-flow: column nowrap;
		margin-bottom: 35px;
	}

	.ingredients-table-section .ingredients-table .ingredient-item,
	.ingredients-table-section .properties-table .property-item {
		width: 100%;
	}

	.ingredients-table-section .ingredients-table .ingredient-item:nth-of-type(odd) {
		background: rgba(200, 237, 255, 0.3);
	}

	.ingredients-table-section .ingredients-table .ingredient-item:nth-of-type(even),
	.ingredients-table-section .properties-table .property-item:nth-of-type(odd) {
		background: white;
	}

	.ingredients-table-section .properties-table .property-item:nth-of-type(even) {
		background: #C8EDFF;
	}

	.ingredients-table-section .ingredients-table-title {
		font-size: 32px;
		margin: 0 0 18px 0;
	}

	.ingredients-table-section .ingredients-table-description {
		font-size: 18px;
		margin: 0 0 55px 0;
	}

	.related-products .related-title {
		font-size: 32px;
		margin: 0;
	}

	.related-products .related-carousel .owl-nav {
		display: none;
	}

	.related-products .related-carousel {
		padding: 0;
	}

	.related-products .related-carousel .related-bottle-item a img {
		margin-bottom: 35px;
	}

	.related-products .related-carousel .related-bottle-item a h3 {
		min-height: unset;
		margin-bottom: 65px;
		font-size: 24px;
	}

	.related-products {
		padding: 55px 15px 21px 15px;
		margin-bottom: 100px;
	}

	.four-points-section {
		padding: 100px 0 0 0;
	}

	.four-points-section .point * {
		max-width: 290px;
	}

	.four-points-section .point h3 {
		font-size: 32px;
		min-height: 74px;
	}

	.four-points-section .point p {
		font-size: 18px;
	}

	.search-results .page-header {
		margin-bottom: 47px;
	}

	.search-results .search-title h1 {
		font-size: 32px;
		text-align: center;
		padding: 0 82px;
	}

	.search-results .search-title {
		padding: 25px 0;
	}

	.search-results .results-container {
		margin-bottom: 56px;
	}

	.zagori_loadmore {
		font-size: 18px;
		padding: 25px 52px;
		margin-top: 55px;
	}

	.heading-container .container .heading-title {
		max-width: 100%;
		text-align: center;
		font-size: 54px;
	}

	.single-category-heading .blog-subcategory-title {
		font-size: 54px;
		padding: 0 0 20px 0;
	}

	.single-category-heading .blog-subcategory-image {
		max-width: 70px;
	}

	.stores-container {
		flex-flow: column nowrap;
		justify-content: center;
	}

	.stores-container .store {
		width: 100%;
		height: unset;
	}

	.stores-container .store .store-content {
		padding: 50px 35px;
	}

	.sponsorship-form-container .form-inner-container {
		padding: 55px 20px;
	}

	.sponsorship-form-container .wpcf7 form p {
		width: 100%;
		max-width: 100%;
	}

	.sponsorship-form-container .sponsorship-title {
		font-size: 40px;
	}

	.sponsorship-form-container .sponsorship-details {
		font-size: 20px;
	}

	.sponsorship-form-container .wpcf7-text {
		width: 100%;
	}

	.default-content-area {
		margin-bottom: 100px;
	}

	.full-categories-container .category-item {
		flex-flow: column nowrap !important;
	}

	.full-categories-container .category-item .background-part,
	.full-categories-container .category-item .bottles-part {
		width: 100% !important;
	}

	.full-categories-container .category-item .background-part {
		mask-image: url(./images/template/mask-product-mobile.png) !important;
		-webkit-mask-image: url(./images/template/mask-product-mobile.png) !important;
	}

	.full-categories-container .category-item .bottles-part {
		padding: 30px 0 85px 0;
	}

	.water-section-container .water-header {
		font-size: 54px;
		text-align: center;
	}

	.water-section-container .water-text {
		font-size: 22px;
	}

	.blog-subcategory-block .trans-button:not(.zagori_loadmore) {
		font-size: 18px;
		padding: 23px 25px;
		max-width: 265px;
		margin-bottom: 40px;
	}

	.page-template-go-green .full-categories-container .category-item .background-part {
		min-height: 420px;
	}

	.page-template-go-green .full-categories-container .bottles-part .container {
		padding: 40px 15px 0 15px;
	}

	.info-what-is-section .container {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.info-what-is-section .what-is-text {
		font-size: 22px;
	}

	.info-what-is-section .info-box .image-part {
		width: 100%;
	}

	.info-what-is-section .info-box .bullets-part {
		width: 100%;
		padding: 0 5%;
	}

	.info-what-is-section .info-box {
		flex-flow: column nowrap;
	}

	.tips-carousel-section {
		flex-flow: column nowrap;
	}

	.info-what-is-section .info-box .bullets-part .bullet {
		justify-content: center;
	}

	.quantity-age-section .quantity-title {
		font-size: 54px;
		padding: 0 5%;
	}

	.tips-carousel-section .image-part {
		width: 100%;
		mask-image: url(./images/template/mask-product-mobile.png);
		-webkit-mask-image: url(./images/template/mask-product-mobile.png);
		height: 60vw;
		min-height: 290px;
		-webkit-mask-size: 100% 100%;
		mask-size: 100% 100%;
	}

	.tips-carousel-section .carousel-part {
		width: 100%;
		padding: 50px 0 30px 0;
	}

	.tips-carousel-section .carousel-part .tip-item {
		text-align: center;
	}

	.tips-carousel-section .carousel-part .tip-item .tip-title {
		font-size: 32px;
		line-height: 42px;
		margin: 0 10px 20px 10px;
		text-align: center;
	}

	.tips-carousel-section .carousel-part .tip-item .tip-description {
		font-size: 18px;
	}

	.tips-carousel-section .carousel-part .tip-item .tip-text {
		font-size: 16px;
		line-height: 22px;
		padding: 15px;
	}

	.quantity-age-carousel {
		padding: 0;
		display: flex !important;
		flex-flow: column nowrap;
		width: 100%;
	}

	.quantity-age-carousel .card-item {
		height: unset;
		max-width: unset;
		width: 100%;
		margin-bottom: 10px;
		background-color: rgba(200, 237, 255, 0.56);
	}

	.quantity-age-carousel .card-item .visible-side {
		height: 60px;
		position: relative;
		flex-flow: row nowrap;
		padding: 15px 60px 15px 25px;
		background-color: rgba(200, 237, 255, 1) !important;
		cursor: pointer;
		border-radius: 28px;
	}

	.quantity-age-carousel .card-item .visible-side .image-container {
		height: 100%;
		width: auto;
	}

	.quantity-age-carousel .card-item .visible-side img {
		max-height: 100%;
		margin-right: 20px;
	}

	.quantity-age-carousel .card-item .hidden-side {
		position: initial;
		opacity: 1;
		padding: 15px;
		display: none;
		transition: unset;
	}

	.quantity-age-carousel .card-item .hidden-side .card-text {
		margin: 0;
		overflow: hidden;
	}

	.quantity-age-carousel .card-item:hover .visible-side .image-container {
		opacity: 1;
	}

	.quantity-age-carousel .card-item .card-title {
		font-size: 22px;
		margin: 0 auto;
		transform: none !important;
	}

	.quantity-age-carousel .card-item .visible-side:before {
		content: '';
		position: absolute;
		width: 17px;
		height: 100%;
		top: 0;
		right: 35px;
		background-image: url('./images/template/faq-sub-more.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.quantity-age-carousel .card-item.active .visible-side:before {
		background-image: url('./images/template/faq-sub-less.svg');
	}

	.our-vision-section .image-area {
		min-width: 300px;
		min-height: 280px;
	}

	.distinctions-section .years-tabs .trans-button {
		font-size: 18px;
		padding: 25px 52px;
		margin-top: 55px;
	}

	.mountain-section-carousel .category-section .details-container {
		padding: 10% 15px 20% 15px;
	}

	.mountain-section-carousel .owl-nav,
	.mountain-section-carousel .owl-dots {
		width: 100%;
		margin-left: 0;
	}

	.mountain-section-carousel .owl-nav .owl-prev,
	.mountain-section-carousel .owl-nav .owl-next {
		transform: translateY(-22.7vw);
	}

	.mountain-section-carousel .owl-dots .owl-dot {
		transform: translateY(-23vw);
	}

	.hetos-history-section {
		padding: 40px 0;
	}

	.hetos-history-section .hetos-history-slider .hetos-history-title {
		margin-bottom: 36px;
	}


	.hetos-history-section .hetos-history-slider .years-tabs button {
		min-width: unset;
		padding: 5px 15px 8px 15px;
	}

	.hetos-history-section .hetos-history-slider .years-tabs button.active {
		padding-bottom: 8px;
	}

	.hetos-history-section .hetos-history-slider .years-tabs button span {
		padding: 0;
	}

	.page-template-zagori .hetos-history-section .hetos-history-slider .tabs-content img {
		height: 54vw;
		min-height: 195px;
	}

	.page-template-zagori .distinctions-section-container {
		background-color: #E8F6FC;
		padding: 0 0 80px 0;
	}

	.zagori-mas-certifications {
		padding: 50px 15px;
	}

	.zagori-mas-certifications .certifications-title {
		font-size: 54px;
	}

	.zagori-mas-certifications .certifications-text {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.zagori-mas-certifications .certifications-images {
		justify-content: center;
		padding: 20px 5px;
	}

	.zagori-mas-certifications .certifications-images .cert-image-box {
		margin: 0 16px 40px 20px !important;
	}
}


@media screen and (max-width: 767px) {
	.overlay-content {
		width: 80%;
	}

	.overlay .search-form:after {
		width: 20px;
	}

	.footer-logo-mobile {
		display: flex !important;
	}

	.footer-container {
		flex-flow: column-reverse nowrap;
		padding-top: 60px;
		padding-bottom: 50px;
	}

	.footer-container .images-col {
		width: 100%;
		align-items: center;
	}

	.footer-container .menu-col {
		width: 100%;
		max-width: 425px;
		margin: 0 auto;
	}

	.footer-container .footer-logo-mobile img:nth-child(1) {
		max-width: 165px;
		margin-bottom: 70px;
	}

	.footer-container .images-col:not(.footer-logo-mobile) img:nth-child(1) {
		display: none;
	}

	.footer-social #menu-social-icons {
		max-width: unset;
		margin: 40px 0 30px 0;
	}

	.footer-container h3:after {
		right: 0;
	}

	.categories-tabs button span {
		font-size: 18px;
	}

	.product-intro-container .details-part .details-title {
		font-size: 32px;
		text-transform: uppercase;
	}

	.product-intro-container .details-part .details-text,
	.product-intro-container .details-part .back-button {
		font-size: 18px;
	}

	.product-intro-container .featured-image-container img {
		max-height: 80vw;
		min-height: 375px;
	}

	.product-intro-container .ingredients-circles .circle-item {
		width: 130px;
		height: 130px;
		padding: 7px;
		margin: 10px;
	}

	.product-intro-container .ingredients-circles .circle-item span:nth-child(1) {
		font-size: 30px;
	}

	.product-intro-container .ingredients-circles .circle-item span:nth-child(2) {
		font-size: 18px;
	}

	.ingredients-table-section .ingredients-table .ingredient-item {
		height: 48px;
	}

	.ingredients-table-section .ingredients-table .ingredient-item .name,
	.ingredients-table-section .ingredients-table .ingredient-item .value,
	.ingredients-table-section .properties-table .property-item .name {
		font-size: 18px;
	}

	.ingredients-table-section .properties-table .property-item {
		height: 96px;
	}

	.ingredients-table-section .properties-text {
		font-size: 18px;
		padding: 0 15px;
	}

	.ingredients-table-section {
		padding: 20px 15px;
		margin-bottom: 40px;
	}

	.related-carousel .related-bottle-item {
		padding: 35px 0 0;
	}

	.search-results .results-container .entry-title {
		padding-top: 33px;
	}

	.search-results .results-container .entry-title a {
		font-size: 24px;
	}

	.search-results .results-container .entry-summary p {
		font-size: 18px;
		margin: 0 0 33px 0;
	}

	.consumer-line-container .consumer-line-content .consumer-line-title {
		font-size: 72px;
		font-family: 'PF Bague Sans Pro Light';
		font-weight: normal;
		margin: 0 0 30px 0;
	}

	.consumer-line-container .consumer-line-content .consumer-line-title {
		font-size: 32px;
	}

	.consumer-line-container .consumer-line-content .consumer-line-details {
		font-size: 18px;
	}

	.consumer-line-container .consumer-line-content .contact-table .consumer-telephone {
		font-size: 24px;
	}

	.consumer-line-container .consumer-line-content .contact-table .consumer-subtext {
		font-size: 18px;
		line-height: 28px;
	}

	.consumer-line-container .consumer-line-content .contact-table .consumer-email {
		font-size: 24px;
	}

	.consumer-line-container .consumer-line-content .contact-table {
		flex-flow: column nowrap;
		justify-content: center;
		padding: 0 20px;
		text-align: center;
	}

	.consumer-line-container .consumer-line-content .contact-table .box:nth-child(1) {
		border-right: unset;
		border-bottom: 1px solid #B3BECA;
	}

	.consumer-line-container .consumer-line-content .contact-table .box {
		width: 100%;
	}

	.consumer-line-container {
		height: auto;
		padding: 120px 0 50px 0;
	}

	.sponsorship-form-container form p:nth-last-child(3) {
		text-align: left;
		font-size: 14px;
	}

	.sponsorship-form-container form p:nth-last-child(2) {
		text-align: center;
	}

	.sponsorship-form-container .wpcf7-submit {
		padding: 25px;
		font-size: 18px;
		max-width: 190px;
		width: 100%;
	}

	.wpcf7-list-item {
		margin: 0;
	}

	.wpcf7-list-item-label {
		width: 100%;
		font-size: 14px;
	}

	.error-404 .page-title {
		font-size: 32px;
	}

	.error-404 .page-title {
		font-size: 32px;
	}

	.error-404 .page-content p {
		font-size: 18px;
	}

	.error-404 .page-content .trans-button {
		font-size: 18px;
		padding: 25px 33px;
	}

	section.error-404 {
		padding: 80px 0 55px 0;
	}

	.blog-subcategory-block .zagori_loadmore {
		margin-top: 15px;
	}

	.blog-subcategory-block .blog-subcategory-header {
		max-width: 100%;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
	}

	.blog-subcategory-block .blog-subcategory-header .blog-subcategory-title {
		font-size: 32px;
		margin: 5px 0 40px 0;
	}

	.blog-subcategory-block .blog-subcategory-posts {
		margin: 0 0 30px 0;
		flex-flow: column nowrap;
	}

	.category-ta-nea-mas .blog-subcategory-block .blog-subcategory-header,
	.category-our-news .blog-subcategory-block .blog-subcategory-header {
		order: 1;
	}

	.category-ta-nea-mas .blog-subcategory-block .blog-subcategory-posts,
	.category-our-news .blog-subcategory-block .blog-subcategory-posts {
		order: 2;
	}

	.category-ta-nea-mas .blog-subcategory-block .trans-button:not(.zagori_loadmore),
	.category-our-news .blog-subcategory-block .trans-button:not(.zagori_loadmore) {
		order: 3;
	}

	.preview-post>a {
		max-width: 450px;
	}

	.preview-post>a .thumbnail-container {
		margin: 0 0 25px 0;
	}

	.preview-post>a .thumbnail-container:after {
		display: none;
	}

	.preview-post>a .entry-title {
		margin: 0 0 18px 0;
		font-size: 18px;
	}

	.preview-post .entry-content {
		-webkit-line-clamp: 4;
		margin: 0 0 35px 0;
	}

	.preview-post>a>*:not(.thumbnail-container) {
		font-size: 18px;
	}

	.preview-post .date-info {
		margin: 0 0 14px 0;
		font-size: 16px !important;
		text-align: left;
	}

	.back-to-categories-container {
		margin-bottom: 50px;
	}

	.back-to-categories-container>a {
		font-size: 18px;
	}

	.single-post .post .entry-header {
		padding: 15px 15px 25px 15px;
	}

	.single-post .post .entry-header .single-header-container .single-entry-title {
		font-size: 32px;
		margin: 0 0 25px 0;
		padding: 0 30px;
	}

	.single-post .post .entry-content {
		font-size: 18px;
		padding: 68px 15px 34px 15px;
	}

	.single-post .post.category-draseis .entry-content,
	.single-post .post.category-actions .entry-content {
		padding-top: 100px;
	}

	.single-post .post .entry-content:before {
		height: 75px;
	}

	.photo-gallery .owl-stage-outer {
		margin-top: 30px;
		margin-bottom: 35px;
	}

	.owl-dots .owl-dot span,
	.photo-gallery .owl-dots .owl-dot span {
		width: 26px;
		height: 26px;
	}

	.owl-dots .owl-dot span,
	.photo-gallery .owl-dots .owl-dot span {
		border: 3px solid white;
	}

	.bottles-carousel .owl-dots .owl-dot:hover span,
	.bottles-carousel .owl-dots .owl-dot.active span,
	.photo-gallery .owl-dots .owl-dot:hover span,
	.photo-gallery .owl-dots .owl-dot.active span {
		border: 7px solid white;
	}

	.blog-separator {
		margin: 25px 0 30px 0;
	}

	.instagram-posts-section .instagram-icon {
		max-width: 52px;
	}

	.instagram-posts-section .instagram-title {
		font-size: 32px;
		margin: 0 0 20px 0;
	}

	.instagram-posts-section .instagram-link {
		margin: 0 0 33px 0;
	}

	.single-post .post .entry-content .date-info .line {
		height: 36px;
	}

	.single-post .post .entry-content .date-info span {
		font-size: 14px;
		margin: 17px 0 0 0;
	}

	.single-post .post.category-draseis .entry-content .date-info span,
	.single-post .post.category-actions .entry-content .date-info span {
		margin: 40px 0 0 0;
	}

	.blue-nea-background:before {
		height: 51.5%;
	}

	.categorised-carousel-container {
		padding-bottom: 53px;
	}

	.categorised-products-carousel .owl-nav {
		display: none !important;
	}

	.page-template-products_category .water-section-container {
		padding: 40px 33px 0 33px;
	}

	.categorised-carousel-container .categorised-products-carousel {
		padding: 0;
	}

	.categorised-products-carousel .bottle-item:hover .image-container img {
		transform: none;
	}

	.categorised-products-carousel .bottle-item .image-container:after {
		display: none;
	}

	.blog-category-content .blog-subcategory-block {
		justify-content: center;
	}

	.category-ta-nea-mas .blog-category-content .blog-subcategory-block:nth-last-child(1),
	.category-our-news .blog-category-content .blog-subcategory-block:nth-last-child(1) {
		margin-top: 100px;
		margin-bottom: 80px;
	}

	.co2-section .co2-title {
		font-size: 32px;
		margin: 0 0 18px 0;
	}

	.co2-section .co2-text {
		font-size: 20px;
	}

	.page-template-go-green .three-points-section .point:before {
		background-position: bottom !important;
	}

	.quantity-age-section .quantity-title {
		font-size: 32px;
		margin-bottom: 42px;
	}

	.quantity-age-section .quantity-text {
		font-size: 18px;
	}

	.distinctions-section .years-tabs .year .year-articles h3 {
		font-size: 18px;
	}

	.distinctions-section .years-tabs .year .year-articles p {
		font-size: 16px;
	}

	.hetos-history-section .hetos-history-slider .hetos-history-title {
		font-size: 32px;
		margin-bottom: 15px;
	}

	.distinctions-section-container .distinctions-title {
		text-align: center;
		max-width: unset !important;
		font-size: 32px;
	}

	.our-vision-section .vision-title {
		font-size: 32px;
	}

	.other-products-box .other-products-title {
		font-size: 32px;
	}

	.hetos-history-section .hetos-history-slider .years-tabs button span {
		font-size: 18px;
	}

	.hetos-history-section .hetos-history-slider .tabs-content .left-part h3 {
		font-size: 42px;
		margin: 0;
	}

	.hetos-history-section .hetos-history-slider .tabs-content .left-part p {
		font-size: 18px;
	}

	.our-vision-section p {
		font-size: 18px;
	}

	.other-products-box {
		padding: 65px 15px;
	}

	.instagram-posts-section {
		padding-bottom: 20px;
	}

	.instagram-posts-section .posts-container {
		padding-top: 35px;
	}

	.instagram-posts-section .posts-container #sbi_images>div {
		max-height: 35vw !important;
		min-width: 100px !important;
	}

	.instagram-posts-section #sb_instagram .sbi_photo {
		background-position: center center !important;
	}
}

@media screen and (max-width: 680px) {
	.home-intro-container {
		margin-bottom: 65px;
	}

	.home-intro-container:before {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 97%);
	}

	.home-intro-container #down-button {
		display: none;
	}

	.components-container {
		margin-bottom: 56px;
	}

	.three-points-section {
		flex-flow: column wrap;
		margin-bottom: 185px;
		justify-content: space-between;
		align-items: center;
	}

	.three-points-section .point {
		flex: 100%;
		padding: 140px 0 0 0;
	}

	.bottles-carousel .owl-nav {
		display: none;
	}

	.four-points-section .container {
		flex-flow: column nowrap;
		justify-content: center;
	}

	.four-points-section .point {
		flex: 100%;
		padding: 110px 0 0 0;
	}

	.four-points-section .point h3 {
		min-height: unset;
	}

	.heading-container {
		margin-bottom: 40px;
	}

	.blue-nea-background:before {
		top: -41px;
		height: 49.5%;
	}

	.heading-container {
		min-height: 210px;
		height: 39vw;
	}

	.heading-container .container {
		padding-bottom: 20px;
	}

	.heading-container .container .heading-title {
		font-size: 24px;
	}

	.single-category-heading .blog-subcategory-title {
		font-size: 24px;
		transform: translateY(-14px);
	}

	.stores-container .store .store-content {
		text-align: center;
	}

	.stores-container .store .store-title {
		font-size: 32px;
		margin: 0 auto 30px auto;
	}

	.stores-container .store .store-address,
	.stores-container .store .store-tel,
	.stores-container .store .store-fax {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
	}

	.stores-container .store .store-address img,
	.stores-container .store .store-tel img,
	.stores-container .store .store-fax img {
		margin: 0 0 20px 0;
	}

	.stores-container {
		margin-bottom: 35px;
	}

	.sponsorship-form-container .wpcf7 form p {
		font-size: 18px;
		margin-bottom: 45px;
	}

	.sponsorship-form-container .sponsorship-title {
		font-size: 32px;
	}

	.sponsorship-form-container .sponsorship-details {
		font-size: 18px;
	}

	.sponsorship-form-container .wpcf7-text {
		padding: 10px 5px;
	}

	.faq-container .category-title {
		padding: 20px 28px;
		font-size: 24px;
	}

	.faq-container {
		padding-bottom: 65px;
	}

	.faq-container .category-questions {
		padding: 30px 0 0 0;
	}

	.faq-container .category-questions .single-qna {
		padding: 0;
		margin: 0 0 33px 0;
		border-bottom: none;
	}

	.faq-container .category-questions .single-qna .question {
		font-size: 18px;
		padding: 0 38px 0 52px;
	}

	.faq-container .category-questions .single-qna .answer {
		font-size: 18px;
		line-height: 28px;
		padding: 23px 46px 0 52px;
	}

	.faq-container .category-block .category-title:after {
		width: 14px;
		right: 28px;
	}

	.page-template-faqs .consumer-line-container {
		padding: 50px 0;
	}

	.page-template-faqs .consumer-line-content .trans-button {
		font-size: 18px;
		padding: 25px 70px;
	}

	.back-to-categories-container {
		justify-content: space-between;
		align-items: center;
		flex-flow: column nowrap;
	}

	.single-post .post .back-to-categories-container>a {
		margin-bottom: 33px;
	}

	.full-categories-container .category-item .bottles-part img {
		max-height: 51vw;
	}

	.full-categories-container .background-part .category-item-heading {
		font-size: 32px;
		max-width: 70%;
	}

	.full-categories-container .category-item:nth-child(1) .bottles-part .trans-button,
	.full-categories-container .category-item:nth-last-child(1) .bottles-part .trans-button {
		margin-top: 30px;
	}

	.full-categories-container .category-item .bottles-part .trans-button {
		font-size: 18px;
		padding: 25px 30px;
	}

	.page-template-go-green .full-categories-container .category-item .background-part {
		min-height: 290px;
	}

	.distinctions-section .years-tabs .year {
		padding-left: 20px;
		padding-bottom: 10px;
	}

	.distinctions-section .years-tabs .year .year-button {
		padding: 20px 28px;
		font-size: 24px;
	}

	.distinctions-section .years-tabs .year .year-button:after {
		width: 18px;
		right: 30px;
	}

	.distinctions-section .years-tabs .year:before {
		width: 20px;
		height: 70px;
		left: -12px;
	}

	.distinctions-section .years-tabs .year .year-articles {
		line-height: 1.2;
	}

	.distinctions-section .years-tabs .year .year-articles h3 {
		font-size: 16px;
	}

	.distinctions-section .years-tabs .year .year-articles p {
		font-size: 14px;
	}

	.distinctions-section .years-tabs .year .year-button:after {
		width: 14px;
		right: 18px;
	}

	.source-section-container .source-section-title {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.source-section-container .animation-text-part .text-block {
		margin-bottom: 15px;
	}

	.source-section-container .animation-text-part .text-block h3 {
		font-size: 24px;
		text-align: left;
		width: 276px;
		margin: 0 auto 15px auto;
	}

	.source-section-container .animation-text-part .text-block p {
		font-size: 18px;
		line-height: 28px;
		text-align: left;
		width: 276px;
		padding: 0;
		margin: 0 auto;
	}

	.zagori-mas-certifications .certifications-title {
		font-size: 32px;
	}

	.zagori-mas-certifications .certifications-text {
		font-size: 18px;
		padding: 0 7%;
	}

	.page-template-zagori .ingredients-table-section {
		padding-top: 60px;
	}

	.distinctions-section-container {
		padding: 10px 0 65px 0;
	}

	.distinctions-section .years-tabs .year:before {
		display: none !important;
	}

	.distinctions-section .years-tabs .year {
		border: none;
		padding-left: 0;
	}
}

@media screen and (max-width: 576px) {
	.footer-container h3>a {
		font-size: 18px;
	}

	.footer-container a {
		font-size: 18px;
	}

	.overlay .search-field {
		padding-bottom: 8px;
	}

	.our-products-section .products-text-area .products-title {
		font-size: 32px;
		line-height: 35px;
	}

	.our-products-section .products-text-area .products-text {
		font-size: 18px;
	}

	.our-products-section .products-text-area .trans-button {
		font-size: 18px;
		padding: 23px 36px;
	}

	.components-container .components-heading {
		font-size: 32px;
		margin: 0 0 15px 0;
	}

	.components-container .components-text {
		margin: 0 auto 20px auto;
		padding: 0 15px;
	}

	.components-container .drop-container {
		padding: 0 5%;
	}

	.zagori-more-section .go-green-more .go-green-content .go-green-title {
		font-size: 32px;
		line-height: 34px;
	}

	.zagori-more-section .go-green-more .go-green-content .go-green-text {
		font-size: 18px;
	}

	.zagori-more-section .go-green-more .go-green-content .trans-button {
		font-size: 18px;
		padding: 24px 34px;
	}

	.zagori-more-section .blog-more .blog-more-content .blog-more-title {
		font-size: 32px;
		line-height: 34px;
	}

	.zagori-more-section .blog-more .blog-more-content .blog-more-text {
		font-size: 18px;
	}

	.zagori-more-section .blog-more .blog-more-content .trans-button {
		font-size: 18px;
		padding: 24px 34px;
	}

	.categories-tabs {
		padding: 150px 10px 0 10px;
	}

	.product-intro-container .ingredients-part .ingredients-circles {
		max-width: 400px;
	}

	.product-intro-container .ingredients-circles .circle-item.mobile-margin {
		display: inline-block;
	}

	#ToTop {
		display: none !important;
	}

	.three-points-section .point:before,
	.four-points-section .point:before {
		opacity: 0;
	}

	.three-points-section .point:nth-child(1):before {
		background-image: url(./images/template/point1-image-front.svg);
		opacity: 1;
	}

	.three-points-section .point:after,
	.four-points-section .point:after {
		opacity: 1;
	}

	.default-content-area {
		margin-bottom: 60px;
	}

	.default-content-area h2 {
		font-size: 32px;
	}

	.default-content-area p {
		font-size: 18px;
		text-align: center;
	}

	.default-content-area a {
		color: #1FBAF0;
		border: 1px solid rgba(112, 112, 112, 0.07);
		border-radius: 15px;
		padding: 24px 20px;
		align-items: center;
	}

	.default-content-area a u {
		display: inline-block;
		max-width: 185px;
	}

	a.download-link:after {
		display: none;
	}

	.preview-post>a {
		max-width: 345px;
	}

	.preview-post {
		margin-bottom: 15px;
	}

	.blue-nea-background:before {
		height: 50%;
	}

	.water-section-container {
		padding: 40px 33px;
		text-align: center;
	}

	.water-section-container .water-header {
		font-size: 32px;
	}

	.water-section-container .water-text {
		font-size: 18px;
	}

	.categorised-products-carousel {
		display: flex !important;
		flex-flow: column nowrap;
		width: 100%;
	}

	.categorised-products-carousel .bottle-item {
		width: 100%;
	}

	.co2-section .co2-text {
		font-size: 18px;
	}

	.co2-section li::before {
		width: 20px;
		height: 20px;
		top: 6px;
	}

	.page-template-go-green .full-categories-container .bottles-part .container h3 {
		font-size: 34px;
	}

	.page-template-go-green .full-categories-container .bottles-part .container {
		padding: 30px 15px 0 15px;
		font-size: 20px;
	}

	.page-template-go-green .three-points-section h2 {
		font-size: 32px;
	}

	.co2-section {
		margin-bottom: 60px;
	}

	.co2-section ul {
		margin: 0;
	}

	.co2-section li {
		line-height: 25px;
		font-size: 18px;
		margin-bottom: 25px;
	}

	.quantity-age-carousel {
		padding: 0;
	}

	.info-what-is-section .what-is-title {
		font-size: 32px;
	}

	.info-what-is-section .what-is-text {
		font-size: 18px;
	}

	.info-what-is-section .info-box .bullets-part .bullet {
		font-size: 20px;
	}

	.tips-carousel-section .carousel-part .tip-item .tip-description {
		font-size: 18px;
	}

	.source-section-container .animation-text-part .source-image-mobile {
		display: inline-block;
		width: 100%;
	}

	.source-section-container {
		padding-top: 50px;
	}

	.hetos-history-section .hetos-history-slider .tabs-content .left-part h3 {
		font-size: 24px;
	}
}

@media screen and (max-width: 425px) {
	.components-container .drop-container {
		background-image: none;
	}

	.components-container .drop-container .drop-image-desktop {
		display: none;
	}

	.components-container .drop-container .drop-image-mobile {
		display: block;
		width: 100%;
		max-width: unset;
	}

	.categories-tabs button {
		padding: 5px 10px 5px 10px;
	}

	.categories-tabs button.active {
		padding-bottom: 3px;
	}

	.single-post .post .entry-header .single-header-container .single-entry-title {
		font-size: 18px;
		padding: 0 15px;
	}

	.categorised-products-carousel .bottle-item .image-container {
		height: 300px;
	}

	.info-what-is-section .info-box .image-part img {
		transform: scale(1.35);
	}

	.info-what-is-section .info-box .bullets-part,
	.info-what-is-section .what-is-text {
		z-index: 1;
	}

	.info-what-is-section .info-box .bullets-part {
		padding-top: 40px;
	}

	.hetos-history-section .hetos-history-slider .years-tabs button {
		min-width: max-content;
		padding: 5px 8px;
	}

	.hetos-history-section .hetos-history-slider .years-tabs button.active {
		padding-bottom: 3px;
	}

	.mountain-section-carousel .owl-nav {
		display: none;
	}
}