@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;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
}

.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, Arial, sans-serif;
  font-size: 16px;
  max-width: 1920px;
  min-width: 320px;
  color: #222
}

:root {
  --maxWidth: 1200px;
  --btnColorFixed: #ff9800;
  --mainColor: #ff9800;
  --question: #1976D2;
  --mainFon: #E3F2FD;
  --greenCustom: #2E7D32
}

.indicators {
  background: -webkit-gradient(linear, left top, right top, from(#f0fbfc), to(#e8f1f6));
  background: linear-gradient(to right, #f0fbfc, #e8f1f6);
  padding: 70px 20px;
  font-family: "Segoe UI", sans-serif
}

.indicators__box {
  max-width: 1100px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  text-align: center
}

.indicators__inner {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  -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
}

.indicators__inner:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .08)
}

.indicators__numbers {
  font-size: 36px;
  font-weight: 800;
  color: #2ecc71;
  margin-bottom: 10px
}

.indicators__desc {
  font-size: 16px;
  color: #2c3e50;
  font-weight: 500;
  line-height: 1.4
}

@media (max-width:768px) {
  .indicators {
    padding: 40px 15px
  }

  .indicators__numbers {
    font-size: 28px
  }

  .indicators__desc {
    font-size: 15px
  }
}

.slider {
  margin-top: 70px
}

.slider__box {
  padding: 32px 32px 22px;
  border: 2px dashed #1976d2;
  border-radius: 20px;
  -webkit-box-shadow: 5px 20px 75px 0 rgba(0, 0, 0, .1450980392);
  box-shadow: 5px 20px 75px 0 rgba(0, 0, 0, .1450980392)
}

.slider__title {
  font-family: Rubik, Arial, sans-serif;
  font-size: clamp(25px, 5vw, 32px);
  font-weight: 600;
  margin: 0;
  text-align: center;
  margin-bottom: 20px
}

.slider__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px
}

.slider__ul li {
  position: relative;
  padding-left: 30px
}

.slider__ul li::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.slider__img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 10px 0 0
}

.slider__name {
  background-color: #2e7d32;
  text-align: center;
  color: #fff;
  padding: 14px 24px;
  border-radius: 0 0 10px 10px;
  font-weight: 600
}

.swiper {
  padding-bottom: 60px
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center
}

.discreetWorkingMethodGreen {
  margin-top: 70px;
  background-color: #2e7d32;
  color: #fff
}

.discreetWorkingMethodGreen__box {
  padding: 75px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.discreetWorkingMethodGreen__subTitle {
  font-size: 20px;
  font-weight: 700
}

.discreetWorkingMethodGreen__title {
  font-family: Rubik, Arial, sans-serif;
  font-size: clamp(25px, 5vw, 32px);
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-align: left
}

.notSingleChance {
  padding: 75px 0;
  background-color: #eff3f5
}

.notSingleChance__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr .6fr;
  grid-template-columns: 1fr .6fr;
  gap: 40px
}

.notSingleChance__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.notSingleChance__subTitle {
  font-size: 20px;
  color: #1976d2;
  font-weight: 700
}

.notSingleChance__title {
  font-family: Rubik, Arial, sans-serif;
  font-size: clamp(25px, 5vw, 32px);
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-align: left
}

.notSingleChance__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.notSingleChance__ul li {
  position: relative;
  padding-left: 30px
}

.notSingleChance__ul li::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.notSingleChance__txtColor {
  color: #1976d2;
  font-weight: 500
}

.notSingleChance__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.notSingleChance__imgWrp {
  max-width: 430px;
  max-height: 430px
}

.notSingleChance__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 20px
}

.notSingleChance__txtBorder {
  font-size: 16px;
  background: #fff;
  border-left: 4px solid var(--question);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1019607843);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1019607843);
  padding: 16px 16px 16px 16px
}

.reviews {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7fafc), to(#eef3f8));
  background: linear-gradient(to bottom, #f7fafc, #eef3f8);
  padding: 75px 20px;
  font-family: "Segoe UI", sans-serif
}

.reviews__box {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center
}

.reviews__subTitle {
  font-size: 18px;
  font-weight: 600;
  color: #2ecc71;
  margin-bottom: 12px;
  letter-spacing: .5px;
  text-transform: uppercase
}

.reviews__title {
  font-size: 30px;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 50px;
  line-height: 1.4
}

.reviews__wrp {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 30px;
  /* margin-bottom: 50px */
}

.reviews__inner {
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  text-align: left;
  position: relative
}

.reviews__inner::before {
  content: "“";
  font-size: 40px;
  color: #2ecc71;
  position: absolute;
  top: 10px;
  left: 20px
}

.reviews__inner::after {
  content: "”";
  font-size: 40px;
  color: #2ecc71;
  position: absolute;
  bottom: 10px;
  right: 20px
}

.professional__btnWrp {
  margin-top: 10px
}

.professional__btn {
  display: inline-block;
  background: #2ecc71;
  color: #fff;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 14px rgba(46, 204, 113, .3);
  box-shadow: 0 4px 14px rgba(46, 204, 113, .3);
  -webkit-transition: background .3s ease, -webkit-transform .2s ease;
  transition: background .3s ease, -webkit-transform .2s ease;
  transition: background .3s ease, transform .2s ease;
  transition: background .3s ease, transform .2s ease, -webkit-transform .2s ease
}

.professional__btn:hover {
  background: #27ae60;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px)
}

@media (max-width:768px) {
  .reviews__title {
    font-size: 24px
  }

  .reviews__subTitle {
    font-size: 16px
  }

  .reviews__inner {
    font-size: 14px
  }

  .professional__btn {
    width: 100%;
    text-align: center
  }
}

.faq {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7fbfc), to(#e8f1f7));
  background: linear-gradient(to bottom, #f7fbfc, #e8f1f7);
  padding: 75px 20px;
  font-family: "Segoe UI", sans-serif
}

.faq__box {
  max-width: 1000px;
  margin: 0 auto
}

.faq__title {
  font-size: 32px;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 40px;
  text-align: center
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.faq-item input {
  display: none
}

.faq-question {
  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;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: #34495e;
  position: relative;
  background: #f2f6f9;
  -webkit-transition: background .3s ease;
  transition: background .3s ease
}

.faq-question:hover {
  background: #e5eef4
}

.faq-question::after {
  content: "+";
  font-size: 24px;
  color: #2ecc71;
  -webkit-transition: content .3s ease, -webkit-transform .3s ease;
  transition: content .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, content .3s ease;
  transition: transform .3s ease, content .3s ease, -webkit-transform .3s ease;
  margin-left: 12px
}

.faq-item input:checked+.faq-question::after {
  content: "–";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  background: #fff;
  -webkit-transition: max-height .4s ease, padding .4s ease;
  transition: max-height .4s ease, padding .4s ease
}

.faq-item input:checked~.faq-answer {
  max-height: 300px;
  padding: 18px 20px 20px
}

@media (max-width:768px) {
  .faq__title {
    font-size: 24px
  }

  .faq-question {
    font-size: 15px
  }

  .faq-answer {
    font-size: 14px
  }
}

.header {
  background-color: #e3f2fd;
  padding: 3px 0;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%
}

.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__menuWrp li a {
  color: #104952;
  font-weight: 700
}

.header__menuWrp:hover li a {
  -webkit-transition: .3s;
  transition: .3s;
  color: var(--mainColor)
}

.professional {
  outline: auto;
  background-image: url(/assets/img/schaedlingsbekaempfung-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 60px
}

.professional::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7411764706);
  top: 0
}

.professional__box {
  text-align: center;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1
}

.professional__desc {
  font-size: 24px;
  font-weight: 700;
  color: var(--mainColor);
  text-decoration-line: underline;
  text-shadow: 5px 20px 75px
}

.professional__title {
  font-family: Rubik, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 5vw, 40px);
  margin: 0;
  color: #fff
}

.professional__txt {
  color: #fff;
  font-size: 18px
}

.professional__btnWrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.professional__btn-txt {
  color: #fff;
  position: relative;
  padding-left: 20px
}

.professional__btn-txt::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #090;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.professional__btn {
  background-color: var(--mainColor);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 14px 24px 14px 40px;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s
}

.professional__btn span {
  position: relative
}

.professional__btn span::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/telephone-fill.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  aspect-ratio: 1;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.professional__btn:hover {
  background-color: #2e7d32;
  color: #fff
}

.numberOne {
  margin-top: 40px
}

.numberOne__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.numberOne__wrp {
  background-image: url(/assets/img/schaedlingsbekaempfung-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 24px 16px 24px 16px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.numberOne__wrp::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: .8;
  border-radius: 10px;
  top: 0;
  left: 0
}

.numberOne__title,
.numberOne__txt {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center
}

.numberOne__title {
  font-size: 18px;
  font-weight: 700
}

.professional__btnWrp {
  position: relative;
  z-index: 1
}

.numberOne__ul {
  background-color: #e3f2fd;
  padding: 24px 16px 24px 16px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  border: 1px solid #1976d2
}

.numberOne__ul li {
  list-style-position: inside;
  position: relative;
  padding-left: 30px
}

.numberOne__ul li::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.howWeWork {
  margin-top: 70px
}

.howWeWork__box {
  padding: 48px 32px 48px 32px;
  background-color: #ffd54f;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.howWeWork__title {
  font-family: Rubik, Arial, sans-serif;
  font-size: clamp(25px, 5vw, 32px);
  font-weight: 600;
  margin: 0;
  text-align: center
}

.howWeWork__question {
  font-size: 20px;
  font-weight: 700;
  color: var(--question)
}

.howWeWork__wrp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.howWeWork__inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.howWeWork__imgWrp {
  margin-bottom: 10px
}

.howWeWork__img {
  width: 81px;
  height: 81px
}

.howWeWork__subTitle {
  text-align: center;
  color: var(--question);
  font-weight: 700
}

.howWeWork__txt {
  text-align: center
}

.professional__color {
  background-color: #2e7d32
}

.professional__color:hover {
  background-color: #40a545
}

.yourExperts {
  margin-top: 70px;
  background-color: var(--mainFon)
}

.yourExperts__box {
  padding: 70px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .6fr 1fr;
  grid-template-columns: .6fr 1fr;
  gap: 30px
}

.yourExperts__imgWrp {
  max-width: 100%;
  max-height: 100%
}

.yourExperts__img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover
}

.yourExperts__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.yourExperts__title {
  font-family: Rubik, Arial, sans-serif;
  font-size: clamp(25px, 5vw, 32px);
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-align: left
}

.yourExperts__subTitle {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: var(--question)
}

.yourExperts__txt {
  font-size: 16px;
  background: #fff;
  border-left: 4px solid var(--question);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1019607843);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1019607843);
  padding: 16px 16px 16px 16px
}

.yourExperts__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.yourExperts__ul li {
  padding-left: 30px;
  position: relative
}

.yourExperts__ul li::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 0
}

.professional__btn-txt-color {
  color: #000
}

.professional__btn-color {
  background-color: #2e7d32
}

.professional__btn-color:hover {
  background-color: #40a545
}

.getRidOfPests {
  margin-top: 70px
}

.getRidOfPests__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.getRidOfPests__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.getRidOfPests__title {
  font-family: Rubik, Arial, sans-serif;
  font-size: clamp(25px, 5vw, 32px);
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-align: left
}

.getRidOfPests__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.getRidOfPests__ul li {
  position: relative;
  padding-left: 30px
}

.getRidOfPests__ul li::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.getRidOfPests__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.getRidOfPests__txtColor {
  color: var(--question);
  font-weight: 700
}

.getRidOfPests__imgWrp {
  max-width: 100%;
  max-height: 100%
}

.getRidOfPests__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.professional__btn-color {
  background-color: #2e7d32
}

.professional__btn-color:hover {
  background-color: #40a545
}

.discreetWorkingMethod {
  margin-top: 70px;
  background-color: var(--mainColor);
  color: #fff;
  padding: 60px 0
}

.discreetWorkingMethod__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.discreetWorkingMethod__subTitle {
  font-size: 20px;
  font-weight: 700
}

.discreetWorkingMethod__title {
  font-family: Rubik, Arial, sans-serif;
  font-size: clamp(25px, 5vw, 32px);
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-align: left
}

.whoWeAre {
  margin-top: 70px
}

.whoWeAre__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.whoWeAre__question {
  font-size: 20px;
  font-weight: 700;
  color: var(--question)
}

.whoWeAre__title {
  font-family: Rubik, Arial, sans-serif;
  font-size: clamp(25px, 5vw, 32px);
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-align: left
}

.whoWeAre__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr .7fr;
  grid-template-columns: 1fr .7fr;
  gap: 20px
}

.whoWeAre__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.whoWeAre__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding-left: 90px;
  position: relative
}

.whoWeAre__inner::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/clock.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  left: 20px;
  top: 33px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.whoWeAre__inner::after {
  content: "";
  position: absolute;
  border: 4px solid var(--mainColor);
  border-radius: 4px;
  width: 67px;
  height: 67px;
  left: 0
}

.whoWeAre__left>.whoWeAre__inner:nth-child(3)::before {
  background-image: url(/assets/icons/lamp.svg);
  background-size: contain;
  left: 23px
}

.whoWeAre__left>.whoWeAre__inner:nth-child(4)::before {
  background-image: url(/assets/icons/finger.svg)
}

.whoWeAre__subTitle {
  font-weight: 700
}

.whoWeAre__right {
  max-width: 100%;
  max-height: 100%
}

.whoWeAre__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px
}

.professional__btnWrp-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.whoWeAre__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.whoWeAre__ul li {
  position: relative;
  padding-left: 30px
}

.whoWeAre__ul li::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.whyYouShouldChooseUs {
  margin-top: 70px;
  padding: 70px 0;
  background-image: url(/assets/img/schaedlingsbekaempfung-20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 60%;
  position: relative
}

.whyYouShouldChooseUs::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, .7333333333);
  top: 0;
  left: 0
}

.whyYouShouldChooseUs__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .7fr 1fr;
  grid-template-columns: .7fr 1fr;
  gap: 20px;
  z-index: 1;
  position: relative;
  color: #fff
}

.whyYouShouldChooseUs__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.whyYouShouldChooseUs__subOneTitle {
  font-weight: 700;
  font-size: 20px;
  color: #ffd54f
}

.whyYouShouldChooseUs__title {
  font-family: Rubik, Arial, sans-serif;
  font-size: clamp(25px, 5vw, 32px);
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-align: left
}

.whyYouShouldChooseUs__right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px
}

.whyYouShouldChooseUs__inner {
  background-color: #fff;
  color: #000;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  border-radius: 5px
}

.whyYouShouldChooseUs__imgWrp {
  background-color: var(--greenCustom);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px
}

.whyYouShouldChooseUs__subTitle {
  font-size: 20px;
  color: var(--greenCustom);
  font-weight: 700
}

.forms {
  background: linear-gradient(135deg, #f8f9fb, #e8edf3);
  padding: 75px 20px;
  font-family: "Segoe UI", sans-serif
}

.forms__wrapper {
  max-width: 1200px;
  margin: 0 auto
}

.forms__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, .6);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  border-radius: 16px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 40px;
  gap: 30px
}

.forms__left,
.forms__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  flex: 1 1 400px
}

.forms__title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px
}

.forms__txt {
  font-size: 17px;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 25px
}

.forms__subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #34495e;
  margin-bottom: 10px
}

form input.form-control,
form textarea.form-control {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #dcdfe6;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: border .3s, -webkit-box-shadow .3s;
  transition: border .3s, -webkit-box-shadow .3s;
  transition: border .3s, box-shadow .3s;
  transition: border .3s, box-shadow .3s, -webkit-box-shadow .3s
}

form input.form-control:focus,
form textarea.form-control:focus {
  border-color: #2ecc71;
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(46, 204, 113, .2);
  box-shadow: 0 0 0 3px rgba(46, 204, 113, .2)
}

textarea.form-control {
  resize: vertical
}

.forms__button {
  background: #2ecc71;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  width: 100%
}

.forms__button:hover {
  background: #27ae60;
  cursor: pointer
}

#jq_success {
  margin-top: 15px;
  font-weight: 600;
  color: #2ecc71
}

@media (max-width:768px) {
  .forms__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px
  }

  .forms__title {
    font-size: 24px
  }

  .forms__subtitle {
    font-size: 20px
  }
}

.btnFixed {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin-bottom: 10px
}

.btnFixed__btn {
  background-color: var(--mainColor);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 14px 24px 14px 40px;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: var(--btnColorFixed);
  width: 100%;
  text-align: center;
  padding: 16px 15px;
  border-radius: 0
}

.btnFixed__btn span {
  position: relative
}

.btnFixed__btn span::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/telephone-fill.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  aspect-ratio: 1;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.btnFixed__btn:hover {
  background-color: #2e7d32;
  color: #fff
}

.btnFixed__btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px
}

.btnFixedD {
  position: fixed;
  bottom: 20px;
  right: 10px
}

.btnFixedD__btn {
  background-color: #45bb4b;
  padding: 5px 10px;
  border-radius: 50px;
  width: 38px;
  height: 38px
}

.btnFixedD__img {
  width: 100%
}

.footer-standorte {
  background: #f4f8fa;
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
  border-top: 1px solid #e0e6eb
}

.footer-standorte h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 30px
}

.standorte-liste {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.standorte-liste li a {
  display: inline-block;
  font-size: 15px;
  color: #3498db;
  padding: 6px 12px;
  border-radius: 8px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dce5ec
}

.standorte-liste li a:hover {
  background: #2ecc71;
  color: #fff;
  border-color: #2ecc71
}

@media (max-width:768px) {
  .footer-standorte h2 {
    font-size: 20px
  }

  .standorte-liste li a {
    font-size: 14px;
    padding: 6px 10px
  }
}

@media (max-width:1024px) {

  .getRidOfPests__box,
  .howWeWork__wrp,
  .whyYouShouldChooseUs__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

@media (max-width:768px) {
  .slider__ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .slider__box {
    padding: 22px
  }

  .professional__box {
    padding: 30px 0 50px
  }

  .professional {
    background-position-x: center
  }

  .notSingleChance__box,
  .numberOne__box,
  .whoWeAre__wrapper,
  .whyYouShouldChooseUs__right,
  .yourExperts__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .discreetWorkingMethodGreen,
  .getRidOfPests,
  .howWeWork,
  .slider,
  .whoWeAre,
  .whyYouShouldChooseUs,
  .yourExperts {
    margin-top: 40px
  }

  .howWeWork__box {
    padding: 32px 16px
  }

  .discreetWorkingMethodGreen__box,
  .faq,
  .forms,
  .notSingleChance,
  .reviews,
  .whyYouShouldChooseUs,
  .yourExperts__box {
    padding: 40px 0
  }

  .discreetWorkingMethodGreen__box,
  .discreetWorkingMethodGreen__title,
  .discreetWorkingMethod__subTitle,
  .discreetWorkingMethod__title {
    text-align: center
  }

  .discreetWorkingMethod__subTitle,
  .notSingleChance__subTitle,
  .whoWeAre__question,
  .whyYouShouldChooseUs__subOneTitle {
    font-size: 18px
  }

  .whyYouShouldChooseUs__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .forms__subtitle,
  .whyYouShouldChooseUs__txt {
    text-align: center
  }

  .notSingleChance__imgWrp {
    max-width: 100%;
    max-height: 100%
  }

  .reviews__wrp {
    grid-template-columns: repeat(1, minmax(300px, 1fr));
  }
}

@media (max-width:500px) {
  .btnFixedD {
    display: none
  }

  .btnFixed {
    display: block;
    z-index: 1000;
  }

  footer {
    margin-bottom: 60px
  }

  .howWeWork__question,
  .professional__desc {
    font-size: 18px
  }

  .professional__btn,
  .professional__txt {
    font-size: 14px
  }
}

/* Стили для отзывов */
.review-card {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  /* margin-bottom: 2rem; */
  background: #ffffff;
  padding: 24px 20px;
  border-radius: 16px;
  border: 1px solidrgba(236, 191, 77, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}

.review-card::before {
  content: "“";
  font-size: 40px;
  color: #2ecc71;
  position: absolute;
  top: 0;
  left: 20px
}

.review-card::after {
  content: "”";
  font-size: 40px;
  color: #2ecc71;
  position: absolute;
  bottom: -20px;
  right: 20px
}

.review-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.review-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.review-content p {
  margin: 0.5rem 0;
  line-height: 1.5;
  color: #444;
  background-color: #f5faff;
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px;
}

.review-content h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #002c3e;
  font-weight: 600;
}

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

.review-service {
  display: inline-block;
  background: #e6a40022;
  color: #e59f00;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  margin: 0.5rem 0;
  width: fit-content;
}

.review-comment {
  margin: 0.5rem 0;
  line-height: 1.6;
  color: #444;
}

.review-meta {
  display: flex;
  justify-content: flex-end;
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.8rem;
  align-items: center;
}

.review-meta .date {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.review-rating {
  font-size: 1.1rem;
  color: #e6a400;
  letter-spacing: 1px;
}

.write-review-button-wrp {
  text-align: right;
}

.write-review-button {
  display: inline-block;
  margin-top: 1rem;
  background-color: var(--mainColor);
  color: #fff;
  font-weight: bold;
  padding: 0.8rem 1.6rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.write-review-button:hover {
  background-color: var(--greenCustom);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  color: #fff;
}