#search-results {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: $navbar-height + 73px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  animation-name: c019;
  background: rgba(24, 48, 85, 0.3);
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  transition: background-color 250ms ease-out 0s;

  @media (min-width: 768px) {
    position: fixed;

    .sidesheet {
      margin-top: -73px;
      border-left: 1px solid #d4dadf;
    }
  }

  .item-title {
    margin-bottom: 10px;
    font-weight: bold;
  }

  .item-brief {
    color:#74818d;
  }

  a[href] {
    display: block;
    margin: 0;
    padding: 20px 30px;
    color: #333;

    &:hover,
    &:focus {
      background: #f5f7f9;
    }
  }

  mark {
    background: rgba(136, 72, 192, 0.3);
  }

  .pagination {
    align-self: flex-end;
    padding: 0 30px;
  }

  .clusterize-no-data {
    display: block;
    padding: 30px;
    text-align: center;
    color: #74818d;
  }
}
