body {
  font-family: CanelaText, sans-serif;
  color: #405244;
  font-size: 24px;
  line-height: 140%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #405244;
  font-size: 46px;
  line-height: 120%;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #405244;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  max-width: 750px;
  margin-bottom: 10px;
}

a {
  color: #405244;
  font-size: 18px;
  text-decoration: underline;
}

li {
  margin-top: 16px;
  margin-bottom: 16px;
  list-style-type: none;
}

.hero {
  height: 100vh;
  background-image: url('../images/hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.nav-container-float-right {
  float: right;
}

.hero-front-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(23, 36, 29, 0.52);
}

.hero-ingress {
  color: #fff;
  font-size: 32px;
  line-height: 38px;
}

.logo {
  margin-bottom: 56px;
}

.cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn {
  height: 60px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 12px 42px 17px;
  border-radius: 4px;
  background-color: #c93;
}

.btn.inverted {
  border: 2px solid #c93;
  background-color: transparent;
  color: #c93;
}

.btn.top {
  margin-top: 16px;
}

.btn.top-32 {
  margin-top: 32px;
}

.btn.top-32.float-left {
  margin-right: 16px;
  margin-left: 0px;
  float: left;
}

.navlink {
  margin-right: 20px;
  padding: 0px;
  color: #fff;
}

.navlink.w--current {
  color: #c93;
}

.brand {
  display: none;
}

.container {
  width: 1400px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.container.text {
  width: 600px;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-40-left {
  width: 40%;
  margin-right: 10%;
  float: left;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-section {
  padding-top: 100px;
  padding-bottom: 1px;
}

.info-section.top-pad-50 {
  padding-top: 50px;
}

.nav-menu {
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-radius: 4px;
  background-color: rgba(23, 36, 29, 0.55);
}

.col-50 {
  width: 50%;
  float: left;
}

.col-40-right {
  width: 40%;
  margin-left: 100px;
  float: left;
}

.hero-more-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c93;
  text-decoration: none;
}

.hero-more-ic {
  width: 32px;
  margin-top: 10px;
}

.grey-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f4f4f4;
}

.center {
  text-align: center;
}

.center.bigger {
  font-size: 56px;
}

.centered {
  margin-right: auto;
  margin-left: auto;
}

.appartment-picker-wrapper {
  margin-top: 56px;
}

.appartment-picker {
  border-radius: 10px;
  background-color: #405244;
}

.appartment-picker.nordvest.auto-height {
  height: auto;
}

.appartment-picker.sorvest {
  display: none;
}

.appartment-picker.ost {
  display: none;
}

.appartment-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 24px auto 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
}

.table-block {
  overflow: visible;
  padding-top: 19px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(64, 82, 68, 0.18);
  border-radius: 4px;
  font-size: 18px;
}

.table-header {
  min-width: 1200px;
  margin-bottom: 19px;
  padding-left: 30px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.table-columns {
  min-width: 1200px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-top: 1px solid rgba(64, 82, 68, 0.18);
}

.column {
  padding-right: 20px;
  padding-left: 0px;
}

.red {
  color: red;
}

.appartment-more-link {
  width: 100%;
  padding-right: 20px;
  background-image: url('../images/chevron-forward.png');
  background-position: 100% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #17241d;
  text-align: right;
  text-decoration: none;
}

.table-mobile-text {
  display: none;
  margin-top: 10px;
}

.left {
  float: left;
}

.arrow-icon {
  height: 15px;
  margin-left: 10px;
}

.map-section {
  height: 70vh;
  background-color: #17241d;
}

.map-section.mobile {
  display: none;
}

.form-section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 4px;
}

.form-section.min {
  padding-top: 20px;
}

.contact-form-block {
  width: 50%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.contact-form {
  font-size: 18px;
}

.field-label {
  font-weight: 400;
}

.text-field {
  height: 65px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 82, 68, 0.18);
  border-radius: 4px;
  background-color: #f4f4f4;
  color: #405244;
}

.text-field._50 {
  width: 48%;
  margin-right: 2%;
  float: left;
}

.form-content-wrap {
  margin-right: -2%;
}

.contact-form-submit {
  padding: 10px 25px 15px;
  float: right;
  border-style: solid;
  border-width: 2px;
  border-color: #405244;
  border-radius: 4px;
  background-color: transparent;
  color: #405244;
  font-size: 24px;
}

.footer {
  padding-top: 42px;
  padding-bottom: 53px;
  background-color: #405244;
}

.footer-content {
  position: relative;
  width: 948px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #f4f4f4;
  font-size: 18px;
}

.footer-left-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-right {
  text-align: right;
}

.footer-center {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #f4f4f4;
  line-height: 120%;
  text-decoration: none;
}

.footer-text {
  margin-bottom: 10px;
}

.footer-brand {
  position: relative;
  z-index: 200;
  width: 300px;
}

.btn-green {
  margin-top: 32px;
  padding: 10px 25px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #405244;
  border-radius: 4px;
  background-color: transparent;
  color: #405244;
  font-size: 24px;
}

.btn-green.mobile {
  display: none;
}

.btn-green.float-left {
  float: left;
}

.hero-small {
  position: relative;
  height: 430px;
}

.hero-small-brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 192px;
  height: 218px;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
}

.hero-small-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.hero-small-img-mobile {
  display: none;
}

.slider-gallery-section {
  height: 90vh;
  max-height: 90vh;
  margin-top: 66px;
}

.slider-gallery-section.no-top {
  margin-top: 0px;
}

.info-map-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.key-info {
  width: 48%;
  margin-right: 2%;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(64, 82, 68, 0.18);
  border-radius: 4px;
  font-size: 18px;
}

.key-info-map {
  width: 48%;
  margin-left: 2%;
  border-radius: 4px;
  background-color: #17241d;
}

.key-info-heading {
  padding-top: 20px;
  padding-bottom: 23px;
  padding-left: 30px;
}

.key-info-heading.top-border {
  border-top: 1px solid rgba(64, 82, 68, 0.18);
}

.key-info-row {
  padding: 9px 16px 12px 30px;
  border-top: 1px solid rgba(64, 82, 68, 0.18);
}

.left-text {
  float: left;
}

.left-text.icon {
  padding-left: 32px;
}

.left-text.icon.bra {
  background-image: url('../images/ic-bra.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.left-text.icon.prom {
  background-image: url('../images/ic-prom.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.left-text.icon.antrom {
  background-image: url('../images/ic-rom.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.left-text.icon.etg {
  background-image: url('../images/ic-etasje.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.left-text.icon.balkong {
  background-image: url('../images/ic-balkong.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.right-text {
  float: right;
}

.textarea {
  min-height: 152px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 82, 68, 0.18);
  border-radius: 4px;
  background-color: #f4f4f4;
}

.content-section {
  padding-top: 20px;
  padding-bottom: 100px;
}

.content-section.news {
  padding-top: 100px;
  padding-bottom: 0px;
}

.news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-wrapper.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.news-block {
  width: 31.33%;
  text-decoration: none;
}

.news-img-wrap {
  height: 247px;
}

.news-img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-info {
  padding: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: rgba(204, 153, 51, 0.25);
  font-size: 18px;
}

.date {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.date.article {
  text-align: left;
}

.paragraph {
  overflow: hidden;
  max-height: 100px;
}

.rich-text {
  margin-top: 56px;
}

.hero-news {
  position: relative;
  height: 430px;
}

.hero-news-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-news-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(23, 36, 29, 0.52);
}

.bigger {
  font-size: 56px;
}

.bigger.news {
  text-align: center;
}

.gallery-wrapper {
  margin-top: 100px;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}

.description-image {
  width: 48%;
  margin-left: 2%;
  border-radius: 4px;
  background-color: #fff;
}

.description-image.mobile {
  display: none;
}

.top-info-navigator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-10 {
  width: 10%;
  padding-top: 80px;
  float: left;
}

.col-10.left {
  padding-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.col-10.right {
  padding-top: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.col-80 {
  width: 80%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yellow-big-prices {
  margin-top: 32px;
  color: #c93;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.bold {
  display: block;
  margin-top: 24px;
  font-weight: 700;
}

.bold.no-top {
  margin-top: 0px;
}

.bold.float-right {
  margin-top: 44px;
  margin-left: 16px;
  float: right;
}

.navigator-link.right {
  float: right;
}

.navigator-link.right.arrows {
  padding-right: 30px;
  padding-bottom: 7px;
  background-image: url('../images/chevron-right.svg');
  background-position: 100% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.navigator-link.arrow-left {
  display: block;
  padding-bottom: 7px;
  padding-left: 30px;
  float: left;
  background-image: url('../images/chevron-left.svg');
  background-position: 0% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.arrow-slider {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(36, 36, 36, 0.3)), color-stop(53%, rgba(7, 7, 7, 0.2)), to(rgba(17, 17, 17, 0)));
  background-image: linear-gradient(90deg, rgba(36, 36, 36, 0.3), rgba(7, 7, 7, 0.2) 53%, rgba(17, 17, 17, 0));
}

.arrow-slider.reverse {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(36, 36, 36, 0.3)), color-stop(53%, rgba(27, 27, 27, 0.2)), to(rgba(17, 17, 17, 0)));
  background-image: linear-gradient(270deg, rgba(36, 36, 36, 0.3), rgba(27, 27, 27, 0.2) 53%, rgba(17, 17, 17, 0));
}

.slider {
  height: 100%;
}

.mask {
  height: 100%;
}

.slider-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-img {
  margin-bottom: 16px;
  border-radius: 4px;
}

.gallery-text-block {
  margin-bottom: 16px;
  padding: 32px 24px 24px;
  border-radius: 4px;
  background-color: rgba(204, 153, 51, 0.25);
}

._100 {
  width: 100%;
}

.appartment-btn {
  min-width: 130px;
  margin-right: 8px;
  margin-left: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #405244;
  border-radius: 100px;
  background-color: transparent;
  color: #405244;
  font-weight: 700;
  text-align: center;
}

.appartment-btn:active {
  background-color: #17241d;
  color: #c93;
}

.map {
  width: 100%;
  height: 100%;
}

.link {
  font-weight: 700;
  text-decoration: underline;
}

.link.bottom {
  margin-bottom: 8px;
}

.link.bottom.small {
  margin-bottom: 0px;
  font-size: 18px;
}

.small {
  margin-bottom: 8px;
  font-size: 24px;
}

.image {
  width: 100%;
}

.contact-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.megler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 24px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f4f4f4));
  background-image: linear-gradient(180deg, #f4f4f4, #f4f4f4);
}

.megler-pp {
  width: 200px;
  height: 200px;
  margin-bottom: 16px;
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.no-bottom {
  margin-bottom: 8px;
}

.tertiary-text {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
}

.megler-info {
  margin-bottom: 8px;
}

.long-bottom {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 80vh;
  }

  .hero-front-block {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 80vh;
  }

  .logo.mobile-hide {
    width: 200px;
    margin-bottom: 30px;
  }

  .cta-block {
    margin-top: 10px;
  }

  .navlink {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navlink:hover {
    color: #c93;
  }

  .menu-button {
    z-index: 100;
    float: right;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #405244;
  }

  .brand {
    display: none;
  }

  .container.flex-horizontal {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.flex-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-40-left {
    width: 100%;
    margin-right: 0px;
  }

  .row {
    display: block;
    margin-bottom: 56px;
  }

  .info-section {
    padding-top: 56px;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 65px;
    background-color: #405244;
  }

  .nav-menu.w--open {
    padding-top: 60px;
  }

  .col-50 {
    width: 80%;
    margin-bottom: 56px;
  }

  .col-40-right {
    width: 100%;
    margin-left: 0px;
  }

  .hero-more-ic {
    margin-top: 0px;
  }

  .hide-mobile {
    display: none;
  }

  .grey-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .appartment-picker-wrapper {
    margin-top: 24px;
  }

  .table-block {
    overflow: scroll;
    min-width: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(37, 47, 39, 0.2)), color-stop(13%, transparent));
    background-image: linear-gradient(270deg, rgba(37, 47, 39, 0.2), transparent 13%);
  }

  .table-header {
    min-width: 1090px;
  }

  .table-columns {
    min-width: 1090px;
  }

  .table-mobile-text {
    display: block;
    font-size: 14px;
  }

  .arrow-icon {
    height: 10px;
  }

  .map-section {
    height: 50vh;
  }

  .map-section.mobile {
    display: block;
    height: 50vh;
  }

  .form-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .contact-form-block {
    width: 90%;
    margin-bottom: 32px;
  }

  .footer-center {
    position: static;
    margin-bottom: 35px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-brand {
    width: 210px;
  }

  .btn-green.mobile {
    display: block;
    text-align: center;
  }

  .hero-small {
    height: 200px;
  }

  .hero-small-brand {
    width: 80px;
    height: auto;
    margin-top: 24px;
  }

  .info-map-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .key-info {
    width: 100%;
    margin-right: 0%;
  }

  .key-info-map {
    display: none;
    width: 100%;
    margin-left: 0%;
  }

  .content-section {
    padding-bottom: 56px;
  }

  .news-wrapper {
    margin-top: 32px;
  }

  .news-block {
    width: 48%;
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .hero-news {
    height: 200px;
  }

  .gallery-wrapper {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .description-image {
    display: none;
    width: 100%;
    margin-left: 0%;
  }

  .description-image.mobile {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 32px;
  }

  .col-10 {
    width: 20%;
  }

  .col-80 {
    width: 60%;
  }

  .bold.float-right {
    margin-top: 24px;
    margin-left: 0px;
    float: left;
    clear: left;
  }

  .body {
    overflow: auto;
  }

  .appartment-btn {
    min-width: 110px;
    margin-right: 4px;
    margin-left: 4px;
  }

  .small {
    line-height: 30px;
  }

  .contact-right-block {
    width: 100%;
  }

  .megler {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    margin-bottom: 8px;
    font-size: 24px;
  }

  p {
    font-size: 14px;
  }

  .hero {
    height: 60vh;
  }

  .hero-front-block {
    height: 60vh;
  }

  .hero-ingress {
    font-size: 24px;
  }

  .logo.mobile-hide {
    display: none;
  }

  .cta-block {
    margin-top: 16px;
  }

  .btn {
    height: auto;
    padding: 10px 28px;
    font-size: 14px;
  }

  .btn.inverted {
    padding-top: 8px;
    background-color: rgba(23, 36, 29, 0.5);
    font-weight: 700;
  }

  .btn.top {
    height: auto;
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .btn.top-32.float-left.full-width {
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }

  .brand {
    z-index: 1;
    display: block;
    padding-top: 12px;
    padding-left: 16px;
  }

  .logo-mobile {
    height: 80px;
  }

  .container.flex-horizontal {
    max-width: 100%;
  }

  .col-40-left {
    width: 100%;
  }

  .row {
    margin-bottom: 32px;
  }

  .info-section {
    padding-top: 32px;
  }

  .nav-menu {
    padding-top: 155px;
  }

  .nav-menu.w--open {
    z-index: 80;
  }

  .col-50 {
    width: 100%;
    margin-bottom: 32px;
  }

  .hero-more-ic {
    width: 18px;
  }

  .grey-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .center.bigger {
    font-size: 32px;
  }

  .table-wrapper {
    margin-top: 23px;
  }

  .table-block.fullwidth {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(37, 47, 39, 0.09)), color-stop(13%, transparent));
    background-image: linear-gradient(270deg, rgba(37, 47, 39, 0.09), transparent 13%);
  }

  .table-header {
    min-width: 900px;
    padding-left: 20px;
    font-size: 16px;
  }

  .table-columns {
    min-width: 900px;
    padding-left: 20px;
    font-size: 16px;
  }

  .appartment-more-link {
    font-size: 16px;
  }

  .form-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-form-block {
    width: 100%;
    max-width: 100%;
  }

  .contact-form {
    margin-top: 16px;
  }

  .field-label {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .text-field {
    height: auto;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .text-field._50 {
    height: auto;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .contact-form-submit {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .btn-green {
    width: 100%;
    margin-top: 14px;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }

  .btn-green.float-left.top-8 {
    margin-top: 9px;
  }

  .hero-small-brand {
    display: none;
  }

  .hero-small-img {
    display: none;
  }

  .hero-small-img-mobile {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slider-gallery-section {
    height: 50vh;
    max-height: 50vh;
  }

  .key-info-heading {
    padding-left: 16px;
  }

  .key-info-row {
    padding-left: 16px;
  }

  .left-text {
    font-size: 14px;
  }

  .right-text {
    font-size: 14px;
  }

  .content-section {
    padding-bottom: 32px;
  }

  .content-section.news {
    padding-top: 20px;
  }

  .news-wrapper.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-block {
    width: 100%;
    margin: 0% 0% 2%;
  }

  .date {
    text-align: left;
  }

  .rich-text {
    margin-top: 20px;
  }

  .hero-news-overlay {
    display: none;
  }

  .bigger {
    font-size: 32px;
  }

  .bigger.news {
    text-align: left;
  }

  .gallery-wrapper {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .description-image.mobile {
    width: 80%;
  }

  .bold.center.small {
    font-size: 14px;
  }

  .bold.no-top {
    font-size: 14px;
  }

  .bold.float-right {
    width: 100%;
    margin-top: 8px;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
  }

  .navigator-link {
    font-size: 14px;
  }

  .navigator-link.right.arrows.w--current {
    padding-right: 16px;
    background-size: 10px;
  }

  .navigator-link.arrow-left.w--current {
    padding-left: 16px;
    background-size: 10px;
  }

  .gallery-img {
    overflow: hidden;
    max-height: 60vh;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .appartment-btn {
    font-size: 14px;
  }

  .contact-right-block {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    line-height: 140%;
  }

  p {
    font-size: 14px;
    line-height: 140%;
  }

  a {
    font-size: 14px;
  }

  form {
    font-size: 18px;
  }

  .hero {
    height: 45vh;
  }

  .hero-front-block {
    height: 45vh;
  }

  .hero-ingress {
    font-size: 22px;
    line-height: 30px;
  }

  .cta-block {
    margin-top: 10px;
  }

  .btn {
    padding-right: 16px;
    padding-left: 16px;
  }

  .navlink {
    padding-top: 16px;
    padding-bottom: 8px;
    font-size: 18px;
  }

  .logo-mobile {
    height: 60px;
  }

  .container.flex-horizontal {
    max-width: 100%;
  }

  .nav-menu {
    padding-top: 130px;
  }

  .center.small {
    font-size: 22px;
  }

  .center.small-h1 {
    font-size: 22px;
  }

  .appartment-btn-wrap {
    width: 100%;
  }

  .table-wrapper {
    margin-bottom: 24px;
  }

  .map-section {
    height: 40vh;
  }

  .map-section.mobile {
    height: 50vh;
  }

  .contact-form-block {
    width: 100%;
    max-width: 100%;
  }

  .hero-small {
    height: 130px;
  }

  .slider-gallery-section {
    height: 50vh;
    max-height: 50vh;
  }

  .key-info {
    font-size: 16px;
  }

  .key-info-heading {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 8px;
  }

  .key-info-row {
    padding-right: 8px;
    padding-left: 8px;
  }

  .news-block {
    margin-bottom: 16px;
  }

  .hero-news {
    height: 130px;
  }

  .description-image.mobile {
    width: 100%;
  }

  .top-info-navigator {
    margin-bottom: 32px;
  }

  .col-10 {
    width: 20%;
    padding-top: 4px;
  }

  .col-10.left {
    width: 30%;
    padding-top: 8px;
  }

  .col-10.right {
    width: 30%;
    padding-top: 8px;
  }

  .col-80 {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .yellow-big-prices {
    margin-top: 16px;
    font-size: 20px;
  }

  .bold.center.small {
    margin-top: 16px;
    font-size: 14px;
  }

  .navigator-link.right.arrows.w--current {
    padding-right: 16px;
  }

  .navigator-link.arrow-left.w--current {
    padding-left: 16px;
  }

  .gallery-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .appartment-btn {
    min-width: auto;
  }

  .contact-right-block {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'CanelaText';
  src: url('../fonts/CanelaText-Bold-02.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CanelaText';
  src: url('../fonts/CanelaText-Medium-05.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CanelaText';
  src: url('../fonts/CanelaText-BoldItalic-04.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'CanelaText';
  src: url('../fonts/CanelaText-MediumItalic-06.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'CanelaText';
  src: url('../fonts/CanelaText-Regular-01.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CanelaText';
  src: url('../fonts/CanelaText-RegularItalic-03.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}