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

.auto-article-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;
}

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

.auto-article-logo img {
  display: block;
  width: 210px;
  max-height: 60px;
  object-fit: contain;
}

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

.auto-article-nav a,
.auto-article-back {
  color: #111;
  text-decoration: none;
  font-weight: 700;
}

.auto-article-nav a:hover,
.auto-article-back:hover,
.local-feed-title a:hover {
  color: #ed2204;
}

.auto-article-main {
  padding: 54px 20px 90px;
}

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

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

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

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

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

.auto-article-content {
  font-size: 20px;
  line-height: 1.65;
}

.auto-article-content a {
  color: #ed2204;
  overflow-wrap: anywhere;
}

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

.auto-article-content p {
  margin: 0 0 22px;
}

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

#rec392368521 .local-useful-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 34px;
}

#rec392368521 .local-useful-card {
  display: block;
  max-width: none;
  margin: 0;
}

#rec392368521 .local-feed-image {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 22px;
}

#rec392368521 .local-feed-title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 14px;
}

#rec392368521 .local-feed-descr {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  #rec392368521 .local-useful-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 680px) {
  .auto-article-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .auto-article-nav {
    justify-content: flex-start;
  }

  .auto-article-main {
    padding-top: 36px;
  }

  .auto-article-content {
    font-size: 18px;
  }

  #rec392368521 .local-useful-list {
    grid-template-columns: 1fr;
  }
}

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

#rec392368678 .local-news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 34px;
}

#rec392368678 .local-news-card {
  display: block;
  max-width: none;
  margin: 0;
}

#rec392368678 .local-feed-image {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 22px;
}

#rec392368678 .local-feed-title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 14px;
}

#rec392368678 .local-feed-descr {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  #rec392368678 .local-news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 680px) {
  #rec392368678 .local-news-list {
    grid-template-columns: 1fr;
  }
}

