@font-face {
  font-family: "Icons";
  src: url("../fonts/fontello.eot?59136264");
  src: url("../fonts/fontello.eot?59136264#iefix") format("embedded-opentype"),
    url("../fonts/fontello.woff2?59136264") format("woff2"),
    url("../fonts/fontello.woff?59136264") format("woff"),
    url("../fonts/fontello.ttf?59136264") format("truetype"),
    url("../fonts/fontello.svg?59136264#fontello") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-angle-down:before {
  content: "\f107";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */

@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir-Medium.woff) format("woff"),
    url(../fonts/Avenir-Medium.woff2) format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir-Black.woff) format("woff"),
    url(../fonts/Avenir-Black.woff2) format("woff2");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir-Heavy.woff) format("woff"),
    url(../fonts/Avenir-Heavy.woff2) format("woff2");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir-Light.woff) format("woff"),
    url(../fonts/Avenir-Light.woff2) format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Goldenbook-Light";
  src: url(../fonts/Goldenbook-Light.woff) format("woff"),
    url(../fonts/Goldenbook-Light.woff2) format("woff2");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}

body {
  margin: 0;
  font-family: Avenir, sans-serif;
  color: #fff;
  text-align: left;
  font-weight: 500;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 69%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  color: rgb(82, 84, 89);
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
  outline: 0 !important;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}
.holdthanks {
  display: none;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
  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;
  color: #000;
}
.loaded .counter {
  display: none;
}

.mobile-menu div a:hover,
.mobile-menu div a.active,
.home_page a.home_link,
.amenities_page a.amenities_link,
.gallery_page a.gallery_link,
.availability_page a.availability_link,
.neighborhood_page a.neighborhood_link,
.news_page a.news_link,
.contact_page a.contact_link,
.residences_page a.residences_link {
  color: #fff;
}

.mobile-menu div a:hover:before,
.mobile-menu div a.active:before,
.home_page a.home_link:before,
.amenities_page a.amenities_link:before,
.gallery_page a.gallery_link:before,
.availability_page a.availability_link:before,
.neighborhood_page a.neighborhood_link:before,
.news_page a.news_link:before,
.contact_page a.contact_link:before,
.residences_page a.residences_link:before,
.floorplans_page a.floorplans_link:before {
  width: 0;
}

.video-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-bg > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 32px;
  position: fixed;
  height: 102px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #212e4e;
}
.header_collapse .header {
  background-color: #212e4e;
}

.opened_menu .header {
  background-color: transparent;
}
span.holdtogether {
  white-space: nowrap;
}
.header .logo {
  padding-left: 9px;
}

.header .logo img {
  width: 224px;
  height: auto;
}

.btn {
  font-size: 19px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 45px;
}
.btn_sm {
  font-size: 14px;
  padding: 12px 20px;
  min-width: 180px;
  margin: 0 10px;
}

.btn__blue {
  background: #212e4e;
  border-color: #212e4e;
}

.btn__white {
  color: #212e4e;
  border-color: #212e4e;
}

.btn__lite-blue {
  background: #3a6e84;
  border-color: #3a6e84;
}

.btn__liten-blue {
  background: #395875;
  border-color: #395875;
}

.btn:hover {
  background-color: #fff;
  color: #222e4d;
}

.header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-btn {
  margin: 0 10px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.phone-btn:hover {
  color: #fff;
}

.open-menu-btn {
  margin-left: 10px;
  border: 0;
  background: none;
  position: relative;
  z-index: 105;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  width: 40px;
  height: 22px;
}

.open-menu-btn .lines {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  top: -6px;
}

.open-menu-btn .lines:before {
  top: -10px;
}

.open-menu-btn .lines:after {
  top: 10px;
}

.open-menu-btn .lines:before,
.open-menu-btn .lines:after {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  left: 0;
  content: "";
  -ms-transform-origin: 0.28571em center;
  -webkit-transform-origin: 0.28571em center;
  transform-origin: 0.28571em center;
}
.visible_xs {
  display: none;
}

.menu-wrap {
  position: fixed;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 15px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  will-change: top, opacity;
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 1.1s;
  -o-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 1.1s;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 1.1s;
  visibility: hidden;
  z-index: 99;
}

.menu-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #fff url("../images/menu-contact.svg") center no-repeat;
  background-size: cover;
}

.opened_menu .menu-wrap {
  opacity: 1;
  visibility: visible;
}
.opened_menu .mobile-menu {
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s 0.7s;
  -o-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s 0.7s;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s 0.7s;
}
.mobile-menu {
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
  -o-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
  max-width: 1275px;
  margin: 0 auto 18vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 40px 15px;
}

.mobile-menu div {
  margin-right: 60px;
  margin-bottom: 5px;
}
.mobile-menu div.norightpad {
  margin-right: 0px;
}

.mobile-menu div a {
  display: inline-block;
  font-size: 96px;
  font-family: "Goldenbook-Light";
  position: relative;
  letter-spacing: -7px;
}
.mobile-menu div a:before {
  background: #fff;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  pointer-events: none;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.mobile-menu div a:hover {
  color: #fff;
}
.mobile-menu div a:hover:before,
.mobile-menu div a.active:before,
.home_page a.home_link:before,
.amenities_page a.amenities_link:before,
.gallery_page a.gallery_link:before,
.availability_page a.availability_link:before,
.neighborhood_page a.neighborhood_link:before,
.news_page a.news_link:before,
.contact_page a.contact_link:before,
.residences_page a.residences_link:before,
.virtual_page a.virtual-tours_link:before {
  width: 0;
}

.opened_menu .open-menu-btn .lines:before,
.opened_menu .open-menu-btn .lines:after {
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.opened_menu .open-menu-btn .lines:before {
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.opened_menu .open-menu-btn .lines:after {
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.opened_menu .open-menu-btn .lines,
.opened_menu .open-menu-btn:before {
  background: transparent;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.opened_menu .menu-wrap .bottom {
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s 0.7s;
  -o-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s 0.7s;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s 0.7s;
}

.menu-wrap .bottom {
  opacity: 0;
  max-width: 1275px;
  width: 1275px;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

.bottom_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

.bottom_wrap a {
  margin-right: 50px;
}

.bottom_wrap a:hover {
  color: #fff;
}

.bottom__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom__social a {
  font-size: 40px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.bottom__social a:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.bottom__links a {
  font-weight: 800;
  font-size: 24px;
  position: relative;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.bottom__links a:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.bottom__links a:hover:before {
  width: 100%;
  left: 0;
  background: #fff;
}

.bottom__address {
  text-align: left;
  font-size: 21px;
}

.bottom__address p {
  margin-bottom: 0;
}

.bottom__address p:first-child {
  font-weight: 900;
}

.bottom__address p:last-child {
  font-weight: 500;
  font-size: 17px;
}

.top-mess {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  color: #41617c;
  background-color: #fff;
  position: fixed;
  top: 102px;
  left: 0;
  width: 100%;
  min-height: 55px;
  letter-spacing: 14px;
  z-index: 99;
  padding: 0 15px;
  text-align: center;
  line-height: 55px;
  -webkit-transition: opacity 0.7s 0.25s ease;
  -o-transition: opacity 0.7s 0.25s ease;
  transition: opacity 0.7s 0.25s ease;
}
.opened_menu .top-mess {
  opacity: 0;
}
.intro-section {
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-intro-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-section #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.intro-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 46, 78, 0.25);
  z-index: -1;
}
.intro-block {
  position: relative;
  z-index: 3;
  color: #fff;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 10px 0 0;
}
.intro-title {
  -webkit-transition: all 0.9s 0.8s ease-in-out;
  -o-transition: all 0.9s 0.8s ease-in-out;
  transition: all 0.9s 0.8s ease-in-out;
  opacity: 0;
  margin-top: -30px;
  font-family: "Goldenbook-Light";
  font-size: 195px;
  line-height: 0.66;
  letter-spacing: -0.02em;
  width: 100%;
  text-align: center;
  padding-right: 16%;
  max-width: 1400px;
}
.intro-title .small {
  font-size: 0.71em;
}
.intro-title .aside1 {
  margin-left: 42%;
  position: relative;
  top: -5%;
}
.intro-title .aside2 {
  position: relative;
  left: 6%;
}
.intro-title span {
  display: inline-block;
}
.intro-title img {
  width: 640px;
  height: auto;
}

.intro-desc_wrap {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 100%;
  padding: 0 15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.9s 1.6s ease-in-out;
  -o-transition: all 0.9s 1.6s ease-in-out;
  transition: all 0.9s 1.6s ease-in-out;
  opacity: 0;
}

.intro-desc {
  font-size: 28px;
  letter-spacing: 14px;
  margin-bottom: 3px;
}

.intro-sub-desc {
  font-size: 32px;
  letter-spacing: 16px;
  font-weight: 900;
}

.loaded .scroll-down,
.loaded .intro-title,
.loaded .intro-desc_wrap,
.loaded .table {
  opacity: 1;
}
.scroll-down {
  position: absolute;
  bottom: 14px;
  left: 50%;
  font-size: 80px;
  color: #fff;
  border: 0;
  background: none;
  padding: 0;
  width: 60px;
  margin-left: -30px;
  line-height: 0.6;
  z-index: 10;
  -webkit-transition: all 0.6s 1.6s ease-in-out;
  -o-transition: all 0.6s 1.6s ease-in-out;
  transition: all 0.6s 1.6s ease-in-out;
  opacity: 0;
}
.container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  position: relative;
}
.section {
  padding: 145px 0 75px;
}
.section__small {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 95px;
}
.section__small .section_text {
  max-width: 450px;
}
.feature-section {
  position: relative;
  height: 525px;
}
.feature-section:before {
  content: "";
  display: block;
  background: url(../images/homepage-1-new.svg) 50% center no-repeat;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.section-title {
  font-size: 26px;
  letter-spacing: 0.53em;
  margin-bottom: 24px;
}
.section-title--big {
  font-size: 30px;
  letter-spacing: 16px;
}
.section_text {
  max-width: 400px;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 auto 40px;
}
.residences-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.residences {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.residences-section__wrap {
  background: url(../images/homepage-2-new.svg) 50% center no-repeat;
  background-size: cover;
  padding: 165px 0 0;
  height: 1100px;
}

.residences__wrap {
  background: url(../images/res-1.svg) 50% center no-repeat;
  background-size: cover;
  padding: 260px 0 150px;
  height: 1215px;
}

.neighborhood .residences__wrap {
  background-position: 37% center;
}

.amenities .residences__wrap {
  padding-top: 360px;
}

.amenities .section_text {
  max-width: 470px;
  padding-left: 40px;
}

.residences-section__title-img {
  max-width: 415px;
  margin-bottom: 40px;
}

.residences-image {
  height: 1100px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.residences-image:before,
.amenities-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/res-2.svg) 50% center no-repeat;
  background-size: cover;
  opacity: 0.5;
}

.neighborhood-image:before {
  background-position: 37% center;
}

.section-block-left {
  padding-left: 6%;
}

.section-block-left .section_text {
  margin: 0 0 40px;
}

.section-block-right {
  max-width: 560px;
  padding-right: 140px;
  float: right;
}

.section_list {
  list-style-type: none;
  margin-bottom: 50px;
}

.section_list li {
  position: relative;
  padding-left: 24px;
  font-size: 24px;
  line-height: 1.58;
}

.section_list li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #212e4d;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}

.clear:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

.home-gallery-section {
  position: relative;
  height: 525px;
}

.home-gallery-section:before {
  content: "";
  display: block;
  background: url(../images/homepage-3-new.svg) 50% center no-repeat;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.amenities-section {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

.amenities-section .section_text {
  max-width: unset;
}

.amenities-section__wrap {
  background: url(../images/homepage-4-new.svg) 50% center no-repeat;
  background-size: cover;
  height: 1085px;
  padding-top: 236px;
}

.amenities_page .intro-title img {
  width: 780px;
}

.amenities {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 130% auto;
}

.amenities-image {
  height: 1100px;
  width: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.amenities-features {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

.amenities-outdoor {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

.residences-features {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

.residences-features__wrap {
  background: url(../images/res-3.svg) 50% center no-repeat;
  background-size: cover;
  padding: 274px 0 50px;
  height: 1080px;
}

.amenities-features .residences-features__wrap {
  padding-top: 152px;
}

.residences-kitchen {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.residences-kitchen__wrap {
  background: url(../images/res-4.svg) 50% center no-repeat;
  background-size: cover;
  padding: 180px 0 60px;
  height: 1100px;
}

.amenities-outdoor .residences-kitchen__wrap {
  padding-top: 160px;
}

.residences-bottom-section {
  position: relative;
  height: 445px;
}

.residences-bottom-section:before {
  content: "";
  display: block;
  background: url(../images/res-5.svg) 50% center no-repeat;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.virtual-section {
  position: relative;
  height: 520px;
}

.virtual-section:before {
  content: "";
  display: block;
  background: url(../images/homepage-5-new.svg) 50% center no-repeat;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.neighborhood-section {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.neighborhood-section.nudge {
  /*background-position: center center;*/
  background-position: 240px center;
  background-repeat: no-repeat;
  background-size: cover;
}

.neighborhood-section .section-block-left {
  max-width: 660px;
}

.neighborhood-section .section_text {
  max-width: 650px;
}

.neighborhood-section__wrap {
  background: url(../images/homepage-6-new.svg) 50% center no-repeat;
  background-size: cover;
  padding: 205px 0 150px;
  height: 1085px;
}

.neighborhood-section__title-img {
  max-width: 310px;
  margin-bottom: 30px;
}

.neighborhood {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.neighborhood.nudge {
  background-position: 200px center;
}

.contacts-section {
  position: relative;
  padding-top: 268px;
  height: 1080px;
}

.contacts-section:before {
  content: "";
  display: block;
  background: url(../images/homepage-7-new.svg) 50% center no-repeat;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.form-block {
  max-width: 795px;
  margin: 0 auto;
}

.form-title {
  font-family: "Goldenbook-Light";
  font-size: 103px;
  letter-spacing: -5px;
  margin-bottom: 10px;
  margin-left: -6px;
}

.form-description {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.2;
}
.form-description.end {
  margin-bottom: 35px;
}

.form-control {
  border: 2px solid #fff;
  outline: none;
  background-color: transparent;
  color: #fff;
  padding: 12px 20px;
  font-weight: 300;
  width: 100%;
  margin-bottom: 25px;
  font-size: 20px;
}

.form-name {
  max-width: 785px;
}

.form-email {
  width: 397px;
  display: inline-block;
  margin-right: 20px;
}

.form-phone {
  width: 373px;
  display: inline-block;
}

.form-comments {
  max-width: 745px;
}

.form-footer {
  margin-top: 20px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.footer {
  position: relative;
  height: 76px;
}
.footer .container {
  height: 100%;
}

.footer:before {
  content: "";
  display: block;
  background: url(../images/homepage-8-footer-new.svg) 50% center no-repeat;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  min-height: 76px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
}

.footer .logos-text {
  font-size: 5.3px;
  line-height: 1;
  max-width: 300px;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 52px;
  max-width: 40%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logos-block {
  margin-right: 8px;
}

.logos-block * + * {
  margin-left: 0.5rem;
}

.footer_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-address {
  margin: 0 28px;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.footer-address span {
  font-weight: 900;
  display: inline-block;
  margin-right: 35px;
}

.footer .bottom_wrap {
  margin-bottom: 0;
}

.footer .bottom_wrap a {
  margin-right: 0;
  margin-left: 40px;
}

.footer .bottom__links a {
  font-size: 23px;
}

.residences_page .intro-title img {
  width: 1020px;
}

.hero-section-title {
  font-family: "Goldenbook-Light";
  font-size: 131px;
  line-height: 0.534;
  position: relative;
  padding-left: 90px;
  top: 13px;
  letter-spacing: -0.06em;
  margin-bottom: 102px;
}

.residences-section__title .aside1 {
  margin-left: -0.8em;
  margin-top: 0.2em;
  font-size: 0.909em;
}

.residences-section__title .aside2 {
  font-size: 0.74em;
  margin-top: 0.35em;
  margin-left: 0.69em;
}
.residences-section__title .aside3 {
  margin-left: 0.24em;
}

.amenities-section__title {
  padding-left: 60px;
}

.amenities-section__title .aside1 {
  font-size: 0.62em;
  position: relative;
  left: -2%;
}

.amenities-section__title .aside2 {
  position: relative;
  top: -0.07em;
  left: 0.7em;
  font-size: 0.93em;
}

.amenities-section__title .aside3 {
  position: relative;
  top: -0.08em;
  left: -0.48em;
  font-size: 0.95em;
}

.amenities-section__title--second {
  padding-left: 40px;
}

.amenities-section__title--second .aside1 {
  font-size: 0.6em;
  left: -0.08em;
  position: relative;
}

.amenities-section__title--second .aside2 {
  left: 0.65em;
  position: relative;
  font-size: 0.94em;
  top: -0.07em;
}

.amenities-section__title--scond .aside3 {
  left: -4%;
  position: relative;
  top: -0.1em;
  letter-spacing: -0.09em;
}

.amenities-features-section__title {
  padding-left: 0;
  font-size: 95px;
  margin-bottom: 125px;
  left: 5%;
}

.amenities-features-section__title .aside1 {
  font-size: 0.7em;
  position: relative;
  left: 2%;
}

.amenities-features .section-block-right {
  padding-right: 116px;
  max-width: unset;
}

.amenities-features .section_list {
  margin-bottom: 72px;
}

.amenities-features-section__title .aside2 {
  font-size: 1.11em;
  position: relative;
  left: -2%;
  top: 0.42em;
  letter-spacing: -0.054em;
}
.amenities-features-section__title .aside3 {
  font-size: 1.11em;
  position: relative;
  left: 6%;
  top: 0.8em;
  letter-spacing: -0.054em;
}

.amenities-outdoor-section__title {
  padding-left: 0;
  margin-bottom: 0;
}

.amenities-outdoor-section__title {
  font-size: 95px;
  letter-spacing: -0.06em;
  line-height: 0.79;
}

.amenities-outdoor-section__title .aside1 {
  font-size: 0.73em;
  position: relative;
  left: 1%;
}

.amenities-outdoor-section__title .aside2 {
  font-size: 0.65em;
  position: relative;
  left: 1.5em;
  top: -0.35em;
}

.amenities-outdoor-section__title .aside3 {
  font-size: 1.12em;
  top: -0.52em;
  position: relative;
}

.amenities-outdoor-section__title .aside4 {
  font-size: 1.11em;
  top: -0.8em;
  left: 6.3%;
  position: relative;
}

.amenities-outdoor .section-block-left {
  padding-left: 100px;
}

.neighborhood-section__title {
  padding-left: 0;
  line-height: 0.39;
  font-size: 140px;
  margin-bottom: 144px;
}
.neighborhood .neighborhood-section__title {
  margin-bottom: 140px;
}
.hero-section-title span {
  display: inline-block;
}

.neighborhood-intro-section {
  background-position: center bottom;
}

.neighborhood-section__title .aside1 {
  font-size: 0.75em;
}

.neighborhood-section__title .aside2 {
  font-size: 0.75em;
  position: relative;
  left: 0.2em;
  top: 0.09em;
}

.neighborhood-section__title .aside3 {
  position: relative;
  left: 0.16em;
  top: 0.065em;
}
.neighborhood-section__title .aside4 {
  margin-left: 2.85em;
  margin-top: 0.4em;
  font-size: 0.73em;
}

.residences-intro-title {
  font-size: 205px;
  margin-top: 70px;
  max-width: 1300px;
  margin-left: 7%;
}

.residences-intro-title .small {
  position: relative;
  left: 59%;
  top: -0.06em;
}
.residences-intro-title .aside1 {
  top: -4%;
  left: 16%;
}

.residences-features__title {
  padding-left: 30px;
  margin-bottom: 90px;
  top: 0;
}
.residences-features__title .aside1 {
  font-size: 0.85em;
  position: relative;
  left: -0.51em;
  top: 0.04em;
}

.residences-kitchen__title {
  padding-left: 0;
  font-size: 108px;
  margin-bottom: 105px;
  line-height: 0.66;
  letter-spacing: -0.08em;
}

.residences-kitchen__title .aside3 {
  position: relative;
  top: 0.35em;
  left: -0.1em;
}

.residences-kitchen__title .aside1 {
  position: relative;
  top: 0.18em;
  left: 2.05em;
}

.residences-kitchen__title .aside2 {
  font-size: 0.89em;
  position: relative;
  top: -0.05em;
  left: 1.2em;
}

.amenities-intro-title {
  margin-top: 0;
  font-size: 220px;
  line-height: 0.15em;
  max-width: 1600px;
  letter-spacing: -0.045em;
}

.amenities-intro-title .aside1 {
  font-size: 0.63em;
  top: 1em;
  left: 21.75%;
  margin: 0;
}

.amenities-intro-title .aside2 {
  top: 0.9em;
  left: 22%;
}

.neighborhood-intro-title {
  font-size: 217px;
  letter-spacing: -0.07em;
}

.neighborhood-intro-title .aside1 {
  font-size: 0.73em;
  top: 0.66em;
  left: 1.3em;
}

.neighborhood-intro-title .aside2 {
  top: 0.48em;
  left: 0.94em;
}

.wrap-section,
.gallery-section,
.news-section {
  background-color: rgba(65, 98, 123, 0.7);
}
.wrap-section .container {
  max-width: 80%;
}
table tr.remove {
  display: none;
}
table th {
  font-size: 24px;
  padding: 10px 10px 37px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.5em;
  font-family: Avenir, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
table td {
  border-bottom: 1px solid #fff;
  padding: 90px 10px 80px;
  font-size: 28px;
}
.btn-link {
  text-decoration: underline;
  color: #2a292e;
}
th:after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  vertical-align: middle;
  margin-left: 10px;
  border-top: 9px solid transparent;
  display: none;
  position: absolute;
  right: 10px;
  top: 30%;
}
.sorting-asc:after {
  border-top-color: #2a292e;
  display: inline-block;
}
.sorting-desc:after {
  border-bottom: 9px solid #2a292e;
  border-top: 0;
  display: inline-block;
}

table {
  width: 100%;
  text-align: center;
}

.table {
  -webkit-transition: all 0.9s 0.8s ease-in-out;
  -o-transition: all 0.9s 0.8s ease-in-out;
  transition: all 0.9s 0.8s ease-in-out;
  margin-bottom: 95px;
  opacity: 0;
}

.table .btn-link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.table tbody tr:first-child td {
  border-top: 2px solid #212e4e;
}

.tab-nav {
  text-align: center;
  margin-bottom: 80px;
}
.tab-nav li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0 20px;
}
.tab-nav li a {
  letter-spacing: 0.46em;
  border-bottom: 1px solid transparent;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  padding: 5px 0 5px 10px;
  margin: 10px 5px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab-nav li.tabs-item-active a,
.tab-nav li a:hover {
  border-bottom-color: #fff;
}

.availability_wrap {
  max-width: 1580px;
  margin: 0 auto;
  padding-top: 225px;
  padding-bottom: 100px;
}

.news_wrap {
  max-width: 1215px;
}

.virtual_wrap {
  max-width: 1515px;
}

.availability_wrap .btn-block {
  text-align: center;
}

.availability_wrap .btn {
  max-width: 295px;
  margin-top: 60px;
}

.availability-title {
  text-align: center;
  font-family: "Goldenbook-Light";
  font-size: 210px;
  padding: 0;
  letter-spacing: -0.063em;
  margin: 0 0 50px;
  max-width: unset;
  line-height: 1;
}

.gallery_wrap {
  padding-top: 225px;
}

.gallery_wrap .intro-title {
  margin-bottom: 150px;
}

/*modal*/
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 101;
  padding: 100px 20px;
  background-color: #f2f3ee;
  text-align: center;
}
.blocker:before {
  position: absolute;
  top: 35px;
  right: 75px;
  content: "\00d7";
  z-index: 5;
  cursor: pointer;
  line-height: 1;
  color: #212e4e;
  font-size: 65px;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 1002;
  max-width: 1700px;
  width: 90%;
  background: #fff;
  text-align: left;
  color: #212e4e;
}
.modal-left {
  width: 30%;
  padding: 60px 30px 30px 15px;
}
.modal-show {
  padding-right: 17px;
}

.modal-title {
  font-size: 33px;
  display: inline-block;
  margin-bottom: 50px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.45em;
}

.modal-content {
  background: #f2f3ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-content:after {
  display: table;
  clear: both;
  content: "";
}
.modal a.close-modal {
  display: none;
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.floorplan-img img {
  max-width: 100%;
  max-height: 100%;
}
.modal-btn {
  text-align: right;
}
.modal-btn .btn {
  max-width: 295px;
  margin-bottom: 30px;
  width: 100%;
}
.modal-logo {
  background-color: #1b1b19;
  padding: 46px 35px;
}
.modal-logo img {
  max-width: 100%;
}
.floorplan-desc {
  font-size: 22px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.37em;
}
.modal-center {
  padding: 30px;
}
.modal-right {
  padding: 60px 45px 30px 30px;
  width: 30%;
}

/* map */

.map-container {
  position: relative;
  z-index: 1;
  /*height: 450px;*/
  overflow: hidden;
  margin: 60px 0 0;
  border: 1px solid #1f1d11;
}
.map {
  height: 100%;
  position: absolute !important;
  left: 0;
  width: 100%;
}

.map-section-wrap {
  background-color: #385773;
}

.map-section-wrap .container {
  padding: 0;
}

.map-section {
  height: 1080px;
  position: relative;
}

.map-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 595px;
  height: 100%;
  background: #385773;
  z-index: 5;
  padding: 30px 0;
  overflow: hidden;
}
.map-info-head .section-title {
  font-size: 70px;
}
.nicescroll-rails {
  border-radius: 5px;
  margin-left: 30px;
}
.map-section .map-container {
  height: 100%;
  border: 0;
  margin: 0;
}
.map-section .map {
  height: 100%;
  margin-left: 430px;
  width: auto;
  position: relative !important;
}
.map-info-body {
  overflow: auto;
  max-height: 407px;
  display: none;
  margin-top: 25px;
  padding-right: 30px;
  margin-right: 4px;
}

.map-info-body::-webkit-scrollbar {
  width: 10px;
}

.map-info-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #8ea1b1;
}

.map-info-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e8ecef;
}

.map-block {
  border-top: 2px solid #212e4e;
  padding: 19px 28px 0 34px;
}

.map-block--active .map-info-body {
  display: block !important;
}

.map-block--active .map-block-title:after {
  border: 10px solid transparent;
  border-bottom: 10px solid #212e4e;
  top: -0.25em;
}

.map-block:not(:last-child) {
  margin-bottom: 15px;
}
.map-block ul,
.map-block ul li:last-child {
  margin-bottom: 0;
}
.map-block ul li {
  list-style: none;
  font-size: 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  padding-bottom: 14px;
  padding-top: 2px;
}

.map-block ul li:last-child {
  border: none;
}

.map-block ul li a,
.map-block ul li span {
  position: relative;
  padding-left: 1.7em;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: inline-block;
  font-size: 18px;
  line-height: 1.45;
}
.map-block ul li a:hover {
  color: #fff;
  opacity: 0.7;
}
.map-block-title {
  display: block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 22px;
  cursor: pointer;
}
.map-block-title:hover {
  text-decoration: underline;
  color: #fff;
}
.map-block-title:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 0.25em;
  border: 10px solid transparent;
  border-top: 10px solid #212e4e;
}
.restaurants {
  counter-reset: restaurants;
}
.retail {
  counter-reset: retail;
}
.parks {
  counter-reset: parks;
}
.conveniences {
  counter-reset: conveniences;
}
.lifestyle {
  counter-reset: lifestyle;
}
.universities {
  counter-reset: universities;
}
.map-block ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.restaurants ul li a:before {
  counter-increment: restaurants;
  content: counter(restaurants) ".";
}
.retail ul li a:before {
  counter-increment: retail;
  content: counter(retail) ".";
}
.parks ul li a:before {
  counter-increment: parks;
  content: counter(parks) ".";
}
.conveniences ul li a:before {
  counter-increment: conveniences;
  content: counter(conveniences) ".";
}

.lifestyle ul li a:before {
  counter-increment: lifestyle;
  content: counter(lifestyle) ".";
}

.universities ul li a:before {
  counter-increment: universities;
  content: counter(universities) ".";
}

.map-section-title {
  font-family: Goldenbook-Light;
  font-size: 100px;
  line-height: 0.7em;
  padding: 0 35px;
  letter-spacing: -0.07em;
  margin-bottom: 25px;
}
.map-section-title span {
  font-size: 0.87em;
  position: relative;
  left: 4.3em;
  top: -0.3em;
}

.contacts-section--page {
  padding-top: 230px;
  min-height: 1080px;
  height: calc(100vh - 76px);
}

.contacts-section--page .bottom {
  max-width: 1245px;
  margin: 0 auto;
}

.contacts-section--page .form-block {
  margin-bottom: 85px;
  max-width: 1245px;
}
.contacts-section--page .bottom_wrap {
  margin-bottom: 32px;
}
/* gallery */
.info-section .container,
.gallery-section .container {
  max-width: 1670px;
}
.gallery-block {
  width: 33.333333%;
  float: left;
  padding: 0 2.5%;
  margin-bottom: 60px;
  text-align: left;
  font-size: 22px;
}
.gallery-wrap {
  margin: 0 -30px 0;
}
.gallery-block img {
  max-width: 100%;
  height: auto;
}
.gallery-block a {
  display: block;
}
.article {
  padding: 0 0 75px;
  border-bottom: 2px solid #fff;
  margin-bottom: 60px;
}
.article_title {
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.49em;
  line-height: 1.4;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.article_text {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.article_more {
  font-size: 24px;
  letter-spacing: 0.53em;
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
.article_more:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 95%;
  background-color: #fff;
  transition: width 0.4s ease-in-out;
  position: absolute;
  bottom: -0.55em;
  left: 0;
}
.article_more:hover {
  color: #fff;
}
.article_more:hover:before {
  width: 0;
}
.virtual_wrap .article:last-child {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}
.virtual_wrap .article_title {
  text-align: center;
}
.news-bottom-section {
  background: #44617e;
}
/* media */

@media screen and (max-height: 800px) and (min-width: 1440px) {
  .intro-title {
    font-size: 130px;
  }
  .top-mess {
    font-size: 22px;
    min-height: 45px;
    line-height: 45px;
    top: 70px;
  }
  .header {
    height: 70px;
  }
  .scroll-down {
    font-size: 60px;
    bottom: 5px;
  }
  .intro-desc_wrap {
    bottom: 60px;
  }
  .intro-sub-desc {
    font-size: 24px;
    letter-spacing: 12px;
  }
  .intro-desc {
    font-size: 22px;
    letter-spacing: 8px;
  }
  .mobile-menu div a {
    font-size: 80px;
  }
  .mobile-menu {
    margin: 0 auto 6vh;
  }
}

@media screen and (max-height: 600px) and (min-width: 1440px) {
  .intro-title {
    font-size: 90px;
  }
}
@media (max-width: 1950px) {
  .residences {
    /*background-size: unset;*/
    /*background-size: cover;*/
  }
}

@media (max-width: 1920px) {
  .amenities {
    background-size: cover;
  }
}

@media (max-width: 1800px) {
  .footer:before,
  .contacts-section:before,
  .neighborhood-section__wrap,
  .home-gallery-section:before,
  .feature-section:before,
  .residences-section__wrap,
  .residences__wrap,
  .residences-image:before,
  .amenities-image:before,
  .residences-kitchen__wrap,
  .residences-bottom-section:before,
  .neighborhood .residences__wrap {
    background-position: 33% center;
  }
  .virtual-section:before,
  .amenities-section__wrap,
  .residences-features__wrap {
    background-position: 66% center;
  }
  .footer-address {
    font-size: 14px;
    margin: 0;
  }
  .footer .bottom__links a {
    font-size: 16px;
  }
  .footer-address span {
    margin-right: 10px;
  }
  .footer .bottom_wrap a {
    margin-left: 20px;
  }
  .footer-info {
    margin-right: 0;
  }
}

@media (max-width: 1440px) {
  .residences-section__wrap {
    padding: 75px 0 0;
    height: 800px;
  }
  .footer .logos-text {
    max-width: 180px;
  }
  .intro-title {
    font-size: 140px;
  }
  .scroll-down {
    font-size: 40px;
    bottom: 10px;
  }
  .intro-desc_wrap {
    bottom: 50px;
  }
  .intro-desc {
    font-size: 20px;
    letter-spacing: 8px;
  }
  .intro-sub-desc {
    font-size: 22px;
    letter-spacing: 10px;
  }
  .bottom__address {
    font-size: 16px;
  }
  .hero-section-title {
    font-size: 80px;
  }
  .residences-section__title {
    padding-left: 72px;
  }
  .mobile-menu {
    max-width: 1100px;
    margin: 30px auto 6vh;
  }
  .bottom__links a {
    font-size: 20px;
  }
  .bottom_wrap {
    margin-bottom: 25px;
  }
  .footer:before {
    background-position: 50% center;
  }
  .header {
    height: 80px;
  }
  .top-mess {
    top: 80px;
    font-size: 16px;
    min-height: 35px;
    letter-spacing: 8px;
    line-height: 35px;
  }
  .menu-wrap .bottom {
    max-width: 1000px;
  }
  .mobile-menu div a {
    font-size: 80px;
  }
  .section-title {
    font-size: 22px;
    letter-spacing: 0.33em;
  }
  .section_text,
  .form-description,
  .section_list li {
    font-size: 16px;
    line-height: 1.5;
  }
  .btn__lite-blue {
    font-size: 18px;
  }
  .amenities-section__wrap {
    height: 730px;
    padding-top: 75px;
  }
  .virtual-section {
    height: 350px;
  }
  .section-block-left {
    padding-left: 2%;
  }
  .feature-section,
  .home-gallery-section {
    height: 375px;
  }
  .section-block-right {
    padding-right: 2%;
  }
  .modal-show .footer {
    padding-right: 47px;
  }
  .neighborhood-section__wrap {
    padding: 85px 0 0;
    height: 755px;
  }
  .contacts-section {
    padding-top: 80px;
    height: 760px;
  }
  .contacts-section--page {
    padding-top: 145px;
    height: unset;
  }
  .neighborhood-section .section-block-left {
    max-width: 450px;
  }
  .form-title {
    font-size: 101px;
  }
  .neighborhood-section__title {
    margin-bottom: 95px;
  }

  .bottom__social a {
    font-size: 22px;
  }
  .neighborhood-section__title .aside4 {
    margin-left: 40%;
  }

  .neighborhood-section__title--second .aside4 {
    margin-left: 2.85em;
  }
  .amenities-section .section_text {
    max-width: 400px;
  }
  .residences-intro-title {
    max-width: 900px;
  }
  .residences-kitchen__title {
    line-height: 0.8;
  }
  .residences-features__wrap {
    background-position: 58% center;
  }
  .residences__wrap {
    height: 650px;
    padding: 75px 0 0;
  }
  .residences-features__wrap {
    height: 530px;
    padding: 85px 0 0;
  }
  .residences-image,
  .amenities-image {
    height: 640px;
  }
  .residences-kitchen__wrap,
  .amenities-features .residences-features__wrap {
    padding: 75px 0 0;
    height: 800px;
  }
  .residences-bottom-section {
    height: 330px;
  }
  .amenities .residences__wrap {
    padding-top: 85px;
  }
  .amenities-outdoor .residences-kitchen__wrap {
    padding-top: 75px;
  }
  .contacts-section--page:before {
    background-position: 47% center;
  }
  .section_list li {
    padding-left: 18px;
  }
  .section_list li:before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
  /* map */
  .map-section {
    /*height: 600px;*/
  }
  .map-info {
    width: 500px;
  }
  .map-info-body {
    height: 445px;
  }
  .map-section-title {
    font-size: 75px;
  }
  .map-block-title {
    font-size: 18px;
  }
  table th {
    font-size: 20px;
    letter-spacing: 0.4em;
  }
  table td {
    font-size: 22px;
    padding: 50px 10px;
  }
  .modal-title {
    font-size: 22px;
  }
  .floorplan-desc {
    font-size: 18px;
  }
  .tab-nav li a {
    font-size: 20px;
  }
  .article_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .article_text {
    font-size: 16px;
  }
  .article_more {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .footer .bottom__links a {
    font-size: 14px;
  }
  .bottom__social a {
    font-size: 20px;
  }
  .amenities-section__wrap {
    background-position: 90% center;
  }
  .intro-title .aside1 {
    margin-left: 45%;
  }
  .residences__wrap,
  .residences-kitchen__wrap,
  .residences-image:before,
  .amenities-image:before,
  .residences-bottom-section:before,
  .neighborhood .residences__wrap {
    background-position: 28% center;
  }
  .footer .bottom_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .amenities-intro-title {
    line-height: 0.3em;
  }
  .amenities-intro-title .aside1 {
    margin-left: 0;
  }
  .amenities-outdoor .section-block-left {
    padding-left: 0;
  }
  .footer-address span {
    display: block;
    margin: 0 0 5px;
  }
  .footer .bottom_wrap a {
    margin: 0 10px;
  }
  .footer .bottom__links {
    margin-bottom: 10px;
  }
  .footer-address {
    font-size: 12px;
  }
  .footer:before,
  .contacts-section:before,
  .neighborhood-section__wrap,
  .home-gallery-section:before,
  .feature-section:before,
  .residences-section__wrap {
    background-position: 25% center;
  }
  .virtual-section:before,
  .amenities-section__wrap {
    background-position: 75% center;
  }
  .modal-show {
    padding-right: 0;
  }
  .modal-show .header {
    right: 0;
    width: 100%;
  }
  .modal-show .header:before {
    display: none !important;
  }
  .modal-show .footer {
    margin-right: 0;
    padding-right: 30px;
  }
  table th {
    letter-spacing: 0.25em;
  }
  th:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 5px;
    border-top: 5px solid transparent;
  }
  th:after {
    right: 0;
  }
  .sorting-desc:after {
    border-bottom: 5px solid #2a292e;
  }
  .modal-title {
  }
  .section-block-right {
    max-width: 400px;
  }
  .residences-features__wrap {
    background-position: 80% center;
  }
  .amenities .section_text {
    max-width: 350px;
  }
  /* map */
  .map-info {
    width: 350px;
  }
  .map-info-head .section-title {
    font-size: 48px;
  }
  .map-section .map {
    margin-left: 300px;
  }
  .map-section-title {
    padding: 0 15px;
    font-size: 63px;
  }
  .map-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contacts-section--page:before {
    background-position: 75% center;
  }
  .modal-content > div {
    padding: 15px;
  }
  .gallery-block,
  .news-block {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .news-title {
    font-size: 18px;
  }
  .gallery-wrap,
  .news-wrap {
    margin: 0 -15px 50px;
  }
  .tab-nav li {
    margin: 0 10px;
  }
  .map-block-title {
    letter-spacing: 0.15em;
  }
  .wrap-section .container {
    max-width: 80%;
  }
}

@media (max-width: 991px) {
  .phone-btn:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/menu-phone.svg") 0 0 no-repeat;
  }
  .phone-btn span {
    display: none;
  }
  .mobile-menu {
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .mobile-menu div a {
    font-size: 50px;
    letter-spacing: unset;
  }
  .contacts-section {
    padding: 60px 0;
  }
  .menu-wrap .bottom__address {
    display: none;
  }
  .intro-title {
    font-size: 90px;
    margin-top: 0;
  }
  .intro-sub-desc {
    font-size: 18px;
    letter-spacing: 8px;
    line-height: 1;
  }
  .intro-desc {
    font-size: 16px;
    letter-spacing: 6px;
    line-height: 1;
  }
  .intro-title .aside1 {
    top: -15px;
  }
  .residences-features__title {
    padding-left: 30px;
  }
  .residences-intro-title {
    margin-left: 0;
  }
  .residences-intro-title .aside1 {
    top: 0;
  }
  .amenities-intro-title .aside1 {
    margin-left: 0;
    left: 13%;
    top: 1.1em;
  }
  .amenities-intro-title .aside2 {
    left: 110px;
  }
  .neighborhood-intro-title .aside1 {
    left: 1.2em;
    top: 0.65em;
  }
  .neighborhood-intro-title .aside2 {
    left: 0.94em;
  }
  .neighborhood .residences__wrap .section_text {
    max-width: 340px;
  }
  .footer-info {
    max-width: 30%;
  }
  .logos-text {
    max-width: unset;
  }
  .footer-address {
    max-width: 240px;
  }
  .logos-block {
    margin: 0 0 7px;
  }
  .residences-section__title {
    margin-left: 0;
  }
  .residences-section__title .aside1 {
    left: 0;
  }
  .residences-section {
    /* background-size: contain; */
  }
  .form-phone {
    width: 48%;
  }
  .form-email {
    width: 48%;
  }
  .form-comments {
    max-width: 785px;
  }
  .form-block {
    padding: 0 6%;
  }
  .contacts-section--page {
    padding-top: 145px;
  }
  .contacts-section--page .form-block {
    padding: 0;
  }
  .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal-content > div {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .modal-btn {
    text-align: center;
  }
  .modal-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .modal-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .modal-center {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  table th {
    letter-spacing: 0.1em;
  }
  .gallery-block,
  .news-block {
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .gallery-wrap,
  .news-wrap {
    margin: 0 -8px 50px;
  }
  .tab-nav li a {
    font-size: 18px;
    letter-spacing: 0.25em;
  }
}

@media (max-width: 767px) {
  .intro-section {
    min-height: 320px;
  }
  .footer:before,
  .contacts-section:before,
  .neighborhood-section__wrap,
  .home-gallery-section:before,
  .feature-section:before,
  .residences-section__wrap,
  .residences__wrap {
    background-position: 0 center;
  }
  .residences-kitchen__wrap,
  .residences-bottom-section:before {
    background-position: 25% center;
  }
  .virtual-section:before,
  .amenities-section__wrap {
    background-position: 100% center;
  }

  .residences-features__wrap {
    background-position: 100% center;
  }
  .amenities-features .residences-features__wrap {
    background-position: 75% center;
  }
  .section {
    padding: 50px 0;
    height: auto !important;
  }
  .contacts-section,
  .section__small {
    padding: 50px 0;
  }
  .footer-info {
    max-width: 100%;
    display: block;
  }
  .footer .logos-text {
    max-width: 250px;
    margin: 0 auto 15px;
  }
  .footer {
    height: auto;
    padding: 20px 0;
  }
  .logos-block {
    margin: 0 0 15px;
  }
  .footer_wrap {
    display: block;
    text-align: center;
  }
  .footer-address {
    max-width: 100%;
    margin: 0 0 15px;
  }
  .tab-nav {
    margin: 0 -15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-nav li {
    margin: 0 5px 0;
  }
  .hidden-xs {
    display: none !important;
  }
  .mobile-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
    margin-left: 0;
  }
  .form-group {
    width: 100%;
    max-width: unset;
  }
  .top-mess {
    font-size: 12px;
    letter-spacing: 1px;
    min-height: 30px;
    line-height: 30px;
    top: 45px;
  }
  .header {
    height: 45px;
    padding: 0 15px;
  }
  .header .logo {
    padding-left: 0;
  }
  .form-email {
    margin-right: 0;
  }
  .footer .bottom__links a {
    margin-bottom: 15px;
  }
  .sortable thead {
    display: none;
  }
  .sortable tr {
    display: block;
    margin-bottom: 40px;
    position: relative;
  }
  table td {
    padding: 12px 0;
  }
  .sortable td {
    border-top: 0;
    border-bottom: 2px solid #fff;
    display: block;
    text-align: right;
    padding-left: 120px;
  }
  .sortable td:before {
    content: attr(data-label);
    float: left;
    left: -120px;
    position: relative;
  }
  .modal-left {
    width: 100%;
    float: none;
    padding: 20px;
  }
  .modal-right {
    padding: 0 20px 30px;
  }
  .modal-center {
    margin-left: 0;
  }
  .blocker {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .blocker:before {
    top: 25px;
    right: 5px;
    font-size: 32px;
  }
  .modal-title {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .floorplan-desc {
    font-size: 14px;
    margin-bottom: 0;
  }

  .residences-image:before,
  .amenities-image:before {
    background: none;
  }
  .intro-title {
    max-width: 300px;
    font-size: 76px;
    margin-top: 0;
    line-height: 0.6;
    padding-right: 105px;
  }
  .intro-title .small {
    font-size: 56px;
  }
  .intro-title .aside1 {
    top: -10px;
  }
  .section_content {
    text-align: center;
  }
  .section_list {
    text-align: left;
    margin-bottom: 30px !important;
  }
  .btn {
    font-size: 16px;
  }
  .intro-desc_wrap {
    bottom: 40px;
  }
  .intro-desc {
    font-size: 10px;
    letter-spacing: 4px;
  }
  .intro-sub-desc {
    font-size: 12px;
    letter-spacing: 5px;
  }
  .scroll-down {
    font-size: 30px;
    bottom: 5px;
  }
  .section-title {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
  }
  .section_text {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  .section_list li {
    font-size: 16px;
    padding-left: 18px;
  }
  .section_list li:before {
    width: 6px;
    height: 6px;
    top: 9px;
    left: 4px;
  }
  .mobile-menu div a {
    font-size: 24px;
  }
  .bottom__links a {
    font-size: 9px;
  }
  .bottom_wrap {
    margin-bottom: 0;
  }
  .menu-wrap .bottom {
    width: unset;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-wrap .bottom_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-wrap .bottom__social {
    margin-bottom: 10px;
  }
  .menu-wrap .bottom_wrap a {
    margin-right: 10px;
  }
  .form-title {
    font-size: 55px;
    letter-spacing: -2px;
  }
  .hero-section-title {
    font-size: 60px;
    text-align: center;
    line-height: 0.49;
    max-width: 300px;
    margin: 0 auto 50px;
  }
  .residences-section__title {
    padding-left: 0;
    padding-right: 40px;
  }
  .residences-section__title .aside1 {
    margin-left: 0.7em;
    margin-top: 0.22em;
  }
  .residences-section__title .aside2 {
    margin-left: 0.69em;
  }
  .residences-section__title .aside3 {
    margin-left: 1.14em;
  }
  .amenities-section__title {
    padding-left: 0;
  }
  .amenities-section__title .aside2 {
    left: 11%;
  }
  .amenities-section__title .aside3 {
    left: -5%;
  }
  .neighborhood-section__title {
    padding-right: 40px;
  }
  .neighborhood-section__title .aside4 {
    margin-left: 62%;
  }
  .form-description {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .form-description.end {
    margin-bottom: 30px;
  }
  .form-control {
    font-size: 16px;
  }
  .form-block {
    padding: 0;
    text-align: center;
  }
  .section .section-block-left {
    max-width: 400px;
  }
  .open-menu-btn,
  .open-menu-btn .lines,
  .open-menu-btn .lines:before,
  .open-menu-btn .lines:after {
    width: 40px;
  }
  .residences-intro-title {
    margin-left: 0;
    font-size: 100px;
    max-width: 600px;
    padding-right: 16%;
  }
  .residences-intro-title .small {
    font-size: 0.7em;
  }
  .residences-features__title .aside1 {
    left: -1.28em;
  }
  .residences-kitchen__title {
    margin-left: 0;
  }
  .residences-features__wrap .section-block-right {
    max-width: 370px;
  }
  .residences-kitchen__title {
    margin-bottom: 90px;
  }
  .residences-kitchen__title .aside2 {
    top: 0.45em;
    left: 0.55em;
  }
  .residences-kitchen__title .aside1 {
    top: 0.4em;
    left: 1.17em;
  }
  .residences__wrap .section-block-left {
    max-width: 370px;
  }
  .amenities-intro-title {
    max-width: 400px;
  }
  .amenities-intro-title .aside1 {
    top: 0.56em;
    left: 30%;
  }
  .amenities .residences__wrap,
  .amenities-features .residences-features__wrap,
  .amenities-outdoor .residences-kitchen__wrap {
    padding-top: 50px;
  }
  .amenities .section_text {
    padding-left: 0;
  }
  .amenities-section__title--second {
    margin-left: 0;
  }
  .amenities-features-section__title {
    margin-bottom: 100px;
  }
  .amenities-outdoor-section__title {
    text-align: left;
    line-height: 0.85;
    margin-bottom: 15px;
  }
  .neighborhood-intro-title .aside1 {
    top: 0.7em;
  }
  .section .section-block-left,
  .section-block-right {
    margin: 0 auto;
  }
  .amenities-section .section_text {
    max-width: unset;
  }
  .form-description br {
    display: none;
  }
  .section-block-left {
    padding-left: 0;
  }
  .section-block-right {
    padding: 0;
  }
  .residences-section__title .aside3 {
    top: -10px;
  }
  .amenities-features .section-block-right {
    padding-right: 0;
  }
  .section-block-right {
    float: none;
  }
  .amenities-outdoor .section-block-left {
    padding-left: 0;
  }
  .residences-features__title {
    padding-left: 0;
  }
  .visible_xs,
  .visible_sm {
    display: block;
  }
  .mobile_img {
    margin: 30px 0 0;
  }
  .section {
    padding-bottom: 0;
  }
  .contacts-section,
  .section__small {
    padding-bottom: 50px;
  }
  .image-section {
    height: auto;
  }
  .image-section img {
    margin: 0;
  }
  .residences-intro-title {
    padding-right: 0;
  }
  .residences-intro-title .small {
    left: 24%;
    top: 5px;
  }
  .residences-intro-title .aside1 {
    margin-left: 8%;
    top: 6px;
  }
  .residences-kitchen__wrap {
    background-position: 0 center;
  }
  .amenities-features .residences-features__wrap {
    background-position: 100% center;
  }
  .neighborhood .residences__wrap {
    background-position: 0 center;
  }
  .residences-intro-title {
    font-size: 65px;
    padding-right: 0;
  }
  .amenities-intro-title {
    font-size: 65px;
    padding-right: 60px;
  }
  .residences-intro-title .aside1 {
    margin-left: 0;
  }
  .residences-intro-title .small {
    left: 15%;
  }
  .amenities-intro-title {
    margin: 0;
  }
  .amenities-intro-title .aside1 {
    left: 16%;
  }
  .amenities-intro-title .aside2 {
    left: 16%;
  }
  .header .logo img {
    width: 160px;
  }
  .amenities-section__title--second {
    padding-left: 0;
  }
  .amenities-outdoor-section__title {
    text-align: center;
  }
  .neighborhood .neighborhood-section__title {
    margin-bottom: 50px;
  }
  .map-container {
    /*height: 300px;*/
    margin: 40px 0 0;
  }
  .map-section .map {
    margin-left: 0;
    height: 400px;
  }
  .map-section {
    height: auto;
  }
  .map-info {
    width: 100%;
    border-right: 0;
    position: relative;
  }
  .map-info-body {
    height: 270px;
    padding-right: 15px;
  }
  .map-info-head .section-title {
    font-size: 42px;
  }
  .map-block-title {
    font-size: 16px;
    padding-right: 20px;
  }
  .map-section-title {
    padding: 0 15px;
    font-size: 57px;
  }
  .map-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .map-info-body::-webkit-scrollbar {
    width: 8px;
  }
  .contacts-section--page {
    padding-top: 100px;
    min-height: unset;
  }
  .contacts-section--page .bottom_wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .contacts-section--page .bottom__social {
    margin-bottom: 20px;
  }
  .contacts-section--page .bottom_wrap a {
    margin-right: 35px;
  }
  .table {
    margin-bottom: 50px;
  }
  table td {
    font-size: 18px;
  }
  .table tbody tr:first-child td {
    border-top: none;
    border-bottom-color: #fff;
  }
  .availability_wrap {
    padding-top: 220px;
    padding-bottom: 50px;
  }
  .availability-title {
    margin-bottom: 70px;
    max-width: unset;
    padding-right: 0;
    line-height: 1;
  }
  .gallery_wrap .intro-title {
    margin-bottom: 70px;
  }
  .gallery-section,
  .news-section {
    padding: 0;
  }
  .gallery-block,
  .news-block {
    width: 50%;
  }
  .footer::before {
    background-position: center;
  }
  .article {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .article_title {
    font-size: 18px;
    margin-bottom: 30px;
    letter-spacing: 0.35em;
  }
  .article_more {
    font-size: 14px;
    letter-spacing: 0.25em;
  }
  .article_more:before {
    width: 97%;
  }
  .wrap-section .container {
    max-width: 100%;
  }
}

.rent-disclaimer {
  text-align: left;
}
