.news-detail {
  width: 100%;
  display: flex;
  justify-content: center;
}

.news-detail__container {
  width: 1440px;
  padding: 40px 40px 40px;
  display: flex;
  flex-direction: column;
}

.news-detail__title {
  margin-bottom: 12px;
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 100%;
letter-spacing: 0px;
text-transform: uppercase;
color: #432A19;
}

.news-detail__subtitle {
font-weight: 700;
font-size: 18px;
line-height: 140%;
letter-spacing: 0px;
color: #432A19;
}
.news-detail__desc{
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0px;
color: #636160;
margin-bottom: 40px;
}

.news-detail__content {
  display: flex;
  gap: 48px;
  margin-bottom: 40px;
}

.news-detail__image {
  flex: 0 0 540px;
}

.news-detail__image img {
  width: 100%;
  border-radius: 6px;
  display: block;
}

.news-detail__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-detail__text p {
  margin-top: 0px;
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0px;
color: #636160;
}

.news-detail__list-title {
  margin-top: 12px;
  font-weight: 600;
}

.news-detail__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 18px;
}

.news-detail__list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}

.news-detail__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #4CAF50;
}

.news-detail__bottom-text {
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0px;
  margin-bottom: 32px;
}

.news-detail__meta {
  display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
}

.news-detail__tag {
  background: #FFFFB2;
  padding: 6px 14px;
  border-radius: 20px;
  font-family: Lato;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
color: #432A19;
}

.news-detail__date {
    color: #432A19;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
}

.news-detail__navigation {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  padding-top: 24px;
}

.news-detail__nav {
  font-size: 14px;
  color: #2b2b2b;
  text-decoration: none;
}

.news-detail__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;
}


.news-detail__list li {
  position: relative;
  list-style: none;
  padding-left: 20px;
font-weight: 400;
font-size: 18px;
line-height: 130%;
letter-spacing: 0px;
color: #636160;
}

.news-detail__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;
}
/* ===== BREADCRUMBS ===== */
.news-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;
}

.news-breadcrumbs__current {
  color: #432A19;
  font-weight: 500;
}

/* ===== 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;
}

.share-block {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}

.share-block__label {
  color: #636160;

font-weight: 500;
font-size: 16px;
line-height: 130%;
letter-spacing: 0px;

}

.share-block__icons {
  display: flex;
  gap: 20px;
}

.share-block__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}



/* Hover */
.share-block__icon:hover {
  opacity: 0.85;
  transition: opacity 0.2s ease;
}


.also-news {
  width: 100%;
  display: flex;
  justify-content: center;
}

.also-news__container {
  width: 1440px;
  padding: 40px 40px 40px;
  display: flex;
  flex-direction: column;
}

.also-news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.also-news__title {
font-weight: 700;
font-size: 32px;
line-height: 100%;
letter-spacing: 0px;
text-transform: uppercase;
color: #432A19;
}

.also-news__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.also-news__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #f2f2f2;
  cursor: pointer;
}

.also-news__arrow--prev::before {
  content: "‹";
  font-size: 30px;
}

.also-news__arrow--next::before {
  content: "›";
  font-size: 30px;
}

.also-news__all {
  margin-left: 16px;
  background: #0F8E38;
  color: #fff;
  padding: 13px 69px;
  border-radius: 24px;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
text-transform: uppercase;
  text-decoration: none;
}
.also-news__all:hover {
    background: #89BD23;
}

.also-news__slider {
  width: 100%;
}



.also-news__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.also-news__image img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.also-news__date {
    color: #432A19;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    display: block;
    margin-top: 20px;
}

.also-news__card-title {
font-weight: 600;
font-size: 16px;
line-height: 150%;
letter-spacing: 0px;
text-transform: uppercase;
color: #432A19;
margin-bottom: 0px;
}

.also-news__text {
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0px;
  color: #636160;
  margin-bottom: 5px;
    margin-top: 10px;
}

.also-news__more {
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
color: #138a36;
text-decoration: none;
}

.also-news__slider .swiper-slide {
  
  flex-shrink: 0;
  height: auto;
}
.also-news__card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.also-news__slider .swiper-wrapper {
  align-items: stretch;
}

.also-news__slider .swiper-slide {
  height: auto;
  display: flex;
}

.also-news__card {
  width: 100%;
  display: flex;
  flex-direction: column;
}



/* ================== ADAPTIVE ================== */

@media (max-width: 1024px) {
  .news-detail__container {
    width: 100%;
    padding: 60px 40px;
  }

  .news-detail__content {
    flex-direction: column;
  }

  .news-detail__image {
    flex: 0 0 auto;
  }
  .also-news__container {
    width: 100%;
    padding: 60px 40px;
  }
}

@media (max-width: 766px) {
  .news-detail__container {
    padding: 40px 20px;
  }

  .news-detail__title {
    font-size: 26px;
  }

  .news-detail__navigation {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .share-block {
    flex-wrap: wrap;
  }
   .also-news__container {
    padding: 40px 20px;
  }

  .also-news__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .news__list {
    display: flex;
    gap: 32px;
    margin-bottom: 56px;
    flex-direction: column;
}
}