.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); }
}
.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: #191925;
  --theme-head-gl: 100%;
  --theme-head-fg: #fff;
  --theme-sidebar-bg: #20202f;
  --theme-sidebar-fg: #f4f4f4;
  --theme-sidebar-highlight: #14141d;
  --theme-sidebar-highlight-gutter: #437ca5;
  --theme-badge-fg: #f4f4f4;
  --theme-badge-bg: #555;
  --theme-expander-bg: #333;
  --theme-maptoggler-bg: #fff;
  --theme-maptoggler-border: #fff;
  --theme-bottompanel-bg: #20202f;
  --theme-bottompanel-fg: #fff;
  --theme-admterr-bg: #28283f;
  --theme-admterr-fg: var(--theme-sidebar-fg);
  --theme-admterr-highlight: var(--theme-sidebar-highlight);
  --theme-admterr-highlight-gutter: var(--theme-sidebar-highlight-gutter);

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

  --forms-grid-width: 3.75em;
  --forms-content-width: 83%;
  --forms-content-max-width: 47em;
}
/* 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;
}
:root {
  font-family: 'Roboto';

  --theme-default-main-color: #3e5ed0;
  --theme-default-secondary-color: #fff;
  --theme-default-bg-color: #f0f2f5;
  --theme-default-title-text-color: #111;
  --theme-default-description-text-color2: #555;

  --theme-admetr-head-bg: #334eaf;
  --theme-admterr-text: var(--theme-default-secondary-color);
  --theme-admter-bg-color: var(--theme-default-main-color);
  --theme-admter-hover-color: #334eaf;

  --theme-header-bgcolor: var(--theme-default-main-color);
  --theme-header-title-color: var(--theme-default-secondary-color);
  --theme-header-btn-active-color: var(--theme-default-secondary-color);
  --theme-header-btntext-active-color: var(--theme-default-main-color);
  --theme-header-btn-inactive-color: var(--theme-default-main-color);
  --theme-header-btntext-inactive-color: var(--theme-default-secondary-color);

  --theme-main-title-text: var(--theme-default-title-text-color);
  --theme-main-title-text-color: var(--theme-default-main-color);
  --theme-main-title-desc-color: var(--theme-default-description-text-color2);

  --theme-form-bgcolor: var(--theme-default-secondary-color);
  --theme-form-btn-actvive-color: var(--theme-default-main-color);
  --theme-form-btntext-active-color: var(--theme-default-secondary-color);
  --theme-form-btn-inactive-color: var(--theme-default-secondary-color);
  --theme-form-btntext-inactive-color: var(--theme-default-main-color);
  --theme-form-submit-color: var(--theme-default-main-color);
  --theme-form-submit-color-disabled: #223179;
  --theme-form-submit-textcolor: var(--theme-default-secondary-color);
  --theme-form-btn-hover-color: #293e9b;

  --theme-voting-bgcolor: var(--theme-default-secondary-color);
  --theme-voting-title-color: var(--theme-default-title-text-color);
  --theme-voting-description-color: var(--theme-default-description-text-color2);

  --theme-callcenter-bgcolor: var(--theme-default-secondary-color);
  --theme-callcenter-title-color: var(--theme-default-title-text-color);
  --theme-callcenter-description-color: var(--theme-default-description-text-color2);

  --theme-banner-gradient1: #143a8d;
  --theme-banner-gradient2: #508bef;
  --theme-banner-btn-color: #153373;
  --theme-banner-btn-hover-color: #162f6a;
  --theme-banner-text-color: var(--theme-default-secondary-color);

  --theme-errorcallcenter-card-bgcolor: var(--theme-default-secondary-color);
  --theme-errorcallcenter-title-color: var(--theme-default-title-text-color);
  --theme-errorcallcenter-description-color: var(--theme-default-description-text-color2);
  --theme-errorcallcenter-link-color: var(--theme-default-main-color);

  --theme-result-title-color: var(--theme-default-main-color);
  --theme-result-title-default-color: var(--theme-default-title-text-color);
  --theme-result-description-color: var(--theme-default-description-text-color2);
  --theme-result-link-color: var(--theme-default-main-color);
  --theme-result-card-bg-color: var(--theme-default-secondary-color);
  --theme-result-mapbtn-color: var(--theme-default-bg-color);
  --theme-result-mapbtn-hover-color: #f9fafb;
}
.admterrs {
  color: #fff;
  color: var(--theme-admterr-text);
}
.admterrs-selected {
  position: relative;
  display: block;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
  background: var( --theme-default-secondary-color);
  color: #3e5ed0;
  color: var(--theme-form-btn-actvive-color);
  padding-right: 34px;
  max-width: 31em;
  margin-bottom: .875em;
  font-weight: 400;
}
.admterrs-selected::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  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.18947 0.360482C1.96825 0.141433 1.6695 0.0185547 1.35818 0.0185547C1.04685 0.0185547 0.748103 0.141433 0.526875 0.360482C0.41765 0.468047 0.33091 0.596262 0.271704 0.737665C0.212498 0.879068 0.182009 1.03083 0.182009 1.18413C0.182009 1.33743 0.212498 1.4892 0.271704 1.6306C0.33091 1.772 0.41765 1.90022 0.526875 2.00778L7.17048 8.51878C7.39221 8.73752 7.69115 8.86017 8.00263 8.86017C8.3141 8.86017 8.61304 8.73752 8.83478 8.51878L15.4784 2.00778C15.5876 1.90022 15.6743 1.772 15.7335 1.6306C15.7928 1.4892 15.8232 1.33743 15.8232 1.18413C15.8232 1.03083 15.7928 0.879068 15.7335 0.737665C15.6743 0.596262 15.5876 0.468047 15.4784 0.360482C15.2571 0.141433 14.9584 0.0185547 14.6471 0.0185547C14.3357 0.0185547 14.037 0.141433 13.8158 0.360482L8.00007 5.70018L2.18947 0.360482Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.admterrs-selected_parents {
  font-size: 80%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #5b5b5b;
}
.admterrs-selected_parents_item:not(:last-child)::after {
  content: ' / ';
  color: #888;
}
.admterrs-dropdown_content {
  background-color: rgba(0, 0, 0, .5);
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
/* stylelint-disable-next-line geonomix/unused-classes */
.admterrs-dropdown_content .modal-box {
  background-color: #3e5ed0;
  background-color: var( --theme-admter-bg-color);
  width: 50%;
  height: 75%;
  padding: .5em;
  border-radius: 1em;
}
/* stylelint-disable-next-line geonomix/unused-classes */
.admterrs-dropdown_content .modal-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #334eaf;
  background: var( --theme-admetr-head-bg);
  border-radius: 1em;
}
.admterrs-pinned {
  font-weight: 400;
}
.admterrs-search {
  display: flex;
}
.admterrs-search_input {
  flex: 1;
  color: inherit;
  background: none;
  border: none;
  font-size: inherit;
  font-family: inherit;
  line-height: 3;
  padding: 0 1em;
  width: 100%;
}
.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;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  flex-shrink: 0;
}
.admterrs-search_close:focus {
  outline: none;
}
.admterrs-search_close:hover {
  background: #334eaf;
  background: var(--theme-admter-hover-color);
}
.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_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: #334eaf;
  background: var(  --theme-admter-hover-color);
}
.admterrs_search_hits-item--selected {
  border-color: #334eaf;
  border-color: var(--theme-admter-hover-color);
}
.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;
}
.admterrs_tree {
  overflow-y: scroll;
  height: inherit;
}
.banner {
  background: linear-gradient(
    45deg,
    #143a8d,
    #508bef
  );
  background: linear-gradient(
    45deg,
    var(--theme-banner-gradient1),
    var(--theme-banner-gradient2)
  );
  border-radius: .8em;
  color: #fff;
  color: var(--theme-banner-text-color);
  width: 100%;
  max-width: 90em;
  min-height: 20em;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2em;
}
.banner::before,
.banner::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
}
.banner::before {
  width: 40em;
  height: 40em;
  bottom: -20em;
  left: -10em;
}
.banner::after {
  width: 30em;
  height: 30em;
  top: -15em;
  right: -10em;
}
.banner_container {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  position: relative;
  padding: 2.5em 3em;
}
.banner_content {
  flex: 1;
}
.banner_title {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 .4em;
}
.banner_subtitle {
  font-size: 1em;
  font-weight: 500;
  opacity: .9;
}
.banner_description {
  font-size: 1em;
  line-height: 1.5;
  opacity: .9;
  margin: 0 0 1.5em;
}
.banner_button {
  display: inline-block;
  background: #153373;
  background: var(--theme-banner-btn-color);
  padding: .9em 1.6em;
  border-radius: .5em;
  font-size: 1em;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fff;
  color: var(--theme-banner-text-color);
  transition: background 300ms ease;
}
.banner_button:hover {
  background: #162f6a;
  background: var(--theme-banner-btn-hover-color);
}
.banner_image {
  flex: 1;
  min-width: 20em;
  height: 18em;
  background: url('../../assets/macbook_1bb56c50.png') no-repeat bottom right;
  background-size: contain;
  margin-top: auto;
  padding: 0;
}
@media (max-width: 992px) {
  .banner_container {
    padding: 2em 2.5em;
  }
  .banner_title {
    font-size: 1.6em;
  }
  .banner_image {
    height: 16em;
  }
}
@media (max-width: 768px) {
  .banner {
    min-height: 18em;
  }
  .banner_container {
    padding: 1.6em 1.8em;
    flex-direction: column;
    gap: 1.25em;
  }
  .banner_title {
    font-size: 1.35em;
  }
}
@media (max-width: 700px) {
  .banner {
    grid-template-columns: repeat(1, 1fr);
  }
  .banner_image {
    background: url('../../assets/macbook_1bb56c50.png') no-repeat bottom left;
    background-size: contain;
    height: 14em;
  }
}
.callcenter-container {
  max-width: 90em;
  margin: 0 auto;
  text-align: center;
  font-family: 'Inter', sans-serif;
  color: #111827;
}
.callcenter-header_icon {
  width: 7em;
  height: 7em;
  margin: 0 auto 1.5em;
  background: url('../../assets/question&headphone_141f3fd3.svg') no-repeat center / contain;
}
.callcenter-header_titile--top {
  font-size: 2.25em;
  font-weight: 700;
  color: #111827;
  margin-bottom: .5em;
}
.callcenter-header_titile--bottom {
  font-size: 1.05em;
  line-height: 1.6;
  color: #6b7280;
  max-width: 50em;
  margin: 0 auto;
}
.callcenter-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
  gap: 2em;
  margin-top: 3em;
}
.callcenter-card {
  background: #fff;
  border-radius: 1em;
  box-shadow: 0 .1em .4em rgba(0, 0, 0, .05);
  padding: 2em;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: .2em;
  transition: box-shadow 250ms ease, transform 150ms ease;
}
.callcenter-card:hover {
  box-shadow: 0 .4em 1em rgba(0, 0, 0, .08);
  transform: translateY(-.15em);
}
.callcenter-card_header {
  display: flex;
  align-items: center;
  gap: .8em;
}
.callcenter-card_icon {
  width: 2.5em;
  height: 2.5em;
  background: url('../../assets/headset_fc46e659.svg') no-repeat center / contain;
  flex-shrink: 0;
  filter: invert(36%) sepia(95%) saturate(1500%) hue-rotate(200deg)
    brightness(92%) contrast(94%);
}
.callcenter-card_title {
  font-size: 1.25em;
  font-weight: 700;
  color: #111827;
  text-transform: capitalize;
}
.callcenter-card_section {
  border-top: 1px solid #e5e7eb;
  padding-top: 1.25em;
  display: flex;
  flex-direction: column;
}
.callcenter-card_head {
  font-size: 1em;
  font-weight: 600;
  color: #111827;
}
.callcenter-field {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #e5e7eb;
  padding: .7em 0;
  font-size: .95em;
}
.callcenter-field:last-child {
  border-bottom: none;
}
.callcenter-field_label {
  color: #9ca3af;
  font-weight: 500;
  flex: 0 0 40%;
  line-height: 1.4;
}
.callcenter-field_value {
  color: #111827;
  font-weight: 500;
  text-align: right;
  flex: 1;
  line-height: 1.4;
  word-break: break-word;
}
.callcenter-card_link {
  color: #2563eb;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 600;
  transition: color 200ms ease, text-decoration-color 200ms ease;
}
.callcenter-card_link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #1e40af;
}
@media (max-width: 992px) {
  .callcenter-cards {
    grid-template-columns: 1fr;
    gap: 1.5em;
  }

  .callcenter-card {
    padding: 1.75em;
  }

  .callcenter-header_titile--top {
    font-size: 2em;
  }

  .callcenter-header_icon {
    width: 6em;
    height: 6em;
  }
}
@media (max-width: 640px) {
  .callcenter-container {
    padding: 3em 1em;
  }

  .callcenter-card {
    padding: 1.25em;
    gap: 1em;
  }

  .callcenter-card_title {
    font-size: 1.1em;
  }

  .callcenter-field {
    flex-direction: column;
    align-items: flex-start;
    gap: .4em;
  }

  .callcenter-field_value {
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  .callcenter-card,
  .callcenter-card_link {
    transition: none;
  }
}
.hero {
  font-family: 'Roboto', sans-serif;
  max-width: 90em;
  width: 100%;
  margin: 0 auto;
}
.hero-info_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5em;
  gap: 1.5em;
  align-items: stretch;
}
/* ---------------- ВОТИНГ ---------------- */
.hero-voting {
  background: #fff;
  background: var(--theme-voting-bgcolor);
  padding: 2em;
  border-radius: 1em;
  box-shadow: 0 .25em .75em rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: column;
}
.hero-voting_title {
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 2.2em; /* 22px */
  margin-bottom: 1.75em;
  color: #111;
  color: var(--theme-voting-title-color);
}
.hero-voting_question {
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  background: #3e5ed0;
  background: var(--theme-default-main-color);
  color: #fff;
  font-size: .8em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .75em;
}
.hero-voting_steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero-voting_step {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
  margin-bottom: 1.5em;
}
.hero-voting_icon {
  width: 8em;
  height: 8em;
  flex-shrink: 0;
  border-radius: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-voting_icon--1 { background-image: url('../../assets/vote1_1ea24163.png'); }
.hero-voting_icon--2 { background-image: url('../../assets/vote2_7718ab98.png'); }
.hero-voting_icon--3 { background-image: url('../../assets/vote3_3f51d57b.png'); }
.hero-voting_icon--4 { background-image: url('../../assets/vote4_8926f7f.png'); }
.hero-voting_step_number {
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  border: .0625em solid #555;
  border: .0625em solid var(--theme-voting-description-color);
  color: #555;
  color: var(--theme-voting-description-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: .75em;
}
.hero-voting_step_title {
  font-size: 1.375em; /* 22px */
  font-weight: 700;
  color: #111;
  color: var(--theme-voting-title-color);
  margin-bottom: .25em;
}
.hero-voting_step_text {
  font-size: 1em;
  color: #555;
  color: var(--theme-voting-description-color);
  line-height: 1.5;
  max-width: 90%;
}
/* ---------------- CALLCENTER ---------------- */
.hero-callcenter {
  background: #fff;
  background: var(--theme-callcenter-bgcolor);
  border-radius: 1em;
  padding: 2.5em;
  box-shadow: 0 .25em .75em rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.hero-callcenter_header {
  align-items: flex-start;
  gap: 1em;
  margin-bottom: 2em;
}
.hero-callcenter_icon {
  width: 6.5em;
  height: 4.5em;
  flex-shrink: 0;
  background: url('../../assets/question&headphone_141f3fd3.svg') center / contain no-repeat;
}
.hero-callcenter_titles {
  flex: 1;
}
.hero-callcenter_title {
  font-size: 2.5em; /* 24px */
  font-weight: 700;
  color: #111;
  color: var(--theme-callcenter-title-color);
  margin-bottom: .5em;
  line-height: 1.3;
}
.hero-callcenter_subtitle {
  font-size: 1em;
  line-height: 1.5;
  color: #555;
  color: var(--theme-callcenter-description-color);
  max-width: 90%;
}
.hero-callcenter_image {
  width: 100%;
  height: 30em;
  background: url('../../assets/call_center_5f1ba577.png') center bottom / contain no-repeat;
  margin-top: auto;
}
/* ---------------- ADAPTIVE ---------------- */
@media (max-width: 992px) {
  .hero-info_container {
    grid-template-columns: 1fr;
    gap: 1.25em;
  }

  .hero-voting,
  .hero-callcenter {
    padding: 1.75em;
  }

  .hero-voting_step {
    gap: 1.25em;
  }

  .hero-voting_icon {
    width: 8em;
    height: 8em;
  }

  .hero-voting_step_title {
    font-size: 1.25em;
  }

  .hero-callcenter_title {
    font-size: 2.1em;
  }

  .hero-callcenter_image {
    height: 25em;
  }
}
@media (max-width: 768px) {
  .hero-voting,
  .hero-callcenter {
    padding: 1.5em;
    border-radius: .8em;
  }

  .hero-voting_title {
    font-size: 1.8em;
    margin-bottom: 1.25em;
  }

  .hero-voting_icon {
    width: 7em;
    height: 7em;
  }

  .hero-voting_step_number {
    width: 1.5em;
    height: 1.5em;
  }

  .hero-voting_step_title {
    font-size: 1.15em;
  }

  .hero-callcenter_header {
    text-align: center;
  }

  .hero-callcenter_title {
    font-size: 2em;
  }

  .hero-callcenter_subtitle {
    font-size: .95em;
    max-width: 100%;
  }

  .hero-callcenter_image {
    height: 16em;
  }
  @media (max-width: 580px) {
    .hero-callcenter_icon {
      margin: auto;
    }
  }
}
.logo {
  width: 5em;
  height: 5em;
  background: url('../../assets/logo_fd084f77.png') center / contain no-repeat;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .logo {
    width: 3.5em;
    height: 3.5em;
  }
}
@media (max-width: 768px) {
  .logo {
    width: 3em;
    height: 3em;
  }
}
/* stylelint-disable */
.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);
}
.mapboxgl-popup-content {
  background: #fff;
  border: 2px solid #3e5ed0;
  border: 2px solid var(--theme-default-main-color);
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
  padding: 6px;
}
.mapboxgl-popup-content::before {
  content: '';
  background: url('../../assets/building_be5b9a4c.svg') center/contain no-repeat;
  width: 2em;
  height: 2em;
  display: block;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: #3e5ed0 !important;
  border-top-color: var(--theme-default-main-color) !important;
}
.mapboxgl-popup-tip {
  border: 8px solid transparent !important;
}
.passport {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-gap: 1.5em;
  gap: 1.5em;
  font-family: 'Roboto', 'sans-serif';
  color: #3e5ed0;
  color: var(--theme-result-title-color);
}
.passport-result_title {
  grid-column: 1/-1;
  grid-row: 1;
  margin: 0;
  font-size: 2em;
  color: #3e5ed0;
  color: var(--theme-result-title-color);
}
.passport-poolingstation_info_container {
  margin-top: .25em;
}
.passport-card {
  padding: 1.5em;
  border-radius: .8em;
  background: #fff;
  background: var(--theme-result-card-bg-color);
  box-shadow: 0 .125em .375em rgba(0, 0, 0, .05);
}
.passport-aside {
  grid-column: 1 / span 6;
  grid-row: 3;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.passport-card--map {
  grid-column: 7/-1;
  grid-row: 3;
  align-self: start;
  padding: 1.75em 2em;
}
.passport-card_title {
  margin: 0 0 .2em;
  font: 600 1em/1.25em;
  color: #111;
  color: var(--theme-result-title-default-color);
}
.passport-card_title--heading {
  display: flex;
  align-items: center;
  gap: .6em;
  font: 600 1.7em/1.1em;
  color: #3e5ed0;
  color: var(--theme-result-title-color);
}
.passport-card_num {
  font-weight: 600;
}
.passport-icon {
  flex: 0 0 1.25em;
  width: 1.25em;
  height: 1.25em;
  margin-right: .1em;
  -webkit-mask: url('../../assets/building_be5b9a4c.svg') center/contain no-repeat;
          mask: url('../../assets/building_be5b9a4c.svg') center/contain no-repeat;
  background-color: currentColor;
}
.passport-field {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  padding: .6em 0;
  border-bottom: .0625em solid #f0f0f0;
  color: #555;
  color: var(--theme-result-description-color);
}
.passport-field:last-child {
  border-bottom: none;
}
.passport-field_label {
  display: inline-block;
  font-weight: 400;
  color: #111;
  color: var(--theme-result-title-default-color);
}
.passport-field_value {
  margin: 0;
  text-align: right;
  color: #555;
  color: var(--theme-result-description-color);
}
.passport-field_contact {
  color: #3e5ed0;
  color: var(--theme-result-title-color);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.passport-field_contact:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.passport-schedule {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .95em;
  color: #4b5563;
}
.passport-schedule_item {
  display: flex;
  align-items: center;
  gap: .4em;
  margin: .3em 0;
}
.passport-schedule_icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  font-size: .8em;
  background-color: #999;
  -webkit-mask-image: url('../../assets/clock_hour_113be2bd.svg');
          mask-image: url('../../assets/clock_hour_113be2bd.svg');
  width: 1.25em;
  height: 1.25em;
}
.passport-map {
  width: 100%;
  height: 36em;
  overflow: hidden;
  border-radius: .6em;
  background: #f9fafb;
}
.passport-map_links {
  margin-top: .8em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .5em;
  text-align: right;
  font-size: .85em;
  color: #6b7280;
}
.passport-map_link {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  padding: .4em .8em;
  border: .0625em solid #f0f2f5;
  border: .0625em solid var(--theme-result-mapbtn-color);
  border-radius: .5em;
  background: #fff;
  background: var(--theme-result-card-bg-color);
  color: #111827;
  font-size: .95em;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background 200ms, box-shadow 200ms, text-decoration-color 200ms;
}
.passport-map_link:hover {
  background: #f9fafb;
  background: var(--theme-result-mapbtn-hover-color);
  box-shadow: 0 .0625em .1875em rgba(0, 0, 0, .08);
}
.passport-map_link--yandex::before,
.passport-map_link--2gis::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.passport-map_link--yandex::before {
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/7/72/Yandex_Maps_icon.svg');
}
.passport-map_link--2gis::before {
  background-image: url('https://static.tildacdn.com/tild3535-3834-4663-b231-646261323434/2gis-seeklogo1.png');
}
.passport-card--employees .passport-field_label {
  font-weight: 400;
}
.passport-card--employees .passport-field_value {
  color: #000;
}
.passport-card--info {
  display: grid;
  grid-template-columns: 2.25em 1fr;
  grid-column-gap: 1em;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: start;
  padding: 1.75em 2em;
  grid-column: 1/-1;
  grid-row: 2;
}
.passport-card--info .passport-icon {
  width: 2.25em;
  height: 2.25em;
  margin-top: .25em;
  color: #3b82f6;
  -webkit-mask: url('../../assets/building_be5b9a4c.svg') center/contain no-repeat;
          mask: url('../../assets/building_be5b9a4c.svg') center/contain no-repeat;
  background-color: currentColor;
}
.passport-card--info .passport-card_title--heading {
  display: flex;
  align-items: center;
  gap: .5em;
  font-size: 1.75em;
  line-height: 1.11;
  font-weight: 500;
  color: #111827;
}
.passport-card--info .passport-card_num {
  font-weight: 600;
  white-space: nowrap;
}
.passport-card--info .passport-field {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  padding: .875em 0;
  border-bottom: .0625em solid #e5e7eb;
}
.passport-card--info .passport-field:last-child {
  border-bottom: none;
}
.passport-card--info .passport-field_label {
  font-size: 1em;
  font-weight: 400;
  color: #9ca3af;
  flex: 0 0 auto;
}
.passport-card--info .passport-field_value {
  font-size: 1em;
  font-weight: 400;
  color: #374151;
  text-align: right;
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  word-wrap: anywhere;
}
.passport-aside .passport-card {
  padding: 1.75em 2em;
}
.passport-aside .passport-card_title {
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 500;
  color: #111827;
}
.passport-aside .passport-field {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  padding: .875em 0;
  border-bottom: .0625em solid #e5e7eb;
}
.passport-aside .passport-field:last-child {
  border-bottom: none;
}
.passport-aside .passport-field_label {
  font-size: 1em;
  font-weight: 400;
  color: #9ca3af;
  flex: 0 0 auto;
}
.passport-aside .passport-field_value {
  font-size: 1em;
  font-weight: 400;
  color: #111827;
  text-align: right;
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  word-wrap: anywhere;
}
.passport-card--schedule .passport-schedule {
  margin-top: .8em;
  padding: 0;
  list-style: none;
  font-size: 1em;
  font-weight: 400;
  color: #374151;
}
.passport-schedule_time {
  color: #9ca3af;
}
.passport-card--schedule .passport-schedule_item {
  display: flex;
  align-items: center;
  gap: .25em;
  padding: .5em 0;
  border-bottom: .0625em solid #e5e7eb;
}
.passport-card--schedule .passport-schedule_item:last-child {
  border-bottom: none;
}
.passport-field_contact_link {
  color: #2563eb;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.passport-field_contact_link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.passport-card--map .passport-card_title {
  margin: 0 0 1em;
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 500;
  color: #111827;
}
.passport-card--map .passport-map[is='gxmap'] {
  width: 100%;
  height: 22em;
  overflow: hidden;
  border: .0625em solid #e5e7eb;
  border-radius: .875em;
  background: #f3f4f6;
}
.passport-card--map .passport-map_links {
  margin-top: 1em;
  gap: .75em;
  text-align: center;
  font-size: .95em;
  color: #6b7280;
}
.passport-card--map .passport-map_link {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  padding: .5em .9em;
  border: .0625em solid #e5e7eb;
  border-radius: .75em;
  background: #fff;
  color: #111827;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  box-shadow: 0 .0625em .125em rgba(16, 24, 40, .04);
  transition: background 200ms, border-color 200ms, box-shadow 200ms, transform 200ms;
}
.passport-card--map .passport-map_link:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  -webkit-text-decoration: none;
  text-decoration: none;
  box-shadow: 0 .125em .25em rgba(16, 24, 40, .06);
}
.passport-card--map .passport-map_link:active {
  transform: translateY(.0625em);
}
.passport-card--map .passport-map_link::before {
  content: '';
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.passport-card--map .passport-map_link--yandex::before {
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/7/72/Yandex_Maps_icon.svg');
}
.passport-card--map .passport-map_link--2gis::before {
  background-image: url('https://static.tildacdn.com/tild3535-3834-4663-b231-646261323434/2gis-seeklogo1.png');
}
@media (max-width: 1200px) {
  .passport-card_title--heading {
    font-size: 1.6em;
  }
  .passport-card--map .passport-map[is='gxmap'] {
    height: 20em;
  }
}
@media (max-width: 992px) {
  .passport {
    grid-template-columns: 1fr;
    gap: 1.25em;
  }
  .passport-card {
    padding: 1.25em;
  }
  .passport-card_title--heading {
    font-size: 1.5em;
  }
  .passport-map {
    height: 28em;
  }
  .passport-result_title,
  .passport-card--info,
  .passport-aside,
  .passport-card--map {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .passport-card--map {
    padding: 1.25em 1em;
  }
  .passport-card--map .passport-map[is='gxmap'] {
    height: 18em;
  }
}
@media (max-width: 640px) {
  .passport-card--info {
    grid-template-columns: 2em 1fr;
    padding: 1.25em 1em;
  }
  .passport-card--info .passport-card_title--heading {
    font-size: 1.75em;
  }
  .passport-card--info .passport-field {
    display: block;
  }
  .passport-card--info .passport-field_value {
    text-align: left;
    padding-top: .5em;
  }
  .passport-aside .passport-card {
    padding: 1.25em 1em;
  }
  .passport-aside .passport-field {
    display: block;
    padding: .75em 0;
  }
  .passport-aside .passport-field_value {
    text-align: left;
    padding-top: .5em;
  }
  .passport-card--map .passport-map[is='gxmap'] {
    height: 14em;
  }
  .passport-card--map .passport-card_title {
    font-size: 1.25em;
    line-height: 1.6;
  }
  .passport-card--map .passport-map_links {
    row-gap: .5em;
  }
}
@media (max-width: 420px) {
  .passport-field {
    display: block;
  }
  .passport-field_value {
    text-align: left;
    padding-top: 1em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .passport-map_link {
    transition: none;
  }
}
.precinct-form--residential_address .gx_input.gx_select-input {
  padding: 1em;
  padding-right: 2.5em;
  background-color: transparent;
  color: #0a080b;
  border: none;
  outline: none;
}
.gx_select-dropdown {
  background: #3e5ed0;
  background: var(--theme-admter-bg-color);
  left: 0;
  border-radius: .5em;
  margin-top: .5em;
  padding: .5em 0;
}
.gx_select-icon {
  margin-right: 1em;
}
.precinct-form_select_item:hover {
  background-color: #3554c3;
}
.container {
  width: 100%;
  max-width: 90em;
  margin: 0 auto;
}
.precinct {
  height: 100vh;
  overflow: auto;
  background-color: #f0f2f5;
  background-color: var(--theme-default-bg-color);
}
.precinct::-webkit-scrollbar {
  display: none;
}
/*------------------------Header------------------------------------------------*/
.precinct-header {
  max-height: 8em;
  height: 100%;
  display: flex;
  background: #3e5ed0;
  background: var(--theme-header-bgcolor);
  padding: 0 2em;
}
.precinct-header_container {
  width: 100%;
  max-width: 90em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.precinct-header_left {
  display: flex;
  align-items: center;
  gap: 1em;
}
.precinct-caption {
  margin-top: .625em;
}
.precinct-title,
.precinct-subtitle {
  color: #fff;
  color: var(--theme-header-title-color);
  margin: 0;
  line-height: 1.25;
}
.precinct-title {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
}
.precinct-subtitle {
  font-size: 1.2em;
  margin-top: .625em;
  font-weight: 400;
}
.precinct-lang {
  display: flex;
  gap: 8px;
}
.precinct-lang_item {
  padding: .375em .875em;
  font-size: .875em;
  font-weight: 500;
  color: #fff;
  color: var(--theme-header-btntext-inactive-color);
  border: 1px solid #fff;
  border: 1px solid var(--theme-header-btntext-inactive-color);
  border-radius: .375em;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.precinct-lang_item.active,
.precinct-lang_item:hover {
  background: #fff;
  background: var(--theme-header-btn-active-color);
  color: #3e5ed0;
  color: var(--theme-header-btntext-active-color);
  border-color: #fff;
  border-color: var(--theme-header-btn-active-color);
}
.precinct-header_right {
  align-items: center;
}
.precinct-subheader_inner {
  display: flex;
  align-items: center;
  margin-top: 1em;
  gap: 8px;
}
.precinct-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 3em;
}
/*------------------------Main Title------------------------------------------------*/
.precinct-intro {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2.875em 1em 1.2em;
}
.precinct-intro_container {
  max-width: 90em;
}
.intro-title_uptitle {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.05em;
  font-weight: 500;
  padding: .375em 1.25em;
  border: 1px dashed #b0b0b0;
  border-radius: 62em;
  margin-bottom: 1.5em;
  background: var(--theme-background-color);
  color: #111;
  color: var(--theme-main-title-text);
}
.intro-title_maintitle {
  margin: 0;
  padding: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
  color: var(--theme-main-title-text);
  text-transform: capitalize;
}
.intro-title_maintitle--highlight {
  color: #3e5ed0;
  color: var(--theme-main-title-text-color);
}
.intro-title_desc {
  margin-top: 1.25em;
  font-size: 1em;
  color: #555;
  color: var(--theme-main-title-desc-color);
  line-height: 1.6;
}
/*------------------------From-------------------------------------------------*/
.precinct-form_container {
  margin-bottom: 30px;
  background-color: #fff;
  background-color: var(--theme-form-bgcolor);
  border-radius: .625em;
  padding: 1.5em;
}
.precinct-form_tabs {
  margin-bottom: .875em;
}
.precinct-form {
  display: flex;
  align-items: center;
  gap: 1em;
}
.precinct-form_item {
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #999;
  border-radius: 1em;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.precinct-form_item:focus-within {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .06);
}
.precinct-form_item--select {
  overflow: visible;
}
.precinct-form_model {
  width: 100%;
  display: block;
  padding: .9375em 1em;
  border: none;
  font-size: 1em;
  line-height: 1.25;
  box-sizing: border-box;
  color: #0a080b;
}
.precinct-form_model:focus {
  outline: none;
}
.precinct-form_model[type='number']::-webkit-inner-spin-button,
.precinct-form_model[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.precinct-form_submit {
  padding: 0 1.25em;
  background-color: #3e5ed0;
  background-color: var(--theme-form-submit-color);
  border: none;
  border-radius: .5em;
  font-size: 1em;
  line-height: 1.25;
  color: #fff;
  color: var(--theme-form-submit-textcolor);
  box-sizing: border-box;
  cursor: pointer;
  min-width: 150px;
  height: 44px;
}
.precinct-form_submit:disabled {
  background-color: #223179;
  background-color: var(--theme-form-submit-color-disabled);
  cursor: wait;
}
.precinct-form_select_item {
  height: 3em;
  box-sizing: border-box;
  padding: .25em .8em;
  cursor: pointer;
  display: block;
  border-left: .25em solid transparent;
  transition: background 200ms ease;
  white-space: nowrap;
  color: #fff;
  color: var(--theme-admterr-text);
}
.precinct-form_select_item:hover {
  background: var(--theme-banner-gardient1);
}
.precinct-form_select_item--selected {
  border-color: var(--theme-banner-gardient1);
}
.precinct-form_select_name {
  display: block;
  margin-top: .2em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.precinct-form_select_empty {
  display: block;
  padding: 1em;
  white-space: normal;
  word-break: break-word;
  color: #fff;
  color: var(--theme-admterr-text);
}
.precinct-form_label {
  margin-right: .3125em;
  flex: 1 200px;
}
.precinct-form_label_text {
  font-size: .875em;
  font-weight: normal;
  line-height: 1.125;
  color: #4d4d4d;
  display: block;
  margin-bottom: .3125em;
}
.precinct-form_item.is-error {
  border: 1px solid #ff0000;
}
.precinct-form_submit.is-error {
  background-color: #ff0000;
}
.precinct-form_label_text.is-error {
  color: #ff0000;
}
.precinct-form_item.is-error .precinct-form_model {
  color: #ff0000;
}
@media (max-width: 992px) {
  .precinct-intro {
    padding: 2em 1em 1.25em;
  }
  .intro-title_maintitle {
    font-size: 2.4em;
    line-height: 1.1;
  }
  .intro-title_desc {
    margin-top: 1em;
    font-size: 1em;
  }
  /* Header */
  .precinct-header {
    padding: 1em 1.5em;
  }
  .precinct-header_container {
    gap: .875em;
  }
  .precinct-header_left {
    gap: .875em;
  }
  .precinct-title {
    font-size: 1.35em;
  }
  .precinct-subtitle {
    font-size: 1.1em;
  }
  .precinct-lang_item {
    padding: .3125em .75em;
    font-size: .8125em;
  }
  .precinct-content {
    padding: 2.5em 2em;
  }
}
@media (max-width: 768px) {
  /* Header */
  .precinct-header {
    padding: .75em 1em;
    max-height: 7em;
  }
  .precinct-header_container {
    display: block;
    gap: .75em;
  }
  .precinct-header_left {
    justify-content: center;
    text-align: center;
    gap: .75em;
  }
  .precinct-header_right {
    justify-self: center;
  }
  .precinct-title {
    font-size: 1.2em;
  }
  .precinct-subtitle {
    font-size: 1em;
  }
  .precinct-lang_item {
    padding: .25em .63em;
    font-size: .75em;
  }
  .precinct-content {
    padding: 1.8em 1em;
  }
}
@media (max-width: 500px) {
  /*HEader*/
  .intro-title_uptitle {
    width: -moz-fit-content;
    width: fit-content;
  }
  .precinct-form {
    display: block;
  }
  .precinct-form_submit {
    width: 100%;
    margin-top: 1em;
  }
}
@media (max-width: 400px) {
  /*HEADER*/
  .precinct-header {
    padding: .75em 1em;
    max-height: 9em;
  }
  .intro-title_maintitle {
    font-size: 2em;
  }
  .intro-title_desc {
    font-size: .9em;
  }
}
.tabs {
  display: flex;
  gap: .5em;
}
.tabs-tab {
  cursor: pointer;
  padding: .5em .75em;
  transition: color 200ms ease;
  color: #3e5ed0;
  color: var(--theme-form-btn-actvive-color);
  z-index: 1;
  font-weight: 500;
  border: 1px solid #3e5ed0;
  border: 1px solid var(--theme-form-btn-actvive-color);
  border-radius: .5em;
}
.tabs-tab--active {
  background: #3e5ed0;
  background: var(--theme-form-btn-actvive-color);
  color: #fff;
  color: var(--theme-form-btntext-active-color);
}
@media (max-width: 500px) {
  .tabs {
    display: grid;
  }
}
.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-secondary-color);
}
.treenode-header--selected {
  border-color: var(--theme-secondary-color);
}
.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;
}
