.spaces {
  background-color: #f7f8fa;
  border-bottom: solid 1px #eee;
}
.spaces .views-exposed-form {
  margin-bottom: 20px;
}
.spaces .views-exposed-form .form--inline {
  display: flex;
  align-items: flex-end;
}
.spaces .views-exposed-form .form-item {
  margin: 0 40px 0 0;
}
.spaces .views-exposed-form .form-item label {
  color: #555;
  font-weight: normal;
}
.spaces .views-exposed-form .form-item select {
  min-width: 200px;
}
.spaces .views-exposed-form .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.spaces .views-exposed-form .form-actions input {
  background-color: #e94347;
  padding: 12px 35px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  border: solid 1px #e94347;
  box-shadow: 3px 3px 5px #f9cccd, -3px 3px 5px #f9cccd;
  padding: 10px 36px;
}
.spaces .views-exposed-form .form-actions input:hover {
  background-color: #df1a1f;
}
.spaces .views-exposed-form .form-actions input:active {
  box-shadow: 1px 1px 5px #f49ea0, -1px 1px 5px #f49ea0;
}
.spaces .views-exposed-form .form-actions input.loading {
  background-color: #ee7174;
  cursor: wait;
}
.spaces .views-exposed-form .form-actions input.focus-visible {
  outline: none;
  box-shadow: 0 0 3px 3px orange;
}
.spaces .views-exposed-form .form-actions input#edit-reset {
  background-color: #fff;
  color: #e94347;
}
.spaces .views-exposed-form .form-actions input#edit-reset:not(.focus-visible) {
  box-shadow: none;
}
.spaces .views-exposed-form select {
  background-color: #fff;
  min-width: 110px;
}
.spaces .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
}
.spaces .views-row {
  width: 49%;
  overflow: hidden;
  margin-bottom: 2%;
}
.spaces .space-teaser.focus-visible {
  background-color: #fffff5;
}
.spaces .pager {
  margin-top: 31.25px;
}
.spaces .building-sign {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 70px;
    height: 70px;
    background: rgba(255,255,255, 0.5) url('../../images/local.png') center 8px no-repeat;
    background-size: 1.7em;
    border-radius: 100px;
    color: #444;
    text-align: center;
    vrtical-align: middle;
    line-height: 90px;
    font-size: 15px;
    font-weight: 600;
    transition:  all 0.3s ease-in-out;
}
#map-popup{
  display: none;
}
.map-popup__overlay{
  z-index: 9;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.map-popup__inner{
  top: 0;
  position: fixed;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  max-width: 100%!important;
  width: 1000px;
  height: 100vh;
  left: 50%;
  padding: 20px;
  transform: translateX(-50%);
  z-index: 5001;
}
.map-popup-close_inner{
  border: 1px solid;
  cursor: pointer;
  float: right;
  margin: 3px;
  padding: 0 10px;
  color: #000;
  background: #fff;
  border-width: 0;
  margin: 0;
  font-size: 23px;
  padding: 0 2px;
  background: transparent;
}
.map-popup-close{
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 999999;
}
#map-popup.map-popup-active{
  display: block;
}
.spaces .building-sign:hover{
  background-color: rgba(255,255,255, 1);
}
@media screen and (max-width: 892px) {
  .spaces .views-exposed-form .form--inline {
    max-width: 678px;
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }
  .spaces .views-exposed-form .form-item {
    margin: 0 0 20px 0;
  }
  .spaces .views-exposed-form select {
    width: 100%;
    margin: 0;
  }
  .spaces .views-exposed-form .form-actions {
    display: flex;
    justify-content: center;
  }
  .spaces .views-exposed-form .form-actions input {
    margin: 0 8px;
  }
  .spaces .view-content {
    align-items: center;
    flex-direction: column;
  }
  .spaces .views-row {
    width: 100%;
    max-width: 678px;
    margin-bottom: 20px;
  }
}
.space .sidebar-right .sidebar-right-mb__btn{
  display: none;
  background-color: #e94347;
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: normal;
  font-size: 14px;
  border: solid 1px #e94347;
  width: 250px;
  cursor: pointer;
  text-align: center;
}
.space .sidebar-right .sidebar-right-close__btn{
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .space .sidebar-right .form-price-on-request-container{
    display: none;
    position: relative;
  }
  .space .sidebar-right .sidebar-right-close__btn{
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .space .sidebar-right .sidebar-right-mb__btn{
    display: block;
  }
  .space .sidebar-right {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
  }
  .space .sidebar-right .form-price-on-request-container {
    background-color: #F0F0F0;
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .map-popup__inner{
    top: 20%;
    height: auto;
  }
  .space .sidebar-right {
    width: 100%;
    right: 0;
    left: unset;
    transform: unset;
  }
  .space__details {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body .space__details .space__get_presentation{
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0;
    padding-left: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 4;
  }
  body .space__details .space__get_presentation a{
    width: 250px;
    text-align: center;
  }
  .space .sidebar-right .form-price-on-request-container .webform-ajax-form-wrapper{
    padding: 0 20px;
  }
  .space .sidebar-right .form-price-on-request-container{
    border: 2px solid black;
  }
}
/*# sourceMappingURL=spaces.css.map */
