/* Мебельный Дом Оптима — InSales theme. Чистый CSS без SCSS-функций. */

:root{--op-bg:#f4f1ea;--op-paper:#fff;--op-ink:#17201c;--op-muted:#657068;--op-line:#dcd7cd;--op-dark:#17201c;--op-dark-2:#222d27;--op-gold:#d3a45a;--op-gold-2:#e1ba76;--op-sand:#ebe4d7;--op-shadow:0 22px 60px rgba(23,32,28,.12);--op-radius:26px;--op-radius-sm:16px;--op-container:1240px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.op-body{margin:0;background:var(--op-bg);color:var(--op-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.op-body.op-lock{overflow:hidden}
body.op-body img{max-width:100%;display:block}
body.op-body a{color:inherit;text-decoration:none}
body.op-body button,body.op-body input,body.op-body textarea,body.op-body select{font:inherit}
body.op-body button{cursor:pointer}
.op-container{width:100%;max-width:var(--op-container);margin:0 auto;padding-left:24px;padding-right:24px}
.op-skip-link{position:fixed;left:16px;top:-70px;z-index:9999;background:#fff;color:#111;padding:12px 16px;border-radius:10px;box-shadow:var(--op-shadow)}
.op-skip-link:focus{top:16px}
.op-topline{background:#111814;color:#cad2cd;font-size:12px;letter-spacing:.03em}
.op-topline__inner{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.op-topline a:hover{color:#fff}
.op-header{position:relative;z-index:100;background:rgba(255,255,255,.98);border-bottom:1px solid rgba(23,32,28,.09);transition:box-shadow .25s ease,transform .25s ease}
.op-header.is-sticky{position:sticky;top:0;box-shadow:0 8px 30px rgba(23,32,28,.09)}
.op-header__main{height:86px;display:flex;align-items:center;gap:28px}
.op-brand{display:flex;align-items:center;gap:12px;min-width:212px}
.op-brand img{width:66px;height:48px;object-fit:contain}
.op-brand span{display:flex;flex-direction:column;line-height:1.2}
.op-brand b{font-family:Georgia,"Times New Roman",serif;font-size:18px;font-weight:600;letter-spacing:.01em}
.op-brand small{margin-top:4px;color:#758078;font-size:10px;white-space:nowrap}
.op-nav{display:flex;align-items:center;justify-content:center;gap:25px;margin-left:auto}
.op-nav a{position:relative;color:#253029;font-size:14px;font-weight:650;white-space:nowrap}
.op-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--op-gold);transition:right .25s ease}
.op-nav a:hover:after{right:0}
.op-header__actions{display:flex;align-items:center;gap:12px;margin-left:auto}
.op-header__phone{display:flex;flex-direction:column;align-items:flex-end;line-height:1.15}
.op-header__phone span{font-size:10px;color:#7e8780;margin-bottom:4px}
.op-header__phone b{font-size:14px;white-space:nowrap}
.op-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;border:1px solid var(--op-gold);border-radius:999px;background:var(--op-gold);color:#17201c;font-weight:800;font-size:14px;letter-spacing:.01em;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;text-align:center}
.op-button:hover{transform:translateY(-2px);background:var(--op-gold-2);border-color:var(--op-gold-2);box-shadow:0 12px 28px rgba(211,164,90,.22)}
.op-button--small{min-height:42px;padding:0 17px;font-size:12px}
.op-button--dark{background:var(--op-dark);border-color:var(--op-dark);color:#fff}
.op-button--dark:hover{background:#2b3831;border-color:#2b3831;box-shadow:0 12px 28px rgba(23,32,28,.18)}
.op-button--ghost{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.55);color:#fff;backdrop-filter:blur(5px)}
.op-button--ghost:hover{background:#fff;border-color:#fff;color:#17201c;box-shadow:none}
.op-button--wide{width:100%}
.op-menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:8px;flex-direction:column;justify-content:center;gap:5px}
.op-menu-toggle i{display:block;width:100%;height:2px;background:#17201c;transition:transform .25s ease,opacity .25s ease}
.op-menu-toggle.is-open i:nth-child(1){transform:translateY(7px) rotate(45deg)}
.op-menu-toggle.is-open i:nth-child(2){opacity:0}
.op-menu-toggle.is-open i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.op-mobile-menu{display:none;background:#fff;border-top:1px solid #e2e5e2;box-shadow:0 18px 30px rgba(23,32,28,.1)}
.op-mobile-menu .op-container{padding-top:12px;padding-bottom:22px;display:grid;gap:2px}
.op-mobile-menu a{padding:12px 4px;border-bottom:1px solid #eceeec;font-weight:700}
.op-mobile-menu__phone{font-size:20px!important;border:0!important;color:#80602d!important}
.op-mobile-menu .op-button{margin-top:10px;border:0}
.op-hero{position:relative;min-height:680px;display:flex;align-items:stretch;background:#17201c;overflow:hidden}
.op-hero__media,.op-hero__shade{position:absolute;inset:0}
.op-hero__media{background-size:cover;background-position:center 45%;transform:scale(1.015)}
.op-hero__shade{background:linear-gradient(90deg,rgba(12,18,15,.92) 0%,rgba(12,18,15,.78) 40%,rgba(12,18,15,.24) 75%,rgba(12,18,15,.08) 100%)}
.op-hero__content{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.55fr);align-items:end;gap:54px;padding-top:94px;padding-bottom:74px;color:#fff}
.op-hero__copy{max-width:790px}
.op-eyebrow{display:inline-flex;align-items:center;gap:10px;color:#7d6744;font-size:12px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}
.op-eyebrow:before{content:"";width:34px;height:1px;background:currentColor}
.op-eyebrow--light{color:#f0d19c}
.op-eyebrow--gold{color:var(--op-gold-2)}
.op-hero h1{max-width:810px;margin:22px 0 22px;font-family:Georgia,"Times New Roman",serif;font-size:70px;line-height:1.02;font-weight:500;letter-spacing:-.045em}
.op-hero h1 em{color:#e7c487;font-style:italic;font-weight:400}
.op-hero__copy>p{max-width:650px;margin:0;color:#d7ddd9;font-size:20px;line-height:1.55}
.op-hero__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.op-hero__facts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:50px;padding-top:26px;border-top:1px solid rgba(255,255,255,.18)}
.op-hero__facts div{display:flex;flex-direction:column;gap:5px}
.op-hero__facts b{font-size:16px;color:#fff}
.op-hero__facts span{font-size:12px;color:#b9c2bd}
.op-hero__card{align-self:end;margin-bottom:6px;padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:rgba(20,30,25,.68);backdrop-filter:blur(12px);box-shadow:0 26px 80px rgba(0,0,0,.22)}
.op-hero__card>span{color:#e7c487;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.13em}
.op-hero__card h2{margin:12px 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:30px;line-height:1.1;font-weight:500}
.op-hero__card p{margin:0;color:#cbd4cf;font-size:14px}
.op-text-link{display:inline-flex;align-items:center;gap:20px;margin-top:22px;padding:0;border:0;background:none;color:#fff;font-weight:800;font-size:13px}
.op-text-link b{font-size:20px;color:var(--op-gold)}
.op-text-link--dark{color:#17201c}
.op-section{padding:105px 0;background:var(--op-bg)}
.op-section--compact{padding-top:70px;padding-bottom:80px}
.op-section--dark{background:var(--op-dark);color:#fff}
.op-section--sand{background:var(--op-sand)}
.op-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:46px}
.op-section-head>div{max-width:760px}
.op-section-head h2{margin:14px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:52px;line-height:1.08;font-weight:500;letter-spacing:-.035em}
.op-section-head>p{max-width:420px;margin:0;color:var(--op-muted);font-size:16px}
.op-section-head--light h2{color:#fff}
.op-section-head--light>p{color:#b9c2bd}
.op-categories{display:grid;grid-template-columns:1.25fr 1fr 1fr;grid-auto-rows:270px;gap:18px}
.op-category{position:relative;overflow:hidden;border-radius:var(--op-radius);background:#28352e;color:#fff;box-shadow:0 18px 46px rgba(23,32,28,.08)}
.op-category--large{grid-row:span 2}
.op-category img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.op-category__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,15,12,.02) 20%,rgba(10,15,12,.86) 100%)}
.op-category>div{position:absolute;z-index:2;left:26px;right:26px;bottom:24px}
.op-category small{display:block;color:#e4bf80;font-weight:800;margin-bottom:8px}
.op-category h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:27px;line-height:1.1;font-weight:500}
.op-category--large h3{font-size:38px}
.op-category p{max-width:370px;margin:10px 0 0;color:#d4dbd7;font-size:14px}
.op-category b{display:inline-block;margin-top:14px;font-size:12px;letter-spacing:.04em}
.op-category:hover img{transform:scale(1.045)}
.op-center{display:flex;justify-content:center;margin-top:38px}
.op-services-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.13);border-left:1px solid rgba(255,255,255,.13)}
.op-service{position:relative;min-height:255px;padding:34px;border-right:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13);overflow:hidden}
.op-service>span{position:absolute;right:20px;top:15px;color:rgba(255,255,255,.16);font-family:Georgia,serif;font-size:52px}
.op-service__icon{width:46px;height:46px;border:1px solid rgba(211,164,90,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--op-gold-2);font-size:20px}
.op-service h3{margin:32px 0 10px;font-family:Georgia,serif;font-size:25px;font-weight:500}
.op-service p{margin:0;color:#aeb9b3;font-size:14px;line-height:1.65}
.op-services-grid--light{border-color:#d6d0c6}
.op-services-grid--light .op-service{background:#fff;color:#17201c;border-color:#d6d0c6}
.op-services-grid--light .op-service>span{color:#e5dfd4}
.op-services-grid--light .op-service p{color:#647068}
.op-project-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:300px;gap:16px}
.op-project{position:relative;border:0;padding:0;border-radius:22px;overflow:hidden;background:#ddd;text-align:left;color:#fff}
.op-project--wide{grid-column:span 2}
.op-project img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .4s ease}
.op-project:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(11,17,14,.76))}
.op-project span{position:absolute;z-index:2;left:22px;bottom:20px;font-size:14px;font-weight:800}
.op-project:hover img{transform:scale(1.04);filter:saturate(1.05)}
.op-project-cta{margin-top:26px;padding:34px 38px;border-radius:24px;background:#e2d5c0;display:flex;align-items:center;justify-content:space-between;gap:30px}
.op-project-cta h3{max-width:790px;margin:10px 0 0;font-family:Georgia,serif;font-size:29px;line-height:1.25;font-weight:500}
.op-about-grid{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:76px}
.op-about-image{position:relative;min-height:650px;border-radius:28px;overflow:hidden;box-shadow:var(--op-shadow)}
.op-about-image img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
.op-about-image>div{position:absolute;left:24px;bottom:24px;padding:19px 24px;border-radius:16px;background:rgba(255,255,255,.92);box-shadow:0 15px 35px rgba(23,32,28,.15);display:flex;flex-direction:column}
.op-about-image b{font-family:Georgia,serif;font-size:25px;font-weight:500}
.op-about-image span{font-size:12px;color:#69736c}
.op-about-copy h2{margin:15px 0 25px;font-family:Georgia,serif;font-size:52px;line-height:1.08;font-weight:500;letter-spacing:-.035em}
.op-about-copy>p{margin:0 0 16px;color:#58645c;font-size:16px}
.op-about-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}
.op-about-list div{padding:18px;border-top:1px solid #cfc7ba}
.op-about-list b,.op-about-list span{display:block}
.op-about-list b{font-size:14px;margin-bottom:4px}
.op-about-list span{color:#6b746e;font-size:12px}
.op-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:0;border-top:1px solid var(--op-line)}
.op-step{position:relative;padding:30px 22px 26px 0;border-right:1px solid var(--op-line);min-height:210px}
.op-step:last-child{border-right:0}
.op-step span{display:inline-flex;width:36px;height:36px;border-radius:50%;align-items:center;justify-content:center;background:#e2d3ba;color:#6e552c;font-size:11px;font-weight:850}
.op-step h3{margin:27px 0 8px;font-family:Georgia,serif;font-size:22px;font-weight:500}
.op-step p{margin:0;color:var(--op-muted);font-size:13px}
.op-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.op-review{padding:34px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(255,255,255,.035)}
.op-review__stars{color:var(--op-gold-2);letter-spacing:.14em;font-size:13px}
.op-review blockquote{margin:24px 0 28px;font-family:Georgia,serif;font-size:21px;line-height:1.5;color:#f6f8f6}
.op-review p{margin:0;color:#9eaaa3;font-size:12px}
.op-reviews--page .op-review{background:#fff;border-color:#ddd8cf}
.op-reviews--page .op-review blockquote{color:#17201c}
.op-contact-section{background:#f0ece4}
.op-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.op-contact-copy h2{margin:14px 0 18px;font-family:Georgia,serif;font-size:51px;line-height:1.08;font-weight:500}
.op-contact-copy>p{max-width:520px;color:#637067}
.op-contact-details{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:32px}
.op-contact-details a{padding:16px 0;border-top:1px solid #cfc9be;display:flex;flex-direction:column}
.op-contact-details small{font-size:11px;color:#7b837d;margin-bottom:5px}
.op-contact-details b{font-size:15px}
.op-contact-form-wrap{padding:38px;border-radius:28px;background:#fff;box-shadow:var(--op-shadow)}
.op-feedback-form{width:100%}
.op-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.op-field{display:block}
.op-field--wide{grid-column:1/-1}
.op-field>span{display:block;margin:0 0 7px;color:#465149;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.op-field input,.op-field textarea,.op-field select{width:100%;border:1px solid #d9ddd9;border-radius:13px;background:#f7f6f2;color:#17201c;outline:0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.op-field input,.op-field select{height:52px;padding:0 14px}
.op-field textarea{padding:13px 14px;resize:vertical}
.op-field input:focus,.op-field textarea:focus,.op-field select:focus{border-color:#b9873f;background:#fff;box-shadow:0 0 0 4px rgba(211,164,90,.13)}
.op-field.is-error input,.op-field.is-error textarea,.op-field.is-error select{border-color:#b7463d}
.op-consent{display:flex;align-items:flex-start;gap:10px;margin:17px 0;color:#69736d;font-size:11px;line-height:1.45}
.op-consent input{margin-top:2px;flex:0 0 auto}
.op-consent a{text-decoration:underline;color:#49391f}
.op-form-note{margin:12px 0 0;text-align:center;color:#879088;font-size:11px}
.op-form-status{display:none;margin-bottom:15px;padding:12px 14px;border-radius:12px;font-size:13px;font-weight:700}
.op-form-status.is-visible{display:block}
.op-form-status.is-success{background:#e5f3e9;color:#28603a}
.op-form-status.is-error{background:#fae8e6;color:#8e312a}
.op-feedback-form.is-loading [data-op-submit]{opacity:.6;pointer-events:none}
.op-footer{padding-top:70px;background:#111814;color:#c4cdc7}
.op-footer__grid{display:grid;grid-template-columns:1.45fr .75fr .75fr 1fr;gap:55px;padding-bottom:52px}
.op-brand--footer{color:#fff}
.op-brand--footer img{filter:brightness(0) invert(1);opacity:.95}
.op-footer__brand>p{max-width:340px;margin:22px 0;color:#8f9b94;font-size:13px}
.op-footer h3{margin:0 0 18px;color:#fff;font-size:13px}
.op-footer__grid>div:not(.op-footer__brand){display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.op-footer__grid a,.op-footer__grid span{font-size:12px;color:#98a39d}
.op-footer__grid a:hover{color:#fff}
.op-footer__contacts>a:first-of-type{font-size:19px;color:#fff;font-weight:800}
.op-link-button{padding:0;border:0;background:transparent;color:var(--op-gold-2);font-weight:800;font-size:12px}
.op-socials{display:flex;gap:8px}
.op-socials a{min-width:38px;height:38px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:flex;align-items:center;justify-content:center!important;color:#fff!important;font-size:11px!important;font-weight:800}
.op-socials--dark a{border-color:#c8ccc8;color:#17201c!important;border-radius:999px;padding:0 15px}
.op-footer__bottom{min-height:72px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#727e77;font-size:11px}
.op-footer__bottom div{display:flex;gap:20px}
.op-footer__bottom a:hover{color:#fff}
.op-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;visibility:hidden;opacity:0;transition:opacity .25s ease,visibility .25s ease}
.op-modal.is-open{visibility:visible;opacity:1}
.op-modal__backdrop{position:absolute;inset:0;background:rgba(10,15,12,.72);backdrop-filter:blur(6px)}
.op-modal__dialog{position:relative;z-index:2;width:100%;max-width:680px;max-height:92vh;overflow:auto;padding:38px;border-radius:28px;background:#fff;box-shadow:0 35px 100px rgba(0,0,0,.32)}
.op-modal__dialog h2{margin:12px 0 8px;font-family:Georgia,serif;font-size:39px;font-weight:500}
.op-modal__dialog>p{margin:0 0 24px;color:#68736b}
.op-modal__close{position:absolute;right:15px;top:14px;width:42px;height:42px;border:1px solid #dfe2df;border-radius:50%;background:#fff;color:#17201c;font-size:25px;line-height:1}
.op-to-top{position:fixed;z-index:90;right:20px;bottom:20px;width:46px;height:46px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:#17201c;color:#fff;box-shadow:0 10px 28px rgba(23,32,28,.2);opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s}
.op-to-top.is-visible{opacity:1;visibility:visible;transform:none}
.op-lightbox{position:fixed;inset:0;z-index:1200;background:rgba(8,11,9,.92);display:flex;align-items:center;justify-content:center;padding:28px;visibility:hidden;opacity:0;transition:.25s}
.op-lightbox.is-open{visibility:visible;opacity:1}
.op-lightbox img{max-width:94vw;max-height:90vh;border-radius:16px;box-shadow:0 30px 90px rgba(0,0,0,.45)}
.op-lightbox button{position:absolute;right:20px;top:20px;width:48px;height:48px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:28px}
.op-reveal{opacity:0;transform:translateY(26px);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.7,.2,1)}
.op-reveal.is-visible{opacity:1;transform:none}
.op-page-hero{padding:105px 0 70px;background:#e8e1d6;border-bottom:1px solid #d8d0c4}
.op-page-hero--catalog{background:#17201c;color:#fff}
.op-page-hero h1{max-width:850px;margin:16px 0 0;font-family:Georgia,serif;font-size:60px;line-height:1.07;font-weight:500;letter-spacing:-.035em}
.op-page-hero p{max-width:690px;margin:20px 0 0;color:#637067;font-size:17px}
.op-page-hero--catalog p{color:#b6c0ba}
.op-catalog-toolbar{min-height:62px;margin-bottom:25px;padding:12px 16px 12px 22px;border-radius:15px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 10px 30px rgba(23,32,28,.06)}
.op-catalog-toolbar span{color:#657068;font-size:13px}
.op-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.op-product-card{overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(23,32,28,.07);transition:transform .25s ease,box-shadow .25s ease}
.op-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(23,32,28,.12)}
.op-product-card__image{height:310px;display:block;overflow:hidden;background:#e8e4dc}
.op-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.op-product-card:hover .op-product-card__image img{transform:scale(1.035)}
.op-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#85725a;font-family:Georgia,serif;font-size:34px}
.op-product-card__body{padding:23px}
.op-product-card__label{margin:0;color:#9a7b49;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:850}
.op-product-card h3{margin:9px 0 18px;font-family:Georgia,serif;font-size:24px;line-height:1.2;font-weight:500}
.op-product-card__bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ece9e3;padding-top:16px}
.op-product-card__price{font-size:14px;font-weight:800}
.op-arrow-link{width:38px;height:38px;border-radius:50%;background:#eee6d8;display:flex;align-items:center;justify-content:center;font-size:20px}
.op-empty-state{padding:70px 30px;border:1px dashed #cfc9bf;border-radius:24px;background:#fff;text-align:center}
.op-empty-state h2{margin:0 0 12px;font-family:Georgia,serif;font-size:40px;font-weight:500}
.op-empty-state p{max-width:620px;margin:0 auto 25px;color:#667169}
.op-empty-state>div{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.op-product-page{padding:60px 0 85px;background:#f4f1ea}
.op-breadcrumbs{display:flex;align-items:center;gap:10px;margin-bottom:28px;color:#778079;font-size:11px;flex-wrap:wrap}
.op-breadcrumbs a:hover{color:#17201c}
.op-product-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:65px;align-items:start}
.op-product-main-image{height:620px;border-radius:24px;overflow:hidden;background:#e6e1d8}
.op-product-main-image img{width:100%;height:100%;object-fit:cover}
.op-product-main-image--empty{display:flex;align-items:center;justify-content:center;color:#887b69;font-family:Georgia,serif;font-size:28px}
.op-product-thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto;padding-bottom:4px}
.op-product-thumbs button{flex:0 0 82px;height:72px;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:#ddd}
.op-product-thumbs button:hover{border-color:var(--op-gold)}
.op-product-thumbs img{width:100%;height:100%;object-fit:cover}
.op-product-info{position:sticky;top:120px;padding:38px;border-radius:24px;background:#fff;box-shadow:var(--op-shadow)}
.op-product-info h1{margin:13px 0 15px;font-family:Georgia,serif;font-size:47px;line-height:1.08;font-weight:500}
.op-product-price{padding:17px 0;border-top:1px solid #e5e2dc;border-bottom:1px solid #e5e2dc;font-size:22px;font-weight:800;color:#71552a}
.op-product-description{margin:20px 0;color:#5e6962}
.op-product-description:empty{display:none}
.op-product-benefits{margin:20px 0 25px;padding:0;list-style:none;display:grid;gap:10px}
.op-product-benefits li{position:relative;padding-left:24px;font-size:13px}
.op-product-benefits li:before{content:"✓";position:absolute;left:0;color:#9a7135;font-weight:900}
.op-product-note{margin:10px 0 0;text-align:center;color:#808982;font-size:10px}
.op-mini-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.op-mini-benefits div{padding:24px;background:#fff;border-radius:17px}
.op-mini-benefits b,.op-mini-benefits span{display:block}
.op-mini-benefits b{margin-bottom:7px;font-family:Georgia,serif;font-size:21px;font-weight:500}
.op-mini-benefits span{color:#6a746d;font-size:12px}
.op-richtext{max-width:920px;margin:0 auto;padding:45px 50px;border-radius:24px;background:#fff;box-shadow:0 14px 45px rgba(23,32,28,.06);font-size:16px;line-height:1.75}
.op-richtext--intro{max-width:none;margin-bottom:30px}
.op-richtext h2{margin:38px 0 12px;font-family:Georgia,serif;font-size:31px;line-height:1.2;font-weight:500}
.op-richtext h2:first-child{margin-top:0}
.op-richtext h3{margin:30px 0 10px;font-size:21px}
.op-richtext a{color:#7a5723;text-decoration:underline}
.op-richtext table{width:100%;border-collapse:collapse;display:block;overflow:auto}
.op-richtext th,.op-richtext td{padding:12px;border:1px solid #ddd9d1;text-align:left}
.op-info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.op-info-cards article{padding:30px;border-radius:20px;background:#fff;box-shadow:0 10px 34px rgba(23,32,28,.06)}
.op-info-cards article>b{display:block;color:#9a7135;font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.op-info-cards h2{margin:13px 0 10px;font-family:Georgia,serif;font-size:27px;font-weight:500}
.op-info-cards p{margin:0;color:#68736b;font-size:14px}
.op-legal-note{margin-top:22px;padding:25px 28px;border-radius:18px;background:#e5dac7}
.op-legal-note h3{margin:0 0 5px;font-family:Georgia,serif;font-size:23px;font-weight:500}
.op-legal-note p{margin:0;color:#675f55}
.op-guarantee{display:grid;grid-template-columns:250px 1fr;gap:45px;align-items:center;padding:55px;border-radius:28px;background:#fff;box-shadow:var(--op-shadow)}
.op-guarantee__number{font-family:Georgia,serif;font-size:170px;line-height:.8;color:#d1a25a;text-align:center}
.op-guarantee h2{margin:0 0 15px;font-family:Georgia,serif;font-size:44px;font-weight:500}
.op-guarantee p{color:#627067}
.op-hours{margin-top:20px;padding:20px;border-radius:14px;background:#e6ddce;display:flex;flex-direction:column;gap:4px;font-size:13px}
.op-hours b{margin-bottom:4px}
.op-search-form{display:flex;gap:10px;margin-bottom:30px}
.op-search-form input{flex:1;height:54px;border:1px solid #d5d9d5;border-radius:999px;background:#fff;padding:0 22px;outline:0}
.op-search-result{padding:25px;border-radius:18px;background:#fff}
.op-search-result h2{font-family:Georgia,serif;font-weight:500}
.op-error-page{min-height:70vh;padding:110px 0;display:flex;align-items:center;text-align:center;background:#e8e1d6}
.op-error-page span{display:block;font-family:Georgia,serif;font-size:160px;line-height:.85;color:#d4a95f}
.op-error-page h1{margin:20px 0 10px;font-family:Georgia,serif;font-size:55px;font-weight:500}
.op-error-page p{max-width:560px;margin:0 auto 28px;color:#667169}
.op-error-page div div{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.op-article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.op-article-grid article{padding:28px;border-radius:19px;background:#fff}
.op-article-grid span{color:#8b938d;font-size:11px}
.op-article-grid h2{font-family:Georgia,serif;font-size:27px;font-weight:500}
.op-article-grid p{color:#68736b}
.op-account-content,.op-order-content,.op-checkout-shell{max-width:1000px;margin:0 auto;padding:40px 24px}
.op-checkout-shell>.op-brand{margin-bottom:30px}

@media (max-width:1180px){
  .op-header__phone{display:none}.op-nav{gap:16px}.op-nav a{font-size:13px}.op-hero h1{font-size:61px}.op-hero__content{grid-template-columns:1.4fr .6fr}.op-section-head h2,.op-about-copy h2{font-size:46px}.op-project-grid{grid-auto-rows:270px}.op-steps{grid-template-columns:repeat(3,1fr)}.op-step:nth-child(3){border-right:0}.op-step:nth-child(-n+3){border-bottom:1px solid var(--op-line)}
}
@media (max-width:980px){
  .op-topline{display:none}.op-header__main{height:76px}.op-brand{min-width:0}.op-brand img{width:57px;height:43px}.op-brand small{display:none}.op-nav,.op-header__actions>.op-button{display:none}.op-menu-toggle{display:flex;margin-left:auto}.op-mobile-menu.is-open{display:block}.op-hero{min-height:750px}.op-hero__shade{background:linear-gradient(90deg,rgba(12,18,15,.91),rgba(12,18,15,.59))}.op-hero__content{grid-template-columns:1fr;align-items:end;gap:30px;padding-top:85px}.op-hero__card{max-width:480px}.op-categories{grid-template-columns:1fr 1fr}.op-category--large{grid-row:span 1;grid-column:span 2}.op-services-grid{grid-template-columns:1fr 1fr}.op-project-grid{grid-template-columns:1fr 1fr}.op-project--wide{grid-column:span 1}.op-about-grid,.op-contact-grid,.op-product-layout{grid-template-columns:1fr;gap:40px}.op-about-image{min-height:520px}.op-contact-copy h2{font-size:44px}.op-footer__grid{grid-template-columns:1.3fr 1fr 1fr}.op-footer__contacts{grid-column:2/4}.op-product-info{position:relative;top:auto}.op-product-main-image{height:590px}.op-info-cards{grid-template-columns:1fr 1fr}.op-product-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  .op-container{padding-left:16px;padding-right:16px}.op-header__main{height:68px}.op-brand img{width:48px;height:36px}.op-brand b{font-size:15px}.op-hero{min-height:690px}.op-hero__media{background-position:62% center}.op-hero__shade{background:linear-gradient(180deg,rgba(12,18,15,.55),rgba(12,18,15,.91) 68%,rgba(12,18,15,.98))}.op-hero__content{padding-top:80px;padding-bottom:38px}.op-hero h1{font-size:42px;line-height:1.04;margin-top:17px}.op-hero__copy>p{font-size:16px}.op-hero__buttons{display:grid}.op-hero__buttons .op-button{width:100%}.op-hero__facts{grid-template-columns:1fr 1fr;gap:18px;margin-top:30px}.op-hero__facts div:last-child{grid-column:1/-1}.op-hero__card{display:none}.op-section{padding:72px 0}.op-section--compact{padding:50px 0}.op-section-head{display:block;margin-bottom:30px}.op-section-head h2,.op-about-copy h2{font-size:37px}.op-section-head>p{margin-top:14px}.op-categories{display:grid;grid-template-columns:1fr;grid-auto-rows:235px}.op-category--large{grid-column:span 1}.op-category--large h3,.op-category h3{font-size:28px}.op-services-grid{grid-template-columns:1fr}.op-service{min-height:225px;padding:28px}.op-project-grid{grid-template-columns:1fr;grid-auto-rows:260px}.op-project-cta{display:block;padding:27px}.op-project-cta h3{font-size:25px;margin-bottom:22px}.op-about-image{min-height:440px}.op-about-list{grid-template-columns:1fr}.op-steps{grid-template-columns:1fr 1fr}.op-step:nth-child(3){border-right:1px solid var(--op-line)}.op-step:nth-child(even){border-right:0}.op-step{min-height:190px;padding-right:18px;border-bottom:1px solid var(--op-line)}.op-reviews{grid-template-columns:1fr}.op-contact-copy h2{font-size:38px}.op-contact-details{grid-template-columns:1fr}.op-contact-form-wrap{padding:23px}.op-form-grid{grid-template-columns:1fr}.op-field--wide{grid-column:auto}.op-footer{padding-top:52px}.op-footer__grid{grid-template-columns:1fr 1fr;gap:35px}.op-footer__brand{grid-column:1/-1}.op-footer__contacts{grid-column:1/-1}.op-footer__bottom{padding-top:20px;padding-bottom:20px;display:block}.op-footer__bottom div{margin-top:11px;display:grid;gap:6px}.op-modal{padding:10px}.op-modal__dialog{padding:28px 19px;border-radius:22px}.op-modal__dialog h2{font-size:32px}.op-page-hero{padding:72px 0 45px}.op-page-hero h1{font-size:43px}.op-product-grid{grid-template-columns:1fr}.op-product-card__image{height:290px}.op-product-main-image{height:430px}.op-product-info{padding:24px}.op-product-info h1{font-size:38px}.op-mini-benefits{grid-template-columns:1fr 1fr}.op-richtext{padding:26px 20px}.op-richtext h2{font-size:27px}.op-info-cards{grid-template-columns:1fr}.op-guarantee{grid-template-columns:1fr;padding:30px}.op-guarantee__number{font-size:120px}.op-article-grid{grid-template-columns:1fr}.op-error-page span{font-size:115px}.op-error-page h1{font-size:42px}
}
@media (max-width:430px){
  .op-brand span{display:none}.op-hero h1{font-size:38px}.op-hero__facts b{font-size:14px}.op-section-head h2,.op-about-copy h2{font-size:34px}.op-category>div{left:20px;right:20px;bottom:20px}.op-steps{grid-template-columns:1fr}.op-step,.op-step:nth-child(3){border-right:0}.op-mini-benefits{grid-template-columns:1fr}.op-footer__grid{grid-template-columns:1fr}.op-footer__brand,.op-footer__contacts{grid-column:auto}.op-product-main-image{height:360px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.op-reveal{opacity:1;transform:none;transition:none}.op-category img,.op-project img,.op-button{transition:none}}
/* Явный контраст карточек каталога поверх светлых фотографий */
.op-category__shade{background:linear-gradient(180deg,rgba(10,15,12,.06) 15%,rgba(10,15,12,.92) 100%)}
.op-category h3,.op-category p,.op-category b{color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.45)}
.op-category small{color:#f0c77f!important;text-shadow:0 2px 10px rgba(0,0,0,.45)}


/* Исправления v2: контраст кнопок, надёжные формы и адаптивность */
html,body.op-body{max-width:100%;overflow-x:hidden}
#catalog,#services,#projects,#about,#reviews,#contacts,#delivery,#payment,#guarantee{scroll-margin-top:105px}
body.op-body .op-button,body.op-body button.op-button,body.op-body a.op-button{color:#17201c;line-height:1.25;white-space:normal}
body.op-body .op-button--dark,body.op-body button.op-button--dark,body.op-body a.op-button--dark{color:#fff}
body.op-body .op-button--ghost,body.op-body button.op-button--ghost,body.op-body a.op-button--ghost{color:#fff}
body.op-body .op-button--ghost:hover,body.op-body button.op-button--ghost:hover,body.op-body a.op-button--ghost:hover{color:#17201c}
button.op-category{display:block;width:100%;padding:0;border:0;text-align:left;font:inherit;appearance:none;-webkit-appearance:none}
button.op-category:focus-visible,.op-project:focus-visible,.op-button:focus-visible,.op-menu-toggle:focus-visible{outline:3px solid #e7bd78;outline-offset:3px}
.op-step{padding:30px 20px}
.op-hidden-field{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.op-field-error{display:none;margin-top:6px;color:#a83b32;font-size:11px;line-height:1.35}
[data-feedback-form-field-area].is-error .op-field-error,.op-field-error:not(:empty){display:block}
[data-feedback-form-field-area].is-error input,[data-feedback-form-field-area].is-error textarea,[data-feedback-form-field-area].is-error select{border-color:#b7463d;background:#fff6f5}
.op-form-status--success{display:none;background:#e5f3e9;color:#28603a}
.op-form-status--success.is-show{display:block}
.op-consent-wrap{margin:17px 0}
.op-consent-wrap .op-consent{margin:0}
.op-captcha{margin:0 0 16px}
.op-feedback-form button[type="submit"]{min-height:54px}
.op-category b{pointer-events:none}

@media (max-width:1280px){
  .op-header__main{gap:18px}.op-nav{gap:17px}.op-header__actions{gap:8px}.op-button--small{padding-left:14px;padding-right:14px}.op-brand{min-width:190px}
}
@media (max-width:1120px){
  .op-topline{display:none}.op-header__main{height:76px}.op-nav,.op-header__actions>.op-button,.op-header__phone{display:none}.op-menu-toggle{display:flex;margin-left:auto}.op-mobile-menu.is-open{display:block}.op-brand{min-width:0}
}
@media (max-width:720px){
  #catalog,#services,#projects,#about,#reviews,#contacts,#delivery,#payment,#guarantee{scroll-margin-top:78px}
  .op-center .op-button,.op-project-cta .op-button{width:100%}
  .op-center{margin-top:26px}
  .op-step{padding:24px 16px;min-width:0}
  .op-step h3{font-size:20px;overflow-wrap:anywhere}
  .op-project-cta{gap:18px}
  .op-footer__bottom div{overflow-wrap:anywhere}
  .op-modal__dialog{max-height:96vh}
  .op-consent{font-size:10px}
  .op-feedback-form button[type="submit"]{width:100%}
  .op-error-page{padding:75px 0;min-height:64vh}
}
@media (max-width:430px){
  .op-hero h1{font-size:36px}.op-section-head h2,.op-about-copy h2{font-size:32px}.op-category h3,.op-category--large h3{font-size:26px}.op-step{min-height:0}.op-contact-copy h2{font-size:34px}.op-modal__dialog h2{font-size:29px}.op-button{padding-left:18px;padding-right:18px}
}

/* v3: сайт работает только на сбор заявок, без корзины и онлайн-покупки */
.op-project-calculation{margin:18px 0;padding:16px 18px;border-radius:14px;background:#f0eadf;color:#6f552d;font-size:15px;font-weight:750;line-height:1.45}
.op-project-secondary{margin-top:10px;background:#fff;border-color:#cfc7b9;color:#17201c}
.op-project-secondary:hover{background:#f4f1ea;border-color:#b8aa94}
.op-categories--standalone{margin-top:10px}
.op-lead-banner{margin-top:34px;padding:34px 38px;border-radius:24px;background:#fff;box-shadow:var(--op-shadow);display:flex;align-items:center;justify-content:space-between;gap:28px}
.op-lead-banner h2{margin:7px 0 8px;font-family:Georgia,serif;font-size:38px;line-height:1.12;font-weight:500}
.op-lead-banner p{margin:0;color:#667169}
.op-lead-banner .op-button{flex:0 0 auto}
.op-lead-page{align-items:start}
.op-search-list{display:grid;gap:14px;margin-top:24px}
@media (max-width:720px){.op-lead-banner{display:block;padding:26px 22px}.op-lead-banner h2{font-size:31px}.op-lead-banner .op-button{width:100%;margin-top:20px}.op-project-secondary{margin-top:9px}}
