.locationsMapContainer {
  @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;350;400;500&family=Source+Serif+Pro:wght@700&display=swap");
  background-color: #EBF5F3;
  padding: 88px 0 44px 0; }
  .locationsMapContainer .where-we-are-map {
    display: block;
    height: auto;
    z-index: 5; }
  .locationsMapContainer .where-we-are-text {
    padding: 0px 15px;
    text-align: center;
    color: #352c54; }
    .locationsMapContainer .where-we-are-text h5 {
      font-family: "Source Serif Pro", serif;
      font-size: 36px;
      font-weight: 700;
      line-height: 48px;
      margin: 36px 0 18px 0; }
    .locationsMapContainer .where-we-are-text .description {
      font-family: "Rubik", serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      padding: 0 30px;
      margin-bottom: 36px; }
  .locationsMapContainer .input-container {
    background: #d2e9e4;
    box-sizing: content-box;
    width: 500px;
    padding: 48px 96px 48px 144px;
    position: relative;
    left: -80px; }
  .locationsMapContainer .autocomplete {
    position: relative;
    display: inline-block;
    margin: 0;
    background: #fff; }
    .locationsMapContainer .autocomplete input[type=text] {
      height: 47px;
      border-radius: 3px 0 0 3px;
      padding: 16px 20px;
      font: 500 17px/24px 'Rubik', sans-serif;
      width: 350px;
      border-color: #479088;
      border-width: 2px;
      color: #479088;
      background-color: #d2e9e4; }
      .locationsMapContainer .autocomplete input[type=text].check-mark {
        background-image: url("../img/pomelo-delivery-cities-ok.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-position-x: 97%;
        background-size: 32px 32px; }

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff; }

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0; }

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4; }

.autocomplete-items div:hover {
  background-color: #e9e9e9; }

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff; }

@media (min-width: 992px) {
  .locationsMapContainer {
    width: 1170px; }
    .locationsMapContainer .mapContainer {
      max-width: 1170px; } }
@media (max-width: 991px) {
  .locationsMapContainer .where-we-are-text {
    overflow: hidden; }
    .locationsMapContainer .where-we-are-text .input-container {
      background: #d2e9e4;
      box-sizing: content-box;
      width: 100%;
      padding: 48px 10px;
      position: relative;
      left: 0; }
      .locationsMapContainer .where-we-are-text .input-container input {
        width: 100%; }
    .locationsMapContainer .where-we-are-text .where-we-are-map img {
      max-width: 60%;
      margin: 0 auto; } }
@media (max-width: 479px) {
  .locationsMapContainer .where-we-are-text {
    padding: 0; }
    .locationsMapContainer .where-we-are-text p {
      padding: 0 15px;
      font-size: 19px;
      line-height: 28px;
      max-width: 85%;
      margin: 0 auto 24px auto; }
    .locationsMapContainer .where-we-are-text h5 {
      padding: 0 15px;
      font-size: 30px;
      line-height: 40px; }
    .locationsMapContainer .where-we-are-text .input-container {
      padding: 30px 20px;
      box-sizing: border-box;
      width: 100%;
      left: 0; }
      .locationsMapContainer .where-we-are-text .input-container .autocomplete input[type=text] {
        width: 100%;
        font-size: 15px;
        font-weight: 200;
        padding: 16px 10px; }
  .locationsMapContainer .where-we-are-map img {
    margin: 40px 0 0; } }

.locations-map-modal,
.locations-map-modal-template {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999999999;
  background-color: rgba(0, 0, 0, .75);
  padding: 40px;
  overflow: auto;
  align-items: center;
  justify-content: center;
}

.locations-map-modal.open {
  display: flex;
}

.locations-map-modal-close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  fill: #777;
}

.locations-map-modal-body {
  padding: 20px;
  background: #fff;
  text-align: center;
  position: relative;
  width: 580px;
}

.locations-map-modal-headline {
  font-size: 23px;
  font-weight: 800;
  text-align: center;
  padding: 15px 15px 15px 30px;
  display: inline;
  font-size: 40px;
  font-family: "Poppins", Sans-serif;
}



.locations-map-modal-paragraph {
  margin: 10px 0;
}

.locations-map-modal-text {
  font-size: 12px;
  text-align: center;
}

.locations-map-modal-element-container {
  display: flex;
  justify-content: center;
}

.locations-map-modal-location {
  font-size: 12px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  display: flex;
  margin: 0;
}

.locations-map-modal-location-icon {
  display: block;
  width: 45px;
  height: 45px;
  fill: #F60EE7;
}

.locations-map-modal-location-text {
  font-size: 21px;
}

.locations-map-modal-button {
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #F60EE7;
  border-radius: 35px 35px 35px 35px;
  padding: 015px 50px 15px 50px;
  color: white;
  margin: 15px 0;
}

.locations-map-modal-button:hover {
  color: white;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */
