/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
}

.svg-icon {
  display: block;
  width: 20px;
  height: 20px;
  color: inherit;
  fill: none;
  stroke: currentColor;
}

.svg-fill {
  fill: currentColor;
  stroke: none;
}

.svg-up {
  transform: rotate(0deg);
}

.svg-right {
  transform: rotate(90deg);
}

.svg-down {
  transform: rotate(180deg);
}

.svg-left {
  transform: rotate(-90deg);
}

@font-face {
  font-family: "Golos";
  src: url("https://uv-ag.dev-vt2b.ru/fonts/Golos Text_Regular.woff?880220dcaa0f85a93e38b62c0a5a17ab");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Golos";
  src: url("https://uv-ag.dev-vt2b.ru/fonts/Golos Text_Medium.woff?9210871ab19dce4793bab20ddfbf8f6f");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Golos";
  src: url("https://uv-ag.dev-vt2b.ru/fonts/Golos Text_DemiBold.woff?9bc84b72975152a71d4808fa748ad202");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Golos";
  src: url("https://uv-ag.dev-vt2b.ru/fonts/Golos Text_Bold.woff?e4ccda025649fa59fc854bb9571d51dc");
  font-weight: bold;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  min-width: 320px;
  font-family: "Golos";
  font-size: 15px;
  line-height: 22px;
  color: #343434;
  background-color: #ffffff;
}

h1 {
  text-align: left;
}

#app {
  height: 100%;
}

.container {
  width: 100%;
  max-width: 980px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  opacity: 0;
}

.overflow-hidden {
  overflow: hidden;
}

:root {
  --orb-color-accent: #0032C8;
}

.heading-1,
.wysiwyg h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

.heading-2,
.wysiwyg h2 {
  font-size: 26px;
  line-height: 33.8px;
}

.heading-3,
.wysiwyg h3 {
  font-size: 20px;
  line-height: 26px;
}

.heading-4 {
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 600;
  letter-spacing: 1.6px;
}

.input {
  width: 100%;
  height: var(--input-height, 40px);
  padding-left: var(--input-padding-left, 10px);
  padding-right: var(--input-padding-right, 20px);
  border: 1px solid var(--input-border-color, #d3d8db);
  border-radius: var(--input-border-radius, 6px);
  font-family: inherit;
  font-size: var(--input-font-size, 15px);
  line-height: var(--input-height, 40px);
  color: #707070;
  background-color: #fff;
  text-overflow: ellipsis;
  transition: border 0.2s;
  outline: none;
}

.textarea {
  display: block;
  width: 100%;
  height: var(--textarea-height, 300px);
  padding: var(--textarea-padding, 20px);
  padding-left: var(--textarea-padding-left, 20px);
  padding-top: var(--textarea-padding-top, 20px);
  padding-right: var(--textarea-padding-right, 20px);
  padding-bottom: var(--textarea-padding-bottom, 20px);
  border: 1px solid var(--textarea-border-color, #d3d8db);
  color: #707070;
  font-size: 15px;
  line-height: 20px;
  background-color: #fff;
  border-radius: var(--textarea-border-radius, 6px);
  transition: border 0.2s;
  outline: none;
  resize: none;
}

.link,
.wysiwyg a {
  color: #0032c8;
}

.link:hover,
.wysiwyg a:hover,
.link:focus,
.wysiwyg a:focus {
  color: #00c832;
}

.button {
  display: block;
  width: 100%;
  padding: 0 10px;
  border: 1px solid var(--accent-color);
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none;
  border-radius: 6px;
  cursor: pointer;
  background-color: var(--accent-color);
  color: #fff;
  transition: 0.2s;
}

.button:hover,
.button:focus {
  background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
}

.button:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
}

.button[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

.button--positive {
  --accent-color: #0032C8;
}

.button--negative {
  --accent-color: #ED5945;
}

.button--neutral {
  --accent-color: #7b898d;
}

.button--problem {
  --accent-color: #00C832;
}

.button--program {
  --accent-color: #0032C8;
}

.button--votings {
  --accent-color: #0032C8;
}

.button--opendata {
  --accent-color: #0032C8;
}

.button--qna {
  --accent-color: #0032C8;
}

.button--crowd {
  --accent-color: #0032C8;
}

.button--invert {
  background-color: transparent;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}

.button--invert:hover,
.button--invert:focus,
.button--invert:active {
  background-color: var(--accent-color);
  color: #fff;
}

.button--white {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.button--white:active {
  background-color: #fff;
  background-image: none;
  color: var(--accent-color);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.fadeOut {
  animation-name: fadeOut;
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

.heading-1,
.wysiwyg h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

.heading-2,
.wysiwyg h2 {
  font-size: 26px;
  line-height: 33.8px;
}

.heading-3,
.wysiwyg h3 {
  font-size: 20px;
  line-height: 26px;
}

.heading-4 {
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 600;
  letter-spacing: 1.6px;
}

.link,
.wysiwyg a {
  color: #0032c8;
}

.link:hover,
.wysiwyg a:hover,
.link:focus,
.wysiwyg a:focus {
  color: #00c832;
}

.wysiwyg h1 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.wysiwyg h2 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.wysiwyg h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.wysiwyg strong,
.wysiwyg b {
  font-weight: bold;
}

.wysiwyg i {
  font-style: italic;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg u {
  text-decoration: underline;
}

.wysiwyg ul {
  display: block;
  list-style-type: disc;
  padding-left: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.wysiwyg ol {
  display: block;
  list-style-type: decimal;
  margin-top: 15px;
  margin-bottom: 15px;
}

.wysiwyg li {
  display: list-item;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wysiwyg ol > li {
  counter-increment: section;
}

.wysiwyg ol > li::marker {
  content: counters(section, ".") ". ";
}

.wysiwyg li > ol {
  counter-reset: section;
}

.wysiwyg ul ul,
.wysiwyg ol ul {
  list-style-type: circle;
}

.wysiwyg ol ol ul,
.wysiwyg ol ul ul,
.wysiwyg ul ol ul,
.wysiwyg ul ul ul {
  list-style-type: square;
}

.wysiwyg dl {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.wysiwyg dl > *:first-child {
  margin-top: 0;
}

.wysiwyg dl > *:last-child {
  margin-bottom: 0;
}

.wysiwyg dt {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.wysiwyg dd {
  display: block;
  padding-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wysiwyg p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wysiwyg > *:first-child {
  margin-top: 0;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.map-point {
  height: 17px;
  width: 17px;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  background-color: currentColor;
  border-radius: 100%;
}

.map-point-big {
  height: 21px;
  width: 21px;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  background-color: currentColor;
  border-radius: 100%;
}

.map-report-point {
  position: relative;
  width: 40px;
  height: 40px;
  border: 5px solid currentColor;
  transform: translate(-50%, -50%);
  background-color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
}

.map-report-point::after {
  content: "";
  position: absolute;
  left: calc(50% - 9px);
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiBmaWxsPSIjN2U4ODhjIiB2aWV3Qm94PSItMjk1IDM4NyAyMCAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMjk1IDM4NyAyMCAyMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTS0yNzcsMzg3aC0xNmMtMS4xLDAtMiwwLjktMiwybDAsMThsNC00aDE0YzEuMSwwLDItMC45LDItMnYtMTJDLTI3NSwzODcuOS0yNzUuOSwzODctMjc3LDM4N3ogTS0yNzcsNDAxaC0xNWwtMSwxdi0xM2gxNlY0MDF6IE0tMjgwLDM5MWgtMTBsMCwyaDEwTC0yODAsMzkxeiBNLTI4NSwzOTdoLTV2Mmg1VjM5N3ogTS0yODAsMzk0aC0xMHYyaDEwVjM5NHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
}

.map-pin {
  height: 50px;
  width: 40px;
  transform: translate(-50%, -100%);
}

.map-pin__foot {
  fill: currentColor;
  fill-opacity: 0.85;
}

.map-pin__head {
  fill: currentColor;
}

.map-cluster {
  width: 46px;
  height: 46px;
  border: 3px solid currentColor;
  transform: translate(-50%, -50%);
  background-color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
}

.map-balloon {
  padding: 10px;
}

.map-balloon > * + * {
  margin-top: 10px;
}

.tag {
  --tag-computed-background-color: var(--tag-background-color, #f5a849);
  --tag-computed-border-color: var(--tag-border-color, var(--tag-computed-background-color));
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  padding: var(--tag-padding-upright, 1px) var(--tag-padding-horizontally, 5px);
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
  color: var(--tag-text-color, #fff);
  background-color: var(--tag-computed-background-color);
  border: 1px solid var(--tag-computed-border-color);
  overflow: hidden;
  text-overflow: ellipsis;
}

.browser-error {
  padding: 20px;
  padding-top: 90px;
  background-color: #ff5555;
}

.browser-error__wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.browser-error__title {
  position: relative;
  padding-top: 100px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.browser-error__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 40px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI4Ni4wNTQgMjg2LjA1NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg2LjA1NCAyODYuMDU0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIGNsYXNzPSIiPjxnPjxnPgoJPHBhdGggc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZD0iTTE0My4wMjcsMEM2NC4wNCwwLDAsNjQuMDQsMCwxNDMuMDI3YzAsNzguOTk2LDY0LjA0LDE0My4wMjcsMTQzLjAyNywxNDMuMDI3ICAgYzc4Ljk5NiwwLDE0My4wMjctNjQuMDIyLDE0My4wMjctMTQzLjAyN0MyODYuMDU0LDY0LjA0LDIyMi4wMjIsMCwxNDMuMDI3LDB6IE0xNDMuMDI3LDI1OS4yMzYgICBjLTY0LjE4MywwLTExNi4yMDktNTIuMDI2LTExNi4yMDktMTE2LjIwOVM3OC44NDQsMjYuODE4LDE0My4wMjcsMjYuODE4czExNi4yMDksNTIuMDI2LDExNi4yMDksMTE2LjIwOSAgIFMyMDcuMjEsMjU5LjIzNiwxNDMuMDI3LDI1OS4yMzZ6IE0xNDMuMDM2LDYyLjcyNmMtMTAuMjQ0LDAtMTcuOTk1LDUuMzQ2LTE3Ljk5NSwxMy45ODF2NzkuMjAxYzAsOC42NDQsNy43NSwxMy45NzIsMTcuOTk1LDEzLjk3MiAgIGM5Ljk5NCwwLDE3Ljk5NS01LjU1MSwxNy45OTUtMTMuOTcyVjc2LjcwN0MxNjEuMDMsNjguMjc3LDE1My4wMyw2Mi43MjYsMTQzLjAzNiw2Mi43MjZ6IE0xNDMuMDM2LDE4Ny43MjMgICBjLTkuODQyLDAtMTcuODUyLDguMDEtMTcuODUyLDE3Ljg2YzAsOS44MzMsOC4wMSwxNy44NDMsMTcuODUyLDE3Ljg0M3MxNy44NDMtOC4wMSwxNy44NDMtMTcuODQzICAgQzE2MC44NzgsMTk1LjczMiwxNTIuODc4LDE4Ny43MjMsMTQzLjAzNiwxODcuNzIzeiIgZGF0YS1vcmlnaW5hbD0iI0UyNTc0QyIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI2ZmZmZmZiI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 80px;
  width: 80px;
  height: 80px;
}

.browser-error__content {
  color: #fff;
  text-align: center;
}

.browser-error__text {
  margin-bottom: 10px;
}

.browser-error__browser-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin: -10px;
  padding-top: 30px;
}

.browser-error__browser-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  margin: 10px;
}

.browser-error__browser-image {
  display: block;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}

.browser-error__browser-name {
  text-align: center;
}

.spinner {
  position: relative;
  height: var(--spinner-size, 40px);
  width: var(--spinner-size, 40px);
}

.spinner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - var(--spinner-border-width, 4px) * 2);
  height: calc(100% - var(--spinner-border-width, 4px) * 2);
  border: var(--spinner-border-width, 4px) solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}

.spinner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - var(--spinner-border-width, 4px) * 2);
  height: calc(100% - var(--spinner-border-width, 4px) * 2);
  border: var(--spinner-border-width, 4px) solid transparent;
  border-top-color: var(--accent-color, #0032C8);
  animation: spinner 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 1px transparent;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

