.appheader {
  display: inline-flex;
  align-items: center;
}

.appheader-logo {
  font-size: 4.5rem;
}

.appheader-caption {
  font-size: 120%;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #f4f4f4;
  color: var(--color-fg);
  margin: 0 0 0 .5em;
  font-weight: normal;
  line-height: 1.3;
  overflow: hidden;
  flex: 1;
}

.appheader-caption_sub {
  display: block;
  font-weight: bold;
  font-size: 90%;
}

.applayout {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.applayout-splitpanel {
  height: 100%;
}

.applayout-sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #003d69;
  background: var(--theme-sidebar-bg);
  color: #f4f4f4;
  color: var(--theme-sidebar-fg);
  box-shadow: var(--theme-sidebar-shaddow);
  z-index: 1; /* for box-shadow */
  position: relative;
}

.applayout-sidebar_head {
  background: #003257;
  background: var(--theme-head-bg);
  color: var(--theme-head-fg);
  overflow: hidden;
}

.applayout-appheader_container {
  display: flex;
  padding: 1em;
}

.applayout-appheader {
  flex: 1;
  overflow: hidden;
}

.applayout-lang {
  margin-left: .5em;
}

.applayout-sidebar_scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
  flex: 1;
}

.applayout-user {
  display: flex;
  font-size: .875rem;
  font-weight: 400;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: calc(1rem - .875rem);
  padding-right: calc(1rem - var(--scrollbar-width));
  margin-right: .875rem;
  margin-right: var(--scrollbar-width);
  box-sizing: border-box;
}

.applayout-user_signout,
.applayout-user_signin,
.applayout-user_entry {
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 0;
  text-transform: capitalize;
}

.applayout-user_entry {
  margin-left: auto;
}

.applayout-user_link,
.applayout-user_signup {
  flex: 1;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.applayout-user_signup {
  text-transform: capitalize;
}

.applayout-user_link:hover,
.applayout-user_signup:hover,
.applayout-user_signout:hover,
.applayout-user_signin:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.applayout-user_link::before,
.applayout-user_signup::before {
  content: '';
  display: inline-block;
  margin-right: .25em;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%22-64 128 1536 1536%22%3E  %3Cpath d%3D%22M1408 1405q0 120-73 189.5t-194 69.5h-874q-121 0-194-69.5t-73-189.5q0-53 3.5-103.5t14-109 26.5-108.5 43-97.5 62-81 85.5-53.5 111.5-20q9 0 42 21.5t74.5 48 108 48 133.5 21.5 133.5-21.5 108-48 74.5-48 42-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zm-320-893q0 159-112.5 271.5t-271.5 112.5-271.5-112.5-112.5-271.5 112.5-271.5 271.5-112.5 271.5 112.5 112.5 271.5z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  filter: invert(100%);
  filter: invert(var(--theme-head-gl));
}

.applayout-sidebar_footer:not(:empty) {
  box-shadow: 5px 0 10px rgba(0, 0, 0, .2);
  height: 30px;
  height: var(--bottompanel-header_height);
}

.check {
  display: inline-block;
  /* font-size: 90%; */
  border-radius: .1em;
  background: #f1f1f1;
  cursor: pointer;
  width: 1em;
  height: 1em;
  line-height: 1;
  position: relative;
}

.check--on {
  background-color: #3195ea;
}

.check--on::before {
  content: '';
  border: .125em solid;
  border-color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  height: .2em;
  width: .45em;
  left: .25em;
  top: .25em;
  position: absolute;
  transform: rotate(-45deg);
}

.footer_block {
  justify-content: center;
  box-sizing: border-box;
  padding: .25em 1em;
  display: flex;
  flex-direction: column;
  color: #f4f4f4;
  color: var(--theme-sidebar-fg);
  overflow: hidden;
}

.footer_block-text {
  font-size: .75em;
  font-weight: normal;
  color: inherit;
}

.gx_input {
  width: 100%;
  background-color: rgba(240, 240, 245, 1);
  font-size: 1em;
  padding: .5em;
  border-radius: .25em;
  transition: border 150ms ease, background-color 150ms ease;
  border: 1px solid transparent;
  box-shadow: none;
  outline: none;
  font-family: 'Roboto';
  font-weight: 400;
  color: #444;
}

.gx_input:focus {
  background-color: #fff;
  border: 1px solid rgba(240, 240, 245, 1);
}

.gx_select {
  position: relative;
  outline: none;
}

.gx_select--disabled {
  filter: opacity(.4);
}

.gx_input.gx_select-input {
  padding-right: 2em; /* default padding .5em + 1em width icon + .5em margin-right icon */
  text-overflow: ellipsis;
}

.gx_input.gx_select-input[placeholder] {
  text-overflow: ellipsis;
}

.gx_select-dropdown {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
  visibility: hidden;
  position: absolute;
  z-index: 10;
  opacity: 0;
  transform: scale(.95);
  transition: transform 200ms ease, opacity 200ms ease;
  box-sizing: border-box;
  width: 100%;
  outline: none;
}

.gx_select--open > .gx_select-dropdown {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.gx_select-icon {
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  top: 50%;
  transform: translateY(-50%);
  opacity: .5;
  outline: none;
  padding: 0;
  border: none;
  color: #000;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 50%;
}

.gx_select-icon:hover {
  opacity: 1;
  background-color: rgba(255,255,255, .1);
}

.gx_select-icon::-webkit-focus-inner {
  border: 0;
  padding: 0;
}

.gx_select-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.gx_select-icon--expander::before,
.gx_select-icon--collapser::before {
  content: "\e80d";
  content: var(--fontello-right_open_big);
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transition: transform 200ms ease;
}

.gx_select-icon--expander::before {
  transform: rotate(90deg);
}

.gx_select-icon--collapser::before {
  transform: rotate(-90deg);
}

.gx_select-icon--loading::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -.5em;
  margin-left: -.5em;
  width: 1em;
  height: 1em;
  border: .2em solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: gx_select_spinner-spin 1s ease infinite;
}

@keyframes gx_select_spinner-spin {
  0% { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}

.lang-item {
  font-family: inherit;
  color: inherit;
  background: none;
  border: none;
  margin: .5em 0;
  font-size: 70%;
  font-weight: 200;
  padding: 0;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  min-width: 2em; /* prevent width change when switch to bold */
}

.lang-item:focus {
  outline: none;
}

.lang-item--selected {
  font-weight: 500;
}

.lang-item--en {
  display: none;
}

.logos {
  display: flex;
}

.logo {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 4.5rem;
  width: .7em;
  height: 1em;
  min-width: .7em;
}

.logos_secondary {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.logos_secondary > .logo {
  width: .35em;
  height: .35em;
}

.logo_undp {
  background-image: url('../../assets/undp_9ca8bc62.svg');
}

.logo_gwc {
  background-image: url('../../assets/gwc_f11accd4.svg');
}

.logo_isdb {
  background-image: url('../../assets/isdb_7323baba.svg');
}

.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  align-content: center;
  justify-content: center;
  overflow-y: auto;
}

.modal-box {
  margin: auto;
  padding: 2em;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 1em rgba(0, 0, 0, .33);
}

/* roboto-100 - cyrillic-ext_cyrillic_latin-ext_latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-100_ff96de7f.woff2') format('woff2'), 
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-100_28e00c69.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-100italic - cyrillic-ext_cyrillic_latin-ext_latin */

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-100italic_ed83cdfb.woff2') format('woff2'), 
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-100italic_c7c9224c.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300 - cyrillic-ext_cyrillic_latin-ext_latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-300_1fa8191a.woff2') format('woff2'), 
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-300_3157796a.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300italic - cyrillic-ext_cyrillic_latin-ext_latin */

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-300italic_f726db93.woff2') format('woff2'), 
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-300italic_f3742fd6.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-italic - cyrillic-ext_cyrillic_latin-ext_latin */

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-italic_ab51cf07.woff2') format('woff2'), 
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-italic_ca6e0eea.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - cyrillic-ext_cyrillic_latin-ext_latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-regular_a1381afc.woff2') format('woff2'), 
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-regular_7abe1e9f.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - cyrillic-ext_cyrillic_latin-ext_latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500_d962e4a3.woff2') format('woff2'), 
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500_19fb45a4.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500italic - cyrillic-ext_cyrillic_latin-ext_latin */

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500italic_7fdfeca4.woff2') format('woff2'), 
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-500italic_bf94158.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - cyrillic-ext_cyrillic_latin-ext_latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-700_627cdecd.woff2') format('woff2'), 
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-700_4557200e.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700italic - cyrillic-ext_cyrillic_latin-ext_latin */

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-700italic_39718ad5.woff2') format('woff2'), 
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-700italic_28dc32af.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-900 - cyrillic-ext_cyrillic_latin-ext_latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-900_24ebb194.woff2') format('woff2'), 
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-900_72f3dd20.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-900italic - cyrillic-ext_cyrillic_latin-ext_latin */

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-900italic_7127ee0.woff2') format('woff2'), 
       url('../../assets/roboto-v18-cyrillic-ext_cyrillic_latin-ext_latin-900italic_c27330db.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

:root {
  font-size: 16px;
  font-family: 'Roboto';

  --theme-head-bg: #003257;
  --theme-head-gl: 100%;
  --theme-sidebar-bg: #003d69;
  --theme-sidebar-fg: #f4f4f4;
  --theme-sidebar-highlight: #004f88;
  --theme-sidebar-highlight-gutter: #0087e9;
  --theme-badge-fg: #f4f4f4;
  --theme-badge-bg: #005fa4;
  --theme-expander-bg: #003257;
  --theme-maptoggler-bg: #fff;
  --theme-maptoggler-border: #fff;
  --theme-bottompanel-bg: #003257;
  --theme-admterr-bg: #003d69;

  --ctl_border_color: #ccc;
  --button_face_color: #437ca5;
  --transition_duration: 200ms;
  --color-bg: #20202f;
  --color-fg: #f4f4f4;
  --color-mute: #888;
  --color-highlight: #a1a4b2;
}

/* override this */

@font-face {
  font-family: 'fontello';
  src: url('../../assets/fontello_1ea8c155.eot?39026422');
  src: url('../../assets/fontello_1ea8c155.eot?39026422#iefix') format('embedded-opentype'),
       url('../../assets/fontello_5bcff38f.woff2?39026422') format('woff2'),
       url('../../assets/fontello_9daa923d.woff?39026422') format('woff'),
       url('../../assets/fontello_2aea7c0.ttf?39026422') format('truetype'),
       url('../../assets/fontello_fc419a79.svg?39026422#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?39026422#fontello') format('svg');
  }
}
*/

[class^="fontello--"]:before, [class*=" fontello--"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.fontello--search1:before { content: '\e800'; }

/* '' */

.fontello--dot3:before { content: '\e801'; }

/* '' */

.fontello--down:before { content: '\e802'; }

/* '' */

.fontello--trash:before { content: '\e803'; }

/* '' */

.fontello--search:before { content: '\e804'; }

/* '' */

.fontello--feather:before { content: '\e805'; }

/* '' */

.fontello--ok:before { content: '\e806'; }

/* '' */

.fontello--cancel:before { content: '\e807'; }

/* '' */

.fontello--download_alt:before { content: '\e808'; }

/* '' */

.fontello--cancel1:before { content: '\e809'; }

/* '' */

.fontello--resize_full:before { content: '\e80a'; }

/* '' */

.fontello--location:before { content: '\e80b'; }

/* '' */

.fontello--resize_full_alt:before { content: '\e80c'; }

/* '' */

.fontello--right_open_big:before { content: '\e80d'; }

/* '' */

.fontello--loop:before { content: '\e80e'; }

/* '' */

.fontello--lock-right:before { content: '\e80f'; }

/* '' */

.fontello--lock:before { content: '\e810'; }

/* '' */

.fontello--monitoring:before { content: '\e811'; }

/* '' */

.fontello--layers:before { content: '\e812'; }

/* '' */

.fontello--vcard:before { content: '\e813'; }

/* '' */

.fontello--user2:before { content: '\e814'; }

/* '' */

.fontello--spinner:before { content: '\e830'; }

/* '' */

.fontello--play:before { content: '\f00f'; }

/* '' */

.fontello--check_off:before { content: '\f096'; }

/* '' */

.fontello--dashboard:before { content: '\f0e4'; }

/* '' */

.fontello--lock-open-alt:before { content: '\f13e'; }

/* '' */

.fontello--check_on:before { content: '\f14a'; }

/* '' */

.fontello--map0:before { content: '\f278'; }

/* '' */

.fontello--user:before { content: '\f2c0'; }

/* '' */

.fontello--window_maximize:before { content: '\f2d0'; }

/* '' */

:root {
  --fontello-check_off: "\f096";
  --fontello-down: "\e802";
  --fontello-search: "\e804";
  --fontello-check_on: "\f14a";
  --fontello-dot3: "\e801";
  --fontello-trash: "\e803";
  --fontello-feather: "\e805";
  --fontello-ok: "\e806";
  --fontello-cancel: "\e807";
  --fontello-download_alt: "\e808";
  --fontello-cancel1: "\e809";
  --fontello-resize_full: "\e80a";
  --fontello-map0: "\f278";
  --fontello-location: "\e80b";
  --fontello-play: "\f00f";
  --fontello-search1: "\e800";
  --fontello-right_open_big: "\e80d";
  --fontello-window_maximize: "\f2d0";
  --fontello-resize_full_alt: "\e80c";
  --fontello-loop: "\e80e";
  --fontello-spinner: "\e830";
  --fontello-dashboard: "\f0e4";
  --fontello-lock: "\e810";
  --fontello-lock-open-alt: "\f13e";
  --fontello-user: "\f2c0";
  --fontello-lock-right: "\e80f";
  --fontello-monitoring: "\e811";
  --fontello-layers: "\e812";
  --fontello-vcard: "\e813";
  --fontello-user2: "\e814";
}

:root {
  --scrollbar-width: .875rem;
}

/* stylelint-disable-next-line selector-max-type */

html,
body {
  overflow: hidden;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: .875rem;
  width: var(--scrollbar-width);
  height: .875rem;
  height: var(--scrollbar-width);
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 1rem;
}

.splitpanel_leftright {
  position: relative;
}

.splitpanel_leftright-left {
  position: absolute;
  left: 0;
  height: 100%;
}

.splitpanel_leftright-splitter {
  z-index: 100;
  width: 1em;
  height: 100%;
  transform: translateX(-50%);
  cursor: col-resize;
  position: absolute;
}

.splitpanel_leftright-right {
  position: absolute;
  right: 0;
  height: 100%;
}

@media (max-width: 481px) {
  .splitpanel_leftright-splitter {
    width: .8em;
  }
}

/* stylelint-disable */

.transition_expand {
  will-change: height;
  backface-visibility: hidden;
}

.expand-enter-active,
.expand-leave-active {
  transition-property: opacity, height;
  transition: 200ms ease;
  overflow: hidden;
}

.expand-enter,
.expand-leave-to {
  opacity: 0;
  height: 0;
}

.about-title_wrap {
  text-align: center;
  margin: 2em 0;
}

.about-title {
  margin: .2em 0 0;
  color: #4380d3;
}

.aobut-sub_title {
  margin: 0;
  font-size: 1.5em;
  font-weight: 300;
}

.about-description {
  padding: 1em 2em 1.7em;
}

.about-description_item {
  padding: .3em 0;
}

.logo.about-logo {
  margin: 0 auto;
  font-size: 80px;
}

.admterrs {
  color: var(--theme-admterr-fg);
}

.admterrs-dropdown_content {
  background: #003d69;
  background: var(--theme-admterr-bg);
  padding-bottom: 2em;
}

.admterrs-pinned {
  font-weight: 400;
}

.admterrs-search {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--theme-admterr-highlight);
}

.admterrs-search_input {
  flex: 1;
  color: inherit;
  background: none;
  border: none;
  font-size: inherit;
  font-family: inherit;
  line-height: 3;
  padding: 0 1em;
}

.admterrs-search_input:focus {
  outline: none;
}

.admterrs-search_close {
  align-self: center;
  width: 1.75em;
  height: 1.75em;
  color: inherit;
  border: none;
  background: none;
  padding: 0;
  margin: 0 1em;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}

.admterrs-search_close:focus {
  outline: none;
}

.admterrs-search_close:hover {
  background: #003257;
  background: var(--theme-expander-bg);
}

.admterrs-search_close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: '';
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%22-300 0 2000 2000%22%3E  %3Cpath d%3D%22M1298 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z%22%2F%3E%3C%2Fsvg%3E");
  filter: invert(100%);
}

.admterrs-selected {
  padding: 1em;
  display: block;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #003d69;
  background: var(--theme-admterr-bg);
}

.admterrs-selected_parents {
  font-size: 70%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #bbb;
}

.admterrs-selected_parents_item:not(:last-child)::after {
  content: ' / ';
  color: #888;
}

.admterrs_search_hits-item {
  height: 3em;
  box-sizing: border-box;
  padding: .25em .8em;
  cursor: pointer;
  display: block;
  border-left: .3em solid transparent;
  transition: border-color 200ms ease;
  white-space: nowrap;
}

.admterrs_search_hits-item:hover,
.admterrs_search_hits-item--selected {
  background: #004f88;
  background: var(--theme-sidebar-highlight);
}

.admterrs_search_hits-item--selected {
  border-color: var(--color-highlight-gutter);
}

.admterrs_search_hits-name {
  display: block;
  margin-top: .2em;
  text-overflow: ellipsis;
  overflow: hidden;
}

.admterrs_search_hits-parents {
  font-size: 70%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #bbb;
}

.admterrs_search_hits-parents_item:not(:last-child)::after {
  content: ' / ';
  color: #888;
}

.admterrs_search_hits-empty {
  display: block;
  padding: 1em;
  color: #aaa;
}

.pagination-button--active {
  background-color: #004f88;
  background-color: var(--theme-sidebar-highlight);
}

.basemaps-key {
  display: flex;
  padding-right: .5em;
  padding-left: 1em;
  line-height: 3;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
}

.basemaps-key:hover {
  background: #004f88;
  background: var(--theme-sidebar-highlight);
}

.basemaps-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.basemaps-toggler {
  width: 1.75em;
  height: 1.75em;
  color: inherit;
  border: none;
  background: none;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  transition: transform 200ms ease;
}

.basemaps-toggler:focus {
  outline: none;
}

.basemaps-toggler:hover {
  background: #003257;
  background: var(--theme-expander-bg);
}

.basemaps-toggler::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: '';
  width: 1em;
  height: 1em;
  color: inherit;
  border-style: solid;
  border-width: 0 .2em .2em 0;
  font-size: 50%;
  transform: translate(0, -25%) rotate(-45deg);
  transform-origin: 75% 75%;
  box-sizing: border-box;
}

.basemaps-toggler--expanded {
  transform: rotate(90deg);
}

.basemaps-content {
  display: block;
}

.basemaps-balance_ctl {
  display: flex;
  margin: .8em;
  align-items: center;
}

.basemaps-side {
  width: 5em;
  min-width: 5em;
  height: 5em;
  border: 1px solid #333;
  box-sizing: border-box;
  font-family: inherit;
  cursor: pointer;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  outline: none;
}

.basemaps-side--selected {
  outline: .2rem solid #03a0e3;
}

.basemaps-slider {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  flex: 1;
  height: 2px;
  min-width: 0;
  background: #000;
  outline: none;
  margin: 0 1em;
}

.basemaps-item {
  position: relative;
  display: block;
  color: inherit;
  height: 3.5em;
  font-family: inherit;
  font-size: inherit;
  margin: .8em;
  cursor: pointer;
  background-size: cover;
  background-position: 0% 75%;
  background-color: #ccc;
}

.basemaps-item--selected {
  outline: .2rem solid #03a0e3;
}

.basemaps-item:hover .basemaps-item_name {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.basemaps-item_name {
  position: absolute;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 90%;
  padding: 0 .2em;
  line-height: 1.4;
}

.basemaps-terrain {
  padding-right: .3em;
  line-height: 3;
  position: relative;
  align-items: center;
  cursor: pointer;

  display: grid;
  grid-template-areas: 'name counter toggler expander';
  grid-template-columns: auto min-content 1em 2em;
  grid-column-gap: .5em;
  -moz-column-gap: .5em;
       column-gap: .5em;
  padding-left: calc(0 * 1em);
  padding-left: calc(var(--item-level, 0) * 1em);
}

.basemaps-terrain:hover {
  background: #004f88;
  background: var(--theme-sidebar-highlight);
}

.basemaps-terrain_title {
  grid-area: name;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 1em;
}

.basemaps-terrain_toggler {
  grid-area: toggler;
  width: 1em;
  height: 1em;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  color: #fff;
  color: var(--theme-maptoggler-bg);
  border: 2px solid #fff;
  border: 2px solid var(--theme-maptoggler-border);
  border-radius: 50%;
  opacity: .5;
  cursor: pointer;
  transition: opacity 100ms ease;
  box-sizing: border-box;
}

.basemaps-terrain_toggler--on {
  background: currentColor;
  opacity: 1;
  border: none;
}

.basemaps-terrain_toggler:focus {
  outline: none;
}

.basemaps-terrain_toggler:hover {
  opacity: 1;
}

/* FIXME #756 */

.app--role_anon .basemaps-item--deny_anon {
  display: none;
}

:root {
  --bottompanel-header_height: 30px;
}

.bottompanel {
  position: relative;
  border-left: 1px solid var(--theme-bottompanel-border);
}

.bottompanel-content {
  /* блок спозиционирован абсолютно потому что другие
   способы позиционирования вызывают баги отображения
   сетки таблицы внутри этого блока. По хорошему тут надо
   использовать flex или типа того */
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  top: var(--bottompanel-header_height);
  bottom: 0;
}

.bottompanel-content--passport {
  overflow: auto;
  padding: 1em;
}

.bottompanel-bar {
  position: absolute;
  z-index: 4;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  height: var(--bottompanel-header_height);
  background: #003257;
  background: var(--theme-bottompanel-bg);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottompanel-breadcrumbs {
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 20px;
  margin-right: .2em;
}

.bottompanel-breadcrumbs_link {
  cursor: pointer;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid red;
}

.bottompanel-breadcrumbs_link::after {
  /* пофиг что этот хвост подчеркивается при наведении
   так как это все равно нужно убирать и делать бредкамбс
   по дизайну с треугольными концами */
  content: ' / ';
}

.bottompanel-breadcrumbs_link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.bottompanel-bar_right {
  display: flex;
  padding: 0 .5em;
  white-space: nowrap;
}

.bottompanel-button {
  font-family: 'Roboto';
  background: #004f88;
  background: var(--theme-sidebar-highlight);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1em;
  margin-left: .25em;
  line-height: 1.75;
  padding: 0 1em;
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap;
  text-transform: capitalize;
}

.bottompanel-button--close {
  background: url('../../assets/close-button_6529502c.svg') center no-repeat;
  border-radius: 50%;
  outline: none;
  opacity: .8;
  width: 15px;
  height: 15px;
  padding: 0;
}

.bottompanel-button--close:hover {
  opacity: 1;
}

.calculator {
  overflow: scroll;
  display: flex;
  flex-wrap: nowrap;
}

.calculator_sections--left {
  background-color: #f4faff;
  margin-bottom: 10px;
}

.calculator_left-section {
  width: 83%;
  display: flex;
  flex-direction: column;
}

.calculator_left-section:first-child {
  margin: 10px;
}

.calculator_right-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18%;
  padding: 10px 5px;
}

.calculator_sections--result {
  border: .5px solid #003257;
  border-radius: 2px;
  padding: 10px;
  overflow-x: scroll;
}

.calculator_fields {
  margin: 20px 10px;
  display: flex;
  justify-content: space-between;
}

.calculator_fields--thin {
  width: 70%;
}

.calculator_label--thin {
  width: 45%;
}

.calculator_inputs {
  padding: 5px;
  color: #4d4d4d;
  background: #ffffff;
  border: .5px solid #5b5b5b;
  box-sizing: border-box;
  border-radius: 2px;
  width: 50%;
  height: 30px;
  font-family: 'Roboto';
  cursor: pointer;
  font-size: 16px;
}

.calculator_input-button {
  width: 50%;
  position: relative;
}

.calculator_inputs--innerbtn {
  width: 100%;
  padding-left: 5px;
  cursor: text;
}

.calculator_buttons {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  color: #4d4d4d;
  background-color: #f5f5f5;
  font-family: 'Roboto';
  font-weight: bolder;
  font-size: 14px;
  outline: none;
  position: relative;
  padding: 5px 10px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.calculator_buttons--draw {
  box-shadow: none;
  background-color: #e0e0e0;
  position: absolute;
  padding: 4px 12px;
  right: 5px;
  top: 4px;
  border-radius: 20px;
  font-size: .7em;
  width: 90px;
}

.calculator_buttons--active {
  background-color: #005fa4;
  color: #fafafa;
  overflow: hidden;
}

.calculator_buttons--active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, .4);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

.calculator_buttons--active:focus:not(:active)::after {
  animation: ripple 1s ease-out;
}

.calculator_label {
  color: #393939;
  font-weight: normal;
  font-size: 16px;
}

.calculator_fields--radios {
  display: flex;
  margin: 10px;
  flex-direction: row;
  justify-content: right;
}

.calculator_radios {
  display: flex;
  margin-top: 1px;
  height: 45px;
}

.calculator_label--radios {
  font-size: 16px;
}

.calculator_inputs--radios {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  transform: scale(1.8);
}

.calculator_inputs--radios:checked ~ .calculator_span--radios {
  background-image: url('../../assets/checked_11a9e0ff.svg');
  background-color: #005fa4;
  background-size: 70% 70%;
  background-position-y: 3px;
  background-position-x: 2.5px;
  background-repeat: no-repeat;
  border: 1px solid rgba(0,0,0,0);
  animation-name: fade;
  animation-duration: .3s;
}

.calculator_span--radios {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid gray;
  margin-right: 20px;
}

.calculator_result {
  font-weight: bold;
  color: #004f88;
}

.calculator_result-text {
  font-weight: normal;
  display: block;
  margin: 5px 0;
  color: #4d4d4d;
}

.calculator_pdf {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.calculator_buttons--pdf {
  padding: 5px 10px;
}

.calculator_icon-pdf {
  fill: #4d4d4d;
  width: 15px;
  height: 18px;
}

.calculator_icon-pdf--active {
  fill: #fafafa;
}

.calculator_loader {
  border: 3px solid #fafafa;
  border-top: 3px solid #005fa4;
  margin-left: 10px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: spin .5s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes fade {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.catalog-search {
  position: relative;
  background: #003d69;
  background: var(--theme-admterr-bg);
}

.catalog-search_input,
.catalog-search_btn {
  border: none;
  background: transparent;
}

.catalog-search_input {
  width: 100%;
  padding-right: 2.55em;
  padding-left: 1em;
  outline: none;
  font-size: inherit;
  line-height: 3;
  box-shadow: var(--theme-sidebar-shaddow);
}

.catalog-search_input::-moz-placeholder {
  color: #f4f4f4;
  color: var(--theme-sidebar-fg);
}

.catalog-search_input,
.catalog-search_input::placeholder {
  color: #f4f4f4;
  color: var(--theme-sidebar-fg);
}

.catalog-search_input:hover,
.catalog-search_input:focus {
  background: #004f88;
  background: var(--theme-sidebar-highlight);
}

.catalog-search_btn {
  width: 1.75em;
  height: 1.75em;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: .3em;
  transform: translateY(-50%);
}

.catalog-search_btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: '';
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%22-100 -850 1000 1000%22%3E  %3C!-- modern pictograms - search --%3E  %3Cpath transform%3D%22scale(1%2C -1)%22 d%3D%22M680 256c-55-55-126-83-197-83-65 0-129 23-182 66l-51-125-130-130c-14-10-29-15-45-15-41 0-75 37-75 77 0 16 5 32 15 45l129 130 126 51c-44 52-66 117-66 182 0 152 127 277 279 277 150 0 277-128 277-278 0-72-26-144-80-197z m-319 75c34-33 78-50 122-50 92 0 170 77 170 172 0 93-79 170-170 170-94 0-172-79-172-170 0-45 17-89 50-122z%22 horiz-adv-x%3D%22760%22 %2F%3E%3C%2Fsvg%3E");
  filter: invert(100%);
  filter: invert(var(--theme-head-gl));
}

.catalog-empty {
  display: block;
  padding: 1em;
}

.catalog-empty::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .3em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 16%22%3E%0D  %3Cpath d%3D%22M7.493 0.015 C 7.442 0.021%2C7.268 0.039%2C7.107 0.055 C 5.234 0.242%2C3.347 1.208%2C2.071 2.634 C 0.660 4.211%2C-0.057 6.168%2C0.009 8.253 C 0.124 11.854%2C2.599 14.903%2C6.110 15.771 C 8.169 16.280%2C10.433 15.917%2C12.227 14.791 C 14.017 13.666%2C15.270 11.933%2C15.771 9.887 C 15.943 9.186%2C15.983 8.829%2C15.983 8.000 C 15.983 7.171%2C15.943 6.814%2C15.771 6.113 C 14.979 2.878%2C12.315 0.498%2C9.000 0.064 C 8.716 0.027%2C7.683 -0.006%2C7.493 0.015 M8.853 1.563 C 9.548 1.653%2C10.198 1.848%2C10.840 2.160 C 11.538 2.500%2C12.020 2.846%2C12.587 3.413 C 13.154 3.980%2C13.500 4.462%2C13.840 5.160 C 14.285 6.075%2C14.486 6.958%2C14.486 8.000 C 14.486 9.054%2C14.284 9.932%2C13.826 10.867 C 13.654 11.218%2C13.307 11.781%2C13.145 11.972 L 13.090 12.037 8.527 7.473 L 3.963 2.910 4.028 2.855 C 4.219 2.693%2C4.782 2.346%2C5.133 2.174 C 6.305 1.600%2C7.555 1.395%2C8.853 1.563 M7.480 8.534 L 12.040 13.095 11.973 13.148 C 11.734 13.338%2C11.207 13.662%2C10.867 13.828 C 10.239 14.135%2C9.591 14.336%2C8.880 14.444 C 8.456 14.509%2C7.544 14.509%2C7.120 14.444 C 5.172 14.148%2C3.528 13.085%2C2.493 11.451 C 2.279 11.114%2C1.999 10.526%2C1.859 10.119 C 1.468 8.989%2C1.403 7.738%2C1.670 6.535 C 1.849 5.734%2C2.268 4.820%2C2.766 4.147 C 2.836 4.052%2C2.899 3.974%2C2.907 3.974 C 2.914 3.974%2C4.972 6.026%2C7.480 8.534 %22%2F%3E%0D%3C%2Fsvg%3E%0D");
  filter: invert(100%);
  filter: invert(var(--theme-head-gl));
}

.catalog-item {
  padding-right: .3em;
  line-height: 3;
  position: relative;
  align-items: center;
  cursor: pointer;
}

.catalog-item:hover {
  background: #004f88;
  background: var(--theme-sidebar-highlight);
}

.catalog-item::before {
  content: '';
  height: 100%;
  width: .3em;
  left: 0;
  position: absolute;
  background-color: #0087e9;
  background-color: var(--theme-sidebar-highlight-gutter);
  opacity: 0;
  transition: opacity 200ms ease;
}

.catalog-item--active {
  background: #004f88;
  background: var(--theme-sidebar-highlight);
}

.catalog-item--active::before {
  opacity: 1;
}

.catalog-item--highlight {
  background-color: yellow;
  color: #000;
}

.catalog-item--collection {
  display: grid;
  grid-template-areas: 'name counter maptoggler expander';
  grid-template-columns: auto min-content 1em 2em;
  grid-column-gap: .5em;
  -moz-column-gap: .5em;
       column-gap: .5em;
  padding-left: calc(0 * 1em);
  padding-left: calc(var(--item-level, 0) * 1em);
}

.catalog-collection_name {
  grid-area: name;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 1em;
}

.catalog-maptoggler {
  grid-area: maptoggler;
  width: 1em;
  height: 1em;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  color: #fff;
  color: var(--theme-maptoggler-bg);
  border: 2px solid #fff;
  border: 2px solid var(--theme-maptoggler-border);
  border-radius: 50%;
  opacity: .5;
  cursor: pointer;
  transition: opacity 100ms ease;
}

.catalog-maptoggler--on {
  background: currentColor;
  opacity: 1;
  border: none;
}

.catalog-maptoggler:focus {
  outline: none;
}

.catalog-maptoggler:hover {
  opacity: 1;
}

.catalog-expander {
  grid-area: expander;
  width: 1.75em;
  height: 1.75em;
  color: inherit;
  border: none;
  background: none;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  transition: transform 200ms ease;
}

.catalog-expander:focus {
  outline: none;
}

.catalog-expander:hover {
  background: #003257;
  background: var(--theme-expander-bg);
}

.catalog-expander::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: '';
  width: 1em;
  height: 1em;
  color: inherit;
  border-style: solid;
  border-width: 0 .2em .2em 0;
  font-size: 50%;
  transform: translate(0, -25%) rotate(-45deg);
  transform-origin: 75% 75%;
  box-sizing: border-box;
}

.catalog-expander--on {
  transform: rotate(90deg);
}

.catalog-children.v-enter {
  transform: translate(2em, 0);
  opacity: 0;
}

.catalog-children.v-enter-active {
  transition:
    opacity 200ms ease 100ms, transform 200ms ease 100ms;
}

.catalog-children.v-leave-to {
  transform: scaleY(0);
  transform-origin: center top;
  opacity: 0;
}

.catalog-children.v-leave-active {
  position: absolute;
  width: 100%;
  transition:
    opacity 200ms ease, transform 200ms ease;
}

.catalog-item--href {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: calc(0 * 1em + 1em);
  padding-left: calc(var(--item-level, 0) * 1em + 1em);
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.catalog-item--href:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.catalog-container {
  position: relative;
}

.catalog-container.v-move {
  transition: transform 200ms ease;
}

.catalog-counter {
  white-space: nowrap;
  font-size: 62.5%;
  font-weight: 600;
  line-height: 1.6;
  background: #005fa4;
  background: var(--theme-badge-bg);
  color: #f4f4f4;
  color: var(--theme-badge-fg);
  border-radius: 1.6em;
  padding: 0 .5em;
  min-width: .6em;
  text-align: center;
}

.compass {
  display: block;
  margin: 6px 6px 0 0;
  pointer-events: all;
  color: #333;
}

.compass--loading .compass-loader {
  fill-opacity: 1;
}

.compass-border {
  fill: rgba(0, 0, 0, .3);
  stroke-width: 0;
}

.compass-bg {
  fill: #fff;
  stroke-width: 0;
}

.compass-loader {
  fill-opacity: 0;
  transition: fill-opacity 200ms ease;
  animation: compass-loader_spin 1s linear  infinite;
  transform-origin: center center;
  stroke-width: 0;
}

@keyframes compass-loader_spin {
  from { transform: rotate(0); }
  to { transform: rotate(1turn); }
}

.compass-labelbg {
  fill: currentColor;
}

.compass-label {
  fill: #fff;
}

.compass-arrow_n {
  fill: currentColor;
}

.compass-arrow_s {
  fill: #b3b3b3;
}

.coordsheet {
  width: 40em;
  height: 5em;
  font-family: monospace;
  font-weight: inherit;
  font-size: inherit;
}

.forms_catalog-item {
  line-height: 3;
  position: relative;
  align-items: center;
  cursor: pointer;
}

.forms_catalog-item::before {
  content: '';
  height: 100%;
  width: .3em;
  left: 0;
  position: absolute;
  background-color: #0087e9;
  background-color: var(--theme-sidebar-highlight-gutter);
  opacity: 0;
  transition: opacity 200ms ease;
}

.forms_catalog-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 1em;
  padding-right: .5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.forms_catalog-children .forms_catalog-name {
  padding-left: 2em;
}

.forms_catalog-children.v-enter {
  transform: translate(2em, 0);
  opacity: 0;
}

.forms_catalog-children.v-enter-active {
  transition:
    opacity 200ms ease 100ms, transform 200ms ease 100ms;
}

.forms_catalog-children.v-leave-to {
  transform: scaleY(0);
  transform-origin: center top;
  opacity: 0;
}

.forms_catalog-children.v-leave-active {
  position: absolute;
  width: 100%;
  transition:
    opacity 200ms ease, transform 200ms ease;
}

.forms_catalog-item_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: .75em;
}

.forms_catalog-item_content:hover,
.forms_catalog-item_content--selected {
  background: #004f88;
  background: var(--theme-sidebar-highlight);
}

.forms_catalog-counter {
  white-space: nowrap;
  font-size: 62.5%;
  font-weight: 600;
  line-height: 1.6;
  background: #005fa4;
  background: var(--theme-badge-bg);
  color: #f4f4f4;
  color: var(--theme-badge-fg);
  border-radius: 1.6em;
  padding: 0 .5em;
  min-width: .6em;
  text-align: center;
}

.main_screen-map {
  height: 100%;
}

.main_screen-catalog {
  margin-bottom: 100%;
}

.main_screen-bottompanel {
  background: #fff;
  color: #222;
  position: relative;
  height: 100%;
}

.main_screen-splitpanel_updown {
  height: 100%;
}

.mapboxgl-map {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapboxgl-canvas {
  left: 0;
  position: absolute;
  top: 0;
}

.mapboxgl-map:-webkit-full-screen {
  height: 100%;
  width: 100%;
}

.mapboxgl-canary {
  background-color: salmon;
}

.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan
  .mapboxgl-canvas {
  touch-action: none;
}

.mapboxgl-ctrl-bottom,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-left,
.mapboxgl-ctrl-right,
.mapboxgl-ctrl-top,
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.mapboxgl-ctrl-top-left {
  left: 0;
  top: 0;
}

.mapboxgl-ctrl-top {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.mapboxgl-ctrl-top-right {
  right: 0;
  top: 0;
}

.mapboxgl-ctrl-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mapboxgl-ctrl-bottom-right {
  bottom: 0;
  right: 0;
}

.mapboxgl-ctrl-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}

.mapboxgl-ctrl-left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  float: left;
  margin: 10px 0 0 10px;
}

.mapboxgl-ctrl-top .mapboxgl-ctrl {
  float: left;
  margin: 10px 0;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  float: right;
  margin: 10px 10px 0 0;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,
.mapboxgl-ctrl-right .mapboxgl-ctrl {
  float: right;
  margin: 0 10px 10px 0;
}

.mapboxgl-ctrl-bottom .mapboxgl-ctrl {
  float: left;
  margin: 10px 0;
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl, .mapboxgl-ctrl-left .mapboxgl-ctrl {
  float: left;
  margin: 0 0 10px 10px;
}

.mapboxgl-ctrl-group {
  background: #fff;
  border-radius: 4px;
}

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}

.mapboxgl-ctrl-group button {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 29px;
  outline: none;
  overflow: hidden;
  padding: 0;
  width: 29px;
}

.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }
  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}

.mapboxgl-ctrl-attrib-button:focus, .mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}

.mapboxgl-ctrl-group button:first-child {
  border-radius: 4px 4px 0 0;
}

.mapboxgl-ctrl-group button:last-child {
  border-radius: 0 0 4px 4px;
}

.mapboxgl-ctrl-group button:only-child {
  border-radius: inherit;
}

.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
  }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl
  button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active
  .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl
  button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error
  .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl
  button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background
  .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl
  button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error
  .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl
  button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting
  .mapboxgl-ctrl-icon {
  animation: mapboxgl-spin 2s linear infinite;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl
    button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active
    .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl
    button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error
    .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl
    button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background
    .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl
    button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error
    .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
  }
}

@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

a.mapboxgl-ctrl-logo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 23px;
  margin: 0 0 -4px -4px;
  overflow: hidden;
  width: 88px;
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  }
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  background-color: hsla(0, 0%, 100%, 0.5);
  margin: 0;
  padding: 0 5px;
}

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    background-color: #fff;
    border-radius: 12px;
    box-sizing: content-box;
    margin: 10px;
    min-height: 20px;
    padding: 2px 24px 2px 0;
    position: relative;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show,
  .mapboxgl-ctrl-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show,
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    border-radius: 12px;
    padding: 2px 8px 2px 28px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  .mapboxgl-ctrl-attrib-button {
    background-color: hsla(0, 0%, 100%, 0.5);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,
  .mapboxgl-ctrl-left .mapboxgl-ctrl-attrib-button,
  .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
    left: 0;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner {
    display: block;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }
  .mapboxgl-ctrl-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    right: 0;
  }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    right: 0;
    top: 0;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    left: 0;
    top: 0;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
  .mapboxgl-ctrl-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    left: 0;
  }
}

@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}

.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}

.mapboxgl-attrib-empty {
  display: none;
}

.mapboxgl-ctrl-scale {
  background-color: hsla(0, 0%, 100%, 0.75);
  border: 2px solid #333;
  border-top: #333;
  box-sizing: border-box;
  color: #333;
  font-size: 10px;
  padding: 0 5px;
  white-space: nowrap;
}

.mapboxgl-popup {
  display: flex;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  will-change: transform;
}

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}

.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
  flex-direction: row;
}

.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-bottom-color: #fff;
  border-top: none;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom-color: #fff;
  border-left: none;
  border-top: none;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom-color: #fff;
  border-right: none;
  border-top: none;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-left-color: #fff;
  border-right: none;
}

.mapboxgl-popup-close-button {
  background-color: transparent;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-popup-content {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
  position: relative;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}

.mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-marker {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.2s;
  will-change: transform;
}

.mapboxgl-user-location-dot, .mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.mapboxgl-user-location-dot:before {
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
  content: "";
  position: absolute;
}

.mapboxgl-user-location-dot:after {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading {
  height: 0;
  width: 0;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-bottom: 7.5px solid #4aa1eb;
  content: "";
  position: absolute;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-left: 7.5px solid transparent;
  transform: translateY(-28px) skewY(-20deg);
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {
  border-right: 7.5px solid transparent;
  transform: translate(7.5px, -28px) skewY(20deg);
}

@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(3);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}

.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

.mapboxgl-user-location-dot-stale:after {
  display: none;
}

.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29,161,242,0.2);
  border-radius: 100%;
  height: 1px;
  width: 1px;
}

.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}

.mapboxgl-boxzoom {
  background: #fff;
  border: 2px dotted #202020;
  height: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 0;
}

@media print {
  .mapbox-improve-map {
    display: none;
  }
}

.mapboxgl-scroll-zoom-blocker, .mapboxgl-touch-pan-blocker {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Helvetica,
    Arial,
    sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.75s ease-in-out;
  transition-delay: 1s;
  width: 100%;
}

.mapboxgl-scroll-zoom-blocker-show, .mapboxgl-touch-pan-blocker-show {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,
.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page
  .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .3);
}

.measure-tools {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  pointer-events: all;
  margin: 10px 10px 0 4px;
}

.measure-tools__tool {
  background: #ffffff;
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .4px 0;
  position: relative;
  overflow: hidden;
}

.measure-tools--active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  opacity: 0;
  border-radius: 100%;
  background: rgb(251,176,59, .5);
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
  animation: ripple .5s ease-out;
}

.measure-tools--activeblue::after {
  background: rgb(25,140,255, .5);
}

.measure-tools__tool:first-child {
  border-radius: 15px 14px 0 0;
}

.measure-tools__tool:last-child {
  border-radius: 0 0 12px 12px;
}

.measure-tools__svg {
  margin: 5px 0;
  transition-duration: .2;
  transition-property: all;
  fill: #474646;
  max-width: 100px;
  width: 18px;
  height: 18px;
}

.measure-tools__tool:not(.measure-tools--active):hover .measure-tools__svg {
  fill: #161616;
}

.measure-tools--active .measure-tools__svg {
  fill: #fbb03b;
}

.measure-tools--activeblue .measure-tools__svg {
  fill: #198cff;
}

.map_measure-result {
  background-color: #fbb03b;
  border-width: 2px;
  border-style: solid;
  border-color: #fafafa;
  border-radius: 10px;
  font-size: .7em;
  padding: 0 15px;
  color: #fafafa;
  font-weight: bolder;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.passport {
  display: grid;
  grid-template-areas:
    'fields media'
    'coordsheet media'
    'edit media'
    'hr media'
    'ctl media'
    'attachments media'
    '. media';
  align-items: start;
  grid-template-columns: 2fr min-content;
  grid-template-rows: repeat(6, min-content);
  overflow: auto;
  padding: 1em;
}

.passport-fields {
  grid-area: fields;
}

.passport_fields {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
}

.passport_fields-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: calc(
    (100% / 2)
    - (1em * 2)
  );
  width: calc(
    (100% / var(--passport_fields_columns, 2))
    - (1em * var(--passport_fields_columns, 2))
  );
  width: calc(
    calc(100% / 2)
    - calc(1em * 2)
  );
  width: calc(
    calc(100% / var(--passport_fields_columns, 2))
    - calc(1em * var(--passport_fields_columns, 2))
  );
  min-width: 20em;
}

.passport_fields-group {
  margin-top: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #eee;
}

.passport_fields-group_header {
  padding: .5em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.passport_fields-group_header--clickable {
  cursor: pointer;
}

.passport_fields-group_name {
  font-size: 1.125em;
  font-weight: 400;
}

.passport_fields-group_toggle {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.05351 0.348053C1.82721 0.12508 1.52161 0 1.20315 0C0.884678 0 0.57908 0.12508 0.352777 0.348053C0.241047 0.457544 0.152317 0.588056 0.0917528 0.731992C0.0311886 0.875928 2.27997e-08 1.03041 2.27997e-08 1.18646C2.27997e-08 1.3425 0.0311886 1.49699 0.0917528 1.64092C0.152317 1.78486 0.241047 1.91537 0.352777 2.02486L7.14876 8.6525C7.37558 8.87516 7.68138 9 8 9C8.31862 9 8.62442 8.87516 8.85124 8.6525L15.6472 2.02486C15.759 1.91537 15.8477 1.78486 15.9082 1.64092C15.9688 1.49699 16 1.3425 16 1.18646C16 1.03041 15.9688 0.875928 15.9082 0.731992C15.8477 0.588056 15.759 0.457544 15.6472 0.348053C15.4209 0.12508 15.1153 0 14.7969 0C14.4784 0 14.1728 0.12508 13.9465 0.348053L7.99739 5.78341L2.05351 0.348053Z' fill='%23555555'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em .5625em;
  width: 1em;
  height: .5625em;
  transition: transform 200ms ease;
  margin-right: .5em;
}

.passport_fields-group_toggle--active {
  transform: rotate(180deg);
}

.passport_fields-group_fields {
  display: flex;
  flex-direction: column;
}

.passport-coordsheet {
  grid-area: coordsheet;
  margin-top: 1em;
  display: flex;
  flex-direction: column;
}

.passport-coordsheet_name {
  font-weight: 400;
  margin-bottom: .2em;
}

.passport-coordsheet_sheet {
  max-width: 40em;
  width: 100%;
}

/* stylelint-disable-next-line geonomix/unused-classes */

.app--role_anon .passport-coordsheet {
  display: none;
}

.passport-media {
  grid-area: media;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: 1em;
}

.passport-media_item {
  width: 10em;
  height: 6em;
  margin: .125em;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ccc;
  overflow: hidden;
  position: relative;
}

.passport-media_item--image {
  background-image: var(--media-url);
}

.passport-media_item--video {
  position: relative;
}

.passport-media_item--video::before {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin-top: -.5em;
  margin-left: -.5em;
  border-radius: 50%;
  font-size: 300%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 128 1536 1536%22%3E  %3Cpath d%3D%22M1184 896q0 37-32 55l-544 320q-15 9-32 9-16 0-32-8-32-19-32-56v-640q0-37 32-56 33-18 64 1l544 320q32 18 32 55zm128 0q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z%22 %2F%3E%3C%2Fsvg%3E");
  opacity: .6;
  filter: invert(100%);
}

.passport-media_item_video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.passport-media_item_meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .125em;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 80%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.passport-edit_panel {
  grid-area: edit;
  display: flex;
  position: sticky;
  bottom: -1em;
  padding: 1em 0;
  background-color: white;
}

.passport-edit_hr {
  grid-area: hr;
  border: 0;
  margin: 1px 0;
  height: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.passport-edit_button {
  border-radius: .2em;
  margin: 0 .5em 0 0;
  border: none;
  background-color: #ddd;
  padding: 0 .5em;
  line-height: 2;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.passport-edit_button:focus {
  outline: none;
}

.passport-edit_button--edit {
  color: #fff;
  background-color: #0af;
}

.passport-edit_button--save {
  color: #fff;
  background-color: #0af;
}

.passport-edit_button--cancel {
  color: inherit;
  background-color: #ddd;
}

.passport-edit_button--delete {
  color: inherit;
  background-color: #ddd;
}

.passport-attachments {
  grid-area: attachments;
  -moz-column-width: 14em;
       column-width: 14em;
}

.passport-attachment {
  width: 100%;
  box-sizing: border-box;
  display: inline-grid;
  grid-template-areas: 'btn name';
  grid-template-columns: 2em 1fr;
  line-height: 2;
  align-items: center;
}

.passport-attachment--uploaded:hover {
  background-color: #d2d2d2;
}

.passport-attachment_upload_cancel {
  grid-area: btn;
  border: none;
  cursor: pointer;
  height: 1em;
  width: 1em;
  font-size: inherit;
  padding: 0;
  margin: 0;
  font-family: inherit;
  justify-self: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 128 1536 1536%22%3E  %3Cpath d%3D%22M1097 1079l-146 146q-10 10-23 10t-23-10l-137-137-137 137q-10 10-23 10t-23-10l-146-146q-10-10-10-23t10-23l137-137-137-137q-10-10-10-23t10-23l146-146q10-10 23-10t23 10l137 137 137-137q10-10 23-10t23 10l146 146q10 10 10 23t-10 23l-137 137 137 137q10 10 10 23t-10 23zm215-183q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z%22 %2F%3E%3C%2Fsvg%3E");
  opacity: .7;
}

.passport-attachment_upload_cancel:focus {
  outline: none;
}

.passport-attachment_upload_cancel:hover {
  opacity: 1;
}

.passport-attachment_check {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  height: 1em;
  width: 1em;
  justify-self: center;
}

.passport-attachment_check:focus {
  outline: none;
}

.passport-attachment_name {
  grid-area: name;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  padding-right: .5em;
}

/* need separate rule for z-index because of bug:
  first attachment in second column is not clickable when it has z-index
  so link is not working.
  Uploading filename is not clikable anyway */

.passport-attachment--uploading .passport-attachment_name {
  z-index: 100;
}

.passport-attachment_progress {
  grid-area: name;
  background-color: #d2d2d2;
  height: 1px;
  margin-top: 1em;
  position: relative;
}

.passport-attachment_progress::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #0af;
  width: calc(var(--progress) * 100%);
  transition: width 100ms ease;
  border-radius: 1em;
}

.passport-attachments_ctl {
  grid-area: ctl;
  padding-bottom: .5em;
}

.passport-attachments_upload {
  border-radius: .2em;
  margin: 2em .5em 0 0;
  border: none;
  background: #0af;
  padding: 0 .5em;
  line-height: 2;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  width: -moz-min-content;
  width: min-content;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.passport-attachments_upload:focus {
  outline: none;
}

.passport-attachments_delete,
.passport-attachments_download_arch {
  display: inline-block;
  margin: .5em .5em 0 0;
  border-radius: .2em;
  border: none;
  background: #ddd;
  padding: 0 .5em;
  line-height: 2;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
  color: inherit;
  white-space: nowrap;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.passport-attachments_selected_count {
  display: inline-block;
  font-family: monospace;
  background-color: #0af;
  font-size: 80%;
  line-height: 1.5;
  padding: 0 .25em;
  min-width: 1.5em;
  box-sizing: border-box;
  border-radius: 1em;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.passport-crs {
  line-height: 2;
  width: 100%;
  max-width: 40em;
  font-family: inherit;
  font-size: inherit;
}

.passport-crs_option {
  font-family: inherit;
  font-weight: inherit;
}

.passport-crs_option--original {
  font-weight: bold;
}

.passport_field {
  box-sizing: border-box;
  padding: .5em 0;
  width: 100%;
}

.passport_field-name {
  display: block;
  font-weight: 400;
  margin-bottom: .2em;
}

.passport_field-value {
  box-sizing: border-box;
  width: 100%;
  font-weight: 300;
  color: inherit;
  white-space: pre-wrap;
  word-break: break-word;
}

.passport_field-value:empty::before {
  content: '- нет данных -';
  font-size: 80%;
  color: #888;
}

.passport_field-value--geometry {
  height: 5em;
}

.passport_field-value--related,
.passport_field-value--hasgeom {
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  color: #5a6ec1;
}

.passport_field-value--related:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.passport_field-suggest_items {
  overflow-y: auto;
  max-height: 15em;
}

.passport_field-suggest_item {
  padding: .5em;
  cursor: pointer;
  font-weight: 300;
  color: #000;
}

.passport_field-suggest_item:hover {
  background-color: #eee;
}

.passport_field-suggest_item:empty {
  display: none;
}

.passport_field-suggest_clear {
  cursor: pointer;
  transition: opacity 200ms ease;
}

.passport_field-suggest_clear:hover {
  opacity: .6;
}

.gx_input--checkbox {
  width: auto;
}

.splitpanel_updown {
  position: relative;
  --splitpanel_updown-padding-bottom: 3em;
}

.splitpanel_updown-clip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: var(--splitpanel_updown-padding-bottom);
}

.splitpanel_updown-up {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
}

.splitpanel_updown-splitter {
  transform: translateY(-50%);
  height: 1em;
  z-index: 100;
  width: 100%;
  position: absolute;
  cursor: row-resize;
}

.splitpanel_updown-down {
  position: absolute;
  overflow: hidden;
  bottom: calc(-1 * var(--splitpanel_updown-padding-bottom));
  left: 0;
  right: 0;
}

.splitpanel_updown-transition {
  transition: top 100ms ease, height 100ms ease;
}

.treenode {
  /* for toggler absolute pos */
  position: relative;
}

.treenode--level_2 .treenode-header {
  padding-left: calc(.8em + 1.5em);
}

.treenode--level_3 .treenode-header {
  padding-left: calc(.8em + 1.5em * 2);
}

.treenode--level_4 .treenode-header {
  padding-left: calc(.8em + 1.5em * 3);
}

.treenode-header {
  padding-left: .8em;
  padding-right: 3.5em;
  display: block;
  line-height: 3;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: .3em solid transparent;
  transition: border-color 200ms ease;
}

.treenode-header--selected,
.treenode-header:hover {
  background: var(--theme-admterr-highlight);
}

.treenode-header--selected {
  border-color: var(--theme-admterr-highlight-gutter);
}

.treenode-toggler {
  position: absolute;
  right: 1em;
  top: .5em;
  width: 2em;
  height: 2em;
  opacity: .5;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
  color: inherit;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 50%;
}

.treenode-toggler:hover {
  opacity: 1;
  background-color: rgba(255,255,255, .1);
}

.treenode-toggler::-webkit-focus-inner {
  border: 0;
  padding: 0;
}

.treenode-toggler::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.treenode-toggler--expander::before,
.treenode-toggler--collapser::before {
  content: "\e80d";
  content: var(--fontello-right_open_big);
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transition: transform 200ms ease;
}

.treenode-toggler--expander::before {
  transform: rotate(0deg);
}

.treenode-toggler--collapser::before {
  transform: rotate(90deg);
}

.treenode-toggler--loading::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -.5em;
  margin-left: -.5em;
  width: 1em;
  height: 1em;
  border: .2em solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  transform-origin: center center;
  transform: rotate(700000deg);
  transition: transform 1000000ms linear;
}
