: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: 'Haffer';
  src:
	url('/templates/fonts/Haffer-Regular.woff2') format('woff2'),
	url('/templates/fonts/Haffer-Regular.woff') format('woff'),
	url('/templates/fonts/Haffer-Regular.ttf') format('truetype'),
	url('/templates/fonts/Haffer-Regular.otf') format('opentype');
  font-weight: 400;
  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;
	max-width: 450px;
	width: 100%;
}

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

/*tridas*/

body {
	font-family:'Haffer', sans-serif;
	background: #dbdad4;
}

.nav-wrap {
}

nav {
	background: #dbdad4;
	padding: 13px 0;
}

.nav-menu-right-cta-cont a {
	display: flex;
	align-items: center;
	gap: 23px;
}

.header-title {
	padding: 30px;
	max-width: 1412px;
	margin: auto;
	padding-top: 131px;
}

h1 {
	font-weight: normal;
	/* font-size: clamp(30px,4.6vw, 78px); */
	font-size: clamp(30px,4.6vw, 58px);
	line-height: 113%;
	margin: 0;
	max-width: 1070px;
	letter-spacing: -0.01em;
	padding-bottom: 40px;
}

.header-ico {padding-bottom: 40px;}

.header-perex {
	color: #484745;
	line-height: 150%;
	max-width: 370px;
}

.stripe.\35 0w.orange.full-orange.header-anim-left {
	position: absolute;
	/* background: linear-gradient(90deg, #e94d26, #e94d26); */
	background: linear-gradient(90deg, #e94d26, #e94d2600);
	z-index: -1;
	top: clamp(0px,20vw,343px);
	aspect-ratio: 860/327;
	max/width: 5;
	width: 50%;
	left: 0;
	max-height: 327px;
}

.header-anim {
	position: relative;
	margin-top: clamp(-195px,-11.3vw,-50px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.stripe.\35 0w.orange.gradient-orange.header-anim-right {
	position: absolute;
	background: linear-gradient(
270deg, #e94d26, transparent);
	z-index: -1;
	top: 38.4vw;
	top: clamp(0px, 39.7vw, 682px);
	aspect-ratio: 860 / 327;
	right: 0;
	width: 50%;
	max-height: 327px;
}

header.landing {
	height: auto;
	max-height: initial;
}

.plus-wrap {
	/* background: red; */
	width: 100%;
	margin: auto;
	position: absolute;
	padding: 30px;
	max-width: 1329px;
	/* padding-top: 52px; */
	position: absolute;
	/* height: 100%; */
	display: flex;
	/* flex-wrap: wrap; */
	align-items: flex-start;
	flex-direction: column;
	gap: clamp(30px,6vw,125px) 15px;
	/* top: 5.8vw; */
	max-height: 820px;
	width: 90%;
	height: 100%;
	justify-content: space-between;
}

.header-anim-plus {
	background: #D1B5A666;
	border: 1px solid white;
	padding: 20px;
	max-width: 219px;
	line-height: 150%;
	color: white;
	border-radius: 10px;
	padding-top: 11px;
	backdrop-filter: blur(5px);
}

.header-anim-plus-text {
	padding-top: 5px;
}

.header-anim-plus:nth-child(1) {
	align-self: end;
	transform: translateX(-1.8vw);
}

.header-anim-plus:nth-child(3) {
	align-self: end;
	transform: translateX(-7.3vw) translateY(4.8vw);
}

.header-anim-plus:nth-child(4) {
	transform: translateX(16.4vw) translateY(0);
}

.header-anim-img {
	/* background: #00000029; */
}

.header-anim-plus:nth-child(2) {
	transform: translateY(49px);
}

section#logo-stripe {
	margin-top: 74px;
	margin-bottom: 74px;
}

.logo-flex {
	display: flex;
}

.logo-item {
	padding: 30px;
	border: 1px solid #acaca9;
	margin-right: -1px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4/2.4;
}

.main-wrap {
	max-width: 1680px;
}

section#intro {
	background: transparent;
}

.mini-title {
	color: #e94d26;
}

.intro-flex {
	margin-top: 35px;
	display: flex;
	padding-bottom: 55px;
}

h2 {
	font-weight: normal;
}

.intro-flex-left {
	padding-right: 7%;
	max-width: 970px;
}

.intro-flex-right {
	display: flex;
	flex-direction: column;
	gap: 50px;
	align-items: flex-start;
}

.intro-flex-right a {
	color: #e94d26;
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

.intro-flex-right {}

.intro-flex-right .header-perex {
	color: black;
	max-width: 390px;
}

section.list-items {
	padding-top: 9%;
	padding-bottom: 9%;
}

section.list-items {}

section.list-items .main-wrap {
	display: flex;
}

.item-item {
	border: 1px solid #7e7e7e7a;
	padding: 60px 45px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 35px;
	line-height: 150%;
	aspect-ratio: 1/1.29;
	margin-right: -1px;
	width: 100%;
}

.item-item h3 {
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 30px;
	line-height: 125%;
	color: #232221;
}

.item-item div {
	max-width: 280px;
}

section#navrhujeme h2 {
	font-size: clamp(50px,5.3vw,88px);
	max-width: 1170px;
	font-weight: 400;
	line-height: 113%;
	color: #232221;
	padding-bottom: 53px;
}

span.orange {
	color: #e94d26;
}

.perex {
	max-width: 509px;
	font-size: 18px;
	line-height: 150%;
	color: #3c3c3a;
}

section#navrhujeme .perex {
	padding-bottom: 72px;
}

section.banner .main-wrap {
	background: #eeede7;
	max-width: 1620px;
	padding: 102px;
	position: relative;
}

section.banner {}

section#navrhujeme {
	margin-bottom: 30px;
}

.banner-flex {
	max-width: 1360px;
	margin: auto;
	display: flex;
}

.banner-flex-col1 {
	max-width: 830px;
}

h2 {
	font-weight: normal;
}

.banner-flex-col2 {
	width: 40%;
}

.stripe.orange.gradient-orange.banner-stripe-hor {
	background: red;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.stripe.orange.gradient-orange.banner-stripe-ver {
	background: red;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.banner-flex-col1 a {
	color: #e94d26;
	display: flex;
	gap: 15px;
	align-items: center;
}

.banner-flex-col1 h2 {
	padding-bottom: 79px;
	font-size: 48px;
}

.stripe.orange.gradient-orange.banner-stripe-hor {
	background: linear-gradient(
90deg, #e94d26, #eeede7);
	width: 100%;
	aspect-ratio: 328/168;
	height: auto;
	max-width: 328px;
	right: 168px;
}

.stripe.orange.gradient-orange.banner-stripe-ver {
	background: linear-gradient(0deg, #e94d26, #eeede7);
	width: 100%;
	aspect-ratio: 168 / 328;
	max-width: 168px;
	top: 168px;
	height: auto;
	height: calc(100% - 168px);
}


section#resenim {
	padding-top: 7.5%;
}

h2 {}

section#resenim h2 {
	line-height: 116%;
	padding-bottom: 27px;
}

section#nasi-klienti {
	padding-top: 7.4%;
}

.navigace-swiper {
	display: flex;
	gap: 10px;
	padding-top: 27px;
}


section#nasi-klienti .swiper-slide {
	background: #eae9e3;
	padding: 32px;
	max-width: 388px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	aspect-ratio: 1/1.4;
	gap: 15px;
}


section#nasi-klienti .swiper {
	margin-top: 45px;
}

.klient-top {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

.swiper-slide {}

.quote h3 {
	font-size: 32px;
	font-weight: normal;
}

.swiper-slide .perex {
	font-size: 16px;
}

.quote h3 {
	padding-top: 30px;
}

.klient-bottom {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.klient-bottom img {
	width: 16px;
}

.klient-bottom-text-pozice {
	font-size: 14px;
	color: #7E7E7E;
	line-height: 150%;
}

.klient-bottom-text-name {
	padding-bottom: 10px;
}
.klient-top-top {
	display: flex;
	gap: 29px;
	flex-direction: column;
}

.klient-bottom-bottom {
	gap: 44px;
	display: flex;
	flex-direction: column;
}

.quote h3 {
	line-height: 120%;
}
.quote h3 {
	padding-top: 20px;
}
section#nasi-klienti .swiper {
	overflow: visible;
}

section#nasi-klienti {overflow-x: clip;}


section.banner2 {}

section.banner2 .banner-flex {
	max-width: 100%;
}

section.banner2 .banner-flex {
	display: flex;
	align-items: center;
}

section.banner2 .banner-flex-col1 {
	max-width: 810px;
	padding-right: 10%;
}

.stripe.orange.gradient-orange.banner2-stripe-ver-top {
	width: 168px;
	height: 50%;
	position: absolute;
	background: linear-gradient(180deg, #E94D27, transparent);
	right: 8%;
	z-index: -1;
}

section.banner2 .banner-flex-col2 {
	width: 100%;
	aspect-ratio: 1068 / 1044;
	/* background: red; */
}

section.banner2 .banner-flex-col2 img {
	right: 0;
	position: absolute;
	/* max-width: 1118px; */
	aspect-ratio: 1068/877;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right;
}

section.banner2 {
	position: relative;
}

section.banner2 {
	
	max-width: 1720px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.stripe.orange.gradient-orange.banner2-stripe-ver-bottom {
	width: 178px;
	height: 50%;
	position: absolute;
	background: linear-gradient(180deg, #E94D27, transparent);
	right: 14%;
	z-index: -1;
	bottom: 0;
}


section#form .main-wrap {
	background: #eeede7;
	padding: 66px 70px;
	max-width: 1620px;
}

section#form .main-wrap h2 {
	max-width: 460px;
	line-height: 113%;
}

.form-flex {
	border-top: 1px solid #d2d1cd;
	margin-top: 4%;
	padding-top: 2.5%;
}

.form-flex {
	display: flex;
	gap: 5%;
	justify-content: space-between;
}

.form-flex-col1 {
	max-width: 350px;
	line-height: 150%;
	padding-top: 1.2%;
}

.form-flex-col2 {
	max-width: 875px;
	width: 100%;
}

.inputs input, .input input {
	border: 0;
	border-bottom: 1px solid #b6b5b3;
	border-radius: 0;
	padding-left: 0;
	max-width: 420px;
	padding-right: 0;
}

.input {
	margin-bottom: 15px;
}

.inputs {
	padding-bottom: 0;
}

textarea {
	max-width: 100%;
	border-bottom: 1px solid #b6b5b3;
	margin-bottom: 15px;
}

.input.checkbox label {
	display: flex;
	gap: 20px;
}

.input.checkbox label span {
	max-width: 460px;
	line-height: 1.2;
	color: #403f3e;
	font-size: 14px;
}

.form-flex-col2 form {
	width: 100%;
}

::placeholder {
	color: #403f3e;
}

input[type="submit"] {
	background: transparent;
	color: #e94d26;
	background-image: url(/templates/static/t/arr_r.svg);
	background-repeat:no-repeat;
	background-position: right center;
	max-width: 120px;
	border: 0;
}

section#form .main-wrap {
	background: #eeede7;
	padding: 66px 70px;
	max-width: 1620px;
}

section#form .main-wrap h2 {
	max-width: 460px;
	line-height: 113%;
}

.form-flex {
	border-top: 1px solid #d2d1cd;
	margin-top: 4%;
	padding-top: 2.5%;
}

.form-flex {
	display: flex;
	gap: 5%;
	justify-content: space-between;
}

.form-flex-col1 {
	max-width: 350px;
	line-height: 150%;
	padding-top: 1.2%;
}

.form-flex-col2 {
	max-width: 875px;
	width: 100%;
}

.inputs input, .input input {
	border: 0;
	border-bottom: 1px solid #b6b5b3;
	border-radius: 0;
	padding-left: 0;
	max-width: 420px;
	padding-right: 0;
}

.input {
	margin-bottom: 15px;
}

.inputs {
	padding-bottom: 0;
}

textarea {
	max-width: 100%;
	border-bottom: 1px solid #b6b5b3;
	margin-bottom: 15px;
}

.input.checkbox label {
	display: flex;
	gap: 20px;
}

.input.checkbox label span {
	max-width: 460px;
	line-height: 1.2;
	color: #403f3e;
	font-size: 14px;
}

.form-flex-col2 form {
	width: 100%;
}

::placeholder {
	color: #403f3e;
}

input[type="submit"] {
	background: transparent;
	color: #e94d26;
	background-image: url(/templates/static/t/arr_r.svg);
	background-repeat:no-repeat;
	background-position: right center;
	max-width: 120px;
	border: 0;
}

a {}

section#pohled {
	padding-top: 5%;
}

section#pohled h2 {
	font-size: clamp(30px, 2.8vw, 48px);
	color: #232221;
	width: auto;
	padding-right: 30px;
}

section#form {
	margin-bottom: 4.7%;
}

section#pohled {}

section#pohled .h2-flex a {
	display: flex;
	width: auto;
	padding: 0;
	color: #e94d26;
	min-width: 280px;
	gap: 15px;
	align-items: center;
}

.pohled-list {
	margin-top: 40px;
	border-top: 1px solid #acaca9;
	padding-top: 21px;
}

section#pohled .h2-flex {
	padding-bottom: 4px;
}

body {
	color: #232221;
}

a.pohled-item h3 {
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 35px;
}

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

.pohled-item-flex {
	display: flex;
	gap: 15px;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	padding: 45px 30px;
	padding-bottom: 36px;
}

.pohled-item-flex-left {
	max-width: 345px;
	padding-right: 30px;
}

.pohled-item-flex-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}

a.pohled-item:hover {
	background: #eae9e3;
}

.perex {}

a.pohled-item .perex {
	font-size: 16px;
}

.pohled-item-img {
	padding: 10px;
}

a.pohled-item {
	transition: all ease 0.2s;
	cursor: pointer;
}

footer {
	background: #e94d26;
	color: #dbdad4;
}

.footer-wrap {
	max-width: 1680px;
	margin: auto;
	padding: 40px;
	padding-top: 0;
	display: flex;
	padding-bottom: 0;
	background: transparent
}

.footer-wrap-left-left {
	padding-top: 70px;
	padding-bottom: 80px;
}

.footer-wrap-left-left h2 {
	font-size: 32px;
	max-width: 260px;
	padding-top: 58px;
	padding-bottom: 34px;
}

.foo-perex {
	max-width: 340px;
	line-height: 150%;
}

.foo-email {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 15px;
	justify-content: space-between;
	max-width: 330px;
	margin-top: 24px;
	border-bottom: 1px solid #e2947d;
	padding: 10px 0;
}

.foo-email a {
	color: #dbdad4;
}

.footer-wrap-left {
	display: flex;
	border-right: 1px solid #e2947d;
	width: 70%;
	justify-content: space-between;
}

.footer-social {
	border-top: 1px solid #e0937c;
	border-bottom: 1px solid #e0937c;
	/* padding: 40px; */
}

.tir-wrap {
	max-width: 1680px;
	margin: auto;
	padding: 20px 40px;
	display: flex;
	gap: 30px;
}

.footer-social a {
	color: inherit;
}

.tir-social a {
	color: inherit;
}

.footer-wrap-left-right {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.footer-wrap-left-right img:nth-child(2) {
	margin-bottom: 161px;
}

.footer-wrap-right {
	padding: 70px;
	display: flex;
	flex-direction: column;
	width: 50%;
	justify-content: space-between;
	padding-left: 100px;
}

.footer-wrap-right {}

.footer-wrap-left-right img {
	max-width: 100%;
}

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

.footer-wrap-right-top-col {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-right: 30%;
}

.footer-wrap-right-top-col a {
	color: inherit;
}

.footer-wrap-right-bottom-top a {
	color: inherit;
	font-size: 24px;
	display: block;
}

.footer-wrap-right-bottom-top {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-wrap-right-bottom-bottom {
	max-width: 240px;
	line-height: 150%;
}

.footer-wrap-right-bottom {
	display: flex;
	flex-direction: column;
	gap: 29px;
}

section#pohled {
	margin-bottom: 10%;
}

.footer-wrap-left-left {
	position: relative;
}

.nav-wrap {
	max-width: 1680px;
}

/*subpage kartonaz*/

header.subpage {
	height: auto;
	min-height: 0;
	max-height: max-content;
	padding-top: min(11%,88px);
}

.subpage-header h2 {
	font-size: 78px;
}

.subpage-header .intro-flex-right {
	font-size: 24px;
	padding-top: 43px;
}

.subpage-header .intro-flex-right .header-perex {
	max-width: 545px;
	line-height: 125%;
}

.subpage-header .intro-flex-right a {
	font-size: 16px;
}

.subpage-header .intro-flex {
	display: flex;
	justify-content: space-between;
}

/*subpage pristup*/
section#jak-to-u-nas-funguje .swiper-slide {
	background: #eae9e3;
	padding: 32px;
	max-width: 388px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	aspect-ratio: 1 / 1.4;
	gap: 15px;
}

section#jak-to-u-nas-funguje {}

section#jak-to-u-nas-funguje .navigace-swiper {
	padding-bottom: 30px;
}

section#jak-to-u-nas-funguje {
}

section#jak-to-u-nas-funguje .main-wrap h2 {
	border-top: 1px solid #acaca9;
	margin-top: min(10%,76px);
	padding-top: min(3.8%,61px);
	line-height: 110%;
}

section {
	padding-bottom: 30px
}


h2 {}

section.nadpis-perex h2 {
	max-width: 826px;
	line-height: 118%;
	padding-bottom: 33px;
}

section.nadpis-perex {
	/* padding-top: 40px; */
}

section.nadpis-perex {
	padding-bottom: 100px;
}

section.nadpis-perex .perex {
	font-size: 16px;
	max-width: 400px;
}

section#technologie {
	padding-bottom: 5%;
}

section#technologie .main-wrap {
	background: #eeede7;
	max-width: 1620px;
	padding-top: 8.2%;
	padding-bottom: 150px;
}

section#technologie h2 {
	max-width: 1350px;
	margin: auto;
	line-height: 113%;
}

.technologie-flex {
	max-width: 1350px;
	margin: auto;
	display: flex;
	gap: 2%;
	flex-wrap: wrap;
}

.technologie-col {}

.technologie-col h3 {
	color: #e94d26;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 26px;
}

.technologie-col {
	width: 49%;
}

.technologie-col h4 {
	font-size: 32px;
	font-weight: normal;
	line-height: 111%;
	padding-bottom: 22px;
}

.technologie-col .perex {
	font-size: 16px;
	max-width: 390px;
	border-top: 1px solid #b6b5b3;
	padding-top: 20px;
}

.vysledek h3 {
	font-size: 20px;
}

.vysledek {
	padding-top: 65px;
}

.vysledek h4 {
	font-size: 24px;
}

.vysledek {
	line-height: 150%;
	max-width: 391px;
}

.technologie-col img {
	max-height: 420px;
}

section#pouziti-kartonaze h2 {
	max-width: 500px;
}

.pouziti-flex {
	display: flex;
	gap: 5%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pouziti-flex-list-item h3 {
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 25px;
}

.pouziti-flex-list-item .perex {
	font-size: 16px;
	max-width: 410px;
}

.pouziti-flex-list-item {
	padding-bottom: 60px;
	max-width: 410px;
}

.pouziti-flex-list {
	padding-top: 13px;
	padding-right: 10%;
	width: 35%;
}

.pouziti-flex-img {}

.pouziti-flex-img {width: 60%;}

.banner-flex-col2 img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 30vw;
	object-fit: contain;
	object-position: right top;
}


section#faq {
	padding-top: min(10%,142px);
	padding-bottom: min(10%, 170px);
}

.faq-flex {}

.faq-cont {
	margin-top: 0;
	/* background: red; */
	width: 100%;
	max-width: 662px;
}

.faq-cont h3 {
	font-size: 24px;
	font-weight: normal;
}

.acc-head {
	display: flex;
	padding-bottom: 28px;
	border.b: ;
	border.b: 1;
	border-bottom: 1px solid #acaca9;
	padding-top: 28px;
	justify-content: space-between;
	gap: 30px;
	cursor: pointer;
}

.acc-cont {
	/* max-width: 375px; */
	line-height: 150%;
	font-size: 16px;
	border-bottom: 1px solid #acaca9;
	padding-bottom: 20px;
}

.acc-cont > * {
	max-width: 375px;
}

.acc-head span {
	display: none;
}

.acc-head.ui-state-active {
	border: 0;
}

.acc-head.ui-state-active img {
	position: relative;
	transform: rotateX(180deg);
}

.acc-head img {
	transition: all ease 0.3s;
}

section#faq h2 {
	padding-top: 22px;
}


.faq-flex {
	gap: 10%;
}

.form-flex-col1 a {
	color: #e94d26;
}

.form-flex-col1 a:hover {
	text-decoration: underline;
}
section#intro {
	padding-bottom: 9%;
}

section.list-items {
	padding-top: 0;
}

section#pouziti-kartonaze {
	padding-top: 5%;
	padding-bottom: 5%;
}

.technologie-flex {}

section#technologie.pristup .technologie-flex .technologie-col {
	width: 30%;
}

section#technologie.pristup .technologie-flex {
	gap: 5%;
}

section#technologie.pristup .technologie-flex .technologie-col img {
	text-align: center;
	/* width: 100%; */
	/* max-width: 100%; */
	margin-top: -60%;
	height: 150%;
	max-width: 341px;
	width: 100%;
	max-height: inherit;
}

section#technologie.pristup h2 {
	padding-bottom: 7%;
}

.pristup .technologie-col h4 {
	max-width: 360px;
}

.pristup .technologie-col .perex {
	padding-bottom: 27%;
}

section#technologie.pristup .main-wrap {
	padding-bottom: 80px;
}

section#technologie.pristup .technologie-flex .technologie-col:nth-child(2) {
	display: flex;
	justify-content: center;
}

section#intro.subpage-header {
	padding-bottom: 0;
}

.swiper.jaktofunguje {
	overflow: visible;
}


section#jak-to-u-nas-funguje {
	overflow: clip;
	padding-bottom: min(10%,164px);
}

.cislo-top {
	color: #e94d26;
}

section#jak-to-u-nas-funguje .swiper-slide {
	aspect-ratio: auto;
}

.bottom-top-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
}

.bottom-top-top .perex {
	text-align: center;
	padding-bottom: 15px;
}

.bottom-top-top h3 {
	font-size: 32px;
	font-weight: normal;
}

.bottom-top-top img {
	padding-top: 6px;
}

section#jak-to-u-nas-funguje .main-wrap:after {
	width: 100%;
	content: '';
	background: #aaaaa7;
	height: 1px;
	display: flex;
	max-width: 1621px;
	margin: auto;
	margin-top: 62px;
}

.jakou-item {
	background: #eeede7;
	display: flex;
	justify-content: space-between;
}

.jakou-list {
	padding-top: 60px;
	gap: 15px;
	display: flex;
	flex-direction: column;
	padding-bottom: min(9%,140px);
}

.jakou-item-text h3 {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.1;
	padding-bottom: 40px;
}

.jakou-item-text {
	padding: 35px;
	padding-bottom: 55px;
	width: 30%;
}

.jakou-item-text .perex {
	font-size: 16px;
	max-width: 450px;
}

.jakou-item-imgs {
	padding: 30px;
}

.jakou-item-imgs {
	display: flex;
	align-items: center;
	gap: 10%;
	width: 56%;
	justify-content: flex-end;
}

.jakou-item-imgs img {width: 100%;}

.swiper-slide.swiper-slide-active img {
	transform: scale(1.3);
	position: relative;
}

.swiper.coverflow {
	overflow: visible;
}

section.coverflow-gallery {
	overflow: clip;
	padding-top: 10%;
	padding-bottom: min(13.5%,225px);
	margin-top: min(-6%,-100px);
}

.swiper-slide img {
	transition: all linear 0.3s;
}
.swiper.coverflow {
	overflow-x: clip;
}

.text-img-full.onpage .intro-flex-left {
	width: 50%;
}

.text-img-full.onpage .intro-flex-right {
	width: 50%;
}
.subpage-header .intro-flex-right {
	display: flex;
	justify-content: flex-end;
	gap: 40px;
}

section#intro.subpage-header .intro-flex-left {
	padding-bottom: 4.4%;
}

section#intro.subpage-header .intro-flex {
	/* padding-top: 1.4%; */
}

section#intro.subpage-header h2 {
	line-height: 113%;
}

section#intro.subpage-header .intro-flex-right {
padding-bottom: 7px;
}

section#intro.subpage-header h2 {
	font-size: clamp(40px, 4.6vw, 78px);
}
.jak-flex {
	display: flex;
	/* gap: 10%; */
	justify-content: space-between;
}

.jak-flex-item-title {
	font-weight: normal;
	font-size: 32px;
}

.jak-flex-item-title h3 {
	font-weight: normal;
	font-size: 32px;
	line-height: 115%;
}

.rok {
	color: #e94d26;
}

section#jak-jsme-se-dostali .perex {
	font-size: 16px;
}

.jak-flex-item {
	display: flex;
	gap: 80px;
	width: 100%;
	max-width: 800px;
	border-bottom: 1px solid #acaca9;
	margin-bottom: 52px;
	padding-bottom: 52px;
	justify-content: space-between;
}

.jak-flex-item .perex {
	max-width: 371px;
}

.jak-flex-list {
}

.jak-flex-right {
	width: 50%;
}

.jak-flex-left {
	width: 50%;
	max-width: 448px;
	margin-right: 5%;
}

section.big-img {
	padding-bottom: min(10%,170px);
}

section#jak-jsme-se-dostali h2 {line-height: 115%;padding-bottom: 32px;}

section#jak-jsme-se-dostali {
	padding-bottom: 5%;
}


section#intro.subpage-header.onas .intro-flex-left {
	padding-bottom: 0;
}

section#intro.subpage-header.onas .intro-flex {
	margin-bottom: min(2.5%,45px);
}

button.filter.active {
	opacity: 1;
}

button.filter {
	border-radius: 0;
	font-size: 14px;
	padding: 7px 20px;
	background: #115140;
	color: white;
	opacity: 0.7;
	border: none;
}

section#filters .main-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.filters {
	width: auto;
	margin: 0;
}


a.reference-item {
	background: #eeede7;
	display: block;
	padding: 35px;
}

.reference-left-top-cat {
	border-radius: 0;
	font-size: 14px;
	padding: 7px 20px;
	background: #7e7e7e;
	color: #dbdad4;
	opacity: 0.7;
	border: none;
	display: inline-block;
}

.reference-left-mid h3 {
	font-weight: normal;
	font-size: clamp(35px,2.8vw,48px);
	max-width: 680px;
	line-height: 115%;
}

.reference-left {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: space-between;
}

.reference-flex-item {
	display: flex;
	gap: 2%;
	justify-content: space-between;
}

.reference-flex {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-bottom: 4%;
}

.reference-right {
	width: 50%;
	max-width: 766px;
}

.reference-right img {
	height: 100%;
	object-fit: cover;
}
.filter:hover {
	background: black;
}

.pohled-list {
	flex-wrap: wrap;
	gap: 30px 2%;
}

.pohled-list {}

a.pohled-item {
	width: 32%;
}


section#intro.subpage-header.onas .intro-flex-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
section#pohled.subpage {
	padding: 0;
	margin: 0;
}
section#pohled.subpage .pohled-list {
	margin: 0;
}
section#intro.subpage-header.onas .intro-flex {
	min-height: 220px;
}

section#kariera-detail .intro-flex-right img {
	position: sticky;
	top: 80px;
	display: block;
}

section#kariera-detail.subpage-header .intro-flex-right {
	display: flex;
	justify-content: flex-start;
}


.breadcrumbs {
	font-size: 14px;
}

.breadcrumbs {
	display: flex;
	gap: 15px;
}

.breadcrumbs a:first-child {
	color: gray;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	color: #e94d26;
	text-decoration: none;
}

section#kariera-detail .subpage-header h2 {
	max-width: 730px;
}

.highlites {
	border-bottom: 1px solid #acaca9;
	display: flex;
	gap: 15px 14.5%;
	padding-bottom: 20px;
	margin-top: 40px;
}

.highlite-title {
	color: #e94d26;
	padding-bottom: 6px;
}

section#kariera-detail .intro-flex-left a.alone {
	display: flex;
	color: #e94d26;
	align-items: center;
	gap: 16px;
	margin-top: 33px;
}

.content h3 {
	font-size: 48px;
	font-weight: normal;
}

.content {
	padding-top: min(12.2%,62px);
}

.content-acc-head {
	border-bottom: 1px solid #acaca9;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 27px;
	padding-top: 27px;
}

.content-acc-content {
	display: none;
}

section#kariera-detail.subpage-header .intro-flex-right {
	padding-top: 0;
}

section#kariera-detail .content-acc-head span {
	display: none;
}

section#kariera-detail .content-acc-head {
	cursor: pointer;
}

section#kariera-detail .content-acc-head img {
	position: relative;
	transform: rotate(90deg);
}

section#kariera-detail .content-acc-head.ui-state-active img {
	transform: rotate(-90deg);
}

section#kariera-detail .content-acc-content ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	gap: 50px 12%;
	padding-bottom: 9%;
}

section#kariera-detail .content-acc-content ul li {
	list-style: none;
	display: block;
	width: 100%;
	max-width: 310px;
}

section#kariera-detail .content-acc-content {
	padding-top: 55px;
	padding-bottom: 55px;
}

section#kariera-detail .content-acc-content h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 120%;
	padding-bottom: 20px;
}

section#kariera-detail .content-acc-content {
	line-height: 150%;
}

section#kariera-detail .content-acc-content p {
	max-width: 600px;
}

section#kariera-detail {
	padding-bottom: min(5.3%,90px);
}

section#kariera-detail .content {
	max-width: 800px;
}

section#kariera-detail .highlites {
	max-width: 800px;
}

section#kariera-detail section.text-img-full.onpage .header-perex {
	max-width: 400px;
}
section#kariera-detail h2 {
	font-size: clamp(40px, 4.6vw, 78px);
	line-height: 110%;
	max-width: 730px;
}
section#kariera-detail .intro-flex-left {
	width: 100%;
}
section#form {
	scroll-margin-top: 140px;
}

.pohled-item-flex {}

.pohled-list.kariera-list .pohled-item-flex {
	padding-top: 27px;
	padding-bottom: 15px;
}

.pohled-item-flex .mini-title {
	font-size: 14px;
	padding-bottom: 13px;
}

.pohled-list.kariera-list {}

.pohled-list.kariera-list .perex .pomer, .pohled-list.kariera-list .perex .misto {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 16px;
}

.pohled-list.kariera-list .perex .pomer svg, .pohled-list.kariera-list .perex .misto svg {
	width: 20px;
}

.pohled-list.kariera-list .perex {
	display: flex;
	gap: 5px;
	flex-direction: column;
}

.pohled-list.kariera-list {
	padding-bottom: min(7%,100px);
}

.pohled-list.kariera-list h3 {
	padding-bottom: 20px;
}

section.list-items {}

section.list-items .main-wrap {
	display: flex;
	flex-wrap: wrap;
}

section.list-items .main-wrap h2 {
	width: 100%;
	padding-bottom: 70px;
}

section.list-items .main-wrap .item-item {
	width: 25%;
	margin-top: -1px;
}
section#pohled.subpage {
	padding-bottom: min(10%,160px);
}

section#blog-detail {}

section#blog-detail .main-wrap {
	max-width: 800px;
}

section#blog-detail.subpage-header h2 {
	font-size: 48px;
	line-height: 110%;
	padding-bottom: 35px;
}

.blog-detail-header .perex {
	max-width: 600px;
}

section.big-img.subpage-blog {
	padding-bottom: min(7%,70px);
}

section#blog-content .main-wrap {
	max-width: 600px;
	padding-bottom: 70px;
}

section#blog-detail {
	padding-bottom: 55px;
}

section#blog-detail .breadcrumbs {
	padding-bottom: 72px;
}

section#blog-detail .mini-title {
	font-size: 14px;
	padding-bottom: 23px;
}

section#blog-detail.subpage-header .perex {
	font-size: 16px;
}

section#blog-content h3 {
	font-size: 32px;
	font-weight: 400;
	padding-top: 15px;
	line-height: 115%;
}

section#blog-content {
	font-size: 16px;
	line-height: 150%;
}

section#blog-content .main-wrap > * {
	margin-block-end: 1em;
}

section#blog-content h4 {
	font-size: 24px;
	color: #e94d26;
	font-weight: normal;
}
.ext-form {
	background: #dbdad4;
	padding: 45px 35px;
	margin-top: 56px;
}

.ext-form h3 {
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 25px;
}

.ext-form a {
	color: #e94d26;
	display: flex;
	align-items: center;
	gap: 20px;
}
section#reference.reference-more {
	padding-top: min(10%,100px);
	padding-bottom: min(10%, 87px);
}

section#reference.reference-more h2 {
	margin-bottom: 62px;
}

section#reference.reference-more .reference-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px 1%;
}

section#reference.reference-more .reference-flex a.reference-item {
	width: 49.5%;
	padding: 22px;
}

section#reference.reference-more .reference-flex h3 {
	font-size: 24px;
	max-width: 390px;
	padding-right: 5%;
	line-height: 115%;
}

section#reference.reference-more .reference-flex .reference-left {
	width: 60%;
}

section#reference.reference-more .reference-flex .reference-left-top {
	padding-bottom: 8px;
}

section.reference-final-text {
	font-size: 32px;
	color: hsl(0deg 0% 0% / 80%);
}

.inner-wrap {
	max-width: 550px;
	line-height: 118%;
	max-width: 1065px;
	margin: auto;
}

section.reference-final-text {}

section.reference-final-text .main-wrap {
	border-bottom: 1px solid #acaca9;
	padding-bottom: min(10.2%,180px);
}

.inner-wrap > * {
	max-width: 550px;
}

section#reference-content .main-wrap {
	max-width: 1065px;
	margin: auto;
}

section#reference-content .main-wrap > * {
	max-width: 500px;
}

section.big-img.reference-blog {
	padding-bottom: min(2.5%,70px);
}

section#reference-content h3 {
	font-size: 48px;
	font-weight: normal;
	padding-bottom: 0.9em;
	padding-top: 1.5em;
}

section#reference-content > * {
	font-size: 16px;
	line-height: 150%;
	margin-block-end: 1em;
}

section#reference-content {
	padding-bottom: 105px;
}
section#reference-detail .main-wrap {
	max-width: 1074px;
}

section#reference-detail {}

section#reference-detail .blog-detail-header {
	padding-top: 30px;
}

section#reference-detail h2 {
	font-size: clamp(40px,4.6vw,78px);
	line-height: 110%;
}

section#reference-detail {}

section#reference-detail .highlites {
	border: none;
	margin-top: 54px;
	gap: 0;
}

section#reference-detail .highlites .highlite-title {
	border-bottom: 1px solid #acaca9;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #7e7e7e;
}

section#reference-detail .highlites .highlite {
	width: 100%;
	max-width: 300px;
}

section.list-items.reference-items h3 {
	font-size: 48px;
	color: #e94d26;
}

section.list-items.reference-items {}

section.list-items.reference-items .item-item {
	aspect-ratio: 1/1.17;
	padding-bottom: 40px;
}

section.big-imgs-reference {
	padding-bottom: 80px;
}

section.big-imgs-reference {}

.ref-gallery {
	display: flex;
	gap: 15px 2%;
	flex-wrap: wrap;
}

.ref-gallery img {
	width: 100%;
}

.ref-gallery a {
	width: 49%;
}
section#form.contact-page {
	padding-top: min(4%,65px);
}

section#form.contact-page .main-wrap {
	max-width: 1585px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0;
}

section#form.contact-page .main-wrap h2 {
	max-width: 876px;
	font-size: 78px;
}

section#form {}

section#form.contact-page .form-flex {
	border-top: 1px solid #c3c3bf;
}

input[type="tel"] {
	padding: 16px;
	font-size: 16px;
	font-family: inherit;
	background: transparent;
	padding-left: 0;
	width: 100%;
	max-width: 420px;
}

form#contact {}

form#contact .input.textarea {
	margin-bottom: 20px;
}

.input.file label {
	padding-right: 5px;
}

button#falseinput {
	color: #e94d26;
	text-decoration: underline;
	border: 0;
	background: transparent;
	font-size: 14px;
}

.input.file {
	font-size: 14px;
	font-family: inherit;
}

.fileinfo {
	margin-top: 5px;
	color: #7E7E7E;
}

.fileinfo small {
	font-size: 14px;
}

input[type="checkbox"] {
	background: transparent;
	accent-color: #e94d26;
}
button#falseinput {
	cursor: pointer;
}

button#falseinput:hover {
	text-decoration: none;
}

section#contacts {}

section#contacts .main-wrap {
	background: #eeede7;
	padding-top: 69px;
	padding-left: 68px;
	padding-right: 68px;
}

section#form.contact-page {
	margin-bottom: 0;
	padding-bottom: 24px;
}

.kontakty-list {
	border-top: 1px solid #d1d0cc;
	margin-top: 60px;
	padding-top: 54px;
	display: flex;
	gap: 30px 2%;
	flex-wrap: wrap;
	padding-bottom: 80px;
}

.kontakty-item {
	display: flex;
	width: 32%;
	gap: 20px;
}

.kontakty-title {
	font-size: 24px;
	padding-bottom: 24px;
}

.kontakty-pozice {
	font-size: 16px;
	padding-bottom: 10px;
}

.kontakty-text {
	font-size: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.kontakty-text a {
	text-decoration: underline;
}

section#lokace {
	padding-bottom: min(10%,100px);
}

section#contacts {
	padding-bottom: min(10%,115px);
}

section#lokace a {
	display: flex;
	gap: 15px;
	color: #e94d26;
	align-items: center;
	margin-bottom: 55px;
	margin-top: 25px;
}

.kontakty-text {
	line-height: 150%;
}

.kontakty-item {
	gap: 25px;
}
section#contacts .main-wrap {
	max-width: 1620px;
}
section#form.contact-page .main-wrap {
	max-width: 1684px;
}
section#form.contact-page .ext-form {
	background: #eeede7;
}

section#form .form-flex-col1 {
	padding-top: 0;
}

section#form {}

section#form .form-flex-col2 h3 {
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 19px;
}

section#form .form-flex {
	padding-top: 55px;
}

section#form.contact-page .main-wrap h2 {
	font-size: clamp(48px, 4.6vw, 78px);
}

section.banner2 .banner-flex-col2 {
	z-index: 0;
}

section.banner2 .banner-flex-col1 {
	position: relative;
	z-index: 1;
}
.banner-flex-col1 a:hover img,
.intro-flex-right a:hover img,
section#pohled .h2-flex a:hover img{
	margin-left: 5px;
}
.banner-flex-col1 a img,
.intro-flex-right a img,
section#pohled .h2-flex a img{
	transition: all ease 0.3s;
}
section#pohled .h2-flex a:hover,
.banner-flex-col1 a:hover,
.intro-flex-right a:hover {
	text-decoration: underline;
}


.navigace-swiper div {
	cursor: pointer;
}

.navigace-swiper div:hover {
	opacity: 0.5;
}

.navigace-swiper div {
	transition: all ease 0.3s;
}

.nav-menu-right-cta-cont a,
.menu-item a,
.nav-menu-right-cta-cont a img {
	transition: all ease 0.3s;
	position: relative;
}
.nav-menu-right-cta-cont a img {
	 left: 0px;
}

.menu-item a:hover {
	color: #e94d26;
}

.nav-menu-right-cta-cont a:hover {
	color: #e94d26;
}
.nav-menu-right-cta-cont a:hover img {
	left: 5px;
}

.nav-menu-right-cta-cont a {
	gap: 15px;
}

.banner-flex-col1 {
	position: relative;
	z-index: 2;
}

input[type="submit"]:hover {
	text-decoration: underline;
	background-position: 100% center;
}

input[type="submit"] {
	background-position: 90% center;
	transition: all ease 0.3s;
	cursor: pointer;
}

footer a:hover {
	text-decoration: underline;
}

.logo-item img {
	mix-blend-mode: multiply;
}

.logo-item {
	background: #dbdad4;
}
.intro-flex-left {
	width: 100%;
}
.text-img-full h2 {
	line-height: 116%;
}
#gallery {
	max-width: 1680px;
	padding: 30px;
	display: flex;
	margin: auto;
	width: 100%;
	gap: 30px 2%;
	flex-wrap: wrap;
}

#gallery .gallery-item {
	width: 32%;
}

.technologie-col h4 {
	max-width: 450px;
}

.technologie-col img {
	padding-top: 30px;
	padding-bottom: 30px;
	max-height: max-content;
	aspect-ratio: 4/3.4;
	object-fit: contain;
	max-width: 470px;
	width: 100%;
}

.full-img {
	position: relative;
}

.full-img:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30vh;
	width: 50%;
	background: linear-gradient(-87deg, #E94C26, transparent);
}
section#technologie .main-wrap {
	padding-top: min(8.2%,140px);
}


.pouziti-flex-img img {
	width: 100%;
	position: sticky;
	top: 20vh;
}
.pouziti-flex-img {
	width: 63%;
}
.pouziti-flex {
	gap: 2%;
}
.faq-cont h3 {
	line-height: 120%;
}

.acc-cont > * {
	max-width: 535px;
}
header.subpage {
	padding-top: min(11%, 168px);
}
section#jak-to-u-nas-funguje .main-wrap h2 {
	margin-top: min(10%, 44px);
}
.klienti .swiper-slide.swiper-slide-active img,
.jaktofunguje .swiper-slide.swiper-slide-active img {
	transform: scale(1);

}
section#jak-to-u-nas-funguje .swiper-slide {
	text-align: center;
	height: auto;
}

.swiper-top-top {
	text-align: left;
}

section#jak-to-u-nas-funguje .swiper-slide {
	display: flex;
	justify-content: space-between;
}
.bottom-top-top {
	padding-top: 20px;
}
section#jak-to-u-nas-funguje .swiper-slide .perex {
	font-size: 16px;
	min-height: 100px;
}

section#faq {
	padding-top: min(10%, 132px);
	padding-bottom: min(10%, 160px);
}

section.big-img .main-wrap {
	padding-left: 0;
	padding-right: 0;
}

.full-img {}

section.big-img .full-img:after {
	display: none;
}
.intro-flex-left {
	padding-right: 6.3%;
	/* max-width: 970px; */
}

.jak-flex-item:last-child {
	border: 0;
}

section.big-img.reference-blog .main-wrap {
	padding-left: 30px;
	padding-right: 30px;
}

section#reference-content .main-wrap blockquote {
	font-size: 24px;
	max-width: 660px;
	line-height: 120%;
	padding-top: min(4.6%,46px);
	padding-bottom: 20px;
}

section#reference-content {
	padding-bottom: min(10%,95px);
}

section.big-img.reference-blog img {
	width: 100%;
}

section.banner {
	padding-left: 30px;
	padding-right: 30px;
}

/* section.big-img {
	padding-left: 30px;
	padding-right: 30px;
} */
.full-img img {
	width: 100%;
}

.text-img-full.onpage .full-img:after {
	display: none;
}
.kontakty-img {
	background: #dbdad4;
	width: 100%;
	aspect-ratio: 154/172;
	height: auto;
	max-width: 154px;
}

form#newsletter {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

form#newsletter input#field-71 {
	max-width: 100%;
	/* padding: 0; */
	height: auto;
	color: white;
	/* border: 0; */
	padding-left: 6px;
	border: 0;
}

form#newsletter input[type="submit"] {
	padding: 10px;
	margin: 0;
}

form#newsletter input#field-71::placeholder {
	color: #dbdad4;
}

form#newsletter input[type="submit"]:hover {
	margin-right: -3px;
}

form#newsletter input[type="submit"] {
	cursor: pointer;
	width: 40px;
}

.footer-wrap-right-bottom-bottom {
	max-width: 360px;
	line-height: 150%;
}
section#form .kontakty-img {
	aspect-ratio: auto;
	width: auto;
	height: auto;
	background: transparent;
}
.header-title {
	position: relative;
	z-index: 3;
}

.spacer {
	
	z-index: -1;
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 1720/1014;
	max-width: 1720px;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;

}

.header-anim {
	position: absolute;
	top: 0;
	width: 100%;
	margin-top: 0;
}

.header-anim-wrap {
	position: relative;
	margin-top: clamp(-195px, -11.3vw, -50px);
}
.full-img img {
	display: block;
}

section#blog-content h2 {
	line-height: 105%;
}

section#blog-content h4 {
	padding-top: 0.5em;
}

section#blog-content .main-wrap table {
	width: 100%;
	margin-top: 3em;
	margin-bottom: 3em;
}

section#blog-content .main-wrap table td,section#blog-content .main-wrap table th {
	border: 1px solid #c8c8c8;
	padding: 10px;
	width: 1%!important;
	height: auto!important;
}

section#blog-content .main-wrap table th {
	font-weight: bold;
	text-align: left;
}

section#blog-content .main-wrap table tr {
	height: auto!important;
	width: 100%!important;
}

section#blog-content .main-wrap table {
	width: 100%!important;
	height: auto!important;
}

section#blog-content .main-wrap table {
	min-width: 740px;
}

section#blog-content {
	overflow: clip;
}

.table-scroll {
	overflow: scroll;
	width: calc(100% + 60px);
	margin-left: -30px;
	padding-left: 30px;
	padding-right: 30px;
}

div#ext-form {
	padding: 0;
	width: 100%;
	max-width: 830px;
	/* max-height: 90vh; */
}
.fancybox__backdrop {
	background: #ffffffd6;
}


.ext-form a {
	cursor: pointer;
}

.ext-form a img {
	position:relative;
	transition: all ease 0.3s;
	left: 0
}

.ext-form a:hover img {
	left: 5px;
}

section#blog-content .main-wrap h2 {
	padding-top: 1em;
	margin-block-end: 0.5em;
}
section#blog-content .main-wrap h3 {
	padding-top: 1em;
	margin-block-end: 0.5em;
}

section#blog-content .main-wrap table {
	margin-top: 1.5em;
}

section#blog-detail.subpage-header h1 {
	font-size: 48px;
	line-height: 110%;
	padding-bottom: 35px;
}


section#pohled .h2-flex a {
	min-width: min-content;
}


@media (max-width:1240px)
{
   .navigace-wrap {
	gap: 30px;
} 
header.landing h1 {
	max-width: 80vw;
}
}
@media (max-width:1140px)
{
.logo img {
	max-width: 140px;
}
header.landing h1 {
	max-width: 800px;
}
.navigace-wrap {
	gap: 20px;
}
}

.radiator {
	width: 35px;
	height: 35px;
	display: none;
	flex-direction: column;
	gap: 9px;
	justify-content: center;
	transition: all ease 0.5s;
	cursor: pointer;
}


section#logo-stripe {
	overflow: hidden;
	overflow-x: auto;
}

.logo-item {
	min-width: 150px;
}

section#logo-stripe::-webkit-scrollbar {
	display: none;
}
section#logo-stripe {
	/* Firefox */
	scrollbar-width: none;

	/* IE / Edge legacy */
	-ms-overflow-style: none;
}
.logo-flex:after {
	content: '';
	display: block;
	padding: 15px;
	margin-right: -30px;
}

.full-img:after {
	max-height: 300px;
	height: 30%;
}



.banner-flex-col1 h2 {
	font-size: clamp(30px,4vw,48px);
}

.filters {
	flex-wrap: wrap;
}

section#reference.reference-more .reference-flex-item {
	height: 100%;
}
.mob-hide {
	display: none;
}
section#kariera-detail .content-acc-content ul li {
	width: 44%;
}

section#kariera-detail h2 {
	font-size: clamp(50px, 4.6vw, 78px);
}

.full-image-anim {
	position: relative;
}

img.full-image-anim-second {
	position: absolute;
	top: 0;
	opacity: 0;
}
section.banner2 .banner-flex-col2 img {
	max-width: 1050px;
}
section.banner2 .banner-flex-col2 img {
	width: 55vw;
}

@media (max-width:1720px){
section#nasi-klienti .swiper-slide {
	aspect-ratio: auto;
	height: auto;
}
}
@media (max-width:1330px){
	.kontakty-item {
		width: 49%;
		padding-right: 10px;
	}
section.list-items .main-wrap .item-item {
	width: 33.3%;
}

.jakou-item-imgs img:first-child {
		display: none;
	}

.jakou-item-text {
	width: 50%;
}

.jakou-item-imgs {
	width: 50%;
}

.jakou-item-imgs img {
	height: 100%;
	object-fit: cover;
}


}
@media (max-width:1200px){
	a.pohled-item {
		width: 49%;
	}
	.technologie-col img {
	max-width: 370px;
	}
	
	.pouziti-flex-img {
		width: 45%;
	}
	
	.pouziti-flex-list {
		width: 53%;
	}
	.jak-flex-item {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	
}
@media (max-width:1000px){
	
	
.nav-wrap {
	padding: 0 15px;
}
a.reference-item {
	padding: 15px;
}
.reference-left {
	width: 48%;
}
.reference-right {
	width: 48%;
}
.reference-flex-item {
	gap: 2%;
}
}
@media (max-width:960px){
	
	section#form .main-wrap {
		padding: 60px 30px;
	}
	.banner-flex {
		min-height: 500px;
	}
	
	section.banner2 .banner-flex-col1 {
		align-self: baseline;
	}
	
	section.banner2 .banner-flex-col2 {
		align-self: flex-start;
	}
	
	.banner-flex-col2 img {
		max-width: 80%;
	}
	
	section.banner2 .banner-flex-col2 img {
		align-self: flex-end;
		aspect-ratio: auto;
		height: auto;
		width: auto;
		align-self: end;
		bottom: 0;
	}
	
	section.banner2 .banner-flex-col2 {
		display: flex;
	}
	
	.banner-flex-col2 .stripe {
		max-width: 70px;
	}
	
	
	section.list-items .main-wrap .item-item {
		width: 50%;
	}
	section.banner .main-wrap {
		padding: 30px;
	}
.nav-menu-center {
	display: none;
}
.radiator {
	display: flex;
}
.nav-menu-right {
	display: flex;
	gap: 30px;
}
.radiator i {
	background: #ea4c26;
	display: block;
	height: 2px;
	transition: all ease 0.5s;
}
.radiator:hover {
	gap: 15px;
}
.nav-menu-center {
	position: fixed;
	background: #dbdad4;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	box-shadow: 0px 10px 10px #00000057;
	top: 70px;
	z-index: 99;
}

.nav-menu-center .navigace-wrap {
	display: flex;
	flex-direction: column;
}

.radiator.on i:nth-child(1) {
	transform: rotate(90deg);
}

.radiator.on {
	gap: 0;
	transform: rotate(45deg);
}
.radiator.on i:nth-child(2) {
	margin-top: -2px;
}


.nav-menu-right-cta-cont {
	background: #e94e26;
}

.nav-menu-right-cta-cont {
	padding-left: 12px;
}

.nav-menu-right-cta-cont a {
	color: white;
}

.nav-menu-right-cta-cont a:hover {
	color: white;
}

.nav-menu-right {
	display: flex;
	flex-direction: row-reverse;
}

.radiator {
	gap: 6px;
}

.radiator:hover {
	gap: 8px;
}

.radiator.on i:nth-child(3) {
	margin-top: -2px;
}

.radiator.on:hover {
	gap: 0;
}


.intro-flex {
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}

.text-img-full.onpage .intro-flex-left {
	width: 100%;
}

.text-img-full.onpage .intro-flex-right {
	width: 100%;
}

.text-img-full.onpage .intro-flex-left {
	padding-bottom: 15px;
}

section#resenim h2 {
	padding-bottom: 0;
}

.banner-flex-col1 {}

.form-flex {
	display: block;
}

.footer-wrap {
	padding: 30px;
	display: block;
}

.footer-wrap-left {
	width: 100%;
	border: 0;
}

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

.footer-wrap-right {
	padding: 0;
}

.footer-wrap-left-left {
	padding-top: 0;
}

.footer-wrap-left-right {
	display: none;
}

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

.nav-menu-center {
	background: #e94d26;
	height: 100%;
	top: 0;
	padding-top: 110px;
}

.nav-menu-center a {
	color: #DBDAD4;
	font-size: 32px;
}

.radiator.on i {
	z-index: 999;
	background: #ffffff;
}

.radiator.on {
	z-index: 999;
}

.nav-menu-left.on {
	position: relative;
	z-index: 9999;
	filter: invert(1) saturate(0) brightness(4.5);
}
.nav-menu-center a:hover {
	color: black;
}

	.banner-flex {
	min-height: 500px;
	align-items: center;
}

.subpage-header .intro-flex-right {
	padding-top: 0px;
}
section#intro.subpage-header .intro-flex-left {
	padding-bottom: 30px;
}
section#intro.subpage-header.onas .intro-flex-left{
	padding-bottom: 30px;
}

section#kariera-detail.subpage-header .intro-flex-right {
	display: none;
}
section#kariera-detail .mob-hide {
	display: block;
	background: white;
	margin-top: 30px;
}
section#kariera-detail .intro-flex-left {
	padding-right: 0;
}
section#kariera-detail .mob-hide img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	display: block;
}
section#contacts .main-wrap {
	padding: 30px;
}


.kontakty-list {
	margin-top: 40px;
}
section#form.contact-page .form-flex {
	gap: 50px;
	display: flex;
	flex-direction: column;
}

.banner-flex-col2 .stripe {
	max-width: 178px;
}

.stripe.orange.gradient-orange.banner2-stripe-ver-bottom {
	display: none;
}
section.banner2 .banner-flex-col2 img {
	width: 100%;
	max-width: 80%;
}
}
@media (max-width:900px){
	
	
	
	.kontakty-list {
		margin-top: 40px;
	}
	
	.kontakty-item {
		width: 100%;
	}
	
	.content h3 {
		font-size: 40px;
	}
	a.reference-item {
		padding: 15px;
	}
	.reference-left {
		width: 100%;
	}
	.reference-right {
		width: 100%;
	}
	.reference-flex-item {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	
	.header-title {
		padding-top: 70px;
	}
	
	h1 {
		font-size: clamp(50px, 4.6vw, 78px);
	}
	
	h3 br, h2 br,h1 br {
		display: none;
	}
	
	section#intro.subpage-header h2 {
		font-size: clamp(46px, 4.6vw, 78px);
	}s
/*****/

.header-title {
	padding-top: 60px;
}

/* .header-anim-wrap {aspect-ratio: 1/1;} */
.header-anim-wrap {
	aspect-ratio: 1 / 1.1;
}

.header-anim-plus:nth-child(1) {transform: translateX(0px);}

.plus-wrap {
	max-width: 100%;
	width: 100%;
	padding: 15px;
}

.header-anim-plus:nth-child(3) {
	transform: translateX(0px);
}

.header-anim-plus {
	padding: 15px;
	padding-top: 9px;
	max-width: 170px;
	/* background: #7161595e; */
	background: #d1b5a699;
	backdrop-filter: blur(8px);
}

.header-anim-img {
	transform: scale(1.4);
}

.header-anim-wrap {
	margin-top: -20px;
}

section#logo-stripe {
	margin-top: 30px;
}

/****/

.technologie-flex {
	display: flex;
	flex-direction: column;
}

.technologie-col {
	width: 100%;
}
.technologie-col h3 {
	width: 100%;
}

.vysledek {
	padding-top: 0;
	padding-top: 20px;
}

.technologie-col .perex {
	padding: 0;
	/* padding-top: 20px; */
	border: 0;
	width: 48%;
	max-width: 100%;
}

.technologie-col {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px 4%;
}

.technologie-col h4 {
	padding: 0;
	width: 48%;
	border-bottom: 1px solid #b6b5b3;
	max-width: 100%;
}

.vysledek h4 {
	border: 0;
	padding-bottom: 14px;
}

.technologie-flex {
	gap: 50px;
}

.technologie-col img {
	align-self: center;
	justify-self: center;
	text-align: center;
	margin: auto;
}
section#technologie.pristup .technologie-flex .technologie-col {
	width: 100%;
}

section#technologie.pristup .technologie-flex .technologie-col .perex {
	padding-bottom: 30px;
}

section#technologie.pristup .technologie-flex .technologie-col h4 {
	border: 0;
}

section#technologie.pristup .technologie-flex .technologie-col img {
	max-width: 100%;
	margin: 0;
	margin-bottom: 50px;
}
.jak-flex {
	display: flex;
	flex-direction: column;
}

.jak-flex-left {
	width: 100%;
	padding-bottom: 40px;
}

.jak-flex-right {
	width: 100%;
}

section#reference.reference-more .reference-flex {
	display: flex;
	flex-direction: column;
}
section#reference.reference-more .reference-flex a.reference-item {
	width: 100%;
	padding: 15px;
}

}
@media (max-width:700px){
	section#form .form-flex-col1 {
		margin-bottom: 30px;
	}
	section.banner2 .banner-flex-col2 img {
		width: 100%;
		position: relative;
		align-self: center;
		aspect-ratio: auto;
		right: 0;
		left: auto;
	}
	section.banner2 .banner-flex-col2 {
		aspect-ratio: auto;
		right: -15px;
		position: relative;
		top: -70px;
		z-index: -1;
		margin-bottom: -100px;
	}
	
	section.banner2 .banner-flex-col2 {
		aspect-ratio: auto;
	}
	section#kariera-detail .content-acc-content ul li {
		width: 100%;
		max-width: 100%;
	}
	section#kariera-detail .content-acc-content ul {
		row-gap: 30px;
	}
	section#kariera-detail .content-acc-content ul h4 {
		padding-bottom: 6px;
	}
	
	
	.jakou-item {
		display: flex;
		flex-direction: column;
	}
	
	.jakou-item-text {}
	
	.jakou-item-text, .jakou-item-imgs {
		width: 100%;
		padding: 20px;
	}
	
	.jakou-item-text {
		padding-bottom: 0;
	}
	
	.jakou-item-imgs {
		display: flex;
		flex-direction: column;
	}
	
	.jakou-item-imgs img:first-child {
		display: none;
	}
	
	.main-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	section.big-img.reference-blog .main-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	section.big-img.reference-blog .full-img img {
		aspect-ratio: auto;
	}

.full-img img {
	aspect-ratio: 3 / 3;
	object-fit: cover;
}
section#intro.subpage-header .intro-flex-right {
	padding-top: 0;
}
section#jak-to-u-nas-funguje .main-wrap h2 {
	padding-top: 60px;
}

section.nadpis-perex {
	padding-top: 60px;
	padding-bottom: 60px;
}

h2 {
	font-size: clamp(40px, 2.8vw, 48px);
}

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

.item-item h3 {
	max-height: fit-content;
}

.item-item div {
	max-width: 100%;
}

.item-item-perex {
	max-height: fit-content;
}

.pouziti-flex {
	display: flex;
	flex-direction: column;
}

.pouziti-flex-img {
	width: 100%;
	padding-bottom: 30px;
}

.pouziti-flex-list {
	padding: 0;
	width: 100%;
}

.banner-flex {
	display: flex;
	flex-direction: column;
}

.banner-flex-col2 {
	width: 100%;
}

.banner-flex-col2 img {
	max-width: 100%;
	bottom: 0;
	top: auto;
	width: 100%;
	position: relative;
	left: -30px;
	width: calc(100% + 60px);
	max-width: none;
	margin-top: 30px;
	bottom: -30px;
	display: block;
}

.faq-flex {
	display: flex;
	flex-direction: column;
}

section#form {
	padding: 30px;
}

.inputs {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.pohled-item-flex {
	padding: 10px;
}

.h2-flex {
	display: flex;
	flex-direction: column;
}

.pohled-item-flex {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

a.pohled-item h3 {
	padding-bottom: 20px;
}

.foo-email {
	max-width: 100%;
}

.footer-wrap-left-left {
	width: 100%;
}

.banner-flex-col1 h2 {
	font-size: clamp(40px, 4vw, 48px);
}


.technologie-col {
	display: flex;
	flex-direction: column;
}

.technologie-col h4 {
	width: 100%;
	padding-bottom: 30px;
}

.technologie-col .perex {
	width: 100%;
}

a.pohled-item {
	width: 100%;
}
.technologie-flex {
	display: flex;
	flex-direction: column;
}

section#technologie.pristup .technologie-flex .technologie-col {
	width: 100%;
}

.pristup .technologie-col .perex {
	padding-bottom: 30px;
}

section#technologie.pristup .technologie-flex {
	padding-top: 30px;
}

section#technologie {
	padding: 15px;
}

section#technologie.pristup .technologie-flex .technologie-col img {
	margin: auto;
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
}

.faq-cont {
	padding-top: 40px;
}

section#form {
	padding: 15px;
}
section.big-img.subpage-blog .full-img img {
	aspect-ratio: auto;
}
section#technologie.pristup .technologie-col h4 {
	
	padding-bottom: 0px;
}
section#form.contact-page .main-wrap {
	padding: 0;
}
section.banner {
padding: 0 15px;
}

section.banner2 .banner-flex-col2 {
	top: -60px;
	right: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

section.banner2 .banner-flex-col2 img {
	right: 0;
	left: auto;
	align-self: end;
}

.stripe.orange.gradient-orange.banner2-stripe-ver-top {
	right: 0;
}

}
@media (max-width:600px){
	section.list-items .main-wrap .item-item {
	width: 100%;
}
a.pohled-item {
	width: 100%;
}
section.list-items .main-wrap .item-item {
	aspect-ratio: auto;
	padding: 30px;
}
section.banner2 .banner-flex-col2 img {
	max-width: 100%;
}
section.banner2 .banner-flex-col2 {
	top: 0;
}
section.banner2 h2 {
	padding-bottom: 30px;
}
}
@media (max-width:450px){
	
	.header-anim-plus-text {
		font-size: 14px;
		line-height: 110%;
	}
	
	.header-anim-plus {
		padding: 10px;
	}
	.nav-menu-right-cta-cont a img {
		display: none;
	}
	
	.nav-menu-right-cta-cont a {
		height: 100%;
		padding-right: 12px;
	}
	.header-title {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-anim-plus {
		backdrop-filter: none;
		
	}
	.header-anim-plus:nth-child(2) {
	transform: translateY(0px);
	}
}
