.hero {
  min-height: 720px;
}
.hero::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 26.96%,
    rgba(0, 0, 0, 0.7) 53.75%
  );
}

.hero h1 {
  font-size: calc(var(--textFontSizeXL) - 10px);
  max-width: 510px;
}
.hero__wrapper > small {
  max-width: 520px;
}
@media (max-width: 1080px) {
  .hero h1 {
    font-size: calc(var(--textFontSizeXL) - 14px);
    max-width: 400px;
  }
  .hero__wrapper > small {
    max-width: 420px;
  }
}
/* Start Welcome Section */
.welcome {
  padding: 85px var(--sidePadding);
  overflow: hidden;
  display: none;
}

.welcome__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}

.welcome__title {
  font-size: var(--textFontSizeL);
  font-weight: 400;
  color: var(--green);
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.welcome__content {
  font-size: var(--textFontSizeM);
  font-weight: 400;
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  line-height: 1.24;
  text-align: justify;
  margin-bottom: 15px;
}

.welcome__content strong {
  font-weight: 600;
}

/* End Welcome Section */

/* Start Common Plagues */

.common-plagues {
  padding: 100px 0;
  overflow: hidden;
}

.common-plagues__wrapper h2 {
  font-size: var(--textFontSizeL);
  margin: 0 auto;
  max-width: var(--maxScreenWidth);
  color: var(--green);
  text-align: center;
  max-width: 700px;
  text-transform: uppercase;
  margin: 0 auto 40px;
  padding: 0 var(--sidePadding);
}

/* End Common Plagues */

/* Start Specialists */

.specialists {
  position: relative;
  overflow: hidden;
  padding: 85px var(--sidePadding) 116px;
}

.specialists > img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 1304px;
  object-fit: cover;
  object-position: center;
  opacity: 0.45;
  z-index: -1;
}

.specialists__wrapper > figure {
  position: absolute;
}

.specialists__wrapper > figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.specialists__image--left {
  width: 33.59vw;
  max-width: 580px;
  z-index: -1;
  left: calc(-70px - var(--sidePadding));
  bottom: -135px;
}

.specialists__image--right {
  width: 27.16vw;
  max-width: 470px;
  right: calc(59px - var(--sidePadding));
  bottom: -120px;
  z-index: -1;
}

.specialists__image--right img {
  display: block;
}

.specialists__wrapper {
  max-width: 1728px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}

.specialists__wrapper > img {
  width: 316px;
  margin-bottom: 32px;
}

.specialists__wrapper h2 {
  font-size: var(--textFontSizeL);
  font-weight: 400;
  color: var(--green);
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.specialists__container {
  max-width: 666px;
  margin: 0 auto;
}
.specialists__content {
  font-size: var(--textFontSizeS);
  font-weight: 400;
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  line-height: 1.24;
  text-align: justify;
}

@media (max-width: 1450px) {
  .specialists__container {
    max-width: calc(350px + 14.47vw);
  }
}

@media (max-width: 1280px) {
  .specialists__image--left {
    bottom: -150px;
  }

  .specialists__image--right {
    right: calc(-1 * var(--sidePadding));
    bottom: -150px;
  }
}
@media (max-width: 1050px) {
  .specialists__content {
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
  .specialists__image--left {
    width: 39vw;
  }

  .specialists__image--right {
    width: 32.5vw;
  }
}
@media (max-width: 950px) {
  .specialists__image--left {
    bottom: -120px;
  }

  .specialists__image--right {
    bottom: -120px;
  }
}

@media (max-width: 768px) {
  .specialists__wrapper {
    padding-bottom: 250px;
  }
  .specialists__container {
    max-width: 100%;
  }
  .specialists__content {
    text-shadow: initial;
  }
  .specialists__image--left {
    bottom: -140px;
    min-width: 300px;
  }

  .specialists__image--right {
    bottom: -140px;
    min-width: 270px;
  }
}

@media (max-width: 499px) {
  .specialists__wrapper {
    padding-bottom: 220px;
  }
  .specialists__image--left {
    min-width: 260px;
    bottom: -120px;
  }

  .specialists__image--right {
    min-width: 220px;
    bottom: -120px;
  }
}
@media (max-width: 399px) {
  .specialists__wrapper {
    padding-bottom: 185px;
  }
  .specialists__image--left {
    min-width: 240px;
    bottom: -130px;
  }

  .specialists__image--right {
    min-width: 200px;
    bottom: -130px;
  }
}

/* End Specialists */

/* Start Sectors */

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

.sectors__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  padding: 52px var(--sidePadding) 44px;
  position: relative;
}

.sectors__wrapper::before,
.sectors__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(50% + 1px);
  height: 100%;
  background: var(--green3);
  z-index: -1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.sectors__wrapper::before {
  left: 0;
}

.sectors__wrapper::after {
  right: 0;
}

.sectors__title {
  font-size: var(--textFontSizeL);
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
  max-width: 699px;
  margin: 0 auto;
}
.sectors__content {
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeS);
  text-align: justify;
  margin-bottom: 35px;
}

.sectors__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  column-gap: calc(var(--sidePadding) + 1.16vw);
  row-gap: 15px;
}

.sectors__list li {
  width: calc(50% - calc((var(--sidePadding) + 1.16vw) / 2));
  display: flex;
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  padding: 25px 0 6px;
  gap: 15px;
}
.sectors__list li.hidden-content {
  display: none;
}

.sectors__list li > span {
  width: 48px;
  height: 48px;
}

.sectors__list li > span svg {
  --iconColor1: var(--green);
  width: 100%;
  height: 100%;
}

.sectors__item-content {
  width: calc(100% - 63px);
}

.sectors__item-content h3 {
  font-size: var(--textFontSizeM);
  color: var(--grayDark);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--secondaryFont);
  margin-bottom: 5px;
}

.sectors__item-content p {
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  font-size: var(--textFontSizeS);
  text-align: justify;
  min-height: 40px;
}

@media (max-width: 880px) {
  .sectors__wrapper::before,
  .sectors__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: calc(50% + 1px);
    height: 100%;
    background: var(--green3);
    z-index: -1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .sectors__wrapper::before {
    left: 0;
    border-bottom-right-radius: 0;
  }

  .sectors__wrapper::after {
    border-bottom-left-radius: 0;
    right: 0;
  }

  .sectors__wrapper ul {
    flex-direction: column;
  }
  .sectors__list li.hidden-content {
    display: flex;
  }

  .sectors__wrapper ul li {
    width: 100%;
  }
}

/* End Sectors */

/* Start Call CTA */

.cta-call {
  padding: 85px var(--sidePadding) 145px;
  overflow: hidden;
  position: relative;
}

.cta-call.plagues-bg::before {
  background: white;
  opacity: 1;
}

.cta-call::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--greenLight);
  z-index: -2;
}

.cta-call__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.cta-call__wrapper > img {
  object-fit: cover;
  object-position: center;
  width: 63.1vw;
  max-width: 1100px;
  position: absolute;
  right: -350px;
  top: -125px;
}

.cta-call__wrapper h2 {
  color: var(--green);
  font-size: 25px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cta-call__logo {
  width: 72px;
  height: 83px;
  margin: 0 auto 13px;
  display: block;
}

.cta-call__wrapper div {
  max-width: 700px;
}

.cta-call__content {
  padding: 0 20px;
  font-size: var(--textFontSizeS);
  font-weight: 400;
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  line-height: 1.24;
  text-align: center;
  margin-bottom: 15px;
}

.cta-call__content-strong {
  display: block;
  font-size: var(--textFontSizeL);
  margin-top: 10px;
  font-family: var(--primaryFont);
  font-weight: 700;
  line-height: 1;
}

.cta-call__button a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 41px;
  border: 0;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: var(--green3);
  font-weight: 600;
  font-size: var(--textFontSizeM);
  font-family: var(--secondaryFont);
  color: white;
  gap: 65px;
  cursor: pointer;
  transition: 0.2s;
  width: 100%;
  max-width: 446px;
  text-align: center;
  text-transform: uppercase;
}

.cta-call__button:hover {
  background: var(--green);
}

.cta-call__button span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: white;
  margin-right: auto;
  box-shadow: 0px 0px 54px 0px #2144d81a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-call__button span svg {
  width: 24px;
  height: 24px;
}

.cta-call__button p {
  position: absolute;
}

@media (max-width: 1300px) {
  .cta-call__wrapper > img {
    right: calc(-100px - 5.79vw);
    top: calc(-3px - 4.05vw);
  }
  .cta-call__wrapper div {
    max-width: calc(400px + 17.36vw);
  }
}

@media (max-width: 1150px) {
  .cta-call__button button {
    max-width: 360px;
    padding: 10px;
    bottom: 50px;
  }
  .cta-call__button button span {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .cta-call__wrapper div {
    max-width: calc(400px + 17.36vw);
  }
  .cta-call__wrapper > img {
    right: calc(-350px - 5.5vw);
    top: calc(-3px - 4.05vw);
    width: 85vw;
  }
}
@media (max-width: 950px) {
  .cta-call {
    display: flex;
    flex-direction: column-reverse;
  }
  .cta-call__wrapper div {
    max-width: 100%;
  }
  .cta-call__wrapper > img {
    position: initial;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 620px;
    margin-top: -50px;
  }
}
@media (max-width: 768px) {
  .cta-call > img {
    margin-top: -40px;
  }
}

/* End Call CTA */

.partners {
  padding: 85px var(--sidePadding);
  background: #f6f6f6;
  margin: 75px 0;
}

.partners__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}

.partners__wrapper h2 {
  font-size: var(--textFontSizeL);
  font-weight: 400;
  color: var(--green);
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.partners__slider {
  display: flex;
  position: relative;
  padding: 0 120px;
}

.partners__slider .tns-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  width: 80px;
  height: 80px;
}

.partners__slider .tns-controls button svg {
  height: 50px;
  object-fit: contain;
  --iconColor1: var(--green3);
}

.partners__slider .tns-controls button:hover svg {
  --iconColor1: var(--green);
}

.partners__slider .tns-controls button[data-controls="prev"] {
  left: 20px;
}

.partners__slider .tns-controls button[data-controls="next"] {
  right: 20px;
}

.partner img {
  width: 100%;
  height: 102px;
  display: block;
  object-fit: contain;
}

@media (max-width: 768px) {
  .partners {
    padding: 50px var(--sidePadding);
    margin: 50px 0;
  }
}

/* End Partners Slider */

/* Start Stats */

.stats {
  padding: 0 var(--sidePadding) 85px;
}

.stats__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}

.stats__list {
  display: flex;
  gap: 30px;
}

.stats__list li {
  width: 100%;
}

.stats__card {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: var(--green3);
  padding: 10px;
}

.stats__icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.stats__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  --iconColor1: var(--green);
}

.stats__value {
  font-size: var(--textFontSizeXL);
  font-weight: 700;
  color: white;
  text-align: center;
  margin-bottom: 15px;
}

.stats__label {
  min-height: 48px;
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeM);
  font-weight: 600;
  color: white;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.33;
  max-width: 255px;
}

@media (max-width: 1208px) {
  .stats__list {
    justify-content: center;
    flex-wrap: wrap;
    max-width: 768px;
    margin: 0 auto;
  }

  .stats__list li {
    width: calc(50% - 15px);
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .stats {
    padding-bottom: 50px;
  }
}
@media (max-width: 568px) {
  .stats__list {
    gap: 15px;
  }
  .stats__list li {
    width: calc(50% - 7.5px);
    max-width: 300px;
  }
  .stats__icon {
    width: 65px;
    height: 65px;
  }
  .stats__value {
    margin-bottom: 8px;
  }
  .stats__label {
    font-size: calc(var(--textFontSizeM) - 3px);
  }
}
@media (max-width: 468px) {
  .stats__label {
    font-size: var(--textFontSizeS);
  }
  .stats__value {
    font-size: var(--textFontSizeL);
  }
}
@media (max-width: 420px) {
  .stats__icon {
    width: 50px;
    height: 50px;
  }
  .stats__list {
    gap: 10px;
  }
}

/* End Stats */
