@charset "UTF-8";
@-webkit-keyframes fadein_scroll_to_top {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes fadein_scroll_to_top {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.hb-loft--no-data {
  display: none
}
.hb-loft {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll
}
.hb-loft__print {
  display: none
}
.hb-loft .hb-popup__closer {
  position: absolute;
  top: 28px;
  right: 28px
}
.hb-loft__lease {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ff4848
}
.hb-loft__floors {
  color: #2d2d2d;
  background: #e7e8e8;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  font-family: "Nowie Vremena",sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.hb-loft__floors__title {
  font-size: 1rem;
  line-height: 18px;
  text-transform: uppercase
}
.hb-loft__floors__numbers {
  font-size: 2.25rem;
  line-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 20px
}
.hb-loft__floor {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}
.hb-loft__floor + .hb-loft__floor {
  margin-bottom: 28px
}
.hb-loft__floor:hover,
.hb-loft__floor_current {
  color: #ff4848
}
.hb-loft__scheme-col {
  margin: 0 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 28px
}
.hb-loft__info-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 468px;
  flex: 0 0 468px;
  max-width: 468px;
  padding-top: 28px
}
@media (min-width:1256px) {
  .hb-loft__info-col {
    margin-right: 36px
  }
}
.hb-loft__building {
  color: #2d2d2d
}
.hb-loft__building__title {
  font-size: 1rem;
  line-height: 18px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: "Nowie Vremena",sans-serif;
  font-weight: 700
}
.hb-loft__building__numbers {
  font-size: 2.5rem;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Nowie Vremena",sans-serif;
  font-weight: 700
}
.hb-loft__building__number {
  cursor: pointer
}
.hb-loft__building__number + .hb-loft__building__number {
  margin-left: 28px
}
.hb-loft__building__number:hover,
.hb-loft__building__number_current {
  color: #ff4848
}
.hb-loft__legend {
  font-size: 1rem;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  color: #2d2d2d;
  min-width: 600px
}
.hb-loft__legend__item {
  position: relative;
  padding-left: 24px
}
.hb-loft__legend__item + .hb-loft__legend__item {
  margin-left: 20px
}
.hb-loft__legend__item:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -2px
}
.hb-loft__legend__item_free:before {
  background: #62d100
}
.hb-loft__legend__item_booked:before {
  background: #ffba00
}
.hb-loft__legend__item_bought:before {
  background: #ff4848
}
.hb-loft__legend__item_rent:before {
  background: #00adff
}
.hb-loft__scheme {
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (min-width:1024px) {
  .hb-loft__scheme {
    margin: 28px auto 104px
  }
}
.hb-loft__scheme__plan {
  width: 100%;
  margin: 0 auto;
  pointer-events: none
}
.hb-loft__scheme__lofts {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.hb-loft__scheme__lofts polygon,
.hb-loft__scheme__lofts rect {
  cursor: pointer
}
.hb-loft path,
.hb-loft polygon,
.hb-loft rect {
  -webkit-transition: fill .3s;
  transition: fill .3s
}
.hb-loft__loft_free {
  fill: rgba(98,209,0,.2)
}
.hb-loft__loft_free.hb-loft__loft_active,
.hb-loft__loft_free:hover {
  fill: rgba(98,209,0,.6)
}
.hb-loft__loft_booked {
  fill: rgba(255,186,0,.2)
}
.hb-loft__loft_booked.hb-loft__loft_active,
.hb-loft__loft_booked:hover {
  fill: rgba(255,186,0,.6)
}
.hb-loft__loft_bought {
  fill: rgba(255,72,72,.3)
}
.hb-loft__loft_bought.hb-loft__loft_active,
.hb-loft__loft_bought:hover {
  fill: rgba(255,72,72,.6)
}
.hb-loft__loft_rent {
  fill: rgba(0,173,255,.3)
}
.hb-loft__loft_rent.hb-loft__loft_active,
.hb-loft__loft_rent:hover {
  fill: rgba(0,173,255,.8)
}
.hb-loft__footer {
  text-align: center
}
.hb-loft__phone {
  font-size: 1.75rem;
  line-height: 32px;
  color: #2d2d2d;
  font-family: "Nowie Vremena",sans-serif;
  font-weight: 700
}
.hb-loft__type {
  text-transform: uppercase
}
.hb-loft__lot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.hb-loft__lot__text {
  font-size: 2.5rem;
  line-height: 48px;
  border-bottom: solid 6px
}
.hb-loft__lot__rent {
  font-size: 1rem;
  line-height: 18px;
  text-transform: uppercase;
  margin-left: 12px
}
.hb-loft__lot_free .hb-loft__lot__text {
  border-color: #62d100
}
.hb-loft__lot_free .hb-loft__lot__rent {
  color: #62d100
}
.hb-loft__lot_booked .hb-loft__lot__text {
  border-color: #ffba00
}
.hb-loft__lot_booked .hb-loft__lot__rent {
  color: #ffba00
}
.hb-loft__lot_bought .hb-loft__lot__text {
  border-color: #ff4848
}
.hb-loft__lot_bought .hb-loft__lot__rent {
  color: #ff4848
}
.hb-loft__lot_rent .hb-loft__lot__text {
  border-color: #00adff
}
.hb-loft__lot_rent .hb-loft__lot__rent {
  color: #00adff
}
.hb-loft__info {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s
}
.hb-loft__info_visible {
  opacity: 1;
  pointer-events: inherit
}
.hb-loft__info__fade {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.hb-loft__info__fade_visible {
  opacity: 1
}
.hb-loft__info__levels,
.hb-loft__info__terrace_area,
.hb-loft__info__wh {
  font-family: "Nowie Vremena",sans-serif;
  font-weight: 400;
  margin-bottom: 12px
}
.hb-loft__info__levels span,
.hb-loft__info__terrace_area span,
.hb-loft__info__wh span {
  font-weight: 700
}
.hb-loft__info__foto-section {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400
}
.hb-loft__info__foto-section img {
  width: 120px
}
.hb-loft__info__foto-section:hover {
  cursor: pointer
}
.hb-loft__info__img-gallery {
  position: relative;
  display: inline-block;
  padding: 10px;
  border: 1px solid #ff4848;
  width: 180px;
  height: 40px
}
.hb-loft__info__img-gallery:hover {
  cursor: pointer;
  border: 1px solid #ffba00
}
.hb-loft__info__img-gallery:before {
  position: absolute;
  content: " ";
  background-image: url(../img/foto-icon.svg);
  width: 14px;
  height: 11px;
  left: 8px;
  top: 14px
}
.hb-loft__info__img-gallery__btn {
  font-family: "Nowie Vremena",sans-serif;
  color: #000;
  position: relative;
  margin-left: 20px
}
.hb-loft__info__dopinfo {
  font-weight: 400;
  font-family: "Nowie Vremena",sans-serif;
  margin-bottom: 32px
}
.hb-loft__info__type {
  font-size: 1rem;
  line-height: 18px;
  color: #2d2d2d;
  font-family: "Nowie Vremena",sans-serif;
  font-weight: 700
}
.hb-loft__info__params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 28px 0;
  color: #2d2d2d
}
.hb-loft__info__param + .hb-loft__info__param {
  margin-left: 40px
}
.hb-loft__info__value-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  white-space: nowrap
}
.hb-loft__info__title {
  font-size: .75rem;
  line-height: 14px;
  font-family: "Nowie Vremena",sans-serif;
  font-weight: 400;
  text-transform: uppercase
}
.hb-loft__info__value {
  font-size: 2rem;
  line-height: 38px;
  font-weight: 700;
  margin-top: 4px
}
.hb-loft__info__unit {
  font-size: 1.25rem;
  line-height: 32px;
  font-weight: 400;
  margin-left: 4px
}
.hb-loft__info__unit sup {
  font-size: .75rem;
  line-height: 14px
}
.hb-loft__info__order {
  margin-top: 36px
}
.hb-loft__price .hb-loft__info__value {
  color: #ff4848;
  white-space: nowrap
}
.hb-loft__price__old {
  position: relative;
  display: inline-block;
  line-height: 26px
}
.hb-loft__price__old:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #ff0010;
  top: 14px;
  left: 0
}
.hb-loft .hb-btn {
  width: 240px
}
.hb-edit {
  color: #7d7d7d;
  margin-left: 20px;
  text-decoration: underline
}