html,
body.agro-post-body {
  margin: 0;
  background: #fff;
  color: #111;
  font-family: Roboto, Arial, sans-serif;
}

.agro-post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 82px;
  padding: 14px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.agro-post-logo {
  display: inline-flex;
  align-items: center;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.agro-post-logo img {
  display: block;
  width: 210px;
  max-height: 62px;
  object-fit: contain;
}

.agro-post-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  justify-content: flex-end;
}

.agro-post-nav a,
.agro-post-back,
.local-agro-news-title a {
  color: #111;
  text-decoration: none;
}

.agro-post-nav a,
.agro-post-back {
  font-weight: 700;
}

.agro-post-nav a:hover,
.agro-post-back:hover,
.local-agro-news-title a:hover {
  color: #00848c;
}

.agro-post-main {
  padding: 54px 20px 90px;
}

.agro-post-article {
  width: min(940px, 100%);
  margin: 0 auto;
}

.agro-post-back {
  display: inline-flex;
  margin-bottom: 34px;
  font-size: 17px;
}

.agro-post-article h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 800;
}

.agro-post-date {
  display: block;
  margin-bottom: 34px;
  color: #777;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}

.agro-post-hero {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  object-position: center;
  margin: 0 0 44px;
  background: #f7f7f7;
}

.agro-post-content {
  font-size: 20px;
  line-height: 1.65;
}

.agro-post-content a {
  color: #00848c;
  overflow-wrap: anywhere;
}

.agro-post-content img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 32px auto;
}

.agro-post-content p {
  margin: 0 0 22px;
}

#rec393719306 .t-section__title {
  margin-bottom: 70px;
}

.local-agro-news {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 20px 20px 48px;
  box-sizing: border-box;
}

.local-agro-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 40px;
}

.local-agro-news-card {
  min-width: 0;
}

.local-agro-news-image-link,
.local-agro-news-image {
  display: block;
}

.local-agro-news-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 22px;
  background: #f6f6f6;
}

.local-agro-news-title {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.local-agro-news-descr {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.45;
}

.local-agro-news-date {
  display: block;
  color: #777;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 780px) {
  .agro-post-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .agro-post-nav {
    justify-content: flex-start;
  }

  .agro-post-main {
    padding-top: 36px;
  }

  .agro-post-content {
    font-size: 18px;
  }

  .local-agro-news-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .local-agro-news-title {
    font-size: 24px;
  }
}
