

/* Start:/local/izgotovlenie_mozaiki.css?178205870715384*/
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500&family=Open+Sans:wght@400;500;600&display=swap");

.content {
    padding-bottom: 0px!important;
}

.lucido-modules {
  --lm-bg: #f8f6f1;
  --lm-paper: #ffffff;
  --lm-paper-soft: #f1ede6;
  --lm-ink: #000000;
  --lm-muted: #000000;
  --lm-line: #ded7cb;
  --lm-gold: #c8a66d;
  --lm-brown: #6a4c35;
  --lm-shadow: 0 18px 42px rgba(66, 50, 36, 0.12);
  --lm-hero-image: url("/upload/i/izgotovlenie-mosaici/banner-desctop.webp");
  --lm-hero-image-mobile: url("/upload/i/izgotovlenie-mosaici/banner-mobail.webp");
  background: var(--lm-bg);
  color: var(--lm-ink);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.14rem;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding-top: 0.64rem;
}

.lucido-modules *,
.lucido-modules *::before,
.lucido-modules *::after {
  box-sizing: border-box;
}

.lucido-modules img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lm-wrap {
  width: min(100% - 64px, 1240px);
  margin: 0 auto;
}

.lucido-modules h1,
.lucido-modules h2,
.lucido-modules h3,
.lucido-modules p,
.lucido-modules figure,
.lucido-modules ul {
  margin: 0;
}

.lucido-modules h1,
.lucido-modules h2 {
  font-family: "Lora", "Open Sans", serif;
  font-weight: 400;
}

.lucido-modules h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}

.lm-hero {
  position: relative;
  min-height: clamp(480px, 72vh, 620px);
  overflow: hidden;
  background: #4e3a29;
}

.lm-hero__media,
.lm-hero__shade {
  position: absolute;
  inset: 0;
}

.lm-hero__media {
  background:
    var(--lm-hero-image) center / cover no-repeat,
    linear-gradient(120deg, #7a6149, #d4c7b3);
}

.lm-hero__shade {
  display: none;
}

.lm-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(48px, 7vw, 84px) 0;
  color: #fff;
}

.lm-hero h1 {
  max-width: 500px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.lm-hero p {
  max-width: 430px;
  margin-top: 1.89rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.07rem;
  line-height: 1.72;
}

.lm-intro {
  border-bottom: 1px solid var(--lm-line);
  background: #fff;
}

.lm-intro__inner {
  padding: clamp(34px, 4.8vw, 64px) 0;
  text-align: center;
}

.lm-intro p {
  max-width: 760px;
  margin: 0 auto!important;
  color: #000;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.lm-section {
  padding: clamp(54px, 7vw, 96px) 0;
}

.lucido-modules h2 {
  margin-bottom: 34px;
  text-align: center;
  color: #000;
  font-size: 1.71rem;
  line-height: normal;
  letter-spacing: 0;
}

.lm-process__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: clamp(18px, 3.2vw, 46px);
  align-items: start;
}

.lm-process-card {
  display: grid;
  grid-template-rows: 24px 250px auto;
  justify-items: center;
  align-items: start;
  text-align: center;
}

.lm-kicker {
  display: block;
  margin-bottom: 0;
  color: #000;
  font-size: 0.86rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lm-process-card p {
  max-width: 300px;
  margin: 22px auto 0;
  color: var(--lm-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.lm-process__arrow {
  align-self: start;
  margin-top: 134px;
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2.28rem;
  line-height: 1;
}

.lm-shape,
.lm-pattern,
.lm-photo {
  background: #dfd7c9;
}

.lucido-modules .lm-module-float {
  position: relative;
  display: block;
  margin: 0 auto;
  isolation: isolate;
}

.lucido-modules .lm-module-float::after {
  position: absolute;
  left: 50%;
  bottom: -14px;
  z-index: 0;
  width: 82%;
  height: 1.73rem;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(69, 48, 31, 0.32) 0%, rgba(69, 48, 31, 0.18) 42%, rgba(69, 48, 31, 0) 72%);
  filter: blur(4px);
  transform: translateX(-50%);
  content: "";
}

.lucido-modules .lm-module-outline {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  aspect-ratio: auto;
  background: transparent;
}

.lucido-modules .lm-module-float--process {
  align-self: center;
  width: min(48vw, 235px);
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lucido-modules .lm-module-float--process::after {
  bottom: 0.71rem;
  width: 42%;
  height: 1.57rem;
}

.lucido-modules .lm-module-outline--process {
  width: auto;
  max-width: 54%;
  max-height: 92%;
}

.lucido-modules .lm-module-preview {
  height: auto;
  padding: 28px 22px;
  object-fit: contain;
  background: linear-gradient(135deg, #f5f1e9, #ded6c9);
}

.lucido-modules .lm-module-float--card {
  display: flex;
  width: 112px;
  height: 198px;
  align-items: flex-end;
  justify-content: center;
  margin-top: 1.29rem;
  margin-bottom: 0.87rem;
}

.lucido-modules .lm-module-float--card::after {
  bottom: -10px;
  width: 86%;
  height: 1.29rem;
}


.lucido-modules .lm-module-outline--card {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  filter: brightness(1.12) contrast(0.96);
}

.lucido-modules .lm-module-float--square {
  width: 156px;
}

.lucido-modules .lm-module-float--square::after {
  bottom: -8px;
  width: 64%;
  height: 1.29rem;
}

.lm-module-card--solo {
  justify-content: flex-end;
  padding-top: 34px;
}

.lm-module-card--solo .lm-module-float--card {
  width: 156px;
  height: 244px;
  margin-top: 0;
}


.lm-shape {
  width: min(42vw, 155px);
  aspect-ratio: 0.52;
  margin: 0 auto;
  border: 1px solid rgba(129, 106, 76, 0.2);
  background:
    radial-gradient(circle at 42% 28%, rgba(255, 255, 255, 0.55), transparent 22%),
    linear-gradient(135deg, #d4c8b6, #eee8dd 45%, #c8bda9);
  box-shadow: inset 0 0 24px rgba(98, 77, 52, 0.08);
}

.lm-shape--leaf {
  clip-path: polygon(50% 0, 76% 20%, 91% 42%, 86% 68%, 50% 100%, 14% 68%, 9% 42%, 24% 20%);
}

.lm-shape--cross {
  aspect-ratio: 1;
  clip-path: polygon(50% 0, 63% 26%, 100% 50%, 63% 74%, 50% 100%, 37% 74%, 0 50%, 37% 26%);
}

.lm-shape--soft {
  aspect-ratio: 1;
  clip-path: polygon(14% 8%, 48% 13%, 86% 6%, 92% 47%, 85% 92%, 47% 85%, 9% 93%, 15% 51%);
}

.lm-shape--large {
  transform: scale(1.12);
}

.lm-shape--diamond {
  clip-path: polygon(50% 0, 82% 29%, 68% 100%, 32% 100%, 18% 29%);
}

.lm-pattern {
  align-self: center;
  width: min(48vw, 235px);
  height: 250px;
  overflow: visible;
  margin: 0 auto;
  border: 0;
  background: transparent url("/upload/i/izgotovlenie-mosaici/raskladka.webp") center / contain no-repeat;
  filter: drop-shadow(0 18px 14px rgba(63, 45, 30, 0.22));
}

.lm-photo {
  position: relative;
  overflow: hidden;
  min-height: 180px;
}

.lm-photo img {
  background: linear-gradient(135deg, #d8cdbd, #b79c79);
}

.lm-photo img[src$=".jpg"],
.lm-photo img[src$=".svg"] {
  color: transparent;
}

.lm-photo--small {
  align-self: center;
  width: min(48vw, 235px);
  height: 250px;
  margin: 0 auto;
}

.lm-photo--gotovo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  min-height: 0;
  background: transparent;
  filter: drop-shadow(0 18px 14px rgba(63, 45, 30, 0.22));
}

.lm-photo--gotovo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: transparent;
}

.lm-use__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.73rem;
}

.lm-use-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.lm-use-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.48;
  flex: 0 0 auto;
  object-fit: cover;
  background: linear-gradient(135deg, #cdbca7, #f2eee6);
}

.lm-use-card figcaption {
  padding-top: 1.14rem;
  color: #000;
  font-size: 1.14rem;
}

.lm-library {
  padding-top: 0;
  padding-bottom: clamp(18px, 3vw, 34px);
}

.lm-library__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.29rem;
}

.lm-library__grid a {
    text-decoration: none!important;
}

.lm-module-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--lm-line);
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 26px rgba(74, 54, 36, 0.06);
}

.lm-module-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.13;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: center;
  background: linear-gradient(135deg, #cdbca7, #f2eee6);
}

.lm-module-card .lm-shape {
  width: 78px;
  height: 112px;
  flex: 0 0 auto;
  margin-top: 1.29rem;
  transform: none;
}

.lm-module-card .lm-shape--cross,
.lm-module-card .lm-shape--soft {
  width: 86px;
  height: 86px;
  margin-top: 30px;
}

.lm-module-card .lm-shape--large {
  width: 94px;
  height: 94px;
  margin-top: 26px;
}

.lm-module-card h3 {
  min-height: 2.58em;
  margin: 18px 14px 6px;
  color: #000;
  font-size: 1.14rem;
  line-height: 1.29;
}

.lm-module-card p {
  padding: 0 14px 22px;
  color: var(--lm-muted);
  font-size: 1rem;
  line-height: 1.4;
}

.lm-features {
  border-top: 1px solid var(--lm-line);
  border-bottom: 1px solid var(--lm-line);
  background: #fff;
}

.lm-features__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.29rem;
  padding: clamp(28px, 4vw, 46px) 0;
}

.lm-feature {
  text-align: center;
}

.lm-feature span {
  display: block;
  margin-bottom: 0.93rem;
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 3rem;
}

.lm-feature h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.35;
}

.lm-feature p {
  color: var(--lm-muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.lm-tech__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}

.lm-tech__photo {
  aspect-ratio: 1.8;
  box-shadow: var(--lm-shadow);
}

.lm-tech__text h2 {
  margin-bottom: 22px;
  text-align: left;
}

.lm-tech__text p,
.lm-tech__text li {
  color: var(--lm-muted);
  font-size: 1.07rem;
}

.lm-tech__text ul {
  display: grid;
  gap: 8px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.lm-tech__text li {
  position: relative;
  padding-left: 26px;
}

.lm-tech__text li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  content: "✓";
}
 
.lm-request {
  background:
    linear-gradient(90deg, rgba(235, 229, 218, 0.08), rgba(235, 229, 218, 0.18)),
    url("/upload/i/izgotovlenie-mosaici/forma.webp") center / cover no-repeat,
    #ebe5da;
}

.lm-request div.conf {
    display: inline;
    font-size: 1rem;
    line-height: 1rem;
}

.lucido-modules p.error {
    font-size: 1rem;
    margin: auto;
    text-align: center;
}

.lm-request div.conf a {
    color: black;
    font-weight: bold;
}

.lm-request__grid {
  display: grid;
  grid-template-columns: minmax(190px, 0.78fr) minmax(460px, 1.22fr) minmax(230px, 0.54fr);
  column-gap: clamp(28px, 3.8vw, 56px); 
  row-gap: 24px; 
  align-items: start;
  min-height: clamp(300px, 25vw, 360px);
  padding: clamp(28px, 4vw, 52px) 0;
} 

.lm-form-title {
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 0;
  text-align: left;
  text-transform: none;
  color: #000;
  font-size: 1.71rem;
  line-height: 1.2;
}

.lm-form {
  grid-column: 2;
  grid-row: 2;
}

.lm-form__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.lm-form label {
  display: block;
}

.lm-form span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.lm-form input,
.lm-form textarea {
  width: 100%;
  border: 1px solid #e4ded5;
  border-radius: 0;
  background: #fff;
  color: #272421;
  font: 1rem/1.4 "Open Sans", Arial, sans-serif;
}

.lm-form input {
  height: 48px;
  padding: 0 16px;
}

.lm-form textarea {
  min-height: 104px;
  padding: 14px 16px;
  resize: vertical;
}

.lm-form input::placeholder,
.lm-form textarea::placeholder {
  color: #9d968e;
}

.lm-form button {
  width: 100%;
  min-height: 52px;
  border: 0;
  background: #bd9362;
  color: #fff;
  cursor: pointer;
  font: 700 0.93rem/1.4 "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.lm-form button:hover,
.lm-form button:focus-visible {
  background: #a77b4c;
  box-shadow: 0 12px 26px rgba(111, 73, 36, 0.18);
}

.lm-request__list {
  grid-column: 3;
  align-self: start;
  margin-top: 0;
  grid-row: 2;
}

.lm-request__list {
  display: grid;
  gap: 1rem;
  padding: 0;
  color: #000;
  font-size: 1rem;
  list-style: none;
}

.lm-request__list li {
  position: relative;
  padding-left: 24px;
}

.lm-request__list li::before {
  position: absolute;
  left: 0;
  color: #000;
  content: "✓";
}

@media (max-width: 1100px) {
  .lm-library__grid,
  .lm-features__grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (max-width: 820px) {
  .lm-hero {
    --lm-hero-image: var(--lm-hero-image-mobile);
    min-height: 560px;
  }

  .lm-hero__shade {
    background: linear-gradient(180deg, rgba(33, 25, 18, 0.72) 0%, rgba(33, 25, 18, 0.42) 56%, rgba(33, 25, 18, 0.12) 100%);
  }

  .lm-hero__content {
    justify-content: flex-end;
    padding-bottom: 52px;
  }

  .lm-process__grid {
    grid-template-columns: 1fr;
  }

  .lm-process__arrow {
    margin-top: 0;
    transform: rotate(90deg);
    text-align: center;
  }

  .lm-use__grid,
  .lm-tech__grid,
  .lm-request__grid {
    grid-template-columns: 1fr;
  }

  .lm-request {
    background-position: 24% center;
  }

  .lm-form-title,
  .lm-form,
  .lm-request__list {
    grid-column: auto;
  }

  .lm-form-title,
  .lm-form,
  .lm-request__list {
    grid-row: auto;
  }

  .lm-request__list {
    margin-top: 0;
  }

  .lm-tech__text h2,
  .lm-form-title {
    text-align: center;
  }

  .lm-request__list {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .lm-wrap {
    width: min(100% - 24px, 1180px);
  }

  .lm-hero {
    min-height: 520px;
  }

  .lm-hero h1 {
    max-width: 340px;
  }

  .lm-library__grid,
  .lm-features__grid {
    grid-template-columns: 1fr;
  }

  .lm-use__grid {
    gap: 34px;
  }

  .lm-request__list {
    font-weight: 700;
    text-align: right;
  }

  .lm-request__list li {
    padding-right: 24px;
    padding-left: 0;
  }

  .lm-request__list li::before {
    right: 0;
    left: auto;
  }

  .lm-form__row,
  .lm-request__list {
    grid-template-columns: 1fr;
  }

  .lm-module-card > img {
    height: auto;
    aspect-ratio: 1.13;
  }

  .lucido-modules .lm-module-float--card {
    width: 92px;
    height: 164px;
    margin-top: 18px;
    margin-bottom: 12px;
  }

  .lucido-modules .lm-module-float--card::after {
    bottom: -9px;
    width: 92%;
    height: 17px;
  }

  .lucido-modules .lm-module-float--square {
    width: 132px;
  }

  .lucido-modules .lm-module-float--square::after {
    width: 66%;
  }

  .lm-module-card--solo {
    padding-top: 38px;
  }

  .lm-module-card--solo .lm-module-float--card {
    width: 132px;
    height: 190px;
  }

  .lm-module-card h3 {
    min-height: auto;
  }
}


/* End */
/* /local/izgotovlenie_mozaiki.css?178205870715384 */
