/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "BMFChange";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/BMFChangeRegular/BMFChange-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/BMFChangeRegular/BMFChange-Regular.woff) format("woff"), url(../fonts/BMFChangeRegular/BMFChange-Regular.ttf) format("truetype"); }

@font-face {
  font-family: "BMFChange";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/BMFChangeBold/BMFChange-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/BMFChangeBold/BMFChange-Bold.woff) format("woff"), url(../fonts/BMFChangeBold/BMFChange-Bold.ttf) format("truetype"); }

@font-face {
  font-family: "BMFChange";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/BMFChangeBook/BMFChange-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/BMFChangeBook/BMFChange-Book.woff) format("woff"), url(../fonts/BMFChangeBook/BMFChange-Book.ttf) format("truetype"); }

.map-header {
  position: absolute;
  z-index: 100;
  top: 135px;
  left: 0;
  background-color: #fff;
  padding: 15px 20px;
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 767px) {
    .map-header {
      width: 100%;
      top: 0; } }
  .map-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none; }
    .map-header__logo img {
      display: block;
      width: auto;
      height: 40px;
      max-width: 100%; }
      @media screen and (max-width: 520px) {
        .map-header__logo img {
          height: 25px; } }
  .map-header__logo-text {
    padding-left: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding-bottom: 2px;
    font-size: 22px;
    line-height: 1;
    color: #333333;
    font-weight: 700;
    white-space: nowrap; }
    .map-header__logo-text::before {
      content: '';
      display: block;
      position: absolute;
      left: 10px;
      bottom: 0;
      height: 100%;
      width: 1px;
      background-color: #858585; }
    @media screen and (max-width: 520px) {
      .map-header__logo-text {
        font-size: 16px; } }
  .map-header__additional-logo-text {
    position: absolute;
    top: 54px;
    left: 467px;
    color: #000;
    font-size: 12px; }
    @media screen and (max-width: 520px) {
      .map-header__additional-logo-text {
        left: 315px;
        top: 40px; } }

.site-notice,
.site-top-bar {
  background-color: #bbd3ff;
  padding-top: 22px;
  padding-bottom: 25px;
  position: relative; }

.site-notice::after,
.site-notice::before {
  content: '';
  position: absolute;
  top: 0;
  height: 5px; }

.site-notice::before {
  left: 0;
  width: 70%;
  background-color: #253276; }

.site-notice::after {
  left: 70%;
  width: 30%;
  background-color: #b5050e; }

.site-notice p {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-family: "MyriadPro", Helvetica, sans-serif; }

.site-top-bar {
  padding-top: 21px;
  padding-bottom: 17px;
  background-color: #fff; }

@media (max-width: 768px) {
  .site-top-bar .container {
    position: relative; } }

.top-links {
  display: inline-block;
  width: calc(100% - 150px);
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0 0 0 50px;
  text-align: right; }

@media (max-width: 767px) {
  .site-notice {
    display: none; } }

.top-links__item {
  padding: 5px; }

.top-links__item a {
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  color: #47474b; }

.logo,
.top-links__item {
  display: inline-block;
  vertical-align: top; }

.logo_header,
.logo_top {
  width: 150px;
  margin-right: -4px;
  vertical-align: middle; }

.logo_header {
  width: 400px; }

@media (max-width: 1200px) {
  .logo_header {
    width: 350px; } }

@media (max-width: 991px) {
  .logo_header {
    margin: 0 auto;
    display: block; } }

@media (max-width: 768px) {
  .logo_header {
    float: left;
    max-width: 280px;
    width: auto; }
  .logo_header .logo__mobile {
    display: block !important; }
  .logo_header img:not(.logo__mobile) {
    display: none; } }

.logo img,
.search-btn img {
  display: block; }

.logo__mobile {
  display: none !important;
  height: 40px; }

.container {
  width: 1180px;
  margin: 0 auto; }

.container::after,
.row::after {
  content: '';
  display: table;
  clear: both; }

@media (max-width: 1200px) {
  .container {
    width: 970px; } }

@media (max-width: 991px) {
  .container {
    width: 750px; } }

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 20px; } }

.row {
  margin: 0 -15px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.map-template {
  overflow-x: hidden;
  position: relative;
  font-family: "BMFChange", Arial, Helvetica, sans-serif; }

#map {
  width: 100%;
  height: calc(100vh - 85px);
  z-index: 0; }
  @media screen and (max-width: 767px) {
    #map {
      margin-top: 55px;
      height: calc(100vh - 55px); } }
  @media screen and (min-width: 768px) {
    #map {
      height: calc(100vh - 110px); } }
  @media screen and (min-width: 1201px) {
    #map {
      height: calc(100vh - 85px); } }

.map-wrapper {
  overflow-x: hidden; }

.map-filter-toggle {
  display: none; }

.map-filter {
  position: absolute;
  right: 0;
  height: calc(100vh - 85px);
  background-color: #fff;
  z-index: 100; }
  @media screen and (min-width: 521px) {
    .map-filter {
      top: 70px;
      height: calc(100vh - 70px); } }
  @media screen and (min-width: 768px) {
    .map-filter {
      top: 108px;
      height: calc(100vh - 108px); } }
  @media screen and (min-width: 1201px) {
    .map-filter {
      top: 85px;
      height: calc(100vh - 85px); } }
  @media screen and (max-width: 520px) {
    .map-filter {
      top: 55px;
      height: calc(100vh - 55px); } }
  .map-filter__choosen {
    position: absolute;
    width: 305px;
    padding: 20px;
    right: 100%;
    max-height: 500px;
    overflow-y: auto; }
    @media screen and (max-width: 1024px) {
      .map-filter__choosen {
        display: none; } }
  .map-filter__choosen-label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 30px 6px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "BMFChange", Arial, Helvetica, sans-serif;
    background-color: #fff;
    font-weight: 300;
    position: relative;
    word-break: break-all; }
    @media screen and (max-width: 767px) {
      .map-filter__choosen-label {
        display: none; } }
    .map-filter__choosen-label[data-type=categories] {
      color: #006aaf; }
    .map-filter__choosen-label[data-type=focus] {
      color: #e3001d; }
    .map-filter__choosen-label[data-type=invest] {
      color: #000; }
    .map-filter__choosen-label[data-type=zip] {
      color: #4d97c7; }
    .map-filter__choosen-label[data-type=search] {
      color: #808080; }
  .map-filter__choosen-close {
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: #959595;
    margin-left: auto;
    position: absolute;
    padding: 0;
    border: 0;
    top: 6px;
    right: 10px; }
    .map-filter__choosen-close img {
      width: 6px;
      height: 6px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .map-filter__choosen-close:hover, .map-filter__choosen-close:focus {
      background: #e3001d; }

.leaflet-marker-icon {
  background: #e3001d;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.mobile-controls {
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile-controls {
      display: block;
      position: absolute;
      right: 100%;
      margin-right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .mobile-controls button {
    background: #949494;
    border: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0; }
  .mobile-controls .mobile-controls__back {
    display: none; }
    @media screen and (max-width: 767px) {
      .mobile-controls .mobile-controls__back.-is-shown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .mobile-controls .mobile-controls__back::before {
      content: '';
      width: 7px;
      height: 7px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: translateX(-2px) rotate(-45deg);
      -ms-transform: translateX(-2px) rotate(-45deg);
      transform: translateX(-2px) rotate(-45deg); }
  .mobile-controls__toggle.-is-shown .mobile-controls__toggle-line:first-child {
    -webkit-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg); }
  .mobile-controls__toggle.-is-shown .mobile-controls__toggle-line:nth-child(2) {
    opacity: 0;
    visibility: hidden; }
  .mobile-controls__toggle.-is-shown .mobile-controls__toggle-line:last-child {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg); }
  .mobile-controls__toggle-line {
    height: 2px;
    background-color: #fff;
    width: 16px;
    display: block; }
    .mobile-controls__toggle-line:not(:last-child) {
      margin-bottom: 3px; }

.ghost {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.map-information-block {
  position: absolute;
  bottom: 15px;
  left: 15px;
  max-width: 208px;
  padding: 8px 7px;
  background: #fff;
  border: 1px solid #858585; }
  .map-information-block__description {
    margin: 0;
    color: #858585;
    font-weight: bold;
    font-size: 12px; }
  .map-information-block--disabled {
    display: none; }

.leaflet-layer {
  -webkit-filter: saturate(0);
  filter: saturate(0); }

.leaflet-top {
  display: none; }

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  .filter__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 145px;
    background-color: #fff;
    height: 100%;
    overflow-y: auto; }
    @media screen and (max-width: 767px) {
      .filter__controls {
        display: none; }
        .filter__controls.-mobile-show {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .filter__controls.-mobile-show.-hide {
            display: none; } }
  .filter__title {
    color: #808080;
    font-size: 16px;
    font-family: "BMFChange", Arial, Helvetica, sans-serif;
    font-weight: 300;
    padding: 10px 15px;
    line-height: 19px;
    margin: 0;
    border-bottom: 1px solid #c8c7c7; }
  .filter__panels {
    margin: 0;
    padding: 0;
    list-style: none; }
  .filter__panels-item.-search {
    display: none; }
  .filter__panels-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c8c7c7;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "BMFChange", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    min-height: 55px;
    padding: 5px 15px;
    text-decoration: none; }
    .filter__panels-link:hover, .filter__panels-link:focus {
      text-decoration: underline; }
    .-categories .filter__panels-link {
      color: #006aaf; }
    .-focus .filter__panels-link {
      color: #e3001d; }
    .-invest .filter__panels-link {
      color: #000; }
    .-zip .filter__panels-link {
      color: #4d97c7; }
    .-search .filter__panels-link {
      color: #808080; }
    .-search .filter__panels-link {
      text-decoration: underline;
      font-weight: 300;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .-search .filter__panels-link::before {
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        content: '';
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background: url("../img/ico-search.svg"); }
      .-search .filter__panels-link:hover::before, .-search .filter__panels-link:focus::before {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
  .filter__items {
    display: none;
    background-color: #f5f5f5;
    height: 100%;
    overflow-y: auto; }
    .filter__items.-is-active {
      display: block; }
  .filter__panels-block {
    display: none;
    padding: 30px 20px; }
    .filter__panels-block.-is-active {
      width: 235px;
      display: block; }
  .filter__categories {
    padding: 0;
    margin: 0;
    list-style: none; }
  .filter__categories-item {
    cursor: pointer;
    font-family: "BMFChange", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 13px 6px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative; }
    .filter__categories-item::before {
      content: '\00BB';
      -webkit-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      transition: opacity 300ms ease;
      position: absolute;
      left: -10px;
      top: 12px;
      opacity: 0; }
    #categories .filter__categories-item {
      color: #006aaf; }
      #categories .filter__categories-item.-is-active {
        color: #343434; }
        #categories .filter__categories-item.-is-active::before {
          opacity: 1; }
    #focus .filter__categories-item {
      color: #e3001d; }
      #focus .filter__categories-item.-is-active {
        color: #343434; }
        #focus .filter__categories-item.-is-active::before {
          opacity: 1; }
    #invest .filter__categories-item {
      color: #000; }
      #invest .filter__categories-item.-is-active {
        color: #343434; }
        #invest .filter__categories-item.-is-active::before {
          opacity: 1; }
    #zip .filter__categories-item {
      color: #4d97c7; }
      #zip .filter__categories-item.-is-active {
        color: #343434; }
        #zip .filter__categories-item.-is-active::before {
          opacity: 1; }
    #search .filter__categories-item {
      color: #808080; }
      #search .filter__categories-item.-is-active {
        color: #343434; }
        #search .filter__categories-item.-is-active::before {
          opacity: 1; }
    .filter__categories-item.-is-hidden {
      display: none; }
  .filter__bottom-links {
    margin-top: auto; }

.filter-search__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px; }

.filter-search__input {
  color: #808080;
  padding: 5px 12px;
  border: 0;
  background: #fff;
  margin-right: 8px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: calc(100% - 42px);
  font-family: "BMFChange", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300; }
  .filter-search__input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 1px #808080;
    box-shadow: 0 0 0 1px #808080; }

.filter-search__submit {
  cursor: pointer;
  border: 0;
  background: #959595;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .filter-search__submit:hover, .filter-search__submit:focus {
    outline: none;
    background-color: #e3001d; }
  .filter-search__submit img {
    width: 20px;
    display: block; }

.filter-search__results-title {
  font-size: 26px;
  font-family: "BMFChange", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #808080;
  margin: 0 0 10px; }

.bottom-links {
  list-style: none;
  padding: 0;
  margin: auto 0 40px 0; }
  .bottom-links__item {
    display: block;
    margin-top: -1px; }
  .bottom-links__link {
    display: block;
    padding: 5px;
    text-align: center;
    color: #808080; }
    .bottom-links__link:hover, .bottom-links__link:focus {
      text-decoration: none; }

.gm-style-iw {
  background-color: #fff;
  overflow: visible !important; }
  .gm-style-iw::before {
    content: '';
    width: calc(100% + 35px);
    height: calc(100% + 50px);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff; }
  .gm-style-iw div {
    overflow: visible !important; }

.marker-popup {
  position: relative;
  z-index: 5;
  padding-top: 20px;
  margin-right: -21px;
  width: 280px; }
  .marker-popup__image {
    margin-bottom: 15px; }
    .marker-popup__image img {
      width: 100%;
      display: block; }
  .marker-popup__name {
    color: #474747;
    font-family: "BMFChange", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px; }
  .marker-popup__info, .marker-popup__item {
    color: #343434;
    display: block;
    font-family: "BMFChange", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px; }
    .marker-popup__info a, .marker-popup__item a {
      color: inherit;
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      text-decoration: none; }
      .marker-popup__info a:hover, .marker-popup__info a:focus, .marker-popup__item a:hover, .marker-popup__item a:focus {
        text-decoration: underline; }
  .marker-popup__item.-boxed {
    display: inline-block;
    font-size: 12px;
    padding: 5px 8px;
    background-color: #f5f5f5;
    margin: 8px 8px 0 0; }
  .marker-popup__section {
    margin: 20px 0; }
    .marker-popup__section h3 {
      margin: 0;
      color: #343434;
      display: block;
      font-family: "BMFChange", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 18px; }
  .marker-popup__website {
    display: block; }
    .marker-popup__website a {
      display: inline-block;
      color: #343434;
      font-family: "BMFChange", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 18px;
      word-break: break-all;
      position: relative;
      padding-left: 20px; }
      .marker-popup__website a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 16px;
        height: 16px;
        background-image: url("../img/ico-website.svg"); }
      .marker-popup__website a:hover, .marker-popup__website a:focus {
        text-decoration: none; }
