.Places {
  font-size: 1rem; /* 16px */
  position: relative;
}

.Places-filters {
  background: linear-gradient(118deg, #1973b9, #0095b4);
  box-shadow: 6px 8px 17px 0 rgba(0, 0, 0, .1);
  color: #fff;
  margin: 0 0 2.0625em;
  padding: 2.75em 40px;
}
.Places-filters-name {
  display: block;
  margin: 0 0 1.375em;
  text-transform: uppercase;
}
.Places-filters-form {
  display: flex;
  flex-flow: row wrap;
  margin: -.34375em -10px;
}
.Places-filters-form select {
  box-sizing: border-box;
  border-color: transparent;
  flex: 1 1 auto;
  height: 2.75em;
  margin: .34375em 10px;
}
.Places-filters-form  button {
  flex: 0 0 auto;
  margin: .34375em 10px;
}

.Places-count {
  background-color: #f4f4f4;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  padding: 1.375em 0;
  position: relative;
}
.Places-count b {
  display: inline-block;
  color: #eb6419;
  font-size: 1.125em; /* 18px */
  font-weight: 600;
  line-height: 1.222em; /* 22px */
}
.Places-count::before {
  background: inherit;
  bottom: 0;
  content: "";
  overflow: hidden;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: -1;
}

.Places-map {}
.Places-map-inner {
  background-color: #c9c9c9;
  left: 50%;
  max-height: 30em; /* 480px */
  min-height: 39.875em; /* 368px */
  overflow: hidden;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
}
.Places-map-inner::before {
  content: "";
  display: block;
  padding: 33.333% 0 0;
}
.Places-map-embed {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.Places-map-action {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  color: rgb(86, 86, 86);
  cursor: pointer;
  display: none;
  font-size: 11px;
  font-weight: 700;
  height: 2.75em;
  left: 20px;
  overflow: hidden;
  padding: 8px;
  position: absolute;
  top: 10px;
}
.Places-map-footer {
  display: none;
  margin: 2.75em 0 0;
  text-align: center;
}
.Places-map-footer .Button {
  align-items: center;
}
.Places-map-footer .Button img {
  margin: 0 10px 0 0;
}

.Places-categories {
  background-color: #f4f4f4;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 -10px 4.8125em;
  padding: 1.375em 0;
  position: relative;
}
.Places-categories::before {
  background-color: #f4f4f4;
  bottom: 0;
  content: "";
  overflow: hidden;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: -1;
}
.Places-categories li {
  box-sizing: border-box;
  flex: 1 1 auto;
/*max-width: 33.333%;
  min-width: 295px;*/
  padding: 0 10px;
}
.Places-categories li:not(:first-child) {
  box-shadow: -1px 0 0 0 #cdcdcd;
}

.Places-category {
  align-items: center;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
}
.Places-category-icon {
/*margin: 0 10px 0 0;*/
}
.Places-category-label {
/*flex: 999 1 auto;*/
  margin : 0 10px;
  text-align: center;
}
.Places-category-help {
  color: #213c55;
/*margin: 0 0 0 10px;*/
  position: relative;
  width: 22px;
}
.Places-category-help a {
  background-color: #fff;
  bottom: calc(100% + 1.179em);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.29);
  color: #213c55;
  font-size: .875em; /* 14px */
  font-family: Poppins, sans-serif;
  line-height: 1.179em; /* 16.5px */
  opacity: 0;
  padding: .786em 10px; /* 11px 10px */
  position: absolute;
  right: -40px;
  text-align: center;
  transform: scale(0);
  transform-origin: calc(100% - (40px + .884em))  100%;
  transition: opacity .3s linear, transform .3s linear;
  white-space: nowrap;
}
.Places-category-help a::before {
  border-style: solid;
  border-width: .589em .589em 0 .589em;
  border-color: #fff transparent transparent transparent;
  content: "";
  height: 0;
  position: absolute;
  right: calc(40px + .295em);
  top: 100%;
  width: 0;
}
.Places-category-help a b {
  font-weight: 600;
  text-decoration: underline;
}

.Places-category-help.js-opened,
.Places-category-help:hover {
  color: #0578bd
}
.Places-category-help.js-opened a,
.Places-category-help:hover a {
  opacity: 1;
  transform: scale(1);
}
.Places-category-help.js-opened::before,
.Places-category-help:hover::before {
  background: rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: -.6875em;
  position: absolute;
  right: -.6875em;
  top: -1.375em;
}

.Places-list {
  margin: 2.75em 0 0;
}


.Place {
  background: linear-gradient(to bottom, #f4f4f4, #fff) 0 0 repeat-x;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  padding: 1.375em 20px;
  position: relative;
}
.Place-outof {
  background-color: #747577;
  color: #fff;
  display: inline-block;
  font-size: .75em;
  font-weight: 500;
  margin:0 0 .6875rem;
  padding: 2.5px 5px 2px;
  text-transform: uppercase;
}
.Place-category {
  align-items: baseline;
  display: flex;
  flex-flow row nowrap;
  font-size: .875em; /* 14px */
  font-weight: 600;
  line-height: 1.571em; /* 22px */
/*margin: 0 0 .786em; /* 0 0 11px */
  margin: 0 0 .393em; /* 0 0 5.5px */
}
.Place-category-icon {
  margin: 0 10px 0 0;
}
.Place-trades {
  background: linear-gradient(to right, currentColor, currentColor) 0% 100% / 25px 1px no-repeat;
  color: #213c55;
  font-size: .75em; /* 12px */
  font-weight: 600;
  line-height: 1.833em; /* 22px */
  margin: 0 0 .9167em; /* 0 0 11px */
}
.Place-name {
  color: #2c465e;
  font-size: .875em; /* 14px */
  font-weight: 600;
  line-height: 1.571em; /* 22px */
  text-transform: uppercase;
}
.Place-body {
  color: #2c465e;
  font-size: .875em; /* 14px */
  line-height: 1.571em; /* 22px */
}
.Place-body strong,
.Place-body b {
  font-weight: 600;
}
.Place-body p:not(:last-child) {
  margin: 0 0 .786em; /* 0 0 11px */
}
.Place-body svg {
  margin: 0 10px 0 0;
  vertical-align: text-top;
}
.Place-action {
  background: url(../img/nav-arrow.svg) 50% / 18px 10px no-repeat;
  border: 0;
  display: none;
  cursor: pointer;
  height: 2.75em;
  overflow: hidden;
  padding: 2.75em 0 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(.5turn);
  transition: transform 300ms cubic-bezier(.23, 1, .32, 1);
  width: 2.75em;
}

.PlaceInfoWindow {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  padding: calc(1.375em - 8px) 0 calc(1.375em - 12px) 7px;
  position: relative;
}
.PlaceInfoWindow-category {
  font-size: .875em; /* 14px */
  font-weight: 600;
  line-height: 1.571em; /* 22px */
  margin: 0 0 .393em; /* 0 0 5.5px */
}
.PlaceInfoWindow-trades {
  background: linear-gradient(to right, currentColor, currentColor) 0% 100% / 25px 1px no-repeat;
  color: #213c55;
  font-size: .75em; /* 12px */
  font-weight: 600;
  line-height: 1.833em; /* 22px */
  margin: 0 0 .9167em; /* 0 0 11px */
}
.PlaceInfoWindow-name {
  color: #2c465e;
  font-size: .875em; /* 14px */
  font-weight: 600;
  line-height: 1.571em; /* 22px */
  text-transform: uppercase;
}
.PlaceInfoWindow-body {
  color: #2c465e;
  font-size: .875em; /* 14px */
  line-height: 1.571em; /* 22px */
}
.PlaceInfoWindow-body strong,
.PlaceInfoWindow-body b {
  font-weight: 600;
}
.PlaceInfoWindow-body p:not(:last-child) {
  margin: 0 0 .786em; /* 0 0 11px */
}
.PlaceInfoWindow-body svg {
  margin: 0 10px 0 0;
  vertical-align: text-top;
}

@media (max-width: 630px) {

  .Places-map-inner {
    bottom: 0;
    height: 100%;
    left: 0;
    max-height: none;
    opacity: 0;
    position: fixed;
    pointer-events: none;
    top: 0;
    transform: scale(0);
    width: 100%;
    z-index: 11;
  }
  .Places-map-inner.js-opened {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }
  .Places-map-footer,
  .Places-map-action {
    display: block;
  }

  .Places-categories {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .Place.js .Place-action {
    display: block;
  }
  .Place.js-collapsed {
    background-image: linear-gradient(to bottom, #f4f4f4, #f4f4f4);
  }
  .Place.js-collapsed .Place-action {
    transform: rotate(0turn);
  }

}
@media (min-width: 631px) {

  .Place.js .Place-body {
    display: block !important;
  }

}
