.space {
  position: relative;
}
.space__navigation {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 100000;
  display: flex;
  margin-bottom: 20px;
}
.space__navigation ul {
  background-color: #26344c;
  margin: auto;
  display: flex;
  list-style: none;
  border-radius: 0 0 10px 10px;
}
.space__navigation li {
  display: flex;
  align-items: center;
}
.space__navigation li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #ccc;
  display: inline-block;
  vertical-align: baseline;
}
.space__navigation a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0.5em 1em;
}
.space__navigation a:hover {
  text-decoration: underline;
}
.space__title {
  margin-bottom: 31.25px;
}
.space__body {
  line-height: 1.5;
  margin-bottom: 20px;
}
.space__body a {
  color: #000;
}
.space__body a:hover {
  text-decoration: none;
}
.space__body a[href*='partner'] img {
  width: 100%;
  max-width: 960px;
}
.space__body li.service {
  list-style: none;
  margin: 0;
  padding-left: 40px;
  margin-bottom: 13px;
  background: url(../../../images/check-mark.png) no-repeat;
}
.space__location {
  margin-bottom: 20px;
}
.space__location-header {
  margin-bottom: 20px;
}
.space__details {
  display: flex;
  margin-bottom: 20px;
}
.space__details > div {
  padding-right: 15px;
}
.space__details > div:not(:first-child) {
  border-left: solid 1px #ccc;
  padding-left: 15px;
}
.space__details-label {
  color: #999;
  margin-bottom: 5px;
}
.space__details-content {
  font-weight: bold;
  font-size: 24px;
  white-space: nowrap;
}
.space__details-content a {
  color: #000;
  text-decoration: none;
}
.space__details-content a:hover {
  text-decoration: underline;
}
.space__details .space__get_presentation {
  display: flex;
  align-items: center;
}
.space__details .space__get_presentation a {
  background-color: #e94347;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: normal;
  font-size: 14px;
  border: solid 1px #e94347;
}
.space-teaser__get_presentation {
  text-align: center;
}
.space-teaser__get_presentation .space-teaser__details-content a {
  background-color: #e94347;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: normal;
  font-size: 14px;
  border: solid 1px #e94347;
  margin-top: 10px;
}
.space__phone.mobile {
  display: none;
}
.space__details-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -85px;
  z-index: 100;
  display: flex;
  background-color: rgba(38, 52, 76, 0.65);
  color: #fff;
  transition: 0.5s;
}
.space__details-wrapper .space__details {
  margin: 5px auto;
}
.space__details-wrapper .space__details a {
  color: #fff;
}
.space__details-building-number {
  position: absolute;
  top: 12px;
  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;
}
.space .space-slider__content:hover .space__details-wrapper {
  bottom: 0;
}
.space__scheme {
  margin-bottom: 31.25px;
}
.space__scheme-header {
  margin-bottom: 16px;
}
.space__tags {
  margin-bottom: 31.25px;
}
.space__tags-header {
  margin-bottom: 16px;
}
.space__note-bottom h4 {
  display: block;
  border: 2px solid #e94347;
  border-radius: 2px;
  margin: 46px auto 0 auto;
  padding: 25px 24px;
  font-size: 18px;
  text-align: center;
}
.space__attach.common-link-button a {
  position: absolute;
  bottom: -4px;
  right: 0;
  font-size: 17px;
  z-index: 101;
}
.space__attach.common-link-button a.intext {
  position: relative;
  top: 81px;
  left: 220px;
  margin-bottom: -10px;
}
.space__popbox-title {
  line-height: 40px;
  font-size: 20px;
  text-align: center;
}
.space__popblock-name {
  line-height: 30px;
  font-size: 16px;
}
.space__popblock-description {
  font-size: 15px;
  font-weight: normal;
  padding: 0;
  margin: 10px 0;
}
/* popup */
.space__popbox {
  position: relative;
  background: #FFF;
  margin: 0 auto;
  padding: 13px 20px 5px 20px;
  width:auto;
  max-width: 500px;
}
.space__popbox-title span {
  line-height: 44px;
}
.space__popbox-title span {
  display: inline-block;
  float: right;
  font-size: 18px;
  margin-right: 5%;
}
.space__popbox-frame {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
.space__popbox-text {
  width: 68%;
}
.space__popbox-name {
  margin-bottom: 5px;
}
.space__popbox-image {
  height: 150px!important;
  width: 150px!important;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
  margin-right: 15px;
  margin-bottom: 5px;
}
.space__popbox-form select,
.space__popbox-form input[type="text"],
.space__popbox-form input[type="select"],
.space__popbox-form input[type="number"],
.space__popbox-form input[type="email"],
.space__popbox-form input[type="tel"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  margin: 0;
  padding: 10px 15px;
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
  color: #595959;
  border: 1px solid #7b7b7b;
  border-radius: 2px;
  background: #fcfcfa;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.125);
  font-size: 1em;
}
.space__popbox-form {
  margin-top: -10px;
}
.space__popbox-form h3 {
  margin-top: 18px;
  margin-bottom: 26px;
  text-align: center;
  color: #333;
}
.space__popbox-form label.option a {
  color: #e94347;
}
.space__popbox-form label.option a:hover {
  text-decoration: none;
}
.space__popbox-form input[type="submit"] {
  display: block;
  margin: 15px auto 15px;
}
@media screen and (max-width: 992px) {
  .space__details-wrapper {
    display: none;
  }
  .space__attach.common-link-button a.intext {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .space__tags-header {
    text-align: center;
  }
  .space__tags-content {
    margin-left: auto;
    margin-right: auto;
  }
  .space__details {
    margin-bottom: 10px;
  }
  .space__phone.desctop {
    display: none;
  }
  .space__phone.mobile {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .space__details > div {
    padding-right: 5px;
  }
  .space__details > div:not(:first-child) {
    padding-left: 15px;
  }
  .space__details-content {
    font-size: 15px;
  }
}

.space .sidebar-right {
  width: 300px;
}

.space .sidebar-right .form-price-on-request-container {
  background-color: #F0F0F0;
  position: sticky;
  top: 90px;
  padding: 15px;
}

.space .sidebar-right .form-price-on-request-container .js-form-item-url {
  display: none;
}

.space .sidebar-right .form-price-on-request-container .form-item-title {
  font-size: 18px;
  margin: 0;
}

.space .sidebar-right .form-price-on-request-container .form-item-consent a {
  color: #e94347;
}

.space .sidebar-right .form-price-on-request-container .form-item-consent {
  margin-bottom: 0;
}

.space .sidebar-right .form-price-on-request-container .form-item-consent a:hover {
  color: #c8171c;
}

.space .sidebar-right .form-price-on-request-container .button {
  margin: 0;
  padding: 12px 20px;
  width: 100%;
}

/*# sourceMappingURL=space.css.map */
