.ps-project {
  width: 100%;
  display: flex;
  justify-content: center;
}

.ps-container {
  width: 1440px;
  padding: 40px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ===== HEAD ===== */
.ps-head {
  display: flex;
  gap: 48px;
}

.ps-head__info {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 50px;
}

.ps-status {
    width: fit-content;
    padding: 6px 14px;
    background: #89BD23;
    color: #fff;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
}

.ps-date {
  color: #432A19;
  display: flex;
  align-items: center;
font-weight: 400;
font-size: 20px;
line-height: 140%;
letter-spacing: 0px;
}
.ps-date::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/calendar-project-icon.svg);
    background-size: cover;
     margin-right: 10px;
}

.ps-title {
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 130%;
letter-spacing: 0px;
text-transform: uppercase;

}

.ps-partner {
    color: #636160;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0px;
}

.ps-partner::before{
  content: '';
   display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/case-project-icon.svg);
  background-size: cover;
  margin-right: 10px;
}

.ps-head__image {
  width: 60%;
  border-radius: 24px;
  overflow: hidden;
}

.ps-head__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== GOAL ===== */
.ps-goal {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 820px;
}

.ps-goal__title {
  color: #432A19;
font-weight: 700;
font-size: 24px;
line-height: 130%;
letter-spacing: 0px;
text-transform: uppercase;


}

.ps-goal__text,
.ps-goal__note {
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0px;
  color: #636160;
}

.ps-goal__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px;
font-weight: 400;
font-size: 18px;
line-height: 130%;
letter-spacing: 0px;
color: #636160;
}

.ps-goal__list li {
  position: relative;
  list-style: none;
  padding-left: 20px;
}

.ps-goal__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: 3px;
}

/* ===== GALLERY ===== */
.ps-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.ps-gallery__item {
  width: calc(25% - 18px);
  border-radius: 20px;
  overflow: hidden;
}

.ps-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== BUTTON ===== */

.ps-gallery__item.is-hidden {
  display: none;
}

.ps-more {
  align-self: center;
  padding: 12px 28px;
  border-radius: 40px;
  border: 1px solid #0F8E38;
  background: transparent;
  color: #0F8E38;
  cursor: pointer;
display: block;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
text-transform: uppercase;
}



.ps-more:hover{
    color: #fff;
    background:  #0F8E38;
}

/* ===== NAV ===== */
.ps-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 15px 16px;
    background: #F5F6F5;
    border-radius: 999px;
    line-height: 100%;
    max-width: 1400px;
    letter-spacing: 0px;
    font-size: 16px;
    position: relative;
}

.ps-nav a {
  color: #432A19;
  text-decoration: none;
  
}
.ps-nav__prev{
padding-left: 50px;
}
.ps-nav__next{
    padding-right: 50px;
}
.ps-nav__next::after{
     content: "";
    width: 50px;
    height: 50px;
    background-image: url(../img/right-arrow-colo.svg);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.ps-nav__prev::before{
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../img/left-arrow-colo.svg);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
}

/* ===== BREADCRUMBS ===== */
.project-breadcrumbs {
 margin: 0px auto;
    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%;
    max-width: 1400px;
    letter-spacing: 0px;
}

.project-breadcrumbs__current {
  color: #432A19;
  font-weight: 500;
}


/*section news*/
.news {
  background: #ffffff;
}

.news__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 20px 40px;
  display: flex;
  flex-direction: column;
}

.news__title {
  color: #432A19;
  margin-bottom: 48px;
font-weight: 700;
font-size: 32px;
line-height: 100%;
letter-spacing: 0px;
text-transform: uppercase;
}

/* LIST */
.news__list {
  display: flex;
  gap: 32px;
  margin-bottom: 56px;
}

/* CARD */
.news-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-card__image {
  position: relative;
  width: 100%;
  height: 280px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 16px;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.news-card__date {
  color: #432A19;
  margin-bottom: 8px;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
}

.news-card__heading {
  color: #432A19;
  margin-bottom: 0px;
font-weight: 600;
font-size: 16px;
line-height: 150%;
letter-spacing: 0px;
text-transform: uppercase;

}

.news-card__text {
  color: #636160;
  margin-bottom: 12px;
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0px;
}

.news-card__link {
  font-size: 14px;
  color: #0F8E38;
  text-decoration: none;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
margin: 10px;
}

/* ===== ADAPTIVE ===== */
@media (max-width: 1024px) {
  .ps-container {
    width: 100%;
    padding: 32px 24px;
  }

  .ps-head {
    flex-direction: column;
  }

  .ps-head__info,
  .ps-head__image {
    width: 100%;
  }

  .ps-gallery__item {
    width: calc(50% - 12px);
  }
}

@media (max-width: 766px) {
  .ps-title {
    font-size: 28px;
  }

  .ps-gallery__item {
    width: 100%;
  }
  .news__list {
    display: flex;
    gap: 32px;
    margin-bottom: 56px;
    flex-direction: column;
}
}