/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
@font-face {
  font-family: "geometria";
  src: url("/fonts/geometria-medium.woff2") format("woff2"), url("/fonts/geometria-medium.woff") format("woff"), url("/fonts/geometria-medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "geometria";
  src: url("/fonts/geometria-extrabold.woff2") format("woff2"), url("/fonts/geometria-extrabold.woff") format("woff"), url("/fonts/geometria-extrabold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  font-family: "geometria", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper2 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .wrapper2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Slider */
/*.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}*/
.title {
  text-transform: uppercase;
  color: #786944;
  font-size: 39px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
  }
}
.text {
  font-size: 1.2rem;
}
.text p {
  padding-left: 20px;
  border-left: 2px solid #786944;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.text p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .text p {
    padding-left: 0;
    border-left: 0;
  }
}
.ul-reset {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 5vw 0;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48%;
  max-width: 292px;
  margin: 0;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__logo span {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .header__logo span {
    font-size: 3vw;
  }
}
.header__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.5rem;
  margin: 0;
  width: 48%;
}
.header__address a {
  width: 100%;
  color: #000000;
  text-decoration: none;
  text-align: right;
}
.header__address .header__abby span {
  position: relative;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .header__address {
    font-size: 4vw;
  }
  .header__address .header__abby {
    margin-top: 1vw;
  }
  .header__address .header__abby span {
    top: 1.5vw;
  }
}
@-webkit-keyframes slidedown {
  from {
    -webkit-transform: translateX(50%) translateY(-100%);
            transform: translateX(50%) translateY(-100%);
  }
  to {
    -webkit-transform: translateX(50%) translateY(0);
            transform: translateX(50%) translateY(0);
  }
}
@keyframes slidedown {
  from {
    -webkit-transform: translateX(50%) translateY(-100%);
            transform: translateX(50%) translateY(-100%);
  }
  to {
    -webkit-transform: translateX(50%) translateY(0);
            transform: translateX(50%) translateY(0);
  }
}
.promo {
  position: relative;
  background-color: #6f8dbc;
  width: calc(100% + 160px);
  margin-left: -80px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 170px;
  padding-bottom: 70px;
  background-image: url("../img/promo-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .promo {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 150px;
    padding-bottom: 30px;
    background-position: -40vw center;
  }
}
.promo__logo-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 15px;
  right: 70px;
}
@media screen and (max-width: 768px) {
  .promo__logo-container {
    right: 30px;
    top: 10px;
  }
}
.promo__logo {
  padding: 0 30px;
  border-right: 2px solid #ffffff;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  font-size: 8px;
}
.promo__logo img {
  width: 58px;
  height: auto;
  margin-bottom: 5px;
}
.promo__logo span {
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.promo__logo:last-child {
  border-right: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .promo__logo {
    font-size: 0px;
    padding: 0 10px;
    border: 0;
  }
  .promo__logo img {
    width: 40px;
  }
}
.promo__header {
  font-size: 3rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 550px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
.promo__header br {
  /*display: none;*/
}
@media screen and (max-width: 768px) {
  .promo__header {
    margin-bottom: 20px;
    font-size: 7vw;
  }
  .promo__header br {
    display: initial;
  }
}
.promo__button, .link__button {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 15px 30px;
  background-color: #786944;
  border-radius: 40px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}
.promo__button--fixed {
  position: fixed;
  top: 0;
  right: 50%;
  z-index: 100;
  border-radius: 0 0 10px 10px;
  -webkit-animation-name: slidedown;
          animation-name: slidedown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .promo__button, .link__button {
    font-size: 2.5vw;
    padding: 10px 5vw;
  }
}
.author2 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 500px;
  padding-top: 170px;
}
@media screen and (max-width: 1279px) {
  .author2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.author__header {
  position: absolute;
  left: 290px;
  top: 30px;
  line-height: 1;
  color: #786944;
  font-size: 2.3rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  width: 300px;
  z-index: 20;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1279px) {
  .author__header {
    position: static;
    width: 100%;
  }
}
.author__intro {
  margin-bottom: 100px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1279px) {
  .author__intro {
    margin-bottom: 2rem;
  }
}
.author__quote {
  position: relative;
  font-size: 25px;
  color: #786944;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.author__quote::before {
  position: absolute;
  left: -100px;
  content: "";
  width: 55px;
  height: 46px;
  background-image: url("../img/q.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.author__quote img {
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 830px) {
  .author__quote {
    margin-left: 100px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .author__quote {
    font-size: 20px;
    margin-left: 70px;
  }
  .author__quote::before {
    left: -70px;
    width: calc(55px / 100 * 70);
    height: calc(46px / 100 * 70);
  }
}
.author__photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 324px;
  z-index: 10;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.author__photo img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1279px) {
  .author__photo {
    position: static;
    width: 100%;
    max-width: 324px;
  }
}
.author__name {
  font-size: 19px;
  color: #786944;
}
.author__name span {
  font-weight: bold;
}
.footer__bottom {
  background-color: #1b1b1b;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #6a6a6a;
  text-transform: uppercase;
  font-size: 11px;
}
.footer__bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer__bottom .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}
.footer__item img {
  width: 100%;
}
.footer__item span {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #6a6a6a;
}
@media screen and (max-width: 768px) {
  .footer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
  .footer__item span {
    margin-left: 0;
    padding-left: 0;
    border: 0;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__item a {
    margin-top: 10px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__item br {
    display: none;
  }
}
.footer__site {
  text-align: right;
}
.footer__site a {
  color: #6a6a6a;
  text-decoration: none;
}
.footer__top {
  padding-bottom: 20px;
  text-align: center;
}
.footer__top a {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}
.object-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .object-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.object-info__text {
  width: 45%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .object-info__text {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.object-info__photo {
  width: 37%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .object-info__photo {
    width: 100%;
  }
}
.penthouse {
  margin-bottom: 40px;
}
.terrace {
  margin-bottom: 40px;
}
/*.slick-arrow {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  padding: 0;
  background-color: #786944;
  border-radius: 50%;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(calc(-10px - 50%));
          transform: translateY(calc(-10px - 50%));
  font-size: 0;
  outline: none;
}
.slick-prev {
  left: 10px;
}
.slick-prev::before,
.slick-prev::after {
  content: "";
  border-radius: 0;
  position: absolute;
  left: 50%;
  width: 0.6rem;
  top: 50%;
  height: 2px;
  background-color: #ffffff;
}
.slick-prev:focus::before,
.slick-prev:focus::after,
.slick-prev:hover::before,
.slick-prev:hover::after {
  background-color: #ffffff;
}
.slick-prev:active::before,
.slick-prev:active::after {
  background-color: #ffffff;
}
.slick-prev::after {
  -webkit-transform: translateY(0.198rem) translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(0.198rem) translateY(-50%) translateX(-50%) rotate(45deg);
}
.slick-prev::before {
  -webkit-transform: translateY(-0.198rem) translateY(-50%) translateX(-50%) rotate(-45deg);
          transform: translateY(-0.198rem) translateY(-50%) translateX(-50%) rotate(-45deg);
}
.slick-next {
  right: 10px;
}
.slick-next::before,
.slick-next::after {
  content: "";
  border-radius: 0;
  position: absolute;
  left: 50%;
  width: 0.6rem;
  top: 50%;
  height: 2px;
  background-color: #ffffff;
}
.slick-next:focus::before,
.slick-next:focus::after,
.slick-next:hover::before,
.slick-next:hover::after {
  background-color: #ffffff;
}
.slick-next:active::before,
.slick-next:active::after {
  background-color: #ffffff;
}
.slick-next::after {
  -webkit-transform: translateY(-0.198rem) translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-0.198rem) translateY(-50%) translateX(-50%) rotate(45deg);
}
.slick-next::before {
  -webkit-transform: translateY(0.198rem) translateY(-50%) translateX(-50%) rotate(-45deg);
          transform: translateY(0.198rem) translateY(-50%) translateX(-50%) rotate(-45deg);
}
.slider {
  position: relative;
}
.slider__item img {
  width: 100%;
  height: auto;
}
.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.slick-dots li {
  padding: 5px;
}
.slick-dots button {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #786944;
  opacity: 0.5;
  cursor: pointer;
}
.slick-active button {
  opacity: 1;
}*/
.finish-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.finish-object__header {
  text-transform: uppercase;
  font-weight: bold;
  color: #786944;
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 10px;
  width: 20%;
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  .finish-object__header {
    display: none;
  }
}
.finish-object__text {
  margin: 0;
  font-size: 1.2rem;
  max-width: 660px;
}
.finish-object__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 30px;
}
.finish-object__photo .finish-object__img:first-child {
  width: 63%;
  margin-right: 2%;
}
.finish-object__photo .finish-object__img:last-child {
  width: 35%;
}
.finish-object__photo .finish-options_slider {
  width: 63%;
  margin-right: 2%;
}
.finish-object__photo .finish-options_img {
  width: 35%;
}
.finish-object_img {
    height: 592px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.finish-options_slider .author-slider .slick-dots {
    padding: 0;
    margin: -20px 0px 0px 0px;
}
@media screen and (max-width: 1310px) {
	.finish-object_img {
		height: 563px;
	}
}
@media screen and (max-width: 1199px) {
	.finish-object_img {
		height: 459px;
	}
}
@media screen and (max-width: 991px) {
	.finish-object_img {
		height: 341px;
	}
}
@media screen and (max-width: 767px) {
	.finish-object_img {
		height: 347px;
	}
}
@media screen and (max-width: 768px) {
  .finish-object__photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .finish-object__photo .finish-object__img:first-child,
  .finish-object__photo .finish-object__img:last-child {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  .finish-object__photo .finish-options_slider,
  .finish-object__photo .finish-options_img {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }  
}
.finish-object__list {
  list-style-type: none;
  margin-bottom: 2rem;
}
.finish-object__list li {
  position: relative;
}
.finish-object__list li:before {
  content: "•";
  position: absolute;
  color: #786944;
  left: -1rem;
}
.finish-object__list--sub {
  margin-bottom: 0;
}
.finish-object__list--sub li:before {
  content: "-";
}
.finish-options {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .finish-options {
    padding-bottom: 0px;
  }
}
.finish-options__header {
  width: 366px;
}
.finish-options__header--right {
  text-align: right;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .finish-options__header {
    width: 100%;
    text-align: left;
  }
}
.finish-options__intro {
  margin-bottom: 30px;
}
.finish-options__intro--photo {
  padding-left: 700px;
}
@media screen and (max-width: 768px) {
  .finish-options__intro {
    padding-left: 0;
  }
}
.finish-options__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .finish-options__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.finish-options__toggle {
  border: 0;
  padding: 0;
  padding-bottom: 10px;
  background-color: transparent;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.4rem;
  border-bottom: 2px solid #bbbbbb;
  color: #bbbbbb;
}
.finish-options__toggle:hover {
  color: #786944;
  border-color: #786944;
}
.finish-options__toggle--active {
  color: #786944;
  border-bottom-color: #ffffff;
  font-weight: bold;
}
.finish-options__list-item {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .finish-options__list-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.finish-options__info {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 20px;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}
@media screen and (max-width: 768px) {
  .finish-options__info {
    position: static;
    visibility: visible;
    opacity: 1;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 0;
  }
  .finish-options__info--nojs {
    height: auto;
  }
}
.call-me {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1b1b1b;
  z-index: 200;
  padding: 30px;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.call-me--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  opacity: 0;
}
.call-me__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .call-me__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #formPresentation {
	padding: 0px 15px;
  }
  .award-more #award-more {
	width: calc(100% - 54px);
  }
  span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
	color: #FFF;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
  }
  .form_feedback + .wpcf7-response-output {
	max-width: 100%;
	padding: 0px 10px;
  }
  body.page-template-penthouse .header-mobile {
	  position: fixed;
  }
  .page-template-penthouse .tab-arrows {
	  display: none;
  }
}
.call-me__header {
  width: 100%;
  text-align: center;
}
.call-me__item {
  position: relative;
  margin: 20px;
}
.call-me__item input {
  display: block;
  background-color: transparent;
  padding: 1.5rem 1rem 1rem 1rem;
  border: 1px solid #786944;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.call-me__item label {
  position: absolute;
  display: table;
  color: #786944;
  background-color: #1b1b1b;
  text-transform: uppercase;
  padding: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  top: -1.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.call-me__submit {
  display: block;
  padding: 1rem 2rem;
  border: 0;
  background-color: #786944;
  color: #1b1b1b;
  text-transform: uppercase;
  margin: 20px;
}
.call-me__close {
  position: fixed;
  z-index: 200;
  right: 30px;
  top: 30px;
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
.call-me__close::before,
.call-me__close::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
}
.call-me__close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.call-me__close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}


/*04.09*/
.thanks-block{
    text-transform: uppercase;
    color: #786944;
    font-size: 39px;
}

.hvr__images {
  position: relative;
}

.hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.hvr__sector {
  flex-grow: 1;
}

.offers-item-images {
  display: flex;
  overflow: hidden;
}

.offers-item-images img {
  display: block;
  object-fit: contain;
}

.offers-item .offy-gallery {
  background: #fff;
}

.hvr__dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hvr__dot {
  width: 5px;
  height: 5px;
  margin: 10px 2px 0;
  border-radius: 50%;
  background: #d6dbe0;
}

.hvr__dot--active {
  background: #000;
}