

/* Start:/pages/assets/css/pages.css?178413982219181*/
.fd-page {
  --fd-gold: #c6a577;
  --fd-dark: #1a1a1a;
  --fd-text: #191919;
  --fd-muted: #928f8b;
  --fd-light: #f4f4f4;
  --fd-radius: 20px;
  color: var(--fd-text);
  font-family: "Source Sans 3", Arial, sans-serif;
  line-height: 1.5;
  margin-top: 20px;
}

.fd-page *,
.fd-page *::before,
.fd-page *::after {
  box-sizing: border-box;
}

.fd-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.fd-page a {
  color: inherit;
  text-decoration: none;
}

.fd-container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  
}

.another-collections{
  margin-top: 120px;
  
}
.fd-title {
  margin: 0 0 24px;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  margin-top: 40px;
}

.fd-title-line {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 60px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  text-align: center;
}

.fd-title-line::before,
.fd-title-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--fd-gold);
}

.fd-lead {
  max-width: 920px;
  margin: 0 auto 48px;
  text-align: center;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
}

.fd-hero {
  margin-bottom: 56px;
}

.fd-hero__banner {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.fd-hero__banner img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.fd-hero__banner .dark-logo {
  margin-bottom: 20px;
  width: 180px;
  max-width: 50%;
  object-fit: contain;
  min-height: auto;
  height: auto;
  margin: 30px auto;
}
.fd-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr;
  grid-template-rows: 1fr auto;
  color: #fff;
}

.fd-hero__cell {
  display: flex;
  min-width: 0;
}

.fd-hero__cell--info {
  grid-column: 1;
  grid-row: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 32px 36px;
  padding-top: 80px;
  border: 1px solid rgba(198, 165, 119, 0.55);
  border-bottom: none;
  background: rgba(20, 20, 20, 0.72);
}

.fd-hero__cell--empty {
  grid-column: 2 / 4;
  grid-row: 1;
  background: transparent;
  pointer-events: none;
}

.fd-hero__cell--cta {
  grid-column: 1;
  grid-row: 2;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  border: 1px solid rgba(198, 165, 119, 0.55);
  background: rgba(20, 20, 20, 0.72);
}

.fd-hero__cell--link {
  grid-row: 2;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  border: 1px solid rgba(198, 165, 119, 0.55);
  border-left: none;
  background: rgba(20, 20, 20, 0.72);
}

.fd-hero__cell--link-a {
  grid-column: 2;
}

.fd-hero__cell--link-b {
  grid-column: 3;
}

.fd-hero__cell--link .fd-btn {
  width: auto;
  max-width: 100%;
  min-height: 30px;
  padding: 10px 28px;
  border-radius: 999px;
  border: 1px solid rgba(198, 165, 119, 0.55);
  background: transparent;
  color: #fff;
}

.fd-hero__cell--link .fd-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

.fd-hero__cell--cta .fd-btn {
  width: 100%;
  max-width: 208px;
  min-height: 30px;
  padding: 10px 28px;
}

.fd-hero__overlay-title {
  margin: 0 0 20px;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  line-height: 1.25;
}

.fd-hero__overlay-title span {
  color: var(--fd-gold);
}

.fd-hero__manager {
  margin: 0 0 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.fd-hero__phone {
  margin: 0 0 4px;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.fd-hero__hours {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.fd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.fd-btn:hover {
  opacity: 0.9;
}

.fd-btn--gold {
  background: var(--fd-gold);
  color: #fff;
}

.fd-btn--light {
  background: var(--fd-light);
  color: var(--fd-gold);
}

.fd-section {
  margin-bottom: 80px;
}

.fd-text-block {
  max-width: 920px;
  margin: 0 auto 64px;
  text-align: center;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.65;
}

.fd-slider {
  position: relative;
}

.fd-slider__track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 8px;
}

.fd-slider__track::-webkit-scrollbar {
  display: none;
}

.fd-slider__arrow {
  position: absolute;
  top: 42%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  background: #fff;
  color: var(--fd-gold);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.fd-slider__arrow--prev {
  left: -12px;
}

.fd-slider__arrow--next {
  right: -12px;
}

.fd-door-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 220px;
  scroll-snap-align: start;
  text-align: center;
}

.fd-door-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.fd-door-card__image {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 16px;
}

.fd-door-card__image img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  object-position: center bottom;
}

.fd-door-card__name {
  font-size: 20px;
  font-weight: 600;
}

.fd-furniture-card {
  flex: 0 0 calc(33.333% - 14px);
  min-width: 260px;
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: var(--fd-radius);
}

.fd-furniture-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.fd-furniture-card__image {
  overflow: hidden;
  border-radius: var(--fd-radius);
}

.fd-furniture-card__image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.fd-furniture-card__name {
  padding: 16px 0 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.fd-process {
  width: 100%;
}

.fd-process__svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.fd-page .fd-process__svg--mobile {
  display: none;
}

.fd-form-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

.fd-form-section__visual {
  overflow: hidden;
  border-radius: var(--fd-radius);
}

.fd-form-section__visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.fd-form-box {
  padding: 40px;
  border-radius: var(--fd-radius);
  background: #fff;
  /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08); */
}

.fd-form-box__title {
  margin: 0 0 16px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
}

.fd-form-box__text {
  margin: 0 0 28px;
  /* color: var(--fd-muted); */
  font-size: 16px;
  line-height: 1.55;
}

.fd-form {
  display: grid;
  gap: 16px;
}

.fd-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.fd-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fd-form__label {
  font-size: 14px;
  color: var(--fd-muted);
}

.fd-form__input,
.fd-form__textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e1e1e1;
  /* border-radius: 12px; */
  background: #fff;
  font: inherit;
}

.fd-form__textarea {
  min-height: 120px;
  resize: vertical;
}

.fd-form__attach {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--fd-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}

.fd-form__attach-icon {
  display: block;
  width: 30px;
  height: auto;
  flex-shrink: 0;
}

.fd-form__attach-name {
  color: var(--fd-muted);
  font-weight: 500;
  word-break: break-all;
}

.fd-form__errors {
  margin: 0 0 16px;
  color: #b42318;
  font-size: 14px;
}

.fd-form__note {
  margin: 0;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--fd-text);
}

.fd-form__policy a {
  color: var(--fd-gold);
  text-decoration: underline;
}

.fd-form__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
}

.fd-form__policy {
  max-width: 280px;
  font-size: 12px;
  color: var(--fd-muted);
  line-height: 1.4;
}

.fd-collections .fd-door-card__image img {
  height: 300px;
  object-fit: cover;
}

.fd-blog {
  margin-bottom: 0;
  padding: 72px 0 80px;
  background: var(--fd-dark);
  color: #fff;
}

.fd-blog .fd-title-line {
  color: #fff;
}

.fd-blog .fd-title-line::before,
.fd-blog .fd-title-line::after {
  background: rgba(255, 255, 255, 0.25);
}

.fd-blog-card {
  flex: 0 0 calc(33.333% - 14px);
  min-width: 280px;
  scroll-snap-align: start;
}

.fd-blog-card__image {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 16px;
}

.fd-blog-card__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.fd-blog-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.fd-blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}

.fd-blog-card__more {
  color: var(--fd-gold);
}

.fd-blog__footer {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 1024px) {
  .fd-door-card {
    flex-basis: calc(33.333% - 14px);
  }

  .fd-furniture-card {
    flex-basis: calc(50% - 10px);
    min-width: 220px;
  }

  .fd-form-section {
    grid-template-columns: 1fr;
  }

  .fd-form-section__visual img {
    min-height: 320px;
  }
}

@media (max-width: 768px) {
  .fd-page{
    padding-top: 0px;
  }
  .fd-container {
    width: min(1240px, calc(100% - 32px));
  }

  .fd-page .fd-process__svg--desktop {
    display: none;
  }

  .fd-page .fd-process__svg--mobile {
    display: block;
  }

  .fd-hero__banner {
    min-height: 460px;
    overflow: visible;
    margin-bottom: 76px;
  }

  .fd-hero__banner > img {
    min-height: 460px;
  }

  .fd-hero__overlay {
    inset: auto 0 0;
    top: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    padding: 0;
    pointer-events: none;
  }

  .fd-hero__cell--empty {
    display: none;
  }

  .fd-hero__cell--info,
  .fd-hero__cell--cta {
    pointer-events: auto;
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    max-width: none;
  }

  .fd-hero__cell--info {
    padding: 24px 20px 8px;
    border: 1px solid rgba(198, 165, 119, 0.55);
    border-bottom: none;
    background: rgba(20, 20, 20, 0.78);
  }

  .fd-hero__banner .dark-logo {
    display: none;
  }

  .fd-hero__overlay-title {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .fd-hero__cell--cta {
    padding: 8px 20px 24px;
    border: 1px solid rgba(198, 165, 119, 0.55);
    border-top: none;
    background: rgba(20, 20, 20, 0.78);
  }

  .fd-hero__cell--cta .fd-btn {
    width: 100%;
    max-width: none;
  }

  .fd-hero__cell--link {
    position: absolute;
    top: calc(100% + 12px);
    grid-column: auto;
    grid-row: auto;
    width: calc(50% - 6px);
    padding: 0;
    border: none;
    background: transparent;
    pointer-events: auto;
  }

  .fd-hero__cell--link-a {
    left: 0;
  }

  .fd-hero__cell--link-b {
    left: auto;
    right: 0;
  }

  .fd-hero__cell--link .fd-btn {
    width: 100%;
    min-height: 48px;
    padding: 12px 10px;
    border: none;
    border-radius: 12px;
    background: var(--fd-light);
    color: var(--fd-gold);
    font-size: 14px;
    font-weight: 600;
  }

  .fd-hero__cell--link .fd-btn:hover {
    background: #ebebeb;
  }

  .fd-door-card {
    flex-basis: calc(50% - 10px);
    min-width: 160px;
  }

  .fd-door-card__image img {
    height: 260px;
  }

  .fd-furniture-card {
    flex-basis: calc(85% - 10px);
    min-width: 240px;
  }

  .fd-form__row {
    grid-template-columns: 1fr;
  }

  .fd-form-box {
    padding: 24px;
  }

  .fd-form__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .fd-form__policy {
    max-width: none;
  }

  .fd-slider__arrow {
    display: none;
  }

  .fd-blog-card {
    flex-basis: calc(85% - 10px);
  }
}

/* Shared page modules: gaidy / zabota / montazh */

.fd-split-hero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  color: #fff;
}

.fd-split-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fd-split-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(50%, 640px);
  min-height: 420px;
  padding: 40px 48px;
  background: rgba(20, 20, 20, 0.72);
}

.fd-split-hero__title {
  margin: 0 0 24px;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 700;
  line-height: 1.25;
}

.fd-split-hero__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.fd-split-hero__text p {
  margin: 0 0 16px;
}

.fd-split-hero__text p:last-child {
  margin-bottom: 0;
}

.fd-info-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}

.fd-info-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  background: rgba(198, 165, 119, 0.05);
  border-radius: var(--fd-radius);
  min-height: 240px;
}

.fd-info-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 24px;
}

.fd-info-card__title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
}

.fd-info-card__text {
  margin: 0 0 20px;
  color: var(--fd-muted);
  font-size: 15px;
  line-height: 1.55;
}

.fd-info-card__media img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.fd-btn--outline {
  background: transparent;
  border-color: var(--fd-gold);
  color: var(--fd-gold);
  border-radius: 8px;
  align-self: flex-start;
}

.fd-tips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 40px 0;
}

.fd-tip {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
  text-align: left;
  background: rgba(198, 165, 119, 0.05);
  border-radius: var(--fd-radius, 12px);
}

.fd-tip__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fd-tip__icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.fd-tip__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--fd-text);
}

.fd-notice {
  padding: 28px 32px;
  /* border-radius: var(--fd-radius); */
  background: rgba(198, 165, 119, 0.05);
  text-align: center;
}

.fd-notice__title {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
}

.fd-notice__text {
  margin: 0 0 12px;
  /* color: var(--fd-muted); */
  font-size: 16px;
  line-height: 1.55;
}

.fd-notice__text:last-child {
  margin-bottom: 0;
}

.fd-content-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 56px;
}

.fd-content-row--reverse {
  direction: rtl;
}

.fd-content-row--reverse > * {
  direction: ltr;
}

.fd-content-row__media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--fd-radius);
}

.fd-content-row__title {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
}

.fd-content-row__lead {
  margin: 0 0 12px;
  font-weight: 600;
}

.fd-content-list {
  margin: 0;
  padding: 0 0 0 18px;
  /* color: var(--fd-muted); */
  font-size: 15px;
  line-height: 1.55;
}

.fd-content-list li {
  margin-bottom: 10px;
  list-style: disc;
}

.fd-content-list li:last-child {
  margin-bottom: 0;
}

.fd-form-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-bottom: 24px;
}

.fd-form-tabs__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: var(--fd-text);
}

.fd-form-tabs__item input {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  border: 1.5px solid #c6c0b6;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.fd-form-tabs__item input:checked {
  border-color: var(--fd-gold);
}

.fd-form-tabs__item input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--fd-gold);
  transform: translate(-50%, -50%);
}

.fd-form-tabs__item span {
  user-select: none;
}

.fd-cta-banner {
  padding: 36px 40px;
  border-radius: var(--fd-radius);
  /* background: #f7f1ea; */
  margin-bottom: 24px;
}
.fd-cta-banner span{
  color: var(--fd-gold);
}

.fd-cta-banner__title {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
}

.fd-cta-banner__text {
  margin: 0 0 12px;
  /* color: var(--fd-muted); */
  line-height: 1.55;
}
.fd-cta-banner ul {
  margin-left: 18px;
}
.fd-cta-banner ul li{
  list-style: disc;
 
}

.fd-award-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 28px;
  margin-bottom: 56px;
  background: rgba(198, 165, 119, 0.05);
  border-radius: var(--fd-radius, 12px);
}

.fd-award-note__icon {
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
}

.fd-award-note__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: var(--fd-text);
}

.fd-award-note__text span {
  color: var(--fd-gold);
  font-weight: 600;
}

@media (max-width: 1024px) {
  .fd-info-card,
  .fd-content-row {
    grid-template-columns: 1fr;
  }

  .fd-content-row--reverse {
    direction: ltr;
  }

  .fd-tips {
    grid-template-columns: 1fr;
  }

  .fd-split-hero__content {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 768px) {
  .fd-info-cards {
    grid-template-columns: 1fr;
  }

  .fd-split-hero {
    min-height: 360px;
  }

  .fd-split-hero__content {
    min-height: 360px;
    padding: 28px 20px;
  }

  .fd-info-card {
    grid-template-columns: 1fr;
  }
}

/* End */
/* /pages/assets/css/pages.css?178413982219181 */
