

/* Start:/local/templates/government/components/openregion/news/chronicle/openregion/news.list/.default/style.css?16698366055742*/
.button--clear {
  margin-left: auto !important;
}

.item-year {
  padding: 10px;
  border-left: 5px solid #E94F4F;
  margin: 20px 0;
}

.item-year:first-child {
  margin-top: 0;
}

.item-year__title {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  margin: 0;
  color: #142B4F;
}

.list__item-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 23px;
}

.list__item-link {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  color: #142B4F;
  cursor: pointer;
}

.list__item-link:hover {
  color: #e94f4f;
}

.list__admin-area {
  margin-left: auto !important;
}

.list__item-body {
  max-height: 2000px;
  padding: 0px 15px 10px 15px;
  transition: max-height 0.3s, padding 0.5s;
  overflow: hidden;
}

.list__item-body--hidden {
  max-height: 0;
  padding: 0 15px !important;
  transition: max-height 0.3s, padding 0.3s;
}

.list__item-detail {
  margin: 0 0 10px 0;
  font-size: 14px;
}

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

.list__item-note {
  position: relative;
  margin: 10px 0;
  margin-top: 20px;
  padding: 10px;
  font-size: 14px;
  background: #f3f3f3;
  border: 0 solid #d2d8e0;
  box-shadow: inset 1px 1px 8px 0 #e6e6e6;
  border-radius: 2px;
}

.list__item-note-name {
  position: absolute;
  top: 0;
  left: 18px;
  padding: 3px 10px;
  color: #e94f4f;
  font-weight: bold;
  background: #f9f9f9;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}


.list__footer {
  margin: 0;
  padding: 25px;
  background: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

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

.list__footer > div > label {
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px 0 0;
  color: #020B22;
}

.list__item-image-wrapper {
  max-width: 170px !important;
}


.calendar-section {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  max-width: 800px;
}

.calendar-day {
  display: flex;
  min-width: 270px;
  min-height: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  color: #6a656e;
  border: 1px solid #c8cad2;
  flex: 1;
}
.calendar-day__number {
  font-size: 74pt;
  color: #868686;
}
.calendar-day__text {
  font-size: 24pt;
}
.calendar-cronicle {
  display: flex;
  flex-wrap: wrap;
}


.calendar {
  position: relative;
  display: inline-block;
  padding: 0;
  border: 1px solid #c8cad2;
  font-family: 'Trebuchet MS', sans-serif;
  color: #827e7d;
  border-bottom: 0;
  overflow: hidden;
  flex: 1;
  min-width: 270px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.calendar__shim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.5);
  z-index: 50;
}
.calendar__row {
  display: flex;
  border: 0 solid #ff0000;
}
.calendar__header {
  display: flex;
  width: 100%;
  background: #fbfbfb;
  border-bottom: 1px solid #dadada;
}
.calendar__header .fa {
  font-size: 18pt;
  color: #6a656d;
}
.calendar__button-backward:active,
.calendar__button-forward:active {
  background: #e6e6e6;
}
.calendar__button-backward, .calendar__button-forward {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
  user-select: none;
}

.calendar__month-name {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 10pt;
  color: #6a656e;
  font-family: 'Trebuchet MS', sans-serif;
  user-select: none;
  padding: 10px;
  transition: 0.3s background;
}
.calendar__month-name:hover .calendar__month-name-arrow {
  color: #ec6766;
}
.calendar__month-name-arrow {
  padding-left: 10px;
  margin-bottom: -2px;
  color: #ec7d7d;
}
.calendar__month-selector {
  position: absolute;
  top: -500px;
  min-width: 200px;
  max-height: 220px;
  overflow-y: auto;
  cursor: pointer;
  background: #fbfbfb;
  z-index: 400;
  border: 1px solid #c8cad2;
}
.calendar__month-selector--active {
  top: 100%;
}
.calendar__month-selector::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
.calendar__month-selector::-webkit-scrollbar-thumb {
  background: #EC6767;
}
.calendar__month-selector-item {
  padding: 10px 10px;
}
.calendar__month-selector-item:not(:last-child) {
  border-bottom: 1px solid #c8cad2;
}
.calendar__month-selector-item:hover {
  background: #ebebeb;
}
.calendar__month-selector-item--active {
  background: #e6e6e6;
}

.calendar__day, .calendar__weekday-elem {
  margin-top: 0;
  margin-right: 0;
  height: 35px;
  position: relative;
  background: #f7f5f5;
  border: 1px solid #c8cad2;
  border-top: 0;
  border-left: 0;
  transition: background 0.1s;
  flex: 1;
}
.calendar__day--has-description {
  cursor: pointer;
}

.calendar__day:not(.calendar__day--not-active) {
  cursor: pointer;
}
.calendar__day:last-child, .calendar__weekday-elem:last-child {
  border-right: 0;
}
.calendar__day-number {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 10pt;
}
.calendar__weekday-elem {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6e6e6;
  color: #6a656f;
  font-weight: bold;
  font-size: 9pt;
  height: 20px;
}
.calendar__day--not-active {
  background: #ffffff;
  color: #dadada;
}
.calendar__day--today {
  border: 1px solid #989eb3;
  background: #cbe0f7;
}
.calendar__day--events {
  background: #d8e5f5;
}
.calendar__day .fa {
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 11pt;
  color: #bbbbbb;
}


.shim-layer {
  display: none;
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 350;
}

/* 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 */
/* /local/templates/government/components/openregion/news/chronicle/openregion/news.list/.default/style.css?16698366055742 */
/* /local/templates/government/components/bitrix/main.pagenavigation/.default/style.css?1669836605835 */
