

/* Start:/local/templates/government/components/openregion/news.list/main-news-1/style.css?16679832334332*/
.main-news-1 {
  display: flex;
  background: #9AA0B1;
  border-top: 3px solid #F3F3F3;
}

.main-news-slider {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.main-news-slider__slides {
  flex: 1;
  display: flex;
  overflow: hidden;
}

.main-news-slider__slides > div {
  flex: 1;
  position: relative;
  left: 0;
  white-space: nowrap;
  transition: left 0.25s ease-out;
}

.main-news-slider__item {
  height: 100%;
  display: inline-block;
  white-space: normal;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}

.main-news-slider__description {
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 350px;
  width: 100%;
  padding: 0 40px 85px 40px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(0deg, #0C2248 0%, rgba(12, 34, 72, 0) 100%);
}

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

.main-news-slider__title {
  line-height: 1.2em;
  max-height: 2.4em;
  font-size: 2.7em;
  margin-bottom: 0;
  margin-top: 14px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-news-slider__preview {
  line-height: 1.2em;
  max-height: 2.4em;
  overflow: hidden;
}

.main-news-slider__date {
  color: #fff;
  font-size: 1.13em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  padding-top: 20px;
  align-self: flex-start;
}

.main-news-slider__link {
  text-decoration: none;
}

.main-news-slider__pages {
  position: absolute;
  align-self: center;
  bottom: 10px;
}

.main-news-slider__page {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #fff;
}

.main-news-slider__page--selected {
  background: #0064DC;
}

.main-news-slider__pages:hover .main-news-slider__page--selected {
  background: #fff;
}

.main-news-slider__page:hover {
  background: #0064DC !important;
}

.main-news-slider__nav {
  position: absolute;
  bottom: 118px;
  color: #0064DC;
}

.main-news-slider__nav--prev {
  left: 10px;
}

.main-news-slider__nav--next {
  right: 10px;
}



/* Visually impaired - White scheme */

.scheme-white .main-news-1 {
  background: #ffffff;
}

.scheme-white .main-news-slider__description {
  background: #ececec;
}

.scheme-white .main-news-slider__description a {
  color: #000000;
}

.scheme-white .main-news-slider__preview {
  color: #000000;
}

.scheme-white .main-news-slider__date {
  background: #b3b6b8;
  color: #fff;
}

.scheme-white .main-news-slider__page--selected {
  background: #565555;
}

.scheme-white .main-news-slider__pages:hover .main-news-slider__page--selected {
  background: #fff;
}

.scheme-white .main-news-slider__page:hover {
  background: #292828 !important;
}

.scheme-white .main-news-slider__nav {
  color: #292828;
}

/* Visually impaired - Black scheme */

.scheme-black .main-news-1 {
  background: #000000;
}

.scheme-black .main-news-slider__description {
  background: #1d1d1d;
}

.scheme-black .main-news-slider__description a {
  color: #ffffff;
}

.scheme-black .main-news-slider__preview {
  color: #ffffff;
}

.scheme-black .main-news-slider__date {
  background: #535258;
  color: #ffffff;
}

.scheme-black .main-news-slider__page--selected {
  background: #565555;
}

.scheme-black .main-news-slider__pages:hover .main-news-slider__page--selected {
  background: #fff;
}

.scheme-black .main-news-slider__page:hover {
  background: #292828 !important;
}

.scheme-black .main-news-slider__nav {
  color: #ffffff;
}

/* Visually impaired - Blue scheme */

.scheme-blue .main-news-1 {
  background: #9cd1ff;
}

.scheme-blue .main-news-slider__description {
  background: #5884aa;
}

.scheme-blue .main-news-slider__description a {
  color: #063462;
}

.scheme-blue .main-news-slider__preview {
  color: #063462;
}

.scheme-blue .main-news-slider__date {
  background: #385e80;
  color: #ffffff;
}

.scheme-blue .main-news-slider__page--selected {
  background: #063462;
}

.scheme-blue .main-news-slider__pages:hover .main-news-slider__page--selected {
  background: #fff;
}

.scheme-blue .main-news-slider__page:hover {
  background: #063462 !important;
}

.scheme-blue .main-news-slider__nav {
  color: #063462;
}

/* End */


/* Start:/local/templates/government/components/openregion/news.list/main-news-3/style.css?16679832333234*/
.main-news-3 {
  display: flex;
  flex-direction: column;
  border-bottom: 1px #E1E2E6 solid;
  position: relative;
  justify-content: space-between;
}

.main-news-3::after {
  content: '';
  height: 30px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  bottom: 50px;
}

.main-news-3__header {
  display: flex;
  align-items: center;
  padding: 25px 35px;
}

.main-news-3__header .button {
  border: 1px solid #E2E2E2;
  color: #0C2248;
}

.main-news-3__header h2 {
  margin: 0 auto 0 0;
}

.main-news-3__groups {
  flex: 1;
  width: 100%;
  overflow-y: auto;
  top: 85px;
  bottom: 50px;
  position: absolute;
}

.main-news-3__group:first-child {
  margin-top: 10px;
}

.main-news-3__group:last-child {
  margin-bottom: 30px;
}

.main-news-3__groups::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}

.main-news-3__groups::-webkit-scrollbar-thumb {
  border: 1px #fff solid;
  background: #0064DC;
}

.main-news-3__group {
  position: relative;
  border-top: 1px #EEEDED solid;
}

.main-news-3__date {
  position: absolute;
  color: #999595;
  font-size: 0.875em;
  background: #fff;
  top: -8px;
  left: 90px;
  padding: 0 8px;
}

.main-news-3__item {
  display: flex;
  border-top: 1px #EEEDED solid;
}

.main-news-3__item:first-child {
  border-top: none;
}

.main-news-3__time {
  width: 100px;
  padding: 20px 35px;
  color: #999595;
  font-size: 14px;
}

.main-news-3__link {
  padding: 20px 25px 20px 0;
  font-size: 1em;
  text-decoration: none;
  color: #0540A2;
  text-align: justify;
}

.main-news-3__footer {
  display: flex;
  padding: 0 35px 0 25px;
  height: 50px;
  background: #fff;
}

.main-news-3__all {
  color: #0064DC;
  text-decoration: none;
  font-size: 0.875em;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.main-news-3__all>span {
  margin-right: 15px;
}


/* Visually impaired - White scheme */

.scheme-white .main-news-3__groups::-webkit-scrollbar-thumb {
  background: #b3b6b8;
}

.scheme-white .main-news-3__time {
  color: #b3b6b8;
}

.scheme-white .main-news-3__link {
  color: #000000;
}

.scheme-white .main-news-3__all {
  color: #b3b6b8;
}


/* Visually impaired - Black scheme */

.scheme-black .main-news-3::after {
  background: none;
}

.scheme-black .main-news-3__groups::-webkit-scrollbar-thumb {
  background: #b2b4b6;
  border: 0;
}

.scheme-black .main-news-3__time {
  color: #ffffff;
}

.scheme-black .main-news-3__date {
  color: #999595;
  background: #000000;
}

.scheme-black .main-news-3__link {
  color: #ffffff;
}

.scheme-black .main-news-3__all {
  color: #ffffff;
}

.scheme-black .main-news-3__footer {
  background: #000000;
}

/* Visually impaired - Blue scheme */

.scheme-blue .main-news-3::after {
  background: none;
}

.scheme-blue .main-news-3__groups::-webkit-scrollbar-thumb {
  background: #5884aa;
  border: 0;
}

.scheme-blue .main-news-3__time {
  color: #ffffff;
}

.scheme-blue .main-news-3__date {
  color: #ffffff;
  background: #9dd1ff;
}

.scheme-blue .main-news-3__link {
  color: #063462;
}

.scheme-blue .main-news-3__all {
  color: #063462;
}

.scheme-blue .main-news-3__footer {
  background: #9dd1ff;
}

/* End */


/* Start:/local/templates/government/components/openregion/news.list/main-horizontal-banners/style.css?16747142283726*/
.main-horizontal-banners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  position: relative;
}

@media (max-width: 767px) {
  .main-horizontal-banners {
    display: none;
  }
}

.main-horizontal-banners__slides {
  overflow: hidden;
  position: relative;
  flex: 1 100%;
}

.main-horizontal-banners__slides > div {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(100, 16.666666666%);
  grid-auto-flow: row;
  height: 100%;
  position: relative;
  left: 0%;
  transition: left 0.25s ease-out;
}

.main-horizontal-banners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
  border: 1px #E1DFDF solid;
  background: #fff;
}

.main-horizontal-banners__item > img {
  width: 100%;
}

.main-horizontal-banners__nav {
  width: 33px;
  height: 96px;
  background: #fff;
  color: #0064DC;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  z-index: 1;
}

.main-horizontal-banners__nav--prev {
  position: absolute;
  left: 0;
  border-radius: 0 2px 2px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
}

.main-horizontal-banners__nav--next {
  position: absolute;
  right: 0;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
}

.main-horizontal-banners__expand, .main-horizontal-banners__collapse {
  display: flex;
  align-items: center;
  font-size: 0.875em;
  font-weight: bold;
  text-decoration: none;
  color: #003CA0;
  position: absolute;
  bottom: 20px;
}

.main-horizontal-banners__expand > svg, .main-horizontal-banners__collapse > svg {
  margin: 0 10px 0 0;
  background: #fff;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 50%;
}

.main-horizontal-banners__collapse {
  display: none;
}

.main-horizontal-banners--expanded .main-horizontal-banners__collapse {
  display: flex;
}

.main-horizontal-banners--expanded .main-horizontal-banners__expand {
  display: none;
}

.main-horizontal-banners--expanded .main-horizontal-banners__nav {
  display: none;
}

.main-horizontal-banners--expanded .main-horizontal-banners__slides > div {
  grid-template-columns: repeat(6, 16.666666666%);
  grid-template-rows: auto;
  left: 0 !important;
}


/* Visually impaired - White scheme */

.scheme-white .main-horizontal-banners {
  background: #fff;
}

.scheme-white .main-horizontal-banners__nav {
  background: #fff;
  color: #565555;
}

.scheme-white .main-horizontal-banners__expand, .scheme-white .main-horizontal-banners__collapse {
  color: #000000;
}

/* Visually impaired - Black scheme */

.scheme-black .main-horizontal-banners {
  background: #000000;
}

.scheme-black .main-horizontal-banners__nav {
  background: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.scheme-black .main-horizontal-banners__item {
  border: 1px #E1DFDF solid;
  background: #000000;
}

.scheme-black .main-horizontal-banners__expand, .scheme-black .main-horizontal-banners__collapse {
  color: #ffffff;
}

.scheme-black .main-horizontal-banners__expand > svg, .scheme-black .main-horizontal-banners__collapse > svg {
  background: #000000;
}

/* Visually impaired - Blue scheme */

.scheme-blue .main-horizontal-banners {
  background: #9dd1ff;
}

.scheme-blue .main-horizontal-banners__nav {
  background: #9dd1ff;
  color: #063462;
  border: 1px solid #ffffff;
}

.scheme-blue .main-horizontal-banners__item {
  border: 1px #E1DFDF solid;
  background: #9dd1ff;
}

.scheme-blue .main-horizontal-banners__expand,
.scheme-blue .main-horizontal-banners__collapse {
  color: #063462;
}

.scheme-blue .main-horizontal-banners__expand > svg,
.scheme-blue .main-horizontal-banners__collapse > svg {
  background: #9dd1ff;
}

/* End */


/* Start:/local/templates/government/components/openregion/news.list/main-gosuslugi/style.css?16747142284140*/
.main-gosuslugi {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 767px) {
  .main-gosuslugi {
    display: none;
  }
}

.main-gosuslugi__header {
  display: flex;
  align-items: center;
  padding: 25px 20px 25px 35px;
}

.main-gosuslugi__header h2 {
  margin: 0 25px 0 0;
}

.main-gosuslugi-slider {
  display: flex;
  flex: 1;
  position: absolute;
  top: 80px;
  bottom: 25px;
  width: 100%;
}

.main-gosuslugi-slider__slides {
  overflow: hidden;
  position: relative;
  width: 100%
}

.main-gosuslugi-slider__slides > div {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: repeat(1000, 50%);
  grid-auto-flow: column;
  height: 100%;
  position: relative;
  left: 0%;
  transition: left 0.25s ease-out;
}

.main-gosuslugi-slider__item {
  display: flex;
  background: #fff;
  border: 1px #E1DFDF solid;
  font-size: 1em;
  font-weight: bold;
  color: #142B5A;
  text-decoration: none;
  align-items: center;
  overflow: hidden;
  margin: 10px 20px;
}

.main-gosuslugi-slider__image {
  width: 100px;
  margin: auto 30px;
}

.main-gosuslugi-slider__name {
  margin: auto 20px auto 0;
}

.main-gosuslugi-slider__nav {
  width: 33px;
  height: 96px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  z-index: 1;
  color: #0064DC;
}

.main-gosuslugi-slider__nav--prev {
  position: absolute;
  left: 0;
  border-radius: 0 2px 2px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
}

.main-gosuslugi-slider__nav--next {
  position: absolute;
  right: 0;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
}

.main-gosuslugi-slider__pages {
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}

.main-gosuslugi-slider__page {
  display: inline-block;
  background: #e3e3e3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px;
}

.main-gosuslugi-slider__page--selected {
  background: #0064DC;
}

.main-gosuslugi-slider__pages:hover .main-gosuslugi-slider__page--selected {
  background: #e3e3e3;
}

.main-gosuslugi-slider__page:hover {
  background: #0064DC !important;
}


/* Visually impaired - White scheme */

.scheme-white .main-gosuslugi-slider__item {
  background: #fff;
  border: 1px #E1DFDF solid;
  color: #000000;
}

.scheme-white .main-gosuslugi-slider__nav {
  color: #565555;
}

.scheme-white .main-gosuslugi-slider__page--selected {
  background: #565555;
}

.scheme-white .main-gosuslugi-slider__pages:hover .main-gosuslugi-slider__page--selected {
  background: #e3e3e3;
}

.scheme-white .main-gosuslugi-slider__page:hover {
  background: #565555 !important;
}

/* Visually impaired - Black scheme */

.scheme-black .main-gosuslugi__header .button--white:hover {
  color: #000000;
}

.scheme-black .main-gosuslugi-slider__item {
  background: #000000;
  border: 1px #E1DFDF solid;
  color: #ffffff;
}

.scheme-black .main-gosuslugi-slider__nav {
  color: #ffffff;
}

.scheme-black .main-gosuslugi-slider__page--selected {
  background: #565555;
}

.scheme-black .main-gosuslugi-slider__pages:hover .main-gosuslugi-slider__page--selected {
  background: #e3e3e3;
}

.scheme-black .main-gosuslugi-slider__page:hover {
  background: #565555 !important;
}

.scheme-black .main-gosuslugi-slider__nav {
  background: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* Visually impaired - Blue scheme */

.scheme-blue .main-gosuslugi__header .button--white:hover {
  color: #9dd1ff;
}

.scheme-blue .main-gosuslugi-slider__item {
  background: #9dd1ff;
  border: 1px #E1DFDF solid;
  color: #063462;
}

.scheme-blue .main-gosuslugi-slider__nav {
  color: #ffffff;
}

.scheme-blue .main-gosuslugi-slider__page--selected {
  background: #063462;
}

.scheme-blue .main-gosuslugi-slider__pages:hover .main-gosuslugi-slider__page--selected {
  background: #e3e3e3;
}

.scheme-blue .main-gosuslugi-slider__page:hover {
  background: #063462 !important;
}

.scheme-blue .main-gosuslugi-slider__nav {
  background: #9dd1ff;
  color: #063462;
  border: 1px solid #ffffff;
}

/* End */


/* Start:/local/templates/government/components/openregion/news.list/main-widgets/style.css?168329079611070*/
@media (max-width: 767px) {
  .main-widgets {
    display: none;
  }
}

.urban-environment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
}

.urban-environment__link {
  display: flex;
  width: 100%;
  height: 100%;
}

.urban-environment__image {
  width: 100% !important;
}

.urban-environment__image--adaptive {
  display: none !important;
}

@media screen and (max-width: 1500px) {
  .urban-environment__image--adaptive {
    display: unset !important;
  }

  .urban-environment__image--full {
    display: none !important;
  }
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

.orb img {
  width: 100%;
  display: block
}

.orb {
  padding-left: 10px;
  font-size: 20px;
  line-height: 1.3em;
  height: 100%;
}

@media (max-device-width: 767px) {
  .orb {
    font-size: 15px;
    line-height: 1.3em
  }
}

.orb a {
  color: var(--link-color);
  border-bottom: 1px solid var(--link-underline-color);
  text-decoration: none
}
.orb a:hover {
  color: var(--hover-color);
  border-bottom: 1px solid var(--underline-hover-color)
}

.orb p {
  margin-top: 0;
  margin-bottom: 0.5em
}

.orb h1,
.orb h2,
.orb h3,
.orb h4,
.orb h5,
.orb h6 {
  margin: 0
}

.orb h1 {
  font-size: 4.2em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0.4em
}
@media (max-device-width: 767px) {
  .orb h1 {
    font-size: 2.3em
  }
}
.orb h2 {
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 700;
  margin-bottom: 0.5em
}
@media (max-device-width: 767px) {
  .orb h2 {
    font-size: 2.2em
  }
}
.orb h3 {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 0.5em
}
@media (max-device-width: 767px) {
  .orb h3 {
    font-size: 1.6em
  }
}
.orb h4 {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 0.6em;
  font-weight: 900;
  color: #222;
}
.orb h5 {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0.7em
}
.orb h6 {
  font-weight: 600;
  font-size: 0.8em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.7em
}
.orb strong,
.orb b {
  font-weight: 600
}

.orb ul,
.orb ol {
  margin: 0 0 calc(1.3em * 0.75) 0;
  padding: 0
}
.orb ul li,
.orb ol li {
  position: relative;
  margin-bottom: calc(1.3em * 0.5)
}
.orb ul li {
  list-style-type: none;
  padding-left: calc(1.3em * 0.75)
}
.orb ul li:before {
  position: absolute;
  left: 0;
  content: "• "
}
.orb ol {
  padding-left: 1.7em
}
.orb ol li {
  padding-left: 0.2em;
  list-style: decimal outside none
}

.orb button {
  display: inline-block;
  padding: 0.25em 1em 0.35em;
  border: 2px solid var(--accent-color);
  background-color: var(--accent-color);
  color: var(--background-color);
  border-radius: 0.3em;
  font-size: 1em;
  line-height: 1.3em
}
.orb button:focus {
  box-shadow: 0 0 0 5px var(--mark-color);
  outline: none
}
.orb button:hover {
  background-color: var(--hover-color);
  border: 2px solid var(--hover-color)
}

.banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  height: 100%;
  gap: 10px;
}

.banners iframe {
  height: 100%;
  min-height: 400px;
  width: 100%
}

.orb .badge {
  height: 100%;
  display: inline-block;
  position: relative;
  border: 0;
  background: none;
  padding: 0 10px 0 0;
}
.orb .badge img {
  display: block !important;
  width: auto;
  height: 3em;
  border-radius: 0.2em;
}

/* Visually impaired - White scheme */

.scheme-white .bf-1__description,
.scheme-white .bf-1__logo-wrap {
  color: #000;
}

.scheme-white .bf-1__logo {
  filter: brightness(0.5);
}

.scheme-white .banners-column {
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Visually impaired - Black scheme */

.scheme-black .banners-column {
  border: 1px solid #ccc;
  border-radius: 5px;
}



.scheme-black .bf-1__description {
  color: #fff;
}

/* Visually impaired - Blue scheme */

.scheme-blue .bf-1__description {
  color: #063462;
}

.scheme-blue .banners-column {
  border: 1px solid #fff;
  border-radius: 5px;
}

/* Код из сторонних баннеров  */
#js-show-iframe-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 293px;
  max-width: 100%;
  height: 100%;
  background: linear-gradient(138.4deg, #38bafe 26.49%, #2d73bc 79.45%);
  color: #ffffff;
  cursor: pointer
}

#js-show-iframe-wrapper .pos-banner-fluid * {
  box-sizing: border-box
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 {
  display: block;
  width: 240px;
  min-height: 56px;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  background: #0d4cd3;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  outline: 0
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover {
  background: #1d5deb
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus {
  background: #2a63ad
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active {
  background: #2a63ad
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0
  }
  1% {
    display: block;
    opacity: 0
  }
  100% {
    display: block;
    opacity: 1
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0
  }
  1% {
    display: block;
    opacity: 0
  }
  100% {
    display: block;
    opacity: 1
  }
}

@font-face {
  font-family: LatoWebLight;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: LatoWeb;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: LatoWebBold;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: RobotoWebLight;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: RobotoWebRegular;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: RobotoWebBold;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: ScadaWebRegular;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: ScadaWebBold;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: Geometria;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.eot);
  src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.eot?#iefix) format("embedded-opentype"), url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Geometria-ExtraBold;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.eot);
  src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.eot?#iefix) format("embedded-opentype"), url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.ttf) format("truetype");
  font-weight: 900;
  font-style: normal
}

#js-show-iframe-wrapper .bf-2 {
  position: relative;
  display: grid;
  grid-template-columns:var(--pos-banner-fluid-2__grid-template-columns);
  grid-template-rows:var(--pos-banner-fluid-2__grid-template-rows);
  width: 100%;
  max-width: 1060px;
  font-family: LatoWeb, sans-serif;
  box-sizing: border-box
}

#js-show-iframe-wrapper .bf-2__decor {
  grid-column: var(--pos-banner-fluid-2__decor-grid-column);
  grid-row: var(--pos-banner-fluid-2__decor-grid-row);
  padding: var(--pos-banner-fluid-2__decor-padding);
  background: var(--pos-banner-fluid-2__bg-url) var(--pos-banner-fluid-2__bg-position) no-repeat;
  background-size: var(--pos-banner-fluid-2__bg-size)
}

#js-show-iframe-wrapper .bf-2__logo-wrap {
  position: absolute;
  top: var(--pos-banner-fluid-2__logo-wrap-top);
  bottom: var(--pos-banner-fluid-2__logo-wrap-bottom);
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: var(--pos-banner-fluid-2__logo-wrap-padding);
  background: #2d73bc;
  border-radius: var(--pos-banner-fluid-2__logo-wrap-border-radius)
}

#js-show-iframe-wrapper .bf-2__logo {
  width: 128px
}

#js-show-iframe-wrapper .bf-2__slogan {
  font-family: LatoWebBold, sans-serif;
  font-size: var(--pos-banner-fluid-2__slogan-font-size);
  line-height: var(--pos-banner-fluid-2__slogan-line-height);
  color: #ffffff
}

#js-show-iframe-wrapper .bf-2__content {
  padding: var(--pos-banner-fluid-2__content-padding)
}

#js-show-iframe-wrapper .bf-2__description {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px
}

#js-show-iframe-wrapper .bf-2__text {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  font-family: LatoWebBold, sans-serif;
  color: #ffffff
}

#js-show-iframe-wrapper .bf-2__text_small {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: LatoWeb, sans-serif
}

#js-show-iframe-wrapper .bf-2__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center
}

/* End */


/* Start:/local/templates/government/components/openregion/news.list/main-widgets-2/style.css?167471433343130*/
@media (max-width: 767px) {
  .main-widgets-2 {
    display: none;
  }
}

/* Не понимаю что из этого писали мы, а что нам выдали, в общем считаю, что ниже хуета какая-то, а выше добавили мы */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

:root,
.digit-colors {
  --brand-color-1: rgba(12, 34, 72, 1);
  --brand-color-2: rgba(6, 67, 146, 1);
  --brand-color-3: rgba(0, 100, 250, 1);
  --background-RGB: 255, 255, 255;
  --background-color: rgb(var(--background-RGB));
  --text-RGB: 12, 34, 72;
  --text-color: rgb(var(--text-RGB));
  --text-transparent-color: rgba(var(--text-RGB), 0.5);
  --accent-RGB: 0, 100, 220;
  --accent-color: rgb(var(--accent-RGB));
  --surface-RGB: 200, 220, 240;
  --surface-color: rgba(var(--surface-RGB), 0.3);
  --surface-hover-color: rgba(var(--surface-RGB), 0.5);
  --surface-opaque-color: rgba(var(--surface-RGB), 1);
  --link-RGB: 0, 60, 160;
  --link-color: rgb(var(--link-RGB));
  --link-underline-color: rgba(var(--link-RGB), 0.2);
  --hover-RGB: 0, 110, 250;
  --hover-color: rgb(var(--hover-RGB));
  --underline-hover-color: rgba(var(--hover-RGB), 0.2);
  --mark-color: rgba(255, 230, 0, 1);
  --success-color: rgba(60, 180, 0, 1);
  --error-RGB: 180, 0, 60;
  --error-color: rgba(var(--error-RGB), 1);
  --error-surface-color: rgba(var(--error-RGB), 0.1)
}
.steppe-colors {
  --brand-color-1: rgba(0, 5, 66, 1);
  --brand-color-2: rgba(46, 50, 177, 1);
  --brand-color-3: rgba(236, 89, 70, 1);
  --brand-color-4: rgba(248, 212, 206, 1);
  --background-RGB: 255, 255, 255;
  --background-color: rgb(var(--background-RGB));
  --text-RGB: 0, 5, 66;
  --text-color: rgb(var(--text-RGB));
  --accent-RGB: 236, 89, 70;
  --accent-color: rgb(var(--accent-RGB));
  --surface-RGB: 248, 212, 206;
  --surface-color: rgba(var(--surface-RGB), 0.3);
  --surface-hover-color: rgba(var(--surface-RGB), 0.8);
  --surface-opaque-color: rgba(var(--surface-RGB), 1);
  --link-RGB: 46, 50, 177;
  --link-color: rgb(var(--link-RGB));
  --link-underline-color: rgba(var(--link-RGB), 0.2);
  --hover-RGB: 255, 105, 85;
  --hover-color: rgb(var(--hover-RGB));
  --underline-hover-color: rgba(var(--hover-RGB), 0.2);
  --mark-color: rgba(255, 230, 100, 1);
  --success-color: rgba(60, 180, 0, 1);
  --error-RGB: 180, 0, 60;
  --error-color: rgba(var(--error-RGB), 1);
  --error-surface-color: rgba(var(--error-RGB), 0.1)
}
.autumn-colors {
  --brand-color-1: rgb(10, 48, 80);
  --brand-color-2: rgb(0, 74, 155);
  --brand-color-3: rgb(209, 93, 61);
  --brand-color-4: rgb(255, 215, 68);
  --background-RGB: 255, 255, 255;
  --background-color: rgb(var(--background-RGB));
  --text-RGB: 10, 48, 80;
  --text-color: rgb(var(--text-RGB));
  --accent-RGB: 209, 93, 61;
  --accent-color: rgb(var(--accent-RGB));
  --surface-RGB: 223, 215, 213;
  --surface-color: rgba(var(--surface-RGB), 0.5);
  --surface-hover-color: rgba(var(--surface-RGB), 1);
  --surface-opaque-color: rgba(var(--surface-RGB), 1);
  --link-RGB: 0, 74, 155;
  --link-color: rgb(var(--link-RGB));
  --link-underline-color: rgba(var(--link-RGB), 0.2);
  --hover-RGB: 244, 173, 68;
  --hover-color: rgb(var(--hover-RGB));
  --underline-hover-color: rgba(var(--hover-RGB), 0.2);
  --mark-color: rgba(255, 215, 68, 1);
  --success-color: rgba(0, 150, 40, 1);
  --error-RGB: 230, 60, 60;
  --error-color: rgba(var(--error-RGB), 1);
  --error-surface-color: rgba(var(--error-RGB), 0.2)
}
.card-colors {
  --brand-color-1: rgb(0, 20, 40);
  --brand-color-2: rgb(0, 60, 190);
  --brand-color-3: rgb(253, 47, 75);
  --brand-color-4: rgb(255, 225, 0);
  --background-RGB: 255, 255, 255;
  --background-color: rgb(var(--background-RGB));
  --text-RGB: 0, 20, 40;
  --text-color: rgb(var(--text-RGB));
  --accent-RGB: 253, 47, 75;
  --accent-color: rgb(var(--accent-RGB));
  --surface-RGB: 233, 221, 229;
  --surface-color: rgba(var(--surface-RGB), 0.5);
  --surface-hover-color: rgba(var(--surface-RGB), 1);
  --surface-opaque-color: rgba(var(--surface-RGB), 1);
  --link-RGB: 0, 60, 190;
  --link-color: rgb(var(--link-RGB));
  --link-underline-color: rgba(var(--link-RGB), 0.2);
  --hover-RGB: 175, 208, 20;
  --hover-color: rgb(var(--hover-RGB));
  --underline-hover-color: rgba(var(--hover-RGB), 0.2);
  --mark-color: rgba(255, 225, 0, 1);
  --success-color: rgba(0, 150, 40, 1);
  --error-RGB: 220, 0, 20;
  --error-color: rgba(var(--error-RGB), 1);
  --error-surface-color: rgba(var(--error-RGB), 0.2)
}
.active-colors {
  --brand-color-1: rgba(240, 240, 240, 1);
  --brand-color-2: rgba(0, 200, 50, 1);
  --brand-color-3: rgba(0, 50, 200, 1);
  --brand-color-4: rgba(15, 15, 15, 1);
  --background-RGB: 255, 255, 255;
  --background-color: rgb(var(--background-RGB));
  --text-RGB: 40, 40, 40;
  --text-color: rgb(var(--text-RGB));
  --accent-RGB: 0, 180, 45;
  --accent-color: rgb(var(--accent-RGB));
  --surface-RGB: 240, 240, 240;
  --surface-color: rgba(var(--surface-RGB), 0.5);
  --surface-hover-color: rgba(var(--surface-RGB), 1);
  --surface-opaque-color: rgba(var(--surface-RGB), 1);
  --link-RGB: 0, 50, 200;
  --link-color: rgb(var(--link-RGB));
  --link-underline-color: rgba(var(--link-RGB), 0.2);
  --hover-RGB: 0, 200, 50;
  --hover-color: rgb(var(--hover-RGB));
  --underline-hover-color: rgba(var(--hover-RGB), 0.2);
  --mark-color: rgba(255, 230, 0, 1);
  --success-color: rgba(0, 150, 40, 1);
  --error-RGB: 220, 0, 0;
  --error-color: rgba(var(--error-RGB), 1);
  --error-surface-color: rgba(var(--error-RGB), 0.1);
  color: var(--text-color)
}

.orb-2 img {
  width: 100%;
  display: block
}
.orb-2 .wrapper {
  position: relative;
  width: 70%;
  margin: 0 auto
}
@media (max-device-width: 767px) {
  .orb-2 .wrapper {
    width: 100%;
    padding: 0 1em
  }
}
.orb-2 .wrapper.full-width {
  width: 100%;
  padding: 0 1em
}
.orb-2 .wrapper.edge-to-edge {
  width: 100%
}
@media (min-device-width: 768px) {
  .orb-2 .wrapper.shift-right {
    padding-left: 6em
  }
}
@media (min-device-width: 768px) {
  .orb-2 .wrapper.shift-left {
    padding-right: 6em
  }
}
.orb-2 .orb__header {
  position: relative;
  padding: 1em 1.2em;
  display: flex;
  justify-content: space-between
}
@media (max-device-width: 767px) {
  .orb-2 .orb__header {
    padding: 0.8em 0.6em
  }
}
.orb-2 .orb__header .orb__identity {
  display: flex;
  border-bottom: none
}
.orb-2 .orb__header .orb__identity .orb__identity-item {
  margin-right: 0.4em
}
@media (max-device-width: 767px) {
  .orb-2 .orb__header .orb__identity .orb__identity-item {
    margin-right: 0.2em
  }
}
.orb-2 .orb__header .orb__identity .orb__identity-item .orb-2-emblem {
  width: 4em
}
@media (max-device-width: 767px) {
  .orb-2 .orb__header .orb__identity .orb__identity-item .orb-2-emblem {
    width: 2em
  }
}
.orb-2 .orb__header .orb__identity .orb__identity-item .orb-2-emblem .st0 {
  fill: var(--brand-color-3)
}
.orb-2 .orb__header .orb__identity .orb__identity-item .orb-2-logo {
  width: 4em
}
@media (max-device-width: 767px) {
  .orb-2 .orb__header .orb__identity .orb__identity-item .orb-2-logo {
    width: 2em
  }
}
@media (max-device-width: 767px) {
  .orb-2 .orb__header .orb__identity .orb__identity-item .orb-2-logo-caption {
    font-size: 0.81em;
    margin-top: 0.1em;
    margin-left: 0.4em;
    line-height: 1.3em
  }
}
@media (max-device-width: 767px) {
  .orb-2 .orb__js-nav {
    position: fixed;
    top: 0.5em;
    right: 100%;
    padding: 1em 1em 5em 1em;
    width: 60%;
    background-color: white;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.5s ease;
    box-shadow: 0 1em 2em 0 rgba(var(--text-RGB), 0.2);
    border-radius: 0.3em
  }
}
@media (max-device-width: 767px) {
  .orb-2 .orb__js-nav a,
  .orb-2 .orb__js-nav span {
    display: block;
    border: none;
    margin: 0.2em;
    padding: 0.3em
  }
}
.orb-2 .orb__js-nav a:hover,
.orb-2 .orb__js-nav span:hover {
  border: none
}
.orb-2 .orb__js-nav .orb__js-nav-close {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  margin: 0;
  border: none;
  padding: 0;
  font-size: 3em;
  border-bottom: 0
}
@media (min-device-width: 768px) {
  .orb-2 .orb__js-nav .orb__js-nav-close {
    display: none
  }
}
.orb-2 .orb__js-nav.visible {
  right: 0.5em;
  opacity: 1
}
.orb-2 .orb__nav-hambourger {
  position: absolute;
  top: 0.15em;
  right: 0.1em;
  font-size: 3.5em;
  font-weight: 500;
  padding: 0.05em 0.2em 0;
  line-height: 0.6;
  border-bottom: 0
}
.orb-2 .orb__nav-hambourger:hover {
  border-bottom: 0
}
@media (min-device-width: 768px) {
  .orb-2 .orb__nav-hambourger {
    display: none
  }
}
.orb-2 .orb__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 7em;
  padding: 1em 1em 1.5em;
  border-top: 3px solid rgba(var(--surface-RGB), 1)
}
.orb-2 .orb__footer .orb__identity {
  display: flex;
  border-bottom: none;
  margin-right: 1em
}
@media (max-device-width: 767px) {
  .orb-2 .orb__footer .orb__identity {
    display: none
  }
}
.orb-2 .orb__footer .orb__identity .orb__identity-item {
  margin-right: 0.4em
}
.orb-2 .orb__footer .orb__identity .orb__identity-item .orb-2-emblem {
  width: 2em
}
.orb-2 .orb__footer .orb__identity .orb__identity-item .orb-2-emblem .st0 {
  fill: var(--brand-color-3)
}
.orb-2 .orb__footer .orb__identity .orb__identity-item .orb-2-logo {
  width: 2em
}
.orb-2 .orb__footer .orb__footer-nav {
  width: 65%;
  margin-right: 1em
}
@media (max-device-width: 767px) {
  .orb-2 .orb__footer .orb__footer-nav {
    width: 50%
  }
}
.orb-2 .orb__footer .orb__footer-nav .links {
  margin-bottom: 0.7em
}
.orb-2 .orb__footer .orb__footer-nav .orb__footer-nav-item {
  display: inline-block;
  margin: 0 1em 0.5em 0
}
.orb-2 .orb__footer .orb__footer-contact {
  width: 35%
}
@media (max-device-width: 767px) {
  .orb-2 .orb__footer .orb__footer-contact {
    width: 50%
  }
}
.orb-2 .orb__footer section {
  margin: 0.4em 0 0.8em
}
.orb-2 .orb__promo-container {
  padding: 0 1.2em
}
@media (max-device-width: 767px) {
  .orb-2 .orb__promo-container {
    padding: 0.6em
  }
}
.orb-2 .orb__promo {
  position: relative;
  background-color: var(--surface-color);
  height: 26em;
  padding: 1.5em;
  overflow: hidden;
  border-radius: 0.5em
}
@media (max-device-width: 767px) {
  .orb-2 .orb__promo {
    padding: 0.5em
  }
}
.orb-2 .orb__promo .orb__promo-image {
  position: absolute;
  left: 35%;
  width: 75%;
  top: 5.5em
}
@media (max-device-width: 767px) {
  .orb-2 .orb__promo .orb__promo-image {
    left: 3%;
    width: 103%;
    top: 6em
  }
}
.orb-2 .orb__promo .orb__promo-image img {
  width: 100%
}
.orb-2 .orb__promo .orb__promo-title {
  position: relative
}
.orb-2 .orb__promo .orb__promo-nav {
  position: absolute;
  display: flex;
  left: 1.5em;
  right: 0.5em;
  bottom: 2.5em
}
.orb-2 .orb__promo .orb__promo-nav .orb__promo-nav-item {
  width: 25%;
  border-bottom: 0;
  font-size: 1.2em;
  line-height: 1.3em;
  padding: 0.6em 0.9em 0.8em;
  background-color: rgba(var(--surface-RGB), 0.5);
  backdrop-filter: blur(1em);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease
}
.orb-2 .orb__promo .orb__promo-nav .orb__promo-nav-item:hover {
  background-color: rgba(var(--surface-RGB), 0.7);
  transition: background-color 0s ease
}
.orb-2 .orb__promo .orb__promo-nav .orb__promo-nav-item:first-child {
  background-color: var(--accent-color);
  color: var(--background-color);
  border-radius: 0.5em 0 0 0.5em;
  border-right: none
}
.orb-2 .orb__promo .orb__promo-nav .orb__promo-nav-item:first-child:hover {
  background-color: rgba(var(--hover-RGB), 1)
}
.orb-2 .orb__promo .orb__promo-nav .orb__promo-nav-item:last-child {
  border-radius: 0 0.5em 0.5em 0;
  border-right: none
}
.orb-2 .orb__grid {
  margin-top: calc(1.3em * 1);
  display: flex;
  flex-wrap: wrap
}
.orb-2 .orb__grid.orb__grid-align-bottom {
  align-items: flex-end
}
.orb-2 .orb__grid.orb__grid-size-XXL .orb__grid-cell {
  width: calc(100% / 2)
}
@media (max-device-width: 767px) {
  .orb-2 .orb__grid.orb__grid-size-XXL .orb__grid-cell {
    width: 100%
  }
}
.orb-2 .orb__grid.orb__grid-size-XL .orb__grid-cell {
  width: calc(100% / 3)
}
@media (max-device-width: 767px) {
  .orb-2 .orb__grid.orb__grid-size-XL .orb__grid-cell {
    width: 100%
  }
}
.orb-2 .orb__grid.orb__grid-size-L .orb__grid-cell {
  width: calc(100% / 4)
}
@media (max-device-width: 767px) {
  .orb-2 .orb__grid.orb__grid-size-L .orb__grid-cell {
    width: calc(100% / 2)
  }
}
.orb-2 .orb__grid.orb__grid-size-M .orb__grid-cell {
  width: calc(100% / 5)
}
@media (max-device-width: 767px) {
  .orb-2 .orb__grid.orb__grid-size-M .orb__grid-cell {
    width: calc(100% / 3)
  }
}
.orb-2 .orb__grid.orb__grid-size-S .orb__grid-cell {
  width: calc(100% / 6)
}
@media (max-device-width: 767px) {
  .orb-2 .orb__grid.orb__grid-size-S .orb__grid-cell {
    width: calc(100% / 3)
  }
}
.orb-2 .orb__grid.orb__grid-size-XS .orb__grid-cell {
  width: calc(100% / 7)
}
@media (max-device-width: 767px) {
  .orb-2 .orb__grid.orb__grid-size-XS .orb__grid-cell {
    width: calc(100% / 4)
  }
}
.orb-2 .orb__grid.orb__grid-size-XXS .orb__grid-cell {
  width: calc(100% / 8)
}
@media (max-device-width: 767px) {
  .orb-2 .orb__grid.orb__grid-size-XXS .orb__grid-cell {
    width: calc(100% / 4)
  }
}
.orb-2 .orb__grid.orb__grid-inset-L .orb__grid-cell {
  padding-right: calc(1.3em * 2);
  padding-bottom: calc(1.3em * 2)
}
.orb-2 .orb__grid.orb__grid-inset-M .orb__grid-cell {
  padding-right: calc(1.3em * 1);
  padding-bottom: calc(1.3em * 1)
}
.orb-2 .orb__grid.orb__grid-inset-S .orb__grid-cell {
  padding-right: calc(1.3em * 0.5);
  padding-bottom: calc(1.3em * 0.5)
}
.orb-2 .orb__grid .orb__grid-cell {
  width: 50%
}
.orb-2 .orb__grid .orb__grid-cell.orb__grid-cell-align-bottom {
  align-self: flex-end
}
@media (max-device-width: 767px) {
  .orb-2 .orb__grid .orb__grid-cell {
    width: 100%
  }
}
.orb-2 .orb__nav-card {
  display: block;
  padding: 0.8em 1em 1.2em 0.8em;
  background-color: var(--surface-color);
  border-bottom: none;
  height: 100%;
  transition: background-color 0.5s ease, color 0.5s ease
}
.orb-2 .orb__nav-card .orb__nav-card__icon svg {
  width: 2em;
  margin-bottom: 0.5em
}
.orb-2 .orb__nav-card .orb__nav-card__icon svg path {
  fill: var(--link-color);
  transition: fill 0.5s ease
}
.orb-2 .orb__nav-card:hover {
  border-bottom: none;
  background-color: var(--surface-hover-color);
  transition: background-color 0s ease, color 0s ease
}
.orb-2 .orb__nav-card:hover .orb__nav-card__icon svg path {
  fill: var(--hover-color);
  transition: fill 0s ease
}

.orb-2 {
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 1.3em;
}

@media (max-device-width: 767px) {
  .orb-2 {
    font-size: 15px;
    line-height: 1.3em
  }
}
.orb-2 section {
  margin-top: 3em
}
.orb-2 section._S {
  margin-top: 1em
}
.orb-2 section._L {
  margin-top: 5em
}
.orb-2 a {
  color: var(--link-color);
  border-bottom: 1px solid var(--link-underline-color);
  text-decoration: none
}
.orb-2 a:hover {
  color: var(--hover-color);
  border-bottom: 1px solid var(--underline-hover-color)
}
.orb-2 .orb__button-link {
  display: inline-block;
  padding: 0.25em 1em 0.35em;
  border: 2px solid var(--link-underline-color);
  border-radius: 0.3em
}
.orb-2 .orb__button-link:hover {
  border: 2px solid var(--underline-hover-color)
}
.orb-2 .orb__button-link.orb__button-link-accent {
  border: 2px solid var(--accent-color);
  background-color: var(--accent-color);
  color: var(--background-color)
}
.orb-2 .orb__button-link.orb__button-link-accent:hover {
  border: 2px solid var(--hover-color);
  background-color: var(--hover-color);
  color: #FFF !important;
}
.orb-2 .orb__button-link.orb__button-link-light-accent {
  border: 2px solid rgba(var(--accent-RGB), 0.4);
  color: var(--accent-color)
}
.orb-2 .orb__button-link.orb__button-link-light-accent:hover {
  border: 2px solid rgba(var(--hover-RGB), 0.4);
  color: var(--hover-color)
}
.orb-2 p {
  margin-top: 0;
  margin-bottom: 0.5em
}
.orb-2 .orb__text-L {
  font-size: 1.3em;
  line-height: 1.3em
}
.orb-2 .orb__text-S {
  font-size: 0.85em;
  line-height: 1.3em
}
@media (max-device-width: 767px) {
  .orb-2 .orb__text-S {
    line-height: 1.4
  }
}
.orb-2 .orb__text-XS {
  font-size: 0.7em;
  line-height: 1.3em
}
.orb-2 .orb__lead {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: calc(1.3em * 0.4)
}
@media (max-device-width: 767px) {
  .orb-2 .orb__lead {
    font-size: 1em;
    line-height: 1.3em
  }
}
.orb-2 h1,
.orb-2 h2,
.orb-2 h3,
.orb-2 h4,
.orb-2 h5,
.orb-2 h6 {
  margin: 0
}
.orb-2 h1 mark,
.orb-2 h2 mark,
.orb-2 h3 mark,
.orb-2 h4 mark,
.orb-2 h5 mark,
.orb-2 h6 mark {
  background: none;
  box-shadow: inset 0 -0.15em var(--background-color), inset 0 -0.5em var(--mark-color)
}
.orb-2 h1 {
  font-size: 4.2em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0.4em
}
@media (max-device-width: 767px) {
  .orb-2 h1 {
    font-size: 2.3em
  }
}
.orb-2 h2 {
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 700;
  margin-bottom: 0.5em
}
@media (max-device-width: 767px) {
  .orb-2 h2 {
    font-size: 2.2em
  }
}
.orb-2 h3 {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 0.5em
}
@media (max-device-width: 767px) {
  .orb-2 h3 {
    font-size: 1.6em
  }
}
.orb-2 h4 {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 0.6em;
  font-weight: 900;
  color: #222;
}
.orb-2 h5 {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0.7em
}
.orb-2 h6 {
  font-weight: 600;
  font-size: 0.8em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.7em
}
.orb-2 strong,
.orb-2 b {
  font-weight: 600
}
.orb-2 mark {
  color: var(--text-color);
  background-color: var(--mark-color)
}
.orb-2 ul,
.orb-2 ol {
  margin: 0 0 calc(1.3em * 0.75) 0;
  padding: 0
}
.orb-2 ul li,
.orb-2 ol li {
  position: relative;
  margin-bottom: calc(1.3em * 0.5)
}
.orb-2 ul li {
  list-style-type: none;
  padding-left: calc(1.3em * 0.75)
}
.orb-2 ul li:before {
  position: absolute;
  left: 0;
  content: "• "
}
.orb-2 ol {
  padding-left: 1.7em
}
.orb-2 ol li {
  padding-left: 0.2em;
  list-style: decimal outside none
}
.orb-2 blockquote {
  font-size: 1.4em;
  line-height: 1.3em;
  margin: 0;
  padding-left: calc(1.3em * 0.75);
  margin-bottom: 1.3em
}
.orb-2 aside {
  margin: 0;
  margin-bottom: 1em;
  background: var(--surface-color);
  padding: calc(1.3em * 0.75);
  padding-top: calc(1.3em * 0.6);
  padding-right: calc(1.3em * 2);
  border-radius: 0.2em
}
.orb-2 code {
  font-weight: 500;
  padding: 0.1em;
  background: var(--surface-color);
  color: var(--code-color)
}
.orb-2 figure {
  margin: 0 0 calc(1.3em * 0.5) 0
}
.orb-2 figure.orb__figure__XXS {
  width: 25%
}
.orb-2 figure.orb__figure__XS {
  width: 50%
}
.orb-2 figure.orb__figure__S {
  width: 75%
}
.orb-2 figure img {
  width: 100%
}
.orb-2 figure figcaption {
  margin-top: calc(1.3em * 0.75);
  font-size: 0.85em;
  line-height: 1.3em;
  opacity: 0.7
}
.orb-2 details {
  padding: 0.5em;
  cursor: pointer;
  border: 1px solid var(--divider-color);
  border-radius: 0.2em;
}
.orb-2 .orb__error-color {
  color: var(--error-color)
}
.orb-2 .orb__success-color {
  color: var(--success-color)
}
.orb-2 .orb__label {
  display: inline-block;
  padding: 0.1em;
  background-color: var(--accent-color);
  color: var(--on-accent-color);
  border-radius: 0.2em
}
.orb-2 .orb__label.orb__label-outline {
  background-color: var(--on-accent-color);
  color: theme-color(main-color);
  border: 2px solid var(--accent-color)
}
.orb-2 .orb__label.orb__label-S {
  font-size: 0.9em
}
.orb-2 .orb__narrow-text-column {
  width: 65%
}
@media (max-device-width: 767px) {
  .orb-2 .orb__narrow-text-column {
    width: 100%
  }
}
.orb-2 button {
  display: inline-block;
  padding: 0.25em 1em 0.35em;
  border: 2px solid var(--accent-color);
  background-color: var(--accent-color);
  color: var(--background-color);
  border-radius: 0.3em;
  font-size: 1em;
  line-height: 1.3em
}
.orb-2 button:focus {
  box-shadow: 0 0 0 5px var(--mark-color);
  outline: none
}
.orb-2 button:hover {
  background-color: var(--hover-color);
  border: 2px solid var(--hover-color)
}
.orb-2 input[type="text"],
.orb-2 input[type="number"] {
  display: inline-block;
  width: 100%;
  padding: 0.4em 0.4em 0.45em;
  border: none;
  background-color: var(--surface-color);
  color: var(--text-color);
  border-radius: 0.3em
}
.orb-2 input[type="text"]::placeholder,
.orb-2 input[type="number"]::placeholder {
  color: var(--text-transparent-color)
}
.orb-2 input[type="text"]:focus,
.orb-2 input[type="number"]:focus {
  box-shadow: 0 0 0 5px var(--mark-color);
  outline: none
}
.orb-2 .orb__radiogroup-line {
  display: flex;
  margin-bottom: 0.5em
}
.orb-2 .orb__radiogroup-line .option input {
  display: none
}
.orb-2 .orb__radiogroup-line .option input:checked+label {
  background-color: var(--accent-color);
  color: var(--background-color)
}
.orb-2 .orb__radiogroup-line .option label {
  display: block;
  padding: 0.3em 0.5em 0.4em;
  background-color: var(--surface-color)
}
.orb-2 .orb__radiogroup-line .option label:hover {
  background-color: var(--surface-hover-color)
}
.orb-2 .orb__radiogroup-line .option:first-child label {
  border-radius: 0.3em 0 0 0.3em;
  padding-left: 0.8em
}
.orb-2 .orb__radiogroup-line .option:last-child label {
  border-radius: 0 0.3em 0.3em 0;
  padding-right: 0.8em
}
.orb-2 .orb__checkbox {
  display: flex;
  margin-bottom: 0.5em
}
.orb-2 .orb__checkbox label {
  display: inline-block;
  margin-top: -0.2em;
  padding-left: 0.3em
}
.orb-2 .orb__checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid rgba(var(--text-RGB), 0.4);
  border-radius: 0.2em;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
  flex-shrink: 0;
  overflow: hidden
}
.orb-2 .orb__checkbox input[type="checkbox"]:hover {
  border: 1px solid rgba(var(--text-RGB), 1)
}
.orb-2 .orb__checkbox input[type="checkbox"]:checked {
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color)
}
.orb-2 .orb__checkbox input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.6em;
  border-right: 2px solid var(--background-color);
  border-bottom: 2px solid var(--background-color);
  left: 0.25em;
  top: 0.025em;
  transform: rotate(45deg)
}
@media (max-device-width: 767px) {
  .orb-2 .orb__checkbox input[type="checkbox"]:checked:before {
    left: 0.2em;
    top: 0.08em
  }
}
.orb-2 .orb__checkbox input[type="checkbox"]:focus {
  box-shadow: 0 0 0 5px var(--mark-color);
  outline: none
}
.orb-2 .orb__error {
  position: relative;
  padding: calc(1.3em * 0.75);
  padding-top: calc(1.3em * 0.6);
  padding-right: calc(1.3em * 2);
  border-radius: 0.2em;
  color: var(--error-color);
  background-color: var(--error-surface-color)
}
.orb-2 .orb__error:after {
  content: "×";
  font-size: 1.5em;
  position: absolute;
  top: calc(1.3em * 0.2);
  right: calc(1.3em * 0.3)
}
.orb-2 .orb__nav a,
.orb-2 .orb__nav span {
  margin-right: 0.8em
}
.orb-2 .orb__nav a:last-child,
.orb-2 .orb__nav span:last-child {
  margin-right: 0
}
.orb-2 .orb__nav span {
  font-weight: 700
}
.orb-2 .orb__icons-nav {
  margin: 2em 0 1em;
  display: flex;
  flex-wrap: wrap
}
.orb-2 .orb__icons-nav a {
  width: 7.5em;
  border-bottom: none;
  padding-right: 2.5em
}
.orb-2 .orb__icons-nav a figure figcaption {
  margin-top: 0.5em;
  opacity: 1
}
.orb-2 .orb__icons-nav a:hover img {
  filter: brightness(1.4)
}
.orb-2 .orb__cards-menu {
  margin: 2em 0 1em;
  display: flex;
  flex-wrap: wrap
}
.orb-2 .orb__cards-menu a {
  position: relative;
  width: 14em;
  height: 10em;
  padding: 0.8em;
  border-bottom: none;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  background-color: var(--surface-color)
}
.orb-2 .orb__cards-menu a figure img {
  position: absolute;
  bottom: 0.8em;
  left: 0.8em;
  height: 1.8em
}
.orb-2 .orb__cards-menu a figure figcaption {
  margin-top: 0;
  opacity: 1;
  color: var(--text-color)
}
.orb-2 .orb__cards-menu a:hover {
  background-color: var(--surface-hover-color)
}
.orb-2 .orb__cards-menu a:hover figcaption {
  color: var(--hover-color)
}
.orb-2 .orb__links-list {
  margin: 1em 0;
  max-width: 32em
}
.orb-2 .orb__links-list a {
  display: flex;
  padding: 0.2em 0.2em 0.6em 0.2em;
  margin-bottom: 0.3em
}
.orb-2 .orb__links-list a .orb__link-caption {
  width: 50%;
  padding-right: 1em;
  color: var(--text-color)
}
.orb-2 .orb__links-list a .orb__link-text {
  width: 50%;
  color: var(--link-color)
}
.orb-2 .orb__links-list a .orb__link-text:after {
  content: "↗";
  position: relative;
  bottom: -0.05em;
  margin-left: 0.5em;
  font-size: 0.7em
}
.orb-2 .orb__links-list a:hover {
  border-radius: 0.3em;
  background-color: var(--surface-hover-color)
}
.orb-2 .orb-2-dark {
  color: var(--background-color);
  background-color: var(--text-color)
}
.orb-2 .orb-2-dark a {
  color: var(--background-color);
  border-bottom: 1px solid rgba(var(--background-color-RGB-components), 0.3);
  text-decoration: none
}
.orb-2 .orb-2-dark a:hover {
  color: var(--hover-color);
  border-bottom: 1px solid rgba(var(--hover-color-RGB-components), 0.6)
}

.top {
  background-color: var(--surface-opaque-color)
}
.top .top-header {
  padding: 1.1em 1.2em;
  display: flex;
  justify-content: space-between
}
.top .top-content {
  margin-top: 1em;
  margin-left: 2em;
  width: 60%;
  padding: 1.1em 1.2em
}
.logos {
  display: flex
}
.logos .orb-2-emblem {
  width: 3.8em
}
.logos .orb-2-emblem .st0 {
  fill: var(--text-color)
}
.logos .project-logo {
  min-width: 3.8em;
  margin-left: 1.8em;
  padding-top: 0.25em;
  margin-right: 0.6em
}
.logos .project-caption h1 {
  margin: 0;
  padding-top: 0.1em;
  font-size: 1.4em;
  line-height: 0.95;
  font-weight: 700
}
.oc-top {
  background-image: url("http://orb.intuition.team/images/identity/OC-header-image.png");
  background-repeat: no-repeat;
  background-size: 97%;
  background-position: 50% 80%;
  height: 28em
}
.ag-top {
  background-image: url("http://orb.intuition.team/images/identity/AG-top-image.png");
  background-repeat: no-repeat;
  background-size: 63%;
  background-position: 95% 80%;
  height: 28em
}
.ag-top .logos .project-logo {
  width: 4.1em;
  margin-left: 1.5em;
  margin-right: 0.4em
}

.sidebar {
  position: fixed;
  top: 0;
  width: 14em;
  padding: 1em
}
@media (max-device-width: 767px) {
  .sidebar {
    position: static;
    margin: 1em;
    padding: 1em;
    background-color: var(--surface-color)
  }
}
.nav {
  margin-bottom: 1.5em
}
.nav .nav-header {
  display: flex
}
.nav .nav-header .nav-emblem {
  width: 6em
}
.nav .nav-link {
  margin: 0.5em 0
}
.orb-2 .sidebar-controls.hidden {
  display: none
}
@media (max-device-width: 767px) {
  .orb-2 .sidebar-controls {
    display: none
  }
}
.orb-2 .sidebar-controls .sidebar-em-converter {
  margin-bottom: 0.5em
}
.orb-2 .sidebar-controls .sidebar-em-converter label {
  display: inline-block;
  padding: 0.4em 0 0.4em 0.7em;
  background-color: var(--surface-color);
  border-radius: 0.3em 0 0 0.3em
}
.orb-2 .sidebar-controls .sidebar-em-converter input {
  width: 4em;
  top: 0;
  padding-top: 0.4em;
  border-radius: 0 0.3em 0.3em 0
}
.orb-2 .sidebar-controls .sidebar-em-converter span {
  padding-top: 0.4em
}
.palette {
  display: flex;
  flex-wrap: wrap
}
.palette.hidden {
  display: none
}
.palette.brand-palette {
  margin: 1.5em 0 2em -1.2em
}
@media (max-device-width: 767px) {
  .palette.brand-palette {
    margin: 1em 0 3em 0
  }
}
.palette.brand-palette .brand-palette-sample {
  width: 13em;
  height: 13em;
  border-radius: 50%;
  margin-right: -2em;
  padding: 3.5em 1.2em
}
.palette.brand-palette .brand-palette-sample .rgb,
.palette.brand-palette .brand-palette-sample .cmyk {
  font-size: 0.8em
}
@media (max-device-width: 767px) {
  .palette.brand-palette .brand-palette-sample .rgb,
  .palette.brand-palette .brand-palette-sample .cmyk {
    font-size: 0.8em
  }
}
@media (max-device-width: 767px) {
  .palette.brand-palette .brand-palette-sample {
    width: 12em;
    height: 12em;
    margin-right: -1.5em;
    margin-bottom: -1.5em;
    padding: 3em 1.5em
  }
}
.palette.interface-palette {
  margin-bottom: 1em
}
.palette.interface-palette .palette-bar {
  width: 25%;
  height: 5em;
  padding: calc(1.3em * 0.4) calc(1.3em * 0.5)
}
@media (max-device-width: 767px) {
  .palette.interface-palette .palette-bar {
    width: 50%
  }
}
.palette.interface-palette .palette-bar.half-width {
  width: 12.5%
}
@media (max-device-width: 767px) {
  .palette.interface-palette .palette-bar.half-width {
    width: 25%
  }
}
.palette.interface-palette .palette-bar .rgb {
  font-size: 0.8em
}
@media (max-device-width: 767px) {
  .palette.interface-palette .palette-bar .rgb {
    font-size: 0.8em
  }
}
.font-letter {
  font-size: 2.5em;
  line-height: calc(1.3em / 1.2);
  margin-bottom: 0.5em
}
.font-letter.regular {
  font-weight: 400
}
.font-letter.medium {
  font-weight: 600
}
.font-letter.bold {
  font-weight: 700
}
@media (max-device-width: 767px) {
  .font-letter {
    font-size: 2.2em
  }
}
.props {
  margin-top: 1.5em;
  width: 100%;
  display: flex;
  flex-wrap: wrap
}
@media (max-device-width: 767px) {
  .props {
    display: none
  }
}
.props .prop {
  width: 10em;
  margin-bottom: 0.5em
}
.props .prop.double-width {
  width: 20em
}
.props .prop .prop-caption {
  font-size: 0.75em;
  line-height: 1em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid rgba(var(--text-color-RGB-components), 0.1);
  margin-bottom: 0.5em
}
.props .prop .value {
  display: inline-block;
  margin: 0 0.5em 0.5em 0
}
.props .prop .value .em::after {
  content: " em "
}
.props .prop .value .px::after {
  content: " px "
}
.props .prop .value .em,
.props .prop .value .px {
  display: inline
}
.props .prop .value.arrow-up .em::before,
.props .prop .value.arrow-up .px::before {
  content: "↑ "
}
.props .prop .value.arrow-right .em::before,
.props .prop .value.arrow-right .px::before {
  content: "→ "
}
.props .prop .value.arrow-down .em::before,
.props .prop .value.arrow-down .px::before {
  content: "↓ "
}
.props .prop .value.arrow-left .em::before,
.props .prop .value.arrow-left .px::before {
  content: "← "
}
h3 u {
  text-decoration: none;
  color: rgba(var(--text-color-RGB-components), 0.2)
}
.orb-2 .units-selector {
  display: inline-flex;
  margin-right: 3em
}
.orb-2 .em-converter {
  display: none
}
.orb-2 .em-converter.visible {
  display: inline-flex
}
.orb-2 .em-converter input {
  position: relative;
  width: 5em;
  top: -0.28em
}
.crest {
  padding-right: 30%
}
.crest .st0 {
  fill: var(--text-color)
}
.logo-plate {
  padding: 1.5em 2em 2em;
  display: flex;
  background-color: var(--surface-color)
}
.logo-plate .logo {
  width: 50%;
  display: flex
}
.logo-plate .emblem {
  width: 3.8em;
  margin-top: 0.2em
}
.logo-plate .emblem.shield {
  margin-top: 0.7em;
  width: 1.9em
}
.logo-plate .emblem svg .st0 {
  fill: var(--text-color)
}
.logo-plate .caption {
  width: 30%;
  font-size: 1.1em;
  margin-top: 0.5em;
  margin-left: 0.5em
}
.marten {
  padding-top: 5em
}
.marten svg {
  margin: 0 -1em
}
.marten .st0 {
  fill: var(--text-color)
}
.map-container {
  position: relative
}
.map-container .map-controls {
  position: absolute;
  bottom: 3em;
  right: 3em;
  width: 13em;
  background-color: var(--background-color);
  padding: 1em;
  border-radius: 0.3em
}
.checkboxes {
  margin-bottom: 1.5em
}
@media screen and (max-width: 1200px) {
  .small-at-1000 {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.3em
  }
}
.banners-2 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  gap: 10px;
}

/* ag-widget */

.ag-widget {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 25px 30px;
  height: 100%;
  color: var(--text-color);
  background: url("/local/templates/government/images/main-widgets/ag-widget_blurred-bg.png") no-repeat center #F3F3F3;
  overflow: hidden;
}

.ag-widget .buttons {
  position: absolute;
  bottom: 25px;
}

.ag-widget .button {
  margin: 0.5em 0;
  padding: 0;
}
.ag-widget .orb__button-link {
  display: block;
  cursor: pointer;
  background: #0d4cd3;
  color: #fff;
  outline: 0;
  width: max-content;
  border-radius: 30px;
}

.apps p {
  font-size: 0.8em;
  line-height: 1.3em
}

.orb-2 .badge:hover {
  border: 0
}
.orb-2 .badge:hover img {
  position: relative;
  z-index: 1;
  filter: brightness(0.8) invert(0.1)
}
.orb-2 .badge img {
  display: none !important;
  width: auto;
  height: 2em;
  border-radius: 0.2em
}
.problem-form {
  display: flex;
  font-size: 1.2em
}
@media (max-device-width: 767px) {
  .problem-form {
    flex-wrap: wrap
  }
}
.problem-form input {
  margin-right: 0.3em
}
@media (max-device-width: 767px) {
  .problem-form input {
    width: 100%;
    margin-bottom: 0.5em
  }
}
a.vote-promo {
  display: block;
  padding: 1em 3em 1em 1em;
  background-color: rgba(var(--surface-RGB), 0.5);
  color: var(--text-color);
  border-bottom: 0;
  height: 100%
}
a.vote-promo .fake-button {
  margin-top: 0.3em;
  display: inline-block;
  padding: 0.3em 1em 0.4em;
  background-color: var(--accent-color);
  color: var(--background-color);
  border-radius: 0.3em
}
a.vote-promo .fake-button.big {
  font-size: 1.3em;
  line-height: 1.3em
}
a.vote-promo:hover {
  background-color: rgba(var(--surface-RGB), 0.7);
  color: var(--text-color);
  border-bottom: 0
}
a.vote-promo:hover .fake-button {
  background-color: var(--hover-color)
}
.orb__window {
  position: relative;
  background-color: var(--background-color);
  border-radius: 0.3em;
  padding: 1.2em 1.5em 1.5em 1.2em;
  box-shadow: 0 0.5em 1.5em 0 rgba(var(--text-RGB), 0.1)
}
.orb__window:after {
  content: "×";
  position: absolute;
  font-size: 1.5em;
  line-height: 1.3em;
  opacity: 0.4;
  top: 0.15em;
  right: 0.4em;
  z-index: 1
}
.letters-header {
  padding: 1em 1.1em;
  background-color: var(--surface-color)
}
.letters-header .orb-2-logo {
  display: flex
}
.letters-header .orb-2-logo .orb-2-emblem {
  width: 3em
}
.letters-header .orb-2-logo .orb-2-emblem .st0 {
  fill: var(--text-color)
}
.letters-header .orb-2-logo .orb-2-caption {
  margin: 0.35em 0.6em
}
.promo-auth {
  position: absolute;
  top: 1em;
  right: 2em;
  width: 15em;
  z-index: 1000;
  padding: 1em;
  border-radius: 0.5em;
  border-bottom: 0;
  background-color: var(--background-color);
  box-shadow: 0 1em 2em 0 rgba(var(--accent-RGB), 0.1)
}
@media (max-device-width: 767px) {
  .promo-auth {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-top: -2em;
    left: 1em
  }
}
.promo-auth .gosuslugi {
  margin: 0.8em 0.05em;
  width: 10em
}
.promo-auth .fake-button {
  margin-top: 0.3em;
  font-size: 0.7em;
  display: inline-block;
  padding: 0.2em 0.8em 0.3em;
  background-color: var(--accent-color);
  color: var(--background-color);
  border-radius: 0.3em
}
.promo-auth:hover {
  border-bottom: 0;
  box-shadow: 0 1em 2em 0 rgba(var(--hover-RGB), 0.2)
}
.promo-auth:hover .fake-button {
  background-color: var(--hover-color)
}
.letters-promo {
  position: relative;
  padding: 1em 1em 2em 1em;
  background-color: var(--surface-color)
}
@media (max-device-width: 767px) {
  .letters-promo {
    padding: 0.5em 0.5em 3em 0.5em
  }
}
.letters-promo .promo-cta {
  padding: 1em 2em;
  width: 65%
}
@media (max-device-width: 767px) {
  .letters-promo .promo-cta {
    padding: 0.5em 0.6em;
    width: 100%
  }
}
@media (max-device-width: 767px) {
  .letters-promo .promo-cta h2 {
    font-size: 2em
  }
}
.letters-promo .promo-cta .buttons {
  margin: 1em 0
}
.letters-content {
  padding: 1em 35% 4em 3em
}
@media (max-device-width: 767px) {
  .letters-content {
    padding: 1em 1.1em;
    width: 100%
  }
}
.letters-footer {
  padding: 1em
}
.poll-header {
  padding: 1em 1.1em;
  background-color: var(--surface-color)
}
.poll-header .orb-2-logo {
  display: flex
}
.poll-header .orb-2-logo .orb-2-emblem {
  width: 3em
}
.poll-header .orb-2-logo .orb-2-emblem .st0 {
  fill: var(--text-color)
}
.poll-header .orb-2-logo .orb-2-caption {
  margin: 0.35em 0.6em
}
.ag-widget .button {
  border: none;
  background: transparent;
  margin-bottom: 20px;
}
.orb-2 .orb__button-link.orb__button-link-accent {
  color: var(--background-color);
  background: #00b42d;
  border: 2px solid #00b42d;
}
.orb-2 .orb__button-link.orb__button-link-accent:hover {
  color: var(--background-color);
  background: rgb(80, 210, 15) !important;
  border: 2px solid rgb(80, 210, 15) !important;
}
.buttons>.button {
  display: block;
  padding-right: 0;
}
.orb-2 .orb__button-link:hover {
  border: 2px solid var(--underline-hover-color);
}
.orb-2 .orb__button-link:hover {
  background: #1d5deb;
  border: 2px solid #1d5deb !important;
  color: #FFF !important;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0
  }
  1% {
    display: block;
    opacity: 0
  }
  100% {
    display: block;
    opacity: 1
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0
  }
  1% {
    display: block;
    opacity: 0
  }
  100% {
    display: block;
    opacity: 1
  }
}
@font-face {
  font-family: LatoWebLight;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility
}
@font-face {
  font-family: LatoWeb;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility
}
@font-face {
  font-family: LatoWebBold;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility
}

/* ag-widget */

.ag-widget .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--text-color);
  margin-bottom: 6px;
}

.ag-widget .sub-title {
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  color: rgba(12, 34, 72, 0.7);
}

.ag-widget .apps {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
}

.orb-2 .badge {
  height: 100%;
  display: inline-block;
  position: relative;
  border: 0;
  background: none;
  padding: 0 10px 0 0;
}
.orb-2 .badge img {
  display: block !important;
  width: auto;
  height: 3em;
  border-radius: 0.2em;
}

@media (max-width: 991px) {
  .ag-widget {
    min-height: 310px;
  }
}

@media (max-width: 371px) {
  .ag-widget .title {
    font-size: 20px;
  }
  .apps {
    position: relative;
    bottom: unset;
    right: unset;
  }
}

.banners-2-column > div {
  border-radius: 5px;
}

/* card-widget */

.card-widget {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 30px;
  color: var(--text-color);
  background: url("/local/templates/government/images/main-widgets/card-widget_blurred-bg.png") no-repeat #F3F3F3;
  background-position: right;
  overflow: hidden;
}

.card-widget .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
}

@media (max-width: 371px) {
  .card-widget .title {
    font-size: 20px;
  }
}

.card-widget .description {
  font-size: 17.5px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.card-widget a {
  border: none;
}

.card-widget .image {
  position: absolute;
  left: 112px;
  bottom: 60px;
  width: 100%;
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.card-widget .image:hover {
  border: none;
}

@media (min-width: 371px) {
  .card-widget .image {
    left: 100px;
  }
}

@media screen and (min-width: 1400px) {
  .card-widget .image {
    bottom: 0;
    height: 234px;
    padding-bottom: 40px;
  }
}

.card-widget .image img {
  width: auto;
  height: 100%;
}

/* help-widget */

.help-widget {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: url("/local/templates/government/images/main-widgets/help-widget_bg.png") center/cover no-repeat;
  width: 100%;
  height: 100%;
  padding: 90px 30px 50px 30px;
}

@media screen and (max-width: 767px) {
  .help-widget {
    padding: 50px 30px;
    justify-content: initial;
  }
}

.help-widget .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

@media (min-width: 371px) {
  .help-widget .title {
    font-size: 34px;
  }
}

.help-widget__link {
  display: block;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 10px 30px;
  text-align: center;
  width: min-content;
  white-space: nowrap;
  position: relative;
}
.help-widget__link::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url("/local/templates/government/images/main-widgets/help-widget__cursor.svg") no-repeat center;
  position: absolute;
  right: 64px;
}

.help-widget__link-wrapper {
  margin: 78px auto 0 auto;
}

.help-widget__link-text {
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: var(--text-color);
}

@media (min-width: 371px) {
  .help-widget__link-text {
    font-size: 20px;
  }
}

.help-widget__link-text i {
  font-style: normal;
  color: #DB355D;
}

.help-widget .images {
  height: 262px;
}

/* gosuslugi-widget */

.gosuslugi-widget {
  width: 100%;
  height: 100%;
}

.gosuslugi-widget iframe {
  height: 100%;
  min-height: 400px;
  width: 100%;
}

/* Visually impaired - White scheme */

.scheme-white .title {
  color: #000;
}

.scheme-white .help-widget,
.scheme-white .gosuslugi-widget,
.scheme-white .ag-widget,
.scheme-white .card-widget {
  background: none;
  filter: grayscale(1);
}

.scheme-white .banners-2-column {
  border: 1px solid #cccccc;
  border-radius: 5px;
}

/* Visually impaired - Black scheme */
.scheme-black .card-widget .description,
.scheme-black .title {
  color: #fff;
}

.scheme-black .help-widget,
.scheme-black .gosuslugi-widget,
.scheme-black .ag-widget,
.scheme-black .card-widget {
  background: none;
  filter: grayscale(1);
}

.scheme-black .banners-2-column {
  border: 1px solid #cccccc;
  border-radius: 5px;
}

/* Visually impaired - Blue scheme */

.scheme-blue .help-widget,
.scheme-blue .gosuslugi-widget,
.scheme-blue .ag-widget,
.scheme-blue .card-widget {
  background: none;
  filter: grayscale(1);
}

.scheme-blue .banners-2-column {
  border: 1px solid #ffffff;
  border-radius: 5px;
}

/* End */
/* /local/templates/government/components/openregion/news.list/main-news-1/style.css?16679832334332 */
/* /local/templates/government/components/openregion/news.list/main-news-3/style.css?16679832333234 */
/* /local/templates/government/components/openregion/news.list/main-horizontal-banners/style.css?16747142283726 */
/* /local/templates/government/components/openregion/news.list/main-gosuslugi/style.css?16747142284140 */
/* /local/templates/government/components/openregion/news.list/main-widgets/style.css?168329079611070 */
/* /local/templates/government/components/openregion/news.list/main-widgets-2/style.css?167471433343130 */
