@font-face {
  font-family: Circe;
  src: url("../fonts/CirceRegular.woff") format("woff"), url("../fonts/CirceRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Circe;
  src: url("../fonts/CirceBold.woff") format("woff"), url("../fonts/CirceBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Circe;
  src: url("../fonts/CirceExtraBold.woff") format("woff"), url("../fonts/CirceExtraBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15 /* 1 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box /* 1 */;
  height: 0 /* 1 */;
  overflow: visible /* 2 */;
}
pre {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none /* 1 */;
  text-decoration: underline /* 2 */;
  text-decoration: underline dotted /* 2 */;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit /* 1 */;
  font-size: 100% /* 1 */;
  line-height: 1.15 /* 1 */;
  margin: 0 /* 2 */;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]-moz-focusring,
[type="reset"]-moz-focusring,
[type="submit"]-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box /* 1 */;
  color: inherit /* 2 */;
  display: table /* 1 */;
  max-width: 100% /* 1 */;
  padding: 0 /* 3 */;
  white-space: normal /* 1 */;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  outline-offset: -2px /* 2 */;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button /* 1 */;
  font: inherit /* 2 */;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
#app *,
#app *::before,
#app *::after {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style-type: none;
  box-sizing: border-box;
}
#app * button,
#app *::before button,
#app *::after button {
  border-width: 0;
  background-color: inherit;
}
#app body {
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #131618;
  font-size: 16px;
  line-height: 19.2px;
  font-family: "Circle", sans-serif;
}
#app img,
#app picture,
#app video,
#app canvas {
  display: block;
  max-width: 100%;
}
#app input,
#app button,
#app textarea,
#app select {
  font: inherit;
}
#app p,
#app h1,
#app h2,
#app h3,
#app h4,
#app h5,
#app h6 {
  margin: 0;
}
button,
a,
summary {
  cursor: pointer;
}
#app .map__control {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1199px) {
#app .map__control {
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}
}
#app .map__info {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  flex: 0 1 50%;
}
#app .map__info h1 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Circe";
}
@media (max-width: 1199px) {
#app .map__info h1 {
    text-align: center;
}
}
#app .map__info svg {
  animation-name: move;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (max-width: 1199px) {
#app .map__info svg {
    display: none;
}
}
#app .detail {
  position: relative;
  border: none;
  background-color: #fff;
  color: #203340;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Circe";
}
@media (min-width: 1200px) {
#app .detail {
    flex: 0 1 50%;
}
}
#app .detail summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  font-size: 20px;
  line-height: 23px;
  padding: 0 12px;
}
@media (min-width: 1200px) {
#app .detail summary {
    padding: 0 30px;
}
}
#app .detail summary input {
  padding: 4px;
  border: none;
  width: 100%;
}
#app .detail summary input:focus-visible {
  outline: none;
  border: none;
}
#app .detail summary input::-webkit-input-placeholder {
  color: #263648;
  opacity: 1;
}
#app .detail summary svg {
  pointer-events: none;
  transform: rotate(0deg);
}
#app .detail[open] svg {
  transform: rotate(180deg);
}
#app .detail[open] input::-webkit-input-placeholder {
  opacity: 0.1;
}
#app .detail__list {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-color: #f36746;
  scrollbar-width: thin;
}
@media (min-width: 1200px) {
#app .detail__list {
    position: absolute;
    top: 79px;
    left: 0;
    z-index: 1;
}
}
#app .detail__list:before {
  content: '';
  display: block;
  width: calc(100% - 60px);
  margin: 0 auto;
  height: 1px;
  background-color: #acbecc;
}
#app .detail__list li {
  min-height: 37px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#app .detail__list li:first-child {
  margin-top: 25px;
}
#app .detail__list li:hover {
  background-color: #00ade6;
}
@-moz-keyframes move {
0% {
    transform: translateX(0px);
}
50% {
    transform: translateX(30px);
}
100% {
    transform: translateX(0px);
}
}
@-webkit-keyframes move {
0% {
    transform: translateX(0px);
}
50% {
    transform: translateX(30px);
}
100% {
    transform: translateX(0px);
}
}
@-o-keyframes move {
0% {
    transform: translateX(0px);
}
50% {
    transform: translateX(30px);
}
100% {
    transform: translateX(0px);
}
}
@keyframes move {
0% {
    transform: translateX(0px);
}
50% {
    transform: translateX(30px);
}
100% {
    transform: translateX(0px);
}
}
@font-face {
  font-family: Circe;
  src: url("../fonts/CirceRegular.woff") format("woff"), url("../fonts/CirceRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Circe;
  src: url("../fonts/CirceBold.woff") format("woff"), url("../fonts/CirceBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Circe;
  src: url("../fonts/CirceExtraBold.woff") format("woff"), url("../fonts/CirceExtraBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15 /* 1 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box /* 1 */;
  height: 0 /* 1 */;
  overflow: visible /* 2 */;
}
pre {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none /* 1 */;
  text-decoration: underline /* 2 */;
  text-decoration: underline dotted /* 2 */;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit /* 1 */;
  font-size: 100% /* 1 */;
  line-height: 1.15 /* 1 */;
  margin: 0 /* 2 */;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]-moz-focusring,
[type="reset"]-moz-focusring,
[type="submit"]-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box /* 1 */;
  color: inherit /* 2 */;
  display: table /* 1 */;
  max-width: 100% /* 1 */;
  padding: 0 /* 3 */;
  white-space: normal /* 1 */;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  outline-offset: -2px /* 2 */;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button /* 1 */;
  font: inherit /* 2 */;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
#app *,
#app *::before,
#app *::after {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style-type: none;
  box-sizing: border-box;
}
#app * button,
#app *::before button,
#app *::after button {
  border-width: 0;
  background-color: inherit;
}
#app body {
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #131618;
  font-size: 16px;
  line-height: 19.2px;
  font-family: "Circle", sans-serif;
}
#app img,
#app picture,
#app video,
#app canvas {
  display: block;
  max-width: 100%;
}
#app input,
#app button,
#app textarea,
#app select {
  font: inherit;
}
#app p,
#app h1,
#app h2,
#app h3,
#app h4,
#app h5,
#app h6 {
  margin: 0;
}
button,
a,
summary {
  cursor: pointer;
}
#app .popup {
  max-width: 1200px;
  width: 100%;
  height: calc(100vh - 130px);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 27% 72%;
  gap: 10px;
  position: fixed;
  z-index: 9999;
  top: 130px;
  left: 0;
  outline: none;
  overflow-y: auto;
}
@media (min-width: 480px) {
#app .popup {
    grid-template-rows: 35% 65%;
    gap: 20px;
}
}
@media (min-width: 640px) {
#app .popup {
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(auto, 500px);
}
}
@media (min-width: 1000px) {
#app .popup {
    height: auto;
    top: 146px;
}
}
@media (min-width: 1600px) {
#app .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}
@media (min-width: 1200px) {
#app .popup {
    gap: 25px;
    max-height: 560px;
}
}
#app .popup hr {
  background-color: #acbecc;
  height: 1px;
  border: none;
}
#app .popup__figure {
  position: relative;
}
#app .popup__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .popup__figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  padding-left: 17px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #0079c2 33.33%, rgba(0,121,194,0) 100%);
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Circe";
}
#app .popup__info {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  background-color: #fff;
  padding: 10px 10px 40px;
}
@media (min-width: 480px) {
#app .popup__info {
    padding: 20px 20px 40px;
}
}
@media (min-width: 960px) {
#app .popup__info {
    padding: 30px;
}
}
@media (min-width: 1200px) {
#app .popup__info {
    padding: 20px 30px 40px;
}
}
#app .popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
#app .popup__header {
    margin-bottom: 20px;
}
}
#app .popup__title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  font-family: "Circe";
  color: #203340;
}
#app .popup__btn {
  background-color: transparent;
  border: none;
  font-size: 26px;
  font-weight: 500;
  padding: 5px;
}
@media (min-width: 1200px) {
#app .popup__btn {
    padding: 10px;
}
}
#app .popup__btn:hover {
  color: #ff6347;
}
#app .popup__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  height: 100%;
}
@media (min-width: 480px) {
#app .popup__list {
    gap: 20px;
}
}
@media (min-width: 640px) {
#app .popup__list {
    gap: 25px;
}
}
@media (min-width: 960px) {
#app .popup__list {
    gap: 20px;
}
}
#app .popup__item {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  font-family: "Circe";
}
@media (min-width: 480px) {
#app .popup__item {
    flex-direction: row;
    align-items: center;
    gap: 17px;
}
}
@media (min-width: 640px) {
#app .popup__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}
}
@media (min-width: 960px) {
#app .popup__item {
    flex-direction: row;
    align-items: center;
    gap: 17px;
}
}
#app .popup__item span {
  display: block;
  width: 100%;
  max-width: 120px;
  color: #0079c2;
  font-size: 34px;
  line-height: 44px;
}
@font-face {
  font-family: Circe;
  src: url("../fonts/CirceRegular.woff") format("woff"), url("../fonts/CirceRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Circe;
  src: url("../fonts/CirceBold.woff") format("woff"), url("../fonts/CirceBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Circe;
  src: url("../fonts/CirceExtraBold.woff") format("woff"), url("../fonts/CirceExtraBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15 /* 1 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box /* 1 */;
  height: 0 /* 1 */;
  overflow: visible /* 2 */;
}
pre {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none /* 1 */;
  text-decoration: underline /* 2 */;
  text-decoration: underline dotted /* 2 */;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit /* 1 */;
  font-size: 100% /* 1 */;
  line-height: 1.15 /* 1 */;
  margin: 0 /* 2 */;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]-moz-focusring,
[type="reset"]-moz-focusring,
[type="submit"]-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box /* 1 */;
  color: inherit /* 2 */;
  display: table /* 1 */;
  max-width: 100% /* 1 */;
  padding: 0 /* 3 */;
  white-space: normal /* 1 */;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  outline-offset: -2px /* 2 */;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button /* 1 */;
  font: inherit /* 2 */;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
#app *,
#app *::before,
#app *::after {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style-type: none;
  box-sizing: border-box;
}
#app * button,
#app *::before button,
#app *::after button {
  border-width: 0;
  background-color: inherit;
}
#app body {
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #131618;
  font-size: 16px;
  line-height: 19.2px;
  font-family: "Circle", sans-serif;
}
#app img,
#app picture,
#app video,
#app canvas {
  display: block;
  max-width: 100%;
}
#app input,
#app button,
#app textarea,
#app select {
  font: inherit;
}
#app p,
#app h1,
#app h2,
#app h3,
#app h4,
#app h5,
#app h6 {
  margin: 0;
}
button,
a,
summary {
  cursor: pointer;
}
.svg-map_disabled path {
  pointer-events: none;
  fill: #d9e1e8 !important;
}
.svg-map path {
  transition: 0.5s;
  fill: #acbecc;
}
.svg-map path[id$=e] {
  pointer-events: none;
  fill: #d9e1e8;
}
.svg-map path:hover {
  cursor: pointer;
  fill: #00ade6;
}
.svg-map path.capital {
  fill: #f36746;
}
@font-face {
  font-family: Circe;
  src: url("../fonts/CirceRegular.woff") format("woff"), url("../fonts/CirceRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Circe;
  src: url("../fonts/CirceBold.woff") format("woff"), url("../fonts/CirceBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Circe;
  src: url("../fonts/CirceExtraBold.woff") format("woff"), url("../fonts/CirceExtraBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15 /* 1 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box /* 1 */;
  height: 0 /* 1 */;
  overflow: visible /* 2 */;
}
pre {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none /* 1 */;
  text-decoration: underline /* 2 */;
  text-decoration: underline dotted /* 2 */;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit /* 1 */;
  font-size: 100% /* 1 */;
  line-height: 1.15 /* 1 */;
  margin: 0 /* 2 */;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]-moz-focusring,
[type="reset"]-moz-focusring,
[type="submit"]-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box /* 1 */;
  color: inherit /* 2 */;
  display: table /* 1 */;
  max-width: 100% /* 1 */;
  padding: 0 /* 3 */;
  white-space: normal /* 1 */;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  outline-offset: -2px /* 2 */;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button /* 1 */;
  font: inherit /* 2 */;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
#app *,
#app *::before,
#app *::after {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style-type: none;
  box-sizing: border-box;
}
#app * button,
#app *::before button,
#app *::after button {
  border-width: 0;
  background-color: inherit;
}
#app body {
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #131618;
  font-size: 16px;
  line-height: 19.2px;
  font-family: "Circle", sans-serif;
}
#app img,
#app picture,
#app video,
#app canvas {
  display: block;
  max-width: 100%;
}
#app input,
#app button,
#app textarea,
#app select {
  font: inherit;
}
#app p,
#app h1,
#app h2,
#app h3,
#app h4,
#app h5,
#app h6 {
  margin: 0;
}
button,
a,
summary {
  cursor: pointer;
}
#app a {
  color: #42b983;
}
#app .map {
  position: relative;
  width: 100%;
  max-width: 100vw;
  background-color: #e7ebef;
  padding: 50px calc(((100% - 1200px) / 2)) 60px;
}
@media (max-width: 959px) {
#app .map {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../assets/mobile-map.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #e7ebef;
}
}
#app .map__header:empty {
  min-height: 80px;
}
@media (max-width: 959px) {
#app .map__header {
    padding: 0 7px;
}
}
#app .map__svg {
  position: relative;
}
@media (max-width: 959px) {
#app .map__svg {
    display: none;
}
}
#app .map__svg-popup {
  position: fixed;
  top: var(--55c4d60c);
  left: var(--62dd7dfc);
  min-width: 210px;
  min-height: 41px;
  padding: 0 15px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s;
}
#app .map__svg-popup:after {
  content: '';
  position: absolute;
  top: 5px;
  left: -9px;
  z-index: 1;
  height: 0;
  width: 0;
  transform: rotate(15deg);
  border-left: 5px solid transparent;
  border-right: 40px solid transparent;
  border-top: 50px solid #fff;
}
#app .map__svg-popup p {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 600;
  color: #203340;
  text-align: center;
  font-family: "Circe";
}
#app .map__svg-popup_off {
  opacity: 0;
}
