.solutions-nav-card {
    cursor: default;
}

.header-nav a.link-sudt2 {
    color: var(--red-main-color);
    font-weight: bold;
}

.header-nav a.link-sudt2:hover {
    color: var(--red-dark);
}

.map-section__list {
    padding-bottom: 10px;
}

.form-check small {
    font-size: 11px;
    vertical-align: super;    
}

.js-filter-found-count {
    display: contents;
}

.go-to-article-nav-btn.issue {
    padding: 0 15px;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
    height: 90% !important;
}

.cookie-agree {
  position: sticky;
  bottom: 0;
  top: 0;
  background-color: var(--white);
  padding: 10px 20px;
  z-index: 999;
  font-size: 12px;
}
.cookie-agree_wrapper {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cookie-agree__button button {
  height: 32px;
  padding: 0px 20px;
  font-size: 12px;
  margin-left: 20px;
}


@media (max-width: 991.98px) {
    .lk-orders-list__header {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .lk-head-filter__item {
        max-width: none !important;
    }
  .cookie-agree {
        bottom: 82px;
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }    
}

:where(html:not(.is-dark-mode)) .map-company.is-active {
    background: var(--green-light);
}

:where(html.is-dark-mode) .map-company.is-active {
    background: var(--darkreader-bg--grey-dark);
}

:where(html.is-dark-mode) .cookie-agree {
  background-color: var(--black);
}