.documents-category__list {
	z-index: 2;
}
.news-detail__date span {
    margin-left: 25px;
}
.webinar-info__body {
    display: none;
}
.block-hidden {
    display: none;
}
.datepicker .datepicker-events-content {
    line-height: 26px;
}
.main-banner {
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    .main-banner {
        margin: 0 -20px 20px -20px;
    }
}


.news-detail .news-detail__content a.tags__link.tags__main:not(:hover){
  color:#fff !important;
}
.news-detail .news-detail__content a.tags__link {
  border-bottom: 1px solid #eed9b9;
}

.tags--v2 .tags__link,
.news-detail .news-detail__content .tags--v2 .tags__link {
  padding: 1px 8px;
  margin: 5px 10px;
  color: #d49f4f;
  border-color: #eed9b9;
}
.tags--v2 .tags__link:hover,
.tags--v2 .tags__link:focus,
.news-detail .news-detail__content .tags--v2 .tags__link:hover,
.news-detail .news-detail__content .tags--v2 .tags__link:focus
 {
  color:#9b702f !important;
  border-color:#c9984e !important;
}

.tags--v2 .tags__link.tags__main, .news-detail .news-detail__content .tags__link.tags__main{
  background: #d49f4f;
  color: #fff !important;
  border-color: #d49f4f;
}
.tags--v2 .tags__link.tags__main:hover,
.tags--v2 .tags__link.tags__main:focus,
.news-detail .news-detail__content .tags__link.tags__main:hover,
.news-detail .news-detail__content .tags__link.tags__main:focus
 {
  background: #c9984e !important;
  color:#fff !important;
  border-color:#c9984e
}

@media (max-width: 991.98px) {
  .show-aside .aside-section {
    display: block;
  }
  .show-aside .page-flex {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}