

/* Start:/local/templates/government/components/openregion/esia/.default/style.css?16679832321391*/
.auth-popup {
  position: absolute;
  background: #0C2248;
  width: 250px;
  color: #fff;
  padding: 20px;
  top: 48px;
  z-index: 100;
  display: none;
  flex-direction: column;
}

.sidebar-menu .auth-popup {
  width: 100%;
  margin-left: -3px;
}

.auth-popup a {
  background: #0540A2;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 7px 20px;
  justify-content: center;
  width: 100%;
  font-size: 110%;
  text-decoration: none;
  margin: 7px auto auto auto;
  border-radius: 2px;
  transition: background 0.15s ease-out;
}

.auth-popup a:hover {
  color: #fff;
  background: #0064DC;
}

body.is-auth-opened .auth-popup {
  display: flex;
}

/* Visually impaired - White scheme */

.scheme-white .auth-popup {
  background: #d2d2d2;
}

.scheme-white .auth-popup a:hover {
  color: #fff;
  background: #989898;
}

.scheme-white .auth-popup a {
  color: #fff;
  background: #7d7d7d;
}

/* Visually impaired - Black scheme */

.scheme-black .auth-popup {
  background: #000000;
}

.scheme-black .auth-popup a:hover {
  color: #fff;
  background: #353535;
}

.scheme-black .auth-popup a {
  color: #fff;
  background: #7d7d7d;
}

/* Visually impaired - Blue scheme */

.scheme-blue .auth-popup {
  background: #9dd1ff;
}

.scheme-blue .auth-popup a:hover {
  color: #fff;
  background: #5884ab;
}

.scheme-blue .auth-popup a {
  color: #fff;
  background: #40607b;
}

/* End */


/* Start:/local/templates/government/components/bitrix/menu/main/style.css?16679832325208*/
.sidebar-menu {
  background: #EEF4FA;
  position: relative;
}

.sidebar-menu__items::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}

.sidebar-menu__items::-webkit-scrollbar-thumb {
  background: #0540A2;
}

.sidebar-menu__root-item a {
  font-weight: 600;
  text-decoration: none;
  color: #0540A2;
  display: block;
  transition: background-color 0.15s ease-out;
}

.sidebar-menu__root-item:hover > a,
.sidebar-menu__item:hover > a {
  background: #DEEAF6;
  color: #0540A2;
}

.sidebar-menu__root-item {
  font-family: 'Golos', serif;
  font-weight: 500;
  /*font-size: 0.9375em;*/
  line-height: 19px;
}

.sidebar-menu__root-item > a {
  padding: 15px 35px;
}

.sidebar-menu__root-item--second-level {
  text-transform: none;
}

.sidebar-menu__root-item--second-level > a {
  padding: 12px 0 12px 60px;
}

.sidebar-menu__children {
  display: none;
}

.sidebar-menu__root-item:hover .sidebar-menu__children {
  position: absolute;
  background: #F4F7FB;
  display: block;
  top: -86px;
  bottom: 0;
  right: 100%;
  width: 404px;
  z-index: 100;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  padding: 15px 0;
}

.sidebar-menu__children::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}

.sidebar-menu__children::-webkit-scrollbar-thumb {
  background: #0064DC;
}

.sidebar-menu__item {
  text-transform: initial;
  font-size: 0.875em;
  font-weight: normal;
}

.sidebar-menu__item > a {
  padding: 7px 35px;
}

.sidebar-menu__buttons {
  display: flex;
  flex-wrap: wrap;
  padding: 3px;
}

.sidebar-menu__button-block {
  display: none;
  flex: 1;
}

.sidebar-menu__button {
  background: #0C2248;
  height: 42px;
  padding: 0 15px;
  color: #fff !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex: 1;
  border-radius: 2px;
  margin: 3px 2px;
  text-decoration: none;
  transition: background 0.15s ease-out;
}

.sidebar-menu__button--sign-in {
  flex: 1 25%;
}

.sidebar-menu__button--sign-in>svg {
  margin-right: 10px;
}

.sidebar-menu__button--social-twitter {
  display: none !important;
}

.sidebar-menu__button--special {
  display: none !important;
  flex: 1 40%;
  background: #0C2248;
  color: #fff;
  white-space: nowrap;
  transition: background 0.15s ease-out;
}

.sidebar-menu__button--user > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 95px;
}


/* Visually impaired - White scheme */

.scheme-white .sidebar-menu {
  background: #ffffff;
}

.scheme-white .sidebar-menu__items::-webkit-scrollbar-thumb {
  background: #b3b6b8;
}

.scheme-white .sidebar-menu__root-item a {
  color: #535258;
}

.scheme-white .sidebar-menu__root-item:hover > a,
.scheme-white .sidebar-menu__item:hover > a {
  background: #b3b6b8;
  color: #ffffff;
}

.scheme-white .sidebar-menu__root-item:hover .sidebar-menu__children {
  background: #ffffff;
}

.scheme-white .sidebar-menu__children::-webkit-scrollbar-thumb {
  background: #b3b6b8;
}

.scheme-white .sidebar-menu__buttons {
  background: #d2d2d2;
}

.scheme-white .sidebar-menu__button {
  background: #989898;
}

.scheme-white .sidebar-menu__button:hover {
  background: #7d7d7d;
}

.scheme-white .sidebar-menu__button--special {
  background: #6f6f6f;
}

.scheme-white .sidebar-menu__button--special:hover {
  background: #434343;
}


/* Visually impaired - Black scheme */

.scheme-black .sidebar-menu {
  background: #000000;
}

.scheme-black .sidebar-menu__items::-webkit-scrollbar-thumb {
  background: #b3b6b8;
}

.scheme-black .sidebar-menu__root-item a {
  color: #ffffff;
}

.scheme-black .sidebar-menu__root-item:hover > a,
.scheme-black .sidebar-menu__item:hover > a {
  background: #ffffff;
  color: #000000;
}

.scheme-black .sidebar-menu__root-item:hover .sidebar-menu__children {
  background: #000000;
}

.scheme-black .sidebar-menu__children::-webkit-scrollbar-thumb {
  background: #b3b6b8;
}

.scheme-black .sidebar-menu__buttons {
  background: #090d11;
}

.scheme-black .sidebar-menu__button {
  background: #353535;
}

.scheme-black .sidebar-menu__button:hover {
  background: #7d7d7d;
}

.scheme-black .sidebar-menu__button--special {
  background: #6f6f6f;
}

.scheme-black .sidebar-menu__button--special:hover {
  background: #434343;
}

/* Visually impaired - Blue scheme */

.scheme-blue .sidebar-menu {
  background: #9dd1ff;
}

.scheme-blue .sidebar-menu__items::-webkit-scrollbar-thumb {
  background: #063462;
}

.scheme-blue .sidebar-menu__root-item a {
  color: #063462;
}

.scheme-blue .sidebar-menu__root-item:hover > a,
.scheme-blue .sidebar-menu__item:hover > a {
  background: #5884ab;
  color: #000000;
}

.scheme-blue .sidebar-menu__root-item:hover .sidebar-menu__children {
  background: #9dd1ff;
}

.scheme-blue .sidebar-menu__children::-webkit-scrollbar-thumb {
  background: #063462;
}

.scheme-blue .sidebar-menu__buttons {
  background: #9dd1ff;
}

.scheme-blue .sidebar-menu__button {
  background: #5884ab;
}

.scheme-blue .sidebar-menu__button:hover {
  background: #40607b;
}

.scheme-blue .sidebar-menu__button--special {
  background: #39546b;
}

.scheme-blue .sidebar-menu__button--special:hover {
  background: #203b52;
}

/* End */


/* Start:/local/templates/government/components/openregion/component/footer-menu/style.css?16679832323378*/
.footer-menu {
  padding: 40px 15px 40px 15px;
  display: grid;
  grid-template-columns: 2fr repeat(2, 1fr) 2fr;
  grid-template-rows: repeat(3, auto);
  grid-gap: 20px;
  color: #DBE9FF;
  font-size: 0.875em;
  background: top/cover no-repeat url("/local/templates/government/components/openregion/component/footer-menu/../../../../images/footer.png");
}

.footer-menu__section {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.footer-menu__section--merge {
  grid-row: 1 / 3;
  padding: 20px 0;
}

.footer-menu__section h3 {
  margin: 0 0 10px 0;
  font-family: 'Golos Bold', sans-serif;
  font-size: 1em;
  color: #DBE9FF;
}

.footer-menu__section h3 a {
  text-decoration: none;
}

.footer-menu__section a {
  color: #DBE9FF;
}

.footer-menu__section .button--red {
  color: #fff;
}

.footer-menu__section > * {
  margin: 5px 0;
}

.footer-menu__section--social {
  grid-column: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-self: flex-end;
  grid-row: 3/4;
}

.footer-menu__section--social > a {
  margin: 0 auto 0 0;
}

.footer-social__button {
  margin: 0 25px 0 0 !important;
}

.footer-menu__section--subscribe {
  grid-column: 2/4;
  grid-row: 3;
  padding: 20px 0;
  color: rgba(222, 233, 253, 0.7);
}

.footer-menu__section--subscribe a {
  color: rgba(222, 233, 253, 0.7);
}

.footer-menu__section--cc {
  grid-row: 4;
  grid-column: 2 / 4;
  padding: 20px 0;
}

.footer-menu__section--contacts {
  grid-column: 1;
  grid-row: 3;
}

@media screen and (min-width: 991px) {
  .footer-menu__section--contacts {
    margin-bottom: 60px;
  }
}

.footer-menu__section--contacts h3,
.footer-menu__section--social h3 {
  display: none;
}

.footer-menu__section--mistake {
  margin: 20px 0;
}

.footer-subscribe {
  display: flex;
  height: 39px;
  align-items: center;
}

.footer-subscribe__input {
  flex: 1;
  border: none;
  background: #fff;
  margin: 0 2px 0 0;
  padding: 0 20px;
  font-size: 0.875em;
  height: 39px;
}

.footer-subscribe__button.button {
  height: 39px;
}

.footer-menu__section--sitename {
  flex-direction: row;
  align-items: center;
  color: #DBE9FF;
  font-size: 1.375em;
  font-family: 'Golos Bold', sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding-top: 0;
  grid-row: 1;
  grid-column: 1;
}

.footer-menu__section--sitename-additional {
  grid-row: 2;
  grid-column: 1;
  padding: 0 20px;
  margin: 0;
}

.footer__logo {
  width: 64px;
  height: 67px;
  margin: 0 20px 0 0;
}

.footer-menu__section--footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 0 0;
  margin: 40px 20px 0 20px;
  grid-row: 4;
  grid-column: 1/5;
  border-top: 1px solid rgba(222, 233, 253, 0.5);
}

@media (min-width: 380px) and (max-width: 400px) {
  .footer__copyrights-text br:last-child {
    display: none;
  }
}

@media (min-width: 401px) {
  .footer__copyrights-text br {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer__counters {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}


/* Visually impaired - White scheme */

.scheme-white .footer-menu {
  color: #7b7b7b;
  background: #ffffff;
}

.scheme-white .footer-menu__section--subscribe {
  color: #7b7b7b;
}

/* Visually impaired - Black scheme */

.scheme-black .footer-menu {
  color: #ffffff;
  background: #000000;
}

/* Visually impaired - Blue scheme */

.scheme-blue .footer-menu {
  color: #063462;
  background: #9dd1ff;
}

/* End */


/* Start:/local/templates/government/styles.css?1667983232737*/
h1, h2, h3 {
  font-family: 'Golos Bold', sans-serif;
  color: #0C2248;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6875em;
}

h3 {
  font-size: 1.1875em;
}

ul {
  margin: 25px 0;
  padding: 0 0 0 35px;
}

ul li {
  margin: 20px 0;
  position: relative;
}

ol {
  margin: 25px 0;
  padding: 0 0 0 35px;
  counter-reset: item;
}

ol > li {
  margin: 20px 0;
  position: relative;
  counter-increment: item;
}

table {
  margin: 20px 0;
  border: none;
  border-collapse: collapse;
}

table th, table td {
  border-top: 1px #D1D7E1 solid;
  border-bottom: 1px #D1D7E1 solid;
  padding: 15px 10px;
  min-width: 50px;
  font-size: 0.875em;
}

table th {
  font-family: 'Golos Bold', sans-serif;
  font-weight: bold;
  font-size: 1em;
}
/* End */


/* Start:/local/templates/government/template_styles.css?169467264116366*/
:root {
  --mark-color: rgba(255, 230, 0, 1);
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: 'Golos', sans-serif;
  font-size: 16px;
  background: #fff;
  color: #0D2247;
  min-width: 300px;
}

* {
  box-sizing: border-box;
  outline: none
}

.hideall {
  display: none !important;
}

.top-warning {
  background: #f5e7d0;
  z-index: 500;
  position: relative;
  text-align: center;
  padding: 40px 15px;
  border-bottom: 1px #efd9b6 solid;
  font-size: 18px;
}

.top-warning,
.top-warning a{
  color: #2f2e2d;
}

.top-warning {
  padding: 15px 15px;
}

.top-warning__close {
  float: right;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

img {
  border: none;
}

input, button {
  font-family: 'Golos', sans-serif;
}

[hidden] {
  display: none !important;
}

a {
  color: #0540A2;
}

a:hover {
  color: #0064DC;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

select.select,
input.file {
  display: none;
}

.ya-share2 li:before {
  display: none;
}

.button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  font-weight: bold;
  height: 2em;
  line-height: 2em;
  text-decoration: none;
  padding: 0 25px;
  border-radius: 2px;
  margin: 2px;
  transition: background 0.15s ease-out;
  border: 1px transparent solid;
  white-space: nowrap;
}

.button--icon {
  padding: 0;
  width: 24px;
  height: 24px;
}

.button--wide {
  flex: 1;
}

.button svg {
  width: 14px;
  height: 14px;
}

.button--red {
  background: hsl(213, 100%, 43%);
  color: #fff;
}

.button--red:hover {
  background: hsl(213, 100%, 63%);
  color: #fff;
}

.button--white {
  background: #fff;
  color: #0D2247;
  box-shadow: 0 0 0 1px #EDEBEB;
}

.button--admin {
  background: #c7cee3;
  color: #333;
}

.button--admin:hover {
  background: #a0a9c3;
  color: #000;
}

.error_wrapper {
  padding: 20px 0;
}

.input {
  width: 100%;
  border: 1px #d1d7e1 solid;
  height: 2.1875em;
  line-height: 2.1875em;
  padding: 0 10px;
  font-family: 'Golos', sans-serif;
  font-size: 0.875em;
}

.input--date {
  position: relative;
  width: 120px !important;
  padding-right: 34px !important;
}

.input--year {
  min-width: 70px !important;
  max-width: 70px !important;
}

.input--time {
  width: 160px !important;
}

.input--short {
  width: 120px !important;
}

.input--text {
  min-height: 100px;
  height: 200px;
  max-height: 500px;
  resize: vertical;
  line-height: 1.5em;
  padding: 10px;
}

.input[readonly] {
  background: #f9f9f9;
  color: #717171;
}

details > summary {
  cursor: pointer;
}

.form__calendar-icon {
  margin: 7px 0 0 -27px;
  position: absolute;
  cursor: pointer;
  color: #C8CDD5;
  width: 18px;
  height: 18px;
}

.main-wrapper {
  display: grid;
  min-height: 100vh;
  overflow-x: hidden;
}

.content {
  grid-area: content;
  border-top: 2px #e7e7e7 solid;
  padding: 20px 35px;
  display: flex;
  flex-direction: column;
}

.content .errortext {
  display: block;
  margin: 35px 0;
}


.special-panels {
  position: fixed;
  top: -200px;
  width: 100%;
  z-index: 500;
  opacity: 0;
  transition: top 0.4s, opacity 0.4s;
}

.special-panels--active {
  top: 0;
  opacity: 1;
}



.top-floating-panel {
  display: grid;
  height: 49px;
  background: #0D2247;
  width: 100%;
}

.top-floating-panel--active {
  top: 0;
  opacity: 1;
}

.top-floating-panel__button {
  background: #0D2247;
  height: 42px;
  padding: 0 15px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  margin: 3px 2px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.15s ease-out;
}

.top-floating-panel__button:hover {
  color: #fff;
  background: #0540A2;
}

.top-floating-panel__section {
  display: flex;
  align-items: center;
}

.top-floating-panel__base {
  grid-area: float-panel-base;
}

.top-floating-panel__social {
  grid-area: float-panel-social;
  justify-content: flex-end;
  padding-right: 20px;
}

.top-floating-panel__search {
  display: none;
  grid-area: float-panel-search;
}
.search-sect__form {
  height: 43px;
  border-radius: 2px;
  background: #0D2247;
  margin: auto;
  flex: 1;
  display: flex;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.20);
}

.search-sect__input {
  background: transparent;
  color: #0D2247;
  border: none;
  flex: 1;
  margin: 0 15px;
  font-size: 1em;
}

.search-sect__input::placeholder {
  color: #0D2247;
}

.search-sect__button {
  margin: 0 15px 0 0;
  background: transparent;
  border: none;
  cursor: pointer;
}



.special {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0 20px 0;
  border: 0 solid #ffffff;
  background: #000000;
}

.special-section {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-right: 30px;
  border: 0 solid #0064DC;
}

.color-icon {
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 14pt;
  padding: 12px 17px;
  margin-right: 10px;
  border: 2px solid #ffffff;
  border-radius: 30px;
}

.color-icon--active:after {
  content: '';
  position: absolute;
  top: 96%;
  border-style: solid;
  border-width: 7px;
  border-color: transparent transparent #ffffff transparent;
}

.color-icon--white {
  color: #000000 !important;
  background: #ffffff;
}
.color-icon--black {
  color: #ffffff !important;
  background: #000000;
}
.color-icon--blue {
  color: #000000 !important;
  background: #9dd1ff;
}


.font-icon {
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 14pt;
  color: #ffffff !important;
  padding: 12px 17px;
  margin-right: 10px;
}

.font-icon--active:after {
  content: '';
  position: absolute;
  top: 96%;
  border-style: solid;
  border-width: 7px;
  border-color: transparent transparent #ffffff transparent;
}

.font-icon--small {
  font-size: 12pt;
}
.font-icon--middle {
  font-size: 16pt;
}
.font-icon--large {
  font-size: 20pt;
}

.header-panel {
  grid-area: header-panel;
  background: #0D2247;
  display: flex;
  align-items: center;
  position: relative;
}

.header__sitename {
  font-size: 1.48148em;
}

.header__button {
  background: #0D2247;
  height: 42px;
  padding: 0 15px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 2px;
  margin: 3px 2px;
  text-decoration: none;
  transition: background 0.15s ease-out;
}

.header__button--inactive {
  background: #0540A2 !important;
}

.header__button:hover {
  color: #fff;
  background: #0540A2;
}

.header__button--sign-in > svg {
  margin-right: 10px;
}

.header__button--user > svg {
  margin-right: 10px;
}

.header__button--user > span {
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header__button--logout {
  flex: 0;
}

.header__button--special {
  background: #0D2247;
  color: #fff;
  white-space: nowrap;
  transition: background 0.15s ease-out;
}

.header__button--special:hover {
  background: #0540A2;
  color: #fff;
}

.header__button--special span {
  padding-left: 10px;
}

.header-social {
  grid-area: header-social;
  display: flex;
  background: #0D2247;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}

.header__button--social {
  background: transparent;
  min-width: 50px;
}

.search {
  grid-area: search;
  background: #EEF4FA;
  /*height: 86px;*/
  display: flex;
  padding: 0 20px;
}

body.inner-page .search {
  display: none;
}

.search__form {
  height: 43px;
  border-radius: 2px;
  background: #fff;
  margin: auto;
  flex: 1;
  display: flex;
}

.search__input {
  background: transparent;
  color: #0D2247;
  border: none;
  flex: 1;
  margin: 0 15px;
  font-size: 1em;
}

.search__input::placeholder {
  color: #0D2247;
}

.search__button {
  margin: 0 15px 0 0;
  color: #0D2247;
  background: transparent;
  border: none;
  cursor: pointer;
}

.header {
  justify-self: left;
  grid-area: sitename;
  display: flex;
  align-items: center;
  height: 118px;
  text-decoration: none;
  font-family: 'Golos Bold', sans-serif;
  color: #0D2247;
  font-size: 1.6875em;
  font-weight: bold;
}

.header__logo {
  margin: 0 28px;
  width: 80px;
  height: 85px;
}

.portals {
  display: flex;
  align-items: center;
  padding: 10px 45px;
  text-decoration: none;
  color: #0540A2;
  font-family: 'Golos', serif;
  font-weight: 600;
  line-height: 19px;
}

.portals > svg {
  margin: 0 10px 0 0;
}

.sidebar-menu__items-divider {
  margin: 30px 45px;
  border-top: 1px solid #E6E6E6;
}

.sidebar-menu {
  grid-area: menu;
  position: relative;
}

body.inner-page .sidebar-menu {
  display: none;
}

.main-news-1 {
  grid-area: news1;
}

.main-news-2 {
  grid-area: news2;
}

.main-news-3 {
  grid-area: news3;
}

.main-events {
  grid-area: events;
}

.main-announcement {
  grid-area: announcement;
}

.main-updates {
  grid-area: updates;
}

.main-vertical-banners {
  grid-area: vertical-banners;
}

.main-horizontal-banners {
  grid-area: horizontal-banners;
}

.main-video {
  grid-area: video;
  background: #0D2247;
}

.free-block {
  position: relative;
}

.free-block__edit-ref {
  position: absolute;
  top: 0;
  right: 0;
}

.sidebar-html {
  grid-area: sidebar-html;
  background: #DEEAF6;
  position: relative;
  box-shadow: inset 5px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 45px;
  display: flex;
  background-position: 50% 50%;
  background-size: cover;
}

.sidebar-html__content {
  margin: auto 0;
  width: 100%;
}

.sidebar-html__content,
.sidebar-html__content * {
  color: #0D2247;
}

.main-html {
  grid-area: main-html;
  background: #0D2247 url("/images/main-html-bg.png") no-repeat 50% 50%;
  background-size: cover;
  display: flex;
  padding: 20px 45px;
}

.main-html__content {
  margin: auto;
}

.main-html__content,
.main-html__content * {
  color: #fff;
}

.main-gosuslugi {
  grid-area: gosuslugi;
}

.main-widgets {
  grid-area: widgets;
}

.main-widgets-2 {
  grid-area: widgets-2;
  padding-right: 10px
}

.sidebar-accordion {
  grid-area: accordion;
  background: #E3EBF7;
  position: relative;
  box-shadow: inset 5px 0px 15px rgba(0, 0, 0, 0.1);
}

.sidebar-requests {
  grid-area: requests;
  background: #DEEAF6;
  position: relative;
  box-shadow: inset 5px 0px 15px rgba(0, 0, 0, 0.1);
  color: #0D2247;
  text-decoration: none;
  font-size: 1.5em;
  font-family: 'Golos Bold', sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
  text-align: center;
  transition: background 0.25s ease-out;
  height: 265px;
}

.sidebar-requests:hover {
  color: #0D2247;
  background: rgba(200, 220, 240, 0.5);
}

.sidebar-requests > span {
  margin-top: 40px;
}

.sidebar-requests.sidebar-requests-small {
  height: 110px;
}

.sidebar-requests.sidebar-requests-small > span {
  margin: 0;
}

.sidebar-requests-governor>svg {
  margin: 0 0 0 20px;
  width: 80px;
  flex-shrink: 0;
}

.sidebar-requests-governor {
  grid-area: requests-governor;
  background: #0064DC;
  position: relative;
  color: #fff;
  text-decoration: none;

  font-family: 'Golos Bold', sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0 25px;
  text-align: left;
  transition: background 0.25s ease-out;
  height: auto;
  min-height: 265px;
  font-size: 1em;
}

.sidebar-requests-governor:hover {
  color: #fff;
  background: hsl(213, 100%, 63%);
}

.sidebar-requests-governor>span {
  margin: 0 0 0 20px;
}

.sidebar-requests-governor__link {
  margin-top: 40px;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #000000;
  text-decoration: none;
  background: #FFFFFF;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.sidebar-facts {
  grid-area: facts;
  background: rgba(200, 220, 240, 0.1);
  position: relative;
  box-shadow: inset 5px 0px 15px rgba(0, 0, 0, 0.1);
}

.sidebar-chronicle {
  grid-area: chronicle;
}

.footer-menu {
  grid-area: footer-menu;
}

.footer {
  grid-area: footer;
  background: #0D2247;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.19);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  font-size: 0.785em;
  color: #DBE9FF;
}

.footer__sitename {
  text-transform: uppercase;
}

.footer__counters a {
  text-decoration: none;
  opacity: 0.5;
}

.footer__counters a:hover {
  opacity: 1;
}

body.inner-page.is-menu-opened {
  overflow: hidden;
  position: relative;
}

body.inner-page.is-menu-opened::after {
  content: '';
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  right: 0;
  top: 49px;
  bottom: 0;
  z-index: 10;
}

body.inner-page.is-menu-opened #panel,
body.inner-page.is-menu-opened .top-warning {
  display: none;
}

body.is-menu-opened .special {
  display: none;
}

body.inner-page.is-menu-opened .search {
  display: flex;
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 100;
  height: 86px;
  width: 320px;
}

body.inner-page.is-menu-opened .sidebar-menu {
  position: fixed;
  top: 136px;
  width: 320px;
  display: block;
  z-index: 100;
  right: 0;
  bottom: 0;
}

body.inner-page.is-menu-opened .sidebar-menu__items {
  overflow-y: auto;
  height: 100%;
}

.mfeed input[type="text"], .mfeed textarea {
  border: 1px #EDEBEC solid;
  width: 100% !important;
  max-width: 1000px;
}

.mfeed input[type="text"] {
  height: 35px;
}

.mfeed textarea {
  min-height: 35px;
  height: 200px;
  max-height: 600px;
  resize: vertical;
}

.mfeed form > div {
  margin: 5px 0;
}

.mfeed input[type="submit"] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  padding: 0 25px;
  border-radius: 2px;
  margin: 2px;
  transition: background 0.15s ease-out;
  border: 1px transparent solid;
  white-space: nowrap;
  background: #0540A2;
  color: #fff;
  box-sizing: content-box;
}

.mfeed input[type="submit"]:hover {
  background: #0064DC;
  color: #fff;
}

.js-rating.disabled a, .js-rating.disabled a:hover {
  cursor: default;
  opacity: 0.25;
}

.news-detail__badge,
.news-detail__child-item-badge,
.news-detail__grandchild-item-badge,
.news-list__drop-down-item-badge,
.news-list__grandchild-item-badge,
.news-detail__revisions-badge,
.badge {
  background: #ffdb00;
  color: #333;
}

/* TinyMCE */
.tinymce-area {
  visibility: hidden;
}

.width437 {
  max-width: 437px;
  width: 100%;
  height: auto;
}

.width720 {
  max-width: 720px;
  width: 100%;
  height: auto;
}

.noline {

}

.simple-table {

}

.simple-min-table {

}

.beautiful-table {

}

.badge {
  color: #fff;
  font-size: 9pt;
  height: 19px;
  line-height: 18px;
  display: inline-block;
  padding: 0 5px;
  border-radius: 7px;
  vertical-align: top;
}

.badge--red {
  background-color: #ed5564;
}

.badge--red-text {
  color: #ed5564;
  background: transparent;
}

.badge--green {
  background-color: #42cb6e;
}

.badge--green-text {
  color: #42cb6e;
  background: transparent;
}

.badge--blue {
  background-color: #4ec2e7;
}

.badge--blue {
  color: #4ec2e7;
  background: transparent;
}

.badge--yellow {
  background-color: #fcce54;
}

.badge--yellow {
  color: #fcce54;
  background: transparent;
}
/*исключить тут ссылки-баннеры*/
.news-detail__detail a[href^="http"]:not([href*="orb.ru"])::after,
.news-detail__additional a[href^="http"]:not([href*="orb.ru"])::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='15' viewBox='0 0 24 24' width='15'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");
}

.external-link-icons__no-banners::after {
  content: none !important;
}

.news-detail__detail--file-info {
  font-size: 12px;
  color: #999595;
  margin-left: 5px;
}

/* Element styles on focus */

*:focus-visible {
  box-shadow: 0 0 0 3px var(--mark-color);
}

.scheme-white *:focus-visible {
  box-shadow: 0 0 0 3px #000000;
}

.scheme-black *:focus-visible {
  box-shadow: 0 0 0 3px #cbcbcb;
}

.scheme-blue *:focus-visible {
  box-shadow: 0 0 0 3px #0540A2;
}

/* End */
/* /local/templates/government/components/openregion/esia/.default/style.css?16679832321391 */
/* /local/templates/government/components/bitrix/menu/main/style.css?16679832325208 */
/* /local/templates/government/components/openregion/component/footer-menu/style.css?16679832323378 */
/* /local/templates/government/styles.css?1667983232737 */
/* /local/templates/government/template_styles.css?169467264116366 */
