.page-news .container{
    max-width: none;
    width: 100%;
    }
.article-body{
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.article-body h3 {
    display: block;
    width: 100%;
    font-weight: 600;
    letter-spacing: .1rem;
  
}
.t4-main-bottom-1 #Mod221{
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}  
.page-news .page-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.container .page-news .page-header h1 {
    margin-top: 3rem !important;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    letter-spacing: .1rem;
    text-transform: none!important;
}

.page-news .page-header h1::before,
.page-news .page-header h1::after {
    display: none !important;
}

@media (max-width: 767px) {
    .page-news .page-header h1 {
        max-width: none;
        width: 100%;
        line-height: 1.25;
        letter-spacing: .08rem!important;
    }
    
    .container .page-news .page-header h1 {
    margin-top: 1.5rem !important;
}
}


.arcus-split-block {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #876e4f;
    padding: 1.7rem 0;
    overflow: hidden;
    margin-bottom:2rem;
}

.arcus-split-inner {
    max-width: 1140px;
    width: calc(100% - 48px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.arcus-split-content {
    flex: 0 0 calc(50% - 1.5rem);
    color: #fff;
}

.arcus-split-media {
    flex: 0 0 calc(50% - 1.5rem);
    margin: 0;
}

.arcus-split-img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.arcus-split-caption {
    margin: 0.8rem 0 0 0;
    padding: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    line-height: 1.35;
    text-align: center;
    font-style: italic;
    text-transform: none!important;
    text-shadow: none!important;
}

.arcus-split-kicker {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.23rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}


.arcus-split-list {
    list-style: none;
    counter-reset: arcus-list;
    margin: 0;
    padding: 0;
}

.arcus-split-list li {
    counter-increment: arcus-list;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.25;
}
.arcus-split-list li:last-of-type {
    margin-bottom: 0;
}
.arcus-split-list li::before {
    content: counter(arcus-list, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    color: #d4baa1;
    font-weight: 700;
}

.arcus-split-list li a {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 1px;
    transition: background-size 0.35s ease;
}

.arcus-split-list li a:hover,
.arcus-split-list li a:focus {
    color: #fff;
    text-decoration: none;
    background-size: 100% 1px;
}




@media (max-width: 767px) {
    .arcus-split-block {
        padding: 1rem 0;
        margin-bottom: 1.5rem;
    }

    .arcus-split-inner {
        width: calc(100% - 32px);
        flex-direction: column;
        gap: 1.75rem;
    }

    .arcus-split-media {
        order: 1;
        flex: 0 0 auto;
        width: 100%;
    }

    .arcus-split-content {
        order: 2;
        flex: 0 0 auto;
        width: 100%;
    }

    .arcus-split-list li {
        font-size: 1rem;
        padding-left: 2.6rem;
    }

    .arcus-split-caption {
        font-size: 0.95rem;
    }
}



.page-news .article-meta-top {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 1.25rem auto 3rem auto;
    font-size: 0.95rem;
}
.page-news .article-meta-top .article-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0rem;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.page-news .article-meta-top dd {
    margin: 0;
}

.page-news .article-meta-top .createdby a,
.page-news .article-meta-top .createdby {
    color: #363636;
    font-weight: 600;
    text-decoration: none;
}

.page-news .article-meta-top .create {
    color: #5f6670;
}

@media (max-width: 767px) {
.page-news .article-meta-top {
    margin: 1.0rem auto 1.5rem auto;
 }
  }




.author-block.author-block-post-detail.pos-after-content {
  position: relative;
  isolation: isolate;

  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;

  background: transparent !important;
  padding: 2.5rem 0!important;
  box-sizing: border-box;

  display: grid !important;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.author-block.author-block-post-detail.pos-after-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;

  width: 100vw;
  transform: translateX(-50%);

  background: var(--info);
  z-index: -1;
}

.author-block.author-block-post-detail.pos-after-content .author-avatar {
  width: 200px;
}

.author-block.author-block-post-detail.pos-after-content .author-avatar img {
  width: 200px;
  height: auto;
  display: block;
  border-radius: 0.3rem;
}

.author-block.author-block-post-detail.pos-after-content .author-other-info {
  min-width: 0;
}
@media (max-width: 767px) {
  .author-block.author-block-post-detail.pos-after-content {
    grid-template-columns: 1fr;
    padding: 1.5rem 0rem !important;
  }

  .author-block.author-block-post-detail.pos-after-content .author-avatar,
  .author-block.author-block-post-detail.pos-after-content .author-avatar img {
    width: 200px;
  }
     .t4-main-body {
        padding-bottom: 0rem !important;
    }
    .t4-main-bottom-1 #Mod221 {padding: 0rem 1rem !important;}
}



#Mod231, .page-news #Mod211{
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 3.5rem 0;
}

#Mod231::before , .page-news #Mod211::before  {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: var(--oliva); /* сюда свой цвет фона */
    z-index: -1;
}

#Mod231 .h1.main-title, #Mod231 .faqs label span,
.page-news #Mod211 .h1.main-title,  .page-news #Mod211 .faqs label span
{
color: #fff;
}
#Mod231 .faq-container .faqs section, .page-news #Mod211 .faq-container .faqs section{
color: #fff;
border-bottom: 1px solid #fff;
}
#Mod231 .h1.main-title::before, #Mod231 .h1.main-title::after,
.page-news #Mod211 .h1.main-title::before, .page-news #Mod211 .h1.main-title::after{
    background-color: #fff;
}

/* --- СЕРЫЙ КРУГ (::before) ------------------------------- */
#Mod231 .faq-container .faqs label::before,
.page-news #Mod211 .faq-container .faqs label::before{
  content:'';
  position:absolute;
  right:0;                       /* прилипает к правому краю блока */
  top:50%;
  transform:translateY(-50%);
  width:36px; height:36px;
  border-radius:50%;
  background:transparent;
  transition:background .25s ease;
  pointer-events:none;           /* клики проходят на label */
}

/* --- ПЛЮС (::after)  ------------------------------------- */
#Mod231 .faq-container .faqs label::after,
.page-news #Mod211 .faq-container .faqs label::after{
  content:'';
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%) rotate(0deg);
  width:36px; height:36px;
background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round'%3E%3Cline x1='18' y1='8' x2='18' y2='28'/%3E%3Cline x1='8' y1='18' x2='28' y2='18'/%3E%3C/svg%3E") center/30px 30px no-repeat;
  transition:transform .25s ease;
  pointer-events:none;
}


/* --- ХОВЕР: подсвечиваем круг ---------------------------- */
#Mod231 .faq-container .faqs label:hover::before,
 .page-news #Mod211 .faq-container .faqs label:hover::before{
  background:rgba(255,255,255,.06);   /* мягкий серый */
}

/* --- ОТКРЫТЫЙ пункт (класс .open ставит JS) ------------- */
#Mod231 .faq-container .faqs label.open::before,
.page-news #Mod211 .faq-container .faqs label.open::before{
  background:rgba(255,255,255,.12);   /* круг чуть темнее */
}
#Mod231 .faq-container .faqs label.open::after,
.page-news #Mod211 .faq-container .faqs label.open::after{
  transform:translateY(-50%) rotate(45deg);   /* плюс > крест */
}


#Mod231 .section-title-wrap, .page-news #Mod211 .section-title-wrap{
    text-align: center;
    margin-bottom: 36px;
}


#Mod232 .custom, #Mod233 .custom {
    text-align: center;
   
}

#Mod232 .h1.support-arcus, #Mod233 .h1.support-arcus {
    display: block;
    width: 100%;
    max-width: 60%;
    margin: 0 auto 2rem auto;
    text-align: center;
    font-weight: 600;
    color: var(--color-primary);
    font-size: 2.3rem;
    letter-spacing: 1.5px;
    line-height: 1.15;
}


@media (max-width: 767px) {
    #Mod232 .h1.support-arcus, #Mod233 .h1.support-arcus {
      max-width: 100%;
    }
    
    #Mod232 .h1.support-arcus, #Mod233 .h1.support-arcus {
    margin: 0 auto 1rem auto;

    font-size: 1.7rem;
    }
}


#Mod232 .custom, #Mod233 .custom {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#Mod232 .bottom-actions[data-aos], #Mod233 .bottom-actions[data-aos] {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
}

#Mod232 .bottom-actions, #Mod233 .bottom-actions {
    margin-top: 0 !important;
    animation: none !important;
}

.arcus-infographic {
  margin: 2.5rem auto;
  max-width: 980px;
  width: 100%;
}

.arcus-infographic img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}















/* Blog / News category leading card */
/* News / blog leading card */
.items-leading .blog-item-content {
  display: grid;
  grid-template-columns: minmax(320px, 48%) minmax(0, 1fr);
  gap: 0;
  border: 1px solid #e9ecef;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
}

/* Image column */
.items-leading .blog-item-content .top-lead {
  grid-column: 1;
  margin: 0;
  width: 100%;
  height: 100%;
}

.items-leading .blog-item-content .item-image {
  margin: 0;
  width: 100%;
  height: 100%;
}

.items-leading .blog-item-content .item-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

/* Content column */
.items-leading .blog-item-content .item-content {
  grid-column: 2;
  min-width: 0;
  padding: clamp(2rem, 4vw, 4rem);
  background: #f7f1ec;
}

/* Important: reorder inner Joomla blocks */
.items-leading .blog-item-content .item-content > .system-unpublished,
.items-leading .blog-item-content .item-content {
  display: flex;
  flex-direction: column;
}

/* Title first */
.items-leading .blog-item-content .page-header {
  order: 1;
  margin: 0 0 1.25rem;
}

.items-leading .blog-item-content .page-header h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
}

.items-leading .blog-item-content .page-header h2 a {
  color: #8a1f13;
  text-decoration: none;
}

/* Intro second */
.items-leading .blog-item-content .item-intro {
  order: 2;
  max-width: 640px;
}

.items-leading .blog-item-content .item-intro p {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.65;
}

/* Button third */
.items-leading .blog-item-content .readmore {
  order: 3;
  margin-top: 1rem;
}

.items-leading .blog-item-content .readmore a,
.items-leading .blog-item-content .readmore .btn {
  display: inline-flex;
  width: fit-content;
  padding: 0.8rem 1.25rem;
  border-radius: 0.5rem;
  background: #fff;
  color: #2b211b;
  text-decoration: none;
}

/* Meta at the bottom */
.items-leading .blog-item-content .article-aside {
  order: 4;
  margin-top: auto;
  padding-top: 2rem;
  font-size: 0.95rem;
  color: #7a6a5d;
}

.items-leading .blog-item-content .article-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 0;
}

.items-leading .blog-item-content .article-info dd {
  margin: 0;
}

/* Mobile */
@media (max-width: 991.98px) {
  .items-leading .blog-item-content {
    grid-template-columns: 1fr;
  }

  .items-leading .blog-item-content .top-lead,
  .items-leading .blog-item-content .item-content {
    grid-column: 1;
  }

  .items-leading .blog-item-content .item-image img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .items-leading .blog-item-content .item-content {
    padding: 1.75rem;
  }

  .items-leading .blog-item-content .page-header h2 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .items-leading .blog-item-content .article-aside {
    padding-top: 1.5rem;
  }
}

.page-header { order: 1; }
.item-intro { order: 2; }
.readmore { order: 3; }
.article-aside { order: 4; margin-top: auto; }