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

/* oswald-300 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/oswald/oswald-v53-cyrillic_latin-300.woff2") format("woff2"), url("../fonts/oswald/oswald-v53-cyrillic_latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* oswald-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/oswald/oswald-v53-cyrillic_latin-500.woff2") format("woff2"), url("../fonts/oswald/oswald-v53-cyrillic_latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* oswald-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/oswald/oswald-v53-cyrillic_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-800 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/oswald/oswald-heavy.woff2") format("woff2"), url("../fonts/oswald/oswald-heavy.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  scrollbar-gutter: stable;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  color: #a48543;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.wrapper {
  display: grid;
  grid-template-areas: "header" "main" "footer";
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

main {
  grid-area: main;
}

.scroll-lock {
  overflow-y: hidden;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 26px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.2rem, 0.556vw + 0.533rem, 1.6rem);
  font-weight: 500;
  color: #a48543;
  border: 4px solid #a48543;
  background: none;
  cursor: pointer;
}

.logo--main {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}
@media (max-width: 1200px) {
  .logo--main {
    margin: 0;
  }
}
.logo--main img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .logo--main img {
    width: 224px;
  }
}
@media (max-width: 576px) {
  .logo--main img {
    width: 100%;
  }
}
.logo--main img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header {
  grid-area: header;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-image: url("../img/elements/line.jpg") 4 stretch;
}
@media (max-width: 768px) {
  .header {
    background-image: url("../img/elements/section-top-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 4px 0 4px;
}
@media (max-width: 768px) {
  .header__inner {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .header__inner {
    justify-content: flex-end;
  }
}
@media (max-width: 576px) {
  .header__inner {
    padding: 5px 0;
  }
}
.header__inner.active .header__logo {
  position: relative;
  z-index: 6;
}
.header__inner.active .burger {
  position: relative;
  z-index: 6;
}
.header__inner.active .nav--header {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  min-height: 100vh;
  padding: 100px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.header__inner.active .nav--header .nav__list {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: auto 0;
  overflow: auto;
}
.header__inner.active .nav--header .nav__list li,
.header__inner.active .nav--header .nav__list a {
  height: auto;
  justify-content: flex-start;
  font-size: 2rem;
}
.header__logo {
  font-size: clamp(1.6rem, 0.556vw + 0.933rem, 2rem);
  font-weight: 600;
}
@media (max-width: 768px) {
  .header__logo {
    display: none;
  }
}
@media (max-width: 576px) {
  .header__logo {
    max-width: 373px;
  }
}
.header__btn {
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .header__btn {
    width: 142px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .header__btn {
    color: #000;
    border-color: #fff;
    width: 211px;
    height: 54px;
  }
}
@media (max-width: 576px) {
  .header__btn {
    font-size: 1.8rem;
    height: 54px;
  }
}

.footer {
  grid-area: footer;
}
.footer .container {
  padding: 0;
}
.footer__inner-wrapper {
  width: 100%;
  min-height: 649px;
  padding: 0 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-weight: 300;
  color: #f8e7b4;
  background-image: url("../img/section/footer/city.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1001px) {
  .footer__inner-wrapper {
    min-height: 671px;
    background-image: url("../img/section/footer/city-md.jpg");
  }
}
@media (max-width: 576px) {
  .footer__inner-wrapper {
    min-height: 647px;
    background-image: url("../img/section/footer/city-sm.jpg");
  }
}
.footer__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 0 23px;
}
@media (max-width: 1001px) {
  .footer__inner {
    padding: 0 0 60px;
  }
}
@media (max-width: 576px) {
  .footer__inner {
    padding: 0 0 70px;
  }
}
.footer__logo {
  display: flex;
  gap: 19px;
  align-items: flex-start;
  font-size: clamp(1.6rem, 0.25vw + 1.52rem, 2rem);
  margin-bottom: 28px;
}
@media (max-width: 576px) {
  .footer__logo {
    gap: 7px;
  }
}
.footer__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1001px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
.footer__col:nth-of-type(2) {
  margin-top: -40px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 1001px) {
  .footer__col:nth-of-type(2) {
    margin-top: 0;
    top: 35px;
  }
}
@media (max-width: 992px) {
  .footer__col:nth-of-type(2) {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .footer__col:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .footer__col:nth-of-type(2) {
    transform: translate(-50%);
  }
}
@media (max-width: 768px) {
  .footer__col.doc {
    display: none;
  }
}
.footer__col.col-socials .footer__col-caption {
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .footer__col.col-socials .footer__col-caption {
    margin-bottom: 9px;
  }
}
.footer__col-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}
.footer__col-item:last-child {
  margin-bottom: 0;
}
.footer__col-item.designer .caption {
  text-transform: uppercase;
  position: relative;
}
.footer__col-item.designer .caption::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f8e7b4;
}
.footer__col-item.designer .link {
  font-size: clamp(1.4rem, 0.278vw + 1.067rem, 1.6rem);
}
.footer__col-caption {
  font-size: clamp(1.6rem, 0.556vw + 0.933rem, 2rem);
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .footer__col-caption {
    margin-bottom: 10px;
  }
}
.footer__col-text {
  font-size: clamp(1.4rem, 0.278vw + 1.067rem, 1.6rem);
  text-transform: uppercase;
}
.footer__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.2rem, 0.278vw + 0.867rem, 1.4rem);
  font-weight: 300;
  color: #fff;
}
.footer__doc {
  text-transform: uppercase;
  font-size: clamp(1.6rem, 0.556vw + 0.933rem, 2rem);
  text-decoration: underline;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 31px;
  margin: 0 auto;
}
.container--lg {
  max-width: 2300px;
}
@media (max-width: 1001px) {
  .container {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .nav--header {
    display: none;
  }
}
.nav--header .nav__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav--footer .nav__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .nav--footer .nav__list {
    flex-direction: column;
  }
}

.burger {
  flex-shrink: 0;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
  border: 0;
  background: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .burger {
    display: block;
  }
}
.burger.active .burger__item:nth-child(1) {
  transform: translateY(14px) rotate(45deg);
}
.burger.active .burger__item:nth-child(2) {
  opacity: 0;
}
.burger.active .burger__item:nth-child(3) {
  transform: translateY(-14px) rotate(135deg);
}
.burger__item {
  display: block;
  width: 100%;
  height: 8px;
  margin-bottom: 6px;
  background-color: #000;
  transition: transform 0.3s linear, opacity 0.3s linear;
}
.burger__item:last-child {
  margin-bottom: 0;
}

.section__title {
  font-size: clamp(1.6rem, 0.278vw + 1.267rem, 1.8rem);
  font-weight: 500;
  text-align: center;
  color: #a48543;
}
.section--showcase {
  margin: 0 auto 40px;
}
@media (max-width: 1200px) {
  .section--showcase {
    margin: 0 auto 30px;
  }
}
.section--showcase .container {
  padding: 0;
}
.section--showcase .section__top,
.section--showcase .section__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  font-size: clamp(1.4rem, 0.833vw + 0.4rem, 2rem);
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-image: url("../img/elements/section-top-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1001px) {
  .section--showcase .section__top,
  .section--showcase .section__bottom {
    padding: 4px 10px;
  }
}
@media (max-width: 576px) {
  .section--showcase .section__top,
  .section--showcase .section__bottom {
    padding: 11px 10px;
  }
}
.section--showcase .section__top h2,
.section--showcase .section__bottom h2 {
  font-size: clamp(1.4rem, 0.833vw + 0.4rem, 2rem);
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .section--showcase .section__bottom {
    padding: 15px 10px;
  }
}
.section--advantages {
  background-image: url("../img/section/showcase/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1001px) {
  .section--advantages {
    background-image: url("../img/section/showcase/bg-md.jpg");
  }
}
@media (max-width: 768px) {
  .section--advantages {
    background: none;
  }
  .section--advantages .section__content {
    display: none;
  }
}
.section--advantages .bg-image {
  display: none;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .section--advantages .bg-image {
    display: block;
  }
}
.section--advantages .section__content {
  width: 100%;
  max-width: 498px;
  margin: 0 auto;
  padding: 30px 15px 30px 30px;
  background-color: #fff;
  border: 6px solid #2a1c17;
}
@media (max-width: 1001px) {
  .section--advantages .section__content {
    max-width: 331px;
    padding: 15px 7px;
  }
}
@media (max-width: 768px) {
  .section--advantages .section__content {
    padding: 30px 20px;
  }
}
.section--advantages .section__title {
  font-size: clamp(1.6rem, 1.111vw + 0.267rem, 2.4rem);
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1001px) {
  .section--advantages .section__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .section--advantages .section__title {
    margin-bottom: 30px;
  }
}
.section--advantages-mob {
  display: none;
}
.section--advantages-mob .section__content {
  display: block;
}
@media (max-width: 768px) {
  .section--advantages-mob {
    display: block;
    margin-bottom: 50px;
  }
}
.section--advantages-mob .section__content {
  border: 0;
  padding: 0 20px;
  max-width: 100%;
}
.section--about {
  margin-bottom: 40px;
}
@media (max-width: 1001px) {
  .section--about {
    margin-bottom: 26px;
  }
}
@media (max-width: 576px) {
  .section--about {
    margin-bottom: 64px;
  }
}
.section--about .section__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 485px));
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 1001px) {
  .section--about .section__inner {
    gap: 30px 80px;
  }
}
@media (max-width: 768px) {
  .section--about .section__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.section--about .section__item {
  display: grid;
  justify-items: center;
  gap: 40px;
}
@supports (grid-template-rows: subgrid) {
  .section--about .section__item {
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
@media (max-width: 1001px) {
  .section--about .section__item {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .section--about .section__item {
    gap: 50px;
  }
}
.section--about .section__item img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1001px) {
  .section--about .section__item:nth-of-type(1) .section__item-list-wrapper .section__title {
    max-width: 195px;
  }
}
@media (max-width: 576px) {
  .section--about .section__item:nth-of-type(1) .section__item-list-wrapper .section__title {
    max-width: 220px;
  }
}
.section--about .section__item:nth-of-type(1) img {
  margin: 20px 0;
}
@media (max-width: 1001px) {
  .section--about .section__item:nth-of-type(1) img {
    width: 155px;
  }
}
@media (max-width: 576px) {
  .section--about .section__item:nth-of-type(1) img {
    width: 257px;
  }
}
.section--about .section__item:nth-of-type(2) img {
  margin: 32px 0 50px;
}
@media (max-width: 1001px) {
  .section--about .section__item:nth-of-type(2) img {
    margin: 30px 0 44px;
    width: 85px;
  }
}
@media (max-width: 576px) {
  .section--about .section__item:nth-of-type(2) img {
    width: 150px;
    max-height: 160px;
  }
}
.section--about .section__item:nth-of-type(3) img {
  margin: 20px 0;
}
@media (max-width: 1001px) {
  .section--about .section__item:nth-of-type(3) img {
    width: 181px;
  }
}
@media (max-width: 576px) {
  .section--about .section__item:nth-of-type(3) img {
    margin: 40px 0;
    width: 320px;
    max-height: 200px;
  }
}
.section--about .section__item:nth-of-type(4) .image-wrapper {
  margin: 0 -16px;
}
.section--about .section__item:nth-of-type(4) img {
  margin: 36px 0;
}
@media (max-width: 1001px) {
  .section--about .section__item:nth-of-type(4) img {
    width: 214px;
    margin: 45px 0;
  }
}
@media (max-width: 576px) {
  .section--about .section__item:nth-of-type(4) img {
    margin: 45px 0;
    width: 100%;
  }
}
.section--about .section__item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--about .section__item-list-wrapper {
  padding: 51px 12px 51px 25px;
  border-radius: 8px;
  border-width: 10px;
  border-style: solid;
  border-image: url("../img/elements/border-double.svg") 10 stretch;
}
@media (max-width: 1001px) {
  .section--about .section__item-list-wrapper {
    padding: 34px 20px 37px;
  }
}
@media (max-width: 576px) {
  .section--about .section__item-list-wrapper {
    padding: 30px 15px 20px 20px;
    border-width: 14px;
    border-image: url("../img/elements/border-double.svg") 14 stretch;
  }
}
.section--about .section__item-list-wrapper .section__title {
  min-height: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media (max-width: 1001px) {
  .section--about .section__item-list-wrapper .section__title {
    margin-bottom: 20px;
    min-height: 54px;
  }
}
@media (max-width: 992px) {
  .section--about .section__item-list-wrapper .section__title {
    min-height: auto;
  }
}
.section--about .section__btn {
  max-width: 250px;
  width: 100%;
  margin-bottom: 40px;
  font-size: clamp(1.6rem, 0.556vw + 0.933rem, 2rem);
  color: #000;
}
@media (max-width: 1001px) {
  .section--about .section__btn {
    margin-bottom: 20px;
    max-width: 183px;
    height: 40px;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .section--about .section__btn {
    font-size: 2.2rem;
    font-weight: 400;
    max-width: 257px;
    height: 65px;
    margin-bottom: 30px;
  }
}
.section--realtor {
  margin-bottom: 50px;
}
@media (max-width: 1001px) {
  .section--realtor {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .section--realtor {
    margin-bottom: 50px;
  }
}
.section--realtor .section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--realtor .title {
  max-width: 429px;
  font-size: 2.4rem;
}
@media (max-width: 1001px) {
  .section--realtor .title {
    max-width: 348px;
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .section--realtor .title {
    max-width: 345px;
    margin-right: auto;
  }
}
.section--realtor .section__image {
  position: relative;
  z-index: -1;
  display: block;
  max-width: 100%;
  height: auto;
  transform: translate(154px, -70px);
  margin-bottom: -30px;
}
@media (max-width: 1001px) {
  .section--realtor .section__image {
    margin-left: auto;
    max-height: 404px;
    transform: translate(163px, -64px);
  }
}
@media (max-width: 768px) {
  .section--realtor .section__image {
    margin-left: auto;
    max-height: 410px;
    transform: translate(95px, -40px);
  }
}
@media (max-width: 450px) {
  .section--realtor .section__image {
    transform: translate(0, 0px);
    margin-bottom: 50px;
  }
}
.section--realtor .section__list-wrapper {
  max-width: 487px;
  padding: 55px 12px 50px 25px;
  margin-bottom: 40px;
  border-style: solid;
  border-width: 10px;
  border-image: url("../img/elements/border-double.svg") 10 stretch;
}
@media (max-width: 1001px) {
  .section--realtor .section__list-wrapper {
    max-width: 440px;
    padding: 32px 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .section--realtor .section__list-wrapper {
    padding: 30px 15px 20px 8px;
  }
}
.section--realtor .section__list-wrapper .list {
  gap: 30px;
}
@media (max-width: 1001px) {
  .section--realtor .section__list-wrapper .list {
    gap: 20px;
  }
}
.section--realtor .section__list-wrapper .section__title {
  margin-bottom: 30px;
  font-size: clamp(1.6rem, 0.556vw + 0.933rem, 2rem);
}
@media (max-width: 1200px) {
  .section--realtor .section__list-wrapper .section__title {
    margin-bottom: 20px;
  }
}
.section--realtor .section__title.last {
  max-width: 595px;
  font-size: clamp(1.8rem, 0.278vw + 1.467rem, 2rem);
}
.section--how-it-works {
  margin-bottom: 50px;
}
@media (max-width: 1001px) {
  .section--how-it-works {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .section--how-it-works {
    margin-bottom: 50px;
  }
}
.section--how-it-works .section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 831px;
  margin: 0 auto;
}
@media (max-width: 1001px) {
  .section--how-it-works .section__inner {
    max-width: 613px;
  }
}
.section--how-it-works .title {
  margin-bottom: 26px;
  font-size: clamp(1.8rem, 0.833vw + 0.8rem, 2.4rem);
}
@media (max-width: 1001px) {
  .section--how-it-works .title {
    margin-bottom: 16px;
  }
}
.section--how-it-works .title2 {
  margin-bottom: 26px;
  font-size: clamp(1.6rem, 0.556vw + 0.933rem, 2rem);
}
@media (max-width: 1001px) {
  .section--how-it-works .title2 {
    margin-bottom: 16px;
    max-width: 574px;
  }
}
.section--how-it-works .section__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 26px;
}
@media (max-width: 1001px) {
  .section--how-it-works .section__image {
    max-width: 107px;
    margin-bottom: 16px;
  }
}
.section--how-it-works .contact-us {
  margin-bottom: 26px;
  font-size: clamp(1.6rem, 0.556vw + 0.933rem, 2rem);
}
@media (max-width: 1001px) {
  .section--how-it-works .contact-us {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .section--how-it-works .contact-us {
    max-width: 320px;
  }
}
.section--how-it-works .section__btn {
  margin-bottom: 40px;
  max-width: 215px;
  font-size: 1.6rem;
  color: #000;
}
@media (max-width: 1001px) {
  .section--how-it-works .section__btn {
    margin-bottom: 20px;
    width: 167px;
    height: 40px;
    padding: 0;
  }
}
.section--how-it-works .title3 {
  font-size: clamp(1.6rem, 0.556vw + 0.933rem, 2rem);
}
@media (max-width: 576px) {
  .section--how-it-works .title3 {
    max-width: 330px;
  }
}
.section--recs {
  margin-bottom: 40px;
}
@media (max-width: 1001px) {
  .section--recs {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .section--recs {
    margin-bottom: 50px;
  }
}
.section--recs .section__title {
  margin-bottom: 55px;
  font-size: clamp(1.8rem, 0.833vw + 0.8rem, 2.4rem);
}
@media (max-width: 1001px) {
  .section--recs .section__title {
    margin-bottom: 20px;
  }
}
.section--recs .section__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 515px));
  gap: 85px 50px;
  justify-content: space-between;
}
@media (max-width: 1001px) {
  .section--recs .section__content {
    gap: 40px 84px;
  }
}
@media (max-width: 768px) {
  .section--recs .section__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.section--recs .section__contact {
  display: none;
}
@media (max-width: 768px) {
  .section--recs .section__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }
}
.section--recs .section__contact .section__title {
  margin-bottom: 0;
  font-size: 2.3rem;
}
@media (max-width: 576px) {
  .section--recs .section__contact .section__title {
    max-width: 280px;
  }
}
.section--recs .section__btn {
  font-size: 2rem;
  color: #000;
}
.section--mistakes {
  margin: 0 auto 40px;
}
@media (max-width: 1001px) {
  .section--mistakes {
    margin: 0 auto 30px;
  }
}
@media (max-width: 576px) {
  .section--mistakes {
    margin: 0 auto 50px;
  }
}
.section--mistakes .section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--mistakes .section__title {
  font-size: 2.3rem;
  margin-bottom: 20px;
}
.section--mistakes .section__title.title1, .section--mistakes .section__title.title2 {
  display: none;
}
@media (max-width: 576px) {
  .section--mistakes .section__title.title1, .section--mistakes .section__title.title2 {
    display: block;
  }
}
@media (max-width: 576px) {
  .section--mistakes .section__title.title2 {
    margin-bottom: 0;
  }
}
.section--mistakes .section__title.before-btn {
  margin-bottom: 30px;
  font-size: clamp(1.8rem, 0.278vw + 1.467rem, 2rem);
}
@media (max-width: 1001px) {
  .section--mistakes .section__title.before-btn {
    margin-bottom: 20px;
  }
}
.section--mistakes .section__title.last {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 0.278vw + 1.467rem, 2rem);
}
.section--mistakes .section__image {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1001px) {
  .section--mistakes .section__image {
    max-width: 236px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .section--mistakes .section__image {
    max-width: 222px;
    margin-bottom: 20px;
  }
}
.section--mistakes .section__btn {
  display: flex;
  justify-content: center;
  max-width: 283px;
  height: 68px;
  width: 100%;
  margin-bottom: 30px;
  font-size: clamp(1.6rem, 0.556vw + 0.933rem, 2rem);
  color: #010101;
}
@media (max-width: 1001px) {
  .section--mistakes .section__btn {
    max-width: 155px;
    height: 40px;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .section--mistakes .section__btn {
    margin: 30px 0;
    max-width: 225px;
    height: 62px;
    font-size: 2rem;
    padding: 0;
  }
}
.section--mistakes .section__item-list-wrapper {
  max-width: 503px;
  padding: 50px 20px;
  margin: 56px 0 40px;
  border-width: 18px;
  border-style: solid;
  border-image: url("../img/elements/border-double.svg") 18 stretch;
}
@media (max-width: 1001px) {
  .section--mistakes .section__item-list-wrapper {
    max-width: 440px;
    margin: 48px 0 30px;
    padding: 23px 20px;
  }
}
@media (max-width: 576px) {
  .section--mistakes .section__item-list-wrapper {
    padding: 30px 15px 20px 8px;
    margin: 50px 0;
    border-width: 14px;
    border-image: url("../img/elements/border-double.svg") 14 stretch;
  }
}
.section--mistakes .section__item-list-wrapper .section__title {
  margin-bottom: 30px;
  font-size: clamp(1.6rem, 0.556vw + 0.933rem, 2rem);
}
@media (max-width: 1001px) {
  .section--mistakes .section__item-list-wrapper .section__title {
    margin-bottom: 20px;
  }
}
.section--mistakes .section__item-list-wrapper .list {
  gap: 30px;
}
@media (max-width: 1001px) {
  .section--mistakes .section__item-list-wrapper .list {
    gap: 16px;
  }
}

.list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1200px) {
  .list {
    gap: 20px;
  }
}
.list li {
  position: relative;
  padding-left: 38px;
  font-size: clamp(1.4rem, 0.556vw + 0.733rem, 1.8rem);
  font-weight: 500;
  color: #a48543;
}
@media (max-width: 1001px) {
  .list li {
    padding-left: 24px;
  }
}
@media (max-width: 576px) {
  .list li {
    padding-left: 55px;
  }
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/elements/square-item.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1001px) {
  .list li::before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
}
.list--v2 {
  color: #545232;
  gap: 30px;
}
@media (max-width: 1001px) {
  .list--v2 {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .list--v2 {
    gap: 20px;
  }
}
.list--v2 li {
  padding-left: 45px;
  font-size: clamp(1.4rem, 0.278vw + 1.067rem, 1.6rem);
  font-weight: 500;
  line-height: 180%;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 1001px) {
  .list--v2 li::before {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1200px) {
  .list--v2 li {
    padding-left: 34px;
  }
  .list--v2 li::before {
    top: 10px;
  }
}
.card {
  display: grid;
  justify-items: center;
  padding: 55px 26px;
  border-width: 10px;
  border-style: solid;
  border-image: url("../img/elements/border-double.svg") 10 stretch;
}
@supports (grid-template-rows: subgrid) {
  .card {
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
}
@media (max-width: 1001px) {
  .card {
    padding: 32px 20px 24px;
  }
}
@media (max-width: 576px) {
  .card {
    padding: 30px 20px;
    border-width: 14px;
    border-image: url("../img/elements/border-double.svg") 14 stretch;
  }
}
.card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card__image {
  display: block;
  width: 100%;
  max-width: 123px;
  max-height: 123px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 50%;
}
@media (max-width: 1001px) {
  .card__image {
    max-width: 100px;
    max-height: 100px;
  }
}
.card__title {
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 0.833vw + 0.8rem, 2.4rem);
  font-weight: 500;
  text-transform: uppercase;
  color: #a48543;
  text-align: center;
}
.card__subtitle {
  margin-bottom: 40px;
  font-size: clamp(1.6rem, 0.278vw + 1.267rem, 1.8rem);
  font-weight: 500;
  color: #939392;
  text-align: center;
}
@media (max-width: 1001px) {
  .card__subtitle {
    margin-bottom: 30px;
  }
}
.card__text {
  font-size: clamp(1.4rem, 0.278vw + 1.067rem, 1.6rem);
  font-weight: 500;
  line-height: 180%;
  color: #0d0d0d;
  text-align: center;
}

.socials {
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.socials__list {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 576px) {
  .socials__list {
    gap: 7px;
  }
}
.socials__list img {
  display: block;
  max-width: 100%;
  height: 23px;
}
@media (max-width: 576px) {
  .socials__list img {
    max-width: 31px;
    max-height: 22px;
  }
}
.socials .footer__col-caption {
  margin-bottom: 16px;
}