@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0
}

a {
  text-decoration: none;
  display: inline-block
}

a:hover {
  color: #fff
}

.security__txt > a:hover {
  color: green;
}

.container {
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 0 15px
}

.containerP0 {
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 0
}

body {
  margin: auto;
  padding: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  max-width: 1920px;
  min-width: 320px;
  color: #222;
  -webkit-font-feature-settings: "liga" 1, "kern" 1;
  font-feature-settings: "liga" 1, "kern" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.025em
}

:root {
  --maxWidth: 1200px;
  --btnColorFixed: #000;
  --mainColor: #399d34;
  --font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}

.text-gradient {
  background: linear-gradient(135deg, var(--mainColor), #2d7d2a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.smooth-scroll {
  scroll-behavior: smooth
}

.advantages {
  padding: 80px 0;
  background: linear-gradient(135deg, #fff 0, #f8fffe 50%, #f1f8f1 100%);
  position: relative;
  overflow: hidden
}

.advantages::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 25% 25%, rgba(57, 157, 52, .02) 0, transparent 50%), radial-gradient(circle at 75% 75%, rgba(45, 125, 42, .015) 0, transparent 40%), radial-gradient(circle at 50% 50%, rgba(57, 157, 52, .01) 0, transparent 30%);
  pointer-events: none
}

.advantages::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 8%;
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, rgba(57, 157, 52, .05), rgba(45, 125, 42, .03));
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  opacity: .6
}

.advantages__box {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 2
}

.advantages__wrp {
  position: relative;
  background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .06), 0 4px 15px rgba(0, 0, 0, .04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06), 0 4px 15px rgba(0, 0, 0, .04);
  border: 1px solid rgba(255, 255, 255, .3);
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.advantages__wrp::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, rgba(57, 157, 52, .1), rgba(45, 125, 42, .05), rgba(57, 157, 52, .1));
  border-radius: 22px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.advantages__wrp:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#1e40af));
  background: linear-gradient(90deg, #3b82f6, #1e40af);
  border-radius: 20px 20px 0 0
}

.advantages__wrp:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#f59e0b), to(#d97706));
  background: linear-gradient(90deg, #f59e0b, #d97706);
  border-radius: 20px 20px 0 0
}

.advantages__wrp:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(#2d7d2a));
  background: linear-gradient(90deg, var(--mainColor), #2d7d2a);
  border-radius: 20px 20px 0 0
}

.advantages__wrp:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#8b5cf6), to(#7c3aed));
  background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  border-radius: 20px 20px 0 0
}

.advantages__wrp:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .1), 0 8px 25px rgba(0, 0, 0, .06);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .1), 0 8px 25px rgba(0, 0, 0, .06);
  background: rgba(255, 255, 255, .95)
}

.advantages__wrp:hover::before {
  opacity: 1
}

.advantages__svgWrp {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.advantages__svgWrp::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(57, 157, 52, .1), rgba(45, 125, 42, .05));
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.advantages__svgWrp svg {
  width: 45px;
  height: 45px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.advantages__wrp:hover .advantages__svgWrp::before {
  background: linear-gradient(135deg, var(--mainColor), #2d7d2a);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.advantages__wrp:hover .advantages__svgWrp svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.advantages__wrp:hover .advantages__svgWrp svg path {
  fill: #fff
}

.advantages__name {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px 0;
  font-family: var(--font-heading);
  letter-spacing: -.02em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.advantages__txt {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media (max-width:992px) {
  .advantages {
    padding: 60px 0
  }

  .advantages__box {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px
  }

  .advantages__wrp {
    padding: 30px 20px
  }

  .advantages__svgWrp {
    width: 70px;
    height: 70px;
    margin-bottom: 20px
  }

  .advantages__svgWrp svg {
    width: 40px;
    height: 40px
  }

  .advantages__name {
    font-size: 18px
  }

  .advantages__txt {
    font-size: 14px
  }
}

@media (max-width:768px) {
  .advantages {
    padding: 50px 0
  }

  .advantages::after {
    display: none
  }

  .advantages__box {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px
  }

  .advantages__wrp {
    padding: 25px 18px;
    border-radius: 16px
  }

  .advantages__svgWrp {
    width: 65px;
    height: 65px;
    margin-bottom: 18px
  }

  .advantages__svgWrp svg {
    width: 35px;
    height: 35px
  }

  .advantages__name {
    font-size: 17px;
    margin-bottom: 10px
  }

  .advantages__txt {
    font-size: 13px;
    line-height: 1.5
  }
}

@media (max-width:480px) {
  .advantages {
    padding: 40px 0
  }

  .advantages__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 18px
  }

  .advantages__wrp {
    padding: 20px 15px;
    border-radius: 14px
  }

  .advantages__svgWrp {
    width: 60px;
    height: 60px;
    margin-bottom: 15px
  }

  .advantages__svgWrp svg {
    width: 32px;
    height: 32px
  }

  .advantages__name {
    font-size: 16px
  }

  .advantages__txt {
    font-size: 12px
  }
}

.company {
  padding: 100px 0;
  background: linear-gradient(135deg, #f1f8f1 0, #fff 50%, #f8fffe 100%);
  position: relative;
  overflow: hidden
}

.company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/Stef_icons_alle_Elektroinstallationen.svg) 8% 20%/100px 100px no-repeat, url(../img/Stef_icons_alle_Netzwerktechnik.svg) 92% 80%/120px 120px no-repeat, radial-gradient(circle at 15% 30%, rgba(57, 157, 52, .02) 0, transparent 40%), radial-gradient(circle at 85% 70%, rgba(45, 125, 42, .015) 0, transparent 35%);
  opacity: .4;
  pointer-events: none
}

.company::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 5%;
  width: 150px;
  height: 150px;
  background: conic-gradient(from 45deg, rgba(57, 157, 52, .05) 0deg, rgba(45, 125, 42, .03) 90deg, rgba(57, 157, 52, .02) 180deg, rgba(45, 125, 42, .01) 270deg);
  border-radius: 50%;
  opacity: .6
}

.company__box {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 24px;
  padding: 60px 50px;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, .08), 0 12px 24px rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .9);
  box-shadow: 0 25px 50px rgba(0, 0, 0, .08), 0 12px 24px rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .9);
  border: 1px solid rgba(255, 255, 255, .4)
}

.company__box::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, rgba(57, 157, 52, .15) 0, rgba(45, 125, 42, .05) 25%, rgba(57, 157, 52, .02) 50%, rgba(45, 125, 42, .05) 75%, rgba(57, 157, 52, .15) 100%);
  border-radius: 27px;
  z-index: -1
}

.company__box::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, transparent 30%, var(--mainColor) 30%, var(--mainColor) 70%, transparent 70%);
  opacity: .1
}

.company__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0;
  color: #1a1a1a;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .05);
  letter-spacing: -.03em
}

.company__title::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, var(--mainColor)), color-stop(50%, #2d7d2a), color-stop(80%, var(--mainColor)), to(transparent));
  background: linear-gradient(90deg, transparent, var(--mainColor) 20%, #2d7d2a 50%, var(--mainColor) 80%, transparent);
  border-radius: 2px
}

.company__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(#2d7d2a));
  background: linear-gradient(90deg, var(--mainColor), #2d7d2a);
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(57, 157, 52, .3);
  box-shadow: 0 2px 8px rgba(57, 157, 52, .3)
}

.company__txt {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 25px 0;
  position: relative;
  text-align: justify;
  padding: 0 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto
}

.company__txt:nth-of-type(2) {
  background: linear-gradient(135deg, rgba(57, 157, 52, .03), rgba(45, 125, 42, .02));
  padding: 20px 30px;
  border-radius: 12px;
  border-left: 4px solid rgba(57, 157, 52, .3);
  margin: 30px 0;
  position: relative
}

.company__txt:nth-of-type(2)::before {
  content: '"';
  position: absolute;
  top: -5px;
  left: 10px;
  font-size: 36px;
  color: rgba(57, 157, 52, .3);
  font-family: Georgia, serif;
  line-height: 1
}

.company__txt:nth-of-type(4) {
  background: linear-gradient(135deg, rgba(57, 157, 52, .02), rgba(45, 125, 42, .015));
  padding: 20px 30px;
  border-radius: 12px;
  border-left: 4px solid rgba(45, 125, 42, .4);
  margin: 30px 0;
  font-weight: 500
}

.company__txt:nth-of-type(4)::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 30px;
  width: 60px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(transparent));
  background: linear-gradient(90deg, var(--mainColor), transparent)
}

.company__txt:last-of-type {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  background: rgba(57, 157, 52, .04);
  padding: 25px 35px;
  border-radius: 15px;
  border: 2px solid rgba(57, 157, 52, .2);
  margin: 35px 0 0 0;
  position: relative
}

.company__txt:last-of-type::before {
  content: "⚡";
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, .9);
  padding: 8px 12px;
  border-radius: 50%;
  font-size: 16px;
  -webkit-box-shadow: 0 4px 12px rgba(57, 157, 52, .2);
  box-shadow: 0 4px 12px rgba(57, 157, 52, .2)
}

.company::before {
  background-image: url(../img/Stef_icons_alle_Elektroinstallationen.svg), url(../img/Stef_icons_alle_Netzwerktechnik.svg), repeating-linear-gradient(45deg, rgba(57, 157, 52, .01) 0, rgba(57, 157, 52, .01) 2px, transparent 2px, transparent 20px), radial-gradient(circle at 15% 30%, rgba(57, 157, 52, .02), transparent 40%), radial-gradient(circle at 85% 70%, rgba(45, 125, 42, .015), transparent 35%);
  background-position: 8% 20%, 92% 80%, 0 0, 0 0, 0 0;
  background-size: 100px 100px, 120px 120px, 40px 40px, 100% 100%, 100% 100%
}

@media (max-width:992px) {
  .company {
    padding: 80px 0
  }

  .company__box {
    padding: 50px 40px;
    margin: 0 20px
  }

  .company__title {
    font-size: clamp(22px, 4vw, 32px);
    margin-bottom: 35px
  }

  .company__title::before {
    width: 100px;
    top: -18px
  }

  .company__txt {
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 20px
  }

  .company__txt:nth-of-type(2),
  .company__txt:nth-of-type(4) {
    padding: 18px 25px;
    margin: 25px 0
  }

  .company__txt:last-of-type {
    font-size: 17px;
    padding: 20px 30px;
    margin: 30px 0 0 0
  }
}

@media (max-width:768px) {
  .company {
    padding: 60px 0
  }

  .company::after {
    display: none
  }

  .company__box {
    padding: 40px 30px;
    margin: 0 15px;
    border-radius: 20px
  }

  .company__box::after {
    display: none
  }

  .company__title {
    margin-bottom: 30px;
    text-align: center
  }

  .company__title::before {
    width: 80px;
    top: -15px
  }

  .company__txt {
    text-align: left;
    font-size: 15px;
    padding: 0 10px
  }

  .company__txt:nth-of-type(2)::before {
    font-size: 28px;
    top: -2px;
    left: 8px
  }

  .company__txt:nth-of-type(2),
  .company__txt:nth-of-type(4) {
    padding: 15px 20px;
    margin: 20px 0
  }

  .company__txt:last-of-type {
    font-size: 16px;
    padding: 18px 25px
  }

  .company__txt:last-of-type::before {
    top: -10px;
    padding: 6px 10px;
    font-size: 14px
  }
}

@media (max-width:480px) {
  .company {
    padding: 50px 0
  }

  .company__box {
    padding: 30px 20px;
    margin: 0 10px;
    border-radius: 16px
  }

  .company__title {
    font-size: clamp(20px, 6vw, 26px);
    margin-bottom: 25px
  }

  .company__title::before {
    width: 60px;
    height: 2px;
    top: -12px
  }

  .company__title::after {
    width: 60px;
    height: 3px
  }

  .company__txt {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 5px;
    margin-bottom: 18px
  }

  .company__txt:nth-of-type(2),
  .company__txt:nth-of-type(4) {
    padding: 12px 18px;
    margin: 18px 0
  }

  .company__txt:last-of-type {
    font-size: 15px;
    padding: 15px 20px;
    margin: 25px 0 0 0
  }

  .company__txt:last-of-type::before {
    top: -20px;
    padding: 5px 8px;
    font-size: 12px
  }
}

.weAreHereForYou {
  padding: 100px 0;
  background: linear-gradient(135deg, #fff 0, #f8fffe 50%, #f1f8f1 100%);
  position: relative;
  overflow: hidden
}

.weAreHereForYou::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/Stef_icons_alle_Geraetepruefung-Kopie.svg) 10% 15%/90px 90px no-repeat, url(../img/Stef_icons_alle_Elektroinstallationen.svg) 90% 85%/80px 80px no-repeat, radial-gradient(circle at 20% 40%, rgba(57, 157, 52, .02) 0, transparent 40%), radial-gradient(circle at 80% 60%, rgba(45, 125, 42, .015) 0, transparent 35%);
  opacity: .5;
  pointer-events: none
}

.weAreHereForYou::after {
  content: "🚨";
  position: absolute;
  top: 12%;
  right: 8%;
  font-size: 32px;
  opacity: .3;
  -webkit-animation: pulse 3s ease-in-out infinite;
  animation: pulse 3s ease-in-out infinite
}

@-webkit-keyframes pulse {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5
  }
}

@keyframes pulse {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5
  }
}

.weAreHereForYou__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  z-index: 2
}

.weAreHereForYou__imgWrp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  max-width: 450px
}

.weAreHereForYou__imgWrp::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: conic-gradient(from 0deg, rgba(57, 157, 52, .1) 0deg, rgba(45, 125, 42, .05) 90deg, rgba(57, 157, 52, .08) 180deg, rgba(45, 125, 42, .03) 270deg);
  border-radius: 50%;
  z-index: -1
}

.weAreHereForYou__imgWrp::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(45deg, rgba(57, 157, 52, .05), rgba(45, 125, 42, .02), rgba(57, 157, 52, .05));
  border-radius: 20px;
  z-index: -1
}

.weAreHereForYou__img {
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .06);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .06);
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.weAreHereForYou__img:hover {
  -webkit-transform: translateY(-8px) scale(1.02);
  -ms-transform: translateY(-8px) scale(1.02);
  transform: translateY(-8px) scale(1.02);
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, .15), 0 12px 24px rgba(0, 0, 0, .08);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .15), 0 12px 24px rgba(0, 0, 0, .08)
}

.weAreHereForYou__content {
  -webkit-box-flex: 1.2;
  -ms-flex: 1.2;
  flex: 1.2;
  max-width: 600px
}

.weAreHereForYou__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0;
  color: #1a1a1a;
  margin-bottom: 40px;
  position: relative
}

.weAreHereForYou__title::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 60px;
  height: 4px;
  background: repeating-linear-gradient(90deg, #dc2626 0, #dc2626 10px, #fff 10px, #fff 15px, var(--mainColor) 15px, var(--mainColor) 25px, #fff 25px, #fff 30px);
  border-radius: 2px
}

.weAreHereForYou__title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(#2d7d2a));
  background: linear-gradient(90deg, var(--mainColor), #2d7d2a);
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(57, 157, 52, .3);
  box-shadow: 0 2px 8px rgba(57, 157, 52, .3)
}

.weAreHereForYou__ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 15px
}

.weAreHereForYou__ul:first-of-type li {
  position: relative;
  padding: 15px 20px 15px 50px;
  background: linear-gradient(135deg, rgba(220, 38, 38, .04), rgba(239, 68, 68, .02));
  border-left: 4px solid #dc2626;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(220, 38, 38, .08);
  box-shadow: 0 4px 12px rgba(220, 38, 38, .08);
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.weAreHereForYou__ul:first-of-type li::before {
  content: "⚠️";
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px
}

.weAreHereForYou__ul:first-of-type li:hover {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
  background: linear-gradient(135deg, rgba(220, 38, 38, .06), rgba(239, 68, 68, .03));
  -webkit-box-shadow: 0 8px 20px rgba(220, 38, 38, .12);
  box-shadow: 0 8px 20px rgba(220, 38, 38, .12);
  border-left-color: #b91c1c
}

.weAreHereForYou__ul:last-of-type li {
  position: relative;
  padding: 15px 20px 15px 50px;
  background: linear-gradient(135deg, rgba(57, 157, 52, .04), rgba(45, 125, 42, .02));
  border-left: 4px solid var(--mainColor);
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(57, 157, 52, .08);
  box-shadow: 0 4px 12px rgba(57, 157, 52, .08);
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.weAreHereForYou__ul:last-of-type li::before {
  content: "🔧";
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px
}

.weAreHereForYou__ul:last-of-type li:hover {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
  background: linear-gradient(135deg, rgba(57, 157, 52, .06), rgba(45, 125, 42, .03));
  -webkit-box-shadow: 0 8px 20px rgba(57, 157, 52, .12);
  box-shadow: 0 8px 20px rgba(57, 157, 52, .12);
  border-left-color: #2d7d2a
}

.weAreHereForYou__ul li {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.weAreHereForYou__ul li::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  opacity: .3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.weAreHereForYou__ul li:hover::after {
  opacity: .6;
  -webkit-transform: translateY(-50%) scale(1.2);
  -ms-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2)
}

.weAreHereForYou::before {
  background-image: url(../img/Stef_icons_alle_Geraetepruefung-Kopie.svg), url(../img/Stef_icons_alle_Elektroinstallationen.svg), repeating-linear-gradient(135deg, rgba(57, 157, 52, .005) 0, rgba(57, 157, 52, .005) 1px, transparent 1px, transparent 25px), radial-gradient(circle at 20% 40%, rgba(57, 157, 52, .02), transparent 40%), radial-gradient(circle at 80% 60%, rgba(45, 125, 42, .015), transparent 35%);
  background-position: 10% 15%, 90% 85%, 0 0, 0 0, 0 0;
  background-size: 90px 90px, 80px 80px, 50px 50px, 100% 100%, 100% 100%
}

@media (max-width:992px) {
  .weAreHereForYou {
    padding: 80px 0
  }

  .weAreHereForYou__box {
    gap: 40px
  }

  .weAreHereForYou__title {
    font-size: clamp(22px, 4vw, 32px);
    margin-bottom: 35px
  }

  .weAreHereForYou__ul {
    gap: 12px;
    margin-bottom: 25px
  }

  .weAreHereForYou__ul li {
    padding: 12px 18px 12px 45px;
    font-size: 15px
  }

  .weAreHereForYou__ul li::before {
    left: 15px;
    font-size: 16px
  }
}

@media (max-width:768px) {
  .weAreHereForYou {
    padding: 60px 0
  }

  .weAreHereForYou::after {
    display: none
  }

  .weAreHereForYou__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
  }

  .weAreHereForYou__imgWrp {
    max-width: 350px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .weAreHereForYou__imgWrp::after,
  .weAreHereForYou__imgWrp::before {
    display: none
  }

  .weAreHereForYou__content {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .weAreHereForYou__title {
    text-align: center;
    margin-bottom: 30px
  }

  .weAreHereForYou__title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px
  }

  .weAreHereForYou__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px
  }

  .weAreHereForYou__ul li {
    padding: 10px 15px 10px 40px;
    font-size: 14px
  }

  .weAreHereForYou__ul li::before {
    left: 12px;
    font-size: 14px
  }

  .weAreHereForYou__ul li:hover {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
  }

  .weAreHereForYou__img {
    max-height: 300px
  }
}

@media (max-width:480px) {
  .weAreHereForYou {
    padding: 50px 0
  }

  .weAreHereForYou__box {
    gap: 30px
  }

  .weAreHereForYou__title {
    font-size: clamp(20px, 6vw, 26px);
    margin-bottom: 25px
  }

  .weAreHereForYou__title::before {
    width: 40px;
    height: 3px
  }

  .weAreHereForYou__title::after {
    width: 60px;
    height: 2px
  }

  .weAreHereForYou__ul {
    gap: 10px;
    margin-bottom: 20px
  }

  .weAreHereForYou__ul li {
    padding: 8px 12px 8px 35px;
    font-size: 13px;
    line-height: 1.4
  }

  .weAreHereForYou__ul li::before {
    left: 10px;
    font-size: 12px
  }

  .weAreHereForYou__ul li::after {
    width: 6px;
    height: 6px;
    right: 10px
  }

  .weAreHereForYou__imgWrp {
    max-width: 280px
  }

  .weAreHereForYou__img {
    max-height: 250px
  }
}

.prices {
  padding: 100px 0;
  background: linear-gradient(135deg, #f1f8f1 0, #fff 50%, #f8fffe 100%);
  position: relative;
  overflow: hidden
}

.prices::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 15% 20%, rgba(57, 157, 52, .02) 0, transparent 40%), radial-gradient(circle at 85% 80%, rgba(45, 125, 42, .015) 0, transparent 35%), radial-gradient(circle at 50% 50%, rgba(57, 157, 52, .01) 0, transparent 30%);
  pointer-events: none
}

.prices::after {
  content: "💰";
  position: absolute;
  top: 10%;
  left: 5%;
  font-size: 48px;
  opacity: .1;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg)
}

.prices__box {
  position: relative;
  z-index: 2
}

.prices__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 60px;
  position: relative
}

.prices__title::before {
  content: "€";
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 32px;
  color: var(--mainColor);
  opacity: .3;
  font-weight: 700
}

.prices__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, var(--mainColor)), color-stop(50%, #2d7d2a), color-stop(80%, var(--mainColor)), to(transparent));
  background: linear-gradient(90deg, transparent, var(--mainColor) 20%, #2d7d2a 50%, var(--mainColor) 80%, transparent);
  border-radius: 2px
}

.prices__box {
  display: block
}

.prices__wrp {
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 35px 30px;
  text-align: center;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, .08), 0 6px 15px rgba(0, 0, 0, .05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08), 0 6px 15px rgba(0, 0, 0, .05);
  border: 1px solid rgba(255, 255, 255, .3);
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden
}

.prices__wrp::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, rgba(57, 157, 52, .1), rgba(45, 125, 42, .05), rgba(57, 157, 52, .08));
  border-radius: 22px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.prices__wrp:nth-child(2) {
  border-top: 4px solid var(--mainColor)
}

.prices__wrp:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(57, 157, 52, .02), transparent 60%);
  pointer-events: none
}

.prices__wrp:nth-child(3) {
  border-top: 4px solid #f97316
}

.prices__wrp:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(249, 115, 22, .02), transparent 60%);
  pointer-events: none
}

.prices__wrp:nth-child(4) {
  border-top: 4px solid #3b82f6
}

.prices__wrp:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, .02), transparent 60%);
  pointer-events: none
}

.prices__wrp:nth-child(5) {
  border-top: 4px solid #8b5cf6
}

.prices__wrp:nth-child(5)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(139, 92, 246, .02), transparent 60%);
  pointer-events: none
}

.prices__wrp:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .12), 0 10px 25px rgba(0, 0, 0, .08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .12), 0 10px 25px rgba(0, 0, 0, .08);
  background: rgba(255, 255, 255, .95)
}

.prices__wrp:hover::before {
  opacity: 1
}

.prices__days {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: #555
}

.prices__days span {
  display: block;
  line-height: 1.3
}

.prices__days span:first-child {
  font-size: 18px;
  color: #333;
  font-weight: 700
}

.prices__days span:last-child {
  font-size: 14px;
  color: #666;
  margin-top: 4px
}

.prices__price {
  font-size: 48px;
  font-weight: 700;
  color: var(--mainColor);
  margin: 0 0 25px 0;
  position: relative;
  font-family: var(--font-heading);
  line-height: 1
}

.prices__price::after {
  content: "€";
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 28px;
  color: #666;
  font-weight: 500;
  opacity: .8
}

.prices__price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(57, 157, 52, .05), transparent 70%);
  border-radius: 50%;
  z-index: -1
}

.prices__ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0
}

.prices__ul li {
  padding: 8px 0;
  font-size: 14px;
  color: #666;
  position: relative;
  text-align: left;
  padding-left: 25px;
  line-height: 1.4
}

.prices__ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  color: var(--mainColor);
  font-weight: 700;
  font-size: 12px
}

.prices__ul li:last-child {
  font-weight: 600;
  color: #555;
  border-top: 1px solid rgba(57, 157, 52, .1);
  padding-top: 12px;
  margin-top: 8px
}

.prices__btnWrp {
  margin-bottom: 20px
}

.prices__btn {
  background-color: var(--mainColor);
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 18px;
  padding: 12px 32px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  -webkit-box-shadow: var(--shadow-md);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--mainColor), #2d7d2a);
  position: relative;
  overflow: hidden
}

.prices__btn span {
  position: relative;
  z-index: 2
}

.prices__btn span::before {
  content: "";
  position: absolute;
  background-image: url(../icons/telephone-fill.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  aspect-ratio: 1;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1)
}

.prices__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  -webkit-transition: left .5s;
  transition: left .5s;
  z-index: 1
}

.prices__btn:hover {
  background-color: #2d7d2a;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: var(--shadow-lg);
  box-shadow: var(--shadow-lg)
}

.prices__btn:hover::before {
  left: 100%
}

.prices__btn:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: var(--shadow-md);
  box-shadow: var(--shadow-md)
}

.prices__btn::before {
  content: "📞";
  margin-right: 8px;
  font-size: 14px
}

.prices__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  -webkit-transition: left .5s;
  transition: left .5s
}

.prices__btn:hover {
  background: linear-gradient(135deg, #2d7d2a, var(--mainColor));
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(57, 157, 52, .3), inset 0 1px 0 rgba(255, 255, 255, .2);
  box-shadow: 0 8px 25px rgba(57, 157, 52, .3), inset 0 1px 0 rgba(255, 255, 255, .2)
}

.prices__btn:hover::after {
  left: 100%
}

.prices__txt {
  font-size: 12px;
  color: #888;
  margin: 0;
  font-style: italic;
  line-height: 1.3
}

.prices__box {
  display: block
}

.prices__wrp {
  margin-bottom: 30px
}

@media (min-width:992px) {
  .prices__box {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
  }

  .prices__title {
    grid-column: 1/-1;
    margin-bottom: 40px
  }

  .prices__wrp {
    margin-bottom: 0
  }
}

@media (max-width:992px) {
  .prices {
    padding: 80px 0
  }

  .prices__title {
    font-size: clamp(22px, 4vw, 32px);
    margin-bottom: 50px
  }

  .prices__wrp {
    margin-bottom: 25px;
    padding: 30px 25px
  }

  .prices__price {
    font-size: 42px
  }

  .prices__price::after {
    font-size: 24px;
    right: -12px
  }
}

@media (max-width:768px) {
  .prices {
    padding: 60px 0
  }

  .prices::after {
    display: none
  }

  .prices__title {
    margin-bottom: 40px
  }

  .prices__title::before {
    font-size: 28px;
    top: -30px
  }

  .prices__wrp {
    padding: 25px 20px;
    border-radius: 16px
  }

  .prices__price {
    font-size: 38px
  }

  .prices__price::after {
    font-size: 22px;
    right: -10px
  }

  .prices__price::before {
    width: 100px;
    height: 100px
  }

  .prices__btn {
    font-size: 15px;
    padding: 10px 18px
  }
}

@media (max-width:480px) {
  .prices {
    padding: 50px 0
  }

  .prices__title {
    font-size: clamp(20px, 6vw, 26px);
    margin-bottom: 35px
  }

  .prices__wrp {
    padding: 20px 15px;
    margin-bottom: 20px
  }

  .prices__price {
    font-size: 34px
  }

  .prices__price::after {
    font-size: 20px;
    right: -8px
  }

  .prices__price::before {
    width: 80px;
    height: 80px
  }

  .prices__ul li {
    font-size: 13px;
    padding: 6px 0 6px 20px
  }

  .prices__ul li::before {
    font-size: 11px
  }

  .prices__btn {
    font-size: 14px;
    padding: 10px 15px
  }

  .prices__btn::before {
    font-size: 12px
  }

  .prices__txt {
    font-size: 11px
  }
}

.sheep {
  padding: 120px 0;
  background: linear-gradient(135deg, #fefbf0 0, #fff 50%, #fef9e7 100%);
  position: relative;
  overflow: hidden
}

.sheep::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(245, 158, 11, .02) 0, transparent 40%), radial-gradient(circle at 80% 70%, rgba(251, 191, 36, .015) 0, transparent 35%), radial-gradient(circle at 50% 50%, rgba(245, 158, 11, .01) 0, transparent 30%);
  pointer-events: none
}

.sheep::after {
  content: "⚠️";
  position: absolute;
  top: 15%;
  left: 8%;
  font-size: 36px;
  opacity: .2;
  -webkit-animation: warning-pulse 2s ease-in-out infinite;
  animation: warning-pulse 2s ease-in-out infinite
}

@-webkit-keyframes warning-pulse {

  0%,
  100% {
    -webkit-transform: scale(1) rotate(-5deg);
    transform: scale(1) rotate(-5deg);
    opacity: .2
  }

  50% {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
    opacity: .4
  }
}

@keyframes warning-pulse {

  0%,
  100% {
    -webkit-transform: scale(1) rotate(-5deg);
    transform: scale(1) rotate(-5deg);
    opacity: .2
  }

  50% {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
    opacity: .4
  }
}

@-webkit-keyframes black-sheep-head {

  0%,
  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg)
  }

  50% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg)
  }
}

@keyframes black-sheep-head {

  0%,
  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg)
  }

  50% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg)
  }
}

@-webkit-keyframes sheep-gentle-sway {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
  }

  50% {
    -webkit-transform: translateY(-2px) rotate(1deg);
    transform: translateY(-2px) rotate(1deg)
  }
}

@keyframes sheep-gentle-sway {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
  }

  50% {
    -webkit-transform: translateY(-2px) rotate(1deg);
    transform: translateY(-2px) rotate(1deg)
  }
}

.sheep__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 60px 50px;
  -webkit-box-shadow: 0 15px 35px rgba(245, 158, 11, .08), 0 6px 15px rgba(245, 158, 11, .05), inset 0 1px 0 rgba(255, 255, 255, .8);
  box-shadow: 0 15px 35px rgba(245, 158, 11, .08), 0 6px 15px rgba(245, 158, 11, .05), inset 0 1px 0 rgba(255, 255, 255, .8);
  border: 2px solid rgba(245, 158, 11, .1)
}

.sheep__box::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: repeating-linear-gradient(45deg, rgba(245, 158, 11, .08) 0, rgba(245, 158, 11, .08) 10px, rgba(251, 191, 36, .06) 10px, rgba(251, 191, 36, .06) 20px);
  border-radius: 23px;
  z-index: -1
}

.sheep__content {
  -webkit-box-flex: 1.2;
  -ms-flex: 1.2;
  flex: 1.2;
  max-width: 500px
}

.sheep__title {
  font-size: 26px;
  font-weight: 600;
  color: #d97706;
  margin: 0 0 25px 0;
  line-height: 1.4;
  position: relative;
  font-family: var(--font-heading);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.sheep__title::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 80px;
  height: 3px;
  background: repeating-linear-gradient(90deg, #d97706 0, #d97706 8px, #f59e0b 8px, #f59e0b 16px);
  border-radius: 2px
}

.sheep__title strong {
  color: #b45309;
  font-weight: 700;
  position: relative
}

.sheep__title strong::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#d97706), to(#f59e0b));
  background: linear-gradient(90deg, #d97706, #f59e0b);
  opacity: .3
}

.sheep__txt {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  position: relative;
  padding: 20px;
  background: linear-gradient(135deg, rgba(245, 158, 11, .05), rgba(239, 68, 68, .03));
  border-radius: 8px;
  border-left: 3px solid #f59e0b;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.sheep__imgWrp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  max-width: 420px
}

.sheep__imgWrp::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: conic-gradient(from 45deg, rgba(245, 158, 11, .04) 0deg, rgba(251, 191, 36, .02) 90deg, rgba(245, 158, 11, .03) 180deg, rgba(251, 191, 36, .01) 270deg);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: rotate-warning 20s linear infinite;
  animation: rotate-warning 20s linear infinite
}

@-webkit-keyframes rotate-warning {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate-warning {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.sheep__img {
  width: 100%;
  height: auto;
  max-height: 380px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .1));
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .1));
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.sheep__img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: drop-shadow(0 12px 30px rgba(0, 0, 0, .15));
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, .15))
}

.sheep__imgWrp svg {
  max-width: 100%;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.sheep__imgWrp svg g:nth-child(4) g#head {
  -webkit-animation: black-sheep-head 4s ease-in-out infinite;
  animation: black-sheep-head 4s ease-in-out infinite;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom
}

.sheep__imgWrp svg g#head {
  -webkit-animation: black-sheep-head 4s ease-in-out infinite;
  animation: black-sheep-head 4s ease-in-out infinite;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom
}

.sheep::before {
  background-image: repeating-linear-gradient(135deg, rgba(245, 158, 11, .005) 0, rgba(245, 158, 11, .005) 1px, transparent 1px, transparent 30px), radial-gradient(circle at 20% 30%, rgba(245, 158, 11, .02), transparent 40%), radial-gradient(circle at 80% 70%, rgba(251, 191, 36, .015), transparent 35%);
  background-size: 60px 60px, 100% 100%, 100% 100%
}

@media (max-width:992px) {
  .sheep {
    padding: 80px 0
  }

  .sheep__box {
    gap: 50px;
    padding: 45px 35px
  }

  .sheep__title {
    font-size: 24px;
    margin-bottom: 22px
  }

  .sheep__txt {
    font-size: 17px;
    padding: 18px
  }

  .sheep__img {
    max-height: 320px
  }
}

@media (max-width:768px) {
  .sheep {
    padding: 70px 0;
    overflow-x: hidden
  }

  .sheep::after {
    display: none
  }

  .sheep__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding: 40px 30px;
    text-align: center
  }

  .sheep__box::before {
    display: none
  }

  .sheep__content {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .sheep__imgWrp {
    max-width: 300px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .sheep__imgWrp::before {
    display: none
  }

  .sheep__title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px
  }

  .sheep__title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px
  }

  .sheep__txt {
    text-align: left;
    font-size: 16px;
    padding: 16px
  }

  .sheep__img {
    max-height: 260px
  }
}

@media (max-width:480px) {
  .sheep {
    padding: 50px 0;
    margin: 0 10px
  }

  .sheep__box {
    gap: 30px;
    padding: 30px 20px;
    border-radius: 12px;
    margin: 0 5px;
    overflow: hidden
  }

  .sheep__title {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.3
  }

  .sheep__title::before {
    width: 40px;
    height: 2px;
    top: -8px
  }

  .sheep__txt {
    font-size: 14px;
    line-height: 1.4;
    padding: 12px 14px
  }

  .sheep__imgWrp {
    max-width: 220px;
    width: 100%
  }

  .sheep__imgWrp::before {
    display: none
  }

  .sheep__imgWrp svg {
    max-width: 100%;
    height: auto;
    width: auto !important
  }

  .sheep__img {
    max-height: 170px;
    width: 100%;
    max-width: 100%
  }
}

@media (max-width:375px) {
  .sheep {
    padding: 25px 0;
    margin: 0 5px
  }

  .sheep__box {
    gap: 15px;
    padding: 15px 10px;
    border-radius: 10px;
    margin: 0
  }

  .sheep__title {
    font-size: 14px;
    margin-bottom: 10px
  }

  .sheep__title::before {
    width: 35px;
    height: 1px;
    top: -6px
  }

  .sheep__txt {
    font-size: 11px;
    line-height: 1.3;
    padding: 5px 6px
  }

  .sheep__imgWrp {
    max-width: 150px
  }

  .sheep__img {
    max-height: 110px
  }
}

@media (max-width:320px) {
  .sheep {
    padding: 20px 0;
    margin: 0
  }

  .sheep__box {
    gap: 12px;
    padding: 12px 8px;
    border-radius: 8px
  }

  .sheep__title {
    font-size: 13px;
    margin-bottom: 8px
  }

  .sheep__txt {
    font-size: 10px;
    padding: 4px
  }

  .sheep__imgWrp {
    max-width: 130px
  }

  .sheep__img {
    max-height: 100px
  }
}

.guarantee {
  padding: 100px 0;
  background: linear-gradient(120deg, #f8fafc 0, #fff 50%, #f0f7f0 100%);
  position: relative;
  overflow: hidden
}

.guarantee::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 15% 25%, rgba(245, 158, 11, .03) 0, transparent 45%), radial-gradient(circle at 85% 75%, rgba(34, 197, 94, .02) 0, transparent 40%), radial-gradient(circle at 45% 60%, rgba(245, 158, 11, .015) 0, transparent 35%);
  pointer-events: none
}

.guarantee::after {
  content: "✓";
  position: absolute;
  top: 20%;
  right: 10%;
  font-size: 48px;
  color: rgba(34, 197, 94, .15);
  -webkit-animation: guarantee-float 4s ease-in-out infinite;
  animation: guarantee-float 4s ease-in-out infinite;
  font-weight: 700
}

@-webkit-keyframes guarantee-float {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(-5deg);
    transform: translateY(0) rotate(-5deg);
    opacity: .15
  }

  50% {
    -webkit-transform: translateY(-15px) rotate(5deg);
    transform: translateY(-15px) rotate(5deg);
    opacity: .25
  }
}

@keyframes guarantee-float {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(-5deg);
    transform: translateY(0) rotate(-5deg);
    opacity: .15
  }

  50% {
    -webkit-transform: translateY(-15px) rotate(5deg);
    transform: translateY(-15px) rotate(5deg);
    opacity: .25
  }
}

.guarantee__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, rgba(255, 255, 255, .9) 0, rgba(240, 247, 240, .8) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 50px;
  -webkit-box-shadow: 0 20px 40px rgba(245, 158, 11, .1), 0 8px 20px rgba(245, 158, 11, .06), inset 0 1px 0 rgba(255, 255, 255, .9);
  box-shadow: 0 20px 40px rgba(245, 158, 11, .1), 0 8px 20px rgba(245, 158, 11, .06), inset 0 1px 0 rgba(255, 255, 255, .9);
  border: 2px solid rgba(34, 197, 94, .1)
}

.guarantee__box::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(45deg, rgba(34, 197, 94, .1) 0, rgba(245, 158, 11, .08) 25%, rgba(34, 197, 94, .1) 50%, rgba(245, 158, 11, .08) 75%, rgba(34, 197, 94, .1) 100%);
  border-radius: 28px;
  z-index: -1;
  -webkit-animation: guarantee-border 6s linear infinite;
  animation: guarantee-border 6s linear infinite
}

@-webkit-keyframes guarantee-border {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 200% 200%
  }
}

@keyframes guarantee-border {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 200% 200%
  }
}

.guarantee__content {
  -webkit-box-flex: 1.3;
  -ms-flex: 1.3;
  flex: 1.3;
  max-width: 580px
}

.guarantee__title {
  font-size: 28px;
  font-weight: 700;
  color: #22c55e;
  margin: 0 0 30px 0;
  line-height: 1.3;
  position: relative;
  font-family: var(--font-heading);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.guarantee__title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 120px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#22c55e), color-stop(50%, #f59e0b), to(#22c55e));
  background: linear-gradient(90deg, #22c55e 0, #f59e0b 50%, #22c55e 100%);
  border-radius: 2px
}

.guarantee__txt {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin: 0 0 20px 0;
  position: relative;
  padding: 0 0 0 25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.guarantee__txt::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: #22c55e;
  font-weight: 700;
  font-size: 14px
}

.guarantee__txt:last-of-type {
  margin-bottom: 0;
  padding-left: 0
}

.guarantee__txt:last-of-type::before {
  display: none
}

.guarantee__btnWrp {
  margin-top: 35px;
  position: relative
}

.guarantee__btnRequest {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #22c55e 0, #16a34a 100%);
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0 8px 20px rgba(34, 197, 94, .3), 0 4px 10px rgba(34, 197, 94, .2);
  box-shadow: 0 8px 20px rgba(34, 197, 94, .3), 0 4px 10px rgba(34, 197, 94, .2);
  position: relative;
  overflow: hidden
}

.guarantee__btnRequest::before {
  content: "🤝";
  font-size: 18px
}

.guarantee__btnRequest::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  -webkit-transition: left .5s ease;
  transition: left .5s ease
}

.guarantee__btnRequest:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 30px rgba(34, 197, 94, .4), 0 6px 15px rgba(34, 197, 94, .3);
  box-shadow: 0 12px 30px rgba(34, 197, 94, .4), 0 6px 15px rgba(34, 197, 94, .3);
  color: #fff
}

.guarantee__btnRequest:hover::after {
  left: 100%
}

.guarantee__btnRequest:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.guarantee__imgWrp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  max-width: 400px
}

.guarantee__imgWrp::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: conic-gradient(from 0deg, rgba(34, 197, 94, .08) 0deg, rgba(245, 158, 11, .05) 90deg, rgba(34, 197, 94, .06) 180deg, rgba(245, 158, 11, .03) 270deg);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: guarantee-rotate 15s linear infinite;
  animation: guarantee-rotate 15s linear infinite
}

.guarantee__imgWrp::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid rgba(34, 197, 94, .1);
  border-radius: 20px;
  z-index: -1
}

@-webkit-keyframes guarantee-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes guarantee-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.guarantee__img {
  width: 100%;
  height: auto;
  max-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  -webkit-filter: drop-shadow(0 10px 25px rgba(0, 0, 0, .15));
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, .15));
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.guarantee__img:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: drop-shadow(0 15px 35px rgba(0, 0, 0, .2));
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, .2))
}

@media (max-width:992px) {
  .guarantee {
    padding: 80px 0
  }

  .guarantee__box {
    gap: 50px;
    padding: 40px 35px
  }

  .guarantee__title {
    font-size: 26px;
    margin-bottom: 25px
  }

  .guarantee__txt {
    font-size: 15px;
    margin-bottom: 18px
  }

  .guarantee__img {
    max-height: 300px
  }
}

@media (max-width:768px) {
  .guarantee {
    padding: 70px 0;
    overflow-x: hidden
  }

  .guarantee::after {
    display: none
  }

  .guarantee__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding: 35px 25px;
    text-align: center
  }

  .guarantee__box::before {
    display: none
  }

  .guarantee__content {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .guarantee__imgWrp {
    max-width: 320px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .guarantee__imgWrp::after,
  .guarantee__imgWrp::before {
    display: none
  }

  .guarantee__title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px
  }

  .guarantee__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px
  }

  .guarantee__txt {
    text-align: left;
    font-size: 14px;
    margin-bottom: 16px;
    padding-left: 20px
  }

  .guarantee__btnWrp {
    text-align: center;
    margin-top: 30px
  }

  .guarantee__img {
    max-height: 250px
  }
}

@media (max-width:480px) {
  .guarantee {
    padding: 50px 0;
    margin: 0 10px
  }

  .guarantee__box {
    gap: 30px;
    padding: 25px 20px;
    border-radius: 18px;
    margin: 0 5px
  }

  .guarantee__title {
    font-size: 20px;
    margin-bottom: 18px
  }

  .guarantee__title::after {
    width: 80px;
    height: 2px;
    bottom: -6px
  }

  .guarantee__txt {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px;
    padding-left: 18px
  }

  .guarantee__btnRequest {
    padding: 14px 24px;
    font-size: 14px;
    border-radius: 10px
  }

  .guarantee__btnRequest::before {
    font-size: 16px
  }

  .guarantee__imgWrp {
    max-width: 280px
  }

  .guarantee__img {
    max-height: 200px;
    border-radius: 12px
  }
}

@media (max-width:375px) {
  .guarantee {
    padding: 40px 0;
    margin: 0 5px
  }

  .guarantee__box {
    gap: 25px;
    padding: 20px 15px;
    border-radius: 15px
  }

  .guarantee__title {
    font-size: 18px;
    margin-bottom: 15px
  }

  .guarantee__txt {
    font-size: 12px;
    margin-bottom: 12px;
    padding-left: 16px
  }

  .guarantee__btnRequest {
    padding: 12px 20px;
    font-size: 13px
  }

  .guarantee__imgWrp {
    max-width: 240px
  }

  .guarantee__img {
    max-height: 180px
  }
}

.review {
  padding: 100px 0;
  background: linear-gradient(135deg, #fafafa 0, #fff 40%, #f0f7f0 100%);
  position: relative;
  overflow: hidden
}

.review::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(57, 157, 52, .025) 0, transparent 40%), radial-gradient(circle at 80% 20%, rgba(57, 157, 52, .02) 0, transparent 35%), radial-gradient(circle at 40% 80%, rgba(57, 157, 52, .015) 0, transparent 30%);
  pointer-events: none
}

.review::after {
  content: "⭐";
  position: absolute;
  top: 15%;
  left: 8%;
  font-size: 32px;
  opacity: .15;
  -webkit-animation: star-twinkle 3s ease-in-out infinite;
  animation: star-twinkle 3s ease-in-out infinite
}

@-webkit-keyframes star-twinkle {

  0%,
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: .15
  }

  50% {
    -webkit-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
    opacity: .3
  }
}

@keyframes star-twinkle {

  0%,
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: .15
  }

  50% {
    -webkit-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
    opacity: .3
  }
}

.rewiews__box {
  position: relative;
  z-index: 2
}

.reviews-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.reviews__title {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 60px 0;
  line-height: 1.2;
  text-align: center;
  position: relative;
  font-family: var(--font-heading);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.reviews__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#399d34), color-stop(50%, #2d7a2d), to(#399d34));
  background: linear-gradient(90deg, #399d34 0, #2d7a2d 50%, #399d34 100%);
  border-radius: 2px
}

.reviews__wrp {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px
}

.review-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, .95) 0, rgba(240, 247, 240, .9) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(57, 157, 52, .08), 0 4px 15px rgba(57, 157, 52, .05), inset 0 1px 0 rgba(255, 255, 255, .8);
  box-shadow: 0 10px 30px rgba(57, 157, 52, .08), 0 4px 15px rgba(57, 157, 52, .05), inset 0 1px 0 rgba(255, 255, 255, .8);
  border: 1px solid rgba(57, 157, 52, .1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  overflow: hidden
}

.review-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#399d34), color-stop(50%, #2d7a2d), to(#399d34));
  background: linear-gradient(90deg, #399d34 0, #2d7a2d 50%, #399d34 100%)
}

.review-card:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 20px 40px rgba(57, 157, 52, .12), 0 8px 25px rgba(57, 157, 52, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
  box-shadow: 0 20px 40px rgba(57, 157, 52, .12), 0 8px 25px rgba(57, 157, 52, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
  border-color: rgba(57, 157, 52, .2)
}

.review-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.review__wrp {
  margin-bottom: 15px
}

.review__wrp h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 5px 0;
  font-family: var(--font-heading);
  position: relative
}

.review__wrp h3::before {
  content: "👤";
  font-size: 16px;
  margin-right: 8px;
  opacity: .7
}

.review-service {
  font-size: 14px;
  font-weight: 500;
  color: #399d34;
  background: rgba(57, 157, 52, .1);
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
  border: 1px solid rgba(57, 157, 52, .2)
}

.review-service::before {
  content: "🔧";
  font-size: 12px;
  margin-right: 6px
}

.review-comment {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 20px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding-left: 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.review-comment::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 32px;
  color: rgba(57, 157, 52, .3);
  font-family: Georgia, serif;
  line-height: 1
}

.review-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(57, 157, 52, .1)
}

.review-rating {
  font-size: 16px;
  color: #fbbf24;
  letter-spacing: 2px;
  text-shadow: 0 1px 2px rgba(251, 191, 36, .3);
  -webkit-filter: drop-shadow(0 0 2px rgba(251, 191, 36, .4));
  filter: drop-shadow(0 0 2px rgba(251, 191, 36, .4))
}

.date {
  font-size: 12px;
  color: #9ca3af;
  font-style: italic
}

.date:empty::after {
  content: "Kürzlich"
}

.review-card:has(.review-rating:contains("★★★★★")) .review-service {
  background: rgba(34, 197, 94, .1);
  color: #22c55e;
  border-color: rgba(34, 197, 94, .2)
}

.review-card:has(.review-rating:contains("★★★★★"))::before {
  background: -webkit-gradient(linear, left top, right top, from(#22c55e), to(#16a34a));
  background: linear-gradient(90deg, #22c55e 0, #16a34a 100%)
}

.write-review-button-wrp {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 10;
}

.write-review-button {
  display: inline-block;
  background: linear-gradient(135deg,
      #399d34 0%,
      #2d7a2d 50%,
      #1f5e21 100%);
  color: white !important;
  text-decoration: none;
  border: none;
  border-radius: 20px;
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 8px 20px rgba(57, 157, 52, 0.25),
    0 3px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;

  &::before {
    content: '👁️';
    margin-right: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
  }

  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%);
    transition: left 0.6s ease;
  }

  &:hover {
    transform: translateY(-3px);
    box-shadow:
      0 12px 30px rgba(57, 157, 52, 0.35),
      0 6px 12px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg,
        #4ade80 0%,
        #399d34 50%,
        #2d7a2d 100%);
    text-decoration: none;
    color: white !important;

    &::before {
      transform: scale(1.1);
    }

    &::after {
      left: 100%;
    }
  }

  &:active {
    transform: translateY(-1px);
    box-shadow:
      0 6px 15px rgba(57, 157, 52, 0.25),
      0 2px 5px rgba(0, 0, 0, 0.1);
  }

  &:focus {
    outline: none;
    box-shadow:
      0 8px 20px rgba(57, 157, 52, 0.25),
      0 0 0 3px rgba(57, 157, 52, 0.2);
  }
}

@media (max-width:992px) {
  .write-review-button-wrp {
    margin-top: 30px;
  }

  .write-review-button {
    padding: 16px 30px;
    font-size: 15px;
    border-radius: 18px;

    &::before {
      font-size: 15px;
      margin-right: 6px;
    }
  }

  .review {
    padding: 80px 0
  }

  .reviews__title {
    font-size: 28px;
    margin-bottom: 50px
  }

  .reviews__wrp {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px
  }

  .review-card {
    padding: 25px
  }
}

@media (max-width:768px) {
  .write-review-button-wrp {
    margin-top: 25px;
  }

  .write-review-button {
    padding: 14px 25px;
    font-size: 14px;
    border-radius: 16px;

    &::before {
      font-size: 14px;
      margin-right: 5px;
    }
  }

  .review {
    padding: 70px 0;
    overflow-x: hidden
  }

  .review::after {
    display: none
  }

  .reviews__title {
    font-size: 26px;
    margin-bottom: 40px;
    padding: 0 20px
  }

  .reviews__title::after {
    width: 80px
  }

  .reviews__wrp {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px
  }

  .review-card {
    padding: 20px;
    border-radius: 16px
  }

  .review-card:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
  }

  .review__wrp h3 {
    font-size: 18px
  }

  .review-comment {
    font-size: 14px;
    padding-left: 15px
  }

  .review-comment::before {
    font-size: 24px
  }
}

@media (max-width:480px) {
  .write-review-button-wrp {
    margin-top: 20px;
  }

  .write-review-button {
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 14px;
    letter-spacing: 0.3px;

    &::before {
      font-size: 13px;
      margin-right: 4px;
    }
  }

  .review {
    padding: 50px 0;
    margin: 0 10px
  }

  .reviews__title {
    font-size: 22px;
    margin-bottom: 30px;
    padding: 0 10px
  }

  .reviews__title::after {
    width: 60px;
    height: 3px;
    bottom: -12px
  }

  .reviews__wrp {
    gap: 15px;
    padding: 0 5px
  }

  .review-card {
    padding: 18px;
    border-radius: 14px;
    margin: 0 5px
  }

  .review__wrp {
    margin-bottom: 12px
  }

  .review__wrp h3 {
    font-size: 16px
  }

  .review__wrp h3::before {
    font-size: 14px;
    margin-right: 6px
  }

  .review-service {
    font-size: 12px;
    padding: 3px 10px;
    margin-bottom: 12px
  }

  .review-service::before {
    font-size: 10px;
    margin-right: 4px
  }

  .review-comment {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 12px
  }

  .review-comment::before {
    font-size: 20px;
    top: -3px
  }

  .review-meta {
    padding-top: 12px
  }

  .review-rating {
    font-size: 14px;
    letter-spacing: 1px
  }

  .date {
    font-size: 11px
  }
}

@media (max-width:375px) {
  .write-review-button-wrp {
    margin-top: 18px;
  }

  .write-review-button {
    padding: 10px 18px;
    font-size: 12px;
    border-radius: 12px;
    letter-spacing: 0.2px;

    &::before {
      font-size: 12px;
    }
  }

  .review {
    padding: 40px 0;
    margin: 0 5px
  }

  .reviews__title {
    font-size: 20px;
    margin-bottom: 25px;
    padding: 0 5px
  }

  .review-card {
    padding: 15px;
    border-radius: 12px;
    margin: 0
  }

  .review__wrp h3 {
    font-size: 15px
  }

  .review-service {
    font-size: 11px;
    padding: 2px 8px
  }

  .review-comment {
    font-size: 12px;
    padding-left: 10px
  }

  .review-comment::before {
    font-size: 18px
  }

  .review-rating {
    font-size: 13px
  }
}

.aboutUs {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8fafc 0, #fff 35%, #f0f7f0 100%);
  position: relative;
  overflow: hidden
}

.aboutUs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 25% 25%, rgba(57, 157, 52, .04) 0, transparent 50%), radial-gradient(circle at 75% 75%, rgba(57, 157, 52, .03) 0, transparent 45%), radial-gradient(circle at 50% 50%, rgba(57, 157, 52, .02) 0, transparent 40%);
  pointer-events: none
}

.aboutUs::after {
  content: "🏢";
  position: absolute;
  top: 20%;
  right: 8%;
  font-size: 40px;
  opacity: .1;
  -webkit-animation: company-float 5s ease-in-out infinite;
  animation: company-float 5s ease-in-out infinite
}

@-webkit-keyframes company-float {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(-3deg);
    transform: translateY(0) rotate(-3deg);
    opacity: .1
  }

  50% {
    -webkit-transform: translateY(-20px) rotate(3deg);
    transform: translateY(-20px) rotate(3deg);
    opacity: .2
  }
}

@keyframes company-float {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(-3deg);
    transform: translateY(0) rotate(-3deg);
    opacity: .1
  }

  50% {
    -webkit-transform: translateY(-20px) rotate(3deg);
    transform: translateY(-20px) rotate(3deg);
    opacity: .2
  }
}

.aboutUs__box {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(255, 255, 255, .95) 0, rgba(254, 247, 237, .9) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 28px;
  padding: 60px 50px;
  -webkit-box-shadow: 0 25px 50px rgba(57, 157, 52, .08), 0 10px 25px rgba(57, 157, 52, .05), inset 0 1px 0 rgba(255, 255, 255, .9);
  box-shadow: 0 25px 50px rgba(57, 157, 52, .08), 0 10px 25px rgba(57, 157, 52, .05), inset 0 1px 0 rgba(255, 255, 255, .9);
  border: 2px solid rgba(57, 157, 52, .08);
  text-align: center
}

.aboutUs__box::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(45deg, rgba(57, 157, 52, .1) 0, rgba(45, 122, 45, .08) 25%, rgba(57, 157, 52, .1) 50%, rgba(45, 122, 45, .08) 75%, rgba(57, 157, 52, .1) 100%);
  background-size: 400% 400%;
  border-radius: 32px;
  z-index: -1;
  -webkit-animation: aboutUs-border 8s ease-in-out infinite;
  animation: aboutUs-border 8s ease-in-out infinite
}

.aboutUs__box::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  border: 1px solid rgba(57, 157, 52, .06);
  border-radius: 20px;
  pointer-events: none
}

@-webkit-keyframes aboutUs-border {

  0%,
  100% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }
}

@keyframes aboutUs-border {

  0%,
  100% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }
}

.aboutUs__title {
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 40px 0;
  line-height: 1.2;
  position: relative;
  font-family: var(--font-heading);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.aboutUs__title::before {
  content: "⚡";
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
  opacity: .8;
  -webkit-animation: electric-pulse 2s ease-in-out infinite;
  animation: electric-pulse 2s ease-in-out infinite
}

.aboutUs__title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #399d34), color-stop(50%, #2d7a2d), color-stop(80%, #399d34), to(transparent));
  background: linear-gradient(90deg, transparent 0, #399d34 20%, #2d7a2d 50%, #399d34 80%, transparent 100%);
  border-radius: 2px
}

@-webkit-keyframes electric-pulse {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .8
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1
  }
}

@keyframes electric-pulse {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .8
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1
  }
}

.aboutUs__txt {
  font-size: 18px;
  line-height: 1.8;
  color: #4b5563;
  margin: 0 0 30px 0;
  text-align: left;
  position: relative;
  padding: 25px 30px;
  background: linear-gradient(135deg, rgba(57, 157, 52, .03) 0, rgba(255, 255, 255, .8) 50%, rgba(57, 157, 52, .02) 100%);
  border-radius: 16px;
  border-left: 4px solid rgba(57, 157, 52, .3);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.aboutUs__txt:nth-child(2)::before {
  content: "01";
  position: absolute;
  top: -8px;
  left: 20px;
  background: #399d34;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 12px;
  line-height: 1
}

.aboutUs__txt:nth-child(3)::before {
  content: "02";
  position: absolute;
  top: -8px;
  left: 20px;
  background: #2d7a2d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 12px;
  line-height: 1
}

.aboutUs__txt:nth-child(4) {
  margin-bottom: 0
}

.aboutUs__txt:nth-child(4)::before {
  content: "03";
  position: absolute;
  top: -8px;
  left: 20px;
  background: #1f5e21;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 12px;
  line-height: 1
}

.aboutUs__txt::first-letter {
  font-size: 1.4em;
  font-weight: 600;
  color: #2d7a2d
}

@media (max-width:992px) {
  .aboutUs {
    padding: 100px 0
  }

  .aboutUs__box {
    max-width: 800px;
    padding: 50px 40px;
    border-radius: 24px
  }

  .aboutUs__title {
    font-size: 32px;
    margin-bottom: 35px
  }

  .aboutUs__title::before {
    font-size: 28px;
    margin-bottom: 12px
  }

  .aboutUs__title::after {
    width: 120px
  }

  .aboutUs__txt {
    font-size: 17px;
    margin-bottom: 25px;
    padding: 22px 25px
  }
}

@media (max-width:768px) {
  .aboutUs {
    padding: 80px 0;
    overflow-x: hidden
  }

  .aboutUs::after {
    display: none
  }

  .aboutUs__box {
    max-width: 100%;
    margin: 0 20px;
    padding: 40px 30px;
    border-radius: 20px
  }

  .aboutUs__box::after,
  .aboutUs__box::before {
    display: none
  }

  .aboutUs__title {
    font-size: 28px;
    margin-bottom: 30px
  }

  .aboutUs__title::before {
    font-size: 24px;
    margin-bottom: 10px
  }

  .aboutUs__title::after {
    width: 100px;
    bottom: -10px
  }

  .aboutUs__txt {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 20px 22px;
    border-radius: 12px
  }

  .aboutUs__txt::first-letter {
    font-size: 1.3em
  }
}

@media (max-width:480px) {
  .aboutUs {
    padding: 60px 0;
    margin: 0 10px
  }

  .aboutUs__box {
    margin: 0 10px;
    padding: 30px 20px;
    border-radius: 16px
  }

  .aboutUs__title {
    font-size: 24px;
    margin-bottom: 25px
  }

  .aboutUs__title::before {
    font-size: 20px;
    margin-bottom: 8px
  }

  .aboutUs__title::after {
    width: 80px;
    height: 3px;
    bottom: -8px
  }

  .aboutUs__txt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
    padding: 18px 16px;
    border-radius: 10px
  }

  .aboutUs__txt::before {
    font-size: 10px;
    padding: 3px 6px;
    top: -6px;
    left: 15px
  }

  .aboutUs__txt::first-letter {
    font-size: 1.2em
  }
}

@media (max-width:375px) {
  .aboutUs {
    padding: 50px 0;
    margin: 0 5px
  }

  .aboutUs__box {
    margin: 0 5px;
    padding: 25px 15px;
    border-radius: 14px
  }

  .aboutUs__title {
    font-size: 22px;
    margin-bottom: 20px
  }

  .aboutUs__title::before {
    font-size: 18px
  }

  .aboutUs__title::after {
    width: 70px
  }

  .aboutUs__txt {
    font-size: 13px;
    margin-bottom: 15px;
    padding: 15px 12px
  }

  .aboutUs__txt::first-letter {
    font-size: 1.1em
  }
}

@media (max-width:320px) {
  .aboutUs {
    padding: 40px 0
  }

  .aboutUs__box {
    padding: 20px 12px;
    border-radius: 12px
  }

  .aboutUs__title {
    font-size: 20px;
    margin-bottom: 18px
  }

  .aboutUs__txt {
    font-size: 12px;
    padding: 12px 10px
  }
}

.ourPrinciples {
  padding: 100px 0;
  background: linear-gradient(120deg, #f9fafb 0, #fff 40%, #f0f7f0 100%);
  position: relative;
  overflow: hidden
}

.ourPrinciples::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 15% 20%, rgba(57, 157, 52, .025) 0, transparent 45%), radial-gradient(circle at 85% 30%, rgba(57, 157, 52, .02) 0, transparent 40%), radial-gradient(circle at 50% 80%, rgba(57, 157, 52, .015) 0, transparent 35%);
  pointer-events: none
}

.ourPrinciples::after {
  content: "⚖️";
  position: absolute;
  top: 15%;
  left: 5%;
  font-size: 36px;
  opacity: .12;
  -webkit-animation: principles-sway 4s ease-in-out infinite;
  animation: principles-sway 4s ease-in-out infinite
}

@-webkit-keyframes principles-sway {

  0%,
  100% {
    -webkit-transform: rotate(-2deg) translateY(0);
    transform: rotate(-2deg) translateY(0);
    opacity: .12
  }

  50% {
    -webkit-transform: rotate(2deg) translateY(-10px);
    transform: rotate(2deg) translateY(-10px);
    opacity: .2
  }
}

@keyframes principles-sway {

  0%,
  100% {
    -webkit-transform: rotate(-2deg) translateY(0);
    transform: rotate(-2deg) translateY(0);
    opacity: .12
  }

  50% {
    -webkit-transform: rotate(2deg) translateY(-10px);
    transform: rotate(2deg) translateY(-10px);
    opacity: .2
  }
}

.ourPrinciples__box {
  position: relative;
  z-index: 2
}

.ourPrinciples__title {
  font-size: 34px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 60px 0;
  line-height: 1.2;
  text-align: center;
  position: relative;
  font-family: var(--font-heading);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ourPrinciples__title::before {
  content: "🎯";
  display: block;
  font-size: 28px;
  margin-bottom: 12px;
  opacity: .8
}

.ourPrinciples__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #399d34), color-stop(50%, #2d7a2d), color-stop(75%, #399d34), to(transparent));
  background: linear-gradient(90deg, transparent 0, #399d34 25%, #2d7a2d 50%, #399d34 75%, transparent 100%);
  border-radius: 2px
}

.ourPrinciples__wrp {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
  margin-top: 40px
}

.ourPrinciples__inner {
  background: linear-gradient(135deg, rgba(255, 255, 255, .95) 0, rgba(240, 247, 240, .9) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 35px 25px;
  -webkit-box-shadow: 0 8px 25px rgba(57, 157, 52, .06), 0 3px 12px rgba(57, 157, 52, .04), inset 0 1px 0 rgba(255, 255, 255, .8);
  box-shadow: 0 8px 25px rgba(57, 157, 52, .06), 0 3px 12px rgba(57, 157, 52, .04), inset 0 1px 0 rgba(255, 255, 255, .8);
  border: 1px solid rgba(57, 157, 52, .08);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  overflow: hidden
}

.ourPrinciples__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#399d34), color-stop(50%, #2d7a2d), to(#1f5e21));
  background: linear-gradient(180deg, #399d34 0, #2d7a2d 50%, #1f5e21 100%)
}

.ourPrinciples__inner:nth-child(1)::after {
  content: "01";
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(57, 157, 52, .1);
  color: #2d7a2d;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid rgba(57, 157, 52, .2)
}

.ourPrinciples__inner:nth-child(2)::after {
  content: "02";
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(57, 157, 52, .1);
  color: #2d7a2d;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid rgba(57, 157, 52, .2)
}

.ourPrinciples__inner:nth-child(3)::after {
  content: "03";
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(57, 157, 52, .1);
  color: #2d7a2d;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid rgba(57, 157, 52, .2)
}

.ourPrinciples__inner:nth-child(4)::after {
  content: "04";
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(57, 157, 52, .1);
  color: #2d7a2d;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid rgba(57, 157, 52, .2)
}

.ourPrinciples__inner:nth-child(5)::after {
  content: "05";
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(57, 157, 52, .1);
  color: #2d7a2d;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid rgba(57, 157, 52, .2)
}

.ourPrinciples__inner:nth-child(6)::after {
  content: "06";
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(57, 157, 52, .1);
  color: #2d7a2d;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid rgba(57, 157, 52, .2)
}

.ourPrinciples__inner:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 35px rgba(57, 157, 52, .1), 0 6px 20px rgba(57, 157, 52, .06), inset 0 1px 0 rgba(255, 255, 255, .9);
  box-shadow: 0 15px 35px rgba(57, 157, 52, .1), 0 6px 20px rgba(57, 157, 52, .06), inset 0 1px 0 rgba(255, 255, 255, .9);
  border-color: rgba(57, 157, 52, .15)
}

.ourPrinciples__inner:hover::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#4ade80), color-stop(50%, #399d34), to(#2d7a2d));
  background: linear-gradient(180deg, #4ade80 0, #399d34 50%, #2d7a2d 100%)
}

.ourPrinciples__subTitle {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 15px 0;
  line-height: 1.3;
  position: relative;
  padding-left: 30px;
  font-family: var(--font-heading)
}

.ourPrinciples__subTitle::before {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  opacity: .8
}

.ourPrinciples__inner:nth-child(1) .ourPrinciples__subTitle::before {
  content: "📋"
}

.ourPrinciples__inner:nth-child(2) .ourPrinciples__subTitle::before {
  content: "🌍"
}

.ourPrinciples__inner:nth-child(3) .ourPrinciples__subTitle::before {
  content: "🌱"
}

.ourPrinciples__inner:nth-child(4) .ourPrinciples__subTitle::before {
  content: "🤝"
}

.ourPrinciples__inner:nth-child(5) .ourPrinciples__subTitle::before {
  content: "🔒"
}

.ourPrinciples__inner:nth-child(6) .ourPrinciples__subTitle::before {
  content: "⚖️"
}

.ourPrinciples__txt {
  font-size: 15px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
  padding-left: 30px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media (max-width:992px) {
  .ourPrinciples {
    padding: 80px 0
  }

  .ourPrinciples__title {
    font-size: 30px;
    margin-bottom: 50px
  }

  .ourPrinciples__title::before {
    font-size: 24px;
    margin-bottom: 10px
  }

  .ourPrinciples__title::after {
    width: 100px
  }

  .ourPrinciples__wrp {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px
  }

  .ourPrinciples__inner {
    padding: 30px 20px
  }

  .ourPrinciples__subTitle {
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 25px
  }

  .ourPrinciples__subTitle::before {
    font-size: 16px
  }

  .ourPrinciples__txt {
    font-size: 14px;
    padding-left: 25px
  }
}

@media (max-width:768px) {
  .ourPrinciples {
    padding: 70px 0;
    overflow-x: hidden
  }

  .ourPrinciples::after {
    display: none
  }

  .ourPrinciples__title {
    font-size: 28px;
    margin-bottom: 40px;
    padding: 0 20px
  }

  .ourPrinciples__title::before {
    font-size: 22px
  }

  .ourPrinciples__title::after {
    width: 80px;
    bottom: -12px
  }

  .ourPrinciples__wrp {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    padding: 0 10px
  }

  .ourPrinciples__inner {
    padding: 25px 18px;
    border-radius: 14px
  }

  .ourPrinciples__inner:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
  }

  .ourPrinciples__inner::after {
    top: 12px;
    right: 12px;
    font-size: 11px;
    padding: 4px 8px
  }

  .ourPrinciples__subTitle {
    font-size: 17px;
    margin-bottom: 10px;
    padding-left: 22px
  }

  .ourPrinciples__subTitle::before {
    font-size: 15px
  }

  .ourPrinciples__txt {
    font-size: 13px;
    line-height: 1.5;
    padding-left: 22px
  }
}

@media (max-width:480px) {
  .ourPrinciples {
    padding: 50px 0;
    margin: 0 10px
  }

  .ourPrinciples__title {
    font-size: 24px;
    margin-bottom: 30px;
    padding: 0 10px
  }

  .ourPrinciples__title::before {
    font-size: 20px;
    margin-bottom: 8px
  }

  .ourPrinciples__title::after {
    width: 60px;
    height: 3px;
    bottom: -10px
  }

  .ourPrinciples__wrp {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 5px
  }

  .ourPrinciples__inner {
    padding: 20px 15px;
    border-radius: 12px;
    margin: 0 5px
  }

  .ourPrinciples__inner::after {
    top: 10px;
    right: 10px;
    font-size: 10px;
    padding: 3px 6px
  }

  .ourPrinciples__subTitle {
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 20px
  }

  .ourPrinciples__subTitle::before {
    font-size: 14px;
    top: 1px
  }

  .ourPrinciples__txt {
    font-size: 12px;
    line-height: 1.4;
    padding-left: 20px
  }
}

@media (max-width:375px) {
  .ourPrinciples {
    padding: 40px 0;
    margin: 0 5px
  }

  .ourPrinciples__title {
    font-size: 22px;
    margin-bottom: 25px;
    padding: 0 5px
  }

  .ourPrinciples__title::before {
    font-size: 18px
  }

  .ourPrinciples__inner {
    padding: 18px 12px;
    border-radius: 10px;
    margin: 0
  }

  .ourPrinciples__subTitle {
    font-size: 15px;
    padding-left: 18px
  }

  .ourPrinciples__subTitle::before {
    font-size: 13px
  }

  .ourPrinciples__txt {
    font-size: 11px;
    padding-left: 18px
  }
}

@media (max-width:320px) {
  .ourPrinciples {
    padding: 35px 0
  }

  .ourPrinciples__title {
    font-size: 20px;
    margin-bottom: 20px
  }

  .ourPrinciples__inner {
    padding: 15px 10px
  }

  .ourPrinciples__subTitle {
    font-size: 14px;
    padding-left: 16px
  }

  .ourPrinciples__txt {
    font-size: 10px;
    padding-left: 16px
  }
}

.faq {
  padding: 120px 0;
  background: radial-gradient(circle at 20% 80%, rgba(57, 157, 52, .1) 0, transparent 50%), radial-gradient(circle at 80% 20%, rgba(57, 157, 52, .08) 0, transparent 50%), linear-gradient(135deg, #f0f7f0 0, #fff 50%, #f0f7f0 100%);
  position: relative;
  overflow: hidden
}

.faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 70% 30%, rgba(57, 157, 52, .05) 0, transparent 70%), radial-gradient(circle at 30% 70%, rgba(45, 122, 45, .03) 0, transparent 70%);
  z-index: 1
}

.faq::after {
  content: "❓";
  position: absolute;
  top: 15%;
  right: 10%;
  font-size: 80px;
  opacity: .05;
  -webkit-animation: faq-float 6s ease-in-out infinite;
  animation: faq-float 6s ease-in-out infinite;
  z-index: 2
}

.faq__box {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(255, 255, 255, .95) 0, rgba(240, 247, 240, .9) 100%);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 60px 50px;
  -webkit-box-shadow: 0 20px 40px rgba(57, 157, 52, .1), 0 8px 16px rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .6);
  box-shadow: 0 20px 40px rgba(57, 157, 52, .1), 0 8px 16px rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .6);
  border: 1px solid rgba(57, 157, 52, .1);
  position: relative;
  z-index: 10
}

.faq__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .1) 0, transparent 50%);
  border-radius: 25px;
  pointer-events: none
}

.faq__title {
  font-size: 48px;
  font-weight: 700;
  color: #399d34;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.2;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased
}

.faq__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, rgba(57, 157, 52, .8)), color-stop(50%, #399d34), color-stop(80%, rgba(57, 157, 52, .8)), to(transparent));
  background: linear-gradient(90deg, transparent 0, rgba(57, 157, 52, .8) 20%, #399d34 50%, rgba(57, 157, 52, .8) 80%, transparent 100%);
  border-radius: 2px
}

.faq__inner {
  margin-bottom: 25px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .9) 0, rgba(240, 247, 240, .7) 100%);
  border-radius: 18px;
  padding: 30px;
  border: 1px solid rgba(57, 157, 52, .15);
  -webkit-box-shadow: 0 8px 20px rgba(57, 157, 52, .08), 0 2px 8px rgba(0, 0, 0, .03);
  box-shadow: 0 8px 20px rgba(57, 157, 52, .08), 0 2px 8px rgba(0, 0, 0, .03);
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden
}

.faq__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#399d34), color-stop(50%, #2d7a2d), to(#1f5e21));
  background: linear-gradient(180deg, #399d34 0, #2d7a2d 50%, #1f5e21 100%);
  border-radius: 0 3px 3px 0
}

.faq__inner::after {
  content: counter(faq-counter, decimal-leading-zero);
  counter-increment: faq-counter;
  position: absolute;
  top: 20px;
  right: 25px;
  background: rgba(57, 157, 52, .1);
  color: #399d34;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 20px;
  border: 1px solid rgba(57, 157, 52, .2)
}

.faq__inner:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 15px 35px rgba(57, 157, 52, .15), 0 5px 15px rgba(0, 0, 0, .08);
  box-shadow: 0 15px 35px rgba(57, 157, 52, .15), 0 5px 15px rgba(0, 0, 0, .08);
  border-color: rgba(57, 157, 52, .25)
}

.faq__inner:hover .faq__subTitle {
  color: #2d7a2d
}

.faq__inner:last-child {
  margin-bottom: 0
}

.faq__box {
  counter-reset: faq-counter
}

.faq__subTitle {
  font-size: 22px;
  font-weight: 600;
  color: #1f5e21;
  margin-bottom: 15px;
  line-height: 1.4;
  padding-left: 45px;
  position: relative;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.faq__subTitle::before {
  content: "❔";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: #399d34;
  -webkit-animation: faq-question 4s ease-in-out infinite;
  animation: faq-question 4s ease-in-out infinite
}

.faq__txt {
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative
}

.faq__txt::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 2px;
  color: #399d34;
  font-size: 14px;
  font-weight: 600
}

.faq__txt:last-child {
  margin-bottom: 0
}

.faq__ul {
  padding-left: 20px;
  margin: 15px 0 0 20px
}

.faq__ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative
}

.faq__ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #399d34;
  font-weight: 600;
  font-size: 14px;
  background: rgba(57, 157, 52, .1);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2px
}

.faq__ul li:last-child {
  margin-bottom: 0
}

@-webkit-keyframes faq-float {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    opacity: .05
  }

  50% {
    -webkit-transform: translateY(-20px) rotate(10deg);
    transform: translateY(-20px) rotate(10deg);
    opacity: .08
  }
}

@keyframes faq-float {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    opacity: .05
  }

  50% {
    -webkit-transform: translateY(-20px) rotate(10deg);
    transform: translateY(-20px) rotate(10deg);
    opacity: .08
  }
}

@-webkit-keyframes faq-question {

  0%,
  100% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
  }

  25% {
    -webkit-transform: translateY(-50%) scale(1.1) rotate(-5deg);
    transform: translateY(-50%) scale(1.1) rotate(-5deg)
  }

  75% {
    -webkit-transform: translateY(-50%) scale(1.1) rotate(5deg);
    transform: translateY(-50%) scale(1.1) rotate(5deg)
  }
}

@keyframes faq-question {

  0%,
  100% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
  }

  25% {
    -webkit-transform: translateY(-50%) scale(1.1) rotate(-5deg);
    transform: translateY(-50%) scale(1.1) rotate(-5deg)
  }

  75% {
    -webkit-transform: translateY(-50%) scale(1.1) rotate(5deg);
    transform: translateY(-50%) scale(1.1) rotate(5deg)
  }
}

@media (max-width:992px) {
  .faq {
    padding: 80px 0
  }

  .faq::after {
    font-size: 60px
  }

  .faq__box {
    padding: 40px 30px;
    border-radius: 20px
  }

  .faq__title {
    font-size: 38px;
    margin-bottom: 40px
  }

  .faq__inner {
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 20px
  }

  .faq__subTitle {
    font-size: 20px;
    padding-left: 40px
  }

  .faq__subTitle::before {
    font-size: 22px
  }
}

@media (max-width:768px) {
  .faq {
    padding: 60px 0
  }

  .faq::after {
    display: none
  }

  .faq__box {
    padding: 30px 20px;
    border-radius: 18px;
    margin: 0 15px
  }

  .faq__box::before {
    display: none
  }

  .faq__title {
    font-size: 32px;
    margin-bottom: 30px
  }

  .faq__inner {
    padding: 20px;
    border-radius: 12px
  }

  .faq__inner::after {
    top: 15px;
    right: 20px;
    font-size: 12px;
    padding: 6px 10px
  }

  .faq__subTitle {
    font-size: 18px;
    padding-left: 35px
  }

  .faq__subTitle::before {
    font-size: 20px;
    left: 10px
  }

  .faq__txt {
    font-size: 15px;
    padding-left: 25px
  }

  .faq__txt::before {
    left: 5px
  }

  .faq__ul {
    margin-left: 15px
  }

  .faq__ul li {
    font-size: 15px;
    padding-left: 20px
  }
}

@media (max-width:480px) {
  .faq {
    padding: 40px 0
  }

  .faq__box {
    padding: 25px 15px;
    margin: 0 10px
  }

  .faq__title {
    font-size: 28px;
    margin-bottom: 25px
  }

  .faq__title::after {
    width: 80px
  }

  .faq__inner {
    padding: 18px;
    margin-bottom: 15px
  }

  .faq__subTitle {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 12px
  }

  .faq__subTitle::before {
    font-size: 18px;
    left: 8px
  }

  .faq__txt {
    font-size: 14px;
    padding-left: 22px
  }

  .faq__txt::before {
    left: 5px
  }

  .faq__ul {
    margin-left: 12px
  }

  .faq__ul li {
    font-size: 14px;
    padding-left: 18px
  }

  .faq__ul li::before {
    width: 16px;
    height: 16px;
    font-size: 12px
  }
}

@media (max-width:375px) {
  .faq__box {
    padding: 20px 12px;
    margin: 0 8px
  }

  .faq__title {
    font-size: 24px
  }

  .faq__title::after {
    width: 60px;
    height: 3px
  }

  .faq__inner {
    padding: 15px
  }

  .faq__inner::after {
    display: none
  }

  .faq__subTitle {
    font-size: 15px;
    padding-left: 25px
  }

  .faq__subTitle::before {
    font-size: 16px;
    left: 5px
  }
}

@media (max-width:320px) {
  .faq__box {
    padding: 18px 10px;
    margin: 0 5px
  }

  .faq__title {
    font-size: 22px
  }

  .faq__inner {
    padding: 12px
  }

  .faq__subTitle {
    font-size: 14px;
    padding-left: 22px
  }

  .faq__txt {
    font-size: 13px;
    padding-left: 20px
  }

  .faq__txt::before {
    left: 5px
  }

  .faq__ul {
    margin-left: 10px
  }

  .faq__ul li {
    font-size: 13px;
    padding-left: 16px
  }
}

.header {
  background-color: #fff;
  padding: 3px 0;
  z-index: 100;
  top: 0;
  position: fixed;
  width: 100%;
  border-top: 10px solid var(--mainColor);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px)
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 60px
}

.header__log img {
  height: 45px;
  width: auto;
  max-width: 200px;
  -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
  -webkit-transition: -webkit-transform .3s ease, -webkit-filter .3s ease;
  transition: -webkit-transform .3s ease, -webkit-filter .3s ease;
  transition: transform .3s ease, filter .3s ease;
  transition: transform .3s ease, filter .3s ease, -webkit-transform .3s ease, -webkit-filter .3s ease
}

.header__log img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .2));
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .2))
}

.header__menuWrp ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.header__menuWrp li {
  background-color: var(--mainColor);
  padding: 8px 24px;
  border: 2px solid transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden
}

.header__menuWrp li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  -webkit-transition: left .5s;
  transition: left .5s
}

.header__menuWrp li a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 1;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.header__menuWrp li:hover {
  background-color: transparent;
  border: 2px solid var(--mainColor);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .15)
}

.header__menuWrp li:hover::before {
  left: 100%
}

.header__menuWrp li:hover a {
  color: var(--mainColor)
}

.header__menuWrp li:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.yourElectrician {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
  position: relative;
  overflow: hidden
}

.yourElectrician::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(57, 157, 52, .03) 0, transparent 50%), radial-gradient(circle at 80% 20%, rgba(45, 125, 42, .02) 0, transparent 50%);
  pointer-events: none
}

.yourElectrician__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  min-height: 500px;
  position: relative;
  z-index: 2
}

.yourElectrician__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 580px
}

.yourElectrician__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.1;
  letter-spacing: -.025em;
  margin: 0;
  color: #1a1a1a;
  margin-bottom: 24px;
  position: relative
}

.yourElectrician__title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(#2d7d2a));
  background: linear-gradient(90deg, var(--mainColor), #2d7d2a);
  border-radius: 2px
}

.yourElectrician__desc {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 40px;
  font-weight: 400;
  max-width: 500px
}

.yourElectrician__btnWrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.yourElectrician__btnService {
  background-color: var(--mainColor);
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 18px;
  padding: 12px 32px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  -webkit-box-shadow: var(--shadow-md);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  position: relative
}

.yourElectrician__btnService span {
  position: relative;
  z-index: 2
}

.yourElectrician__btnService span::before {
  content: "";
  position: absolute;
  background-image: url(../icons/telephone-fill.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  aspect-ratio: 1;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1)
}

.yourElectrician__btnService::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  -webkit-transition: left .5s;
  transition: left .5s;
  z-index: 1
}

.yourElectrician__btnService:hover {
  background-color: #2d7d2a;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: var(--shadow-lg);
  box-shadow: var(--shadow-lg)
}

.yourElectrician__btnService:hover::before {
  left: 100%
}

.yourElectrician__btnService:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: var(--shadow-md);
  box-shadow: var(--shadow-md)
}

.yourElectrician__btnService span::before {
  background-image: url(../icons/tools.svg)
}

.yourElectrician__btnRequest {
  background-color: transparent;
  color: var(--mainColor);
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 18px;
  padding: 12px 32px;
  border: 2px solid var(--mainColor);
  border-radius: 12px;
  text-decoration: none;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden
}

.yourElectrician__btnRequest::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--mainColor);
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
  z-index: -1
}

.yourElectrician__btnRequest:hover {
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(57, 157, 52, .3);
  box-shadow: 0 8px 25px rgba(57, 157, 52, .3)
}

.yourElectrician__btnRequest:hover::before {
  left: 0
}

.yourElectrician__btnRequest:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 4px 12px rgba(57, 157, 52, .2);
  box-shadow: 0 4px 12px rgba(57, 157, 52, .2)
}

.yourElectrician__imgWrp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative
}

.yourElectrician__imgWrp::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(135deg, var(--mainColor), #2d7d2a);
  border-radius: 20px;
  z-index: -1;
  opacity: .1
}

.yourElectrician__img {
  width: 100%;
  height: auto;
  max-height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .08);
  -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  transition: transform .3s ease, box-shadow .3s ease;
  transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease
}

.yourElectrician__img:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 32px 60px rgba(0, 0, 0, .15), 0 12px 24px rgba(0, 0, 0, .1);
  box-shadow: 0 32px 60px rgba(0, 0, 0, .15), 0 12px 24px rgba(0, 0, 0, .1)
}

@media (max-width:768px) {
  .yourElectrician {
    padding: 100px 0 60px
  }

  .yourElectrician__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    text-align: center
  }

  .yourElectrician__title {
    font-size: clamp(28px, 8vw, 36px)
  }

  .yourElectrician__desc {
    font-size: 16px;
    margin-bottom: 30px
  }

  .yourElectrician__btnWrp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px
  }

  .yourElectrician__btnRequest,
  .yourElectrician__btnService {
    font-size: 16px;
    padding: 10px 24px
  }

  .yourElectrician__imgWrp {
    max-width: 400px;
    margin: 0 auto
  }
}

.service {
  padding: 80px 0;
  background: url(../img/service-bg.svg) center center/cover no-repeat, linear-gradient(135deg, #fff 0, #f8f9fa 100%);
  position: relative
}

.service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .1);
  pointer-events: none;
  z-index: 1
}

.service__box {
  position: relative;
  z-index: 10
}

.service__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 60px;
  position: relative
}

.service__title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(#2d7d2a));
  background: linear-gradient(90deg, var(--mainColor), #2d7d2a);
  border-radius: 2px
}

.service__wrp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 60px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto
}

.service__inner {
  background: #fff;
  border-radius: 16px;
  padding: 40px 24px;
  text-align: center;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  border: 1px solid #e9ecef;
  position: relative;
  overflow: hidden
}

.service__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--mainColor), #2d7d2a);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 1
}

.service__inner::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(57, 157, 52, .05) 0, transparent 70%);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 2
}

.service__inner:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .08);
  border-color: var(--mainColor)
}

.service__inner:hover::before {
  opacity: .03
}

.service__inner:hover::after {
  opacity: 1
}

.service__inner:hover .service__img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: drop-shadow(0 8px 16px rgba(57, 157, 52, .2));
  filter: drop-shadow(0 8px 16px rgba(57, 157, 52, .2))
}

.service__inner:hover .service__subTitle {
  color: var(--mainColor)
}

.service__imgWrp {
  margin-bottom: 24px;
  position: relative;
  z-index: 3
}

.service__img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .1));
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .1))
}

.service__subTitle {
  font-family: var(--font-heading);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: #333;
  margin: 0;
  font-size: clamp(16px, 2.5vw, 20px);
  line-height: 1.4;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  position: relative;
  z-index: 3
}

.service__btnWrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px
}

.service__btnRequest {
  background-color: transparent;
  color: var(--mainColor);
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 18px;
  padding: 14px 40px;
  border: 2px solid var(--mainColor);
  border-radius: 12px;
  text-decoration: none;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden
}

.service__btnRequest::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--mainColor);
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
  z-index: -1
}

.service__btnRequest::after {
  content: "→";
  margin-left: 8px;
  font-size: 16px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.service__btnRequest:hover {
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(57, 157, 52, .3);
  box-shadow: 0 8px 25px rgba(57, 157, 52, .3)
}

.service__btnRequest:hover::before {
  left: 0
}

.service__btnRequest:hover::after {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px)
}

.service__btnRequest:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 4px 12px rgba(57, 157, 52, .2);
  box-shadow: 0 4px 12px rgba(57, 157, 52, .2)
}

@media (max-width:1200px) {
  .service__wrp {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
  }
}

@media (max-width:768px) {
  .service {
    padding: 60px 0
  }

  .service__title {
    margin-bottom: 40px
  }

  .service__wrp {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px
  }

  .service__inner {
    padding: 30px 20px
  }

  .service__img {
    width: 60px;
    height: 60px
  }

  .service__subTitle {
    font-size: 16px
  }

  .service__btnRequest {
    font-size: 16px;
    padding: 12px 32px
  }
}

@media (max-width:480px) {
  .service__wrp {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
  }

  .service__inner {
    padding: 24px 16px
  }

  .service__img {
    width: 50px;
    height: 50px
  }

  .service__subTitle {
    font-size: 14px;
    line-height: 1.3
  }
}

.electricalInstallationWorks {
  padding: 80px 0;
  background: linear-gradient(135deg, #fff 0, #f8f9fa 100%);
  position: relative;
  overflow: hidden
}

.electricalInstallationWorks::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 80% 50%, rgba(57, 157, 52, .02) 0, transparent 50%), radial-gradient(circle at 20% 80%, rgba(45, 125, 42, .015) 0, transparent 50%);
  pointer-events: none
}

.electricalInstallationWorks__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  min-height: 480px;
  position: relative;
  z-index: 2
}

.electricalInstallationWorks__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 580px
}

.electricalInstallationWorks__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0;
  color: #1a1a1a;
  margin-bottom: 24px;
  position: relative
}

.electricalInstallationWorks__title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(#2d7d2a));
  background: linear-gradient(90deg, var(--mainColor), #2d7d2a);
  border-radius: 2px
}

.electricalInstallationWorks__txt {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin: 0;
  font-weight: 400;
  max-width: 520px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.electricalInstallationWorks__imgWrp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative
}

.electricalInstallationWorks__imgWrp::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background: linear-gradient(135deg, rgba(57, 157, 52, .08), rgba(45, 125, 42, .06));
  border-radius: 20px;
  z-index: -1
}

.electricalInstallationWorks__imgWrp::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: 30px;
  bottom: 30px;
  background: linear-gradient(225deg, rgba(57, 157, 52, .03), transparent 60%);
  border-radius: 24px;
  z-index: -2
}

.electricalInstallationWorks__img {
  width: 100%;
  height: auto;
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, .08), 0 6px 12px rgba(0, 0, 0, .06);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .08), 0 6px 12px rgba(0, 0, 0, .06);
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.electricalInstallationWorks__img:hover {
  -webkit-transform: translateY(-6px) scale(1.02);
  -ms-transform: translateY(-6px) scale(1.02);
  transform: translateY(-6px) scale(1.02);
  -webkit-box-shadow: 0 24px 48px rgba(0, 0, 0, .12), 0 8px 16px rgba(0, 0, 0, .08);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .12), 0 8px 16px rgba(0, 0, 0, .08)
}

@media (max-width:992px) {
  .electricalInstallationWorks__box {
    gap: 40px
  }

  .electricalInstallationWorks__title {
    font-size: clamp(22px, 4vw, 32px)
  }

  .electricalInstallationWorks__txt {
    font-size: 16px
  }
}

@media (max-width:768px) {
  .electricalInstallationWorks {
    padding: 60px 0
  }

  .electricalInstallationWorks__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    text-align: center;
    min-height: auto
  }

  .electricalInstallationWorks__left {
    max-width: 100%
  }

  .electricalInstallationWorks__title {
    text-align: center;
    margin-bottom: 20px
  }

  .electricalInstallationWorks__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .electricalInstallationWorks__txt {
    text-align: left;
    max-width: 100%;
    font-size: 15px
  }

  .electricalInstallationWorks__imgWrp {
    max-width: 400px;
    margin: 0 auto
  }

  .electricalInstallationWorks__imgWrp::after,
  .electricalInstallationWorks__imgWrp::before {
    display: none
  }

  .electricalInstallationWorks__img {
    max-height: 300px
  }
}

@media (max-width:480px) {
  .electricalInstallationWorks {
    padding: 50px 0
  }

  .electricalInstallationWorks__box {
    gap: 30px
  }

  .electricalInstallationWorks__title {
    font-size: clamp(20px, 6vw, 26px);
    margin-bottom: 16px
  }

  .electricalInstallationWorks__txt {
    font-size: 14px;
    line-height: 1.6
  }

  .electricalInstallationWorks__imgWrp {
    max-width: 100%
  }
}

.trustOurExperience {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0, #fff 100%);
  position: relative;
  overflow: hidden
}

.trustOurExperience::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(57, 157, 52, .025) 0, transparent 50%), radial-gradient(circle at 80% 70%, rgba(45, 125, 42, .02) 0, transparent 50%);
  pointer-events: none
}

.trustOurExperience__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  min-height: 480px;
  position: relative;
  z-index: 2
}

.trustOurExperience__imgWrp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  max-width: 480px
}

.trustOurExperience__imgWrp::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(45deg, rgba(57, 157, 52, .06), rgba(45, 125, 42, .04));
  border-radius: 20px;
  z-index: -1
}

.trustOurExperience__imgWrp::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: -30px;
  bottom: -30px;
  background: linear-gradient(315deg, rgba(57, 157, 52, .02), transparent 60%);
  border-radius: 24px;
  z-index: -2
}

.trustOurExperience__img {
  width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, .08), 0 6px 12px rgba(0, 0, 0, .06);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .08), 0 6px 12px rgba(0, 0, 0, .06);
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  aspect-ratio: 4/3
}

.trustOurExperience__img:hover {
  -webkit-transform: translateY(-6px) scale(1.02);
  -ms-transform: translateY(-6px) scale(1.02);
  transform: translateY(-6px) scale(1.02);
  -webkit-box-shadow: 0 24px 48px rgba(0, 0, 0, .12), 0 8px 16px rgba(0, 0, 0, .08);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .12), 0 8px 16px rgba(0, 0, 0, .08)
}

.trustOurExperience__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 580px
}

.trustOurExperience__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0;
  color: #1a1a1a;
  margin-bottom: 24px;
  position: relative
}

.trustOurExperience__title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(#2d7d2a));
  background: linear-gradient(90deg, var(--mainColor), #2d7d2a);
  border-radius: 2px
}

.trustOurExperience__txt {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin: 0 0 20px 0;
  font-weight: 400;
  max-width: 520px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.trustOurExperience__txtBold {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  font-weight: 600;
  max-width: 520px;
  position: relative;
  padding-left: 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.trustOurExperience__txtBold::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--mainColor)), to(#2d7d2a));
  background: linear-gradient(180deg, var(--mainColor), #2d7d2a);
  border-radius: 2px
}

@media (max-width:992px) {
  .trustOurExperience__box {
    gap: 40px
  }

  .trustOurExperience__title {
    font-size: clamp(22px, 4vw, 32px)
  }

  .trustOurExperience__txt {
    font-size: 16px
  }

  .trustOurExperience__txtBold {
    font-size: 17px
  }
}

@media (max-width:768px) {
  .trustOurExperience {
    padding: 60px 0
  }

  .trustOurExperience__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    text-align: center;
    min-height: auto
  }

  .trustOurExperience__imgWrp {
    max-width: 400px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .trustOurExperience__imgWrp::after,
  .trustOurExperience__imgWrp::before {
    display: none
  }

  .trustOurExperience__right {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .trustOurExperience__title {
    text-align: center;
    margin-bottom: 20px
  }

  .trustOurExperience__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .trustOurExperience__txt,
  .trustOurExperience__txtBold {
    text-align: left;
    max-width: 100%;
    font-size: 15px
  }

  .trustOurExperience__txtBold {
    font-size: 16px
  }

  .trustOurExperience__img {
    max-height: 400px
  }
}

@media (max-width:480px) {
  .trustOurExperience {
    padding: 50px 0
  }

  .trustOurExperience__box {
    gap: 30px
  }

  .trustOurExperience__title {
    font-size: clamp(20px, 6vw, 26px);
    margin-bottom: 16px
  }

  .trustOurExperience__txt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px
  }

  .trustOurExperience__txtBold {
    font-size: 15px;
    line-height: 1.5;
    padding-left: 16px
  }

  .trustOurExperience__txtBold::before {
    width: 3px;
    height: 20px
  }

  .trustOurExperience__imgWrp {
    max-width: 100%
  }
}

.security {
  padding: 100px 0;
  background: url(../img/service-bg.svg) center center/cover no-repeat, linear-gradient(135deg, #f1f8f1 0, #e8f5e8 50%, #f8fffe 100%);
  position: relative;
  overflow: hidden
}

.security::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(57, 157, 52, .08) 0, transparent 40%), radial-gradient(circle at 70% 80%, rgba(45, 125, 42, .06) 0, transparent 40%), radial-gradient(circle at 20% 70%, rgba(57, 157, 52, .04) 0, transparent 30%);
  pointer-events: none;
  z-index: 1
}

.security::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  width: 120px;
  height: 120px;
  background: url(../img/Stef_icons_alle_Alarmanlagen.svg) center center/contain no-repeat;
  opacity: .05;
  -webkit-transform: translateY(-50%) rotate(-15deg);
  -ms-transform: translateY(-50%) rotate(-15deg);
  transform: translateY(-50%) rotate(-15deg);
  z-index: 1
}

.security__box {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 40px;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 24px;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, .08), 0 12px 24px rgba(0, 0, 0, .06), inset 0 1px 0 rgba(255, 255, 255, .8);
  box-shadow: 0 25px 50px rgba(0, 0, 0, .08), 0 12px 24px rgba(0, 0, 0, .06), inset 0 1px 0 rgba(255, 255, 255, .8);
  border: 1px solid rgba(255, 255, 255, .3)
}

.security__box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, rgba(57, 157, 52, .1), rgba(45, 125, 42, .05), rgba(57, 157, 52, .08));
  border-radius: 26px;
  z-index: -1
}

.security__box::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: url(../img/Stef_icons_alle_Videoueberwachtung.svg) center center/contain no-repeat;
  opacity: .08;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg)
}

.security__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0;
  color: #1a1a1a;
  margin-bottom: 32px;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .05)
}

.security__title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(#2d7d2a));
  background: linear-gradient(90deg, var(--mainColor), #2d7d2a);
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(57, 157, 52, .3);
  box-shadow: 0 2px 8px rgba(57, 157, 52, .3)
}

.security__title::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url(../img/Stef_icons_alle_Zutrittssysteme.svg) center center/contain no-repeat;
  opacity: .1
}

.security__txt {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin: 0;
  font-weight: 400;
  text-align: justify;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.security__txt::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 48px;
  color: var(--mainColor);
  opacity: .3;
  font-family: Georgia, serif;
  line-height: 1
}

.security__txt::after {
  content: '"';
  position: absolute;
  bottom: -30px;
  right: -10px;
  font-size: 48px;
  color: var(--mainColor);
  opacity: .3;
  font-family: Georgia, serif;
  line-height: 1
}

.security::before {
  background-image: url(../img/Stef_icons_alle_Blitzschutz.svg), url(../img/Stef_icons_alle_Elektrobefund.svg);
  background-position: 85% 25%, 10% 85%;
  background-size: 80px 80px, 100px 100px;
  background-repeat: no-repeat;
  opacity: .03
}

@media (max-width:992px) {
  .security {
    padding: 80px 0
  }

  .security__box {
    padding: 50px 30px;
    margin: 0 20px
  }

  .security__title {
    font-size: clamp(22px, 4vw, 32px);
    margin-bottom: 28px
  }

  .security__txt {
    font-size: 17px
  }
}

@media (max-width:768px) {
  .security {
    padding: 60px 0
  }

  .security::after {
    display: none
  }

  .security__box {
    padding: 40px 25px;
    margin: 0 15px;
    border-radius: 20px
  }

  .security__box::after {
    display: none
  }

  .security__title {
    margin-bottom: 24px
  }

  .security__title::before {
    display: none
  }

  .security__txt {
    font-size: 16px;
    line-height: 1.7;
    text-align: left
  }

  .security__txt::after,
  .security__txt::before {
    display: none
  }
}

@media (max-width:480px) {
  .security {
    padding: 50px 0
  }

  .security__box {
    padding: 30px 20px;
    margin: 0 10px;
    border-radius: 16px
  }

  .security__title {
    font-size: clamp(20px, 6vw, 26px);
    margin-bottom: 20px
  }

  .security__txt {
    font-size: 15px;
    line-height: 1.6
  }
}

.howOurElectricalServiceWorks {
  padding: 100px 0;
  background: linear-gradient(135deg, #fff 0, #f8fffe 50%, #f1f8f1 100%);
  position: relative;
  overflow: hidden
}

.howOurElectricalServiceWorks::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/Stef_icons_alle_Elektroinstallationen.svg) 15% 20%/80px 80px no-repeat, url(../img/Stef_icons_alle_Geraetepruefung-Kopie.svg) 85% 75%/100px 100px no-repeat, radial-gradient(circle at 25% 40%, rgba(57, 157, 52, .03) 0, transparent 30%), radial-gradient(circle at 75% 60%, rgba(45, 125, 42, .02) 0, transparent 25%);
  opacity: .6;
  pointer-events: none
}

.howOurElectricalServiceWorks__box {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto
}

.howOurElectricalServiceWorks__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 60px;
  position: relative
}

.howOurElectricalServiceWorks__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(#2d7d2a));
  background: linear-gradient(90deg, var(--mainColor), #2d7d2a);
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(57, 157, 52, .3);
  box-shadow: 0 2px 8px rgba(57, 157, 52, .3)
}

.howOurElectricalServiceWorks__title::before {
  content: "⚡";
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 24px;
  opacity: .7
}

.howOurElectricalServiceWorks__txt {
  position: relative;
  margin: 0 0 30px 0;
  padding: 25px 30px 25px 70px;
  background: rgba(255, 255, 255, .9);
  border-radius: 16px;
  border-left: 5px solid var(--mainColor);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .06), 0 3px 10px rgba(0, 0, 0, .04);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .06), 0 3px 10px rgba(0, 0, 0, .04);
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  counter-increment: step-counter;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.howOurElectricalServiceWorks__txt::before {
  content: counter(step-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, var(--mainColor), #2d7d2a);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  -webkit-box-shadow: 0 4px 12px rgba(57, 157, 52, .3);
  box-shadow: 0 4px 12px rgba(57, 157, 52, .3)
}

.howOurElectricalServiceWorks__txt:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 37px;
  width: 2px;
  height: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--mainColor)), to(transparent));
  background: linear-gradient(180deg, var(--mainColor), transparent)
}

.howOurElectricalServiceWorks__txt:hover {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
  background: rgba(255, 255, 255, .95);
  -webkit-box-shadow: 0 12px 35px rgba(0, 0, 0, .08), 0 5px 15px rgba(0, 0, 0, .06);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .08), 0 5px 15px rgba(0, 0, 0, .06);
  border-left-color: #2d7d2a
}

.howOurElectricalServiceWorks__txt:hover::before {
  -webkit-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1)
}

.howOurElectricalServiceWorks__box {
  counter-reset: step-counter
}

.howOurElectricalServiceWorks__btnWrp {
  text-align: center;
  margin-top: 50px;
  position: relative
}

.howOurElectricalServiceWorks__btnWrp::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(var(--mainColor)), to(transparent));
  background: linear-gradient(90deg, transparent, var(--mainColor), transparent)
}

.howOurElectricalServiceWorks__btnRequest {
  background-color: var(--mainColor);
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 18px;
  padding: 12px 32px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  -webkit-box-shadow: var(--shadow-md);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  position: relative;
  font-size: 18px;
  padding: 15px 40px;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--mainColor) 0, #2d7d2a 100%);
  -webkit-box-shadow: 0 8px 25px rgba(57, 157, 52, .3), inset 0 1px 0 rgba(255, 255, 255, .2);
  box-shadow: 0 8px 25px rgba(57, 157, 52, .3), inset 0 1px 0 rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .1)
}

.howOurElectricalServiceWorks__btnRequest span {
  position: relative;
  z-index: 2
}

.howOurElectricalServiceWorks__btnRequest span::before {
  content: "";
  position: absolute;
  background-image: url(../icons/telephone-fill.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  aspect-ratio: 1;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1)
}

.howOurElectricalServiceWorks__btnRequest::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  -webkit-transition: left .5s;
  transition: left .5s;
  z-index: 1
}

.howOurElectricalServiceWorks__btnRequest:hover {
  background-color: #2d7d2a;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: var(--shadow-lg);
  box-shadow: var(--shadow-lg)
}

.howOurElectricalServiceWorks__btnRequest:hover::before {
  left: 100%
}

.howOurElectricalServiceWorks__btnRequest:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: var(--shadow-md);
  box-shadow: var(--shadow-md)
}

.howOurElectricalServiceWorks__btnRequest::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(255, 255, 255, .1) 50%, transparent 70%);
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.howOurElectricalServiceWorks__btnRequest:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  background: linear-gradient(135deg, #2d7d2a 0, var(--mainColor) 100%);
  -webkit-box-shadow: 0 12px 35px rgba(57, 157, 52, .4), inset 0 1px 0 rgba(255, 255, 255, .3);
  box-shadow: 0 12px 35px rgba(57, 157, 52, .4), inset 0 1px 0 rgba(255, 255, 255, .3)
}

.howOurElectricalServiceWorks__btnRequest:hover::after {
  opacity: 1
}

.howOurElectricalServiceWorks__btnRequest:active {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 20px rgba(57, 157, 52, .3), inset 0 1px 0 rgba(255, 255, 255, .2);
  box-shadow: 0 6px 20px rgba(57, 157, 52, .3), inset 0 1px 0 rgba(255, 255, 255, .2)
}

.howOurElectricalServiceWorks::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 150px;
  height: 150px;
  background: conic-gradient(from 0deg, rgba(57, 157, 52, .1), rgba(45, 125, 42, .05), rgba(57, 157, 52, .1));
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
  z-index: 1
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
  }

  to {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg)
  }
}

@keyframes rotate {
  from {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
  }

  to {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg)
  }
}

@media (max-width:992px) {
  .howOurElectricalServiceWorks {
    padding: 80px 0
  }

  .howOurElectricalServiceWorks::after {
    width: 120px;
    height: 120px
  }

  .howOurElectricalServiceWorks__title {
    margin-bottom: 50px;
    font-size: clamp(22px, 4vw, 32px)
  }

  .howOurElectricalServiceWorks__txt {
    padding: 20px 25px 20px 60px;
    font-size: 15px
  }

  .howOurElectricalServiceWorks__txt::before {
    width: 30px;
    height: 30px;
    left: 15px;
    font-size: 12px
  }

  .howOurElectricalServiceWorks__txt:not(:last-of-type)::after {
    left: 29px
  }

  .howOurElectricalServiceWorks__btnRequest {
    font-size: 16px;
    padding: 12px 32px
  }
}

@media (max-width:768px) {
  .howOurElectricalServiceWorks {
    padding: 60px 0
  }

  .howOurElectricalServiceWorks::after {
    display: none
  }

  .howOurElectricalServiceWorks__box {
    padding: 0 15px
  }

  .howOurElectricalServiceWorks__title {
    margin-bottom: 40px
  }

  .howOurElectricalServiceWorks__txt {
    margin-bottom: 25px;
    padding: 18px 20px 18px 55px;
    border-radius: 12px
  }

  .howOurElectricalServiceWorks__txt::before {
    width: 28px;
    height: 28px;
    left: 12px;
    font-size: 11px
  }

  .howOurElectricalServiceWorks__txt:not(:last-of-type)::after {
    left: 25px;
    height: 12px;
    bottom: -12px
  }

  .howOurElectricalServiceWorks__txt:hover {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
  }

  .howOurElectricalServiceWorks__btnWrp {
    margin-top: 40px
  }
}

@media (max-width:480px) {
  .howOurElectricalServiceWorks {
    padding: 50px 0
  }

  .howOurElectricalServiceWorks__title {
    font-size: clamp(20px, 6vw, 26px);
    margin-bottom: 35px
  }

  .howOurElectricalServiceWorks__txt {
    padding: 15px 18px 15px 50px;
    font-size: 14px;
    line-height: 1.6
  }

  .howOurElectricalServiceWorks__txt::before {
    width: 25px;
    height: 25px;
    left: 10px;
    font-size: 10px
  }

  .howOurElectricalServiceWorks__txt:not(:last-of-type)::after {
    left: 22px
  }

  .howOurElectricalServiceWorks__btnRequest {
    font-size: 15px;
    padding: 10px 28px
  }
}

.cheapAndFast {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0, #fff 50%, #f1f8f1 100%);
  position: relative;
  overflow: hidden
}

.cheapAndFast::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(57, 157, 52, .02) 0, transparent 40%), radial-gradient(circle at 80% 70%, rgba(45, 125, 42, .025) 0, transparent 35%), radial-gradient(circle at 50% 20%, rgba(57, 157, 52, .015) 0, transparent 30%);
  pointer-events: none
}

.cheapAndFast::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 10%;
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, rgba(57, 157, 52, .1), rgba(45, 125, 42, .05));
  clip-path: polygon(50% 0, 0 100%, 100% 100%)
}

.cheapAndFast__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2
}

.cheapAndFast__box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  right: 20%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, rgba(57, 157, 52, .3)), color-stop(50%, rgba(45, 125, 42, .2)), color-stop(80%, rgba(57, 157, 52, .3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(57, 157, 52, .3) 20%, rgba(45, 125, 42, .2) 50%, rgba(57, 157, 52, .3) 80%, transparent);
  z-index: -1
}

.cheapAndFast__wrp {
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 200px
}

.cheapAndFast__wrp::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(57, 157, 52, .08) 0, transparent 70%);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cheapAndFast__wrp:hover::before {
  -webkit-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  background: radial-gradient(circle, rgba(57, 157, 52, .12) 0, transparent 70%)
}

.cheapAndFast__imgWrp {
  position: relative;
  display: inline-block;
  margin-bottom: 20px
}

.cheapAndFast__imgWrp::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: linear-gradient(135deg, rgba(57, 157, 52, .1), rgba(45, 125, 42, .05));
  clip-path: polygon(20% 0, 80% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 80%, 0 20%);
  z-index: -1;
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.cheapAndFast__imgWrp::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, .3) 50%, transparent 70%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 1
}

.cheapAndFast__imgWrp:hover::before {
  -webkit-transform: rotate(45deg) scale(1.1);
  -ms-transform: rotate(45deg) scale(1.1);
  transform: rotate(45deg) scale(1.1);
  background: linear-gradient(135deg, rgba(57, 157, 52, .15), rgba(45, 125, 42, .08))
}

.cheapAndFast__imgWrp:hover::after {
  opacity: 1
}

.cheapAndFast__img {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  background: linear-gradient(135deg, #4a5568, #718096);
  padding: 15px;
  border: 2px solid rgba(57, 157, 52, .4);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .06), inset 0 1px 0 rgba(255, 255, 255, .2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .06), inset 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.cheapAndFast__img:hover {
  -webkit-transform: translateY(-5px) scale(1.05);
  -ms-transform: translateY(-5px) scale(1.05);
  transform: translateY(-5px) scale(1.05);
  background: linear-gradient(135deg, var(--mainColor), #2d7d2a);
  -webkit-box-shadow: 0 15px 40px rgba(57, 157, 52, .3), 0 8px 20px rgba(57, 157, 52, .2), inset 0 2px 0 rgba(255, 255, 255, .2);
  box-shadow: 0 15px 40px rgba(57, 157, 52, .3), 0 8px 20px rgba(57, 157, 52, .2), inset 0 2px 0 rgba(255, 255, 255, .2)
}

.cheapAndFast__txt {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.cheapAndFast__txt::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(#2d7d2a));
  background: linear-gradient(90deg, var(--mainColor), #2d7d2a);
  -webkit-transition: width .3s ease;
  transition: width .3s ease
}

.cheapAndFast__wrp:hover .cheapAndFast__txt::before {
  width: 100%
}

.cheapAndFast::before {
  background-image: linear-gradient(45deg, rgba(57, 157, 52, .02) 25%, transparent 25%), linear-gradient(-45deg, rgba(45, 125, 42, .015) 25%, transparent 25%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px
}

@media (max-width:992px) {
  .cheapAndFast {
    padding: 60px 0
  }

  .cheapAndFast__box {
    gap: 40px
  }

  .cheapAndFast__wrp {
    max-width: 180px
  }

  .cheapAndFast__img {
    width: 65px;
    height: 65px;
    padding: 12px
  }

  .cheapAndFast__txt {
    font-size: 15px
  }
}

@media (max-width:768px) {
  .cheapAndFast {
    padding: 50px 0
  }

  .cheapAndFast::after {
    display: none
  }

  .cheapAndFast__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
  }

  .cheapAndFast__box::before {
    display: none
  }

  .cheapAndFast__wrp {
    max-width: 250px
  }

  .cheapAndFast__imgWrp {
    margin-bottom: 15px
  }

  .cheapAndFast__img {
    width: 60px;
    height: 60px;
    padding: 10px
  }

  .cheapAndFast__txt {
    font-size: 14px
  }
}

@media (max-width:480px) {
  .cheapAndFast {
    padding: 40px 0
  }

  .cheapAndFast__box {
    gap: 30px
  }

  .cheapAndFast__wrp {
    max-width: 200px
  }

  .cheapAndFast__img {
    width: 55px;
    height: 55px;
    padding: 8px
  }

  .cheapAndFast__txt {
    font-size: 13px;
    letter-spacing: .3px
  }
}

.eCheck {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fffe 0, #f1f8f1 50%, #fff 100%);
  position: relative;
  overflow: hidden
}

.eCheck::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/Stef_icons_alle_Elektrobefund.svg) 5% 15%/120px 120px no-repeat, url(../img/Stef_icons_alle_Geraetepruefung-Kopie.svg) 95% 85%/100px 100px no-repeat, radial-gradient(circle at 20% 30%, rgba(57, 157, 52, .02) 0, transparent 40%), radial-gradient(circle at 80% 70%, rgba(45, 125, 42, .015) 0, transparent 35%);
  opacity: .3;
  pointer-events: none
}

.eCheck::after {
  content: "✓";
  position: absolute;
  top: 15%;
  right: 10%;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, rgba(57, 157, 52, .1), transparent 70%);
  border: 3px solid rgba(57, 157, 52, .2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  color: var(--mainColor);
  font-weight: 700;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  opacity: .6
}

.eCheck__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, .7);
  border-radius: 20px;
  padding: 50px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .06), 0 8px 16px rgba(0, 0, 0, .04), inset 0 1px 0 rgba(255, 255, 255, .8);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .06), 0 8px 16px rgba(0, 0, 0, .04), inset 0 1px 0 rgba(255, 255, 255, .8);
  border: 1px solid rgba(57, 157, 52, .1)
}

.eCheck__box::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: repeating-linear-gradient(to bottom, rgba(57, 157, 52, .2) 0, rgba(57, 157, 52, .2) 8px, transparent 8px, transparent 16px)
}

.eCheck__left {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  max-width: 700px;
  padding-left: 30px
}

.eCheck__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0;
  color: #1a1a1a;
  margin-bottom: 30px;
  position: relative;
  padding-left: 25px
}

.eCheck__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--mainColor)), to(#2d7d2a));
  background: linear-gradient(180deg, var(--mainColor), #2d7d2a);
  border-radius: 3px
}

.eCheck__title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 25px;
  width: 80px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(#2d7d2a));
  background: linear-gradient(90deg, var(--mainColor), #2d7d2a);
  border-radius: 2px
}

.eCheck__subTitle {
  font-family: var(--font-heading);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: #2d7d2a;
  margin: 40px 0 20px 0;
  position: relative;
  padding: 15px 20px;
  background: linear-gradient(135deg, rgba(57, 157, 52, .05), rgba(45, 125, 42, .03));
  border-radius: 8px;
  border-left: 4px solid var(--mainColor)
}

.eCheck__txt {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 20px;
  counter-increment: paragraph-counter;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify
}

.eCheck__txt::before {
  content: counter(paragraph-counter, decimal) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  color: var(--mainColor);
  font-size: 14px
}

.eCheck__txt:nth-of-type(2),
.eCheck__txt:nth-of-type(5) {
  background: rgba(57, 157, 52, .03);
  padding: 15px 20px 15px 40px;
  border-radius: 8px;
  border-left: 3px solid rgba(57, 157, 52, .3)
}

.eCheck__txt:nth-of-type(2)::before,
.eCheck__txt:nth-of-type(5)::before {
  left: 20px
}

.eCheck__left {
  counter-reset: paragraph-counter
}

.eCheck__imgWrp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  max-width: 350px
}

.eCheck__imgWrp::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: linear-gradient(45deg, transparent 10px, rgba(57, 157, 52, .1) 10px, rgba(57, 157, 52, .1) calc(100% - 10px), transparent calc(100% - 10px)), linear-gradient(-45deg, transparent 10px, rgba(45, 125, 42, .05) 10px, rgba(45, 125, 42, .05) calc(100% - 10px), transparent calc(100% - 10px));
  z-index: -1
}

.eCheck__imgWrp::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 2px solid rgba(57, 157, 52, .2);
  border-radius: 12px;
  z-index: -1
}

.eCheck__img {
  width: 100%;
  height: auto;
  max-height: 350px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  padding: 20px;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, .08), 0 6px 15px rgba(0, 0, 0, .06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08), 0 6px 15px rgba(0, 0, 0, .06);
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.eCheck__img:hover {
  -webkit-transform: translateY(-5px) scale(1.02);
  -ms-transform: translateY(-5px) scale(1.02);
  transform: translateY(-5px) scale(1.02);
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .12), 0 10px 25px rgba(0, 0, 0, .08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .12), 0 10px 25px rgba(0, 0, 0, .08)
}

.eCheck::before {
  background-image: url(../img/Stef_icons_alle_Elektrobefund.svg), url(../img/Stef_icons_alle_Geraetepruefung-Kopie.svg), radial-gradient(circle at 15% 80%, rgba(57, 157, 52, .02), transparent 30%), radial-gradient(circle at 85% 20%, rgba(45, 125, 42, .015), transparent 25%);
  background-position: 5% 15%, 95% 85%, 0 0, 0 0;
  background-size: 120px 120px, 100px 100px, 100% 100%, 100% 100%
}

@media (max-width:992px) {
  .eCheck {
    padding: 80px 0
  }

  .eCheck__box {
    gap: 40px;
    padding: 40px 30px
  }

  .eCheck__title {
    font-size: clamp(22px, 4vw, 32px);
    margin-bottom: 25px
  }

  .eCheck__subTitle {
    font-size: clamp(18px, 3vw, 24px);
    margin: 30px 0 15px 0;
    padding: 12px 15px
  }

  .eCheck__txt {
    font-size: 15px;
    padding-left: 18px
  }

  .eCheck__txt:nth-of-type(2),
  .eCheck__txt:nth-of-type(5) {
    padding: 12px 15px 12px 35px
  }

  .eCheck__txt:nth-of-type(2)::before,
  .eCheck__txt:nth-of-type(5)::before {
    left: 15px
  }
}

@media (max-width:768px) {
  .eCheck {
    padding: 60px 0
  }

  .eCheck::after {
    display: none
  }

  .eCheck__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding: 30px 20px
  }

  .eCheck__box::before {
    display: none
  }

  .eCheck__left {
    max-width: 100%;
    padding-left: 0
  }

  .eCheck__title {
    text-align: center;
    padding-left: 0
  }

  .eCheck__title::before {
    display: none
  }

  .eCheck__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .eCheck__subTitle {
    text-align: center
  }

  .eCheck__txt {
    text-align: left;
    padding-left: 20px;
    font-size: 14px
  }

  .eCheck__txt:nth-of-type(2),
  .eCheck__txt:nth-of-type(5) {
    padding: 10px 15px 10px 35px
  }

  .eCheck__imgWrp {
    max-width: 280px;
    margin: 0 auto
  }

  .eCheck__imgWrp::after,
  .eCheck__imgWrp::before {
    display: none
  }

  .eCheck__img {
    max-height: 280px;
    padding: 15px
  }
}

@media (max-width:480px) {
  .eCheck {
    padding: 50px 0
  }

  .eCheck__box {
    padding: 25px 15px;
    border-radius: 15px
  }

  .eCheck__title {
    font-size: clamp(20px, 6vw, 26px);
    margin-bottom: 20px
  }

  .eCheck__subTitle {
    font-size: clamp(16px, 4vw, 20px);
    margin: 25px 0 12px 0;
    padding: 10px 12px
  }

  .eCheck__txt {
    font-size: 13px;
    line-height: 1.6;
    padding-left: 18px;
    margin-bottom: 15px
  }

  .eCheck__txt:nth-of-type(2),
  .eCheck__txt:nth-of-type(5) {
    padding: 8px 12px 8px 30px
  }

  .eCheck__txt:nth-of-type(2)::before,
  .eCheck__txt:nth-of-type(5)::before {
    left: 12px
  }

  .eCheck__imgWrp {
    max-width: 250px
  }

  .eCheck__img {
    max-height: 250px;
    padding: 12px
  }
}

.forms {
  padding: 120px 0;
  background: radial-gradient(circle at 30% 40%, rgba(57, 157, 52, .08) 0, transparent 50%), radial-gradient(circle at 70% 60%, rgba(45, 122, 45, .06) 0, transparent 50%), linear-gradient(135deg, #f0f7f0 0, #fff 40%, #f0f7f0 100%);
  position: relative;
  overflow: hidden
}

.forms::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 80% 20%, rgba(57, 157, 52, .04) 0, transparent 60%), radial-gradient(circle at 20% 80%, rgba(31, 94, 33, .03) 0, transparent 60%);
  z-index: 1
}

.forms::after {
  content: "📧";
  position: absolute;
  top: 20%;
  right: 8%;
  font-size: 70px;
  opacity: .06;
  -webkit-animation: forms-float 8s ease-in-out infinite;
  animation: forms-float 8s ease-in-out infinite;
  z-index: 2
}

.forms__wrapper {
  position: relative;
  z-index: 10
}

.forms__box {
  max-width: 700px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(255, 255, 255, .95) 0, rgba(240, 247, 240, .9) 100%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 60px 50px;
  -webkit-box-shadow: 0 25px 50px rgba(57, 157, 52, .12), 0 10px 20px rgba(0, 0, 0, .06), inset 0 1px 0 rgba(255, 255, 255, .7);
  box-shadow: 0 25px 50px rgba(57, 157, 52, .12), 0 10px 20px rgba(0, 0, 0, .06), inset 0 1px 0 rgba(255, 255, 255, .7);
  border: 1px solid rgba(57, 157, 52, .15);
  position: relative
}

.forms__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .2) 0, transparent 60%);
  border-radius: 30px;
  pointer-events: none
}

.forms__title {
  font-size: 46px;
  font-weight: 700;
  color: #399d34;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.2;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased
}

.forms__title::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, rgba(57, 157, 52, .6)), color-stop(50%, #399d34), color-stop(85%, rgba(57, 157, 52, .6)), to(transparent));
  background: linear-gradient(90deg, transparent 0, rgba(57, 157, 52, .6) 15%, #399d34 50%, rgba(57, 157, 52, .6) 85%, transparent 100%);
  border-radius: 3px;
  -webkit-animation: forms-title-line 3s ease-in-out infinite;
  animation: forms-title-line 3s ease-in-out infinite
}

form {
  position: relative
}

.form-control {
  background: linear-gradient(135deg, rgba(255, 255, 255, .9) 0, rgba(240, 247, 240, .7) 100%);
  border: 2px solid rgba(57, 157, 52, .2);
  border-radius: 16px;
  padding: 18px 25px;
  font-size: 16px;
  line-height: 1.5;
  color: #374151;
  -webkit-box-shadow: 0 4px 12px rgba(57, 157, 52, .08), inset 0 1px 0 rgba(255, 255, 255, .5);
  box-shadow: 0 4px 12px rgba(57, 157, 52, .08), inset 0 1px 0 rgba(255, 255, 255, .5);
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  position: relative
}

.form-control::-webkit-input-placeholder {
  color: #9ca3af;
  font-weight: 500
}

.form-control::-moz-placeholder {
  color: #9ca3af;
  font-weight: 500
}

.form-control:-ms-input-placeholder {
  color: #9ca3af;
  font-weight: 500
}

.form-control::-ms-input-placeholder {
  color: #9ca3af;
  font-weight: 500
}

.form-control::placeholder {
  color: #9ca3af;
  font-weight: 500
}

.form-control:focus {
  outline: 0;
  border-color: rgba(57, 157, 52, .5);
  -webkit-box-shadow: 0 8px 25px rgba(57, 157, 52, .15), 0 0 0 4px rgba(57, 157, 52, .1), inset 0 1px 0 rgba(255, 255, 255, .7);
  box-shadow: 0 8px 25px rgba(57, 157, 52, .15), 0 0 0 4px rgba(57, 157, 52, .1), inset 0 1px 0 rgba(255, 255, 255, .7);
  background: linear-gradient(135deg, rgba(255, 255, 255, .95) 0, rgba(240, 247, 240, .8) 100%);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px)
}

.form-control:hover:not(:focus) {
  border-color: rgba(57, 157, 52, .3);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 18px rgba(57, 157, 52, .1), inset 0 1px 0 rgba(255, 255, 255, .6);
  box-shadow: 0 6px 18px rgba(57, 157, 52, .1), inset 0 1px 0 rgba(255, 255, 255, .6)
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
  font-family: inherit
}

.my-0,
.my-4 {
  position: relative
}

.my-0::before,
.my-4::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid #399d34;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.my-0:focus-within::before,
.my-4:focus-within::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(5px);
  -ms-transform: translateY(-50%) translateX(5px);
  transform: translateY(-50%) translateX(5px)
}

.forms__button {
  background: linear-gradient(135deg, #399d34 0, #2d7a2d 50%, #1f5e21 100%);
  color: #fff !important;
  border: none;
  border-radius: 18px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 24px rgba(57, 157, 52, .3), 0 4px 8px rgba(0, 0, 0, .1);
  box-shadow: 0 12px 24px rgba(57, 157, 52, .3), 0 4px 8px rgba(0, 0, 0, .1);
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 30px auto 0;
  min-width: 200px
}

.forms__button::before {
  content: "✉️";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.forms__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(255, 255, 255, .3)), to(transparent));
  background: linear-gradient(90deg, transparent 0, rgba(255, 255, 255, .3) 50%, transparent 100%);
  -webkit-transition: left .6s ease;
  transition: left .6s ease
}

.forms__button:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 18px 35px rgba(57, 157, 52, .4), 0 8px 15px rgba(0, 0, 0, .15);
  box-shadow: 0 18px 35px rgba(57, 157, 52, .4), 0 8px 15px rgba(0, 0, 0, .15);
  background: linear-gradient(135deg, #4ade80 0, #399d34 50%, #2d7a2d 100%)
}

.forms__button:hover::before {
  -webkit-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1)
}

.forms__button:hover::after {
  left: 100%
}

.forms__button:active {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 20px rgba(57, 157, 52, .3), 0 3px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 8px 20px rgba(57, 157, 52, .3), 0 3px 6px rgba(0, 0, 0, .1)
}

div[id^=jq_] {
  background: rgba(239, 68, 68, .1);
  color: #dc2626 !important;
  border: 1px solid rgba(239, 68, 68, .2);
  border-radius: 8px;
  padding: 8px 12px;
  margin-top: 8px;
  font-size: 14px !important;
  font-weight: 600 !important;
  position: relative
}

div[id^=jq_]::before {
  content: "⚠️";
  margin-right: 8px
}

#jq_success {
  background: linear-gradient(135deg, rgba(57, 157, 52, .1) 0, rgba(240, 247, 240, .9) 100%);
  color: #1f5e21;
  border: 2px solid rgba(57, 157, 52, .3);
  border-radius: 16px;
  padding: 20px 25px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 8px 20px rgba(57, 157, 52, .15), inset 0 1px 0 rgba(255, 255, 255, .6);
  box-shadow: 0 8px 20px rgba(57, 157, 52, .15), inset 0 1px 0 rgba(255, 255, 255, .6)
}

#jq_success::before {
  content: "✅";
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
  -webkit-animation: success-bounce 1s ease-out;
  animation: success-bounce 1s ease-out
}

@-webkit-keyframes forms-float {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    opacity: .06
  }

  33% {
    -webkit-transform: translateY(-15px) rotate(5deg);
    transform: translateY(-15px) rotate(5deg);
    opacity: .09
  }

  66% {
    -webkit-transform: translateY(-8px) rotate(-3deg);
    transform: translateY(-8px) rotate(-3deg);
    opacity: .07
  }
}

@keyframes forms-float {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    opacity: .06
  }

  33% {
    -webkit-transform: translateY(-15px) rotate(5deg);
    transform: translateY(-15px) rotate(5deg);
    opacity: .09
  }

  66% {
    -webkit-transform: translateY(-8px) rotate(-3deg);
    transform: translateY(-8px) rotate(-3deg);
    opacity: .07
  }
}

@-webkit-keyframes forms-title-line {

  0%,
  100% {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
    opacity: 1
  }

  50% {
    -webkit-transform: translateX(-50%) scaleX(1.1);
    transform: translateX(-50%) scaleX(1.1);
    opacity: .8
  }
}

@keyframes forms-title-line {

  0%,
  100% {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
    opacity: 1
  }

  50% {
    -webkit-transform: translateX(-50%) scaleX(1.1);
    transform: translateX(-50%) scaleX(1.1);
    opacity: .8
  }
}

@-webkit-keyframes success-bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes success-bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@media (max-width:992px) {
  .forms {
    padding: 80px 0
  }

  .forms::after {
    font-size: 55px
  }

  .forms__box {
    padding: 45px 35px;
    border-radius: 25px
  }

  .forms__title {
    font-size: 38px;
    margin-bottom: 40px
  }

  .forms__title::after {
    width: 120px;
    height: 4px
  }

  .form-control {
    padding: 16px 20px;
    font-size: 15px
  }

  .forms__button {
    padding: 18px 35px;
    font-size: 16px;
    min-width: 180px
  }
}

@media (max-width:768px) {
  .forms {
    padding: 60px 0
  }

  .forms::after {
    display: none
  }

  .forms__box {
    padding: 35px 25px;
    border-radius: 20px;
    margin: 0 15px
  }

  .forms__title {
    font-size: 32px;
    margin-bottom: 35px
  }

  .forms__title::after {
    width: 100px;
    height: 3px
  }

  .form-control {
    padding: 15px 18px;
    font-size: 14px;
    border-radius: 12px
  }

  .forms__button {
    padding: 16px 30px;
    font-size: 15px;
    border-radius: 14px;
    min-width: 160px
  }

  .forms__button::before {
    font-size: 16px;
    left: 12px
  }

  .my-0::before,
  .my-4::before {
    display: none
  }
}

@media (max-width:480px) {
  .forms {
    padding: 40px 0
  }

  .forms__box {
    padding: 28px 18px;
    margin: 0 10px
  }

  .forms__title {
    font-size: 26px;
    margin-bottom: 30px
  }

  .forms__title::after {
    width: 80px;
    height: 3px
  }

  .form-control {
    padding: 14px 16px;
    font-size: 14px;
    border-radius: 10px
  }

  .forms__button {
    padding: 15px 25px;
    font-size: 14px;
    border-radius: 12px;
    min-width: 140px
  }

  .forms__button::before {
    font-size: 14px;
    left: 10px
  }

  #jq_success {
    padding: 16px 20px;
    font-size: 15px;
    border-radius: 12px
  }

  div[id^=jq_] {
    padding: 6px 10px;
    font-size: 13px !important;
    border-radius: 6px
  }
}

@media (max-width:375px) {
  .forms__box {
    padding: 25px 15px;
    margin: 0 8px
  }

  .forms__title {
    font-size: 22px;
    margin-bottom: 25px
  }

  .forms__title::after {
    width: 60px;
    height: 2px
  }

  .form-control {
    padding: 12px 14px;
    font-size: 13px
  }

  .forms__button {
    padding: 14px 20px;
    font-size: 13px;
    min-width: 120px;
    letter-spacing: .5px
  }
}

@media (max-width:320px) {
  .forms__box {
    padding: 20px 12px;
    margin: 0 5px
  }

  .forms__title {
    font-size: 20px;
    margin-bottom: 20px
  }

  .forms__title::after {
    width: 50px
  }

  .form-control {
    padding: 11px 12px;
    font-size: 13px
  }

  .forms__button {
    padding: 12px 18px;
    font-size: 12px;
    min-width: 110px
  }

  .forms__button::before {
    font-size: 12px;
    left: 8px
  }

  #jq_success {
    padding: 14px 16px;
    font-size: 14px
  }
}

.btnFixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 15px 15px;
  z-index: 1000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .95)), to(transparent));
  background: linear-gradient(to top, rgba(255, 255, 255, .95), transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px)
}

.btnFixed__box {
  position: relative
}

.btnFixed__box::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(135deg, var(--mainColor), #2d7d2a);
  border-radius: 18px;
  opacity: .1;
  -webkit-animation: glow 3s ease-in-out infinite alternate;
  animation: glow 3s ease-in-out infinite alternate
}

.btnFixed__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--mainColor), #2d7d2a);
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding: 18px 20px;
  border-radius: 14px;
  border: none;
  text-decoration: none;
  -webkit-box-shadow: 0 8px 25px rgba(57, 157, 52, .3), 0 4px 12px rgba(0, 0, 0, .15);
  box-shadow: 0 8px 25px rgba(57, 157, 52, .3), 0 4px 12px rgba(0, 0, 0, .15);
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden
}

.btnFixed__btn span {
  position: relative;
  z-index: 2;
  font-weight: 700;
  letter-spacing: .5px
}

.btnFixed__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  -webkit-transition: left .6s;
  transition: left .6s;
  z-index: 1
}

.btnFixed__btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(../icons/telephone-fill.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  z-index: 2;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.btnFixed__btn:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 35px rgba(57, 157, 52, .4), 0 6px 18px rgba(0, 0, 0, .2);
  box-shadow: 0 12px 35px rgba(57, 157, 52, .4), 0 6px 18px rgba(0, 0, 0, .2)
}

.btnFixed__btn:hover::before {
  left: 100%
}

.btnFixed__btn:hover::after {
  -webkit-transform: translateY(-50%) scale(1.2);
  -ms-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2)
}

.btnFixed__btn:active {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 20px rgba(57, 157, 52, .3), 0 3px 10px rgba(0, 0, 0, .15);
  box-shadow: 0 6px 20px rgba(57, 157, 52, .3), 0 3px 10px rgba(0, 0, 0, .15)
}

@-webkit-keyframes glow {
  0% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    opacity: .2;
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
  }
}

@keyframes glow {
  0% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    opacity: .2;
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
  }
}

@media (max-width:768px) {
  .btnFixed {
    display: block
  }

  .btnFixed__btn {
    font-size: 16px;
    padding: 16px 18px
  }

  .btnFixed__btn::after {
    width: 20px;
    height: 20px;
    right: 18px
  }
}

.btnFixedD {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite
}

.btnFixedD__box {
  position: relative
}

.btnFixedD__box::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: var(--mainColor);
  border-radius: 50%;
  opacity: .2;
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite
}

.btnFixedD__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--mainColor), #2d7d2a);
  padding: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  -webkit-box-shadow: 0 8px 25px rgba(57, 157, 52, .3), 0 4px 12px rgba(0, 0, 0, .15);
  box-shadow: 0 8px 25px rgba(57, 157, 52, .3), 0 4px 12px rgba(0, 0, 0, .15);
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
  border: 2px solid #fff
}

.btnFixedD__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
  -webkit-transition: left .5s;
  transition: left .5s
}

.btnFixedD__btn:hover {
  -webkit-transform: scale(1.1) translateY(-2px);
  -ms-transform: scale(1.1) translateY(-2px);
  transform: scale(1.1) translateY(-2px);
  -webkit-box-shadow: 0 12px 35px rgba(57, 157, 52, .4), 0 6px 18px rgba(0, 0, 0, .2);
  box-shadow: 0 12px 35px rgba(57, 157, 52, .4), 0 6px 18px rgba(0, 0, 0, .2)
}

.btnFixedD__btn:hover::before {
  left: 100%
}

.btnFixedD__btn:active {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 6px 20px rgba(57, 157, 52, .3), 0 3px 10px rgba(0, 0, 0, .15);
  box-shadow: 0 6px 20px rgba(57, 157, 52, .3), 0 3px 10px rgba(0, 0, 0, .15)
}

.btnFixedD__img {
  width: 24px;
  height: 24px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease
}

.btnFixedD__btn:hover .btnFixedD__img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

@keyframes pulse {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .2
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .1
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .2
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .1
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0
  }
}

@media (max-width:768px) {
  .btnFixedD {
    bottom: 20px;
    right: 20px
  }

  .btnFixedD__btn {
    width: 50px;
    height: 50px
  }

  .btnFixedD__img {
    width: 20px;
    height: 20px
  }
}

.footer-standorte {
  padding: 50px 0 40px;
  background: radial-gradient(circle at 40% 20%, rgba(57, 157, 52, .12) 0, transparent 50%), radial-gradient(circle at 80% 80%, rgba(45, 122, 45, .08) 0, transparent 50%), linear-gradient(135deg, #1f5e21 0, #2d7a2d 50%, #399d34 100%);
  position: relative;
  overflow: hidden;
  color: #fff
}

.footer-standorte::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 60% 40%, rgba(255, 255, 255, .05) 0, transparent 60%), radial-gradient(circle at 20% 90%, rgba(255, 255, 255, .03) 0, transparent 50%);
  z-index: 1
}

.footer-standorte::after {
  content: "🏢";
  position: absolute;
  top: 15%;
  right: 5%;
  font-size: 120px;
  opacity: .08;
  -webkit-animation: footer-float 12s ease-in-out infinite;
  animation: footer-float 12s ease-in-out infinite;
  z-index: 2
}

.footer-standorte .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 10
}

.footer-standorte h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative
}

.footer-standorte h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, rgba(255, 255, 255, .6)), color-stop(50%, #fff), color-stop(80%, rgba(255, 255, 255, .6)), to(transparent));
  background: linear-gradient(90deg, transparent 0, rgba(255, 255, 255, .6) 20%, #fff 50%, rgba(255, 255, 255, .6) 80%, transparent 100%);
  border-radius: 2px;
  -webkit-animation: footer-line 3s ease-in-out infinite;
  animation: footer-line 3s ease-in-out infinite
}

.standorte-liste {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto
}

.standorte-liste li {
  background: linear-gradient(135deg, rgba(255, 255, 255, .15) 0, rgba(255, 255, 255, .08) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .15), inset 0 1px 0 rgba(255, 255, 255, .3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15), inset 0 1px 0 rgba(255, 255, 255, .3);
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
  margin: 0;
  vertical-align: top
}

.standorte-liste li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .8)), color-stop(50%, rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .8) 100%);
  border-radius: 0 2px 2px 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.standorte-liste li:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .4);
  background: linear-gradient(135deg, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, .15) 100%);
  border-color: rgba(255, 255, 255, .3)
}

.standorte-liste li:hover::before {
  opacity: 1
}

.standorte-liste li:hover a {
  color: #f0f7f0;
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px)
}

.standorte-liste li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0
}

.standorte-liste li a:hover {
  text-decoration: none
}

@-webkit-keyframes footer-float {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    opacity: .08
  }

  25% {
    -webkit-transform: translateY(-10px) rotate(2deg);
    transform: translateY(-10px) rotate(2deg);
    opacity: .12
  }

  50% {
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateY(-5px) rotate(0);
    opacity: .1
  }

  75% {
    -webkit-transform: translateY(-15px) rotate(-1deg);
    transform: translateY(-15px) rotate(-1deg);
    opacity: .06
  }
}

@keyframes footer-float {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    opacity: .08
  }

  25% {
    -webkit-transform: translateY(-10px) rotate(2deg);
    transform: translateY(-10px) rotate(2deg);
    opacity: .12
  }

  50% {
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateY(-5px) rotate(0);
    opacity: .1
  }

  75% {
    -webkit-transform: translateY(-15px) rotate(-1deg);
    transform: translateY(-15px) rotate(-1deg);
    opacity: .06
  }
}

@-webkit-keyframes footer-line {

  0%,
  100% {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
    opacity: 1
  }

  50% {
    -webkit-transform: translateX(-50%) scaleX(1.2);
    transform: translateX(-50%) scaleX(1.2);
    opacity: .7
  }
}

@keyframes footer-line {

  0%,
  100% {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
    opacity: 1
  }

  50% {
    -webkit-transform: translateX(-50%) scaleX(1.2);
    transform: translateX(-50%) scaleX(1.2);
    opacity: .7
  }
}

@media (max-width:992px) {
  .footer-standorte {
    padding: 40px 0 35px
  }

  .footer-standorte::after {
    font-size: 90px
  }

  .footer-standorte .container {
    padding: 0 15px
  }

  .footer-standorte h2 {
    font-size: 28px;
    margin-bottom: 30px
  }

  .footer-standorte h2::after {
    width: 140px;
    height: 3px
  }

  .standorte-liste {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
  }

  .standorte-liste li a {
    padding: 14px 18px;
    font-size: 15px
  }
}

@media (max-width:768px) {
  .footer-standorte {
    padding: 35px 0 30px
  }

  .footer-standorte::after {
    display: none
  }

  .footer-standorte .container {
    padding: 0 12px
  }

  .footer-standorte h2 {
    font-size: 22px;
    margin-bottom: 25px
  }

  .footer-standorte h2::after {
    width: 120px;
    height: 3px
  }

  .standorte-liste {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .standorte-liste li {
    border-radius: 12px
  }

  .standorte-liste li a {
    padding: 12px 16px;
    font-size: 14px
  }
}

@media (max-width:480px) {
  .footer-standorte {
    padding: 30px 0 25px
  }

  .footer-standorte .container {
    padding: 0 10px
  }

  .footer-standorte h2 {
    font-size: 18px;
    margin-bottom: 20px
  }

  .footer-standorte h2::after {
    width: 100px;
    height: 2px
  }

  .standorte-liste {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px
  }

  .standorte-liste li {
    border-radius: 10px
  }

  .standorte-liste li a {
    padding: 10px 14px;
    font-size: 14px
  }
}

@media (max-width:375px) {
  .footer-standorte {
    padding: 25px 0 20px
  }

  .footer-standorte .container {
    padding: 0 8px
  }

  .footer-standorte h2 {
    font-size: 18px;
    margin-bottom: 18px
  }

  .footer-standorte h2::after {
    width: 80px
  }

  .standorte-liste {
    gap: 6px
  }

  .standorte-liste li a {
    padding: 8px 12px;
    font-size: 13px
  }
}

@media (max-width:320px) {
  .footer-standorte {
    padding: 20px 0 15px
  }

  .footer-standorte .container {
    padding: 0 5px
  }

  .footer-standorte h2 {
    font-size: 16px;
    margin-bottom: 15px
  }

  .footer-standorte h2::after {
    width: 60px;
    height: 2px
  }

  .standorte-liste {
    gap: 5px
  }

  .standorte-liste li a {
    padding: 6px 10px;
    font-size: 13px
  }
}

@media (max-width:500px) {
  .btnFixedD {
    display: none
  }

  .btnFixed {
    display: block
  }

  footer {
    margin-bottom: 60px
  }
}