/*
Theme Name: George Standart
Theme URI: georgestandard.md
Author: 2bros Agency
Author URI: 2bros.md
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: george
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================== */
/* ================ general styles ============== */
/* ============================================== */

@font-face {
	font-family: 'PP Editorial Old';
	src:
		url('assets/fonts/PPEditorialOld-Italic.woff2') format('woff2'),
		url('assets/fonts/PPEditorialOld-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PP Editorial Old';
	src:
		url('assets/fonts/PPEditorialOld-Regular.woff2') format('woff2'),
		url('assets/fonts/PPEditorialOld-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Editorial Old';
	src:
		url('assets/fonts/PPEditorialOld-Ultrabold.woff2') format('woff2'),
		url('assets/fonts/PPEditorialOld-Ultrabold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Editorial Old';
	src:
		url('assets/fonts/PPEditorialOld-UltraboldItalic.woff2') format('woff2'),
		url('assets/fonts/PPEditorialOld-UltraboldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PP Editorial Old';
	src:
		url('assets/fonts/PPEditorialOld-Ultralight.woff2') format('woff2'),
		url('assets/fonts/PPEditorialOld-Ultralight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Editorial Old';
	src:
		url('assets/fonts/PPEditorialOld-UltralightItalic.woff2') format('woff2'),
		url('assets/fonts/PPEditorialOld-UltralightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Montreal';
	src:
		url('assets/fonts/NeueMontreal-Regular.woff2') format('woff2'),
		url('assets/fonts/NeueMontreal-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Neue Montreal';
	src:
		url('assets/fonts/NeueMontreal-Medium.woff2') format('woff2'),
		url('assets/fonts/NeueMontreal-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

:root {
	/* Fonts */
	--primary-font: 'Neue Montreal', sans-serif;
	--secondary-font: 'PP Editorial Old', serif;

	/* Colors */
	--black-color: #000;
	--white-color: #fff;
	--grey-color: #4f4f4f;
	--placeholder-color: #f0f0f0;
	--main-color: #b80e1d;
	--hover-color: #fbfbf6;
	--bg-color: #fbfbf6;

	/* Transition */
	--basic-transition: all 0.3s ease;

	/* Transition */
	--transform-Y50: translateY(-50%);
	--transform-X50: translateX(-50%);
	--transform-50-50: translate(-50%, -50%);

	/* Border */
	--border-basic: 1px solid;

	/* Border Radius */
	--border-r-5: 5px;
	--border-r-10: 10px;
	--border-r-12: 12px;
	--border-r-15: 15px;
	--border-r-20: 20px;
	--border-r-25: 25px;
	--border-r-30: 30px;
	--border-r-40: 40px;
	--border-r-50: 50px;
	--border-r-100: 100px;

	/* Dimension */
	--width-100: 100%;
	--height-100: 100%;

	/* Gap */
	--gap-10-clamp: 5px 10px;
	--gap-15-clamp: 5px 15px;
	--gap-20-clamp: 15px 20px;
	--gap-25-clamp: 15px 25px;
	--gap-30-clamp: 15px 30px;
	--gap-50-clamp: 15px 50px;
	--gap-50-0-clamp: 0px 50px;
	--gap-60-clamp: 15px 60px;
	--gap-70-0-clamp: 0px 70px;
	--gap-70-clamp: 15px 70px;
	--gap-90-clamp: 15px 90px;
	--gap-100-clamp: 15px 100px;
	--gap-120-clamp: 15px 120px;
	--gap-150-clamp: 15px 150px;
	--gap-180-clamp: 15px 180px;
	--gap-200-clamp: 15px 200px;

	/* Font Size */
	--font-h1-clamp: 32px 62px;
	--font-h2-clamp: 26px 46px;
	--font-h3-clamp: 22px 28px;
	--font-h3-5-clamp: 18px 24px;
	--font-h4-5-clamp: 18px 22px;
	--font-h4-clamp: 18px 20px;
	--font-price-clamp: 16px 22px;
	--font-post-title-clamp: 16px 20px;
	--font-14px-clamp: 12px 14px;
	--font-h5-clamp: 16px 18px;
	--font-p-clamp: 15px 17px;
	--font-nav-clamp: 14px 16px;
	--font-btn-clamp: 12px 17px;
	--font-marque-clamp: 13px 14px;
	--font-footer-link-clamp: 20px 28px;

	/* Space / Margin / Padding */
	--s-10-clamp: 10px 10px;
	--s-15-clamp: 15px 15px;
	--s-20-clamp: 15px 20px;
	--s-25-clamp: 15px 25px;
	--s-30-clamp: 15px 30px;
	--s-35-clamp: 15px 35px;
	--s-40-clamp: 15px 40px;
	--s-50-clamp: 35px 50px;
	--s-70-clamp: 35px 70px;
	--s-80-clamp: 60px 80px;
	--s-100-clamp: 35px 100px;
	--s-135-clamp: 0px 135px;
	--s-140-clamp: 35px 140px;
	--s-200-clamp: 35px 200px;
	--s-header-clamp: 96px 121px;
}

html {
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: var(--primary-font);
	color: var(--black-color);
	font-size: var(--font-p-clamp);
	font-weight: 400;
	margin: 0;
	padding: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
main {
	display: block;
	overflow-x: hidden;
}
h1,
h2,
h3 {
	line-height: 1.3;
	font-weight: 400 !important;
	font-style: normal;
	letter-spacing: 1px;
	font-family: var(--secondary-font);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}
figure,
img {
	padding: 0;
	margin: 0;
}
img {
	vertical-align: middle;
	border-style: none;
}
a:hover {
	text-decoration: none;
}
a {
	text-decoration: none;
	color: var(--black-color);
	transition: all 0.2s ease-in;
}
p {
	padding: 0;
	margin: 0;
	line-height: 1.7;
}
button,
input,
select,
textarea {
	font-family: var(--primary-font);
}
.btn:focus,
.btn:active,
a:focus,
a:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
button:focus,
button:active,
span:focus,
span:active {
	outline: 0;
	box-shadow: none;
}
*,
::after,
::before {
	box-sizing: border-box;
}

/* Helper Styles */
.site-container {
	max-width: 1440px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.site-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.site-align-center {
	align-items: center;
	justify-content: center;
}
.site-col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.site-col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.site-col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.site-col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.site-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.site-col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.site-col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.site-col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.site-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.site-col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.site-col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.site-col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.site-col-1,
.site-col-2,
.site-col-3,
.site-col-4,
.site-col-5,
.site-col-6,
.site-col-7,
.site-col-8,
.site-col-9,
.site-col-10,
.site-col-11,
.site-col-12 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.site-col-offset-4 {
	margin-left: 33.333333%;
}
.site-col-offset-3 {
	margin-left: 25%;
}
.site-col-offset-2 {
	margin-left: 16.666667%;
}
.site-col-offset-1 {
	margin-left: 8.333333%;
}
.img-fluid {
	width: var(--width-100);
	height: var(--height-100);
	object-fit: cover;
	object-position: center center;
}

/* Site Headings */
.text-center {
	justify-content: center;
	text-align: center;
}
.text-right {
	text-align: right;
	justify-content: flex-end;
}
.text-left {
	text-align: left;
	justify-content: flex-start;
}
.site-heading-white.site-heading p {
	color: #7e7e7e;
}
.site-heading-white {
	color: var(--white-color);
}
.site-heading p {
	color: rgba(0, 0, 0, 0.6);
	margin-top: 15px;
}
.site-heading h2 {
	font-size: var(--font-h2-clamp);
	font-weight: 500;
}
.site-heading h3 {
	font-size: 24px;
	font-weight: 500;
}
.site-heading h4 {
	font-size: 26px;
	font-weight: 300;
	text-transform: uppercase;
}
.site-heading h5 {
	font-size: 14px;
	font-weight: 500;
	color: #6490f7;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.site-heading h2 em {
	color: var(--main-color);
}
.site-heading div {
	display: inline-flex;
	background-color: var(--red-color);
	border-radius: 5px;
}

/* Site Buttons */
.custom-button {
	display: flex;
}
.site-button {
	display: flex;
}
.btn {
	cursor: pointer;
	gap: 10px;
	height: 50px;
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	padding: 0 var(--s-25-clamp);
	border-radius: var(--border-r-5);
	transition: var(--basic-transition);
	background-color: var(--main-color);
}
.btn span {
	font-size: 15px;
	font-weight: 500;
	color: var(--white-color);
	transition: var(--basic-transition);
}
.btn svg {
	width: 20px;
	height: 20px;
}
.btn:hover {
	background-color: #1a1412;
}
.btn:hover span {
	color: var(--white-color);
}
.btn:hover svg path {
	fill: var(--white-color);
}

.btn.second-btn {
	background: var(--hover-color);
}
.btn.second-btn span {
	color: var(--black-color);
}
.btn.second-btn:hover {
	background: var(--main-color);
}
.btn.second-btn:hover span {
	color: var(--white-color);
}

/* Sections Spacing */
.site-row-p20x {
	padding-top: 20px;
	padding-bottom: 20px;
}
.site-row-pt20x {
	padding-top: 20px;
}
.site-row-pb20x {
	padding-bottom: 20px;
}
.site-row-p25x {
	padding-top: 25px;
	padding-bottom: 25px;
}
.site-row-pt25x {
	padding-top: 25px;
}
.site-row-pb25x {
	padding-bottom: 25px;
}
.site-row-p30x {
	padding-top: 30px;
	padding-bottom: 30px;
}
.site-row-pt30x {
	padding-top: 30px;
}
.site-row-pb30x {
	padding-bottom: 30px;
}
.site-row-p35x {
	padding-top: 35px;
	padding-bottom: 35px;
}
.site-row-pt35x {
	padding-top: 35px;
}
.site-row-pb35x {
	padding-bottom: 35px;
}
.site-row-p50x {
	padding-top: 50px;
	padding-bottom: 50px;
}
.site-row-pt50x {
	padding-top: 50px;
}
.site-row-pb50x {
	padding-bottom: 50px;
}
.site-row-p40x {
	padding-top: 40px;
	padding-bottom: 40px;
}
.site-row-pt40x {
	padding-top: 40px;
}
.site-row-pb40x {
	padding-bottom: 40px;
}
.site-row-p70x {
	padding-top: 70px;
	padding-bottom: 70px;
}
.site-row-pt70x {
	padding-top: 70px;
}
.site-row-pb70x {
	padding-bottom: 70px;
}
.site-row-p100x {
	padding-top: 100px;
	padding-bottom: 100px;
}
.site-row-pt100x {
	padding-top: 100px;
}
.site-row-pb100x {
	padding-bottom: 100px;
}
.site-row-p140x {
	padding-top: 140px;
	padding-bottom: 140px;
}
.site-row-pt140x {
	padding-top: 140px;
}
.site-row-pb140x {
	padding-bottom: 140px;
}
.site-row-p180x {
	padding-top: 180px;
	padding-bottom: 180px;
}
.site-row-pt180x {
	padding-top: 180px;
}
.site-row-pb180x {
	padding-bottom: 180px;
}
.site-row-p200x {
	padding-top: 200px;
	padding-bottom: 200px;
}
.site-row-pt200x {
	padding-top: 200px;
}
.site-row-pb200x {
	padding-bottom: 200px;
}

/* Separator */
.block-separator {
	width: 100%;
	height: 1px;
	display: inline-block;
	background-color: #dedede;
}

/* VC Styles */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0 !important;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
	padding-top: 0 !important;
}
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
	padding-top: 0 !important;
}
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6 {
	margin-bottom: 15px;
}
.wpb_text_column h4 {
	font-size: 32px;
}
.wpb_text_column p {
	margin-bottom: 15px;
}
.wpb_text_column p strong {
	color: var(--main-color);
	font-weight: 600 !important;
}
.wpb_text_column iframe {
	width: 100% !important;
	height: 500px !important;
}
.wpb_text_column ul,
.wpb_text_column ol {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}
.wpb_text_column ul li,
.wpb_text_column ol li {
	padding: 0 0 20px 25px;
	margin-bottom: 20px;
	border-bottom: var(--border-basic) #d9d9d9;
	line-height: normal;
	list-style: none;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.176 5.263a1 1 0 0 1 .061 1.413l-11 12a1 1 0 0 1-1.444.031l-4.5-4.5a1 1 0 1 1 1.414-1.414l3.762 3.761 10.294-11.23a1 1 0 0 1 1.413-.061Z" fill="%232260F3"/></svg>');
}
.wpb_text_column p a,
.wpb_text_column li a {
	color: #313132;
	text-decoration: underline;
}
.wpb_text_column .wp-video {
	width: 100% !important;
}

/* 404 Page Styles */
.error404 .main-header {
	position: static;
}
.no-result-page {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.no-result-page h1 {
	font-size: var(--font-h1-clamp);
	font-weight: 500;
	margin: 0 0 15px 0;
}
.no-result-page p {
	margin-bottom: 25px;
}
.no-result-page .site-button {
	margin-top: 35px;
	justify-content: center;
}
.no-result-page img {
	height: 60px;
	margin-bottom: 25px;
}

/* CF7 Styles */
.wpcf7-spinner {
	display: none;
}
.wpcf7-response-output {
	display: none;
}
.wpcf7 .sent .wpcf7-response-output {
	font-size: 14px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	padding: 10px 0 0 0;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
	position: absolute;
	left: auto;
	right: 0;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output .wpcf7 form .wpcf7-response-output {
	padding: 0;
	margin: 0;
	border: none;
}

/* ============================================== */
/* ================ header styles =============== */
/* ============================================== */
.main-header {
	position: fixed;
	padding: 15px 0;
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	transition: var(--basic-transition);
	background-color: var(--white-color);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.main-nav {
	display: flex;
	align-items: center;
	width: var(--width-100);
	padding: 0;
	justify-content: space-between;
}
.nav-logo {
	height: 70px;
	width: 20%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -25px;
}
.nav-logo a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}
.nav-logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
	z-index: 1;
}
.logo-simple {
	opacity: 1;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.logo-hover {
	opacity: 0;
	transform: translate(-50%, -55%);
}
.main-header-fixed .logo-simple {
	opacity: 0;
	transform: translate(-50%, -55%);
}
.main-header-fixed .logo-hover {
	opacity: 1;
	transform: translate(-50%, -50%);
}
.nav-logo a:hover .logo-simple {
	opacity: 0;
	transform: translate(-50%, -55%);
}
.nav-logo a:hover .logo-hover {
	opacity: 1;
	transform: translate(-50%, -50%);
}
.nav-logo img {
	width: auto;
	height: 70px;
}
.nav-menu {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.nav-menu ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	gap: var(--gap-30-clamp);
	list-style: none;
}
.nav-menu ul li {
	position: relative;
	cursor: pointer;
	text-decoration: none;
	transition: var(--basic-transition);
}
.nav-menu ul li:last-of-type {
	margin-right: 0;
}
.nav-menu ul li a {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	color: var(--black-color);
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}
.nav-menu ul li:hover a {
	color: var(--main-color);
}
.nav-menu ul li.menu-item-has-children > a {
	padding-right: 15px;
}
.nav-menu ul li.menu-item-has-children > a::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
	width: 9px;
	height: 15px;
	transform: var(--transform-Y50);
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 5"><path d="M4.5 5a.401.401 0 0 1-.29-.122L.12.71a.422.422 0 0 1 0-.589.404.404 0 0 1 .578 0L4.5 3.994 8.302.122a.404.404 0 0 1 .578 0c.16.163.16.427 0 .59L4.79 4.877A.407.407 0 0 1 4.5 5Z" fill="%23000"/></svg>');
}
.nav-menu ul li.menu-item-has-children .sub-menu {
	display: block;
	padding: 15px;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	width: 220px;
	z-index: 9;
	background-color: var(--white-color);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	visibility: hidden;
	opacity: 0;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
}
.nav-menu ul li.menu-item-has-children .sub-menu li.menu-item-has-children > .sub-menu {
	display: block;
	padding: 15px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 210px;
	width: 220px;
	z-index: 9;
	background-color: var(--bg-color);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
}
.nav-menu ul li.menu-item-has-children .sub-menu li {
	padding: 0;
	display: block;
	margin: 0 0 10px 0;
}
.nav-menu ul li.menu-item-has-children .sub-menu li:last-of-type {
	margin-bottom: 0;
}
.nav-menu ul li.menu-item-has-children .sub-menu li a {
	width: var(--width-100);
	display: block;
	margin: 0;
	padding: 0;
	color: var(--black-color);
	background-color: transparent;
}
.nav-menu ul li.menu-item-has-children .sub-menu li a:hover {
	color: var(--main-color);
}
.nav-menu ul li.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
.nav-menu ul li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}
.nav-tools {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nav-tools .nav-menu {
	justify-content: flex-end;
	width: var(--width-100);
	margin-right: var(--s-30-clamp);
}
.nav-lang ul {
	gap: 5px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-lang ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	width: 34px;
	height: 34px;
	border-radius: var(--border-r-50);
	background-color: var(--hover-color);
}
.nav-lang ul li.active {
	background-color: var(--main-color);
}
.nav-lang ul li.active a {
	color: var(--white-color);
}

/* Mobile Navigation */
.nav-tools-mobile {
	display: none;
	width: 25%;
}
.menu-open-mobile {
	cursor: pointer;
	color: var(--main-color);
	display: flex;
	flex-direction: column;
}
.menu-open-mobile span {
	width: 25px;
	height: 1px;
	background-color: var(--main-color);
}
.menu-open-mobile span:nth-child(2) {
	margin-top: 5px;
}
.menu-open-mobile span:nth-child(3) {
	margin-top: 5px;
}
.site-overlay {
	cursor: pointer;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear;
	background: rgba(0, 0, 0, 0.6);
}
.mobile-menu {
	position: fixed;
	right: auto;
	left: 0;
	top: 0;
	margin: 0;
	bottom: 0;
	width: 330px;
	z-index: 11;
	overflow: auto;
	transform: none;
	background-color: #ffffff;
	transform: translate3d(-100%, 0, 0);
	transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile-menu-header {
	padding: 25px 0 0 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mobile-menu-inner {
	padding: 0 15px;
}
.mobile-menu-logo img {
	width: auto;
	height: 50px;
}
.mobile-menu-logo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-menu-active .mobile-menu {
	transform: none;
	left: 0;
}
body.mobile-menu-open {
	overflow: hidden;
}
.mobile-menu-open .site-overlay {
	opacity: 1;
	visibility: visible;
}
.menu-close {
	display: block;
	width: 18px;
	height: 18px;
	text-align: center;
	margin-left: auto;
}
.menu-close::before,
.menu-close::after {
	position: absolute;
	content: ' ';
	height: 18px;
	width: 1px;
	background-color: var(--black-color);
}
.menu-close::before {
	transform: rotate(45deg);
}
.menu-close::after {
	transform: rotate(-45deg);
}
.mobile-menu-close {
	position: absolute;
	top: 15px;
	right: 0;
}
.mobile-menu-close-inner {
	cursor: pointer;
	display: flex;
	color: #313132;
	align-items: center;
}
.mobile-menu-content {
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.mobile-menu-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-menu-content ul li {
	position: relative;
	margin-bottom: 15px;
	text-align: center;
}
.mobile-menu-content ul li:last-of-type {
	margin-bottom: 0;
}
.mobile-menu-content ul li a {
	position: relative;
	color: var(--black-color);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.mobile-menu-content .sub-menu {
	display: none;
	margin-top: 10px;
	padding-left: 0;
}
.mobile-menu-content .sub-menu li a {
	opacity: 0.5;
}
.mobile-menu-content .sub-menu .sub-menu {
	display: block;
}
.mobile-menu-content li.sub-menu-parent::after {
	content: none !important;
}
.mobile-menu-content li.sub-menu-parent .sub-menu {
	padding-left: 0;
}
.mobile-menu-content li.sub-menu-separator {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.mobile-menu-content li.sub-menu-parent > a {
	opacity: 1 !important;
}
.mobile-menu-content ul .is-active.menu-item-has-children > a::after {
	transform: rotate(-180deg);
}
.mobile-menu-content ul li.menu-item-has-children > a::after {
	position: absolute;
	top: 2px;
	right: -17px;
	left: auto;
	content: '';
	width: 14px;
	height: 14px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	transition: transform 0.3s ease;
	background-position: center center;
	background-image: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path d="m7 11.667 3.5-3.5m-3.5 3.5-3.5-3.5m3.5 3.5V5.542m0-3.209v1.459" stroke="%23000" stroke-width=".875" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.mobile-menu-footer {
	text-align: center;
}
.mobile-menu-footer .nav-cta {
	display: block !important;
}
.mobile-menu-footer .nav-cta .site-button a {
	height: 45px;
	padding: 0 20px;
}
.mobile-menu-footer .nav-cta .site-button {
	justify-content: center;
}

/* Magnific Settings */
body.mfp-zoom-out-cur {
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	touch-action: none !important;
	-webkit-overflow-scrolling: touch !important;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	font-size: 32px;
	font-weight: 300;
	opacity: 1 !important;
	font-family: inter, sans-serif;
}
.mfp-arrow {
	opacity: 1 !important;
}
.mfp-arrow-right:before {
	margin-right: 50px !important;
}
.mfp-arrow:before,
.mfp-arrow:after {
	opacity: 1 !important;
	border: none !important;
}
.mfp-bottom-bar {
	display: block !important;
}
.mfp-arrow-left:before {
	width: 25px !important;
	height: 25px !important;
	background: url('assets/images/magnific-arrow-prev.svg') no-repeat;
}
.mfp-arrow-right:before {
	width: 25px !important;
	height: 25px !important;
	background: url('assets/images/magnific-arrow-next.svg') no-repeat;
}
.mfp-arrow-left:before,
.mfp-arrow-left:after {
	border: none !important;
}

/* Site Header with Background */
.site-header {
	height: 85dvh;
	overflow: hidden;
	margin-top: 55px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: var(--bg-color);
}
.site-header::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
}
.site-header::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 60px;
	z-index: 8;
	width: var(--width-100);
	background: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1919 59"><path d="M845.361 51.174c-42.598 7.076-75.235-29.21-127.049-25.157-51.769 3.91-60.31 22.03-119.382 16.33-59.132-5.617-118.947 4.888-145-3.26-26.278-8.106-29.59 13.891-67.047 7.76-37.234-6.103-60.231-3.989-93.068 1.952-33.054 5.972-134.185 8.166-170.321-2.044-4.703-1.319-9.041-2.225-14.244-2.848-32.157-4.162-67.345 2.81-89.415 5.295-7.12.662-14.652 2.145-18.873 4.202-1.911.859-2.85 3.012-2.986 5.198v.005c-.159 2.727.939 5.43 3.358 5.794 12.707 1.883 30.86 6.087 52.86 12.602 24.133 7.105 35.853 4.804 53.479 4.3 11.418-.376 25.741-.383 47.385 2.876 55.218 8.204 88.188 21.523 153.754 16.271 65.563-5.357 79.456 28.113 172.241 13.04 92.802-15.34 101.319 19.905 192.96 28.764 91.545 8.94 208.635-6.209 263.417-2.33 40.532 2.976 92.14 8.072 147.35 9.631 2.34.01 9.09-.466 11.37-.952 19.58-3.705 38.85-7.688 58.86-12.3 75.71-18.138 168.28-12.981 251.38-20.862 83.32-9.232 206.33-11.86 262.89-16.428 57.02-4.428 70.91-5.604 124.6 5.96 30.54 6.632 74.14 7.958 111.37-2.128 19.24-5.034 15.88-15.168-2.28-21.409-26.01-9.047-48.93-6.63-61.41-19.43-25.69-25.565-36.27-34.799-72.9-24.214-36.21 10.439-50.08-20.175-71-18.026-20.49 2.328-21.73 18.332-125.37.07C1468.19 2.339 1408.54 1.055 1367.64.059c-41.27-1.329-126.18 19.983-191.08 27.38-26.34 2.754-62.92 9.46-100.51 17.012l11.22-.94c-55.3-.929-115.177-2.23-146.468-6.801-52.199-7.624-53.036 7.23-95.441 14.464Z" fill="%23FBFBF6"/></svg>')
		no-repeat center center / cover;
}
.site-header__content {
	position: relative;
	z-index: 2;
}
.site-header__content {
	height: var(--height-100);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.site-header__caption {
	gap: 15px;
	display: flex;
	flex-direction: column;
	color: var(--white-color);
}
.site-header__caption h1 {
	font-size: var(--font-h1-clamp);
	font-weight: 500;
}
.site-header__caption h1 em {
	font-weight: 400;
}
.site-header__description p {
	font-size: var(--font-p-clamp);
}
.site-header .page-breadcrumbs a,
.site-header .page-breadcrumbs span {
	color: var(--white-color);
}
.site-header .page-breadcrumbs span.breadcrumbs-current {
	opacity: 0.7;
}

/* Single Page Header Default */
.page-header-default {
	padding: 20px 0;
	margin-top: 123px;
	background-color: var(--bg-color);
}
.page-header-content-holder {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.page-header-content h1 {
	font: 500 var(--font-h2-clamp)/1 var(--primary-font);
	color: var(--main-color);
	margin-top: 15px;
	line-height: 1.2;
}
.page-header-desc {
	gap: 15px;
	display: flex;
	flex-direction: column;
}
.page-header-desc p {
	font-size: 16px;
	font-weight: 400;
	opacity: 0.3;
	color: var(--hover-color);
}

/* Breadcrumbs */
.page-breadcrumbs span.breadcrumbs-separator {
	padding: 0 2px;
}
.page-breadcrumbs a,
.page-breadcrumbs span {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-decoration: none;
	color: var(--black-color);
}
.page-breadcrumbs span.breadcrumbs-current {
	color: var(--hover-color);
}

#gistro-menu {
	background: url('assets/images/gistro-pattern.webp') no-repeat center center / cover;
}

/* Contact Form */
.site-contact-form {
	margin-top: var(--s-30-clamp);
}
.site-contact-form br {
	display: none;
}
.site-contact-form .wpcf7-spinner {
	display: none;
}
.site-contact-form .wpcf7-response-output {
	display: none;
}
.site-contact-form .wpcf7 .sent .wpcf7-response-output {
	color: #46b450;
	font-size: var(--font-p-clamp);
	font-weight: 400;
	display: block;
	position: absolute;
	left: 15px;
	right: 0;
	text-align: left;
	padding: 10px 0 0 0 !important;
}
.site-contact-form .wpcf7-not-valid-tip {
	font-size: 14px;
	position: absolute;
	left: auto;
	right: 0;
}
.site-contact-form .wpcf7 form.sent .wpcf7-response-output,
.site-contact-form .wpcf7 form.invalid .wpcf7-response-output,
.site-contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.site-contact-form
	.wpcf7
	form.payment-required
	.wpcf7-response-output
	.site-contact-form
	.wpcf7
	form
	.wpcf7-response-output {
	padding: 0;
	margin: 0;
	border: none;
}
.site-contact-form label {
	display: block;
	font-size: var(--font-p-clamp);
	color: var(--main-color);
	margin-bottom: 5px;
}
.site-contact-form-input {
	margin-bottom: var(--s-25-clamp);
}
.site-contact-form-input:last-of-type {
	margin-bottom: 0;
}
.site-contact-form label span {
	color: var(--black-color);
	font-size: 12px;
}
.site-contact-form input {
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	color: var(--black-color);
	font-weight: 400;
	padding: 0 15px;
	width: 100%;
	border-radius: 10px;
	border: none;
	background-color: rgba(201, 0, 10, 0.1);
}
.site-contact-form textarea {
	height: 120px;
	color: #4c596a;
	font-size: var(--font-p-clamp);
	font-weight: 500;
	padding: 15px;
	width: var(--width-100);
	resize: none;
	border: none;
	border-radius: var(--border-r-10);
	background-color: rgba(201, 0, 10, 0.1);
}
.site-contact-form input.wpcf7-submit {
	cursor: pointer;
	color: var(--white-color);
	font-size: 15px;
	font-weight: 500;
	border: none;
	width: auto;
	height: 50px;
	margin-top: 15px;
	line-height: 50px;
	box-shadow: none;
	text-shadow: none;
	padding: 0 var(--s-25-clamp);
	border-radius: var(--border-r-5);
	transition: var(--basic-transition);
	background-color: var(--main-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.site-contact-form input.wpcf7-submit:hover {
	background-color: var(--black-color);
}

/* ============================================== */
/* =============== elements styles ============== */
/* ============================================== */
/* Contact Block */
.contact-block {
	display: grid;
	gap: var(--gap-30-clamp);
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.contact-block__wrapper {
	display: grid;
	gap: var(--gap-30-clamp);
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.contact-block__col h2 {
	font-size: var(--font-h3-clamp);
	margin-bottom: var(--s-20-clamp);
}
.contact-block__col h2 em {
	color: var(--main-color);
}
.contact-item {
	gap: 10px;
	display: flex;
	flex-direction: column;
	margin-bottom: var(--s-25-clamp);
}
.contact-item:last-of-type {
	margin: 0;
}
.contact-item__title {
	gap: 5px;
	display: flex;
	align-items: center;
}
.contact-item__title svg {
	width: 24px;
	height: 24px;
}
.contact-item__title span {
	font-size: var(--font-h5-clamp);
}
.contact-block__form h2 {
	font-size: var(--font-h3-clamp);
}
.contact-block__form h2 em {
	color: var(--main-color);
}
.contact-block__form h6 {
	font-size: var(--font-h5-clamp);
	opacity: 0.6;
}

/* Gistro Block */
.gistro-block__heading {
	text-align: center;
}
.gistro-block__heading h2 {
	font-size: var(--font-h2-clamp);
}
.gistro-block__heading h2 em {
	color: var(--main-color);
}
.gistro-block__heading p {
	opacity: 0.6;
}
.gistro-block__wrapper {
	display: grid;
	gap: var(--gap-30-clamp);
	margin-top: var(--s-50-clamp);
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.gistro-block__item {
	border-radius: var(--border-r-15);
	background-color: var(--white-color);
}
.gistro-block__image figure {
	height: 450px;
}
.gistro-block__image figure img {
	border-radius: var(--border-r-15);
}
.gistro-block__content {
	padding: var(--s-20-clamp);
}
.gistro-block__content h3 {
	font-size: var(--font-h3-clamp);
	margin-bottom: 15px;
}
.gistro-block__content p {
	opacity: 0.6;
}
.gistro-block__content .site-button {
	margin-top: var(--s-30-clamp);
}

/* Team Wrapper */
.team {
	display: flex;
	flex-direction: column;
	gap: var(--gap-50-0-clamp);
}
.team__heading {
	gap: 15px;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
}
.team__heading h2 {
	font-size: var(--font-h2-clamp);
}
.team__heading h2 em {
	color: var(--main-color);
}
.team__heading p {
	opacity: 0.6;
}
.team__list {
	gap: 15px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.team__item {
	display: flex;
	flex-direction: column;
	border-radius: var(--border-r-15);
	background-color: var(--white-color);
}
.team__item-image figure {
	height: 400px;
}
.team__item-image figure img {
	border-radius: 15px 15px 0 0;
}
.team__item-content {
	text-align: center;
	padding: var(--s-30-clamp);
}
.team__item-content h3 {
	font-size: var(--font-h4-clamp);
	font-weight: 500;
	margin-bottom: 15px;
}
.team__item-content p {
	font-size: 18px;
	line-height: 1.6;
}
.team__links {
	gap: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Timeline */
.timeline__heading {
	gap: 15px;
	display: flex;
	text-align: center;
	flex-direction: column;
}
.timeline__heading h2 {
	font-size: var(--font-h2-clamp);
}
.timeline__heading h2 em {
	color: var(--main-color);
}
.timeline__heading p {
	font-size: var(--font-h5-clamp);
	line-height: 1.6;
}
.timeline__wrapper {
	display: grid;
	margin-top: var(--s-50-clamp);
	grid-template-columns: repeat(12, 1fr);
}
.timeline__tab {
	grid-column: span 3;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.timeline__tab-line {
	position: absolute;
	right: 100px;
	top: 0;
	bottom: 0;
	width: 2px;
	height: var(--height-100);
	background: rgba(27, 19, 17, 0.25);
	border-radius: var(--border-r-10);
}
.timeline__tab-item {
	position: relative;
	color: #1a1412;
	transition: 0.3s;
}
:root {
	--timeline-clamp: 26px 62px;
}
.timeline__tab-item span {
	font-family: var(--secondary-font);
	font-size: var(--timeline-clamp);
	font-style: italic;
	cursor: pointer;
}
.timeline__tab-item.active {
	color: var(--main-color);
}
.timeline__tab-item.active::before {
	content: '';
	position: absolute;
	right: 99px;
	top: 50%;
	transform: var(--transform-Y50);
	background: var(--main-color);
	height: var(--height-100);
	transition: var(--basic-transition);
	width: 4px;
	border-radius: 3px;
}
.timeline__list {
	grid-column: span 9;
}
.timeline__item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	border-radius: var(--border-r-15);
	background-color: var(--bg-color);
}
.timeline__item-image figure {
	height: 100%;
}
.timeline__item-image figure img {
	border-radius: var(--border-r-15);
}
.timeline__item-content {
	gap: 15px;
	display: flex;
	flex-direction: column;
	padding: var(--s-40-clamp);
}
.timeline__item-content span {
	font-weight: 500;
	font-size: var(--font-h5-clamp);
	color: var(--main-color);
}
.timeline__item-content h3 {
	font-size: var(--font-h3-clamp);
}
.timeline__item-content p {
	font-size: var(--font-h5-clamp);
	line-height: 1.6;
}

/* Location Block */
.location-block__heading {
	text-align: center;
	margin-bottom: var(--s-50-clamp);
}
.location-block__heading h2 {
	font-size: var(--font-h2-clamp);
	margin-bottom: 15px;
}
.location-block__heading h2 em {
	color: var(--main-color);
	font-weight: 400;
}
.location-block__heading p {
	opacity: 0.6;
}
.location-block__wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--gap-30-clamp);
}
.location-block__item-heading {
	margin-bottom: var(--s-20-clamp);
}
.location-block__item-heading h2 {
	font-size: var(--font-h2-clamp);
}
.location-block__item-heading h2 em {
	color: var(--main-color);
}
.location-block__item-content {
	display: grid;
	gap: var(--gap-30-clamp);
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}
.location-block__image figure {
	height: 400px;
}
.location-block__image figure img {
	border-radius: var(--border-r-15);
}
.location-block__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: var(--gap-25-clamp);
}
.location-block__info-holder {
	display: flex;
	flex-direction: column;
	gap: var(--gap-20-clamp);
}
.location-block__info-content {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.location-block__info-content--heading {
	gap: 10px;
	display: flex;
	align-items: center;
}
.location-block__info-content--heading h5 {
	font-size: var(--font-h5-clamp);
	text-transform: uppercase;
}
.location-block__info-content--heading svg {
	width: 24px;
	height: 24px;
}

/* About Mini Block */
.about-mini-block {
	position: relative;
	display: grid;
	gap: var(--gap-30-clamp);
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}
.about-mini-block__image {
	display: flex;
}
.about-mini-block__image figure {
	height: auto;
}
.about-mini-block__image figure img {
	border-radius: var(--border-r-15);
	object-fit: contain;
}
.about-mini-block__content {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.about-mini-block__content figure {
	height: 60px;
	min-width: 60px;
}
.about-mini-block__content figure img {
	object-fit: contain;
	object-position: left;
}
.about-mini-block__content h2 {
	font-size: var(--font-h2-clamp);
	margin-bottom: 15px;
}
.about-mini-block__content h2 em {
	color: var(--main-color);
	font-weight: 400;
}
.about-mini-block__content p {
	opacity: 0.6;
}
.about-mini-block__icons {
	display: grid;
	width: var(--width-100);
	gap: var(--gap-30-clamp);
	margin-top: var(--s-25-clamp);
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.about-mini-block__icon-item {
	gap: 10px;
	display: flex;
	align-items: center;
}
.about-mini-block__icon-item h5 {
	font-size: var(--font-h5-clamp);
	color: var(--main-color);
}

/* Step Block */
.step-block__heading {
	text-align: center;
}
.step-block__heading h2 {
	font-size: var(--font-h2-clamp);
	margin-bottom: 10px;
}
.step-block__heading h2 em {
	color: var(--main-color);
	font-weight: 400;
}
.step-block__heading p {
	opacity: 0.6;
}
.step-block__wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: var(--gap-30-clamp);
	margin-top: var(--s-50-clamp);
}
.step-block__item {
	display: flex;
	min-height: 180px;
	flex: 0 1 calc(33.333% - var(--gap-30-clamp));
	align-items: center;
	gap: var(--gap-30-clamp);
	height: var(--height-100);
	padding: var(--s-30-clamp);
	border-radius: var(--border-r-15);
	background-color: var(--white-color);
}
.step-block__item-count h2 {
	font-size: var(--font-h2-clamp);
	color: var(--main-color);
	font-weight: 500;
}
.step-block__item-info h3 {
	font-size: var(--font-h4-5-clamp);
	font-weight: 400;
	color: var(--main-color);
	margin-bottom: 15px;
	text-transform: uppercase;
}
.step-block__item-info p {
	opacity: 0.6;
}

/* Distribution Block */
.distribution-block {
	display: grid;
	gap: var(--gap-30-clamp);
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.distribution-block__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: var(--gap-20-clamp);
}
.distribution-block__item h3 {
	font-size: var(--font-h2-clamp);
	font-weight: 500;
}
.distribution-block__item p:not(:has(strong)) {
	opacity: 0.6;
}
.distribution-block__item p strong {
	font-size: var(--font-h5-clamp);
	text-transform: uppercase;
	font-weight: 400;
}
.distribution-block__item ul {
	gap: 10px;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}
.distribution-block__item ul li {
	color: #666666;
	gap: 10px;
	display: flex;
	align-items: center;
}
.distribution-block__item ul li::before {
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8px;
	height: 1px;
	background-color: var(--main-color);
}
.distribution-block__image figure {
	height: 450px;
}
.distribution-block__image figure img {
	object-fit: contain;
}

/* Product Grid */
:root {
	--grid-col-clamp: 390px 460px;
}
.product-grid {
	display: grid;
	gap: var(--gap-30-clamp);
	margin-top: var(--s-50-clamp);
	grid-template-columns: repeat(auto-fit, minmax(var(--grid-col-clamp), 1fr));
}
.product-grid__item {
	display: grid;
	align-items: center;
	gap: var(--gap-30-clamp);
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	padding: var(--s-20-clamp);
	border-radius: var(--border-r-15);
	background-color: var(--white-color);
}
.product-grid__item-image figure {
	height: 200px;
}
.product-grid__item-image figure img {
	object-fit: contain;
}
.product-grid__item-info {
	gap: 10px;
	display: flex;
	flex-direction: column;
}
.product-grid__item-info h3 {
	font-size: var(--font-h4-5-clamp);
	color: var(--main-color);
}
.product-grid__item-info p {
	opacity: 0.6;
}
.product-grid.product-grid-second-style {
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}
.product-grid.product-grid-second-style .product-grid__item {
	gap: 0px;
	display: flex;
	flex-direction: column-reverse;
	background-color: var(--bg-color);
}
.product-grid.product-grid-second-style .product-grid__item-image figure {
	height: 350px;
}
.product-grid.product-grid-second-style .product-grid__item-info {
	text-align: center;
}
.product-grid.product-grid-second-style .product-grid__item-info h3 {
	text-transform: uppercase;
}

/* Mini Block */
.mini-block {
	display: grid;
	gap: var(--gap-30-clamp);
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.mini-block__content {
	gap: 15px;
	display: flex;
	flex-direction: column;
	color: var(--white-color);
}
.mini-block__content h2 {
	font-size: var(--font-h2-clamp);
	font-weight: 500;
}
.mini-block__images {
	gap: var(--gap-30-clamp);
	display: flex;
	align-items: center;
}
.mini-block__images figure {
	width: 125px;
	height: 125px;
}
.mini-block__images figure img {
	object-fit: contain;
}

/* About Block */
.about-block {
	display: grid;
	gap: var(--gap-30-clamp);
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.about-block__image figure {
	height: 600px;
}
.about-block__image figure img {
	object-fit: contain;
	object-position: bottom center;
}
.about-block__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: var(--gap-25-clamp);
}
.about-block__content h2 {
	font-size: var(--font-h2-clamp);
	font-weight: 500;
}
.about-block__content h2 em {
	font-style: normal;
	color: var(--main-color);
}
.about-block__content p {
	opacity: 0.6;
}
.about-block__icons {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.about-block__icon-item {
	gap: 10px;
	display: flex;
	align-items: center;
}
.about-block__icon-item figure {
	width: 40px;
	height: 40px;
}
.about-block__icon-item figure img {
	object-fit: contain;
}
.about-block__icon-item h5 {
	font-family: var(--secondary-font);
	font-size: 20px;
	color: var(--main-color);
}

/* Product Block */
.product-block {
	margin: var(--s-50-clamp) 0 0 0;
}
.product-block__wrapper {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.product-block__item {
	display: flex;
	flex-direction: column;
	gap: var(--gap-15-clamp);
}
.product-block__item-image figure {
	height: 350px;
}
.product-block__item-image figure img {
	object-fit: cover;
	border-radius: var(--border-r-15);
}
.product-block__item-info h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
.product-block__item-info p strong {
	color: var(--black-color);
}
.product-block__item-info p {
	opacity: 0.6;
}
.product-block__item-info p:empty {
	display: none;
}
.product-block__item-btn {
	margin-top: 15px;
}
.product-block__item-btn a {
	font-size: 15px;
	font-weight: 500;
	gap: 5px;
	display: flex;
	align-items: center;
	color: var(--main-color);
}
.product-block__item-btn svg {
	width: 20px;
	height: 20px;
}

/* Home Hero */
.site-hero {
	position: relative;
	margin-top: 55px;
}
.site-hero::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 38px;
	z-index: 8;
	width: var(--width-100);
	background: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1919 59"><path d="M845.361 51.174c-42.598 7.076-75.235-29.21-127.049-25.157-51.769 3.91-60.31 22.03-119.382 16.33-59.132-5.617-118.947 4.888-145-3.26-26.278-8.106-29.59 13.891-67.047 7.76-37.234-6.103-60.231-3.989-93.068 1.952-33.054 5.972-134.185 8.166-170.321-2.044-4.703-1.319-9.041-2.225-14.244-2.848-32.157-4.162-67.345 2.81-89.415 5.295-7.12.662-14.652 2.145-18.873 4.202-1.911.859-2.85 3.012-2.986 5.198v.005c-.159 2.727.939 5.43 3.358 5.794 12.707 1.883 30.86 6.087 52.86 12.602 24.133 7.105 35.853 4.804 53.479 4.3 11.418-.376 25.741-.383 47.385 2.876 55.218 8.204 88.188 21.523 153.754 16.271 65.563-5.357 79.456 28.113 172.241 13.04 92.802-15.34 101.319 19.905 192.96 28.764 91.545 8.94 208.635-6.209 263.417-2.33 40.532 2.976 92.14 8.072 147.35 9.631 2.34.01 9.09-.466 11.37-.952 19.58-3.705 38.85-7.688 58.86-12.3 75.71-18.138 168.28-12.981 251.38-20.862 83.32-9.232 206.33-11.86 262.89-16.428 57.02-4.428 70.91-5.604 124.6 5.96 30.54 6.632 74.14 7.958 111.37-2.128 19.24-5.034 15.88-15.168-2.28-21.409-26.01-9.047-48.93-6.63-61.41-19.43-25.69-25.565-36.27-34.799-72.9-24.214-36.21 10.439-50.08-20.175-71-18.026-20.49 2.328-21.73 18.332-125.37.07C1468.19 2.339 1408.54 1.055 1367.64.059c-41.27-1.329-126.18 19.983-191.08 27.38-26.34 2.754-62.92 9.46-100.51 17.012l11.22-.94c-55.3-.929-115.177-2.23-146.468-6.801-52.199-7.624-53.036 7.23-95.441 14.464Z" fill="%23FBFBF6"/></svg>')
		no-repeat center center / cover;
}
.site-hero__background-image {
	position: relative;
	height: 85dvh;
}
.site-hero__background-image::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) -2.22%, rgba(0, 0, 0, 0) 102.22%);
}
.site-hero__background-image video,
.site-hero__background-image img {
	width: var(--width-100);
	height: var(--height-100);
	object-fit: cover;
	object-position: center center;
}
.site-hero__content {
	position: absolute;
	top: 70%;
	width: var(--width-100);
	transform: var(--transform-Y50);
}
.site-hero__caption {
	color: var(--white-color);
}
.hero-title {
	margin-bottom: 25px;
}
.hero-title h1 {
	font-size: var(--font-h1-clamp);
	line-height: 1;
	font-weight: 500;
}
.hero-title h1 em {
	color: var(--white-color);
	font-style: normal;
}
.hero-desc p {
	font-size: var(--font-p-clamp);
}
.site-hero__btn {
	gap: 15px;
	display: flex;
	margin-top: var(--s-25-clamp);
}

/* Icon Boxes */
.icons-block-heading {
	display: flex;
	text-align: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-bottom: var(--s-50-clamp);
}
.icons-block .icons-block-heading h2 {
	font-size: var(--font-h2-clamp);
	font-weight: 500;
}
.icons-block .icons-block-heading h2 em {
	font-weight: 400;
	color: var(--main-color);
}
.icons-block .icons-block-heading h5 {
	font: 400 14px var(--primary-font);
	color: var(--main-color);
	margin-bottom: 10px;
}
.icons-block-heading p {
	margin-top: 15px;
	opacity: 0.6;
}
.icons-block .icons-block-list {
	display: grid;
	gap: var(--gap-30-clamp);
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.icon-block-item {
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
	gap: var(--gap-25-clamp);
}
.icon-block-item .icon-block-image figure {
	width: 50px;
	height: 50px;
}
.icon-block-item .icon-block-image figure img {
	object-fit: contain;
}
.icon-block-item .icon-block-content h3 {
	font-size: var(--font-h3-5-clamp);
	color: var(--main-color);
	margin: 0 0 10px 0;
}
.icon-block-item .icon-block-content ul {
	margin: 0;
	padding: 0 0 0 var(--s-20-clamp);
}
.icon-block-item .icon-block-content ul li,
.icon-block-item .icon-block-content p {
	opacity: 0.6;
	margin-bottom: 15px;
}
.icon-block-item .icon-block-content ul li:last-of-type,
.icon-block-item .icon-block-content p:last-of-type {
	margin: 0;
}

.icons-block.icons-block-second-style .icons-block-list {
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

/* Logo Marque */
:root {
	--logo-h-clamp: 25px 70px;
	--logo-item-clamp: 70px 100px;
}
.logo-marque__heading-holder {
	display: grid;
	align-items: center;
	gap: var(--gap-30-clamp);
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.logo-marque__title h2 {
	font-size: var(--font-h2-clamp);
	margin-bottom: 15px;
}
.logo-marque__title p {
	opacity: 0.6;
}
.logo-marque__heading-holder .site-button {
	justify-content: flex-end;
}
.logo-marque__content-wrapper {
	overflow: hidden;
	margin-top: var(--s-50-clamp);
	width: 100%;
}
.logo-marque__content {
	display: flex;
	flex-direction: row;
	width: max-content;
	gap: var(--gap-30-clamp);
	animation: scrolling 70s linear infinite;
}
.logo-marque__content-item {
	height: var(--logo-item-clamp);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.logo-marque__content-item figure {
	height: 60px;
	padding: 0 var(--s-25-clamp);
}
@keyframes scrolling {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
.logo-marque__content:hover {
	animation-play-state: paused;
}

/* points-info block (multiple page) */
.points-info-block {
	position: relative;
}
.points-info-block-left .site-row {
	flex-direction: row-reverse;
}
.points-info-block-content h2 {
	font-weight: 500;
	line-height: 1.3;
	font-size: var(--font-h2-clamp);
	margin: 0 0 var(--s-20-clamp) 0;
}
.points-info-block-content h2 em,
.points-info-block-content h2 strong {
	color: var(--main-color);
	font-weight: 500;
}
.points-info-block-content .points-info-block__buttons {
	gap: 10px;
	display: flex;
	margin-top: var(--s-25-clamp);
}
.points-info-block-content p {
	margin-bottom: 15px;
	opacity: 0.6;
}
.points-info-block-content p:last-of-type {
	margin-bottom: 0;
}
.points-info-block-content p:has(strong) {
	font-size: var(--font-h5-clamp);
	text-transform: uppercase;
	opacity: 1;
	color: var(--black-color);
}
.points-info-block-content p:has(strong) strong {
	font-weight: 400;
}
.points-info-block-image {
	position: relative;
}
.points-info-block-image figure {
	position: relative;
	height: auto;
}
.points-info-block-image figure img {
	border-radius: var(--border-r-20);
	object-fit: contain;
}
.info-block-points {
	display: grid;
	gap: var(--gap-30-clamp);
	margin-top: var(--s-30-clamp);
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.info-block-points__item ul {
	gap: 15px;
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}
.info-block-points__item ul li {
	color: #666666;
	padding: 0 0 0 25px;
	line-height: normal;
	list-style: none;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><g clip-path="url(%23image 12 [Vectorized]__a)"><path d="M6.51 0h.991c.054.03.176.038.242.043 2.676.241 5.03 2.145 5.893 4.68.147.431.249.849.31 1.3.016.114.007.353.054.447v1.068c-.044.121-.045.383-.064.517a7.017 7.017 0 0 1-5.62 5.828 7.596 7.596 0 0 1-.351.06c-.123.017-.28.02-.396.057H6.456c-.146-.056-.633-.09-.829-.131C2.981 13.325.956 11.41.225 8.809a4.843 4.843 0 0 1-.149-.704C.06 7.977.032 7.668.002 7.563L0 7.558v-1.11c.027-.066.03-.164.037-.235A6.985 6.985 0 0 1 5.774.106c.12-.021.672-.074.736-.106Z" fill="%23C9000A"/><path d="M9.45 3.686c.078.018 1.115.762 1.272.866-.144.178-.34.48-.474.674L9.373 6.49l-2.935 4.23c-.163-.107-.493-.383-.663-.514L4.398 9.132 3.124 8.14c.101-.11.251-.313.347-.435l.601-.773c.177.155.462.364.654.513L6.104 8.52c.113-.178.26-.378.38-.553l.704-1.015L9.45 3.686Z" fill="%23FEFEFE"/></g><defs><clipPath id="image 12 [Vectorized]__a"><path fill="%23fff" d="M0 0h14v14H0z"/></clipPath></defs></svg>');
}

/* info block (multiple page) */
.info-block {
	position: relative;
}
.info-block-left .site-row {
	flex-direction: row-reverse;
}
.info-block-content .info-block-subtitle {
	margin-bottom: 15px;
}
.info-block-content .info-block-subtitle h5 {
	font-weight: 500;
	color: var(--main-color);
}
.info-block-content h2 {
	font-weight: 500;
	line-height: 1.3;
	font-size: var(--font-h2-clamp);
	margin: 0 0 var(--s-20-clamp) 0;
}
.info-block-content h2 em,
.info-block-content h2 strong {
	color: var(--main-color);
	font-weight: 500;
}
.info-block-content .info-block__buttons {
	gap: 10px;
	display: flex;
	margin-top: var(--s-25-clamp);
}
.info-block-content p {
	margin-bottom: 15px;
	opacity: 0.6;
}
.info-block-content p:last-of-type {
	margin-bottom: 0;
}
.info-block-content p:has(strong) {
	font-size: var(--font-h5-clamp);
	text-transform: uppercase;
	opacity: 1;
	color: var(--black-color);
}
.info-block-content p:has(strong) strong {
	font-weight: 400;
}
.info-block-image {
	position: relative;
}
.info-block-image figure {
	position: relative;
	height: auto;
}
.info-block-image figure img {
	border-radius: var(--border-r-20);
	object-fit: contain;
}
.info-block-image figure img.second-img {
	position: absolute;
	bottom: -5%;
	left: -7%;
	height: 220px;
	width: auto;
}
.info-block-content ul {
	gap: 15px;
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}
.info-block-content ul li {
	color: #666666;
	padding: 0 0 0 25px;
	line-height: normal;
	list-style: none;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><g clip-path="url(%23image 12 [Vectorized]__a)"><path d="M6.51 0h.991c.054.03.176.038.242.043 2.676.241 5.03 2.145 5.893 4.68.147.431.249.849.31 1.3.016.114.007.353.054.447v1.068c-.044.121-.045.383-.064.517a7.017 7.017 0 0 1-5.62 5.828 7.596 7.596 0 0 1-.351.06c-.123.017-.28.02-.396.057H6.456c-.146-.056-.633-.09-.829-.131C2.981 13.325.956 11.41.225 8.809a4.843 4.843 0 0 1-.149-.704C.06 7.977.032 7.668.002 7.563L0 7.558v-1.11c.027-.066.03-.164.037-.235A6.985 6.985 0 0 1 5.774.106c.12-.021.672-.074.736-.106Z" fill="%23C9000A"/><path d="M9.45 3.686c.078.018 1.115.762 1.272.866-.144.178-.34.48-.474.674L9.373 6.49l-2.935 4.23c-.163-.107-.493-.383-.663-.514L4.398 9.132 3.124 8.14c.101-.11.251-.313.347-.435l.601-.773c.177.155.462.364.654.513L6.104 8.52c.113-.178.26-.378.38-.553l.704-1.015L9.45 3.686Z" fill="%23FEFEFE"/></g><defs><clipPath id="image 12 [Vectorized]__a"><path fill="%23fff" d="M0 0h14v14H0z"/></clipPath></defs></svg>');
}
.info-block-group {
	display: grid;
	gap: var(--gap-30-clamp);
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.info-block-group__item {
	padding: var(--s-20-clamp);
	border-radius: var(--border-r-15);
	background-color: var(--white-color);
}
.info-block-group__item h3 {
	font-size: var(--font-h4-5-clamp);
	color: var(--main-color);
	margin-bottom: 10px;
}

/* info video (multiple page) */
.info-video {
	position: relative;
}
.info-video-left .site-row {
	flex-direction: row-reverse;
}
.info-video.info-video-left .info-video-content {
	padding-left: 70px;
	padding-right: 0;
}
.info-video-content h2 {
	font-weight: 500;
	line-height: 1.3;
	font-size: var(--font-h2-clamp);
	margin: 0 0 var(--s-20-clamp) 0;
}
.info-video-content h2 em,
.info-video-content h2 strong {
	color: var(--main-color);
	font-weight: 500;
}
.info-video-content .info-video__buttons {
	gap: 10px;
	display: flex;
	margin-top: var(--s-25-clamp);
}
.info-video-content p {
	margin-bottom: 15px;
	opacity: 0.6;
}
.info-video-content p:last-of-type {
	margin-bottom: 0;
}
.info-video-content p:has(strong) {
	font-size: var(--font-h5-clamp);
	text-transform: uppercase;
	opacity: 1;
	color: var(--black-color);
}
.info-video-content p:has(strong) strong {
	font-weight: 400;
}
.info-video-image {
	position: relative;
}
.info-video-image figure {
	position: absolute;
	bottom: -5%;
	left: -10%;
	height: 200px;
}
.info-video-image figure img {
	border-radius: var(--border-r-20);
	object-fit: contain;
}
.info-video-image video {
	width: var(--width-100);
	height: 500px;
	object-fit: cover;
	object-position: center center;
	border-radius: var(--border-r-50);
}

/* cta */
.cta {
	position: relative;
}
.cta-image {
	height: 550px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.cta-image::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.cta-caption {
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 60%;
	text-align: center;
	transform: var(--transform-X50);
}
.cta-content {
	padding: var(--s-30-clamp);
	color: var(--black-color);
	border-radius: var(--border-r-15);
	background-color: var(--white-color);
}
:root {
	--cta-fz-clamp: 24px 36px;
}
.cta-content h2 {
	font-size: var(--cta-fz-clamp);
	font-weight: 500;
	margin-bottom: 15px;
}
.cta-content h2 em {
	font-style: normal;
	color: var(--main-color);
}
.cta-content p {
	opacity: 0.6;
}
.cta-button {
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: var(--s-20-clamp);
}
.cta-button .second-btn {
	background-color: var(--white-color);
}
.cta-button .second-btn span {
	color: var(--black-color);
}
.cta-button .second-btn svg path {
	fill: var(--black-color);
}
.cta-button .second-btn:hover {
	background-color: var(--main-color);
}
.cta-button .second-btn:hover span {
	color: var(--white-color);
}
.cta-button .second-btn:hover svg path {
	fill: var(--white-color);
}

/* page bottom cta */
.page-bottom-cta {
	position: relative;
	overflow: hidden;
}
.page-bottom-cta::before {
	content: '';
	position: absolute;
	top: -33px;
	left: 0;
	z-index: 2;
	width: var(--width-100);
	height: 80px;
	background: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 81"><path d="M861.207 31.71c-47.233 2.726-84.472-16.82-142.082-17.063-57.505-.033-66.566 10.707-132.455 5.564-65.955-5.555-132.277.372-161.477-6.207-29.434-6.888-32.618 9.976-74.448 4.664-41.598-5.5-67.151-4.383-103.563.564-36.663 4.762-149.225 7.666-189.7-2.226-5.26-1.287-10.13-2.18-15.933-2.779-35.907-4.562-74.922 2.382-99.48 6.251-7.925.995-16.283 2.857-20.925 5.097-2.103.942-3.078 3.122-3.158 5.31v.004c-.086 2.726 1.222 5.43 3.92 5.796 14.177 1.796 34.482 6.339 59.11 12.629 27.03 6.689 40.039 3.24 59.64 2.332 12.72-.682 28.634-1.007 52.823 1.606 61.66 6.677 98.678 17.346 171.572 10.606 72.884-5.961 89.15 19.764 192.125 4.95C560.147 55.59 570.514 79.578 672.79 80.67c102.238 1.055 232.108-9.199 293.273-7.697 45.487.852 103.747 2.563 165.487 3.113.54.007 2.11-.068 2.64-.126a22240.998 22240.998 0 0 0 65.79-7.6c86.55-10.79 193.52-9.103 288.98-9.504 95.44-1.55 232.05 1.9 294.72-.524 63.15-2.113 78.53-3.81 138.85 6.169 34.31 5.712 82.79 7.763 123.64-3.043 21.12-5.442 16.88-15.785-3.67-20.934-29.43-7.405-54.81-4.047-69.41-14.919-30.05-21.46-42.41-27.26-82.53-16.15-39.66 10.39-56.88-12.422-79.97-9.125-22.59 3.214-23.24 14.22-138.91 6.68-115.93-6.32-180.22-4.252-224.35-3.4-44.29.997-136.44 13.25-207.8 18.883-28.29 2.155-67.95 6.314-109.29 10.706l-.72.076 2.6-.124c-62.33-1.039-129.71-2.854-164.968-5.71-58.529-4.829-58.791 1.747-105.945 4.27Z" fill="%23FBFBF6"/></svg>')
		no-repeat center center / cover;
}
.page-bottom-cta-image {
	height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.page-bottom-cta-image::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.2);
}
.page-bottom-cta-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 3;
	text-align: center;
	transform: var(--transform-50-50);
}
.page-bottom-cta-content {
	color: var(--white-color);
}
.page-bottom-cta-content h2 {
	font-size: var(--font-h2-clamp);
	font-weight: 500;
	margin-bottom: 15px;
}
.page-bottom-cta-content h2 em {
	font-style: normal;
	color: var(--main-color);
}
.page-bottom-cta-button {
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: var(--s-20-clamp);
}
.page-bottom-cta-button .second-btn {
	background-color: var(--white-color);
}
.page-bottom-cta-button .second-btn span {
	color: var(--black-color);
}
.page-bottom-cta-button .second-btn svg path {
	fill: var(--black-color);
}
.page-bottom-cta-button .second-btn:hover {
	background-color: var(--main-color);
}
.page-bottom-cta-button .second-btn:hover span {
	color: var(--white-color);
}
.page-bottom-cta-button .second-btn:hover svg path {
	fill: var(--white-color);
}

/* Gallery */
.gallery {
	position: relative;
}
.gallery-heading {
	gap: 15px;
	display: flex;
	text-align: center;
	align-items: center;
	margin-bottom: var(--s-50-clamp);
	flex-direction: column;
	justify-content: center;
}
.gallery-heading h5 {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--main-color);
}
.gallery-heading h2 {
	font-size: var(--font-h2-clamp);
	color: var(--background-color);
}
.gallery-holder {
	gap: var(--gap-30-clamp);
	display: grid;
}
.gallery-holder.gallery-holder-1-column {
	grid-template-columns: repeat(1, 1fr);
}
.gallery-holder.gallery-holder-2-column {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-holder.gallery-holder-3-column {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-holder.gallery-holder-4-column {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-holder.gallery-holder-5-column {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-holder.gallery-holder-6-column {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-holder.gallery-holder-7-column {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-holder.gallery-holder-8-column {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-holder.gallery-holder-9-column {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-holder.gallery-holder-10-column {
	grid-template-columns: repeat(10, 1fr);
}
.gallery-holder.gallery-holder-11-column {
	grid-template-columns: repeat(11, 1fr);
}
.gallery-holder.gallery-holder-12-column {
	grid-template-columns: repeat(12, 1fr);
}
.gallery .gallery-button {
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery .gallery-item-video,
.gallery .gallery-item figure {
	height: 315px;
}
.gallery .gallery-item-video video,
.gallery .gallery-item figure img {
	width: var(--width-100);
	height: var(--height-100);
	object-fit: cover;
	border-radius: var(--border-r-15);
	object-position: center center;
}
.gallery-holder.gallery-holder-12-column .gallery-item:nth-of-type(1) {
	grid-column: span 7 / span 7;
	grid-row: span 2 / span 2;
	grid-column-start: 6;
	grid-row-start: 1;
}
.gallery-holder.gallery-holder-12-column .gallery-item .gallery-item-video {
	height: 660px;
}
.gallery-holder.gallery-holder-12-column .gallery-item:nth-of-type(2),
.gallery-holder.gallery-holder-12-column .gallery-item:nth-of-type(3) {
	grid-column: span 5;
}
.gallery-holder.gallery-holder-12-column .gallery-item:nth-of-type(4) {
	grid-column: span 5 / span 5;
	grid-row-start: 3;
}
.gallery-holder.gallery-holder-12-column .gallery-item:nth-of-type(5) {
	grid-column: span 7 / span 7;
	grid-column-start: 6;
	grid-row-start: 3;
}

/* Accordion Block */
.accordion-block {
	margin-top: var(--s-50-clamp);
}
.accordion-block__wrapper {
	gap: 15px;
	display: flex;
	flex-direction: column;
}
.accordion-block .accordion-block__wrapper .accordion-block__item {
	gap: 10px;
	display: flex;
	flex-direction: column;
	padding: var(--s-25-clamp);
	border-radius: var(--border-r-20);
	background-color: var(--bg-color);
}
.accordion-block__item .accordion-block__title {
	position: relative;
	cursor: pointer;
	transition: var(--basic-transition);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.accordion-block__item .accordion-block__title::after {
	content: '';
	width: 36px;
	height: 36px;
	transition: var(--basic-transition);
	background: url('assets/images/plus.svg') no-repeat center center / contain;
}
.accordion-block__item.is-active .accordion-block__title::after {
	background: url('assets/images/minus.svg') no-repeat center center / contain;
}
.accordion-block__item .accordion-block__title h3 {
	font-size: var(--font-h4-clamp);
	font-weight: 500;
	position: relative;
}
.accordion-block__item .accordion-block__content ul {
	margin: 0;
	padding: 0 0 0 15px;
}
.accordion-block__item .accordion-block__content ul li,
.accordion-block__item .accordion-block__content p {
	margin-bottom: 15px;
	color: rgba(0, 0, 0, 0.6);
}
.accordion-block__item .accordion-block__content a {
	font-weight: 500;
	color: var(--main-color);
	text-decoration: underline;
}
.accordion-block__item .accordion-block__content ul li:last-of-type,
.accordion-block__item .accordion-block__content p:last-of-type {
	margin: 0;
}
.accordion-block__item .accordion-block__content em {
	font-style: normal;
	color: var(--main-color);
}

/* ============================================== */
/* ================ cristi styles =============== */
/* ============================================== */

/* Posts Page Related Posts */
.related.posts {
	padding: 0 0 var(--s-70-clamp) 0;
	background-color: var(--bg-color);
}
.related.posts h2 {
	font-size: var(--font-h2-clamp);
	text-align: center;
	margin-bottom: var(--s-50-clamp);
}
.related.posts .posts-loop {
	gap: var(--gap-30-clamp);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

/* Posts Single Page */
.posts-single-content {
	padding: 70px 0;
}
.posts-single-content p {
	margin-bottom: 15px;
	font-weight: 400;
}
.posts-single-content strong {
	font-weight: 500;
}
.posts-single-content h1,
.posts-single-content h2,
.posts-single-content h3,
.posts-single-content h4,
.posts-single-content h5,
.posts-single-content h6 {
	margin-bottom: 15px;
}
.posts-single-content ul,
.posts-single-content ol {
	margin: 0;
	padding: 0 0 0 20px;
}
.posts-single-content ul li,
.posts-single-content ol li {
	margin-bottom: 15px;
	line-height: 1.7;
}

/* resources block */
.posts-page {
	background-color: var(--bg-color);
	padding-top: var(--s-70-clamp);
	padding-bottom: var(--s-70-clamp);
}
.posts-page .posts-navigation {
	margin: 0 0 var(--s-50-clamp) 0;
}
.posts-page ul.posts-cat-nav {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: center;
	gap: var(--gap-20-clamp);
}
.posts-page ul.posts-cat-nav li.cat-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-p-clamp);
	height: 40px;
	padding: 0 var(--s-25-clamp);
	color: var(--main-color);
	border-radius: var(--border-r-5);
	transition: var(--basic-transition);
	background-color: transparent;
	border: var(--border-basic) var(--main-color);
}
.posts-page ul.posts-cat-nav li.cat-item a {
	text-decoration: none;
}
.posts-page ul.posts-cat-nav li.cat-item.current-cat a {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}
.posts-page ul.posts-cat-nav li.cat-item a:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}
.posts-page .site-row {
	row-gap: 30px;
}
.home-posts {
	margin-top: var(--s-50-clamp);
}
.post-item .post-details-holder {
	display: flex;
	flex-direction: column;
}
.post-image figure {
	height: 300px;
}
.post-image img {
	width: var(--width-100);
	height: var(--height-100);
	object-fit: cover;
	object-position: center center;
	border-radius: var(--border-r-20);
}
.post-data {
	gap: 10px;
	display: flex;
	align-items: center;
}
.post-data .post-category p,
.post-data .post-date p {
	font-size: 16px;
	font-weight: 400;
	color: var(--main-color);
}
.post-data span {
	font-size: 12px;
	color: var(--main-color);
}
.post-data .post-category p a {
	text-decoration: none;
	color: var(--main-color);
}
.post-title h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
}
.post-title {
	margin: 15px 0 15px 0;
}
.post-title a {
	color: inherit;
	text-decoration: none;
}
.post-except p {
	opacity: 0.6;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.post-link-holder {
	margin-top: var(--s-20-clamp);
}
.post-link a {
	color: var(--main-color);
	font-size: 15px;
	font-weight: 500;
	gap: 10px;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.post-link svg {
	width: 20px;
	height: 20px;
}

/* Blog Single Post */
.post-single-header {
	height: 85dvh;
	position: relative;
	margin-top: 75px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: var(--bg-color);
}
.post-single-header::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
}
.post-single-header::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 60px;
	z-index: 8;
	width: var(--width-100);
	background: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1919 59"><path d="M845.361 51.174c-42.598 7.076-75.235-29.21-127.049-25.157-51.769 3.91-60.31 22.03-119.382 16.33-59.132-5.617-118.947 4.888-145-3.26-26.278-8.106-29.59 13.891-67.047 7.76-37.234-6.103-60.231-3.989-93.068 1.952-33.054 5.972-134.185 8.166-170.321-2.044-4.703-1.319-9.041-2.225-14.244-2.848-32.157-4.162-67.345 2.81-89.415 5.295-7.12.662-14.652 2.145-18.873 4.202-1.911.859-2.85 3.012-2.986 5.198v.005c-.159 2.727.939 5.43 3.358 5.794 12.707 1.883 30.86 6.087 52.86 12.602 24.133 7.105 35.853 4.804 53.479 4.3 11.418-.376 25.741-.383 47.385 2.876 55.218 8.204 88.188 21.523 153.754 16.271 65.563-5.357 79.456 28.113 172.241 13.04 92.802-15.34 101.319 19.905 192.96 28.764 91.545 8.94 208.635-6.209 263.417-2.33 40.532 2.976 92.14 8.072 147.35 9.631 2.34.01 9.09-.466 11.37-.952 19.58-3.705 38.85-7.688 58.86-12.3 75.71-18.138 168.28-12.981 251.38-20.862 83.32-9.232 206.33-11.86 262.89-16.428 57.02-4.428 70.91-5.604 124.6 5.96 30.54 6.632 74.14 7.958 111.37-2.128 19.24-5.034 15.88-15.168-2.28-21.409-26.01-9.047-48.93-6.63-61.41-19.43-25.69-25.565-36.27-34.799-72.9-24.214-36.21 10.439-50.08-20.175-71-18.026-20.49 2.328-21.73 18.332-125.37.07C1468.19 2.339 1408.54 1.055 1367.64.059c-41.27-1.329-126.18 19.983-191.08 27.38-26.34 2.754-62.92 9.46-100.51 17.012l11.22-.94c-55.3-.929-115.177-2.23-146.468-6.801-52.199-7.624-53.036 7.23-95.441 14.464Z" fill="%23FBFBF6"/></svg>')
		no-repeat center center / cover;
}
.post-single-header__content {
	position: relative;
	z-index: 2;
	height: var(--height-100);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.post-single-header__caption {
	gap: 15px;
	display: flex;
	text-align: center;
	align-items: center;
	flex-direction: column;
	color: var(--white-color);
}
.post-single-header__title h1 {
	font-size: var(--font-h1-clamp);
	font-weight: 500;
}
.post-single-header__title h1 em {
	font-weight: 400;
}
.post-single-header__description p {
	font-size: var(--font-p-clamp);
}
.post-single-header .page-breadcrumbs a,
.post-single-header .page-breadcrumbs span {
	color: var(--white-color);
}
.post-single-text {
	background-color: var(--bg-color);
	padding-top: var(--s-70-clamp);
	padding-bottom: var(--s-70-clamp);
}
.post-single-text h1,
.post-single-text h2,
.post-single-text h3,
.post-single-text h4,
.post-single-text h5,
.post-single-text h6 {
	margin-bottom: 15px;
}
.post-single-text p {
	margin-bottom: 15px;
	line-height: 1.8;
}
.post-single-text p a {
	color: var(--main-color);
	text-decoration: underline;
}
.post-single-text p:last-of-type {
	margin-bottom: 0;
}
.post-single-text blockquote {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	border-left: 3px solid var(--main-color);
}
.post-single-text ul,
.post-single-text ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
}
.post-single-text li strong,
.post-single-text p strong {
	font-weight: 500;
	color: var(--main-color);
}
.post-single-text li {
	line-height: 1.8;
}
.post-single-text .gallery {
	display: grid;
	gap: var(--gap-30-clamp);
	margin-top: var(--s-30-clamp);
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

.post-single-text .wp-video {
	width: 100% !important;
}
.post-single-text .wp-video video {
	width: 100% !important;
	height: 100% !important;
}
.post-single-footer {
	padding-top: 70px;
	padding-bottom: 35px;
	background-color: #e8f1fe;
}
.post-single-footer h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 35px;
	text-align: center;
}

.services-page-content {
	padding: var(--s-70-clamp) 0;
}
.services-container {
	display: grid;
	gap: var(--gap-20-clamp);
	grid-template-columns: repeat(12, 1fr);
}
.services-card {
	position: relative;
	grid-column: span 4;
	overflow: hidden;
	border-radius: var(--border-r-20);
}
.services-card:nth-of-type(7n + 1),
.services-card:nth-of-type(7n + 2),
.services-card:nth-of-type(7n + 3),
.services-card:nth-of-type(7n + 4) {
	grid-column: span 3;
}
.services-card__image figure {
	position: relative;
	height: 400px;
}
.services-card:hover figure img {
	transform: scale(1.03);
}
.services-card__image figure::before {
	content: '';
	z-index: 1;
	position: absolute;
	inset: 0;
	border-radius: var(--border-r-20);
	background-color: rgba(0, 0, 0, 0.5);
}
.services-card__image figure img {
	width: var(--width-100);
	height: var(--height-100);
	object-fit: cover;
	object-position: center center;
	border-radius: var(--border-r-20);
	transition: var(--basic-transition);
}
.services-card__title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: var(--s-20-clamp);
}
.services-card__title h3 {
	font-size: var(--font-h4-clamp);
	font-weight: 600;
	color: var(--white-color);
}
/* Services Single */
.service-block-header {
	padding: var(--s-70-clamp) 0;
	background-color: var(--bg-color);
}
.service-block {
	display: flex;
	flex-direction: column;
	gap: var(--gap-30-clamp);
}
.service-block__content {
	text-align: center;
}
.service-block__caption {
	margin-bottom: 15px;
}
.service-block__caption h1 {
	font-weight: 500;
}
.service-block__desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
.service-block__desc p {
	margin-bottom: 15px;
}
.service-block__desc p:last-of-type {
	margin: 0;
}
.service-block__links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: var(--s-20-clamp);
}
.service-block__image figure {
	height: 600px;
}
.service-block__image figure img {
	border-radius: var(--border-r-20);
}
.service-block__features {
	display: flex;
	align-items: center;
	gap: var(--gap-15-clamp);
}
.service-block__features-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--gap-10-clamp);
	height: 35px;
	padding: 0 10px;
	margin-top: var(--s-30-clamp);
	border-radius: var(--border-r-10);
	background-color: var(--bg-color);
	border: var(--border-basic) var(--hover-color);
}
.service-block__features-item svg {
	width: 18px;
	height: 18px;
}
.service-block__features-item p {
	font-size: 14px;
	font-weight: 500;
}

/* Projects Archive */
/* Projects Cat */
.projects-page-cat {
	margin: var(--s-70-clamp) 0 var(--s-30-clamp) 0;
}
ul.projects-categories {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 15px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	width: 100%;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
ul.projects-categories::-webkit-scrollbar {
	display: none;
}
ul.projects-categories li a {
	flex: 0 0 auto;
	position: relative;
	background: var(--bg-color);
	cursor: pointer;
	height: 40px;
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	padding: 0 15px;
	color: var(--black-color);
	border-radius: var(--border-r-10);
	transition: var(--basic-transition);
	font-size: 14px;
	font-weight: 500;
	color: var(--black-color);
}
ul.projects-categories li a:hover,
ul.projects-categories li.is-active a {
	color: var(--white-color);
	background-color: var(--main-color);
}
/* Projects Grid */
.projects-container {
	display: grid;
	gap: var(--gap-20-clamp);
	padding-bottom: var(--s-70-clamp);
	grid-template-columns: repeat(2, 1fr);
	/* grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); */
}
/* Projects Single */
.project-block-header {
	padding: var(--s-70-clamp) 0;
	background-color: var(--placeholder-color);
}
.project-block {
	display: grid;
	gap: var(--gap-30-clamp);
	align-items: center;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.project-block__caption {
	margin-bottom: 15px;
}
.project-block__caption h1 {
	font-weight: 500;
}
.project-block__desc p {
	margin-bottom: 15px;
}
.project-block__desc p:last-of-type {
	margin: 0;
}
.project-block__desc ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
}
.project-block__desc ul li {
	margin-bottom: 8px;
}
.project-block__links {
	display: flex;
	align-items: center;
	gap: var(--gap-20-clamp);
	margin-top: var(--s-20-clamp);
}
.project-block__image figure {
	height: 700px;
}
.project-block__image figure img {
	border-radius: var(--border-r-20);
}
.projects-single-gallery {
	display: grid;
	gap: 15px;
	margin: var(--s-70-clamp) 0;
	grid-template-columns: repeat(12, 1fr);
	/* grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); */
}
.projects-single-gallery__item {
	grid-column: span 3;
}
.projects-single-gallery__item:nth-of-type(7n + 1),
.projects-single-gallery__item:nth-of-type(7n + 2),
.projects-single-gallery__item:nth-of-type(7n + 3) {
	grid-column: span 4;
}
.projects-single-gallery__item figure {
	height: 300px;
}
.projects-single-gallery__item figure img {
	border-radius: var(--border-r-10);
}

.page-pagination {
	padding-bottom: var(--s-70-clamp);
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.page-pagination span.current {
	color: var(--white-color);
	background-color: var(--main-color);
}
.page-pagination a.next svg,
.page-pagination a.prev svg {
	height: 15px;
	width: 10px;
}
.page-pagination a,
.page-pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-radius: var(--border-r-50);
	width: 40px;
	height: 40px;
	color: var(--font-color);
	font-size: var(--font-p-clamp);
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
}

/* Product Archive Page */
:root {
	--product-item-img-h-clamp: 250px 300px;
}
.products-page-content {
	padding: var(--s-70-clamp) 0;
}
.products-list {
	display: grid;
	gap: var(--gap-30-clamp);
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

.product-item {
	display: flex;
	flex-direction: column;
	padding: var(--s-25-clamp);
	background-color: var(--bg-color);
	border-radius: var(--border-r-20);
}
.product-item-image {
	margin-bottom: var(--s-25-clamp);
}
.product-item-image figure {
	height: var(--product-item-img-h-clamp);
}
.product-item-image figure img {
	border-radius: var(--border-r-20);
}
.product-item-caption {
	gap: 10px;
	display: flex;
	flex-direction: column;
}
.product-item-caption h3 {
	font-size: var(--font-h4-clamp);
	font-weight: 500;
	margin-bottom: 5px;
}
.product-item-link a {
	color: var(--main-color);
	font-weight: 500;
}

/* Product Single Page */
:root {
	--product-single-icon-clamp: 25px 30px;
	--product-single-main-image-clamp: 250px 600px;
	--product-single-thumb-image-clamp: 50px 100px;
}
.product-content {
	margin-top: 123px;
	padding: var(--s-70-clamp) 0;
}
.product-content__summary-holder {
	display: grid;
	gap: var(--gap-150-clamp);
	grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}
.product-content__left-summary {
	gap: 10px;
	display: flex;
	flex-direction: column;
}
.product-content__image-holder figure {
	height: var(--product-single-main-image-clamp);
}
.product-content__image-holder figure img {
	border-radius: var(--border-r-20);
}
.product-content__thumbnail-holder {
	gap: 10px;
	display: flex;
	align-items: center;
}
.product-content__thumbnail-holder figure {
	display: flex;
	height: var(--product-single-thumb-image-clamp);
}
.product-content__thumbnail-holder figure img {
	aspect-ratio: 1;
	border-radius: var(--border-r-20);
}
.main-swiper,
.thumbnail-swiper {
	width: var(--width-100);
}
.thumbnail-swiper .swiper-slide {
	opacity: 0.4;
	cursor: pointer;
}
.thumbnail-swiper .swiper-slide-thumb-active {
	opacity: 1;
}
.product-content__title {
	margin-top: 15px;
}
.product-content__title h1 {
	font-size: var(--font-h2-clamp);
}
.product-content__title,
.product-content__short-description,
.product-content__price,
.product-content__dimension {
	margin-bottom: var(--s-30-clamp);
}
.product-content__short-description p {
	font-size: 14px;
}
.product-content__cta {
	margin-top: var(--s-25-clamp);
}
.product-content__price {
	gap: 10px;
	display: flex;
	align-items: center;
}
.product-content__price h5,
.product-content__price span {
	font-size: var(--font-h3-clamp);
	font-weight: 600;
}
.product-content__dimension-container {
	display: flex;
	align-items: center;
	gap: var(--gap-30-clamp);
}
.product-content__dimension svg {
	width: auto;
	height: 55px;
}
.product-content__dimension-list {
	display: flex;
	align-items: center;
	gap: 15px;
}
.product-content__dimension-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 15px;
	cursor: pointer;
	border-radius: var(--border-r-10);
	background-color: var(--bg-color);
	transition: var(--basic-transition);
}
.product-content__dimension-item:hover {
	background-color: var(--hover-color);
	color: var(--white-color);
}
.product-content__dimension-item.active {
	background: var(--main-color);
	color: var(--white-color);
}
.product-content__dimension-tooltip {
	gap: 5px;
	display: flex;
	padding: 10px;
	margin-top: 10px;
	align-items: center;
	background: var(--bg-color);
	border-radius: var(--border-r-10);
}
.product-content__dimension-tooltip svg {
	min-width: 16px;
	height: 16px;
}
.product-content__dimension-tooltip p {
	font-size: 14px;
}
.product-extra-options__header-tooltip {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.product-extra-options__header-tooltip svg {
	min-width: 16px;
	height: 16px;
}
.product-extra-options__header-tooltip-box {
	position: absolute;
	bottom: 130%;
	left: 50%;
	transform: translateX(-50%);
	width: 350px;
	background: #2c2d32;
	color: #fff;
	font-size: 14px;
	padding: 12px 14px;
	border-radius: var(--border-r-10);
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease;
	z-index: 8;
}
.product-extra-options__header-tooltip-box::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: var(--transform-X50);
	border-width: 6px;
	border-style: solid;
	border-color: #111 transparent transparent transparent;
}
.product-extra-options__header-tooltip:hover .product-extra-options__header-tooltip-box {
	opacity: 1;
	visibility: visible;
}
.product-extra-options__header {
	gap: 5px;
	display: flex;
	align-items: center;
	margin-bottom: var(--s-25-clamp);
}
.product-extra-options__header h4 {
	font-size: var(--font-h5-clamp);
	font-weight: 600;
}
.product-extra-options__groups {
	display: flex;
	max-height: 300px;
	overflow: auto;
	flex-direction: column;
	gap: var(--gap-25-clamp);
	padding: var(--s-30-clamp);
	border-radius: var(--border-r-20);
	border: var(--border-basic) #d5dee1;
}
.product-extra-options__group {
	gap: 15px;
	display: flex;
	flex-direction: column;
}
.product-extra-options__group h5 {
	font-size: var(--font-p-clamp);
	font-weight: 500;
}
.product-extra-options__items {
	gap: 5px;
	display: flex;
	flex-direction: column;
}
.product-extra-options__item {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
}
.product-extra-options__item-checkbox {
	gap: 5px;
	display: flex;
	align-items: center;
}

/* Related Produse */
.related.product {
	padding: 0 0 70px 0;
}
.related.product h2 {
	font-size: var(--font-h2-clamp);
	font-weight: 400;
	/* text-align: center; */
	margin-bottom: var(--s-25-clamp);
}
.related.product .product-loop {
	display: grid;
	gap: var(--gap-30-clamp);
	grid-template-columns: repeat(3, 1fr);
}

/* ============================================== */
/* ================ footer styles =============== */
/* ============================================== */
.main-footer {
	position: relative;
	background-color: #1b1311;
}
.main-footer::before {
	content: '';
	position: absolute;
	top: -33px;
	left: 0;
	z-index: 3;
	width: var(--width-100);
	height: 80px;
	background: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 81"><path d="M805.207 31.71c-47.233 2.725-84.472-16.82-142.082-17.063-57.505-.034-66.566 10.707-132.455 5.563-65.955-5.555-132.277.372-161.477-6.206-29.434-6.888-32.618 9.975-74.448 4.663-41.598-5.499-67.151-4.383-103.563.565-36.663 4.761-149.225 7.665-189.7-2.226-5.26-1.287-10.13-2.181-15.933-2.78-35.907-4.561-74.922 2.383-99.479 6.252-7.926.995-16.284 2.857-20.926 5.096-2.103.943-3.078 3.123-3.158 5.31v.004c-.086 2.727 1.222 5.43 3.92 5.797 14.177 1.796 34.482 6.338 59.11 12.628 27.03 6.69 40.039 3.24 59.64 2.332 12.72-.681 28.634-1.006 52.823 1.606 61.66 6.678 98.678 17.347 171.572 10.607 72.884-5.962 89.15 19.764 192.125 4.95C504.147 55.59 514.514 79.576 616.79 80.668c102.238 1.055 232.108-9.198 293.273-7.696 45.487.852 103.747 2.563 165.487 3.113.54.007 2.11-.069 2.64-.126l.71-.081c21.5-2.454 42.83-4.914 65.08-7.52 86.55-10.79 193.52-9.103 288.98-9.503 95.44-1.55 232.05 1.9 294.72-.524 63.15-2.114 78.53-3.81 138.85 6.168 34.31 5.713 82.79 7.763 123.64-3.042 21.12-5.442 16.88-15.785-3.67-20.935-29.43-7.404-54.81-4.047-69.41-14.918-30.05-21.46-42.41-27.261-82.53-16.151-39.66 10.39-56.88-12.421-79.97-9.124-22.59 3.214-23.24 14.22-138.91 6.68C1499.75.69 1435.46 2.756 1391.33 3.61c-44.29.996-136.44 13.25-207.8 18.882-28.29 2.156-67.95 6.315-109.29 10.707l-.72.076 2.6-.125c-62.33-1.038-129.71-2.854-164.968-5.709-58.529-4.83-58.791 1.747-105.945 4.27Z" fill="%231B1311"/></svg>')
		no-repeat center center / cover;
}
.footer-top {
	padding: var(--s-70-clamp) 0;
}
.footer-text h4 {
	font-size: 17px;
	font-weight: 300 !important;
	color: var(--white-color);
	margin-top: var(--s-30-clamp);
}
.footer-logo img {
	height: 100px;
	width: auto;
}
.footer-navigation h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: var(--s-20-clamp);
}
.footer-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-navigation ul li {
	margin-bottom: 15px;
}
.footer-navigation ul li:last-of-type {
	margin-bottom: 0;
}
.footer-navigation ul li a {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
	text-decoration: none;
}
.footer-navigation ul li a:hover {
	color: var(--white-color);
}
.footer-bottom {
	padding: var(--s-20-clamp) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-copyright p {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
}
.footer-links {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}
.footer-links a {
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
}
.footer-links a::after {
	position: relative;
	content: '';
	display: block;
	width: px;
	height: 5px;
	border-radius: var(--border-r-50);
	background-color: #7e7e7e;
}
.footer-links a:last-of-type::after {
	content: none;
}
.footer-links a:hover {
	color: var(--white-color);
}
.footer-contact-block {
	display: flex;
	flex-direction: column;
	gap: var(--gap-15-clamp);
}
.footer-contact-block-item {
	gap: 10px;
	display: flex;
	flex-direction: column;
}
.footer-contact-block-item a {
	cursor: pointer;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
	text-decoration: underline;
}
.footer-contact-block-item a:hover {
	color: var(--white-color);
}
.footer-contact-block-item p {
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	color: rgba(255, 255, 255, 0.5);
}

.footer-social-block ul {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 0;
	list-style: none;
	margin: var(--s-25-clamp) 0 0 0;

	li {
		margin: 0;

		a {
			svg {
				width: 26px;
				height: 26px;
			}
		}
	}
}

/* ============================================== */
/* ================ george styles =============== */
/* ============================================== */

/* ============================================== */
/* ================ responsive styles =========== */
/* ============================================== */

@media (max-width: 1440px) {
	.site-container {
		max-width: 1300px;
	}
}

/*end*/

@media (max-width: 1300px) {
	.site-container {
		max-width: 1200px;
	}

	.post-single-header::after,
	.site-hero::after,
	.site-header::after {
		height: 50px;
	}
	.timeline__tab-item.active::before {
		right: 89px;
	}
	.timeline__tab-line {
		right: 90px;
	}
	.info-block-image figure img.second-img {
		bottom: -6%;
	}
}

/*end*/

@media (max-width: 1200px) {
	.nav-tools .nav-cta .site-button a {
		font-size: 13px;
	}
	.nav-tools .nav-lang a {
		font-size: 13px;
	}
	.hero-caption h1 {
		font-size: 52px;
	}
	.info-block-content h2,
	.site-heading h2,
	.page-bottom-cta-content h2,
	.page-header-default h1 {
		font-size: 36px;
	}
	.footer-top {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.site-row-pt70x {
		padding-top: 35px;
	}
	.site-row-pb70x {
		padding-bottom: 35px;
	}
	.site-row-p70x {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.site-row-pt100x {
		padding-top: 35px;
	}
	.site-row-pb100x {
		padding-bottom: 35px;
	}
	.site-row-p100x {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.icon-block-content h4 {
		font-size: 22px;
	}
	.posts-info-block {
		padding-top: 100px;
		padding-bottom: 60px;
	}
	.gallery.simple-image {
		margin-top: 35px;
	}
	.gallery.simple-image .gallery-holder figure {
		height: 400px;
	}
	.page-bottom-cta-image {
		height: 400px;
	}
	.page-header-default {
		padding: 25px 0;
		margin-top: 120px;
	}
	.search-content {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.site-row-pt50x {
		padding-top: 35px;
	}
	.site-row-pb50x {
		padding-bottom: 35px;
	}
	.site-row-p50x {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.post-single-header::after,
	.site-hero::after,
	.site-header::after {
		height: 45px;
	}
	.info-block-image figure img.second-img {
		bottom: -4%;
		left: -10%;
	}
}

/*end*/

@media (max-width: 1100px) {
	.hero-caption {
		width: 100%;
	}
	.hero-caption h1 {
		font-size: 46px;
	}
	.nav-menu ul li a {
		font-size: 14px;
	}
	.nav-tools {
		gap: 10px;
	}
	.nav-tools .nav-cta .site-button a {
		padding: 0 15px;
		font-size: 12px;
	}
	.nav-tools .nav-lang a {
		font-size: 12px;
	}
	.nav-tools .nav-cta .site-button a svg {
		height: 14px;
	}
	.site-button a {
		font-size: 13px;
	}
	.page-bottom-cta-image {
		height: 450px;
	}

	.site-hero::after,
	.site-header::after {
		height: 40px;
	}
	.timeline__tab-item.active::before {
		right: 79px;
	}
	.timeline__tab-line {
		right: 80px;
	}
	.info-block-image figure img.second-img {
		height: 200px;
	}
	.logo-marque__content-item figure {
		height: 45px;
	}
}

/*end*/

@media (max-width: 1024px) {
	.hero-caption h1 {
		font-size: 42px;
	}
	.info-block-content h2,
	.site-heading h2,
	.page-bottom-cta-content h2,
	.page-header-default h1 {
		font-size: 32px;
	}
	.footer-logo svg {
		height: 70px;
	}
	.post-details {
		padding: 15px;
	}
	.post-image figure {
		height: 250px;
	}
	.hero-image figure,
	.hero-video {
		height: 450px;
	}
	.site-header__inner {
		padding: 25px 0;
	}

	.main-footer::before {
		top: -50px;
	}
	.post-single-header::after,
	.site-hero::after,
	.site-header::after {
		height: 35px;
	}
	.page-bottom-cta::before {
		height: 75px;
		top: -32px;
	}
	.info-video-image figure {
		left: -5%;
	}
	.info-video-content br {
		display: none;
	}
	.product-block__item-image figure {
		height: 300px;
	}
	.about-mini-block__content figure {
		height: 50px;
		min-width: 50px;
	}
	.cta-caption {
		width: 70%;
	}
	.cta-image {
		height: 480px;
	}
	.gallery .gallery-item-video,
	.gallery .gallery-item figure {
		height: 260px;
	}
	.gallery-holder.gallery-holder-12-column .gallery-item .gallery-item-video {
		height: 542px;
	}
	.post-single-text .gallery {
		grid-template-columns: repeat(3, 1fr);
	}
	.timeline__tab-item.active::before {
		right: 74px;
	}
	.timeline__tab-line {
		right: 75px;
	}
	.gistro-block__image figure {
		height: 300px;
	}
	.info-block-image figure img.second-img {
		bottom: -5%;
		left: -8%;
		height: 180px;
	}
	.about-mini-block__content p {
		text-align: center;
	}
	.about-mini-block__content p br {
		display: none;
	}
	.product-grid.product-grid-second-style {
		grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	}
	.product-grid.product-grid-second-style .product-grid__item-image figure {
		height: 270px;
	}
	.step-block__item {
		min-height: 200px;
	}
	.icons-block .icons-block-list {
		grid-template-columns: repeat(12, 1fr);
	}
	.icon-block-item {
		grid-column: span 4;
	}
	.icon-block-item:nth-last-of-type(1) {
		grid-column: 7 / 11;
	}
	.icon-block-item:nth-last-of-type(2) {
		grid-column: 3 / 7;
	}
	.icons-block.icons-block-second-style .icon-block-item {
		grid-column: auto;
	}
	.location-block__image figure {
		height: 305px;
	}
}

/*end*/

@media (max-width: 768px) {
	.nav-cta,
	.nav-menu {
		display: none;
	}
	.nav-tools-mobile {
		display: block;
	}
	.gallery.simple-image .gallery-holder figure {
		height: 350px;
	}
	.home-posts .site-col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.home-posts .site-row .site-col-4:nth-child(1),
	.home-posts .site-row .site-col-4:nth-child(2) {
		margin-bottom: 30px;
	}
	.info-block-content {
		padding-right: 0;
	}
	.home-posts .site-post .post-image figure {
		height: 300px;
	}
	.posts-page .site-col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		text-align: center;
	}
	.footer-top .site-col-2,
	.footer-top .site-col-3,
	.footer-top .site-col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 30px;
		text-align: center;
	}
	.footer-top .site-row .site-col-6:nth-child(4),
	.footer-top .site-row .site-col-3:nth-child(5),
	.footer-top .site-row .site-col-3:nth-child(6) {
		margin-top: 0;
	}
	.footer-text p {
		width: auto;
	}
	.footer-social-block ul {
		justify-content: center;
	}
	.footer-top .site-col-offset-1 {
		margin-left: 0;
	}
	.footer-top {
		padding-bottom: 0;
	}
	.footer-navigation h4 {
		margin-bottom: 15px;
	}
	.posts-page .post-details {
		padding: 0 20px;
	}
	.posts-page .post-title h4 {
		font-size: 24px;
	}
	.posts-info-block .info-block-holder .info-block-content h1 {
		font-size: 32px;
	}
	.related.posts .posts-loop {
		gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
	.hero-caption {
		text-align: center;
	}
	.info-block-content .info-block__buttons {
		flex-direction: column;
	}
	.info-block-content h2 br {
		display: none;
	}
	.hero-info-item {
		justify-content: center;
	}
	.page-header-default {
		margin-top: 105px;
	}
	.page-header-desc {
		padding-top: 10px;
	}

	.nav-logo {
		width: 50%;
	}
	.nav-tools {
		width: 25%;
	}
	.nav-logo,
	.nav-logo a,
	.nav-logo img {
		height: 50px;
	}
	.post-single-header::after,
	.site-hero::after,
	.site-header::after {
		height: 30px;
	}
	.post-single-header,
	.site-header {
		height: 80dvh;
		margin-top: 55px;
	}
	.site-hero__background-image {
		height: 80dvh;
	}
	.site-hero__content {
		top: 50%;
		text-align: center;
	}
	.site-header__caption {
		text-align: center;
	}
	.site-header__caption .site-button,
	.site-hero__btn {
		justify-content: center;
	}
	.icons-block.icons-block-second-style .icon-block-item {
		grid-column: auto;
	}
	.info-video-image figure {
		height: 160px;
		left: -7%;
	}
	.mini-block__content {
		text-align: center;
	}
	.post-link a,
	.mini-block__images {
		justify-content: center;
	}
	.mini-block__images figure {
		width: 100px;
		height: 100px;
	}
	.cta-caption {
		top: 50%;
		bottom: auto;
		width: 80%;
		transform: var(--transform-50-50);
	}
	.cta-image {
		height: 400px;
	}
	.product-block__item-image figure {
		height: 250px;
	}
	.contact-block {
		align-items: center;
	}
	.gallery .gallery-item-video,
	.gallery .gallery-item figure {
		height: 200px;
	}
	.gallery-holder.gallery-holder-12-column .gallery-item .gallery-item-video {
		height: 418px;
	}
	.page-bottom-cta::before {
		height: 55px;
		top: -25px;
	}
	.post-single-text .site-col-8 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.post-single-text .site-col-offset-2 {
		margin-left: 8.333333%;
	}
	.post-single-text .gallery {
		grid-template-columns: repeat(3, 1fr);
	}
	.timeline__tab {
		grid-column: span 3;
	}
	.timeline__list {
		grid-column: span 9;
	}
	.timeline__tab-item.active::before {
		right: 54px;
	}
	.timeline__tab-line {
		right: 55px;
	}
	.step-block__item {
		flex-direction: column;
		text-align: center;
		min-height: 250px;
	}
	.info-block-content p br {
		display: none;
	}
	.gistro-block__image figure {
		height: 250px;
	}
	.info-block-image figure img.second-img {
		left: -12%;
		height: 150px;
	}
	.product-grid.product-grid-second-style .product-grid__item-image figure {
		height: 220px;
	}
	.product-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.product-grid__item {
		text-align: center;
	}
	.page-bottom-cta-content p br,
	.product-grid__item-info br {
		display: none;
	}
	.product-grid__item-image figure {
		height: 170px;
	}
	.site-button a {
		height: 45px;
	}
	.icons-block.icons-block-second-style .icons-block-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

/*end*/

@media (max-width: 576px) {
	.posts-page .site-col-4,
	.info-video-holder .site-col-6,
	.points-info-block-holder .site-col-6,
	.info-block-holder .site-col-6,
	.home-posts .site-col-4,
	.footer-top .site-col-3,
	.footer-top .site-col-2,
	.footer-bottom .site-col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-top .site-col-3:nth-of-type(2),
	.footer-top .site-col-3:nth-of-type(3) {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.hero-caption h1 {
		font-size: 32px;
	}
	.hero-caption h1 br,
	.hero-caption p br,
	.site-heading p br,
	.info-block-content h2 br,
	.site-heading h2 br,
	.page-bottom-cta-content h2 br {
		display: none;
	}
	.info-block-content h2,
	.site-heading h2,
	.page-bottom-cta-content h2,
	.page-header-default h1 {
		font-size: 26px;
	}
	.info-block-image {
		height: auto;
	}
	.points-info-block-holder .site-row,
	.info-block-holder .site-row {
		flex-direction: column-reverse;
	}
	.info-block-content h2 {
		margin: 0 0 20px 0;
	}
	.home-posts .site-post .post-image figure {
		height: 250px;
	}
	.home-posts .site-col-4:first-of-type {
		margin-bottom: 30px;
	}
	.home-posts .site-post .post-title h2 {
		font-size: 18px;
	}
	ul.marquee-content {
		grid-template-columns: repeat(3, 1fr);
	}
	.marquee-content li figure img {
		max-width: 65%;
	}
	.marquee-content li figure {
		height: 70px;
	}
	.marquee-content li {
		padding: 10px 0;
	}
	.page-bottom-cta-content {
		max-width: 100%;
	}
	.page-bottom-cta-content h2 br,
	.page-bottom-cta-content p br {
		display: none;
	}
	.page-bottom-cta-content .page-bottom-cta-button a {
		height: 45px;
		padding: 0 25px;
	}
	.page-bottom-cta-image {
		background-position: 100% 100%;
	}
	.main-footer {
		text-align: center;
	}
	.footer-social-block ul {
		justify-content: center;
	}
	.footer-links {
		gap: 10px;
		margin-top: 15px;
		flex-direction: column;
	}
	.footer-links a:first-of-type {
		border: none;
		padding: 0;
	}
	.icons-block.icons-block-second-style .icons-block-list .icon-block-col {
		padding: 20px;
	}
	.icons-block.icons-block-second-style .icon-block-image img {
		width: 40px;
		height: 40px;
	}
	.icon-block-content h4 {
		font-size: 20px;
	}
	.reviews-block .swiper-button-prev {
		left: -10px;
	}
	.reviews-block .swiper-button-next {
		right: -10px;
	}
	.icons-block-list {
		gap: 10px;
	}
	.images-carousel-holder {
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}
	.images-carousel .images-carousel-item figure {
		height: 150px;
	}
	.icons-block.icons-block-third-style .icons-block-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.icons-block.icons-block-third-style .icons-block-list .icon-block-col {
		padding: 20px;
	}
	.images-carousel-holder {
		grid-template-columns: repeat(3, 1fr);
	}
	.images-carousel .images-carousel-item figure {
		height: 100px;
	}
	.images-carousel .images-carousel-item figure img {
		border-radius: 15px;
	}
	.related.projects h2 {
		font-size: 28px;
	}
	.posts-page .post-item .post-details-holder {
		flex-direction: column !important;
	}
	.posts-page .post-image,
	.posts-page .post-details {
		width: 100%;
	}
	.posts-page .post-image figure {
		height: 250px;
	}
	.posts-page .post-details {
		padding: 15px 0 0;
	}
	.posts-page .post-title h4 {
		font-size: 20px;
	}
	.posts-info-block {
		padding-top: 70px;
		padding-bottom: 35px;
	}
	.posts-info-block .info-block-holder .info-block-content h1 {
		font-size: 24px;
	}
	.posts-info-block .info-block-holder .info-block-image {
		height: 300px;
	}
	.posts-info-block .info-block-holder .site-row {
		flex-direction: row-reverse;
	}
	.related.posts h2 {
		font-size: 28px;
	}
	.related.posts .posts-loop {
		grid-template-columns: repeat(1, 1fr);
	}
	.posts-item .posts-item-image figure {
		height: 250px;
	}
	.related.posts .posts-loop .posts-item .posts-item-caption {
		padding: 15px;
	}
	.posts-item .posts-item-caption h3 {
		font-size: 20px;
	}
	.contact-page-social-block {
		margin-bottom: 35px;
	}
	.contact-block-item {
		margin-bottom: 20px;
	}
	.contact-block-content h4 {
		font-size: 20px;
	}
	.site-contact-form .site-col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.site-contact-form-select {
		margin-bottom: 20px;
	}
	.search-form {
		width: 100%;
	}
	.hero-video {
		height: 250px;
	}
	.icon {
		width: 18px;
		height: 18px;
	}
	.nav-search a {
		width: 30px;
		height: 30px;
	}
	.nav-search svg {
		height: 15px;
	}
	.hero-caption {
		text-align: center;
	}
	.hero-caption p {
		margin-bottom: 20px;
	}
	.mobile-space-x25 {
		margin-bottom: 25px;
	}
	.custom-button.text-right {
		text-align: left;
		justify-content: center;
		margin-top: 15px;
	}
	.page-header-default {
		margin-top: 89px;
	}
	.page-bottom-cta-content {
		max-width: 100%;
	}
	.page-bottom-cta-content .page-bottom-cta-button {
		flex-direction: column;
	}
	.footer-links a::after {
		content: none;
	}
	.search-header form input {
		height: 35px;
	}
	.search-close::before,
	.search-close::after {
		height: 15px;
	}
	.page-header-default {
		padding: 15px 0;
	}
	.page-breadcrumbs a,
	.page-breadcrumbs span {
		font-size: 13px;
	}
	.page-header-default h1 {
		margin-top: 10px;
	}

	.post-single-header,
	.site-header,
	.site-hero__background-image {
		height: 60dvh;
	}
	.main-footer::before {
		top: -10px;
	}
	.post-single-header::after,
	.main-footer::before,
	.site-hero::after,
	.site-header::after {
		height: 25px;
	}

	.location-block__info-content--desc p br,
	.site-header__caption br,
	.hero-desc p br,
	.contact-block__col h2 br,
	.icons-block-heading p br,
	.icon-block-content p br {
		display: none;
	}
	.gistro-block__content .site-button,
	.location-block__info-content--heading,
	.location-block__item-btn .site-button,
	.post-link-holder a,
	.logo-marque__heading-holder .site-button,
	.product-block__item-btn a,
	.info-video-content .info-video__buttons {
		justify-content: center;
	}
	.info-video-holder .site-row {
		gap: 15px;
	}
	.gistro-block__content,
	.location-block__item-content,
	.location-block__item-heading,
	.contact-block__form h2,
	.contact-block__form h6,
	.contact-block__wrapper,
	.post-details,
	.site-heading,
	.logo-marque__title,
	.product-block__item-info,
	.info-video-content {
		text-align: center;
	}
	.info-video-image figure {
		left: -2%;
		height: 125px;
	}
	.info-video-image video {
		height: 350px;
	}
	.icon-block-item {
		grid-column: span 6;
	}
	.icon-block-item:nth-last-of-type(1) {
		grid-column: span 12;
	}
	.icon-block-item:nth-last-of-type(2) {
		grid-column: span 6;
	}
	.logo-marque__content-item figure {
		height: 35px;
	}
	.logo-marque__content {
		gap: 10px;
	}
	.about-mini-block__icons {
		grid-template-columns: repeat(12, 1fr);
	}
	.about-mini-block__icon-item {
		grid-column: span 6;
	}
	.about-mini-block__content figure {
		height: 45px;
		min-width: 45px;
	}
	.mini-block__images figure {
		width: 80px;
		height: 80px;
	}
	.cta-caption {
		width: 95%;
	}
	.cta-content {
		padding: 10px;
	}
	.cta-image {
		height: 330px;
	}
	.contact-item {
		align-items: center;
	}
	.contact-block__col h2,
	.contact-block__form h2 {
		font-size: var(--font-h2-clamp);
	}
	.location-block__item-btn {
		justify-content: center;
	}
	.location-block__item-btn {
		display: flex;
		width: var(--width-100);
	}
	.gallery .gallery-item-video,
	.gallery .gallery-item figure {
		height: 150px;
	}
	.gallery-holder.gallery-holder-12-column .gallery-item .gallery-item-video {
		height: 315px;
	}
	.gallery-holder {
		gap: 10px;
	}
	.post-single-text .site-col-8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.post-single-text .site-col-offset-2 {
		margin-left: 0;
	}
	.post-single-text .gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.timeline__tab {
		grid-column: span 12;
		flex-direction: row;
	}
	.timeline__list {
		margin-top: 15px;
		grid-column: span 12;
	}
	.timeline__tab-line {
		position: absolute;
		right: auto;
		top: auto;
		bottom: 0;
		width: var(--width-100);
		height: 1px;
		z-index: 1;
		background: rgba(27, 19, 17, 0.25);
		border-radius: var(--border-r-10);
	}
	.timeline__tab-item.active::before {
		content: '';
		position: absolute;
		right: auto;
		top: auto;
		bottom: -1px;
		z-index: 2;
		transform: unset;
		background: var(--main-color);
		height: 4px;
		transition: var(--basic-transition);
		width: var(--width-100);
		border-radius: 3px;
	}
	.timeline__item {
		grid-template-columns: 1fr;
	}
	.timeline__item-image figure {
		height: 300px;
	}
	.points-info-block-content,
	.info-block-content {
		margin-top: 15px;
	}
	.gistro-block__image figure {
		height: 225px;
	}
	.info-block-image figure img.second-img {
		left: -3%;
		bottom: -5%;
		height: 100px;
	}
	.distribution-block__item ul,
	.distribution-block__item {
		text-align: center;
		align-items: center;
	}
	.distribution-block__image figure {
		height: 330px;
	}
	.product-grid {
		grid-template-columns: 1fr;
	}
	.product-grid__item-image figure {
		height: 140px;
	}
	.step-block__item {
		flex: 1;
	}
	.step-block__item:nth-last-of-type(1) {
		min-height: 170px;
	}
	.btn span {
		font-size: 14px;
	}
	.icons-block.icons-block-second-style .icons-block-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.nav-lang ul li {
		font-size: 14px;
		width: 28px;
		height: 28px;
	}
	.location-block__image figure {
		height: 250px;
	}
	.site-contact-form label {
		text-align: left;
	}
	p:has(.wpcf7-submit) {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/*end*/
