/* ===== ABOUT HERO ===== */
.about-hero {
  padding-bottom: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 20px 0;
}

/* BACKGROUND SECTION */
.about-hero__bg {
  position: relative;
  min-height: 510px;
  border-radius: 24px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* GREEN GRADIENT OVERLAY */
.about-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  
}

/* CONTENT */
.about-hero__content {
  position: absolute;
  left: 50%;
  bottom: 35%;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
  max-width: 720px;
  padding: 0 16px;
  color: #ffffff;
}

/* TITLE */
.about-hero__title {
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}

/* SUBTITLE */
.about-hero__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
}

/* ===== BREADCRUMBS ===== */
.about-breadcrumbs {
  margin-top: 16px;
  padding: 15px 16px;
  background: #F5F6F5;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #636160;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;

}

.about-breadcrumbs__current {
  color: #432A19;
  font-weight: 500;
}

/*section about who*/
.aboutwho {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px 0;
}

/* CONTAINER */
.aboutwho__container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* ROW */
.aboutwho__row {
  display: flex;
  gap: 40px;
}

/* COLUMNS */
.aboutwho__col {
  flex: 1;
}

.aboutwho__col--text {
  display: flex;
  flex-direction: column;
  flex: 700px;

  
}

.aboutwho__col--image {
  display: flex;
  flex: 500px;
}

/* TITLES */
.aboutwho__title {
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #432A19;
}

.aboutwho__subtitle {
    margin-bottom: 16px;
    margin-top: 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #432A19;
}
.sub_philosophy{
  margin-top: 0px;
}

/* TEXT */
.aboutwho__text {
    margin-bottom: 14px;
    margin-top: 0px;
    color: #636160;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
}

.aboutwho__lead {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #432A19;
}

/* LIST */
.aboutwho__list {
  list-style: none;
  padding: 0;
  margin: 15px 10px;
font-weight: 400;
font-size: 18px;
line-height: 180%;
letter-spacing: 0px;
color: #636160;
}

.aboutwho__list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}

.aboutwho__list li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/check-circle-about-us.svg);
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 7px;
}

/* IMAGES */
.aboutwho__image {
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}

.aboutwho__image--person {
  min-height: 320px;
}

.aboutwho__image--team {
  min-height: 260px;
}

.aboutwho__image--hands {
  min-height: 320px;
}

/* MISSION */
.aboutwho__mission {
  display: flex;
  gap: 32px;
  margin-top: 75px;
}

.aboutwho__mission-title, .aboutwho__mission-title2 {
    display: block;
    margin-bottom: 6px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.aboutwho__mission-title::before{
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../img/mission-title.svg);
    position: absolute;
    left: -2px;
    top: -65px;
}
.aboutwho__mission-title2::before{
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../img/mission-title2.svg);
    position: absolute;
    left: -2px;
    top: -65px;
}
.aboutwho__mission-item p{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #432A19;
    max-width: 300px;
    margin-bottom: 0px;
}

/* VALUES */
.aboutwho__values {
  margin-top: 80px;
}

.aboutwho__values-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.aboutwho__value {
  background: #f6f7eb;
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 600;
}

.about-us__values {
    top:0;
    padding: 0 0px;
}

/*section team*/
.team {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 20px 0;
}

/* HEADER */
.team__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.team__title {
    color: #432A19;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}

/* CONTROLS */
.team__controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

.team__nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f3f3f3;
  cursor: pointer;
  position: relative;
}

.team__nav::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #4b2e1e;
  border-bottom: 2px solid #4b2e1e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.team__nav--next::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

/* PDF */
.team__pdf {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #1fa34a;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;

font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
text-transform: uppercase;

}
.team__pdf-icon{
     width: 25px;
    height: 25px;
    background-image: url(../img/pdf-svgrepo.svg);
}

/* SLIDER */
.team__slider {
  overflow: hidden;
}

.team__slide {
  width: 300px;
}

/* CARD */
.team__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.team__photo {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
}

.team__photo img {
  width: 100%;
  display: block;
}

/* OVERLAY */
.team__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(359.64deg, #0F8E38 0.29%, rgba(15, 142, 56, 0.1) 59.32%);
  color: #fff;
  padding: 24px;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  transition: opacity .3s;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.team__card--active .team__overlay {
  opacity: 0;
}
.team__overlay p{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 125px;
}

/* INFO */
.team__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.team__name {
    color: #0F8E38;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.team__name--green {
  color: #1fa34a;
}

.team__role {
    color: #432A19;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;

}
.swiper-slide:hover .team__overlay{
    opacity: 1;
}
/*section partners*/
.partners {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 20px 0;
}

.partners__container {
  margin: 0 auto;
  display: flex;
  gap: 30px;
}

/* LEFT */
.partners__left {
  width: 45%;
}

.partners__title_ab {
  color: #432A19;
  margin-bottom: 16px;
font-weight: 700;
font-size: 32px;
line-height: 130%;
letter-spacing: 0px;
text-transform: uppercase;

}

.partners__desc {
  margin-bottom: 40px;
  color: #636160;
font-weight: 700;
font-size: 18px;
line-height: 140%;
letter-spacing: 0px;

}

.partners-slider {
  position: relative;
  overflow: hidden;
}

.partners-slider__track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.partners-slide {
  min-width: 100%;
}

/* grid — твой текущий */
.partners__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.partners__item {
  width: calc((100% - 48px) / 3);
  height: 96px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners__item img {
  max-width: 80%;
  max-height: 60%;
  object-fit: contain;
}

/* navigation */
.partners-slider__nav {
  display: flex;
  gap: 12px;
  margin-top: 50px;
}
.partners-prev, .partners-next{
    background: none;
    border: none;
}


/* RIGHT FORM */
.partners__form {
  width: 55%;
  background: #138F3E;
  border-radius: 28px;
  padding: 40px;
  color: #fff;
}

.partners__form-title {
    margin-bottom: 24px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    max-width: 630px;
}

.partners__form-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.partners__row {
  display: flex;
  gap: 12px;
}

.partners__row input {
  flex: 1;
  max-width: 209px;
}

.partners__form input,
.partners__form textarea {
    border: none;
    border-radius: 10px;
    padding: 12px 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #636160;

}

.partners__form textarea {
  height: 100px;
  width: 100%;
  resize: none;
}

.partners__submit {
  align-self: center;
  margin-top: 12px;
  padding: 12px 36px;
  border-radius: 24px;
  border: none;
  background: #FFFFB2;
  color: #432A19;
  cursor: pointer;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
text-transform: uppercase;
max-width: 250px;
width: 100%;
text-align: center;

}
.partners__submit:hover{
    background: #FFFF5B;
}

/*section */

.reports {
   max-width: 1400px;
  margin: 0 auto;
  padding: 80px 20px 80px;
}

.reports__container {
  
  margin: 0 auto;
  text-align: center;
}

.reports__title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #432A19;
}

.reports__desc {
    max-width: 720px;
    margin: 0 auto 48px;
    color: #432A19;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
}

/* cards */
.reports__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.reports__card {
  position: relative;
  border-radius: 24px;
  padding: 32px;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-decoration: none;
  color: #2c2c2c;

  transition: transform .3s ease, box-shadow .3s ease;
}

.reports__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}

.reports__icon {
 
  margin-bottom: 16px;
}

.reports__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reports__text {
  font-size: 20px;
  font-weight: 600;
}

/* button */
.reports__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  max-width: 390px;
  width: 100%;
  padding: 0 48px;
  border-radius: 999px;
  background: #0F8E38;
  color: #fff;
  text-decoration: none;
  transition: background .3s ease;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
text-transform: uppercase;

}

.reports__btn:hover {
  background: #89BD23;
}



/* ADAPTIVE */
@media (max-width: 1024px) {
  .partners__container {
    flex-direction: column;
    gap: 40px;
  }

  .partners__left,
  .partners__form {
    width: 100%;
  }

  .partners__row {
    flex-direction: column;
  }
  .partners__item {
    width: calc((100% - 24px) / 2); /* 2 в ряд */
  }
}


/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .about-hero__bg {
    min-height: 300px;
    border-radius: 20px;
  }

  .about-hero__content {
    bottom: 70px;
    max-width: 300px;
    width: 100%;
  }

  .about-hero__title {
    font-size: 26px;
  }

  .about-hero__subtitle {
    font-size: 16px;
  }
  .aboutwho {
    padding: 40px 20px 0;
  }

  .aboutwho__row {
    flex-direction: column;
  }

  .aboutwho__mission {
    flex-direction: column;
    gap: 70px;
    align-items: center;
  }

  .aboutwho__values-list {
    gap: 12px;
  }
  .team {
    padding: 40px 20px;
  }

  .team__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .partners__item {
    width: 100%; /* 1 в ряд */
  }
  .reports__list {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .reports__card {
    height: 160px;
  }

  .reports__title {
    font-size: 28px;
  }

  .reports__desc {
    font-size: 16px;
  }

  .aboutwho__title {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .aboutwho__container {
    gap: 15px;
}
.aboutwho__mission-title, .aboutwho__mission-title2 {
  text-align: center;
}
.aboutwho__mission-title::before {
    left: 41%;
}
.aboutwho__mission-title2::before {
    left: 41%;
}

.aboutwho__mission-item p {
    
    max-width: 390px;
    text-align: center;
}
.about-us__values {
        display: inline-block;
    }
    .aboutwho__subtitle {
    margin-bottom: 0px;
    margin-top: 50px;
  }
  .team__title {
    font-size: 24px;
  }
  .team__pdf {
    padding: 12px 15px;
    font-size: 14px;
}
.partners {
    padding: 0px 20px 0;
}
.partners__form input, .partners__form textarea {
    display: block;
    max-width: 300px;
    width: 100%;
}
.partners__form-title {
    font-size: 18px;
}
.partners__form {
    margin-top: 50px;
}
.reports__title {
  font-size: 24px;
  margin-top: 0px;
}
.reports__card {
    padding: 5px;
  
  }
  .partners-slider__nav {
    margin-top: 30px;
    justify-content: center;
}

.partners__title_ab {
    font-size: 24px;
}
}
