/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-homepage.scss ***!
  \****************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv Grotesk";
  src: url(../fonts/AktivGrotesk-Thin.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv Grotesk";
  src: url(../fonts/AktivGrotesk-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv Grotesk";
  src: url(../fonts/AktivGrotesk-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv Grotesk";
  src: url(../fonts/AktivGrotesk-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv Grotesk";
  src: url(../fonts/AktivGrotesk-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.25s ease;
}

.btn--light {
  background: #fff;
  color: #093c2f;
}

.btn--outline-light {
  color: #fff;
  border-color: #FFFFFF;
}

.btn--outline-dark {
  color: #093c2f;
  border-color: rgba(9, 60, 47, 0.35);
}

.btn--accent {
  background: #c9ff00;
  color: #093c2f;
}

.btn--green {
  background: #345A49;
  color: #fff;
}

.btn--text--accent {
  color: #C6ED19;
}

.btn--icon {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media only screen and (min-width: 991px) {
  .btn {
    font-size: 17px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 22px 0;
  color: #fff;
}
.site-header__humburger {
  display: none;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.site-header__humburger .line {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #FFFFFF;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-header__logo svg {
  max-width: 200px;
  filter: brightness(0) invert(1);
}

.site-header.reverse-style .site-header__logo svg {
  filter: unset;
}
.site-header.reverse-style .site-header__nav a {
  color: #153C2F;
}
.site-header.reverse-style .site-header__inner .btn {
  background-color: #153C2F;
  color: #C6ED19;
}
.site-header.reverse-style .site-header__humburger .line {
  background-color: #153C2F;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.site-header__nav a {
  font: 400 16px/1 "Manrope", sans-serif;
  color: #fff;
  text-decoration: none;
}

.site-header__cta {
  min-width: 160px;
}

@media only screen and (max-width: 991px) {
  .site-header__mobile-nav {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    position: fixed;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    transform: translateX(-200%);
    transition: all 500ms ease;
  }
  .site-header__mobile-nav.active {
    transform: unset;
  }
  .site-header__mobile-nav .close {
    position: absolute;
    width: 32px;
    height: 32px;
    background: transparent;
    border: 0;
    right: 20px;
    top: 20px;
  }
  .site-header__mobile-nav .close .line {
    display: block;
    height: 2px;
    width: 32px;
    background-color: #153C2F;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .site-header__mobile-nav .close .line:first-of-type {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .site-header__mobile-nav .close .line:last-of-type {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .site-header__mobile-nav .site-header__nav {
    display: flex !important;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 60px;
  }
  .site-header__mobile-nav .site-header__nav a {
    color: #153C2F;
  }
  .site-header__mobile-nav .site-header__cta {
    display: flex !important;
    background-color: #153C2F;
    color: #C6ED19;
  }
  .site-header__humburger {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__mobile-nav {
    display: none;
  }
}
.site-footer {
  background: #093c2f;
  color: #fff;
  padding: 58px 0 0;
}
.site-footer__inner {
  display: flex;
  flex-flow: column;
  gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
}
.site-footer__top {
  flex: 0 0 100%;
  width: 100%;
}
.site-footer__actions {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.site-footer__main {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.site-footer__brand svg {
  width: 191px;
  max-width: 100%;
  margin-bottom: 22px;
}
.site-footer__brand p {
  max-width: 302px;
  font: 300 14px/1.25 "Manrope", sans-serif;
  color: #FFFFFF;
  opacity: 0.5;
}
.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer__col h3 {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font: 500 14px/1.25 "Manrope", sans-serif;
  color: #FFFFFF;
}
.site-footer__col a {
  font: 500 16px/1.25 "Manrope", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 500ms ease;
}
.site-footer__col a:hover {
  color: #FFFFFF;
}
.site-footer__languages {
  display: flex;
  gap: 12px;
}
.site-footer__bottom {
  margin-top: 44px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  gap: 36px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  background-color: #345a49;
}
.site-footer__bottom .container {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
}
.site-footer__bottom a,
.site-footer__bottom span {
  font: 500 14px/1.25 "Manrope", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

@media only screen and (min-width: 991px) {
  .site-footer__top {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
  }
  .site-footer__actions {
    gap: 16px;
  }
  .site-footer__brand svg {
    margin-bottom: 0;
  }
  .site-footer__brand p {
    font-size: 16px;
  }
  .site-footer__main {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 90px;
  }
  .site-footer__bottom .container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    gap: 8%;
  }
}
@media only screen and (min-width: 1199px) {
  .site-footer__main {
    gap: 105px;
  }
}
@media (max-width: 1024px) {
  .site-header__nav {
    display: none;
  }
  .facts__grid,
  .awning-types__content,
  .about-projects__intro,
  .request__box,
  .faq__grid,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }
  .projects__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .request__form button {
    grid-column: auto;
  }
}
@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1180px);
  }
  .section-padding {
    padding: 48px 0;
  }
  .site-header__cta {
    display: none;
  }
  .home-hero {
    min-height: 560px;
    padding-bottom: 54px;
  }
  .facts__grid,
  .projects__grid,
  .request__form {
    grid-template-columns: 1fr;
  }
  .awning-types__top {
    flex-direction: column;
  }
  .awning-types__tabs {
    grid-template-columns: 1fr 1fr;
  }
  .about-projects__box,
  .request__box,
  .configurator__card {
    padding: 24px;
  }
  .site-footer__bottom {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
  }
}
.section-padding {
  padding: 72px 0;
}

.home-hero {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 170px 0 90px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.45));
  z-index: 2;
}
.home-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
}
.home-hero__content h1 {
  max-width: 890px;
  margin: 0 0 24px;
  font-size: clamp(42px, 7vw, 64px);
  line-height: 0.86;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.055em;
}
.home-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.facts__headline {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}
.facts__headline h2 {
  font: 400 32px/1.2 "Aktiv Grotesk", sans-serif;
  color: #345A49;
  margin-bottom: 0;
}
.facts__headline svg {
  max-width: 20px;
  height: auto;
}
.facts__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.facts .fact-card {
  min-height: 170px;
  padding: 20px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-color: #153C2F;
  z-index: 1;
}
.facts .fact-card > * {
  position: relative;
  z-index: 1;
}
.facts .fact-card h3 {
  margin: 0;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1.2;
  font-weight: 700;
  font-family: "Aktiv Grotesk", sans-serif;
  letter-spacing: -3.2px;
  color: #FFFFFF;
}
.facts .fact-card span {
  display: block;
  margin: 4px 0 24px;
  font: 500 16px/1 "Manrope", sans-serif;
  color: #FFFFFF;
  max-width: 50%;
}
.facts .fact-card p {
  max-width: 520px;
  margin: 0;
  font: 500 14px/1.25 "Manrope", sans-serif;
  color: rgba(255, 255, 255, 0.9);
}
.facts .fact-card__icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #153C2F;
  padding: 6px 9px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.facts .fact-card__icon img {
  max-width: 100%;
  height: auto;
}
.facts .fact-card__background {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  max-width: 50%;
}
.facts .fact-card__background img {
  max-width: 100%;
  height: auto;
}
.facts .fact-card--green {
  background: #0f4a3a;
}
.facts .fact-card--green::before {
  display: none;
}

@media only screen and (min-width: 991px) {
  .facts__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .facts__headline h2 {
    font-size: 48px;
  }
  .facts__headline svg {
    max-width: unset;
  }
  .facts .fact-card {
    min-height: 328px;
    padding: 32px;
  }
  .facts .fact-card span {
    font-size: 24px;
  }
  .facts .fact-card p {
    font-size: 17px;
    position: absolute;
    bottom: 32px;
    left: 32px;
    max-width: 100%;
    width: 376px;
  }
  .facts .fact-card__icon {
    width: 72px;
    height: 72px;
  }
}
.awning-types {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  padding: 48px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.awning-types::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(170deg, rgba(0, 0, 0, 0) 7.64%, rgba(0, 0, 0, 0.6) 93.44%);
}
.awning-types__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.awning-types__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.awning-types__top h2 {
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 400;
  font-family: "Aktiv Grotesk", sans-serif;
  color: #345A49;
  margin-bottom: 20px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.awning-types__top-icon {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  border-radius: 12px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.awning-types__top-icon svg {
  max-width: 100%;
  height: auto;
}
.awning-types__top p {
  font: 400 14px/1.25 "Manrope", sans-serif;
  color: #345A49;
  margin: 10px 0 0;
}
.awning-types__content {
  display: flex;
  flex-flow: column;
  gap: 20px;
  padding: 20px;
  align-items: end;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.awning-types__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 240px));
  gap: 16px;
  order: 2;
}
.awning-types__tabs article {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 110px;
  position: relative;
  z-index: 1;
}
.awning-types__tabs article::after {
  content: "";
  height: 40%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.awning-types__tabs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: -1;
}
.awning-types__tabs span {
  position: absolute;
  left: 16px;
  bottom: 12px;
  font: 400 18px/1.2 "Manrope", sans-serif;
  color: #FFFFFF;
  z-index: 2;
}
.awning-types__text {
  order: 1;
}
.awning-types__text h3 {
  margin: 0 0 20px;
  font: 400 32px/1.2 "Aktiv Grotesk", sans-serif;
  color: #FFFFFF;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.awning-types__text-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #FFFFFF;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.awning-types__text p {
  margin: 0;
  font: 400 14px/1.25 "Manrope", sans-serif;
  color: #FFFFFF;
}

@media only screen and (min-width: 991px) {
  .awning-types {
    padding: 87px 0 48px;
    height: 880px;
  }
  .awning-types::after {
    height: 50%;
    top: unset;
  }
  .awning-types__top p {
    font-size: 17px;
  }
  .awning-types__content {
    flex-flow: row-reverse;
    align-items: center;
    gap: 85px;
    width: 100%;
    padding: 32px;
  }
  .awning-types__text {
    max-width: 432px;
  }
  .awning-types__text h3 {
    font-size: 45px;
  }
  .awning-types__text p {
    font-size: 17px;
  }
  .awning-types__tabs {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
    height: 100%;
  }
  .awning-types__tabs img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 18px;
  }
  .awning-types__tabs span {
    font-size: 30px;
    bottom: 20px;
    left: 17px;
  }
}
.about-projects {
  background: #FFFFFF;
}
.about-projects__box {
  border-radius: 20px;
  background: rgba(158, 158, 158, 0.1);
  padding: 20px;
}
.about-projects__intro {
  display: flex;
  flex-flow: column;
  gap: 32px;
  margin-bottom: 40px;
}
.about-projects__intro h2 {
  max-width: 780px;
  margin: 0 0 18px;
  color: #10231d;
  font-size: clamp(28px, 4.5vw, 40px);
  line-height: 0.95;
  font: "Aktiv Grotesk", sans-serif;
  font-weight: 400;
  letter-spacing: -0.05em;
}
.about-projects__intro p {
  max-width: 820px;
  color: #6d7c76;
  font: 400 16px/1.25 "Manrope", sans-serif;
}

.pill {
  align-self: start;
  width: -moz-max-content;
  width: max-content;
  padding: 9px 22px;
  border-radius: 12px;
  border: 1px solid #153c2f;
  color: #153C2F;
  font: 500 16px/1 "Manrope", sans-serif;
  background: #FFFFFF;
}

.projects__head {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.projects__head h3 {
  font: 400 32px/1.2 "Aktiv Grotesk", sans-serif;
  margin-bottom: 12px;
  color: #093c2f;
  width: 100%;
}

.projects__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.projects__slider .swiper-wrapper {
  display: flex;
}

.projects__slider .swiper-slide {
  width: auto;
  flex-shrink: 0;
}

.projects__slide {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.projects__slide img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects__slide span {
  display: block;
  position: absolute;
  bottom: 12px;
  left: 12px;
  font: 400 22px/1.2 "Aktiv Grotesk", sans-serif;
  color: #FFFFFF;
}

.projects__slider-arrows {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 17px;
  margin-top: 32px;
}
.projects__slider-arrows button {
  background-color: #153C2F;
  padding: 8px;
  border-radius: 12px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  border: 0;
}
.projects__slider-arrows button svg {
  max-width: 18px;
  height: auto;
}

@media only screen and (min-width: 991px) {
  .about-projects__intro {
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20%;
  }
  .about-projects__content {
    flex: 1;
    max-width: 842px;
    margin-bottom: 80px;
  }
  .about-projects__content h2 {
    font-size: 40px;
    margin-bottom: 48px;
  }
  .about-projects__content p {
    max-width: 628px;
    font-size: 20px;
  }
  .projects__head {
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .projects__slider-arrows {
    justify-content: flex-start;
  }
  .projects__slider-arrows button svg {
    max-width: unset;
  }
  .projects__slide span {
    font-size: 32px;
    left: 32px;
    bottom: 24px;
  }
}
.request {
  padding: 32px 0;
}

.request__box {
  padding: 34px;
  border-radius: 20px;
  background: #093c2f;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  gap: 48px;
}
.request__box h2 {
  font: 400 32px/1.2 "Aktiv Grotesk", sans-serif;
  margin-bottom: 24px;
}

.whatsapp-link {
  color: #c9ff00;
  text-decoration: none;
  border-radius: 8px;
  background: var(--zelena, #345a49);
}

.request__form {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.request__form label {
  display: grid;
  gap: 8px;
  font: 500 14px/1.25 "Manrope", sans-serif;
  color: #FFFFFF;
}
.request__form input,
.request__form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  font: 500 16px/1.25 "Manrope", sans-serif;
  color: #fff;
  padding: 8px;
  outline: none;
}
.request__form input::-moz-placeholder, .request__form textarea::-moz-placeholder {
  font: 500 16px/1.25 "Manrope", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.request__form input::placeholder,
.request__form textarea::placeholder {
  font: 500 16px/1.25 "Manrope", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.request__form textarea {
  min-height: 76px;
  resize: none;
}
.request__form button {
  width: 100%;
  font: 400 16px/1.25 "Manrope", sans-serif;
  color: #345A49;
  padding: 12px;
}

@media only screen and (min-width: 991px) {
  .request {
    margin-bottom: 80px;
  }
  .request__box {
    gap: 32px;
    padding: 40px 40px 34px;
  }
  .request__headline {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
  }
  .request__headline h2 {
    margin-bottom: 0;
  }
  .request__form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 46px;
    max-width: 1100px;
  }
  .request__form button {
    grid-column: 2;
  }
}
.configurator {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
}
.configurator .container {
  width: 100%;
}

.configurator__card {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  max-width: 100%;
  width: 520px;
  padding: 40px;
}
.configurator__card h2 {
  font: 400 40px/1 "Aktiv Grotesk", sans-serif;
  color: #FFFFFF;
  margin-bottom: 20vh;
}
.configurator__card p {
  font: 400 18px/1.25 "Manrope", sans-serif;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.configurator__card .btn {
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (min-width: 991px) {
  .configurator {
    padding-top: 108px;
    padding-bottom: 140px;
  }
  .configurator__card h2 {
    font-size: 56px;
  }
  .configurator__card p {
    font-size: 20px;
  }
  .configurator__card .btn {
    font-size: 16px;
  }
}
.faq__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: start;
}
.faq__grid h2 {
  margin: 0 0 16px;
  font: 400 32px/1.2 "Aktiv Grotesk", sans-serif;
  color: #345A49;
}
.faq__grid p {
  font: 300 14px/1.25 "Manrope", sans-serif;
  color: #345A49;
}
.faq__grid .btn {
  margin-top: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.faq__items {
  display: grid;
  gap: 10px;
}
.faq__items details {
  border-top: 1px solid #345A49;
  padding: 16px 0;
}
.faq__items summary {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq__items summary h3 {
  font: 500 20px/1.25 "Manrope", sans-serif;
  color: #345A49;
  max-width: 424px;
}
.faq__items summary::marker {
  content: "";
}
.faq__items details p {
  margin: 14px 0 0;
  font: 300 16px/1.25 "Manrope", sans-serif;
  color: #345A49;
  max-width: 424px;
}

@media only screen and (min-width: 991px) {
  .faq__grid {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .faq__grid h2 {
    font-size: 45px;
    margin-bottom: 32px;
  }
  .faq__grid p {
    font-size: 16px;
  }
  .faq__grid .btn {
    font-size: 16px;
    margin-top: 32px;
  }
}
