/* Start Hero */
.hero-image {
  height: 750px;
  top: 40px;
  right: calc(45vw - 393.3px);
}
@media (max-width: 1280px) {
  .hero-image {
    height: calc(20vw + 344px);
  }
}
@media (max-width: 850px) {
  .hero__wrapper {
    margin-bottom: -4px;
  }
}
@media (max-width: 450px) {
  .hero__wrapper .button--primary{
    font-size: calc(var(--textFontSizeM) - 4px);
    padding: 15px 25px;
    justify-content: space-between;
  }
}
/* End Hero */

/* Start Sectors */

.sectors {
  padding: 92px var(--sidePadding) 0;
}

.sectors__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sectors__title {
  font-size: var(--textFontSizeL);
  font-weight: 700;
  color: var(--grayDark);
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
  max-width: 508px;
}

.sectors__wrapper ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  width: 100%;
  gap: 10px;
}

.sectors__wrapper > a {
  display: flex;
  margin: 67px auto 0;
  line-height: 1;
  padding: 15px 30px;
  background: var(--green3);
  border-radius: 30px;
  color: white;
  font-family: var(--secondaryFont);
  font-weight: 600;
  font-size: var(--textFontSizeM);
  text-transform: uppercase;
  text-align: center;
  transition: 0.1s;
}
.sectors__wrapper > a:hover {
  background: var(--green);
}

/* End Sectors */

/* Start CTA */

.phytosanitary-cta {
  padding: 105px var(--sidePadding) 135px;
  position: relative;
  height: 605px;
}

.phytosanitary-cta > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.2;
  z-index: -2;
}

.phytosanitary-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4f4e4e;
  z-index: -3;
}

.phytosanitary-cta__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  text-align: center;
}

.phytosanitary-cta__wrapper h2 {
  font-size: var(--textFontSizeL);
  max-width: 460px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0 auto 40px;
  line-height: 1;
  text-transform: uppercase;
}
.page-template-pest-phytosanitary .phytosanitary-cta__wrapper h2 {
  max-width: 700px;
}
.phytosanitary-cta__content {
  font-size: var(--textFontSizeS);
  font-family: var(--secondaryFont);
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  max-width: 650px;
  margin: 0 auto;
}

.phytosanitary-cta .button--primary {
  margin-top: 85px;
  text-transform: uppercase;
}
/* End CTA */

.disinsection-pests__item-title {
  min-height: 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .disinsection-pests__list {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .disinsection-pests__list ul {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}
.post-template-service-phytosanitary .feedback__slider h2 {
  max-width: 666px;
}
