.schegolkov-contact-map { clear: both; margin: 1.5em 0; }
.schegolkov-contact-map__canvas { width: 100%; min-height: 240px; background: #f0f0f0; }
.schegolkov-contact-map__canvas img { max-width: none; }
.schegolkov-contact-map__status { margin: .6em 0; font-size: .9em; }
.schegolkov-contact-map__status[hidden] { display: none; }
.schegolkov-contact-map__links { margin: .75em 0; padding-left: 1.4em; }
.schegolkov-contact-map__links li { margin: .25em 0; }
.schegolkov-contact-map__marker {
  position: absolute;
  transform: translate(-50%, -100%);
  width: 32px;
  height: 38px;
  min-width: 32px;
  padding: 0 0 3px;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 4px;
  background: #c62828;
  box-shadow: 0 2px 5px #0005;
  color: #fff;
  font: bold 16px/1 Arial, sans-serif;
  cursor: pointer;
}
.schegolkov-contact-map__marker:hover,
.schegolkov-contact-map__marker:focus { background: #8e1717; color: #fff; }
.schegolkov-contact-map__marker:focus-visible { outline: 3px solid #1848ad; outline-offset: 2px; }
.schegolkov-contact-map__info { max-width: 270px; color: #333; font-size: 14px; line-height: 1.5; }
.schegolkov-contact-map__info strong { display: block; margin-bottom: .35em; }
