

/* Start:/local/templates/government/components/openregion/news/bill/openregion/news.list/.default/style.css?16698366053962*/
.news-detail__children {
  margin: 10px 0 50px 0;
}

.news-detail__child-item {
  background: #f9f9f9;
  border-top: 2px #ffffff solid;
  border-bottom: 2px #e5e5e5 solid;
  padding: 10px 25px;
  overflow: hidden;
}

.news-detail__child-item-name {
  display: flex;
  align-items: center;
}

.news-detail__child-item-name .news-detail__child-item-link-wrapper {
  display: flex;
  flex: 1;
}

.news-detail__child-item-link {
  text-decoration: none;
  font-weight: bold;
  display: flex;
  margin: 10px auto 10px 30px;
  color: #142B4F;
}

.news-detail__child-item-badges {
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
  margin: 5px 0 !important;
}

.news-detail__child-item-badge {
  white-space: nowrap;
  margin: 2px 5px;
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 12px;
}

.news-detail__child-item-admin-area {
  display: flex;
  margin: 10px 0;
}

.news-detail__child-item--expandable .news-detail__child-item-link {
  margin-left: 8px;
}

.news-detail__icon-plus {
  width: 22px;
  height: 22px;
  border: 1px #A8B6C8 solid;
}
.news-detail__icon-plus::before {
  content: '+';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  width: 20px;
  height: 20px;
  color: #A8B6C8;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.news-detail__child-item--expanded .news-detail__icon-plus::before {
  content: '\2013';
}

.news-detail__grandchildren {
  display: none;
  margin-left: 10px;
}

.news-detail__child-item--expanded .news-detail__grandchildren {
  display: block;
  border-left: 1px #9AA4B1 dotted;
}

.news-detail__grandchild-item {
  padding: 10px 0 10px 25px;
  position: relative;
}

.news-detail__grandchild-item::before {
  content: '';
  display: inline-block;
  height: 0;
  width: 20px;
  border-top: 1px #9AA4B1 dotted;
  position: absolute;
  left: -1px;
  top: 20px;
}

.news-detail__grandchild-item:last-child::before {
  height: 500px;
  background: #f9f9f9;
}

.news-detail__grandchild-item-link-wrapper {
  display: flex;
  flex: 1;
}

.news-detail__grandchild-item-link {
  text-decoration: none;
  color: #142B4F;
  margin-right: auto;
}

.news-detail__grandchild-item-badges {
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
}

.news-detail__grandchild-item-badge {
  white-space: nowrap;
  margin: 2px 5px;
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 12px;
}

.news-detail__grandchild-item-admin-area {
  display: flex;
}

.news-detail__grandchild-item--expandable .news-detail__grandchild-item-link::before {
  content: '\2013';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 15px;
  width: 15px;
  height: 15px;
  border: 1px #A8B6C8 solid;
  color: #A8B6C8;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  margin-right: 15px;
}

.news-detail__grandchild-item-detail {
  display: none;
}

.news-detail__grandchild-item--expanded .news-detail__grandchild-item-detail {
  display: block;
}

.realed-news {
  padding: 0;
  min-height: 100px;
  background: #F4F7FB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}

.realed-news__header {
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  background: #E3EBF7;
  border-bottom: 2px #DBE3F0 solid;
}

.realed-news__list {
  padding: 20px;
  min-height: 100px;
  background: #F4F7FB;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.realed-news__header-title {
  background: #F4F7FB;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  margin: 5px 3px 0 3px;
  font-size: 16px;
  color: #142B4F;
  border: none;
  /*background: transparent;*/
  transition: background 0.15s ease-out;
  position: relative;
  bottom: -5px;
}


.realed-news-list__item {
  background: #ffffff;
  margin: 20px 0;
}


/* End */


/* Start:/local/templates/government/components/bitrix/main.pagenavigation/.default/style.css?1669836605835*/
.pagenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagenav__title {
  margin: 5px;
}

.pagenav__pages {
  margin: 5px;
  display: flex;
}

.pagenav__page {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px #dddddd solid;
  text-decoration: none;
}

.pagenav__page:first-child {
  border-left: none;
  margin: 0;
  padding: 0;
}

.pagenav__page--separator {
  color: #999999;
}

.pagenav__page--current {
  font-weight: bold;
}

.pagenav__total {
  margin: 5px 5px 5px auto;
  font-size: 0.875em;
  color: #8597B1;
}


/* Visually impaired - White scheme */

.scheme-white .pagenav__total {
  color: #000000;
}

/* Visually impaired - Black scheme */

.scheme-black .pagenav__total {
  color: #ffffff;
}


/* Visually impaired - Blue scheme */

.scheme-blue .pagenav__total {
  color: #063462;
}
/* End */


/* Start:/local/templates/government/components/openregion/component/related-block/style.css?166983660536*/
.related-block {
  margin: 15px 0;
}
/* End */
/* /local/templates/government/components/openregion/news/bill/openregion/news.list/.default/style.css?16698366053962 */
/* /local/templates/government/components/bitrix/main.pagenavigation/.default/style.css?1669836605835 */
/* /local/templates/government/components/openregion/component/related-block/style.css?166983660536 */
