@charset "UTF-8";

/*! 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 {
  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 {
  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'] {
  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;
}

@font-face {
  font-family: "Garamond";
  src: url("../fonts/Garamond/itc-garamond_narrow-light.woff2") format("woff2"), url("../fonts/Garamond/itc-garamond_narrow-light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

html {
  scroll-padding-top: 9rem;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  font-feature-settings: 'pnum' on, 'lnum' on;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

.container-xlg {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

body {
  font-family: "Oceanic", sans-serif !important;
  font-size: 16px;
  background-color: #fff;
  width: 100%;
  color: #928666;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  transition: all 0.4s linear;
  z-index: 80;
  animation-name: fadeIn1;
  animation-duration: 1s;
  animation-fill-mode: both;
}

body.show-modal {
  overflow: hidden;
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.7;
  }
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  transition: all 0.3s linear;
}

hr {
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #edf6ec;
}

.main {
  position: relative;
  min-height: calc(100vh - 740px);
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

::-moz-selection {
  color: #fff;
  background: #a5d39f;
}

::selection {
  color: #fff;
  background: #a5d39f;
}

input,
button,
textarea,
fieldset {
  background: transparent;
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

button:hover {
  transition: all 0.3s linear;
}

img {
  max-width: 100%;
  height: auto;
}

.compensate-for-scrollbar {
  margin: auto !important;
}

[disabled] {
  opacity: 0.5;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 5px 23px 5px;
  font-family: "Oceanic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  border: #F45131;
  border-radius: 8px;
  background-color: #F45131;
  transition: 0.35s border-color, 0.35s color, 0.35s background-color;
  cursor: pointer;
}

.button_white {
  color: #FF3D17;
  background-color: #ffffff;
}

.button_big {
  height: 80px;
}

.button:disabled {
  color: #928666;
  background-color: #efeee9;
  opacity: 1;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header.sticky .header__center {
  top: 20px;
}

.header.sticky .header__logo {
  width: 391px;
  height: 48px;
  color: #928666;
}

.header.sticky .header__text {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.7s opacity;
}

.header.sticky .header__link {
  color: #928666;
}

.header.sticky .header__burger {
  color: #928666;
}

.header.sticky .header__link-mob {
  color: #928666;
}

.header.hide {
  display: none;
}

.header__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}

.header__left,
.header__right {
  display: flex;
  gap: 32px;
}

.header__right {
  justify-content: flex-end;
}

.header__center {
  position: absolute;
  top: 68px;
  right: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
  transition: 0.7s top;
  pointer-events: none;
}

.header__logo {
  width: calc(100vw - 40px);
  height: calc(12.29vw - 4.9px);
  color: #EFEEE9;
  transition: 0.7s width, 0.7s height;
}

.header__logo use {
  width: 100%;
  height: auto;
}

.header__logo-sm {
  width: 100%;
  max-width: 328px;
  height: 150px;
}

.header__link {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #efeee9;
}

.header__link-mob {
  display: none;
}

.header__text {
  visibility: visible;
  opacity: 1;
  max-width: 800px;
  width: 100%;
  margin-top: 48px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase;
  color: #efeee9;
  transition: 0.7s opacity;
}

.header__logo-sm {
  display: none;
}

.header__burger {
  display: none;
  align-items: center;
  gap: 8px;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.header__burger svg {
  margin-top: -4px;
}

.header__icon-close {
  display: none;
}

.header__close-text {
  display: none;
}

.header__mobile-block {
  display: none;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  margin-top: 15%;
  margin-bottom: 16px;
  background-color: #ffffff;
  z-index: 30;
}

.header__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  margin-bottom: auto;
}

.header__nav-link {
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  text-transform: uppercase;
  color: #928666;
}

.header__social {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: auto;
}

.header__social-link {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #928666;
}

.header__button {
  flex-shrink: 0;
  margin-top: 20px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  /* Начало: полностью прозрачный */
  to {
    opacity: 1;
  }

  /* Конец: полностью видимый */}

@keyframes fadeIn2 {
  from {
    opacity: 0.7;
  }

  /* Начало: полностью прозрачный */
  to {
    opacity: 1;
  }

  /* Конец: полностью видимый */}

.footer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #272622;
}

.footer__wrap {
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer__logo-svg {
  width: 100%;
  height: auto;
  color: #a39a83;
}

.footer__bottom {
  display: flex;
  gap: 20px;
  padding: 42px 0 24px;
}

.footer__left {
  display: flex;
  gap: 32px;
  margin-right: auto;
}

.footer__text {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #a39a83;
}

.footer__link {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #a39a83;
}

.footer__phone {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #a39a83;
}

.footer__center {
  display: flex;
  gap: 32px;
  margin-left: auto;
  margin-right: auto;
}

.footer__logo-sm-svg {
  display: none;
}

.fancybox__backdrop {
  opacity: 0 !important;
}

.fancybox__content {
  padding: 0 !important;
}

.fancybox__slide {
  margin: 0 !important;
  padding: 0 !important;
}

.fancybox__slide {
  overflow: hidden !important;
}

.f-button.is-close-btn {
  display: none;
}

.modal {
  width: 100%;
}

.modal__wrap {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: row;
  background-color: #efeee9;
}

.modal__img-block {
  flex-shrink: 0;
  width: 50%;
}

.modal__img-block picture,
.modal__img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal__text-block-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  padding: 20px;
  overflow: auto;
}

.modal__text-block {
  max-width: 779px;
}

.modal__back-btn {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ff3d17;
}

.modal__text-block {
  margin-top: 60px;
  padding-top: 12px;
  border-top: 1px solid #a39a83;
}

.modal__date {
  margin-bottom: 60px;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #928666;
}

.modal__title {
  margin-bottom: 50px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: #a39a83;
}

.modal__text {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  -moz-column-width: 48%;
  column-width: 48%;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 4%;
  column-gap: 4%;
  color: #928666;
}

.modal__text p {
  margin-bottom: 24px;
}

.start-block.hide-info .start-block__info-block {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.start-block__wrap {
  position: relative;
}

.start-block__img {
  line-height: 0;
}

.start-block__img picture,
.start-block__img img {
  width: 100%;
  height: auto;
}

.start-block__block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 550px;
}

.start-block__info-block {
  position: fixed;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 464px;
  padding: 24px;
  background-color: #F45131;
  border-radius: 16px;
  opacity: 1;
  transition: 0.35s ease-in;
}

.start-block__caption {
  margin-bottom: 40px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #EFEEE9;
}

.start-block__img-slider-wrap {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

.start-block__img-slider {
  display: flex;
  width: 100%;
  transition-timing-function: linear !important;
}

.start-block__img-slide {
  flex-shrink: 0;
  width: 96px;
  height: 48px;
  padding-right: 32px;
}

.start-block__img-slide.swiper-slide {
  width: 96px;
  height: 48px;
}

.start-block__img-slide picture,
.start-block__img-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.start-block__text-block {
  position: absolute;
  bottom: 120px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}

.start-block__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 306px;
  padding: 41px 64px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  color: #EFEEE9;
}

.start-block__text:not(:last-child) {
  border-right: 1px solid #EFEEE9;
}

.start-block__img-text {
  display: none;
}

.request-button {
  position: fixed;
  left: 50%;
  bottom: 24px;
  width: auto;
  transform: translateX(-50%);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.35s ease-in;
}

.request-button.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 200px;
  margin-bottom: 240px;
}

.feature__title {
  max-width: 835px;
  margin-bottom: 32px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
}

.feature__desc {
  max-width: 400px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
}

.feature__block {
  display: flex;
  align-items: flex-start;
  margin-top: 250px;
  width: 100%;
}

.feature__left {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 33%;
  min-height: 100vh;
  padding-top: 70px;
  padding-right: 10px;
}

.feature__caption {
  max-width: 378px;
  margin-bottom: 20px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
}

.feature__img-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature__img-item {
  line-height: 0;
}

.feature__img-item picture,
.feature__img-item img {
  display: block;
  width: 100%;
  height: auto;
}

.feature__right {
  position: sticky;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 33%;
  min-height: 100vh;
}

.feature__center {
  width: 33.5%;
}

.feature__count-big {
  font-weight: 400;
  font-size: 286px;
  line-height: 120%;
  color: #A39A83;
}

.feature__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.feature__item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.7s opacity, 0.7s transform;
}

.feature__item.active {
  opacity: 1;
  transform: translateY(0);
}

.feature__count {
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1.4px;
  white-space: nowrap;
}

.feature__text {
  max-width: 399px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature__content-list {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.7s opacity, 0.7s transform;
}

.feature__content-list.active {
  opacity: 1;
  transform: translateY(0);
}

.feature__content-item {
  padding-left: 60px;
}

.feature__table-header {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 5px;
  max-width: 399px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #928666;
}

.feature__table-header-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.feature__table-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 5px;
  max-width: 399px;
  margin-bottom: 12px;
}

.feature__table-row-text {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.feature__table-row-text:last-child {
  color: #918A7D;
}

.real-estate {
  width: 100%;
}

.real-estate__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 919px;
}

.real-estate__text {
  max-width: 399px;
  margin-bottom: 128px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.real-estate__tab-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}

.real-estate__tab-item {
  position: relative;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.real-estate__tab-item div {
  transition: 0.35s color;
}

.real-estate__tab-item.active {
  color: #F45131;
}

.real-estate__tab-item.active .real-estate__link,
.real-estate__tab-item.active .real-estate__info {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.real-estate__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.35s all;
}

.real-estate__item.active {
  visibility: visible;
  opacity: 1;
}

.real-estate__item.show-modal {
  transition: 0.5s opacity;
}

.real-estate__item.show-modal .real-estate-modal {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.real-estate__item.show-modal .real-estate-modal__slider-wrapper {
  transition-timing-function: linear !important;
}

.real-estate__item picture {
  display: block;
}

.real-estate__item1-img {
  position: absolute;
  line-height: 0;
}

.real-estate__item1-img:nth-child(1) {
  left: 0;
  top: 0;
}

.real-estate__item1-img:nth-child(2) {
  right: 0;
  top: 30%;
}

.real-estate__item2-img {
  position: absolute;
  line-height: 0;
}

.real-estate__item2-img:nth-child(1) {
  left: 0;
  top: 30%;
}

.real-estate__item2-img:nth-child(2) {
  right: 0;
  top: 0%;
}

.real-estate__item3-img {
  position: absolute;
  line-height: 0;
}

.real-estate__item3-img:nth-child(1) {
  left: 0;
  top: 0;
}

.real-estate__item3-img:nth-child(2) {
  right: 0;
  top: 39%;
}

.real-estate__item4-img {
  position: absolute;
  line-height: 0;
}

.real-estate__item4-img:nth-child(1) {
  left: 0;
  top: 41%;
}

.real-estate__item4-img:nth-child(2) {
  right: 0;
  top: -7%;
}

.real-estate__item5-img {
  position: absolute;
  line-height: 0;
}

.real-estate__item5-img:nth-child(1) {
  left: 0;
  top: 0;
}

.real-estate__item5-img:nth-child(2) {
  right: 0;
  top: 34%;
}

.real-estate__item6-img {
  position: absolute;
  line-height: 0;
}

.real-estate__item6-img:nth-child(1) {
  left: 0;
  top: 40%;
}

.real-estate__item6-img:nth-child(2) {
  right: 0;
  top: 0;
}

.real-estate__item7-img {
  position: absolute;
  line-height: 0;
}

.real-estate__item7-img:nth-child(1) {
  left: 0;
  top: 0;
}

.real-estate__item7-img:nth-child(2) {
  right: 0;
  top: 36%;
}

.real-estate__link {
  position: absolute;
  top: 50%;
  right: calc(100% + 32px);
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateY(-50%);
  color: #F45131;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 1s opacity;
}

.real-estate__info {
  position: absolute;
  top: 50%;
  left: calc(100% + 32px);
  display: flex;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 1s opacity;
}

.real-estate__img-sm {
  display: none;
}

.real-estate__info-item {
  display: flex;
  align-items: center;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #F45131;
}

.real-estate__info-item:not(:first-child)::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 12px;
  margin-left: 12px;
  border-radius: 50%;
  background-color: #F45131;
}

.real-estate-modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  background-color: #EFEEE9;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s opacity;
}

.real-estate-modal picture {
  display: flex;
  justify-content: center;
}

.real-estate-modal__slider {
  width: 799px;
  margin-right: 20px !important;
}

.real-estate-modal__slider.swiper {
  margin-left: 0 !important;
}

.real-estate-modal__slider-wrapper {
  display: flex;
  flex-direction: column;
}

.real-estate-modal__slider-item {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 0;
}

.real-estate-modal__slider-item.swiper-slide {
  display: flex;
  justify-content: center;
}

.real-estate-modal__info {
  display: flex;
  flex-direction: column;
  width: 799px;
  padding: 20px 20px 0 0;
  overflow: auto;
}

.real-estate-modal__button-close {
  margin-left: auto;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FF3D17;
}

.real-estate-modal__content {
  margin-top: 134px;
  margin-bottom: 30px;
}

.real-estate-modal__info-list {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.real-estate-modal__info-item {
  display: flex;
  gap: 12px;
  font-family: "Oceanic", sans-serif;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}

.real-estate-modal__info-item:not(:first-child)::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #928666;
  border-radius: 50%;
}

.real-estate-modal__title {
  margin-bottom: 16px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
  text-transform: uppercase;
}

.real-estate-modal__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #a39a83;
}

.real-estate-modal__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}

.real-estate-modal__value {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}

.real-estate-modal__feature {
  display: flex;
  margin-top: auto;
}

.real-estate-modal__feature-item {
  display: flex;
  flex-direction: column;
  width: 33%;
  height: 160px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 16px;
  border-left: 1px solid #a39a83;
}

.real-estate-modal__feature-text {
  max-width: 207px;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
}

.real-estate-modal__feature-value {
  margin-top: auto;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  color: #a39a83;
}

.advantage {
  padding-top: 20px;
  padding-bottom: 20px;
}

.advantage__wrap {
  display: flex;
}

.advantage__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-height: 160px;
  gap: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.advantage__item:not(:last-child) {
  border-right: 1px solid #928666;
}

.advantage__text {
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #928666;
  text-align: center;
}

.advantage__value {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 80%;
  letter-spacing: 0;
  text-align: center;
  color: #928666;
}

.object {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #272622;
}

.object__item {
  display: flex;
}

.object__info-block {
  flex-shrink: 0;
  width: 492px;
  padding: 20px 20px 40px;
}

.object__img-block {
  min-height: 900px;
  flex-grow: 1;
  line-height: 0;
}

.object__img-block picture,
.object__img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.object__info-list {
  display: inline-flex;
  margin-bottom: 80px;
}

.object__info-item {
  display: flex;
  align-items: center;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #A39A83;
}

.object__info-item:not(:last-child)::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 4px;
  border-radius: 50%;
  background-color: #928666;
}

.object__title {
  margin-bottom: 48px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #A39A83;
}

.object__desc-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 48px;
  padding-left: 65px;
}

.object__desc-list::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #928666;
}

.object__desc-item {
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A39A83;
}

.object__link {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  vertical-align: bottom;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #928666;
}

.condition {
  padding: 32px 20px 0 20px;
  margin-bottom: 198px;
}

.condition__title {
  max-width: 464px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 240px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
}

.condition__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.condition__left {
  border-top: 1px solid #928666;
}

.condition__row {
  display: flex;
  padding-top: 12px;
  padding-bottom: 36px;
}

.condition__caption {
  position: relative;
  flex-shrink: 0;
  width: 236px;
  font-family: "Oceanic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #928666;
}

.condition__link-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.condition__step-list-wrap {
  position: relative;
}

.condition__link-item {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #928666;
}

.condition__step-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.condition__step-item {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #928666;
}

.condition__right {
  border-top: 1px solid #928666;
}

.condition__right .condition__row:not(:last-child) {
  border-bottom: 1px solid #928666;
}

.condition__right .condition__caption {
  width: 50%;
}

.condition__right .condition__value {
  width: 50%;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  color: #918A7D;
}

.condition__arrow-icon {
  position: absolute;
  top: -4px;
  left: -18px;
}

.type {
  margin-top: 192px;
  margin-bottom: 240px;
}

.type__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
}

.type__item {
  position: relative;
  line-height: 0;
}

.type__img {
  height: 600px;
}

.type__img picture,
.type__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.type__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  transform: translate(-50%, -50%);
}

.type__text {
  position: absolute;
  bottom: 32px;
  left: 50%;
  max-width: 227px;
  width: 100%;
  font-family: "Oceanic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  transform: translateX(-50%);
}

.info {
  display: flex;
}

.info__img-block {
  width: calc(100% - 484px);
  flex-grow: 1;
  line-height: 0;
}

.info__img-block picture,
.info__img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info__text-block {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 282px 1fr;
  flex-shrink: 1;
  width: 484px;
  padding: 20px;
  background-color: #a39a83;
}

.info__photo {
  width: 208px;
  height: 242px;
  line-height: 0;
  margin-bottom: 20px;
}

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

.info__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid #EFEEE9;
}

.info__name {
  max-width: 200px;
  margin-bottom: 24px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #EFEEE9;
}

.info__text {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #EFEEE9;
}

.info__desc {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #EFEEE9;
}

.info__desc p:not(:last-child) {
  margin-bottom: 16px;
}

.info__link {
  display: block;
  margin-top: 24px;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #EFEEE9;
}

.calculator {
  display: flex;
  gap: 8px;
  margin-top: 240px;
  margin-bottom: 240px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.calculator__title {
  grid-area: title;
  width: 228px;
  padding-top: 12px;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  color: #928666;
  border-top: 1px solid #a39a83;
}

.calculator__text {
  grid-area: text;
  width: 700px;
  padding-top: 12px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: #928666;
  border-top: 1px solid #a39a83;
}

.calculator__wrap {
  grid-area: calc;
  flex-grow: 1;
  padding-top: 12px;
  border-top: 1px solid #a39a83;
}

.calculator__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.calculator__label {
  margin-bottom: 24px;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #928666;
}

.calculator__value {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #918a7d;
}

.calculator__range {
  margin-bottom: 32px;
  margin-right: 25px;
}

.calculator__input {
  width: auto;
  -moz-appearance: textfield;
}

.calculator__input::-webkit-outer-spin-button,
.calculator__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calculator__input-wrap {
  display: flex;
  gap: 10px;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #918a7d;
}

.noUi-target.noUi-horizontal {
  height: 1px;
  border-color: transparent;
  border: none;
  background: #A39A83 !important;
  box-shadow: none;
}

.noUi-target.noUi-horizontal .noUi-tooltip {
  transform: translateX(-50%);
  left: 50%;
  top: 16px;
  bottom: auto;
  padding: 5px 10px;
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #928666;
  background-color: #ffffff;
  cursor: pointer;
}

.noUi-target.noUi-horizontal .noUi-handle {
  top: -8px;
  right: -3px;
  width: 8px;
  height: 16px;
  border: none;
  border-radius: 0;
  background: #a39a83;
  box-shadow: none;
}

.noUi-target.noUi-horizontal .noUi-handle::after,
.noUi-target.noUi-horizontal .noUi-handle::before {
  display: none;
}

.noUi-target.noUi-horizontal .noUi-connect {
  background: #A39A83 !important;
}

.noUi-target .noUi-pips-horizontal {
  padding: 0;
  height: 30px;
}

.noUi-target .noUi-marker {
  display: none;
}

.noUi-target .noUi-value {
  top: 13px;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #928666;
}

.noUi-target .noUi-value-horizontal {
  transform: none;
}

.noUi-target .noUi-value-horizontal:last-of-type {
  left: auto !important;
  right: 0;
}

.feedback {
  display: flex;
  gap: 8px;
  margin-top: 240px;
  margin-bottom: 240px;
  padding-left: 20px;
  padding-right: 20px;
}

.feedback__title {
  grid-area: title;
  width: 228px;
  padding-top: 12px;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  border-top: 1px solid #928666;
}

.feedback__text-wrap {
  grid-area: text;
  flex-grow: 1;
  padding-right: 20px;
  padding-top: 12px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: #928666;
  border-top: 1px solid #928666;
}

.feedback__text {
  max-width: 535px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: #928666;
}

.feedback__form {
  grid-area: form;
  width: 936px;
  padding-top: 12px;
  border-top: 1px solid #928666;
}

.form {
  display: flex;
  flex-direction: column;
}

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 128px;
}

.form__wrap {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.form__text {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #928666;
}

.form__submit {
  margin-bottom: 20px;
}

.form__submit svg {
  display: none;
}

.form__submit_sent {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ffffff !important;
  background-color: #F45131 !important;
}

.form__submit_sent svg {
  display: block;
  margin-top: -3px;
}

.form__error {
  display: none;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1.2px;
  color: #F45131;
}

.input {
  padding: 0;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 80%;
  color: #928666;
  border: none;
}

.input::-moz-placeholder {
  color: rgba(146, 134, 102, 0.3);
}

.input::placeholder {
  color: rgba(146, 134, 102, 0.3);
}

.input_invalid {
  color: #F45131;
}

.checkbox {
  cursor: pointer;
}

.checkbox__input {
  display: none;
}

.checkbox__input:checked + .checkbox__text::before {
  background-color: #F45131;
  transition: 0.35s all;
}

.checkbox__input:checked + .checkbox__text::after {
  opacity: 1;
}

.checkbox__text {
  position: relative;
  display: flex;
  gap: 12px;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #928666;
}

.checkbox__text::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -6px;
  border-radius: 8px;
  background-color: #efeee9;
}

.checkbox__text::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  width: 17px;
  height: 14px;
  background-image: url("../img/content/check.svg");
  opacity: 0;
  transition: 0.35s opacity;
}

.checkbox__text a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #928666;
}

.faq {
  display: flex;
  gap: 8px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 127px;
  background-color: #272622;
}

.faq__wrap {
  flex-grow: 1;
  display: flex;
  gap: 8px;
}

.faq__title {
  flex-shrink: 0;
  width: 228px;
  padding-top: 12px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1px;
  color: #a39a83;
  text-transform: uppercase;
  border-top: 1px solid #a39a83;
}

.faq__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid #a39a83;
}

.faq__content:has(.faq__item.active) .faq__caption,
.faq__content:has(.faq__item.active) .faq__desc {
  color: rgba(163, 154, 131, 0.3);
}

.faq__content:has(.faq__item.active) .faq__item.active .faq__caption,
.faq__content:has(.faq__item.active) .faq__item.active .faq__desc {
  color: #a39a83;
}

.faq__caption {
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a39a83;
  cursor: pointer;
  transition: 0.35s all;
}

.faq__city-block {
  flex-shrink: 0;
  width: 464px;
  padding-top: 12px;
  border-top: 1px solid #a39a83;
  overflow: hidden;
}

.faq__desc {
  max-width: 700px;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #a39a83;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  transition: 0.35s all;
}

.faq__desc-content {
  padding-top: 4px;
  padding-bottom: 4px;
}

.faq__city-title {
  max-width: 272px;
  margin-bottom: 143px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a39a83;
}

.faq__city-slider-wrap {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.faq__city-slider-wrap:hover .faq__city-slider {
  animation-play-state: paused;
}

.faq__city-slider {
  display: inline-flex;
  animation: scroll 40s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.faq__city-slide {
  width: auto !important;
  flex-shrink: 0;
  padding-right: 32px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #a39a83;
  white-space: nowrap;
}

.partner {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #272622;
  overflow: hidden;
}

.partner__slider {
  display: flex;
  transition-timing-function: linear !important;
}

.partner__slide {
  padding-left: 39px;
  padding-right: 39px;
}

.partner__slide.swiper-slide {
  width: 326px;
}

.partner__img {
  width: 248px;
  height: 94px;
}

.partner__img picture,
.partner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.news {
  display: flex;
  gap: 8px;
  margin-top: 240px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 12px;
  overflow: hidden;
}

.news__title {
  flex-shrink: 0;
  display: flex;
  gap: 12px;
  width: 464px;
  padding-top: 12px;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  border-top: 1px solid #a39a83;
}

.news__title div {
  color: rgba(163, 154, 131, 0.5);
}

.news__slider-wrap {
  width: calc(100% - 472px);
}

.news__slider {
  display: flex;
}

.news__slider-item-wrap {
  flex-shrink: 0;
  display: flex !important;
  width: calc(100% / 3) !important;
  padding-right: 8px;
}

.news__slider-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 12px;
  border-top: 1px solid #a39a83;
  cursor: pointer;
}

.news__slider-date {
  margin-bottom: 64px;
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #928666;
}

.news__slider-title {
  margin-bottom: 32px;
  padding-right: 20px;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  text-transform: uppercase;
  color: #928666;
}

.news__slider-img {
  width: 150px;
  height: 180px;
  margin-top: auto;
  line-height: 0;
}

.news__slider-img picture,
.news__slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.news__button-prev {
  display: none;
}

.news__pagination {
  position: absolute;
  top: 0 !important;
  bottom: auto !important;
  left: 0;
  right: 0;
  display: none;
  gap: 8px;
}

.news__pagination .swiper-pagination-bullet {
  flex-grow: 1;
  width: auto;
  height: 2px;
  margin: 0 !important;
  background-color: rgba(163, 154, 131, 0.5);
  opacity: 1;
}

.news__pagination .swiper-pagination-bullet-active {
  background-color: #a39a83;
}

.news__button-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  z-index: 10;
  cursor: url("../img/content/news/arrow-right.png"), auto;
}

.cookies {
  position: fixed;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 606px;
  padding: 20px 24px;
  backdrop-filter: blur(20px);
  background: #00000033;
  border-radius: 16px;
  z-index: 100;
}

.cookies.hide {
  display: none;
}

.cookies__text {
  font-family: "Oceanic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
}

.cookies__text a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}

.cookies__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 5px 24px;
  font-family: "Oceanic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  background: #ffffff33;
  border-radius: 8px;
}

@media (max-width: 1850px) {
  .real-estate__item picture {
    width: 80%;
  }

  .real-estate__item1-img:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }

  .real-estate__item2-img:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }

  .real-estate__item3-img:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }

  .real-estate__item4-img:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }

  .real-estate__item5-img:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }

  .real-estate__item6-img:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }

  .real-estate__item7-img:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }

  .real-estate-modal picture {
    width: 100%;
  }
}

@media (max-width: 1750px) {
  .calculator__title {
    width: 190px;
  }

  .calculator__text {
    width: 500px;
  }

  .feedback__title {
    width: 190px;
  }

  .feedback__text {
    font-size: 40px;
  }
}

@media (max-width: 1700px) {
  .header__text {
    font-size: 32px;
  }

  .real-estate-modal__slider {
    flex-shrink: 0;
    width: 40%;
  }
}

@media (max-width: 1650px) {
  .feature__left {
    width: 50%;
  }

  .feature__right {
    width: 20%;
  }

  .feature__center {
    width: 30%;
  }

  .feature__count-big {
    font-size: 150px;
  }

  .calculator__text {
    width: 440px;
    font-size: 40px;
  }
}

@media (max-width: 1600px) {
  .footer__left {
    gap: 20px;
  }

  .footer__text {
    font-size: 14px;
  }

  .footer__link {
    font-size: 14px;
  }

  .footer__phone {
    font-size: 14px;
  }

  .footer__center {
    gap: 20px;
  }

  .object__img-block {
    min-height: 700px;
  }

  .news__title {
    width: 250px;
  }

  .news__slider-wrap {
    width: calc(100% - 258px);
  }
}

@media (max-width: 1550px) {
  .object__info-list {
    margin-bottom: 50px;
  }

  .object__title {
    font-size: 40px;
  }

  .object__desc-list {
    margin-bottom: 40px;
    padding-left: 62px;
  }
}

@media (max-width: 1500px) {
  .header__text {
    margin-top: 24px;
    font-size: 26px;
  }

  .modal__title {
    margin-bottom: 34px;
    font-size: 38px;
  }

  .start-block__caption {
    font-size: 26px;
  }

  .real-estate-modal__content {
    margin-top: 60px;
  }

  .calculator__title {
    width: 170px;
  }

  .feedback__title {
    width: 170px;
  }

  .news__slider-item-wrap {
    width: calc(100% / 2) !important;
  }
}

@media (max-width: 1480px) {
  .real-estate__item picture {
    width: 60%;
  }

  .real-estate-modal picture {
    width: 100%;
  }
}

@media (max-width: 1450px) {
  .faq__title {
    width: 150px;
  }

  .faq__city-block {
    max-width: 300px;
    width: 100%;
  }

  .faq__city-title {
    margin-bottom: 70px;
  }

  .faq__city-slide {
    font-size: 50px;
  }
}

@media (max-width: 1440px) {
  .container {
    padding: 0 25px;
  }
}

@media (max-width: 1400px) {
  .header__link {
    display: none;
  }

  .header__link_phone {
    display: block;
  }

  .header__link-mob {
    display: block;
    font-family: "Oceanic", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
  }

  .header__burger {
    display: flex;
  }

  .header.show-menu .header__content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    animation: fadeIn 0.5s ease-in forwards;
  }

  .header.show-menu .header__burger,
  .header.show-menu .header__logo {
    color: #928666;
  }

  .header.show-menu .header__text {
    display: none;
  }

  .header.show-menu .header__icon-menu,
  .header.show-menu .header__open-text {
    display: none;
  }

  .header.show-menu .header__icon-close,
  .header.show-menu .header__close-text {
    display: block;
  }

  .header.show-menu .header__mobile-block {
    display: flex;
  }

  .header.show-menu .header__link-mob {
    color: #928666;
  }

  .calculator {
    display: grid;
    grid-template-areas: 'title text' 'title calc';
    grid-template-columns: 240px 1fr;
    gap: 64px 8px;
  }

  .calculator__title {
    width: 240px;
  }

  .calculator__text {
    width: auto;
  }

  .calculator__wrap {
    padding-top: 0;
    border-top: none;
  }

  .feedback {
    display: grid;
    grid-template-areas: 'title text' 'title form';
    grid-template-columns: 240px 1fr;
    gap: 64px 8px;
  }

  .feedback__title {
    width: 240px;
  }

  .feedback__text-wrap {
    width: auto;
    padding-right: 0;
  }

  .feedback__form {
    width: 100%;
    padding-top: 0;
    border-top: none;
  }

  .calculator__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .feedback > .calculator__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .calculator__text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .feedback > .calculator__text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .calculator__wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .feedback__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .feedback > .feedback__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .feedback__text-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .feedback > .feedback__text-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .feedback__form {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media (max-width: 1350px) {
  .faq__caption {
    font-size: 28px;
  }
}

@media (max-width: 1320px) {
  .container {
    max-width: 1024px;
  }
}

@media (max-width: 1300px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }

  .footer__left {
    margin-right: 0;
  }

  .footer__center {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .real-estate-modal__content {
    margin-top: 34px;
  }

  .real-estate-modal__feature-text {
    font-size: 14px;
  }

  .real-estate-modal__feature-value {
    font-size: 64px;
  }
}

@media (max-width: 1220px) {
  .real-estate__item picture {
    width: 50%;
  }

  .real-estate-modal picture {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .object__img-block {
    min-height: 600px;
  }

  .condition__title {
    margin-bottom: 160px;
  }

  .condition__block {
    grid-template-columns: 1fr;
  }

  .type__img {
    height: 470px;
  }

  .news__slider-title {
    font-size: 28px;
  }
}

@media (max-width: 1130px) {
  .real-estate {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .real-estate__content {
    height: auto;
    min-height: auto;
  }

  .real-estate__text {
    display: none;
  }

  .real-estate__tab-list {
    gap: 64px;
  }

  .real-estate__tab-item {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
  }

  .real-estate__tab-item.active {
    color: #928666;
  }

  .real-estate__item {
    display: none;
  }

  .real-estate__item.show-modal {
    display: block;
  }

  .real-estate__link {
    position: static;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .real-estate__info {
    display: none;
  }

  .real-estate__img-sm {
    display: block;
    width: 364px;
    height: 260px;
    margin-bottom: 12px;
    line-height: 0;
  }

  .real-estate__img-sm picture,
  .real-estate__img-sm img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 1100px) {
  .advantage__item {
    gap: 4px;
  }

  .advantage__text {
    font-size: 16px;
  }

  .advantage__value {
    font-size: 24px;
  }

  .calculator__row {
    margin-bottom: 72px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .calculator__label {
    margin-bottom: 20px;
  }

  .faq {
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 85px;
  }

  .faq__wrap {
    flex-direction: column;
    gap: 0;
  }

  .faq__title {
    width: 100%;
    font-size: 14px;
  }

  .faq__content {
    gap: 8px;
    padding-top: 64px;
    border-top: none;
  }

  .faq__city-block {
    max-width: 256px;
  }

  .faq__desc {
    font-size: 14px;
  }

  .faq__city-title {
    margin-bottom: 49px;
    font-size: 14px;
  }

  .faq__city-slide {
    padding-right: 16px;
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .button_big {
    height: 64px;
  }

  .header__wrap {
    padding: 16px;
  }

  .header__center {
    top: 56px;
    width: calc(100vw - 40px);
  }

  .header__text {
    margin-top: 32px;
    font-size: 32px;
  }

  .footer__wrap {
    padding-top: 85px;
  }

  .footer__bottom {
    padding: 48px 0;
  }

  .footer__left {
    max-width: 281px;
    flex-direction: column-reverse;
    gap: 4px;
    align-items: center;
  }

  .footer__text {
    text-align: center;
  }

  .footer__link {
    text-align: center;
  }

  .footer__center {
    max-width: 281px;
    flex-direction: column-reverse;
    gap: 4px;
    align-items: center;
  }

  .modal__title {
    font-size: 32px;
  }

  .modal__text {
    font-size: 14px;
  }

  .start-block__caption {
    font-size: 32px;
  }

  .start-block__text-block {
    display: none;
  }

  .feature__title {
    font-size: 40px;
  }

  .feature__desc {
    max-width: 288px;
    font-size: 14px;
  }

  .feature__block {
    margin-top: 240px;
  }

  .feature__left {
    width: 80%;
  }

  .feature__right {
    display: none;
  }

  .feature__item {
    opacity: 1;
    transform: translateY(0);
  }

  .feature__content-list {
    opacity: 1;
    transform: translateY(0);
  }

  .type__caption {
    font-size: 28px;
  }

  .type__text {
    bottom: 16px;
  }

  .feedback {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .form__row {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 64px;
  }

  .partner {
    padding-top: 32px;
    padding-bottom: 16px;
  }

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

  .partner__slide.swiper-slide {
    width: 166px;
  }

  .partner__img {
    width: 134px;
    height: 50px;
  }
}

@media (max-width: 1000px) {
  .object__item {
    flex-direction: column-reverse;
  }

  .object__info-block {
    width: 100%;
    padding: 16px 16px 152px 16px;
  }

  .object__img-block {
    min-height: auto;
  }

  .object__info-list {
    margin-bottom: 24px;
  }

  .object__info-item {
    font-size: 16px;
  }

  .object__info-item:not(:last-child)::after {
    margin-left: 8px;
    margin-right: 8px;
  }

  .object__desc-list::before {
    top: 4px;
  }

  .object__link {
    margin-left: 62px;
  }

  .condition {
    padding: 16px 16px 0 16px;
    margin-bottom: 215px;
  }

  .condition__title {
    font-size: 40px;
  }

  .condition__left {
    display: flex;
  }

  .condition__row {
    width: 50%;
    flex-direction: column;
  }

  .condition__caption {
    margin-bottom: 32px;
  }

  .condition__link-item {
    padding-right: 30px;
  }

  .condition__right .condition__row {
    min-height: 102px;
    flex-direction: row;
    width: 100%;
    padding-bottom: 26px;
  }

  .condition__right .condition__caption {
    margin-bottom: 0;
  }
}

@media (max-width: 950px) {
  .modal__wrap {
    position: relative;
    flex-direction: column;
    padding-top: 43px;
    overflow: auto;
  }

  .modal__img-block {
    width: 100%;
    max-height: 600px;
    padding-right: 17px;
  }

  .modal__text-block-wrap {
    width: 100%;
    padding: 12px 20px;
    overflow: visible;
  }

  .modal__text-block {
    max-width: none;
  }

  .modal__back-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 14px;
  }

  .modal__text-block {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  .modal__date {
    margin-bottom: 16px;
  }

  .modal__text {
    -moz-column-width: 100%;
    column-width: 100%;
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

@media (max-width: 900px) {
  .real-estate__item.show-modal .real-estate-modal__slider {
    display: flex;
    align-items: center;
  }

  .real-estate-modal {
    flex-direction: column;
    padding-top: 50px;
    overflow-y: auto;
  }

  .real-estate-modal__slider {
    width: 100%;
    height: 268px;
    margin-right: 0 !important;
  }

  .real-estate-modal__slider-wrapper {
    flex-direction: row;
  }

  .real-estate-modal__slider-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .real-estate-modal__slider-item.swiper-slide {
    align-items: center;
    width: 316px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .real-estate-modal__info {
    width: 100%;
    padding: 48px 16px 4px;
    overflow: initial;
  }

  .real-estate-modal__button-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 14px;
  }

  .real-estate-modal__content {
    margin-top: 0;
    margin-bottom: 72px;
  }

  .real-estate-modal__info-item {
    font-size: 14px;
  }

  .real-estate-modal__title {
    font-size: 48px;
  }

  .real-estate-modal__text {
    font-size: 14px;
  }

  .real-estate-modal__value {
    flex-shrink: 0;
    font-size: 14px;
  }

  .real-estate-modal__feature {
    flex-direction: column;
  }

  .real-estate-modal__feature-item {
    width: 100%;
    height: auto;
    justify-content: space-between;
    flex-direction: row;
    padding: 12px 0 8px;
    border-left: none;
    border-top: 1px solid #a39a83;
  }

  .real-estate-modal__feature-value {
    flex-shrink: 0;
    margin-top: 0;
  }

  .type__list {
    max-width: 364px;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .info {
    flex-direction: column;
  }

  .info__img-block {
    width: 100%;
    height: 512px;
  }

  .info__text-block {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 16px;
  }

  .info__photo {
    width: 178px;
    height: 227px;
  }

  .info__wrap {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    border-top: none;
  }

  .info__left-col {
    min-height: 227px;
    padding-bottom: 20px;
  }

  .info__name {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .info__right-col {
    min-height: 253px;
    padding-top: 16px;
    border-top: 1px solid #EFEEE9;
  }

  .news__title {
    display: none;
  }

  .news__slider-wrap {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .feature__block {
    flex-direction: column-reverse;
  }

  .feature__left {
    width: 100%;
    min-height: auto;
    padding-top: 16px;
    padding-right: 0;
  }

  .feature__caption {
    max-width: 426px;
    margin-bottom: 64px;
  }

  .feature__img-item:nth-child(n + 2) {
    display: none;
  }

  .feature__center {
    width: 100%;
  }

  .feature__list {
    gap: 12px;
    margin-bottom: 48px;
  }

  .feature__item {
    gap: 29px;
  }

  .feature__text {
    max-width: none;
  }

  .feature__content-item {
    padding-left: 58px;
  }

  .feature__table-header {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 10px;
    max-width: none;
    margin-bottom: 12px;
  }

  .feature__table-row {
    max-width: none;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1.3fr;
  }

  .advantage {
    padding-left: 20px;
    padding-right: 20px;
  }

  .advantage__wrap {
    flex-direction: column;
  }

  .advantage__item {
    width: 100%;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .advantage__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #928666;
  }

  .news {
    margin-top: 128px;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .news__slider-item-wrap {
    display: flex;
    width: 100% !important;
    padding-right: 0;
  }

  .news__slider-item-wrap:nth-child(n + 2) {
    display: none;
  }

  .news__slider-item {
    border-top: none;
  }

  .news__slider-date {
    margin-bottom: 48px;
    font-size: 14px;
  }

  .news__slider-title {
    max-width: 364px;
    min-height: 220px;
    margin-bottom: 0;
  }

  .news__slider-img {
    position: absolute;
    top: 78px;
    right: 0;
    width: 182px;
    height: 220px;
  }

  .news__pagination {
    display: flex;
  }

  .news__button-next {
    top: auto;
    left: 0;
    bottom: 0;
    width: 51px;
    height: 45px;
    cursor: inherit;
    background-image: url("../img/content/news/arrow-right.png");
    background-size: 51px 45px;
  }
}

@media (max-width: 767px) {
  .button {
    height: 40px;
    font-size: 12px;
    padding: 7px 20px 5px;
  }

  .button_big {
    height: 64px;
  }

  .header {
    position: static;
  }

  .header.sticky .header__text {
    visibility: visible;
    opacity: 1;
  }

  .header__wrap {
    display: grid;
    grid-template-areas: 'left right' 'center center';
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
  }

  .header__left {
    grid-area: left;
  }

  .header__right {
    grid-area: right;
  }

  .header__center {
    position: static;
    grid-area: center;
    transform: none;
    padding-top: 16px;
  }

  .header__link {
    font-size: 14px;
    color: #928666;
  }

  .header__link-mob {
    font-size: 14px;
    color: #928666;
  }

  .header__text {
    margin-top: 48px;
    font-size: 20px;
    color: #928666;
  }

  .header__logo {
    display: none;
  }

  .header__logo-sm {
    display: block;
  }

  .header__burger {
    font-size: 14px;
    color: #928666;
  }

  .header.show-menu .header__content {
    position: static;
    animation: none;
  }

  .header.show-menu .header__mobile-block {
    position: fixed;
    top: 210px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding-bottom: 16px;
    z-index: 70;
    overflow: auto;
    animation: fadeIn2 0.5s ease-in forwards;
  }

  .footer__wrap {
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer__bottom {
    padding: 40px 0 64px;
  }

  .footer__logo {
    max-width: 328px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__logo-svg {
    display: none;
  }

  .footer__logo-sm-svg {
    display: block;
    width: 328px;
    height: 150px;
    color: #a39a83;
  }

  .start-block__img {
    position: relative;
    width: 100%;
  }

  .start-block__block {
    position: static;
    width: 100%;
    padding-top: 0;
  }

  .start-block__info-block {
    position: static;
    max-width: none;
    width: 100%;
    padding: 16px;
    border-radius: 0;
  }

  .start-block__caption {
    max-width: 296px;
    margin-bottom: 48px;
    font-size: 24px;
  }

  .start-block__img-slider-wrap {
    order: -1;
    margin-bottom: 48px;
  }

  .start-block__img-slide {
    width: 84px;
    height: 48px;
    padding-right: 24px;
  }

  .start-block__img-slide.swiper-slide {
    width: 84px;
    height: 48px;
  }

  .start-block__img-text {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 228px;
    width: 100%;
    font-family: "Garamond", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    color: #EFEEE9;
  }

  .request-button {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    bottom: 16px;
  }

  .request-button.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .real-estate {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .faq {
    gap: 16px;
    flex-direction: column-reverse;
    padding-bottom: 80px;
  }

  .faq__title {
    padding-top: 0;
    border-top: none;
  }

  .faq__content {
    gap: 12px;
    padding-top: 48px;
  }

  .faq__caption {
    font-size: 20px;
  }

  .faq__city-block {
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 12px;
    border-left: none;
    border-bottom: 1px solid #A39A83;
  }

  .faq__city-slide {
    font-size: 32px;
  }

  .cookies {
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    width: 100%;
    max-width: none;
    gap: 16px;
    padding: 16px;
    border-radius: 0;
  }

  .cookies__text {
    align-items: center;
    font-size: 14px;
    text-align: center;
  }

  .cookies__button {
    height: 40px;
    font-size: 12px;
  }
}

@media (max-width: 767px){

  .header__left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .header__right {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .header__center {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media (max-width: 700px) {
  .feature {
    margin-top: 140px;
    margin-bottom: 160px;
  }

  .condition {
    padding: 20px 16px 0 16px;
    margin-bottom: 96px;
  }

  .condition__title {
    max-width: 296px;
    margin-bottom: 128px;
    font-size: 28px;
  }

  .condition__left {
    flex-direction: column;
  }

  .condition__row {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 38px;
  }

  .condition__caption {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .condition__step-list-wrap {
    padding-left: 20px;
  }

  .condition__link-item {
    padding-right: 0;
    font-size: 14px;
  }

  .condition__step-list {
    gap: 8px;
  }

  .condition__step-item {
    font-size: 14px;
  }

  .condition__right .condition__row {
    min-height: 86px;
    flex-direction: column;
  }

  .condition__right .condition__caption {
    width: 100%;
    margin-bottom: 12px;
  }

  .condition__right .condition__value {
    width: 100%;
    font-size: 20px;
  }

  .condition__arrow-icon {
    width: 10px;
    height: 120px;
    top: 0;
    left: 0;
  }

  .type {
    margin-top: 100px;
    margin-bottom: 128px;
  }

  .type__list {
    max-width: 218px;
    gap: 12px;
  }

  .type__img {
    height: 300px;
  }

  .type__caption {
    font-size: 20px;
  }

  .type__text {
    max-width: 194px;
    bottom: 12px;
    font-size: 12px;
  }

  .calculator {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .calculator__title {
    width: 100%;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .calculator__title br {
    display: none;
  }

  .calculator__text {
    margin-bottom: 48px;
    padding-top: 0;
    font-size: 28px;
    border-top: none;
  }

  .calculator__text br {
    display: none;
  }

  .calculator__row {
    margin-bottom: 68px;
    gap: 24px;
  }

  .calculator__label {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .calculator__value {
    font-size: 20px;
  }

  .calculator__range {
    margin-left: 20px;
    margin-right: 20px;
  }

  .calculator__input-wrap {
    font-size: 20px;
  }

  .noUi-target.noUi-horizontal .noUi-tooltip {
    font-size: 14px;
  }

  .noUi-target .noUi-value {
    font-size: 14px;
  }

  .feedback {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .feedback__title {
    width: 100%;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .feedback__title br {
    display: none;
  }

  .feedback__text-wrap {
    margin-bottom: 64px;
    padding-top: 0;
    font-size: 28px;
    border-top: none;
  }

  .feedback__text-wrap br {
    display: none;
  }

  .feedback__text {
    font-size: 28px;
  }

  .feedback__text br {
    display: none;
  }

  .form__row {
    gap: 32px;
  }

  .form__wrap {
    margin-bottom: 16px;
  }

  .form__text {
    font-size: 14px;
  }

  .form__submit {
    margin-bottom: 24px;
  }

  .form__error {
    font-size: 14px;
  }

  .input {
    font-size: 20px;
  }

  .checkbox__text {
    gap: 16px;
    font-size: 14px;
  }

  .checkbox__text::before {
    margin-top: -3px;
    width: 24px;
    height: 24px;
  }

  .checkbox__text::after {
    left: 4px;
  }

  .partner__slide {
    padding-left: 12px;
    padding-right: 12px;
  }

  .partner__slide.swiper-slide {
    width: 158px;
  }
}

@media (max-width: 650px) {
  .info__img-block {
    width: 100%;
    height: 220px;
  }

  .info__text-block {
    position: relative;
    grid-template-columns: 1fr;
  }

  .info__photo {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 107px;
    height: 146px;
    z-index: 3;
  }

  .info__left-col {
    min-height: 268px;
    padding-left: 50%;
  }

  .info__name {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .info__text {
    font-size: 14px;
  }

  .info__desc {
    font-size: 14px;
  }

  .info__desc p:not(:last-child) {
    margin-bottom: 12px;
  }

  .info__link {
    font-size: 14px;
  }

  .info__right-col {
    min-height: 268px;
  }

  .news__slider-title {
    min-height: auto;
    margin-bottom: 24px;
    font-size: 20px;
  }

  .news__slider-img {
    position: static;
    width: 134px;
    height: 162px;
  }

  .news__button-next {
    left: auto;
    right: 0;
  }
}

@media (max-width: 600px) {
  .feature__title {
    margin-bottom: 32px;
    font-size: 32px;
  }

  .feature__block {
    margin-top: 160px;
  }

  .feature__caption {
    max-width: 252px;
    margin-bottom: 48px;
    font-size: 32px;
  }

  .feature__item {
    gap: 20px;
  }

  .feature__count {
    font-size: 14px;
  }

  .feature__text {
    font-size: 14px;
  }

  .feature__content-item {
    padding-left: 0;
  }

  .feature__table-header {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .feature__table-header-text {
    font-size: 14px;
  }

  .feature__table-row {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .feature__table-row-text {
    font-size: 14px;
  }

  .advantage__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .advantage__text {
    font-size: 14px;
  }

  .advantage__value {
    font-size: 20px;
  }

  .object__info-block {
    padding: 20px 16px 64px;
  }

  .object__info-list {
    margin-bottom: 16px;
  }

  .object__info-item {
    font-size: 14px;
  }

  .object__info-item:not(:last-child)::after {
    margin-left: 4px;
    margin-right: 4px;
  }

  .object__title {
    font-size: 28px;
  }

  .object__desc-list {
    margin-bottom: 24px;
    padding-left: 50px;
    gap: 8px;
  }

  .object__desc-item {
    font-size: 14px;
  }

  .object__link {
    margin-left: 50px;
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .real-estate__tab-list {
    gap: 48px;
  }

  .real-estate__tab-item {
    gap: 12px;
    font-size: 28px;
  }

  .real-estate__img-sm {
    width: 196px;
    height: 140px;
    margin-bottom: 8px;
  }
}

@media (max-width: 359px) {
  .footer__logo {
    max-width: 288px;
  }

  .footer__logo-sm-svg {
    width: 288px;
    height: 132px;
  }
}

@media (max-width: 356px) {
  .container {
    padding: 0 15px;
  }
}

@media (max-width: 350px) {
  .button_big {
    height: 44px;
  }

  .feedback__text-wrap {
    margin-bottom: 48px;
  }

  .form__row {
    margin-bottom: 48px;
  }
}