.site-main--single > .container.site-main__inner:has(.article--agreed-design) {
  padding-left: 0;
  padding-right: 0;
}



.fw-16 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}

.fw40-a {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
}

.fw32-a {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
}

.fw32-700-a {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
}

.fw18-a {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
}

.fw14-a {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}

.fm36-a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0;
}

.fm36-500-a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0;
}

.fm32-a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
}

.fm32-700-a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
}

.fm24-a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
}

.fm16-a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}

.btn-v2-icone {
  width: fit-content;
  min-height: 28px;
  padding: 5px 15px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--c-light);
  color: var(--c-dark);
  border: 1px solid var(--c-dark);
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.btn-v2-icone:hover {
  background-color: var(--c-orange);
  color: var(--c-light);
  border-color: var(--c-orange);
}

.article--agreed-design {
  width: 100%;
}

.article-agreed__hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--c-dark);
}

.article-agreed__hero-inner,
.article-agreed__shell {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.article-agreed__hero-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  color: var(--c-light);
}

.article-agreed__breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
  font-size: 16px;
}

.article-agreed__breadcrumbs-link {
  transition: color 0.3s ease;
}

.article-agreed__breadcrumbs-link:hover {
  color: var(--c-orange);
}

.article-agreed__breadcrumbs-sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-orange);
  flex: 0 0 auto;
}

.article-agreed__hero-grid {
  display: grid;
  grid-template-columns: 804px minmax(0, 1fr);
  gap: 148px;
  align-items: stretch;
}

.article-agreed__hero-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.article-agreed__hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  color: var(--c-light);
  font-size: 18px;
}

.article-agreed__hero-meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: var(--c-orange);
}

.article-agreed__hero-meta-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.article-agreed__hero-title {
  margin-bottom: 0;
  font-size: 40px;
}

.article-agreed__hero-subtitle {
  margin-top: 16px;
  font-size: 32px;
}

.article-agreed__hero-description {
  margin-top: 16px;
  font-size: 24px;
}

.article-agreed__hero-media {
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.article-agreed__hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

.article-agreed__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 335px;
  gap: 30px;
  align-items: start;
  padding-top: 90px;
  padding-bottom: 90px;
}

.article-agreed__main {
  min-width: 0;
  max-width: 927px;
}

.article-agreed__aside--desktop {
  min-width: 0;
  align-self: start;
  position: sticky;
  top: var(--header-h);
}

.article-agreed__summary,
.article-agreed__featured,
.article-agreed__comment {
  margin-bottom: 64px;
}

.article-agreed__section {
  margin-bottom: 64px;
  padding-top: 24px;
  border-top: 2px solid #EC642D;
}

.article-agreed__section:last-child,
.article-agreed__comment:last-child {
  margin-bottom: 0;
}

.article-agreed-summary__title {
  margin-bottom: 25px;
  font-size: 28px;
}

.article-agreed-summary__content {
  font-size: 24px;
}

.article-agreed-featured__title {
  margin-bottom: 32px;
  font-size: 36px;
}

.article-agreed-section__title {
  margin-bottom: 25px;
  font-size: 36px;
}

.article-agreed-section__content {
  font-size: 24px;
}

.article-agreed-summary__content > *:first-child,
.article-agreed-featured__text > *:first-child,
.article-agreed-section__content > *:first-child,
.article-agreed-comment__text > *:first-child,
.article-agreed__hero-subtitle > *:first-child,
.article-agreed__hero-description > *:first-child {
  margin-top: 0;
}

.article-agreed-summary__content > *:last-child,
.article-agreed-featured__text > *:last-child,
.article-agreed-section__content > *:last-child,
.article-agreed-comment__text > *:last-child,
.article-agreed__hero-subtitle > *:last-child,
.article-agreed__hero-description > *:last-child {
  margin-bottom: 0;
}

.article-agreed-summary__content p,
.article-agreed-featured__text p,
.article-agreed-section__content p,
.article-agreed-comment__text p,
.article-agreed__hero-subtitle p,
.article-agreed__hero-description p {
  margin: 0 0 16px;
}

.article-agreed-summary__content ul,
.article-agreed-featured__text ul,
.article-agreed-section__content ul,
.article-agreed-comment__text ul,
.article-agreed__hero-subtitle ul,
.article-agreed__hero-description ul {
  margin: 0 0 16px;
  padding-left: 24px;
  list-style: disc;
}

.article-agreed-summary__content ol,
.article-agreed-featured__text ol,
.article-agreed-section__content ol,
.article-agreed-comment__text ol,
.article-agreed__hero-subtitle ol,
.article-agreed__hero-description ol {
  margin: 0 0 16px;
  padding-left: 24px;
  list-style: decimal;
}

.article-agreed-summary__content li,
.article-agreed-featured__text li,
.article-agreed-section__content li,
.article-agreed-comment__text li,
.article-agreed__hero-subtitle li,
.article-agreed__hero-description li {
  margin-bottom: 8px;
}

.article-agreed-summary__content a,
.article-agreed-featured__text a,
.article-agreed-section__content a,
.article-agreed-comment__text a,
.article-agreed__hero-subtitle a,
.article-agreed__hero-description a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.article-agreed-featured {
  padding: 40px;
  border-radius: 15px;
  background: #382E2B;
  color: #F9F3EB;
}

.article-agreed-featured__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.article-agreed-featured__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: start;
}

.article-agreed-featured--plain .article-agreed-featured__item {
  grid-template-columns: 1fr;
  gap: 0;
}

.article-agreed-featured__num {
  line-height: 1;
  color: #EC642D;
  font-size: 32px;
}

.article-agreed-featured__text {
  font-size: 24px;
}

.article-agreed-section__media {
  margin-top: 30px;
}

.article-agreed-section__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.article-agreed-comment {
  padding: 40px;
  border-radius: 15px;
  background: #EC642D4D;
  color: #382E2B;
}

.article-agreed-comment__head {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}

.article-agreed-comment__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  color: #EC642D;
}

.article-agreed-comment__icon svg {
  width: 44px;
  height: 44px;
  display: block;
}

.article-agreed-comment__title {
  color: #EC642D;
  font-size: 32px;
}

.article-agreed-comment__text {
  color: #382E2B;
  font-size: 24px;
}

.article-agreed-aside__title {
  margin-bottom: 32px;
  font-size: 32px;
}

.article-agreed-aside__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.article-agreed-aside__card {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.article-agreed-aside__card:nth-child(n + 3) {
  display: none;
}

.article-agreed-aside__card-media {
  display: block;
  margin-bottom: 16px;
}

.article-agreed-aside__card-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.article-agreed-aside__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}

.article-agreed-aside__card-title {
  margin-bottom: 8px;
  font-size: 18px;
}

.article-agreed-aside__card-title a {
  transition: color 0.3s ease;
}

.article-agreed-aside__card-title a:hover {
  color: var(--c-orange);
}

.article-agreed-aside__card-date {
  color: #968E8C;
  margin-bottom: 16px;
  font-size: 16px;
}

.article-agreed-aside__card-link {
  margin-left: auto;
  font-size: 14px;
}

.article-agreed-aside__card-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.article-agreed__aside--mobile {
  display: none;
}

.article-agreed__aside--desktop {
  display: block;
}

@media (max-width: 1919px) {
  .article-agreed__hero-inner,
  .article-agreed__shell {
    max-width: 1200px;
  }

  .article-agreed__main {
  max-width: 793px;
}

  .article-agreed__hero-grid {
    grid-template-columns: 790px minmax(0, 1fr);
    gap: 30px;
  }

  .article-agreed__shell {
    grid-template-columns: minmax(0, 1fr) 285px;
  }

  .article-agreed__hero-description {
    font-size: 20px;
  }

  .article-agreed-summary__content,
  .article-agreed-featured__text,
  .article-agreed-section__content,
  .article-agreed-comment__text {
    font-size: 20px;
  }

  .article-agreed-featured__title,
  .article-agreed-section__title {
    font-size: 28px;
  }
}

@media (max-width: 1439px) {
  .article-agreed__hero-inner,
  .article-agreed__shell {
    max-width: none;
    padding-left: 70px;
    padding-right: 70px;
  }
  .article-agreed__main {
  max-width: 100%;
}
  .article-agreed__hero-grid {
    grid-template-columns: 581px minmax(0, 1fr);
    gap: 24px;
  }

  .article-agreed__shell {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .article-agreed__aside--desktop {
    display: none;
    position: static;
    top: auto;
  }

  .article-agreed__aside--mobile {
    display: block;
    margin-bottom: 64px;
  }

  .article-agreed__aside--mobile .article-agreed-aside__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .article-agreed__aside--mobile .article-agreed-aside__card:nth-child(n + 3) {
    display: flex;
  }

  .article-agreed__summary,
  .article-agreed__featured,
  .article-agreed__section,
  .article-agreed__comment {
    margin-bottom: 64px;
  }

  .article-agreed__hero-title {
    font-size: 28px;
  }

  .article-agreed__hero-subtitle {
    font-size: 18px;
  }

  .article-agreed__hero-description {
    font-size: 18px;
  }

  .article-agreed-aside__card-title {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .article-agreed__hero-inner,
  .article-agreed__shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-agreed__hero-grid {
    grid-template-columns: 542px minmax(0, 1fr);
    gap: 18px;
  }

  .article-agreed__breadcrumbs {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .article-agreed__hero-meta {
    gap: 12px;
    font-size: 14px;
  }

  .article-agreed__hero-meta-icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
  }

  .article-agreed__hero-meta-icon svg {
    width: 18px;
    height: 18px;
  }

  .article-agreed__shell {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .article-agreed__aside--mobile,
  .article-agreed__summary,
  .article-agreed__featured,
  .article-agreed__section,
  .article-agreed__comment {
    margin-bottom: 48px;
  }

  .article-agreed-featured,
  .article-agreed-comment,
  .article-agreed-section__image,
  .article-agreed-aside__card-image,
  .article-agreed__hero-media,
  .article-agreed__hero-image {
    border-radius: 10px;
  }

  .article-agreed-summary__title {
    font-size: 24px;
  }

  .article-agreed-summary__content,
  .article-agreed__hero-description,
  .article-agreed-featured__text,
  .article-agreed-section__content,
  .article-agreed-comment__text {
    font-size: 16px;
  }

  .article-agreed-featured__title,
  .article-agreed-section__title,
  .article-agreed-comment__title,
  .article-agreed-aside__title {
    font-size: 24px;
  }

  .article-agreed-featured__title {
    margin-bottom: 16px;
  }

  .article-agreed-featured__num {
    font-size: 24px;
  }

  .article-agreed-comment__head {
    gap: 16px;
    margin-bottom: 16px;
  }

  .article-agreed-comment__icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }

  .article-agreed-comment__icon svg {
    width: 32px;
    height: 32px;
  }

  .article-agreed__aside--mobile .article-agreed-aside__card-media {
    margin-bottom: 16px;
  }

  .article-agreed__aside--mobile .article-agreed-aside__card-title {
    margin-bottom: 0;
    font-size: 14px;
  }

  .article-agreed__aside--mobile .article-agreed-aside__card-date {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .article-agreed__aside--mobile .article-agreed-aside__card-link {
    font-size: 10px;
  }
  .article-agreed-aside__card-link-icon {
  width: 12px;
  height: 12px;
}
}

@media (max-width: 767px) {
  .article-agreed__hero-inner,
  .article-agreed__shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .article-agreed__hero-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .article-agreed__hero-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .article-agreed__hero-media {
    order: 1;
    height: auto;
    aspect-ratio: 2 / 1;
  }

  .article-agreed__hero-image {
    height: 100%;
  }

  .article-agreed__hero-content {
    order: 2;
  }

  .article-agreed__breadcrumbs {
    font-size: 12px;
  }

  .article-agreed__hero-meta {
    gap: 8px;
    font-size: 12px;
  }

  .article-agreed__hero-meta-icon {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }

  .article-agreed__hero-meta-icon svg {
    width: 16px;
    height: 16px;
  }

  .article-agreed__hero-title {
    font-size: 18px;
  }

  .article-agreed__hero-subtitle {
    margin-top: 8px;
    font-size: 14px;
  }

  .article-agreed__hero-description {
    margin-top: 8px;
  }

  .article-agreed__shell {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .article-agreed__aside--mobile,
  .article-agreed__summary,
  .article-agreed__featured,
  .article-agreed__section,
  .article-agreed__comment {
    margin-bottom: 32px;
  }

  .article-agreed__section {
    padding-top: 16px;
  }

  .article-agreed-summary__title,
  .article-agreed-featured__title,
  .article-agreed-section__title,
  .article-agreed-comment__title,
  .article-agreed-aside__title {
    font-size: 18px;
  }

  .article-agreed-featured {
    padding: 20px;
  }

  .article-agreed-featured__list {
  gap: 16px;
}

  .article-agreed-featured__item {
    gap: 16px;
  }

  .article-agreed-featured__num {
    font-size: 18px;
  }

  .article-agreed-comment {
    padding: 20px;
  }

  .article-agreed-comment__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  .article-agreed-comment__icon svg {
    width: 24px;
    height: 24px;
  }

  .article-agreed__aside--mobile .article-agreed-aside__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .article-agreed__aside--mobile .article-agreed-aside__card:nth-child(n + 3) {
    display: none;
  }
}