/*! 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: "PT Sans";
  src: url(../../assets/fonts/PTSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url(../../assets/fonts/PTSans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
  border-radius: 2px;
}
:root {
  --header-height: 70px;
}
@media not all and (min-width: 768px) {
:root {
    --header-height: 50px
}
  }
html {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-mask-image: none;
          mask-image: none;
  scroll-padding: calc(var(--header-height) + 16px);
}
body {
  height: 100%;
  background-color: #ffffff;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-wrap: pretty;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  margin: 0 auto;
  box-sizing: content-box;
  max-width: 1176px;
  padding: 0 16px;
}

.app {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: clip;
}

.app__main {
    flex-grow: 1;
  }
.title {
  text-align: center;
  font-size: 45px;
  line-height: 1;
  color: #ff3400;
  font-weight: 700;
}

  @media not all and (min-width: 768px) {.title {
    font-size: 36px
}
  }

  .title_featured {
    background-color: #000;
    color: #ffffff;
    margin: 0 calc(50% - 50vw);
    padding: 1px calc(50vw - 50%) 4px;
  }
.about {
  margin-top: 80px;
  margin-bottom: 100px;
}
.catalog__inner{
        display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 50px;

}
.catalog__item{
    background: rgb(247, 247, 245);
    padding: 16px;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    transition: all .3s;
}
.catalog__item:hover{
    opacity: 0.7;
}
.catalog h2{
    color: rgb(20, 20, 20);
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    font-size: 64px;
    line-height: 70px;
    letter-spacing: -0.03em;
}
.pagetitle{
        color: rgb(20, 20, 20);
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    font-size: 64px;
    line-height: 70px;
    letter-spacing: -0.03em;
}
.catalog__title{
    display: block;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.012em;
    font-weight: 500;
    color: rgb(20, 20, 20);
}
.catalog__price{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: rgb(90, 90, 90);
    margin-top: 5px;
}
.catalog__item .image{
    margin-top: 50px;
    margin-bottom: 30px;
}
  @media not all and (min-width: 768px) {.about {
    margin-top: 60px
}
  }

  .about__stripe {
    height: 10px;
    background-color: #000;
    margin: 0 calc(50% - 50vw) 30px;
  }

  .about__header {
     display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 12px;
    margin-bottom: 40px;
    flex-direction: column;
  }

  @media not all and (min-width: 768px) {

  .about__header {
      margin-bottom: 32px
  }
    }

  .about__title {
  }

  @media not all and (min-width: 768px) {

  .about__smth {
      width: 176px
  }
    }

  .about__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
    gap: 40px;
  }

  @media not all and (min-width: 768px) {

  .about__items {
      gap: 28px
  }
    }

  .about__item {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .about__item-img {
    width: 60px;
    height: 66px;
    -o-object-fit: contain;
       object-fit: contain;
    flex-shrink: 0;
  }

  @media not all and (min-width: 768px) {

  .about__item-img {
      width: 50px;
      height: 60px
  }
    }

  .about__item-name {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
  }

  @media not all and (min-width: 1024px) {

  .about__item-name {
      font-size: 20px
  }
    }

  @media not all and (min-width: 768px) {

  .about__item-name {
      font-size: 18px
  }
    }

  .about__facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 32px;
    margin-top: 50px;
  }

  @media not all and (min-width: 768px) {

  .about__facts {
      margin-top: 44px
  }
    }

  .about__fact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    width: 30%;
    min-width: 270px;
  }

  .about__fact-value {
    color: #000;
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    white-space: nowrap;
  }

  @media not all and (min-width: 768px) {

  .about__fact-value {
      font-size: 56px
  }
    }

  .about__fact-desc {
    font-size: 14px;
    font-weight: 300;
    max-width: 250px;
  }
.button {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
  transition-duration: 150ms;
  gap: 10px;
  align-self: flex-start;
  max-width: 100%;
  border-radius: 9999px;
  font-weight: 700;
  text-transform: uppercase;
}

  .button svg {
    flex-shrink: 0;
    width: 24px;
  }

  .button:has(svg) {
    text-align: left;
  }

  .button_primary {
    background-color: #000;
    color: #ffffff;
  }

  .button_primary:hover {
          background-color: #ff3400;
    }

  .button_secondary {
    background-color: #801a00;
    color: #ffffff;
  }

  .button_secondary:hover {
      background-color: #000;
    }

  .button_md {
    min-height: 44px;
    padding: 4px 32px;
    font-size: 16px;
  }

  .button_lg {
    min-height: 54px;
    padding: 8px 32px;
    font-size: 16px;
  }

  .button:disabled,
  .button[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.7;
  }
.dialog {
  background-color: transparent;
  width: calc(100% - 20px * 2);
  max-height: calc(100% - 20px * 2);
  max-width: 760px;
  margin: auto;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  color: #484a51;
  text-wrap: pretty;

  transition: 150ms cubic-bezier(0, 0, 0.2, 1);
  transition-property: opacity, transform, display, overlay;
  transition-behavior: allow-discrete;
}

  @media not all and (min-width: 640px) {.dialog {
    width: calc(100% - 10px * 2);
    max-height: calc(100% - 10px * 2)
}
  }

  .dialog::backdrop {
    background-color: color-mix(in srgb, #000 50%, transparent);
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: opacity, display, overlay;
    transition-behavior: allow-discrete;
  }

  .dialog {
  transform: scale(0.9);
  opacity: 0;
}

  /*   2. EXIT STATE   */

  .dialog::backdrop {
    opacity: 0;
  }

  .dialog[open] {
    /*   1. IS-OPEN STATE   */
    transform: scale(1);
    opacity: 1;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .dialog[open]::backdrop {
      opacity: 1;
      transition-duration: 200ms;
    }

  /*   0. BEFORE-OPEN STATE   */

  @starting-style {

  .dialog[open] {
      transform: scale(0.9);
      opacity: 0
  }

  .dialog[open]::backdrop {
        opacity: 0
    }
    }

  .dialog__inner {
    padding: 40px 45px;
    background-color: #fff;
  }

  @media not all and (min-width: 640px) {

  .dialog__inner {
      padding: 24px
  }
    }

  .dialog__title {
    margin-bottom: 16px;
    padding: 0 40px;
    font-weight: 500;
    color: #000;
    font-size: 36px;
    line-height: 1.1;
    text-align: center;
  }

  @media not all and (min-width: 1024px) {

  .dialog__title {
      font-size: 32px
  }
    }

  @media not all and (min-width: 768px) {

  .dialog__title {
      font-size: 28px
  }
    }

  .dialog__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }

  @media not all and (min-width: 768px) {

  .dialog__close {
      top: 8px;
      right: 8px
  }
    }

  .dialog__close:hover {
      background-color: color-mix(in srgb, #000, transparent 95%);
    }

  .dialog__close svg {
      width: 24px;
    }

  @media not all and (min-width: 768px) {

  .dialog__close svg {
        width: 20px
    }
      }

  .dialog__footer {
    margin-top: 14px;
  }
.field {}.input {
  display: block;
  min-height: 44px;
  width: 100%;
  border-radius: 3px;
  background-color: #f6f6f6;
  padding: 10px 10px;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  resize: vertical;

  background-color: transparent;
  font-size: 16px;
  height: 60px;
  padding: 0 20px;
  color: #484a51;
  border: 1px solid #e0dbc7;
  font-weight: 400;
}

  .input:focus {
    border-color: transparent;
    outline: 2px solid #ab9476;
    outline-offset: -1px;
  }

  .input:user-invalid,
  .input[aria-invalid="true"] {
    border-color: #e53935;
    color: #e53935;
  }

  .input:user-invalid:focus, .input[aria-invalid="true"]:focus {
      outline-color: #e53935;
    }

  .input::-moz-placeholder {
    opacity: 1;
    color: #989898;
  }

  .input::placeholder {
    opacity: 1;
    color: #989898;
  }
.label {
  margin-bottom: 10px;
}

  .label:is(:not(label)) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 8px;
}

  .label:is(label),
  .label label {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color: #484a51;
    font-weight: 500;
  }

  .field:has(.input:required) .label:is(label)::after, .field:has(.input:required) .label label::after {
        content: "*";
      }
.feedback__fields {
    display: grid;
    gap: 24px;
}
  .feedback__footer {
    margin-top: 24px;
  }
  .feedback__button {
    width: 100%;
  }
  .feedback__note {
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    color: #836d4f;
  }
  .feedback__note button {
      color: #000;
      background-color: transparent;
      border: none;
      text-decoration: underline;
      cursor: pointer;
    }
  .feedback__note button:hover {
        text-decoration: none;
      }
.advantages {
  margin-top: 80px;
}

  @media not all and (min-width: 768px) {.advantages {
    margin-top: 60px
}
  }
  
  
  @media(max-width: 768px) {
        .projects {
    grid-template-columns: 1fr !important;
}
.customers__inner{
    grid-template-columns: 1fr !important;
}
  }
  
  


  .advantages__title {
    margin-bottom: 70px;
  }

  @media not all and (min-width: 768px) {

  .advantages__title {
      margin-bottom: 48px
  }
    }

  .advantages__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
    gap: 60px 40px;
  }

  @media not all and (min-width: 768px) {

  .advantages__items {
      gap: 32px
  }
    }

  .advantages__item {
  }

  .advantages__item-head {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    margin-bottom: 16px;
  }

  .advantages__item-img {
    width: 70px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  @media not all and (min-width: 768px) {

  .advantages__item-img {
      width: 48px;
      height: 55px
  }
    }

  .advantages__item-name {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
  }

  @media not all and (min-width: 1024px) {

  .advantages__item-name {
      font-size: 20px
  }
    }

  .advantages__item-list {
    list-style: none;
  }

  .advantages__item-list li {
      padding-left: 16px;
      position: relative;
      font-size: 18px;
    }

  @media not all and (min-width: 1024px) {

  .advantages__item-list li {
        font-size: 16px
    }
      }

  .advantages__item-list li::before {
        content: "•";
        color: #000;
        position: absolute;
        left: 0;
      }

  .advantages__item-list li + li {
        margin-top: 4px;
      }

  .advantages__actions {
    text-align: center;
    margin-top: 50px;
  }

  .advantages__button {
    min-width: 294px;
  }
.apartments {
  margin-top: 76px;
}
.customers{
    margin-top: 75px;
}
.customers__inner{
        display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 39px;
}
.customers__item .pagetitle{
    margin-top: 50px;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
}
.customers__item{
    background: #ebebeb;
    padding: 30px;
    border-radius: 13px;
}
.cans{
    margin-top: 50px;
}
.cans__inner{
margin-top: 50px;
    background: #000000;
    padding: 30px;
    display: flex
;
    justify-content: space-between;
    border-radius: 30px;
    gap:10px;
}
  @media not all and (min-width: 768px) {.apartments {
    margin-top: 60px
}
  }

  .apartments__title {
    margin-bottom: 48px;
  }

  @media not all and (min-width: 768px) {

  .apartments__title {
      margin-bottom: 36px
  }
    }

  .apartments__desc {
    font-size: 18px;
    max-width: 788px;
  }

  .apartments__desc p {
      margin-bottom: 1.1em;
    }

  .apartments__desc p:last-child {
        margin-bottom: 0 !important;
      }

  .apartments__desc ul {
      list-style: none;
      margin-bottom: 1.1em;
    }

  .apartments__desc ul:last-child {
        margin-bottom: 0;
      }

  .apartments__desc li {
      padding-left: 16px;
      position: relative;
    }

  .apartments__desc li::before {
        content: "•";
        color: #ab9476;
        position: absolute;
        left: 0;
      }

  .apartments__desc li + li {
        margin-top: 4px;
      }

  .apartments__button {
    margin-top: 24px;
  }
.features {
  margin-top: 76px;
}

  @media not all and (min-width: 768px) {.features {
    margin-top: 60px
}
  }

  .features__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 36px 20px;
    justify-content: center;
  }

  @media not all and (min-width: 640px) {

  .features__list {
      justify-content: start;
      flex-direction: column;
      row-gap: 32px
  }
    }

  .features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 210px;
    max-width: 100%;
  }

  @media not all and (min-width: 1024px) {

  .features__item {
      width: 170px
  }
    }

  @media not all and (min-width: 640px) {

  .features__item {
      width: auto;
      flex-direction: row;
      text-align: left
  }
    }

  .features__item-title {
    font-weight: 400;
    color: #ab9476;
    font-size: 20px;
    line-height: 1.1;
  }

  @media not all and (min-width: 1024px) {

  .features__item-title {
      font-size: 18px
  }
    }

  @media not all and (min-width: 768px) {

  .features__item-title {
      font-size: 16px
  }
    }

  @media not all and (min-width: 640px) {

  .features__item-title br {
        display: none
    }
      }

  .features__item-img {
    width: 91px;
    height: 57px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 16px;
  }

  @media not all and (min-width: 1024px) {

  .features__item-img {
      width: 77px;
      height: 48px
  }
    }

  @media not all and (min-width: 640px) {

  .features__item-img {
      margin-bottom: 0;
      flex-shrink: 0;
      width: 60px;
      height: 40px;
      margin-right: 16px
  }
    }
.finishing {
  margin-top: 100px;
}

  @media not all and (min-width: 768px) {.finishing {
    margin-top: 70px
}
  }

  .finishing__title {
    margin-bottom: 64px;
  }

  @media not all and (min-width: 768px) {

  .finishing__title {
      margin-bottom: 42px
  }
    }

  .finishing__inner {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }

  @media not all and (min-width: 768px) {

  .finishing__inner {
      flex-direction: column;
      align-items: stretch;
      gap: 36px
  }
    }

  .finishing__main {
    font-size: 18px;
    flex-grow: 1;
  }

  @media not all and (min-width: 768px) {

  .finishing__main {
      font-size: 16px
  }
    }

  .finishing__main h3 {
      margin-bottom: 16px;
    }

  .finishing__main ul {
      list-style: none;
      margin-bottom: 1.1em;
    }

  .finishing__main ul:last-child {
        margin-bottom: 0;
      }

  .finishing__main li {
      padding-left: 16px;
      position: relative;
    }

  .finishing__main li::before {
        content: "•";
        color: #000;
        position: absolute;
        left: 0;
      }

  .finishing__main li + li {
        margin-top: 12px;
      }

  .finishing__embla {
    position: relative;
    width: 44.6%;
    flex-shrink: 0;
  }

  @media not all and (min-width: 1280px) {

  .finishing__embla {
      width: 50%
  }
    }

  @media not all and (min-width: 768px) {

  .finishing__embla {
      order: 2;
      width: auto
  }
    }

  .finishing__content {
    display: flex;
    align-items: center;
  }

  @media not all and (min-width: 640px) {

  .finishing__content {
      flex-wrap: wrap;
      align-items: stretch
  }
    }

  .finishing__viewport {
    overflow: hidden;
  }

  .finishing__container {
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .finishing__slide {
    min-width: 100%;
    height: 314px;
  }

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

  .finishing__nav {
    display: contents;
  }

  @media not all and (min-width: 640px) {

  .finishing__nav {
      display: flex;
      justify-content: center;
      order: -1;
      width: 100%;
      margin-bottom: 8px
  }
    }

  .finishing__prev,
  .finishing__next {
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    color: #000;
  }

  .finishing__prev {
    order: -1;
  }

  @media not all and (min-width: 640px) {

  .finishing__prev {
      margin-right: 24px
  }
    }

  .finishing__next {
  }

  .finishing__pagination {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    gap: 10px;
  }

  .finishing__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #e8e8d1;
    cursor: pointer;
    transition: background 0.2s;
  }

  .finishing__dot:hover {
      background-color: #000;
    }

  .finishing__dot_active {
      background-color: #000;
    }
.gallery {
  margin-top: 80px;
}

  @media not all and (min-width: 768px) {.gallery {
    margin-top: 60px
}
  }

  .gallery__title {
    margin-bottom: 40px;
  }

  @media not all and (min-width: 768px) {

  .gallery__title {
      margin-bottom: 32px
  }
    }

  .gallery__embla {
    --gallery-gap: 32px;
  }

  @media not all and (min-width: 1280px) {

  .gallery__embla {
      --gallery-gap: 28px
  }
    }

  @media not all and (min-width: 768px) {

  .gallery__embla {
      --gallery-gap: 20px
  }
    }

  @media not all and (min-width: 640px) {

  .gallery__embla {
      --gallery-gap: 0
  }
    }

  .gallery__content {
    position: relative;
  }

  .gallery__viewport {
    margin: 0 calc(50% - 50vw);
  }

  .gallery__container {
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin-left: calc(var(--gallery-gap) * -1);
  }

  .gallery__slide {
    width: min(1176px + var(--gallery-gap), 95vw);
    flex-shrink: 0;
    height: 550px;
    padding-left: var(--gallery-gap);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }

  .gallery__slide:not(.gallery__slide_active) {
      opacity: 0.3;
    }

  @media not all and (min-width: 1024px) {

  .gallery__slide {
      height: 450px
  }
    }

  @media not all and (min-width: 768px) {

  .gallery__slide {
      height: 350px
  }
    }

  @media not all and (min-width: 640px) {

  .gallery__slide {
      width: 100vw;
      height: 170px
  }
    }

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

  .gallery__prev,
  .gallery__next {
    position: absolute;
    top: 50%;
    z-index: 1;
    background: none;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 20px;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.2s;
    color: #fff;
  }

  @media not all and (min-width: 768px) {

  .gallery__prev,
  .gallery__next {
      width: 48px;
      height: 48px
  }
    }

  .gallery__prev {
    left: 20px;
  }

  @media not all and (min-width: 768px) {

  .gallery__prev {
      left: 12px
  }
    }

  .gallery__next {
    right: 20px;
  }

  @media not all and (min-width: 768px) {

  .gallery__next {
      right: 12px
  }
    }

  .gallery__pagination {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    gap: 10px;
  }

  .gallery__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #e8e8d1;
    cursor: pointer;
    transition: background 0.2s;
  }

  .gallery__dot:hover {
      background-color: #000;
    }

  .gallery__dot_active {
      background-color: #000;
    }
.info {
  margin-top: 48px;
}

  @media not all and (min-width: 768px) {.info {
    margin-top: 40px
}
  }

  .info__title {
    margin-bottom: 24px;
  }

  .info__desc {
  text-align: center;
    font-size: 18px;
    margin: 0 auto;
}

  @media not all and (min-width: 768px) {

  .info__desc {
      font-size: 16px
  }
    }

  .info__desc p + p {
      margin-top: 1em;
    }

  .info__desc mark {
      color: #000;
      background-color: transparent;
    }

  .info__embla {
    position: relative;
    margin: 40px calc(50% - 50vw) 0;
  }

  .info__viewport {
    overflow: hidden;
    width: 100%;
  }

  .info__container {
    display: flex;
    will-change: transform;
  }

  .info__slide {
    flex: 0 0 100%;
    min-width: 0;
    height: 400px;
  }

  @media not all and (min-width: 768px) {

  .info__slide {
      height: 340px
  }
    }

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

  .info__prev,
  .info__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: #fff;
  }

  .info__prev {
    left: 10%;
  }

  @media not all and (min-width: 1024px) {

  .info__prev {
      left: 6%
  }
    }

  .info__next {
    right: 10%;
  }

  @media not all and (min-width: 1024px) {

  .info__next {
      right: 6%
  }
    }
.intro {
  position: relative;
}

  .intro__plate {
    width: 520px;
    max-width: 100%;
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 10;
    background-color: color-mix(in srgb, #ffffff 45%, transparent);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  @media not all and (min-width: 768px) {

  .intro__plate {
      width: 420px
  }
    }

  .intro__brand {
    width: 300px;
    max-width: 100%;
    margin: 100px 0 84px;
  }

  @media not all and (min-width: 768px) {

  .intro__brand {
      width: 250px
  }
    }

  .intro__button {
    border-radius: 15px;
    font-weight: 400;
    font-size: 25px;
    padding: 10px 32px;
    text-transform: none;
    width: 312px;
    max-width: 100%;
    margin: 0 auto;
  }

  @media not all and (min-width: 768px) {

  .intro__button {
      font-size: 17px;
      width: 260px
  }
    }

  .intro__embla {
  }

  .intro__viewport {
    overflow: hidden;
    width: 100%;
  }

  .intro__container {
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }

  .intro__slide {
    position: relative;
    min-width: 100%;
    box-sizing: border-box;
    flex: 0 0 100%;
    height: 650px;
  }

  @media not all and (min-width: 1024px) {
    }

  @media not all and (min-width: 768px) {

  .intro__slide {
      height: 500px
  }
    }

  @media not all and (min-width: 640px) {
    }

  .intro__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.neighborhood {
  margin-top: 76px;
}

  @media not all and (min-width: 768px) {.neighborhood {
    margin-top: 60px
}
  }

  .neighborhood__picture {
    display: block;
  }
.space {
  margin-top: 74px;
}

  @media not all and (min-width: 768px) {.space {
    margin-top: 60px
}
  }

  .space__stripe {
    height: 10px;
    background-color: #000;
    margin: 0 calc(50% - 50vw) 30px;
  }

  .space__title {
    margin-bottom: 40px;
  }

  .space__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  @media not all and (min-width: 1024px) {

  .space__grid {
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr))
  }
    }

  .space__item {
    overflow: hidden;
    position: relative;
  }

  .space__item:nth-child(1) {
      grid-column: span 2;
    }

  @media (min-width: 1024px) {

  .space__item:nth-child(1)::before {
          display: none
      }
        }

  @media not all and (min-width: 1024px) {

  .space__item:nth-child(1) {
        grid-column: unset
    }
      }

  .space__item:nth-child(2) {
      grid-row: span 2;
    }

  @media not all and (min-width: 1024px) {

  .space__item:nth-child(2) {
        grid-row: unset
    }
      }

  .space__item::before {
      content: "";
      display: block;
      padding-bottom: 100%;
    }

  .space__item-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    will-change: transform;
  }

  .space__item-gradient {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.7),
      rgba(255, 255, 255, 0)
    );
  }

  .space__item:hover .space__item-img {
    transform: scale(1.1);
  }

  .space__item-name {
    position: absolute;
    inset: auto 0 0;
    padding: 0 20px 20px;
    font-weight: 500;
    line-height: 1.35;
    color: #fff;
    font-size: 24px;
  }
.privacy-policy {
  color: #484a51;
}
.footer {
  margin-top: auto;
  background-color: #fff;
  padding: 70px 0;
  color: #000;
      border-top: 1px solid #333;
}

  @media not all and (min-width: 768px) {.footer {
    margin-top: 70px;
    padding: 48px 0
}
  }

  .footer__cols {
    display: flex;
    gap: 40px;
  }

  @media not all and (min-width: 768px) {

  .footer__cols {
      flex-direction: column
  }
    }

  .footer__col {
    flex-grow: 1;
  }

  .footer__col:nth-child(1) {
      width: 20%;
    }

  @media not all and (min-width: 1024px) {

  .footer__col:nth-child(1) {
        width: 25%
    }
      }

  @media not all and (min-width: 768px) {

  .footer__col:nth-child(1) {
        width: auto
    }
      }

  .footer__col:nth-child(2) {
      width: 20%;
    }

  @media not all and (min-width: 1024px) {

  .footer__col:nth-child(2) {
        width: 25%
    }
      }

  @media not all and (min-width: 768px) {

  .footer__col:nth-child(2) {
        width: auto
    }
      }

  .footer__col:nth-child(3) {
    }

  .footer__smth {
    max-width: 170px;
    margin-bottom: 30px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }

  .footer__doc {
    margin-bottom: 8px;
  }

  .footer__policy {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }

  .footer__policy:hover {
      text-decoration: underline;
    }

  .footer__coop {
    background: none;
    border: none;
    color: inherit;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 24px;
    text-align: left;
    cursor: pointer;
  }

  .footer__addr {
  }
  .footer__addr a{
      color: #000;
  }
  .footer__phone {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
    line-height: 1.5;
    padding: 4px;
    margin: -4px;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    font-size: 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
}

  .footer__phone:hover {
      color: #000;
      opacity: .7;
    }

  .footer__phone svg {
      flex-shrink: 0;
    }

  .footer__social {
    display: flex;
    gap: 16px;
    margin-top: 30px;
  }

  .footer__social a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background-color: #877e76;
      border-radius: 5px;
      color: #fff;
    }
.drawer {
  isolation: isolate;
  position: relative;
  z-index: 2000;
}

  .drawer__inner {
    padding: 48px 40px 38px;
    overflow-y: auto;
    background-color: #000;
    width: 300px;
    max-width: 100%;
    position: fixed;
    inset: 0 0 0 auto;
    transition: 150ms cubic-bezier(0, 0, 0.2, 1);
    transition-property: transform, display, overlay;
    transition-behavior: allow-discrete;
    transform: translateX(100%);
    display: none;
    flex-direction: column;
  }

  body:has(#drawer-toggle:checked) .drawer__inner {
      display: flex;
      transform: none;
      transition-duration: 200ms;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

  @starting-style {

  body:has(#drawer-toggle:checked) .drawer__inner {
        transform: translateX(100%)
    }
      }

  @media not all and (min-width: 640px) {

  .drawer__inner {
      padding: 42px 25px 25px
  }
    }

  .drawer__nav {
    display: grid;
    gap: 10px;
  }

  .drawer__nav-link {
    border-radius: 3px;
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color, color, border-color;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 2px 0;
    position: relative;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 18px;
    color: #484a51;
  }

  .drawer__nav-link:hover {
    }

  .drawer__overlay {
    position: fixed;
    inset: 0;
    background-color: color-mix(in srgb, #836d4f 60%, transparent);
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: opacity, display, overlay;
    transition-behavior: allow-discrete;
    display: none;
    opacity: 0;
    z-index: -1;
  }

  body:has(#drawer-toggle:checked) .drawer__overlay {
      display: block;
      opacity: 1;
      transition-duration: 200ms;
    }

  @starting-style {

  body:has(#drawer-toggle:checked) .drawer__overlay {
        opacity: 0
    }
      }

  .drawer__body {
    margin-bottom: auto;
  }

  .drawer__footer {
    margin-top: 32px;
  }

  .drawer__phone {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    text-decoration: none;
    padding: 8px 24px;
    min-height: 48px;
  }

  .drawer__close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
  }

  .drawer__close::before,
    .drawer__close::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 24px;
      height: 2px;
      background-color: #484a51;
      transform: translate(-50%, -50%) rotate(45deg);
    }

  .drawer__close::after {
      transform: translate(-50%, -50%) rotate(-45deg);
    }
.hamburger {
  box-sizing: content-box;
  display: flex;
  height: 16px;
  width: 20px;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  border-radius: 2px;
  padding: 11px 9px;
  margin: 0 -10px;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  cursor: pointer;
  background-color: #ebe6e2;
  margin-left: 32px;
}

  .hamburger:has(input:focus-visible) {
    outline: 2px solid #000;
    outline-offset: 0;
    border-radius: 2px;
  }

  @media not all and (min-width: 768px) {.hamburger {
    padding: 8px 6px
}
  }

  @media (min-width: 1024px) {.hamburger {
    display: none
}
  }

  .hamburger__bar {
    height: 2px;
    width: 20px;
    background-color: #877e76;
    transition-property:
      color, background-color, border-color, text-decoration-color, fill,
      stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property:
      color, background-color, border-color, text-decoration-color, fill,
      stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property:
      color, background-color, border-color, text-decoration-color, fill,
      stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .hamburger:has(input:checked) .hamburger__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg) scaleX(1.1);
  }

  .hamburger:has(input:checked) .hamburger__bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger:has(input:checked) .hamburger__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) scaleX(1.1);
  }
.header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  color: #000;
}

  .header__inner {
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }

  .header__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
    margin-right: 20px;
    max-width: 150px;
    padding: 8px 0;
    margin-bottom: 8px;
  }

  @media not all and (min-width: 1024px) {

  .header__logo {
      margin-bottom: 0
  }
    }

  @media not all and (min-width: 768px) {

  .header__logo {
      max-width: 120px
  }
    }

  .header__logo-img {
  }

  .header__list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  @media not all and (min-width: 1024px) {

  .header__list {
      display: none
  }
    }

  .header__list-item {
  }

  .header__list-link {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    font-size: 16px;
    padding: 4px 4px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

  .header__list-link:hover {
      color: #000;
    }

  .header__list-link_decor {
      border-radius: 5px;
      background-color: #000;
      color: #fff;
      padding-left: 8px;
      padding-right: 8px;
    }

  .header__list-link_decor:hover {
        color: #e6e3de;
      }

  .header__smth {
    flex-shrink: 0;
  }

  @media not all and (min-width: 768px) {

  .header__smth {
      max-width: 108px
  }
    }

  @media not all and (min-width: 640px) {

  .header__smth {
      display: none
  }
    }

  .header__smth-img {
  }

  .header__spacer {
    flex-grow: 1;
    min-width: 20px;
  }

  .header__phone {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000;
    line-height: 1.5;
    padding: 4px;
    margin: -4px;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
}

  @media not all and (min-width: 1024px) {

  .header__phone {
      display: none
  }
    }

  .header__phone:hover {
      color: #000;
    }

  .header__phone svg {
      flex-shrink: 0;
    }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}
.static {
    position: static
}
.block {
    display: block
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
@media not all and (min-width: 1024px) {
    .max-lg\:hidden {
        display: none
    }
}



.projects {
  background: #fff;
  padding: 40px 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
}

.projects__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}

.projects__section {
  margin-bottom: 48px;
}

.projects__section-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.projects__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.projects__card {
  background: #f9f9f9;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.projects__card--disabled {
  opacity: 0.6;
}

.projects__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.projects__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.projects__name {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
}

.projects__desc {
  margin: 0 0 16px;
  font-size: 14px;
  color: #444;
}

.projects__list {
  margin: 0 0 16px;
  padding-left: 20px;
}

.projects__item {
  font-size: 14px;
  margin-bottom: 6px;
}

.projects__buttons {
  margin-top: auto;
  display: flex;
  gap: 12px;
}

.projects__btn {
  flex: 1;
  padding: 10px 16px;
  border: 1px solid #222;
  border-radius: 8px;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
    text-decoration: none;
}

.projects__btn:hover:not(:disabled) {
  background: #222;
  color: #fff;
}

.projects__btn:disabled {
  background: #eee;
  color: #999;
  cursor: not-allowed;
}


