@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
  }
}
body,
html {
  padding: 0;
  margin: 0;
  font-size: 16px;
  min-height: 100%;
  height: 100%
}
body {
  background: #fff;
  font-family: NowieVremena-Light,sans-serif;
  color: #000;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
  position: relative;
  overflow-x: hidden
}
body.toolbar-horizontal {
  padding-top: 80px!important
}
body.toolbar-vertical {
  padding-top: 39px!important
}
.hide {
  opacity: 0
}
.av-anim-1 {
  -webkit-animation: fadein_scroll_to_top ease-in-out .6s;
  animation: fadein_scroll_to_top ease-in-out .6s
}
.av-anim-2 {
  -webkit-animation: fadein_scroll_to_top ease-in-out .4s;
  animation: fadein_scroll_to_top ease-in-out .4s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.av-anim-3 {
  -webkit-animation: fadein_scroll_to_top ease-in-out 1.2s;
  animation: fadein_scroll_to_top ease-in-out 1.2s
}
.av-anim-4 {
  -webkit-animation: fadein_scroll_to_top ease-in-out 1.6s;
  animation: fadein_scroll_to_top ease-in-out 1.6s
}
.hb-fixed {
  overflow: hidden;
  width: 100%;
  height: 100%
}
@font-face {
  font-family: rouble;
  src: url(../fonts/RUBSN.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
.hb-rouble {
  font-family: rouble;
  font-style: normal;
  margin-left: 4px;
  font-weight: 700
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s
}
img {
  display: block
}
.hb-center {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px
}
@media (max-width:767px) {
  .hb-center {
    padding: 0;
    padding-left: 16px;
    padding-right: 16px
  }
}
.hb-is-mobile {
  display: none
}
@media (max-width:767px) {
  .hb-is-mobile {
    display: block
  }
}
.hb-is-tablet {
  display: none
}
@media (max-width:1023px) and (min-width:768px) {
  .hb-is-tablet {
    display: block
  }
}
.hb-intro__text {
  font-size: 1.125rem;
  line-height: 30px;
  margin-top: 60px
}
@media (min-width:768px) {
  .hb-intro__text {
    margin-left: 25%
  }
}
@media (max-width:767px) {
  .hb-advantages {
    padding: 56px 0 0
  }
}
@media (min-width:768px) {
  .hb-advantages {
    padding: 120px 0 120px
  }
}
.hb-advantages__inner {
  display: grid
}
@media (max-width:767px) {
  .hb-advantages__inner {
    grid-template-columns: 1fr
  }
}
@media (min-width:768px) {
  .hb-advantages__inner {
    grid-template-columns: 1fr
  }
}
@media (min-width:1024px) {
  .hb-advantages__inner {
    grid-template-columns: 1fr 1fr
  }
}
.hb-advantages__items {
  display: grid;
  width: 100%
}
@media (max-width:767px) {
  .hb-advantages__items {
    grid-template-columns: 1fr;
    margin-top: 40px
  }
}
@media (min-width:768px) {
  .hb-advantages__items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    margin-top: 40px
  }
}
@media (min-width:1024px) {
  .hb-advantages__items {
    margin-top: 12px
  }
}
.hb-advantages__item {
  padding-right: 12px
}
.hb-advantages__digit {
  font-size: 3.875rem;
  line-height: 65px
}
.hb-advantages__label {
  font-size: .9375rem;
  line-height: 21px
}
@media (max-width:767px) {
  .hb-advantages__item {
    margin-bottom: 40px
  }
}
@media (min-width:768px) {
  .hb-advantages__item:nth-child(3),
  .hb-advantages__item:nth-child(4) {
    margin-top: 10px
  }
}
@media (min-width:1024px) {
  .hb-advantages__item:nth-child(3),
  .hb-advantages__item:nth-child(4) {
    margin-top: 0
  }
}
@media (max-width:767px) {
  .hb-text {
    margin-top: 40px;
    margin-bottom: 40px
  }
}
@media (min-width:768px) {
  .hb-text {
    margin-top: 80px;
    margin-bottom: 80px
  }
}
@media (min-width:1024px) {
  .hb-text {
    margin-top: 100px;
    margin-bottom: 100px
  }
}
.hb-text__content {
  display: grid
}
@media (max-width:767px) {
  .hb-text__content {
    grid-template-columns: 1fr;
    grid-gap: 20px
  }
}
@media (min-width:768px) {
  .hb-text__content {
    grid-template-columns: 1fr;
    grid-gap: 40px
  }
}
@media (min-width:1024px) {
  .hb-text__content {
    grid-template-columns: 600px 1fr;
    grid-gap: 60px
  }
}
.hb-text__text {
  font-size: 18px;
  line-height: 30px
}
@media (max-width:767px) {
  .hb-text__text {
    grid-row-start: 2
  }
}
@media (min-width:768px) {
  .hb-text__text {
    grid-row-start: 2
  }
}
@media (min-width:1024px) {
  .hb-text__text {
    grid-row-start: 1
  }
}
.hb-text__img {
  justify-self: end
}
.hb-text__img img {
  width: 100%;
  max-width: 890px
}
@media (max-width:767px) {
  .hb-slider {
    margin-top: 0;
    margin-bottom: 60px
  }
}
@media (min-width:768px) {
  .hb-slider {
    margin-top: 80px;
    margin-bottom: 80px
  }
}
@media (min-width:1024px) {
  .hb-slider {
    margin-top: 100px;
    margin-bottom: 100px
  }
}
.hb-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.hb-slider__slide {
  max-width: 1600px;
  width: 80%;
  position: relative
}
.hb-slider__img {
  width: 100%;
  height: 100%
}
.hb-slider__info {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(59,59,69,.85);
  color: #fff;
  padding: 40px
}
@media (max-width:767px) {
  .hb-slider__info {
    padding: 12px
  }
}
.hb-slider__info__f1 {
  font-size: 24px
}
@media (max-width:767px) {
  .hb-slider__info__f1 {
    font-size: 16px
  }
}
.hb-slider__info__f2 {
  font-size: 20px
}
@media (max-width:767px) {
  .hb-slider__info__f2 {
    font-size: 14px
  }
}
.hb-slider__info__f3 {
  font-size: 20px
}
@media (max-width:767px) {
  .hb-slider__info__f3 {
    font-size: 14px
  }
}
.hb-feedback {
  margin-bottom: 80px
}
.hb-feedback__inner {
  display: grid;
  grid-gap: 60px
}
@media (max-width:767px) {
  .hb-feedback__inner {
    grid-template-columns: 1fr
  }
}
@media (min-width:768px) {
  .hb-feedback__inner {
    grid-template-columns: 1fr
  }
}
@media (min-width:1024px) {
  .hb-feedback__inner {
    grid-template-columns: 1fr 1fr
  }
}
.hb-feedback__info a {
  display: block
}
.hb-feedback__form {
  position: relative
}
@media (max-width:767px) {
  .hb-feedback__form {
    margin-top: 0
  }
}
@media (min-width:768px) {
  .hb-feedback__form {
    margin-top: 0
  }
}
@media (min-width:1024px) {
  .hb-feedback__form {
    margin-top: 76px
  }
}
.hb-feedback__img img {
  width: 100%;
  max-width: 800px
}
@media (max-width:767px) {
  .hb-feedback__img {
    margin-top: 20px;
    margin-bottom: 20px
  }
}
.hb-feedback a {
  color: #000;
  text-decoration: none
}
.hb-feedback a:hover {
  color: #ff4848
}
.hb-feedback__phone {
  font-size: 2rem;
  line-height: 42px;
  font-weight: 600
}
@media (max-width:767px) {
  .hb-feedback__phone {
    font-size: 1.5rem;
    line-height: 32px
  }
}
.hb-feedback__email {
  font-size: 1.625rem;
  line-height: 42px
}
@media (max-width:767px) {
  .hb-feedback__email {
    font-size: 1.25rem;
    line-height: 28px
  }
}
.hb-spinner {
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.7)
}
.hb-spinner__inner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.hb-spinner__cube1,
.hb-spinner__cube2 {
  background-color: #ff4848;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out
}
.hb-spinner__cube2 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}
.hb-message {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5
}
.hb-message .hb-btn {
  width: 200px
}
._loading .hb-spinner {
  opacity: 1;
  z-index: 5;
  visibility: visible
}
._success .hb-form {
  opacity: 0;
  visibility: hidden;
  z-index: 0
}
._success .hb-message {
  opacity: 1;
  visibility: visible;
  z-index: 5
}
.hb-mobile-only {
  margin-top: 16px
}
@media (min-width:768px) {
  .hb-mobile-only {
    display: none
  }
}
.hb-loft-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f5f5;
  padding: 24px 0
}
.hb-loft-info__lot {
  font-size: 1.5rem;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-family: "Nowie Vremena",sans-serif
}
.hb-loft-info__type {
  font-size: 1rem;
  line-height: 20px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase
}
.hb-loft-info__type:before {
  content: '';
  width: 48px;
  height: 2px;
  background: #000;
  margin: 8px 0 4px;
  display: block
}
.hb-loft-info__col + .hb-loft-info__col {
  margin-left: 36px
}
.hb-loft-info__meter-price {
  font-size: 1rem;
  line-height: 20px;
  color: #555;
  font-weight: 700
}
.hb-loft-info__actual-price {
  font-size: 1.75rem;
  line-height: 38px;
  color: #ff4848;
  font-weight: 700
}
.hb-loft-info__actual-price .hb-rouble {
  color: #555
}
.hb-loft-info__title {
  display: none;
  font-weight: 700
}
.hb-building {
  padding: 0 0 52px 0
}
@media (max-width:767px) {
  .hb-building .hb-subtitle {
    display: none
  }
}
.hb-building__structure {
  position: relative;
  margin: 52px auto 0;
  max-width: 1135px;
  width: 100%
}
.hb-building__parts {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0
}
@media (max-width:767px) {
  .hb-building__parts {
    display: none
  }
}
.hb-building__img {
  position: relative;
  z-index: 1;
  width: 100%
}
.hb-building__building {
  opacity: 0;
  -webkit-transition: opacity .7s;
  transition: opacity .7s;
  cursor: pointer
}
@media (max-width:767px) {
  .hb-building__building {
    display: none
  }
}
.hb-building__building._active {
  opacity: 1
}
.hb-building__info {
  position: absolute;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  padding-bottom: 38px
}
.hb-building__info__inner {
  background: #fff;
  border: solid 2px #ff4848;
  padding: 20px 36px 24px 28px;
  width: 256px
}
.hb-building__info__arrow {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 25px 0 25px;
  border-color: #ff4848 transparent transparent transparent;
  left: 40px;
  bottom: 0
}
.hb-building__info__number {
  font-size: 1.5rem;
  line-height: 40px;
  text-transform: uppercase;
  color: #2d2d2d;
  font-family: "PT Sans Caption",sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.hb-building__info__types {
  margin-top: 12px
}
.hb-building__info__type {
  font-size: 1.25rem;
  line-height: 28px;
  color: #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.hb-building__info__type + .hb-building__info__type {
  margin-top: 12px
}
.hb-building__info__count {
  margin-left: auto;
  color: #ff4848
}
.hb-building__presentation {
  margin-top: 60px
}
@media (min-width:768px) {
  .hb-building__presentation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
@media (max-width:767px) {
  .hb-building__presentation__item + .hb-building__presentation__item {
    margin-top: 20px
  }
}
@media (min-width:768px) {
  .hb-building__presentation__item + .hb-building__presentation__item {
    margin-left: 40px
  }
}
.hb-building__presentation__title {
  font-size: 1.25rem;
  line-height: 24px;
  color: #555;
  font-family: "PT Sans Caption",sans-serif;
  font-weight: 400;
  text-transform: uppercase
}
.hb-building__presentation__link {
  font-size: 1rem;
  line-height: 22px;
  color: #ff4848;
  text-decoration: underline
}
.hb-building__presentation__link:hover {
  text-decoration: none;
  color: #f1d466
}
.hb-building__mobile_choose {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 60px;
  margin-top: 44px
}
.hb-building__mc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  text-align: center
}
.hb-building__mc-n {
  color: #000;
  font-size: 32px;
  border: 1px solid #ff4848;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px
}
.hb-building__mc-t {
  margin-top: 12px;
  color: #000;
  font-size: .875rem;
  line-height: 100%;
  font-family: NowieVremena-Light,sans-serif;
  border-bottom: 1px solid #ff4848
}