:root {
	--green: #CEFF58;
	--green2: #DAFF82;
	--green3:#9AC366;
	--brown: #CEBFA2;
	--blue: #C0E0DB;
	--beige: #F3E7D4;
	--333:#333333;
	--orange:#E27456;
	--222:#F2F2F2;
	--text:#322520;
}
@font-face {
	font-family: 'Roobert';
	src: url('/templates/static/fonts/Roobert-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roobert';
	src: url('/templates/static/fonts/Roobert-SemiBold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
.form-success {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(16, 36, 33, 0.807);
	z-index: 9999999;
	padding: 30px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	font-size: 30px
}
.form-success--wrapper {
	background: white;
	padding: 40px;
}
.form-success--wrapper h3 {
	font-size: 40px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, #footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, claim, hero {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
#footer, header, hgroup, menu, nav, section, claim, hero {
  display: block;
}
html, body {
  height: 100%;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
ol, ul {
  /* list-style: none; */
}

ul,ol {
  padding: 15px;
  padding-left: 23px;
  padding-bottom: 1em;
  padding-top: 0.5em;
}
::marker {
}

ul li, ol li {
	padding-bottom: 6px;
	padding-left: 2px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000000;
  text-decoration: none;
}
/******************************/
html{
scroll-behavior: smooth
}

body {
	font-family: "Roobert", sans-serif;
	font-weight: 500;
	color:var(--text);
}

nav {}

.submenu {
	position: absolute;
	left: 0;
	width: 100%;
	padding-top: 19px;
	border: 1px solid #bebebe69;
	box-shadow: 0px 10px 10px #0000004a;
	background: white;
	/* margin-top: 19px; */
	pointer-events: none;
	opacity: 0;
	transition: all ease 0.5s;
	border-radius: 8px;
	top: 56px;
}

nav {
	background: #ffffff;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
}

.nav-wrap {
	max-width: 1585px;
	padding-left: 30px;
	padding-right: 30px;
	margin: auto;
}

a.button {
	background: whitesmoke;
	border-radius: 8px;
	font-size: 16px;
	padding: 17px 20px;
	color: black;
	display: inline-flex;
	gap: 17px;
}

a.button.gren {}

a.button.green {
	background: var(--green);
}

.nav-menu-right a.button.green {
	font-weight: 600;
}

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

.nav-menu-left {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 42px;
}

.navigace-wrap {
	display: flex;
	gap: 47px;
}

.logo {
	padding: 9px 0px;
	position: relative;
	top: 2px;
}

.menu-item {}

.menu-item a {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 7px;
}

.submenu-flex {
	padding: 10px 30px;
	/* border: 1px solid #bebebe69; */
	/* box-shadow: 0px 10px 10px #0000004a; */
	max-width: 1580px;
	margin: auto;
	border-radius: 8px;
	background: #ffffff;
	display: flex;
	padding-bottom: 24px;
}

.submenu-items.submenu-items-products {
	display: flex;
	gap: 30px;
	width: 75%;
	padding-right: 5%;
	padding-top: 10px;
}

a.submenu-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 33%;
	max-width: 140px;
	max-width: 230px;
}

.submenu-item-perex {
	font-size: 14px;
	line-height: 125%;
}

.submenu-item-title {
	font-weight: 600;
	display: flex;
	gap: 5px;
}

.submenu-text-title {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 24px;
}

.submenu-text-perex {
	line-height: 1.25;
	font-size: 14px;
}

.submenu-text {
	max-width: 200px;
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

a.button.service {
	background: var(--brown);
	border-radius: 40px;
	display: flex;
	justify-content: center;
	padding: 6px 30px;
	font-weight: 600;
	margin-top: 17px;
}

.submenu-text a {
	font-weight: 600;
	font-size: 14px;
}

.submenu-text-perex {
	padding-bottom: 23px;
}

.submenu-item-img {
	margin-bottom: 15px;
}

a.submenu-item > * {
	max-width: 180px;
}

.submenu-item-img img {
	width: 100%;
}
.menu-item:hover > .submenu {opacity: 1;pointer-events: all;}

.submenu:hover {
	opacity: 1;
	pointer-events: auto;
}

.submenu:before {
	/* background: red; */
	width: 100%;
	position: absolute;
	top: -22px;
	height: 22px;
	content: '';
}

a.submenu-item {
	opacity: 0;
	position: relative;
	top: 10px;
	transition: all ease 0.5s;
}

.submenu:hover a.submenu-item {
	opacity: 1;
	top: 0;
}

.menu-item:hover > .submenu a.submenu-item {
	opacity: 1;
	top: 0;
}

a.submenu-item:nth-child(2) {
	transition-delay: 100ms;
}
a.submenu-item:nth-child(3) {
	transition-delay: 200ms;
}

.submenu-items.submenu-items-blog {
	width: 100%;
	max-width: 1080px;
	display: flex;
}

.submenu-items.submenu-items-blog a.submenu-item {
	max-width: 326px;
}

.submenu-items.submenu-items-blog {
	gap: 1%;
}

.submenu-items.submenu-items-blog .submenu-item-img {
	position: absolute;
	max-width: 326px;
	/* aspect-ratio: 326 / 233; */
	margin-bottom: 0;
	left: 0;
	top: 0;
}

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

.submenu-items.submenu-items-blog .submenu-item-title {
	/* position: absolute; */
	color: white;
	position: relative;
}

.submenu-items.submenu-items-blog .submenu-item-perex {
	color: white;
	/* position: absolute; */
	position: relative;
}

.submenu-items.submenu-items-blog a.submenu-item {
	display: flex;
	justify-content: flex-end;
}

.submenu-items.submenu-items-blog a.submenu-item {
	max-width: 326px;
	aspect-ratio: 326 / 233;
	position: relative;
	padding: 20px;
}

.submenu-items.submenu-items-blog img {
	background: white;
	border-radius: 30px;
}

.submenu-items.submenu-items-blog .submenu-item-img img {
	border-radius: 7px;
}

.submenu-items.submenu-items-blog a.submenu-item > * {
	max-width: 100%;
}

.submenu {}

img {
	max-width: 100%;
}

.header-img {
	/* max-width: 1720px; */
	margin: auto;
	width: 100%;
	height: 100%;
	max-height: 968px;
}

h1 {
	font-size: clamp(30px,2.8vw,48px);
	font-weight: 600;
	max-width: 694px;
	/* padding-right: 30px; */
	letter-spacing: -0.018em;
	margin-right: 51px;
	line-height: 115%;
}

header {
	max-height: 968px;
	position: relative;
	/* max-width: 1720px; */
	margin: auto;
	margin-top: 56px;
	min-height: 500px;
}

.header-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* max-width: none; */
	max-height: 968px;
	min-height: 500px;
	display: block;
}

.header-panel-wrap {
	position: absolute;
	bottom: -30px;
	/* background: red; */
	width: 100%;
	max-width: 1720px;
	margin: auto;
	left: 0;
	right: 0;
}

.header-panel {
	background: #ffffff;
	border-radius: 4px;
	display: flex;
	padding: clamp(30px,2.6vw,44px);
	max-width: 1146.5px;
	padding-left: clamp(30px,5.8vw,98px);
	padding-right: clamp(30px,5.8vw,98px);
	width: 100%;
	align-items: center;
	z-index: 1;
}

.header-buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 200px;
}

.header-panel-wrap {
	display: flex;
}

.header-down {
	align-self: center;
	padding: 30px;
}

section#intro {
	background: #636060;
}

.header-buttons a {white-space: nowrap;}

a.button.black {
	background: black;
	color: white;
}

a.button.black img {
	filter: invert(1);
}

.header-buttons a {
	max-width: 200px;
	padding: 17px 22px;
	width: 200px;
}

section#intro {
	max-width: 1720px;
	margin: auto;
}

.intro-buttons {
	display: flex;
}

.big-button {width: 33.333333%;aspect-ratio: 1/0.87;display: flex;align-items: flex-start;flex-direction: column;justify-content: flex-end;gap: 40px;padding: 47px clamp(30px,5.8vw,98px);min-height: 400px;}

.big-button:nth-child(1) {
	background: var(--green2);
}

.big-button:nth-child(2) {
	background: var(--brown);
}

.big-button:nth-child(3) {
	background: var(--blue);
}

h2 {
	font-weight: 600;
	font-size: clamp(30px,2.8vw,48px);
}
.sustainability-panel h2 {
	font-size: clamp(50px,5.9vw,100px);
	line-height: 1.1;
}
.sustainability-panel {
	background: var(--beige);
	padding: 74px clamp(30px,5.8vw,100px);
}

.sustainability-content .perex {
	font-size: 40px;
	line-height: 100%;
	padding-bottom: 134px;
}

.perex-light {
	font-size: 24px;
	color: #626262;
	line-height: 1.15;
	padding-bottom: 42px;
}

.percent-item h3 {
	font-size: 96px;
	font-weight: 500;
}

section#material h2 {
	font-size: 64px;
	letter-spacing: -0.03em;
	color: white;
	max-width: 650px;
	padding-right: 5%;
	width: 50%;
}

.mat-flex-right {
	background: #CEFF58;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 30px;
	width: 60%;
}

section#empower {
	background: #333333;
}

section#empower {}

section#empower h2 {
	font-size: clamp(100px,12.4vw,200px);
	color: white;
	margin: auto;
	line-height: 0.87;
	max-width: 1720px;
	padding: 0 25px;
	letter-spacing: -0.035em;
}

.wrap-empower h2 span {
	position: relative;
	z-index: 1;
}

.empower-swosh {
	position: absolute;
	top: 47%;
	z-index: -1;
	right: 0;
	width: 100%;
	text-align: right;
}

.empower-left {
	color: #EBEDF0;
}

section#values h2 {
	font-size: 100px;
}

.value h3 {
	font-size: 32px;
}

.case-flex:nth-child(2) {
	background: #E27456;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: -webkit-fill-available;
	max-width: 568px;
	padding: 62px;
	width: 100%;
}

a.news-item {
	background: #f2f2f2;
	padding: 22px;
	max-width: 344px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

section#news {padding-top: clamp(100px,13.6%,170px);padding-bottom: 14.4%;}

.news-items {
	display: flex;
	gap: 3.2%;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.news-item-title h3 {
	font-size: 32px;
	color: black;
}

.h2-wrap {
	display: flex;
	gap: 30px;
	padding-bottom: 32px;
}

.bigM {
	font-size: 277px;
	color: black;
}

.green-box {
	background: #9ac366;
	height: 80px;
	max-width: 1525px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.footer-wrap {
	background: #C0E0DB;
}

.case-flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.value {
	aspect-ratio: 1/1;
	border-radius: 8px;
	border: 1px solid #A2A2A2;
	height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
	/* width: 100%; */
	margin-bottom: -1px;
	margin-right: -1px;
	position: relative;
	z-index: 1;
}

span.sub-wrap-flex {
	display: flex;
}

.values {
	display: flex;
	flex-direction: column;
	align-items: center;
}

section#sustainability {
	/* max-width: 1720px; */
	/* margin: auto; */
	overflow: hidden;
}

.main-wrap {
	max-width: 1585px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.sustainability-content {}

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

.percent-item {
	padding: 30px;
	background: #F2F2F2;
	aspect-ratio: 463/274;
	max-width: 463px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 17px;
}

.percent-item p {
	max-width: 160px;
	line-height: 1.2;
}

.perex-light-light {
}

.perex-flex {
	gap: 30px;
	display: flex;
	align-items: flex-start;
}

.perex-flex p {
	max-width: 430px;
	line-height: 1.3;
}

.percents {
	position: relative;
}

.percents:before {
	content: '';
	height: 1px;
	background: #b9b9b9;
	width: 200vw;
	top: 50%;
	position: absolute;
	left: -50vw;
	z-index: -1;
}
.sustainability-content {
	padding-top: 50px;
}
.percents {
	margin-bottom: 48px;
}
section#sustainability {
	padding-bottom: 139px;
}
p {
	/* line-height: 100%; */
}

.mat-flex {
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: flex;
	width: 100%;
	left: 0;
	right: 0;
	max-width: 1585px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
}

.mat-wrap {
	position: relative;
	margin: auto;
	padding: 0px 25px;
}

.mat-wrap-img img {
	width: 100%;
	max-width: 1670px;
	display: block;
}

.mat-flex-right-text {
	background: hsl(0deg 0% 100% / 40%);
	padding: 20px;
	/* max-width: 425px; */
	width: 55%;
}

.mat-flex-right-text p {
	line-height: 125%;
	margin-block-end: 1em;
}

.mat-flex-right-text p:last-child {
	margin: 0;
}

.mat-flex-right-buttons {
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.mat-flex-right-buttons {
	padding: 20px;
}

.mat-flex-right-buttons a.button.black {
	width: 100%;
	max-width: 250px;
	display: flex;
	justify-content: space-between;
}

section#empower {
	padding-top: 240px;
	margin-top: -100px;
}

.wrap-empower {
	border-top: 1px solid #545454;
	/* max-width: 1670px; */
	/* margin: auto; */
	padding-top: 90px;
	padding-bottom: 90px;
}

.empower-flex {
	max-width: 1720px;
	padding: 0 25px;
	display: flex;
}

.empower-left {
	/* max-width: 430px; */
}

.empower-left p {
	line-height: 125%;
}

.empower-left {
	padding-top: 72px;
}

.empower-left a.button.green {
	margin-top: 40px;
}

.empower-left {
	width: 50%;
	padding-right: 5%;
}

.empower-right {
	width: 62.2%;
}

.empower-right {
	position: relative;
}

.empower-right img {
	position: absolute;
	border-radius: 2px;
}

.empower-left p {
	max-width: 430px;
}
.values-flex {
	background: url('/templates/static/m/MAL_p.png');
	background-size: 100%;
}

.values-flex {
	display: flex;
	align-content: space-around;
	padding-top: 240px;
	padding-bottom: 253px;
}

.values-flex-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 78px 0px;
	padding-bottom: 109px;
}

c {}

MAL_p.png .perex {}

.values-flex-left .perex {
	max-width: 330px;
}

.values-flex-left .perex a.button.green {
	margin-top: 20px;
}

section#values {
	padding-top: 83px;
	overflow: hidden;
}

.values-flex-left .perex p {
	line-height: 130%;
}

span.sub-wrap-flex .value:nth-child(1):before {
	content: '';
	height: 1px;
	position: absolute;
	width: 100vw;
	background: #a2a2a2;
	top: 50%;
	transform: rotate(180deg);
	transform-origin: left;
	left: 0;
}

span.sub-wrap-flex .value:nth-child(3):before {
	content: '';
	height: 1px;
	position: absolute;
	width: 100vw;
	background: #a2a2a2;
	top: 50%;
	transform: rotate(180deg);
	transform-origin: right;
	right: 0;
}

.value:after {}

.value:after {
	background: #f3e7d4;
	height: 0%;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-radius: 8px;
	z-index: -1;
	transition: all cubic-bezier(0.59, -0.1, 0.73, 1.23) 1s;
}

.value:hover:after {
	height: 70%;
}

section#case-studies {
	padding: 0px 30px;
}

.case-flex .case-flex:nth-child(1) {
	aspect-ratio: 1127/838;
	width: 80%;
}

.case-flex:nth-child(1) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.case-flex:nth-child(2) img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.case-studes-wrap {
	max-width: 1660px;
}

.case-flex .perex {
	line-height: 140%;
	max-width: 296px;
}

.case-flex h2 {
	width: 100%;
	display: block;
	padding-bottom: 32px;
}

.case-flex a.button.green {
	max-width: 225px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.news-item-number {
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 44px;
}

.news-item-title {
	line-height: 1;
	justify-self: flex-end;
	align-self: flex-end;
}

.news-item-title h3 {
	line-height: 120%;
	letter-spacing: -0.02em;
}

.news-item-img {
	margin-bottom: 10px;
}

.news-item-img img {
	width: 100%;
	display: block;
}

a.news-item {}

.green-box:after {
	content: '';
	position: absolute;
	background: #9bc367;
	height: 100%;
	width: 100vw;
	left: 0;
}

footer {
	overflow: hidden;
	/* padding-bottom: 500px; */
}

.footer-wrap-inner {
	max-width: 1585px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	padding-bottom: 30px;
}

.bigM {
	margin-left: -18px;
	font-weight: 600;
}

.footer-wrap-top {
	padding-top: 56px;
}

.footer-wrap-top-top-flex {
	display: flex;
	border-bottom: 1px solid black;
	padding-bottom: 97px;
}

.footer-wrap-top-top-flex-right-flex-left h3 {
	font-size: 32px;
	padding-bottom: 30px;
}

.footer-wrap-top-top-flex-right-flex {
	display: flex;
	width: 100%;
}

.footer-wrap-top-top-flex-right-flex-left {
	max-width: 230px;
	margin-right: 30px;
}

.footer-wrap-top-bottom-flex-left {
	display: flex;
}

.footer-wrap-top-bottom-flex-item {
	display: flex;
	flex-direction: column;
	width: 25%;
	gap: 20px;
	max-width: 260px;
}

.footer-wrap-top-bottom-flex {
	display: flex;
}

.footer-wrap-top-bottom {
	padding-top: 43px;
	padding-bottom: 43px;
}

.footer-wrap-top-bottom-flex-left {
	width: 80%;
	padding-right: 10%;
}

.footer-wrap-top-bottom-flex-right {
	width: 20%;
}

.footer-wrap-bottom {
	display: flex;
	justify-content: space-between;
}

.footer-wrap-top-top-flex-left {
	width: 50%;
	padding-right: 5%;
}

.footer-wrap-top-top-flex-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 50%;
}

.footer-wrap-top-top-flex-right-flex-left p {
	line-height: 120%;
}

input[type="submit"] {
	background: #ceff58;
	border-radius: 8px;
	font-size: 16px;
	padding: 17px 20px;
	color: black;
	display: inline-flex;
	gap: 17px;
	border: 0;
	width: 100%;
	display: inline-flex;
	text-align: left;
	max-width: 217px;
}

.input {
}

input[type="email"] {
	padding: 16px;
	border-radius: 10px;
	border: 1px solid;
	border-radius: 8px;
	font-size: 16px;
	font-family: inherit;
	width: 100%;
	max-width: 363px;
	background: transparent;
}

.input {
	margin-bottom: 20px;
	width: 100%;
}

.footer-wrap-top-top-flex-right-flex-right {
	width: 50%;
}

.mat-wrap {
	max-width: 1720px;
}

.case-studes-wrap {
	margin: auto;
}

.empower-flex {
	margin: auto;
}

.sustainability-panel {
	max-width: 1720px;
	margin: auto;
}

.percents {
	gap: 2%;
	flex-wrap: wrap;
}

.percent-item {
	width: 32%;
}

.news-items {
	gap: 30px 3.2%;
}

section#empower h2 {
	font-size: clamp(80px, 12vw, 200px);
}

.empower-swosh {
	position: absolute;
	top: 47%;
	z-index: -1;
	right: 0;
	width: 87%;
	text-align: right;
}

.wrap-empower h2 span {
	display: inline-block;
}

.mat-flex {
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 30px;
	max-width: 1635px;
}

.perex {}

a.button.green:hover {
	/* color: white; */
	background: linear-gradient(192deg, #CEFF58 0%, black 60%);
	background-position: 50%;
	background: radial-gradient(#CEFF58, #CEFF58, #aed94b, #aed94b);
	background-position: 100% 100%;
	background-size: 500% 500%;
}

a.button.green:hover img {
	/* filter: invert(1); */
}

a.button {
	transition: all ease 1s;
}

a.button img {
	transition: all ease 0.5s;
}

a.button.green {
	background: var(--green);
	background: radial-gradient(#CEFF58, #CEFF58, #bdec50, #aed94b);
	background-size: 300% 300%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

a.news-item:hover .hidden-perex {
	opacity: 1;
	pointer-events: all;
	height: 100%;
}

.hidden-perex {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #99c366;
	left: 0;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	pointer-events: none;
	opacity: 0;
	transition: all ease 0.5s;
	height: 90%;
	bottom: 0;
	margin: auto;
}

a.news-item {
	position: relative;
}

.hidden-perex-perex {
	line-height: 125%;
}

header.compact h2 {
	font-size: clamp(40px, 3.8vw, 64px);
	letter-spacing: -0.03em;
	padding-bottom: 33px;
}
header.compact .perex {
	font-size: 18px;
	padding-bottom: 25px;
	line-height: 120%;
	margin-top: 3px;
}
header.compact .content {
   color: #626262;
   max-width: 570px;
   line-height: 125%;
}


.crumb {
	color: #626262;
}

header.compact {
	padding-top: 70px;
	max-height: max-content;
	min-height: 360px;
}

.breadcrums {
	padding-bottom: 15px;
}

header.compact {
	min-height: 300px;
}

header.compact .main-wrap {
	padding-bottom: 74px;
}

.big-img-wrap {
	padding: 0 25px;
}

.big-img-wrap img {
	width: 100%;
}

section#team h2 {
	font-size: clamp(40px, 3.8vw, 64px);
	letter-spacing: -0.03em;
	padding-bottom: 35px;
}

section#team {
	padding-top: clamp(100px,10.6%,183px);
}

#team .perex {
	font-size: 24px;
	line-height: 120%;
	/* max-width: 320px; */
	width: 49%;
}

.perex-content-flex {
	display: flex;
	gap: 2%;
}

.perex-content-flex {}

.perex-content-flex .content {
	width: 49%;
	line-height: 125%;
}

#team .perex >* {
	max-width: 320px;
}

.perex-content-flex .content >* {
	color: #626262;
	max-width: 449px;
}

.perex-content-flex {
	padding-bottom: 55px;
}

.team-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 1.4%;
}

.team-list img {,
	max-width: 100%;,
	max-width: 100%;,
	max-width: 100;,
	max-width: 10;,
	max-width: 1;
	max-width: 100%;
	width: 100%;
}

.team-item {
	width: 23.9%;
}

.team-position {
	color: #A6A6A6;
}

.team-name h3 {
	font-weight: 500;
	font-size: 18px;
	padding-bottom: 10px;
}

.team-name {
	padding-top: 25px;
}

.team-item:nth-child(even):before {
	content: '';
	height: 100%;
	width: 1px;
	background: #b6b6b6;
	position: absolute;
	left: -3%;
	border-radius: 100%;
	 top:0;
}
.team-item:nth-child(even):after {
	content: '';
	height: 100%;
	width: 1px;
	background: #b6b6b6;
	position: absolute;
	right: -3%;
	border-radius: 100%;
	top:0;
}
.team-item:nth-child(4):after {
	display:none
}

.team-item {
	position: relative;
	padding-bottom: 15px;
}

.team-list {
	padding-bottom: clamp(100px, 10.7%, 163px);
}
.big-img-wrap {
	margin: auto;
	max-width: 1720px;
}

.big-img-full {
	max-width: 1720px;
}

.big-img-full img {
	width: 100%;
}

section#values.about-page .values-flex {
	padding-top: 90px;
}

section#values.about-page h2 {
	font-size: clamp(40px, 3.8vw, 64px);
	letter-spacing: -0.03em;
	padding-bottom: 35px;
	line-height: 102%;
}

section#values.about-page .values-flex-left {
	padding-top: 0;
}

section#values.about-page .values {
	padding-top: 55px;
}

section#values.about-page .values-flex-left {
	justify-content: flex-start;
}

section#values.about-page .values-flex-left .perex {
	padding-bottom: 244px;
}

section#values.about-page .values-flex-left h3 {
	font-size: 32px;
}

.value h3 {
	padding-bottom: 15px;
}

.big-img-full {
	margin: auto;
}

section#values.about-page .values-flex {
	padding-bottom: clamp(100px,12.3%,188px);
}

section#goals h2 {
	font-size: clamp(40px, 3.8vw, 64px);
	letter-spacing: -0.03em;
}

.main-wrap {}

section#goals {
	background: #cdff58;
}

section#goals .main-wrap {
	padding-top: clamp(100px,9.9%,169px);
}

.golas-stats {
	display: flex;
}

.golas-stats-stats {
	display: flex;
}

.golas-stats-stats {
	position: relative;
}

.golas-stats-stats:before {
	content: '';
	position: absolute;
	top: 14px;
	left: -100vw;
	width: 200vw;
	height: 1px;
	background: #322620;
	z-index: 1;
}

section#goals {
	overflow: hidden;
}

.golas-stats-stat h3 {
	font-weight: 500;
	font-size: clamp(96px,96px,96px);
	margin-top: 57px;
	padding-bottom: 16px;
	letter-spacing: -0.03em;
}

.golas-stats {
	padding-top: 136px;
	padding-top: clamp(50px, 9%, 136px);
}

.golas-stats-stats {
	margin-top: 18px;
}

.golas-stats-stat {
	width: 33.3%;
	padding-right: 3%;
}

.golas-stat-perex {
	max-width: 350px;
	line-height: 120%;
}

.golas-stats-logo {
	width: 35%;
	padding-right: 5%;
}

.golas-stats-stats {
	width: 65%;
}

section#goals {
	padding-bottom: clamp(100px, 11.5%, 197px);
}
.big-img-full img {
	display: block;
}

.golas-stat-perex {
	max-width: 210px;

}


section#environment h2 {
	font-size: clamp(40px, 3.8vw, 64px);
	letter-spacing: -0.03em;
	padding-bottom: 154px;
}

.environment-flex-left {
	padding-top: clamp(100px, 11.3%, 172px);
	padding-bottom: 10%;
	width: 58%;
	padding-right: 5%;
}

.environment-item h3 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 9px;
	padding-bottom: 35px;
}

.environment-item {
	width: 48%;
}

.environment-item .perex {
	line-height: 120%;
	max-width: 331px;
}

.environment-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 4%;
}

.environment-flex {
	display: flex;
	max-width: 1585px;
	flex-wrap: wrap;
	align-items: center;
	margin: auto;
}

.environment-flex-right {
	width: 42%;
	height: -webkit-fill-available;
	aspect-ratio: 668/1034;
}

section#environment {
	position: relative;
}

.environment-flex-right img {
	height: 100%;
	object-fit: cover;
	/* width: 100%; */
	position: absolute;
	right: 0;
	max-width: 668px;
}

section#environment {
	margin-bottom: 100px;
}
section#environment .main-wrap {
	padding: 0;
	max-width: 100%;
	position: relative;
}

.environment-flex-left {
	padding-left: 30px;
}

section#empower.subpage {
	padding-top: 167px;
}

section#empower.subpage .wrap-empower {
	padding-top: 63px;
}

.empower-left > * {
	max-width: 430px;
}
.empower-left h4 {
	font-size: 24px;
	font-weight: 500;
}
.empower-left p {
	margin-block-end: 1.5em;
}

section#guiding h2 {
	font-size: clamp(40px, 3.8vw, 64px);
	letter-spacing: -0.03em;
	padding-bottom: 50px;
}

.guiding-item {
	background: #f2f2f2;
	padding: 30px;
}

.guiding-number {
	background: #DAFF82;
	height: 37px;
	min-width: 37px;
	width: max-content;
	display: flex;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
}

.guiding-perex {
	font-size: 24px;
	line-height: 120%;
}

.guiding-uptitle {
	color: #626262;
	padding-bottom: 15px;
}

.guiding-uptitle:before {
	content: '';
	height: 7px;
	width: 7px;
	background: #626262;
	display: inline-block;
	border-radius: 2px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 7px;
}

.guiding-list {
	display: flex;
	gap: 2%;
}

.guiding-item {
	height: 424px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

section#guiding {
	padding-bottom: clamp(100px,10%,170px);
	padding-top: clamp(100px, 9%, 160px);
	overflow: hidden;
}

.guiding-list {
}

.guiding-list:before {
	content: '';
	height: 1px;
	width: 200vw;
	background: #b9b9b9;
	position: absolute;
	top: 50%;
	left: -50vw;
	z-index: -1;
}

.guiding-list {
	position: relative;
}


#sisters-menu a {
	font-size: 16px;
	line-height: 120%;
}

#sisters-menu {
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 194px;
	margin-top: 138px;
	gap: 20px;
	height: auto;
	width: 100%;
	max-width: 200px;
	padding-right: 30px;
	margin-left: clamp(0px, calc((100vw - 1585px)/2), 67px);
	/* background: rebeccapurple; */
	padding-bottom: 30px;
}

.sisters-list {
	display: flex;
	top: 0;
	position: relative;
	align-items: flex-start;
}

.sisters-item {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.sisters-item:after {
	content: '';
	height: 1px;
	width: 200vw;
	background: #b9b9b9;
	position: absolute;
	left: -50vw;
	z-index: -1;
	bottom: 0;
}

section#sisters {
	overflow-x: clip;
}

.sisters-item h3 {
	font-size: 48px;
}

.sisters-text {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
	padding-top: 30px;
	padding-bottom: 30px;
	justify-content: center;
	padding-right: 4%;
	width: 55%;
	max-width: 511px;
}

.sisters-text .perex {
	line-height: 120%;
	max-width: 380px;
}

.sisters-item {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
		scroll-margin-block-start: 56px;

}

.sisters-list-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.sisters-text .perex p {
	margin-block-end: 1em;
}

section#sisters .main-wrap {
	max-width: 1720px;
}

.sisters-img {
	width: 45%;
}

div#sisters-menu a:hover {
	text-decoration: underline;
	text-decoration-color: #ceff58;
	text-decoration-thickness: 3px;
}

section#material.blue {
	padding-top: 30px;
}

section#material.blue .mat-flex-right {
	background: #c0e0db;
}

h2 {}

section#ready .main-wrap {
	max-width: 1705px;
	display: flex;
	justify-content: flex-end;
	position: relative;
	/* aspect-ratio: 16/8.7; */
	height: 100vh;
	max-height: 920px;
}

#ready h2 {
	font-size: clamp(40px, 3.8vw, 64px);
	letter-spacing: -0.03em;
	padding-bottom: 36px;
}

.ready-cont .perex {
	font-size: 18px;
	max-width: 430px;
	line-height: 125%;
}

.ready-bottom h3 {
	font-size: 40px;
	font-weight: 500;
	padding-bottom: 20px;
}

.ready-bottom-flex {
	display: flex;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.ready-bottom-flex-img {
	margin-right: 15px;
}

.ready-bottom-flex-text {
	font-size: 18px;
}

.ready-bottom-text-title {
	padding-bottom: 3px;
}

.ready-cont {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	justify-content: space-between;
	height: 100%;
}

.ready-wrap {
	background: #ceff58;
	border-radius: 8px;
	padding: 50px 60px;
	position: relative;
	min-height: calc(100% - 60px);
	margin: 30px;
	width: 50%;
	max-width: 729px;
}

section#ready {
	margin-top: clamp(100px,10%,170px);
	margin-bottom: clamp(100px, 10%, 170px);
}

.ready-img img {
	position: absolute;
	width: calc(100% - 60px);
	height: 100%;
	object-fit: cover;
	left: 30px;
	top: 0;
}

section#benefits .swiper {
	overflow: visible;
}

section#benefits {
	overflow-x: clip;
	padding-bottom: clamp(100px, 10%, 170px);
	padding-top: clamp(100px, 11%, 176px);
}
.swiper-slide.guiding-item {
	height: 424px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

section#benefits .guiding-list {
	gap: 0;
}
.h2-flex h2 {
	font-size: 16px;
	color: #626262;
	font-weight: 500;
	width: 100%;
	max-width: 515px;
}
.h2-flex {
	display: flex;
	gap: 30px;
	padding-bottom: 73px;
}
.h2-flex-perex {
	max-width: 907px;
	font-size: 40px;
	line-height: 120%;
	margin-top: -3px;
}
.big-img-full.wrap {
	max-width: 1720px;
	padding: 0 30px;
}
.big-img-full.wrap img {
	width: 100%;
	border-radius: 8px;
}
.feature-row.first {
	font-size: 24px;
	border-bottom: 1px solid #000000;
}
.feature-col {
	font-size: 14px;
	border-left: 1px solid #d2d2d2;
	padding: 17px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.feature-col.first {
	font-size: 16px;
	color: black;
}
.feature-row.first .feature-col {
	font-size: 24px;
}
.feature-row {
	display: flex;
	border-bottom: 1px solid #d2d2d2;
}
.feature-col.first {
	border: 0;
}
.feature-col.first {
	text-align: left;
	justify-content: flex-start;
	padding-left: 0;
}
.feature-row.first .feature-col:nth-child(2) {
	border: 0;
}
section#features {
	padding-bottom: 150px;
}
.header-compact-h2flex h2 {
	max-width: 790px;
}
.header-compact-h2flex {
	display: flex;gap: 7%;
}
.header-compact-h2flex .perex {
	max-width: 330px;
}

.product-item-img {
	background: #ecebe9;
	border-radius: 8px;
	aspect-ratio: 494/513;
	max-width: 494px;
	padding: 10px;
	padding-bottom: 0;
	display: flex;
	align-items: flex-end;
	position: relative;
	justify-content: center;
	margin-bottom: 27px;
}

.product-list {
	display: flex;
	gap: 30px 1.4%;
}

.product-item-img a.button.green {
	position: absolute;
	align-self: end;
	margin-bottom: 20px;
	width: 100%;
	max-width: 250px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 7px 12px rgb(0 0 0 / 15%);
}

.product-item-title h3 {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
}

.product-item-text {
	font-size: 14px;
	text-align: center;
}

section#products {
	padding-bottom: clamp(100px,7%,120px);
}

.masonry-all {
	max-width: 1720px;
	margin: auto;
	border-radius: 8px;
	overflow: hidden;
}

.masonry-row-first {}

.masonry-row-first .masonry-row-col:nth-child(1) {
	background: #282828;
	position: relative;
	overflow: hidden;
	color: white;
	padding-left: 100px;
	padding-left: clamp(30px, calc((100vw - 1524px) / 2), 97px);
	aspect-ratio: 1/0.785;
	padding-top: 47px;
	width: 100%;
	max-width: 720px;
}

.masonry-row-first .masonry-row-col:nth-child(1) .maso-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

.masonry-row-col {
	padding: 30px;
}

.masonry-row-first {
	display: flex;
}

.maso-img {
	width: 130%;
	height: 130%;
	position: absolute;
	left: 0;
	top: -20%;
}

.masonry-all h2 {
	font-size: clamp(40px, 3.8vw, 64px);
	/* background: red; */
	padding-bottom: 22px;
}

.masonry-row-second {
	padding: 58px;
	padding-left: clamp(30px, calc((100vw - 1524px) / 2), 97px);
	background: #99c366;
	padding-top: 50px;
	padding-bottom: 70px;
}

.masonry-row-second h2 {
	max-width: 1020px;
	padding-bottom: 0;
}

.maso-text {
	max-width: 500px;
}

.masonry-row-first .masonry-row-col:nth-child(2) {
	padding: 0;
	background: whitesmoke;
	display: flex;
	flex-direction: column;
	max-width: 340px;
}

.masonry-row-row {
	height: 100%;
	padding: 30px;
	/* display: flex; */
	/* gap: 30px; */
	/* flex-direction: column; */
	/* justify-content: space-between; */
}

.masonry-row-row:nth-child(1) {
	background: #ceff58;
}

.masonry-row-row:nth-child(2) {
	background: #beded9;
}

.masonry-row-row .maso-text {
	display: flex;
	gap: 30px;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.maso-perex {
	font-size: 16px;
	line-height: 120%;
}

h2 {
	letter-spacing: -0.02em;
}

.masonry-row-first .masonry-row-col:nth-child(3) {
	background: #d6b568;
	max-width: 301px;
}

.masonry-row-first .masonry-row-col:nth-child(3) .maso-perex {
	font-size: 24px;
	letter-spacing: -0.02em;
}

.masonry-row-first .masonry-row-col:nth-child(4) {
	background: #e27456;
	max-width: 359px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.masonry-row-first .masonry-row-col:nth-child(4) .maso-perex {
	font-size: 24px;
	max-width: 270px;
}

section#masonry {
	padding-bottom: 170px;
	padding-top: 15px;
}

section#faq {
	background: #f3e7d4;
	padding-top: 73px;
	padding-bottom: 100px;
}

section#faq {}

section#faq h2 {
	font-size: clamp(40px, 3.8vw, 64px);
	max-width: 320px;
	padding-bottom: 30px;
}

.faq-flex-left {
	font-size: 18px;
	width: 50%;
	padding-right: 10%;
}

.faq-flex {
	display: flex;
}

.faq-flex-right {
	width: 50%;
	max-width: 750px;
}

.faq-header {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: space-between;
	border-top: 0.9px solid #322620;
	padding-bottom: 20px;
	padding-top: 20px;
	cursor: pointer;
	transition: border ease 1s;
}

.faq-flex-right {
	padding-top: 173px;
}

.faq-header span {
	display: none;
}

.faq-header h3 {
	font-size: 16px;
}

.faq-content {
	/* border-bottom: 0.9px solid #322620; */
	padding-bottom: 30px;
	transition: border ease 0.5s;
	padding-right: 64px;
}

.faq-header.ui-state-active {
	/* border-bottom: 0.9px solid #32262000; */
}

.faq-header.ui-state-active svg {
	transform: rotateX(180deg);
}

.faq-header svg {
	transition: all ease 0.5s;
}

.faq-header:hover {
	opacity: 0.8;
}

.faq-content {
	line-height: 150%;
}
.faq-flex-left-perex {
	max-width: 392px;
	line-height: 125%;
	font-size: 18px;
}

section#faq h2 {
	padding-bottom: 44px;
}

.for-item-left h2 {
	font-size: clamp(40px, 3.8vw, 64px);
	max-width: 600px;
}

.uptitle {
	color: #626262;
	padding-bottom: 59px;
}

.letter {
	font-size: 32px;
	font-weight: 600;
	background: #ceff58;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	padding-bottom: 4px;
	margin-bottom: 42px;
}

.for-title h3 {
	font-weight: 500;
	font-size: 24px;
	padding-bottom: 24px;
	letter-spacing: -0.02em;
	line-height: 120%;
}

.for-perex {
	line-height: 125%;
	font-size: 18px;
}

.for-title {
	max-width: 343px;
}
.for-item-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 50px;
	padding: 75px;
	width: 50%;
	padding-right: 5%;
	padding-top: 24px;
	padding-left: clamp(30px, calc((100vw - 1524px) / 2), 97px);
}
.for-item {
	display: flex;
	position: relative;
}
section#for-who .main-wrap {
	max-width: 1720px;
	padding: 0;
}
.for-item-right img {
	display: block;
	height: 100%;
	object-fit: cover;
}
.for-item-right {
	width: 50%;
}
.for-item:after {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 200vw;
	left: -50vw;
	height: 0.9px;
	background: #b9b9b9a1;
}
section#for-who {
	overflow-x: clip;
}
.feature-col {
	line-height: 125%;
}
.feature-col img {
	max-width: 30px;
}

.feature-col.first img {
	max-width: 30px;
	margin-right: 10px;
}

.main-wrap.float {
	position: absolute;
	color: white;
	width: 100%;
	padding-left: clamp(30px,3.9vw,66px);
	padding-top: 66px;
}

.main-wrap.float h2 {
	font-size: clamp(40px, 3.8vw, 64px);
}

.conf-main-img-cont {}

header.compact.product-subpage {
	min-height: auto;
}

header.compact.product-subpage .main-wrap {
	padding-bottom: 47px;
}

header.compact.product-subpage .crumb:first-child {
	color: black;
}

.breadcrums {
	display: flex;
	gap: 10px;
}

header.compact .crumb:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #9c9c9c;
	display: inline-block;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: 9px;
	margin-top: -2px;
}

header.compact .crumb:first-child:before {
	display: none;
}

section#configurator h2 {
	font-size: 32px;
	padding-bottom: 27px;
}

.conf h3 {
	font-size: 16px;
	font-weight: 500;
}

.color.input {
	background: black;
	width: 30px;
	height: 30px;
	border-radius: 100PX;
	border: 3px solid #ffffff;
	/* padding: 10px; */
	outline: 2px solid;
}

.colors {
	display: flex;
	gap: 18px;
}

.conf h3 {
	padding-bottom: 12px;
}

.conf {
	padding-bottom: 18px;
}

.conf-perex {
	font-size: 14px;
	color: #626262;
	max-width: 210px;
	line-height: 128%;
	font-weight: 100;
	padding-bottom: 30px;
}

.colors {
	padding-top: 17px;
}

.addons {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.addons.input {
	background: #e7e6e4;
	aspect-ratio: 1/1;
	height: 164px;
	padding: 17px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	/* justify-content: space-around; */
	width: auto;
	margin-bottom: 9px;
	flex-wrap: nowrap;
}

.addons.input img {
	max-width: 109px;
	height: auto;
}

.addon-title h4 {
	font-weight: 500;
	letter-spacing: -0.03em;
}

.addon-title {
	align-self: baseline;
}

button {}

.conf-submit button {
	background: var(--green);
	background: radial-gradient(#CEFF58, #CEFF58, #bdec50, #aed94b);
	background-size: 300% 300%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 8px;
	font-size: 16px;
	padding: 17px 20px;
	color: black;
	display: inline-flex;
	gap: 17px;
	border: 0;
}

.info-text {
	line-height: 125%;
	max-width: 300px;
	padding-bottom: 52px;
}

.conf-form {
	padding-bottom: 25px;
}

.tech-sheet h3 {
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 16px;
}

.tech-tab {
	color: #626262;
	font-size: 14px;
	display: flex;
	gap: 10px;
	max-width: 492px;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	padding: 11px 0px;
	justify-content: space-between;
	align-items: center;
}

.tech-tab a {
	color: inherit;
}

.tech-tab-ico {}

.tech-tab-ico {
	justify-self: left;
	max-width: 20px;
}

.tech-tab-name {
	justify-self: left;
	width: 100%;
}

a.tech-tab-size {
	justify-self: right;
}

.tech-tab-size {
	justify-content: right;
}

.tech-tab a:hover {
	text-decoration: underline;
}

.color.input:nth-child(1) {
	background: url(/templates/static/m/wood.png);
	background-size: 100%;
	color: #e1be9f;
}
.color.input:nth-child(2) {
	background: #629b5e;
	background-size: 100%;
	color: #629b5e;
}
.color.input:nth-child(3) {
	background: #d86c64;
	background-size: 100%;
	color: #d86c64;
}
.color.input:nth-child(4) {
	background: #4c4b4b;
	background-size: 100%;
	color: #4c4b4b;
}

.configurator {
	display: flex;
}

.conf-left {
	padding-right: 10%;
	width: 50%;
}

.left-ruller {
	height: auto;
	width: 30px;
	/* background: red; */
	border-left: 1px dashed #626262;
	position: relative;
	margin-top: 30px;
}

.conf-right-wrap {
	display: flex;
	position: relative;
}

.left-ruller:after {
	content: '2m';
	background: #ffffff;
	padding: 0px 30px;
	position: absolute;
	top: 50%;
	transform: rotate(-90deg);
	object-position: center center;
	left: -42px;
	margin-top: -8px;
}

.top-ruller {
	position: relative;
	height: 30px;
	/* background: red; */
	width: 100%;
	border-top: 1px dashed #626262;
}

.top-ruller:before {
	content: '2m';
	background: #ffffff;
	padding: 0px 30px;
	position: absolute;
	left: 50%;
	object-position: center center;
	margin-top: -8px;
	margin-left: -37px;
}

.conf-main-img-cont {
	background: #ecebe9;
	position: relative;
	border-radius: 10px;
	padding: 18px;
	padding-bottom: 0;
}
.infowindow {
	position: absolute;
}
.conf-main-img-self {/* margin-top: 10px; */position: relative;}
.infowindow {
	background: white;
	border-radius: 8px;
	padding: 16px 18px;
	/* margin: 18px; */
	bottom: 18px;
	z-index: 1;
	width: 100%;
	max-width: 200px;
}
.infowindow-title {
	font-size: 14px;
	max-width: 130px;
}
.infowindow-options .infowindow-title {
	color: #626262;
	padding-bottom: 11px;
}
.infowindow-top {
	padding-bottom: 28px;
}
.infowindow-checked-option img {
	max-width: 25px;
}
.infowindow-checked-option {
	display: flex;
	align-items: center;
	gap: 8px;
}
.infowindow-options {
	padding-bottom: 17px;
}
.infowindow-options:last-child {
	padding: 0;
}
.conf-right {
	width: 50%;
	max-width: 700px;
}
section#configurator {
	padding-bottom: clamp(100px,10%,170px);
	border-bottom: 1px solid #b9b9b9;
	margin-bottom: 25px;
}
section#products.subpage h2 {
	padding-bottom: 58px;
}
section#products.subpage .product-list .product-item {
	width: 100%;
}
section#products.subpage .product-list .product-item .product-item-img {
	max-width: 100%;
	aspect-ratio: 494 / 459;
}
section#products.subpage {
	padding-bottom: clamp(54px,4%, 100px);
}
.bigM {
	font-size: clamp(100px,20vw,277px);
}
.configurator {
	display: flex;
	justify-content: space-between;
}


//
.for-item {
	background: white;
	border-top: 1px solid #d3d3d3;
}

.for-item:after {
	display: none;
}

.for-list :first-child .for-item {
	border-top: none;
	/* background: red; */
}


section#ready {
	opacity: 1!important;
	background: white;
	margin-bottom: 0;
	padding-bottom: clamp(100px, 10%, 170px);
}

.for-list :last-child .for-item {
	border-bottom: 1px solid #d3d3d3;
}

section#for-who {
	transform: none!important;
}

.for-item {
	border-top: 1px solid #d8d8d8;
}
.for-item {
	background: #ffffff;
}

.for-list :first-child .for-item {
	/* padding-top: 56px; */
}

h2.pin {
	position: fixed;
	transform: none !important;
	opacity: 1 !important;
	top: 99px;
}
.for-item {
	height: 90vh;
}
//

section#sustainability {}

.sustainability-panel .main-wrap {
	padding: 0;
}

.sustainability-panel {
	padding: 74px clamp(30px, 5.8vw, 98px);
}


.submenu-item-title img {
	transition: all ease 0.5s;
	border-radius: 10px;
}

.submenu-item-img img {
	transform: scale(1);
	transition: all ease 0.5s;
}

a.submenu-item:hover .submenu-item-title img {
	background: #c0c0c0;
	border-radius:10px;
	margin-left: 3px;
}

a.submenu-item:hover .submenu-item-img img {
	transform: scale(1.03);

}

.submenu-text a:hover {
	text-decoration: underline;
}

a.button.service:hover {
	text-decoration: none;
	background: #b29f77;
}
section#material {
	z-index: 1;
	position: relative;
}
section#faq {
	opacity: 1!important;
	transform: none!important;
	position: relative;
	z-index: 1;
}

section#news {
	background: white;
	opacity: 1 !important;
	transform: none !important;
	position: relative;
	z-index: 1;
}

header.compact.blog .content {
	font-size:24px;
	color: var(--text);
	max-width: 530px;
}

.filters {
	max-width: 1585px;
	padding: 20px 30px;
	margin: auto;
	display: flex;
	gap: 15px;
}

header.compact.blog .main-wrap {
	padding-bottom: 50px;
}

.filter {}

.filter {
	/* background: whitesmoke; */
	border-radius: 8px;
	font-size: 16px;
	padding: 14px 17px;
	color: black;
	display: inline-flex;
	gap: 17px;
	border: 1px solid #626262;
	transition: all ease 0.5s;
	cursor: pointer;
}

.filter.selected {
	background: #ceff58;
	border-color: #ceff58;
}

.filter:hover {
	background: #b1db4c;
	border-color: #b1db4c;
}
section#blog .main-wrap {
	max-width: 1720px;
}

.blog-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2%;
}
section#blog {
	padding-top: 50px;
}

a.blog-item {
	display: flex;
	width: 49%;
	gap: 20px;
}

a.blog-item {}

.blog-text {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 50%;
	justify-content: space-between;
	padding-right: 3.8vw;
}

.blog-text h2 {
	font-size: 32px;
	line-height: 120%;
	padding-bottom: 30px;
}

a.blog-item {}

.blog-item-img {
	width: 50%;
}

.blog-text a {
	display: flex;
	gap: 5px;
	font-weight: 600;
}
header.compact h2 {
	max-width: 730px;
}

header.compact .perex {
	max-width: 490px;
}
header.compact.detail .perex {
	font-size: 24px;
}
header.compact.detail h2 {
	padding-bottom: 24px;
}
header.compact.detail .main-wrap {
	padding-bottom: 50px;
}

.mini-wrap {
	max-width: 489px;
	line-height: 165%;
}

section#detail-content {
	padding-top: 70px;
	padding-bottom: 70px;
}

.mini-wrap p {
	margin-block-end: 1em;
}

.autor {
	display: flex;
	gap: 80px;
	align-items: center;
}

.person {
	display: flex;
	gap: 10px;
	align-items: center;
}

.autor {
	padding-top: 90px;
	border-top: 1px solid silver;
}


.breadcrumbs-flex {
	display: flex;
	gap: 10%;
	justify-content: space-between;
	align-items: center;
}

.breadcrumbs-person {
	display: flex;
	gap: 100px;
	align-items: center;
}

.breadcrumbs-flex .breadcrums {
	padding: 0;
}

.breadcrumbs-flex {
	padding-bottom: 30px;
}

header.compact.contact h2 {
	max-width: 620px;
	padding-bottom: 73px;
}

header.compact.contact .perex {
	font-size: 24px;
}

header.compact.contact .content.contact {
	color: inherit;
	min-width: 260px;
}

.contact-flex-header {
	display: flex;
	gap: 30px;
	padding-top: 45px;
}

.social-contact {
	max-width: 240px;
	line-height: 125%;
}

.social-contact-hrefs {
	padding-top: 20px;
	display: flex;
	gap: 30px;
}

.social-contact-hrefs a:hover {
	opacity: 0.5;
}

.social-contact-hrefs a {
	transition: all ease 0.3s;
}

section.contact-panel {
	background: #ccfd57;
}

.form-side h3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
}

.form-side h2 {
	font-size: 24px;
	font-weight: 700;
	max-width: 310px;
	padding-top: 40px;
	padding-bottom: 47px;
}

.inputs input {
	font-family: inherit;
	box-sizing: border-box;
	font-size: 16px;
	background: transparent;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid;
	padding: 20px 0px;
	padding-bottom: 15px;
	width: 100%;
}

.inputs {
	display: flex;
	gap: 20px;
	padding-bottom: 14px;
}

.inputs .input {
	max-width: 365px;
}

::placeholder {
	color: inherit;
}

section.contact-panel .main-wrap {
	display: flex;
	max-width: 1720px;
	padding: 0;
	margin: auto;
	justify-content: space-between;
	padding: 0 clamp(30px, 5.8vw, 98px);
	padding-right: 0;
}
.img-side img {
	display: block;
}
section.contact-panel {
	margin-bottom: 10%;
}
.input.check label {
	display: flex;
	align-items: center;
	gap: 8px;
}
.input.check label input {
	margin: 0;
	padding: 0;
	width: auto;
	background: transparent;
}
.input.check {
	max-width: 480px;
	width: auto;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
textarea {
	width: 100%;
	font-family: inherit;
	box-sizing: border-box;
	font-size: 16px;
	background: transparent;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid;
	padding: 20px 0px;
	padding-bottom: 15px;
	width: 100%;
	min-height: 129px;
	max-width: 500px;
}
.form-side {
	padding-right: 30px;
}
.input.textarea label {
	font-size: 18px;
}
.input.textarea {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	margin-bottom: 46px;
}
input[type="submit"] {
	background: #000000;
	border-radius: 8px;
	font-size: 16px;
	padding: 17px 20px;
	color: #ffffff;
	display: inline-flex;
	gap: 17px;
	margin-top: 14px;
}
.form-side {
	padding-bottom: 40px;
	padding-top: 0px;
}
.img-side img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.input.check label input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 5px;
	height: 3px;
	border: 1px solid #000000;
	border-radius: 2px;
	background-color: transparent;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	transition: all 0.2s ease-in-out;
	padding: 8px;
	margin-left: 0;
	/* margin-bottom: 7px; */
}

.inputs.checkboxes {
	flex-wrap: wrap;
	gap: 0 30px;
}

header.compact.contact.servis .perex {
	font-size: 16px;
}

header.compact.contact.servis h2 {
	padding-bottom: 36px;
}

section.contact-panel.servis {
	background: #d6b568;
}
.input.check a {
	text-decoration: underline;
}

.input.check a:hover {
	text-decoration: none;
}

.input.check label input[type="checkbox"]:checked {
	background: #2c2c2c;
	border-color: transparent;
	outline: 1px solid black;
	outline-offset: 2px;
	border-radius: 3px;
}

.popup-form {
	display: block;
position: fixed;
bottom: -100%;
background: #ceff58;
width: 100%;
z-index: 999999;
padding-bottom: 80px;
padding-top: 80px;
opacity: 0;
pointer-events: none;
transition: all ease 0.5s;

}
div#popupform.open {
	opacity: 1;
	bottom: 0;
	pointer-events: all;
}

.popup-form {}

.popup-form .main-wrap {
	display: flex;
}

.popup-form {}

.form-side-left-top h2 {
	font-size: 64px;
	padding-bottom: 41px;
}

.form-side-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.form-side-left-bottom {}

.form-side-left-bottom .social-contact {
	max-width: 360px;
}

.form-side-left-top .perex {
	max-width: 270px;
	font-size: 18px;
	line-height: 125%;
}

.popup-form {}

.popup-form .form-side {
	padding-top: 30px;
	padding-bottom: 0;
}

.close {
	right: 0;
	position: absolute;
	top: -30px;
	transition: all ease 0.3s;
	cursor: pointer;
}

.form-side {
	position: relative;
}

.close:hover {
	opacity: 0.5;
}