

/* Start:/studiya-cveta-osmo/css/osmo-color-studio.css?178803153113096*/
.ocs-page {
  --ocs-orange: #188b30;
  --ocs-orange-dark: #147727;
  --ocs-ink: #383838;
  --ocs-muted: #777;
  --ocs-line: #eee;
  --ocs-cream: #f7f7f7;
  --ocs-paper: #fff;
  --ocs-green: #188b30;
  --ocs-dark-green: #f7f7f7;
  --ocs-white: #fff;
  --ocs-radius: 4px;
  --ocs-shadow: 0 8px 30px rgba(0, 0, 0, .08);
  color: #555;
  font: 15px/1.65 "Open Sans", Arial, Helvetica, sans-serif;
}

.ocs-page * { box-sizing: border-box; }
.ocs-page img { display: block; max-width: 100%; }
.ocs-page h2,
.ocs-page h3,
.ocs-page p { margin-top: 0; }
.ocs-page h2,
.ocs-page h3 { color: #383838; font-weight: 400; line-height: 1.2; }
.ocs-page h2 { margin-bottom: 22px; font-size: clamp(28px, 3vw, 32px); letter-spacing: 0; }
.ocs-page h3 { letter-spacing: 0; }

.ocs-hero { padding: 34px 0 76px; overflow: hidden; background: #fff; border-bottom: 1px solid #eee; }
.ocs-hero__grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr); align-items: center; gap: clamp(54px, 7vw, 100px); }
.ocs-hero__copy { padding-block: 36px; }
.ocs-eyebrow, .ocs-kicker { margin-bottom: 16px; color: var(--ocs-green); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.ocs-hero__title { max-width: 660px; margin-bottom: 24px; font-size: clamp(42px, 5vw, 64px) !important; font-weight: 400; letter-spacing: -.025em; }
.ocs-hero__title span { color: var(--ocs-orange); }
.ocs-hero__lead { max-width: 680px; margin-bottom: 34px; color: #666; font-size: clamp(17px, 1.7vw, 20px); line-height: 1.6; }
.ocs-hero__actions { margin-bottom: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.ocs-checks { margin: 0; padding: 0; display: grid; gap: 9px; list-style: none; color: #565850; font-size: 13px; }
.ocs-checks li { position: relative; padding-left: 25px; }
.ocs-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--ocs-orange); font-weight: 900; }
.ocs-hero__visual { position: relative; min-height: 650px; }
.ocs-hero__visual::before { content: ""; position: absolute; inset: 34px -80px -40px 42px; border: 1px solid rgba(27,28,25,.15); }
.ocs-hero__visual img { position: absolute; inset: 0 0 0 0; width: 100%; height: 100%; object-fit: cover; box-shadow: var(--ocs-shadow); }
.ocs-palette { position: absolute; left: -58px; right: 42px; bottom: -34px; display: grid; grid-template-columns: repeat(4, 1fr); color: #fff; box-shadow: 0 16px 45px rgba(0,0,0,.2); }
.ocs-palette span { min-height: 78px; padding: 46px 11px 10px; display: flex; align-items: flex-end; background: var(--swatch); font-size: 10px; font-weight: 700; }

.ocs-section { padding-block: 78px; }
.ocs-intro { background: #fff; }
.ocs-intro__grid { display: block; }
.ocs-intro__text { max-width: 680px; color: #666; font-size: 15px; }
.ocs-intro__text p:last-child { margin-bottom: 0; }
.ocs-trust-row { margin-top: 72px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ocs-line); border-bottom: 1px solid var(--ocs-line); }
.ocs-trust-row article { min-height: 130px; padding: 30px 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--ocs-line); }
.ocs-trust-row article:last-child { border-right: 0; }
.ocs-trust-row strong { margin-bottom: 5px; font-size: 18px; }
.ocs-trust-row span { color: var(--ocs-muted); font-size: 12px; }

.ocs-systems { background: var(--ocs-cream); }
.ocs-systems > .wrapper_inner,
.ocs-gallery > .wrapper_inner,
.ocs-faq > .wrapper_inner,
.ocs-consultation > .wrapper_inner { background: transparent; }
.ocs-page .ocs-section-heading { margin-bottom: 42px !important; display: block; }
.ocs-section-heading h2 { margin-bottom: 0; }
.ocs-section-heading > p { margin-bottom: 5px; color: var(--ocs-muted); }
.ocs-system-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #cccdc6; border: 1px solid #cccdc6; }
.ocs-system-card { position: relative; min-height: 300px; padding: 36px; overflow: hidden; background: #fff; }
.ocs-system-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--ocs-green); }
.ocs-system-card--ral { --tone-a:#efcc27; --tone-b:#d53c28; --tone-c:#1765a3; }
.ocs-system-card--ncs { --tone-a:#f8d62a; --tone-b:#e42324; --tone-c:#189450; }
.ocs-system-card--sample { --tone-a:#c9ad86; --tone-b:#82715c; --tone-c:#4d4034; }
.ocs-system-card--osmo { --tone-a:#95a793; --tone-b:#66765f; --tone-c:#313a31; }
.ocs-system-card__index { color: #a0a29b; font-size: 12px; font-weight: 800; }
.ocs-system-card h3 { margin: 52px 0 15px; font-size: 24px; }
.ocs-system-card p { max-width: 420px; color: var(--ocs-muted); }
.ocs-system-card a { position: absolute; left: 36px; bottom: 32px; color: var(--ocs-green); font-size: 13px; font-weight: 600; }
.ocs-system-card a span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.ocs-system-card a:hover span { transform: translateX(5px); }

.ocs-products { background: #fff; }
.ocs-filter { margin-bottom: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.ocs-filter .btn { margin: 0; cursor: pointer; }
.ocs-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ocs-product-card { min-height: 250px; padding: 28px; display: flex; flex-direction: column; background: #fff; border: 1px solid #eee; transition: border-color .2s ease, box-shadow .2s ease; }
.ocs-product-card:hover { transform: none; border-color: #d7d7d7; box-shadow: 0 6px 20px rgba(0,0,0,.06); }
.ocs-product-card[hidden] { display: none; }
.ocs-product-card > span { color: var(--ocs-orange); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ocs-product-card h3 { margin: 38px 0 13px; font-size: 21px; }
.ocs-product-card p { color: var(--ocs-muted); font-size: 13px; }
.ocs-product-card small { margin-top: auto; padding-top: 18px; color: #888a83; border-top: 1px solid var(--ocs-line); font-size: 11px; }
.ocs-page .ocs-products__note { margin: 24px 0 0 !important; color: #8b8d86; font-size: 11px; }

.ocs-gallery { color: #555; background: #f7f7f7; }
.ocs-section-heading--light > p { color: #777; }
.ocs-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 370px; gap: 12px; }
.ocs-gallery-card { position: relative; margin: 0; overflow: hidden; background: #111; }
.ocs-gallery-card--wide { grid-column: span 2; }
.ocs-gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ocs-gallery-card:hover img { transform: scale(1.035); }
.ocs-gallery-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(13,18,15,.86)); }
.ocs-gallery-card figcaption { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 25px; display: flex; flex-direction: column; }
.ocs-gallery-card strong { color: #fff; font-size: 20px; text-shadow: 0 1px 4px rgba(0,0,0,.75); }
.ocs-gallery-card span { color: rgba(255,255,255,.9); font-size: 12px; text-shadow: 0 1px 3px rgba(0,0,0,.7); }

.ocs-process { background: #fff; }
.ocs-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--ocs-line); }
.ocs-steps > li::before { display: none; content: none !important; counter-increment: none; }
.ocs-steps li { min-height: 290px; padding: 28px 28px 20px; border-right: 1px solid var(--ocs-line); }
.ocs-steps li:last-child { border-right: 0; }
.ocs-steps span { color: var(--ocs-orange); font-size: 12px; font-weight: 800; }
.ocs-steps h3 { margin: 64px 0 16px; font-size: 21px; }
.ocs-steps p { color: var(--ocs-muted); font-size: 13px; }
.ocs-sample-note { margin-top: 58px; padding: 38px 44px; display: grid; grid-template-columns: 64px 1fr; align-items: start; gap: 25px; background: var(--ocs-cream); border-left: 4px solid var(--ocs-orange); }
.ocs-sample-note__mark { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--ocs-orange); border-radius: 50%; font-size: 24px; font-weight: 800; }
.ocs-sample-note h3 { margin: 2px 0 8px; font-size: 22px; }
.ocs-sample-note p { margin-bottom: 0; color: var(--ocs-muted); }

.ocs-faq { background: var(--ocs-cream); }
.ocs-faq__grid { display: block; }
.ocs-faq__grid > div:first-child > p:last-child { max-width: 360px; color: var(--ocs-muted); }
.ocs-faq__items { border-top: 1px solid #cfd0c9; }
.ocs-faq details { border-bottom: 1px solid #cfd0c9; }
.ocs-faq summary { position: relative; padding: 25px 50px 25px 0; list-style: none; font-size: 17px; font-weight: 700; cursor: pointer; }
.ocs-faq summary::-webkit-details-marker { display: none; }
.ocs-faq summary::after { content: "+"; position: absolute; top: 18px; right: 4px; font-size: 25px; font-weight: 300; }
.ocs-faq details[open] summary::after { content: "−"; }
.ocs-faq details p { max-width: 700px; padding: 0 50px 22px 0; color: var(--ocs-muted); }

.ocs-consultation { padding-block: 78px; color: #555; background: #f7f7f7; border-top: 1px solid #eee; }
.ocs-consultation__grid { display: block; }
.ocs-consultation__copy h2 { font-size: clamp(28px, 3vw, 32px); }
.ocs-consultation__copy > p:not(.ocs-eyebrow) { max-width: 470px; color: #777; font-size: 15px; }
.ocs-consultation__contact { margin-top: 55px; display: flex; flex-direction: column; }
.ocs-consultation__contact span { color: #888; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.ocs-consultation__contact a { margin-top: 8px; color: var(--ocs-green); font-size: 22px; font-weight: 600; }
.ocs-request-card { padding: 36px; color: #555; background: #fff; border: 1px solid #eee; }
.ocs-request-card__title { margin-bottom: 20px; color: #383838; font-size: 18px; }
.ocs-request-card__list { margin: 0 0 28px; padding: 0; list-style: none; }
.ocs-request-card__list li { position: relative; margin-bottom: 10px; padding-left: 24px; }
.ocs-request-card__list li::before { content: "✓"; position: absolute; left: 0; color: var(--ocs-green); font-weight: 700; }
.ocs-request-card .btn { cursor: pointer; }

@media (max-width: 1000px) {
  .ocs-hero__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .ocs-hero__visual { min-height: 540px; }
  .ocs-palette { left: -30px; right: 20px; }
  .ocs-product-grid { grid-template-columns: repeat(2, 1fr); }
  .ocs-steps { grid-template-columns: repeat(2, 1fr); }
  .ocs-steps li:nth-child(2) { border-right: 0; }
  .ocs-steps li:nth-child(n+3) { border-top: 1px solid var(--ocs-line); }
  .ocs-faq__grid, .ocs-consultation__grid { gap: 55px; }
}

@media (max-width: 820px) {
  .ocs-hero { padding-bottom: 70px; background: var(--ocs-cream); }
  .ocs-hero__grid { grid-template-columns: 1fr; }
  .ocs-hero__copy { padding-top: 20px; }
  .ocs-hero__title { font-size: clamp(42px, 11vw, 64px) !important; }
  .ocs-hero__visual { min-height: 520px; }
  .ocs-palette { left: 18px; right: 18px; bottom: -22px; }
  .ocs-section { padding-block: 78px; }
  .ocs-intro__grid, .ocs-faq__grid, .ocs-consultation__grid { grid-template-columns: 1fr; gap: 35px; }
  .ocs-trust-row { grid-template-columns: repeat(2, 1fr); }
  .ocs-trust-row article:nth-child(2) { border-right: 0; }
  .ocs-trust-row article:nth-child(-n+2) { border-bottom: 1px solid var(--ocs-line); }
  .ocs-page .ocs-section-heading { grid-template-columns: 1fr; gap: 22px; }
  .ocs-system-grid { grid-template-columns: 1fr; }
  .ocs-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .ocs-gallery-card--wide { grid-column: span 1; }
}

@media (max-width: 560px) {
  .ocs-hero { padding-top: 18px; }
  .ocs-hero__title { font-size: 42px !important; }
  .ocs-hero__lead { font-size: 17px; }
  .ocs-hero__actions { flex-direction: column; }
  .ocs-hero__actions .btn { width: 100%; }
  .ocs-hero__visual { min-height: 410px; }
  .ocs-hero__visual::before { display: none; }
  .ocs-palette { grid-template-columns: repeat(2, 1fr); }
  .ocs-palette span { min-height: 58px; padding-top: 31px; }
  .ocs-section { padding-block: 62px; }
  .ocs-page h2 { font-size: 32px; }
  .ocs-intro__text { font-size: 15px; }
  .ocs-trust-row { grid-template-columns: 1fr; }
  .ocs-trust-row article { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--ocs-line); }
  .ocs-trust-row article:last-child { border-bottom: 0; }
  .ocs-system-card { min-height: 315px; padding: 30px; }
  .ocs-system-card h3 { margin-top: 58px; }
  .ocs-system-card a { left: 30px; }
  .ocs-product-grid, .ocs-gallery-grid, .ocs-steps { grid-template-columns: 1fr; }
  .ocs-product-card { min-height: 230px; }
  .ocs-gallery-grid { grid-auto-rows: 360px; }
  .ocs-steps li, .ocs-steps li + li { min-height: auto; padding: 27px 0 35px; border-right: 0; border-top: 1px solid var(--ocs-line); }
  .ocs-steps h3 { margin-top: 35px; }
  .ocs-sample-note { padding: 28px; grid-template-columns: 1fr; }
  .ocs-request-card { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .ocs-page *, .ocs-page *::before, .ocs-page *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* End */
/* /studiya-cveta-osmo/css/osmo-color-studio.css?178803153113096 */
