.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #f4ebe5;
  border-radius: 0;
  background: #223F52;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 58px 0 22px;
  font-size: 12px;
  line-height: 58px;
  letter-spacing: 1.68px;
  color: #f4ebe5;
  height: 58px;
  text-transform: uppercase;
  user-select: none;
}
.selectric .select_arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 21px;
  z-index: 1;
}
.selectric .select_arrow:after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: "\e91f";
  font-family: "icons";
  font-size: 12px;
  color: #f4ebe5;
  transition: all 0.3s ease;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #223F52;
  border: 1px solid #e5cfc1;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul {
  background: #f9f4f0;
}
.selectric-items ul, .selectric-items li {
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  transition: all 0.3s ease;
  display: block;
  padding: 10px;
  padding-left: 32px !important;
  font-weight: 300;
  color: #223F52;
  background: #f9f4f0;
  cursor: pointer;
}
.selectric-items li:before {
  opacity: 0;
}
.selectric-items li:active {
  background: #e8e8ec;
}
@media screen and (min-width: 1025px) {
  .selectric-items li:hover {
    background: #e8e8ec;
  }
}
.selectric-items li.selected:before, .selectric-items li.highlighted:before {
  content: "\e907" !important;
  left: 8px !important;
  font: 400 15px/20px "icons";
  color: #223F52;
  text-align: center;
  background-color: transparent !important;
  opacity: 1 !important;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.flatpickr-calendar.custom-calendar {
  background: #f9f4f0;
  border: 1px solid #e5cfc1;
  box-shadow: 0 0 10px -6px;
  border-radius: 0;
}
.flatpickr-calendar.custom-calendar:before, .flatpickr-calendar.custom-calendar:after {
  content: none;
}
.flatpickr-calendar.custom-calendar .flatpickr-day {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px;
  padding: 0;
  background: #f9f4f0;
  line-height: 20px;
  color: #223F52;
  border-radius: 0;
  box-sizing: border-box;
}
.flatpickr-calendar.custom-calendar .flatpickr-day.prevMonthDay, .flatpickr-calendar.custom-calendar .flatpickr-day.nextMonthDay {
  opacity: 0.7;
}
.flatpickr-calendar.custom-calendar .flatpickr-day:hover {
  background: #e8e8ec;
  border: none;
}
.flatpickr-calendar.custom-calendar .flatpickr-day.selected {
  background: #e8e8ec;
  color: #223F52;
  border-color: #f4ebe5;
}
.flatpickr-calendar.custom-calendar .flatpickr-day.today {
  border: 2px solid #223F52;
  font-weight: 700;
}
.flatpickr-calendar.custom-calendar .flatpickr-current-month {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 0;
}
.flatpickr-calendar.custom-calendar .flatpickr-month {
  display: flex;
  align-items: center;
  height: 50px;
  background: #f9f4f0;
  color: #223F52;
}
.flatpickr-calendar.custom-calendar .flatpickr-monthDropdown-month {
  padding: 0;
  background-color: #223F52;
  border-radius: 0;
  font-size: 14px;
}
.flatpickr-calendar.custom-calendar .flatpickr-weekdays {
  border-top: 1px solid #223F52;
  border-bottom: 1px solid #223F52;
}
.flatpickr-calendar.custom-calendar .flatpickr-weekday {
  font-size: 12px;
  color: #223F52;
}
.flatpickr-calendar.custom-calendar .flatpickr-prev-month,
.flatpickr-calendar.custom-calendar .flatpickr-next-month {
  top: 6px;
  color: #223F52;
}
.flatpickr-calendar.custom-calendar .flatpickr-prev-month:active svg,
.flatpickr-calendar.custom-calendar .flatpickr-next-month:active svg {
  fill: #223F52;
}
@media screen and (min-width: 1025px) {
  .flatpickr-calendar.custom-calendar .flatpickr-prev-month:hover svg,
  .flatpickr-calendar.custom-calendar .flatpickr-next-month:hover svg {
    fill: #223F52;
  }
}
.flatpickr-calendar.custom-calendar svg {
  fill: #223F52;
}
.flatpickr-calendar.custom-calendar svg:active {
  fill: #223F52;
}
@media screen and (min-width: 1025px) {
  .flatpickr-calendar.custom-calendar svg:hover {
    fill: #223F52;
  }
}
.flatpickr-calendar.custom-calendar .arrowUp:after,
.flatpickr-calendar.custom-calendar .arrowDown:after {
  border-top-color: #223F52 !important;
  border-bottom-color: #223F52 !important;
}

.wpcf7-form-control-wrap[data-name=move_in_date]:after {
  content: "\e91f";
  font-family: "icons";
  font-size: 12px;
  color: #f4ebe5;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.3s ease;
}
.wpcf7-form-control-wrap[data-name=move_in_date] input {
  cursor: pointer;
}

.map_block {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .map_block {
    padding-top: 80px;
  }
}
.map_block .container .content h2 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .map_block .container .content h2 {
    margin-bottom: 40px !important;
  }
}
.map_block .map_controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 49px;
}
@media screen and (max-width: 480px) {
  .map_block .map_controls {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
.map_block .map_controls .selectric {
  position: relative;
  min-width: 220px;
  padding: 11px 42px 11px 17px;
  background-color: transparent;
  border: 1px solid #B38255;
  clip-path: polygon(calc(0% - 1px) calc(0% - 1px), calc(100% - 9px) calc(0% - 1px), calc(100% + 1px) 15px, calc(100% + 1px) calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
}
.map_block .map_controls .selectric:before {
  content: "";
  position: absolute;
  top: -6px;
  right: -11px;
  width: 19px;
  height: 14px;
  transform: rotate(59deg);
  background: #f4ebe5;
  border-bottom: 1px solid #B38255;
}
.map_block .map_controls .selectric .label {
  height: auto;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: #223F52;
}
.map_block .map_controls .selectric .select_arrow:after {
  color: #223F52;
}
.map_block .map_controls .selectric-items {
  text-transform: uppercase;
}
.map_block .gm-style-iw-t .gm-style-iw {
  background: #B38255;
  padding-left: 0;
  border-radius: 0;
}
.map_block .gm-style-iw-t .gm-style-iw .custom-tooltip {
  background-color: #B38255;
  color: #fff;
  padding: 0 24px 20px;
  min-width: 160px;
  max-width: 300px;
}
.map_block .gm-style-iw-t .gm-style-iw .custom-tooltip > *:last-child:not(.button):not(.full_frame):not(blockquote) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.map_block .gm-style-iw-t .gm-style-iw .custom-tooltip h3 {
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}
.map_block .gm-style-iw-t .gm-style-iw .custom-tooltip p {
  margin-bottom: 11px;
  font-size: 10px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.12px;
}
.map_block .gm-style-iw-t .gm-style-iw .custom-tooltip a {
  color: #ffffff;
  font-size: 8px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
}
.map_block .gm-style-iw-t .gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
}
.map_block .gm-style-iw-t .gm-style-iw .gm-ui-hover-effect {
  width: 20px !important;
  height: 20px !important;
}
.map_block .gm-style-iw-t .gm-style-iw .gm-ui-hover-effect span {
  margin: 5px 5px 0 0 !important;
  width: 15px !important;
  height: 15px !important;
  background: #ffffff;
}
.map_block .gm-style-iw-t .gm-style-iw-tc:after {
  background: #B38255;
}
.map_block .surrounding_spots {
  padding-top: 80px;
  padding-bottom: 120px;
  background: #223F52;
}
@media screen and (max-width: 1024px) {
  .map_block .surrounding_spots {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.map_block .surrounding_spots__spots {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  row-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .map_block .surrounding_spots__spots {
    padding-bottom: 10px;
    overflow-x: auto;
  }
}
.map_block .surrounding_spots__spot {
  color: #f4ebe5;
}
@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .map_block .surrounding_spots__spot {
    width: fit-content;
  }
}
@media screen and (max-width: 1024px) {
  .map_block .surrounding_spots__spot {
    min-width: 250px;
  }
}
.map_block .surrounding_spots__spot__header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.map_block .surrounding_spots__spot__figure {
  margin-right: 20px;
  height: 30px;
}
.map_block .surrounding_spots__spot__figure img {
  height: 100%;
  width: auto;
}
.map_block .surrounding_spots__spot__small_text {
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.75px;
}
.map_block .surrounding_spots .delimiter {
  position: relative;
  left: -24px;
  min-width: 1px;
  background: #f4ebe5;
}
@media screen and (min-width: 1025px) {
  .map_block .surrounding_spots .delimiter {
    position: static;
  }
}
.map_block .infrastructure_block {
  position: relative;
  padding-top: 130px;
  padding-bottom: 80px;
  color: #f4ebe5;
}
@media screen and (max-width: 767px) {
  .map_block .infrastructure_block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .map_block .infrastructure_block {
    padding-top: 80px;
  }
}
.map_block .infrastructure_block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 160px;
  background: #223F52;
}
.map_block .infrastructure_block:after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  z-index: -1;
  display: block;
  width: 68%;
  height: 100%;
  background: url("../../images/burger-bg.png") no-repeat center/cover;
}
@media screen and (max-width: 480px) {
  .map_block .infrastructure_block:after {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .map_block .infrastructure_block:after {
    width: calc(100% - 39px);
  }
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .map_block .infrastructure_block:after {
    width: 55%;
  }
}
.map_block .infrastructure_block__description {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .map_block .infrastructure_block__description {
    margin-left: 45px;
    margin-bottom: 60px;
  }
}
.map_block .infrastructure_block__description h3 {
  margin-bottom: 54px;
}
@media screen and (max-width: 1024px) {
  .map_block .infrastructure_block__footnotes {
    margin-left: 45px;
  }
}
.map_block .infrastructure_block .journey_spots {
  padding-top: 80px;
  padding-bottom: 120px;
  background: #223F52;
}
.map_block .infrastructure_block .journey_spots__spots {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 40px;
  max-width: 750px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .map_block .infrastructure_block .journey_spots__spots {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .map_block .infrastructure_block .journey_spots__spots {
    margin-left: 45px;
    margin-bottom: 60px;
    row-gap: 20px;
  }
}
.map_block .infrastructure_block .journey_spots__spots .delimiter {
  width: 1px;
  background: #f4ebe5;
}
.map_block .infrastructure_block .journey_spots__spot {
  color: #f4ebe5;
}
@media screen and (max-width: 1366px) {
  .map_block .infrastructure_block .journey_spots__spot {
    width: fit-content;
  }
}
.map_block .infrastructure_block .journey_spots__spot__header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.map_block .infrastructure_block .journey_spots__spot__figure {
  margin-right: 20px;
  height: 30px;
}
@media screen and (max-width: 1024px) {
  .map_block .infrastructure_block .journey_spots__spot__figure {
    width: 17px;
    height: auto;
  }
}
.map_block .infrastructure_block .journey_spots__spot__figure img {
  height: 100%;
  width: auto;
}
.map_block .infrastructure_block .journey_spots__spot__small_text {
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 1024px) {
  .map_block .infrastructure_block .journey_spots__spot__small_text {
    padding-left: 37px;
  }
}

/*# sourceMappingURL=map-block.css.map */
