

/* Start:/local/templates/grant/components/openregion/news/news/openregion/news.list/.default/style.css?15492646992701*/
.news {
  display: flex;
  flex-direction: column;
}

.news__filter {
  display: none;
  order: 2;
}

.news__filter-form {
  padding: 20px;
}

.news__filter-btns {
  display: flex;
}

.news__filter-btns .button:not(:last-child) {
  margin-right: 5px;
}

.news__header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  order: 1;
}

.news__filter-dropdown-check:checked ~ .news__filter {
  border-top: 2px solid #eeeff1;
  display: block;
}

.news .content__title {
  border-bottom: 0;
}

.news__list {
  background-color: hsl(200, 8%, 93%);
  padding: 40px 20px;
  box-shadow: 0 5px 10px 0 hsla(0, 0%, 0%, 0.12) inset;
  order: 3;
  flex: 1;
}

.news__item {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px 0 #d3d3d3;
}

.news__item ~ .news__item {
  margin-top: 15px;
}

.news__item-container {
  display: grid;
  grid-template-areas: 'image announse';
  grid-template-columns: 240px 1fr;
}

.news__item-left-column {
  grid-area: image;
  min-width: 240px;
  border-right: 1px solid #eeeff1;
}

.news__item-photo-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
}

.news__item-photo {
  margin: auto;
}

.news__item-photo--default {
  width: 200px;
}

.news__item-right-column {
  grid-area: announse;
  padding: 30px 30px 0 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.news__item-badge-panel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: -30px 0 0 0;
  min-height: 30px;
}

.news__item-title {
  margin: 0 0 15px 0;
}

.news__item-title > * ~ * {
  margin: 10px 0 0 0;
}

.news__item-name {
  font-size: 110%;
  font-weight: bold;
}

.news__item-pub-date {
  background-color: #f4f5f7;
  margin: auto -15px 0 -15px;
  padding: 15px;
  color: #8d9ba7;
  font-size: 90%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px 5px 0 0;
}

.news__item-pub-date > span {
  margin: 0 3px 0 0;
}

.news__page-nav-wrapper {
  order: 4;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 650px) {
  .news__item-container {
    grid-template-areas: 'image' 'announse';
    grid-template-columns: 1fr;
  }

  .news__item-left-column {
    flex-direction: row;
    padding: 15px;
    border-right: 0;
    border-bottom: 1px solid #eeeff1;
  }

  .news__item-right-column {
    padding: 15px 15px 0 15px;
  }

  .news__item-badge-panel {
    margin: -15px 0 0 0;
  }

  .news__item-pub-date {
    margin: 0 -7.5px;
  }
}

@media screen and (max-width: 450px) {

}

@media screen and (max-width: 400px) {
  .news__header {
    flex-direction: column;
    align-items: center;
  }

  .news .list-header__btns {
    margin-bottom: 15px;
  }

}

/* End */
/* /local/templates/grant/components/openregion/news/news/openregion/news.list/.default/style.css?15492646992701 */
