.list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #F4F7FB;
  margin: -20px -35px;
  padding: 40px 35px;
  flex: 1;
}

.list h1 {
  margin: 20px 0 10px 0;
}

.list__info {
  color: #8597B1;
  font-size: 0.875em;
}

.list__item {
  background: #ffffff;
  margin: 20px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.list__item:first-child {
  margin-top: 0;
}

.list__item-header {
  padding: 10px 15px;
  border-bottom: 1px #E7ECF5 solid;
  color: #8597B1;
  font-size: 0.875em;
  display: flex;
  flex-wrap: wrap;
  min-height: 47px;
}

.list__item-header > * {
  margin: 5px 10px;
}

.list__item-header a {
  color: #8597B1;
}

.list__item-footer {
  padding: 5px 15px;
  color: #8597B1;
  background: #f9f9f9;
  font-size: 0.875em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 40px;
}

.list__item-footer > div {
  display: flex;
  align-items: center;
  margin: 5px 10px;
}

.list__item-footer-separator {
  margin: 0 auto !important;
}

.list__item-header-separator {
  margin: 0 auto !important;
}

.list__item-footer label {
  margin-right: 5px;
}

.list__item-body {
  padding: 15px 15px 10px 15px;
  display: flex;
  flex-wrap: wrap;
}

.list__item-body-content {
  flex: 3 600px;
  padding: 0 10px 10px 10px;
}

.list__item-rubricator {
  flex-wrap: wrap;
}

.list__item-rubric {
  font-size: 13px;
  color: #7e7e7e;
  margin: 5px 10px;
  white-space: nowrap;
}

.list__item-link {
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  margin: 0 0 10px 0;
  color: #142B4F;
}

.list__item-persona {
  margin-top: 15px;
}

.list__item-preview {
  margin: 10px 0;
  font-size: 0.875em;
}

.list__item-image-wrapper {
  flex: 1 150px;
  max-width: 300px;
  margin: 0 10px 10px 10px;
}

.list__item-image {
  width: 100%;
}

.list__more-button {
  margin: 0 auto;
  border: none;
  height: 32px;
  padding: 0 25px;
  color: #8597B1;
  cursor: pointer;
  font-size: 0.75em;
  background: rgba(255, 255, 255, 0.75);
  transition: background 0.15s ease-out, color 0.15s ease-out;
}

.list__more-button:hover {
  background: #ffffff;
  color: #142B4F;
}

.list__admin-area {
  text-align: right;
  margin: 0 10px 10px 10px;
}

.breadcrumb {
  padding: 0 !important;
}

.list__rating-button {
  opacity: 0.5;
}

.list__rating-button:hover {
  opacity: 1;
}

.list__rating-value {
  padding: 0 15px;
  color: #8597B1;
}

.list__badge {
  margin: 0 5px;
  background: #ffdb00;
  border-radius: 3px;
  padding: 3px 10px;
  color: #333;
  font-size: 0.75em;
}

.list__button-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px -2px;
}

.list__button-panel-items {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.list__button-panel .list__admin-area {
  margin: 0 0 0 auto;
}

.list__not-found {
  color: #aeb6c1;
  margin: 20px 0;
}

.list hr {
  border-top: 1px #dee2e6 solid;
  border-bottom: 1px #ffffff solid;
  border-left: none;
  border-right: none;
  width: 100%;
  margin: 0;
}

.subscribe > label {
  color: #8597B1;
  margin-right: 10px;
  font-size: 0.875em;
}

.list__filter {
  margin: 10px -10px 20px -10px;
  color: #8597B1;
  font-size: 0.875em;
  display: flex;
  flex-wrap: wrap;
}

.list__filter-item {
  display: flex;
  margin: 5px 10px;
  align-items: center;
}

.list__filter-buttons {
  display: flex;
  margin: 5px 10px;
  align-items: center;
}

.list__filter-buttons--right-side {
  margin-left: auto;
}

.list__filter-buttons .button {
  height: 35px;
}

.list__filter-item > label {
  margin-right: 10px;
  white-space: nowrap;
}

.list__filter-item > div {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  display: flex;
  align-items: center;
}

.list__filter-item--rubricator > div {
  min-width: 0;
  max-width: 100%;
  flex-wrap: wrap;
}

.list__filter-item > span {
  flex: 1;
  min-width: 20px;
}

.list__filter-item select.select + div {
  width: 100%;
}

.list__filter-item .rubricator-item {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  padding: 0 15px;
  border-radius: 2px;
  margin: 2px;
  transition: background 0.15s ease-out;
  white-space: nowrap;
  background: #fff;
  color: #020B22;
  border: 1px #EDEBEB solid;
}

.list__filter-item input[type="radio"]:checked + .rubricator-item {
  background: #0064DC;
  color: #fff;
}

.list__filter-item--rubricator .rubricator-item {
  display: none;
}

.list__filter-item--rubricator-expanded .rubricator-item,
.list__filter-item--rubricator .rubricator-item--visible {
  display: inline-flex;
}

.rubricator-expand {
  display: inline-flex;
}

.rubricator-collapse {
  display: none;
}

.list__filter-item--rubricator-expanded .rubricator-expand {
  display: none;
}

.list__filter-item--rubricator-expanded .rubricator-collapse {
  display: inline-flex;
}

.list__filter-hint-icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
  color: #c7cdd6;
  margin-left: 5px;
}

.list__filter-hint-icon:hover {
  color: #0064DC;
}

.list__filter-item .year-item {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  padding: 0 15px;
  border-radius: 2px;
  margin: 2px;
  transition: background 0.15s ease-out;
  white-space: nowrap;
  background: #fff;
  color: #020B22;
  border: 1px #EDEBEB solid;
}

.list__filter-item input[type="radio"]:checked + .year-item {
  background: #0064DC;
  color: #fff;
}

.js-exact-date-checkbox {
  width: auto !important;
  height: auto !important;
}

.news-detail__print {
  margin: 0 0 15px 15px;
  display: flex;
  justify-content: flex-end;
}

.news-detail__print-link {
  display: flex;
  align-items: center;
  color: #020B22;
}

.news-detail__print-link svg {
  margin: 0 10px 0 0;
  opacity: 0.5;
}

.news-detail__print-link:hover svg {
  opacity: 1;
}

.list__static-text {
  margin-bottom: 70px;
}

.static-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.static-info__admin-area {
  text-align: right;
  margin: 15px 10px 10px 10px;
  display: flex;
  flex-direction: row;
}

.subscribe__input {
  margin: 0 2px 0 0;
  padding: 0 20px;
  font-size: 12px;
  height: 35px;
  min-width: 200px;
  border: 1px #d1d7e1 solid;
}

.subscribe__button {
  height: 35px;
}

@media screen and (max-width: 767px) {
  .list__filter-item {
    flex-direction: column;
    flex: 1 100%;
    align-items: stretch;
  }

  .list__filter-item > label {
    margin: 0 0 5px 0;
  }

  .list__filter-item--expired {
    flex-direction: row;
    align-items: center;
  }

  .list__filter-item--expired > label {
    margin: 0;
    white-space: normal;
  }

  .list__filter-item--expired > span {
    flex: 1 0 auto;
  }

  .list__filter-buttons {
    flex: 1 100%;
    justify-content: center;
  }

  .list__filter-buttons .button {
    flex: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .list__filter-item {
    flex: 1 100%;
  }

  .list__filter-item > label {
    width: 150px;
  }

  .list__filter-buttons {
    flex: 1 100%;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) and (max-width: 1058px) {
  .list__filter-item--expired {
    flex-basis: 30%;
  }

  .list__filter-item--expired > label {
    white-space: normal;
  }

  .list__filter-item--expired + .list__filter-buttons,
  .list__filter-item--expired + .list__filter-buttons + .list__filter-buttons--right-side {
    flex: inherit;
    justify-content: inherit;
  }
}
