@layer reset, base, page, custom;
:root {
  --l-H-hero: 680px;
  --l-header: 80px;
  --l-header-: -80px;
  --l-header--mobile: 56px;
  --l-header--mobile-: -56px;
  --l-services-logo: 44px;
  --l-btnH: 36px;
  --l-h-sec-footer: 150px;
  --c-text: #201E1F;
  --c-heading: #1e1e1e;
  --c-nav: #494949;
  --c-brand-text: #848492;
  --c-primary: #B47860;
  --c-secondary: #1e3659;
  --c-hightlight: #ec4e00;
  --c-primary-start: #f0da98;
  --c-primary-stop: #cfab3b;
  --c-secondary-start: #ffdc23;
  --c-secondary-stop: #ffe972;
  --f-services-title: 18px;
  --f-services-title-lh: 20px;
  --f-services-title--ch: 13px;
  --f-services-title--ch-lh: 16px;
  --z-nav: 10;
  --z-hero: 8;
  --z-main: 9;
  --c-sdg1: #c74140;
  --c-sdg2: #cfa94d;
  --c-sdg3: #6b9e47;
  --c-sdg4: #aa3433;
  --c-sdg5: #df5330;
  --c-sdg6: #71b8e0;
  --c-sdg7: #edc843;
  --c-sdg8: #8d2c44;
  --c-sdg9: #df7538;
  --c-sdg10: #bf3767;
  --c-sdg11: #e6a441;
  --c-sdg12: #b28f40;
  --c-sdg13: #567c4b;
  --c-sdg14: #5794d5;
  --c-sdg15: #7fbc45;
  --c-sdg16: #3d669a;
  --c-sdg17: #2f4768;
  --c-zdg1: #a47903;
  --c-zdg2: #be9115;
  --c-zdg3: #d7aa2d;
}

:root {
  --l-inner: 1280px;
}

@keyframes slide-f-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-top {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes reveal-up-20 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.article-side {
  width: 330px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .article-side {
    width: 290px;
  }
}
@media only screen and (max-width: 860px) {
  .article-side {
    width: 100%;
  }
}
.article-side .section-side-item {
  padding: 25px;
  border-radius: 20px;
  background-color: #FAF6EF;
  position: relative;
}
.article-side .section-side-item::before {
  content: "";
  width: 85px;
  height: 85px;
  display: block;
  background: url(../images/deco_article.png) no-repeat center center/contain;
  position: absolute;
  pointer-events: none;
}
.article-side .heading {
  font-size: 24px;
  line-height: 2;
}
.article-side ul.cards {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.article-side ul.cards li.item .item-content .title {
  text-decoration: none;
  display: block;
  color: #4A4245;
  padding: 13px 0;
  border-bottom: 1px solid #D7CFC2;
  transition: color 300ms;
}
.article-side ul.cards li.item .item-content .title:hover {
  color: #B47860;
}
.article-side ul.cards li.item:last-of-type a.title {
  border-bottom: none;
}
.article-side .section-related::before {
  top: -10px;
  right: 25px;
  transform: rotate(-15deg);
}
.article-side .section-hits::before {
  bottom: -35px;
  right: -5px;
  transform: rotate(15deg);
}

/*# sourceMappingURL=article.css.map */
