* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; color: #2d2d2d; background: #fafafa; }
a { color: #d4855a; text-decoration: none; transition: color 0.3s; }
a:hover { color: #c56e3b; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.disclosure-bar { background: #f4e8e0; padding: 8px 0; text-align: center; font-size: 0.85rem; color: #5d4a3a; }
.umcj { background: #fff; border-bottom: 1px solid #efe8e0; padding: 1rem 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.logo { font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.4rem; font-weight: 700; color: #5d4a3a; display: flex; align-items: center; }
.ucix { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.ucix span { width: 24px; height: 2px; background: #5d4a3a; transition: 0.3s; }
.uiou { display: flex; align-items: center; gap: 1.5rem; }
.uiou a { color: #2d2d2d; font-size: 0.95rem; position: relative; }
.uiou a::after { content: ""; position: absolute; width: 0; height: 2px; background: #d4855a; bottom: -4px; left: 0; transition: width 0.3s; }
.uiou a:hover::after { width: 100%; }
.uiou .btn { margin: 0; }
main { min-height: 60vh; }
.hero { padding: 4rem 0; text-align: center; position: relative; }
.umfv { position: absolute; inset: 0; z-index: 0; opacity: 0.4; overflow: hidden; }
.umfv img { width: 100%; height: 100%; object-fit: cover; }
.hero { position: relative; }
.hero > .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; padding: 2rem 0; }
.hero-content { text-align: left; }
.hero-title { font-family: "Plus Jakarta Sans", sans-serif; font-size: 2.8rem; font-weight: 700; line-height: 1.2; margin: 1rem 0; color: #2d2d2d; }
.hero-title .hl { color: #d4855a; }
.hero-eyebrow { display: inline-block; font-size: 0.85rem; font-weight: 600; color: #d4855a; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.hero-lead { font-size: 1.1rem; color: #4d4d4d; margin: 1rem 0 2rem; }
.hero-note { font-size: 0.9rem; color: #888; margin-top: 1rem; }
.hero-rating { font-size: 0.95rem; color: #5d4a3a; margin: 1rem 0; }
.stars { color: #d4a574; }
.checklist { list-style: none; margin: 1.5rem 0; }
.checklist li { display: flex; align-items: flex-start; gap: 0.8rem; margin-bottom: 0.8rem; font-size: 0.95rem; }
.check-ic { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: #f0e0d0; border-radius: 50%; color: #d4855a; flex-shrink: 0; font-size: 0.8rem; }
.price-block { margin: 1.5rem 0; }
.price-old { display: inline-block; font-size: 1rem; color: #888; text-decoration: line-through; margin-right: 0.5rem; }
.price-new { display: inline-block; font-size: 1.8rem; font-weight: 700; color: #d4855a; }
.price-badge { display: inline-block; background: #d4855a; color: #fff; padding: 0.3rem 0.6rem; border-radius: 4px; font-size: 0.75rem; font-weight: 600; margin-left: 0.5rem; }
.hero-actions { display: flex; gap: 1rem; margin: 2rem 0; flex-wrap: wrap; }
.btn { display: inline-block; padding: 0.8rem 1.5rem; border: none; border-radius: 6px; font-family: inherit; font-size: 0.95rem; font-weight: 600; cursor: pointer; transition: all 0.3s; text-align: center; }
.btn-primary { background: #d4855a; color: #fff; }
.btn-primary:hover { background: #c56e3b; }
.btn-outline { background: transparent; border: 2px solid #d4855a; color: #d4855a; }
.btn-outline:hover { background: #f4e8e0; }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.85rem; }
.btn-lg { padding: 1rem 2rem; font-size: 1rem; }
.btn-block { width: 100%; }
.umtg { width: 100%; max-width: 400px; margin: 0 auto; }
.media { display: block; }
.media-1x1 { aspect-ratio: 1; }
.section { padding: 4rem 0; }
.section-alt { background: #f8f4f0; }
.uham { background: linear-gradient(135deg, #e8d9c8 0%, #f0e0d0 100%); }
.section-title { font-family: "Plus Jakarta Sans", sans-serif; font-size: 2rem; font-weight: 700; margin-bottom: 2rem; text-align: center; color: #2d2d2d; }
.section-title .hl { color: #d4855a; }
.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.benefit-card { background: #fff; padding: 1.5rem; border-radius: 8px; text-align: center; transition: transform 0.3s; }
.benefit-card:hover { transform: translateY(-4px); }
.benefit-card i { font-size: 2rem; color: #d4855a; margin-bottom: 0.5rem; }
.benefit-card h3 { font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.1rem; font-weight: 600; margin: 0.5rem 0; color: #2d2d2d; }
.benefit-card p { font-size: 0.9rem; color: #666; }
.order-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.step-card { background: #fff; padding: 2rem; border-radius: 8px; text-align: center; }
.step-number { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: #d4855a; color: #fff; border-radius: 50%; font-size: 1.5rem; font-weight: 700; margin-bottom: 1rem; }
.step-card h3 { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; margin: 0.5rem 0; }
.step-card p { font-size: 0.9rem; color: #666; }
.order-summary { text-align: center; font-size: 0.95rem; color: #5d4a3a; margin-top: 2rem; }
.trust-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; text-align: center; }
.trust-item { padding: 1.5rem; }
.trust-item i { font-size: 2rem; color: #d4855a; margin-bottom: 0.5rem; }
.trust-item p { font-size: 0.95rem; font-weight: 500; color: #2d2d2d; }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.testimonial { background: #fff; padding: 1.5rem; border-radius: 8px; border-left: 4px solid #d4855a; }
.testimonial .stars { display: block; margin-bottom: 0.5rem; font-size: 0.95rem; }
.testimonial p { font-size: 0.9rem; color: #4d4d4d; font-style: italic; margin: 0.8rem 0; }
.testimonial cite { display: block; font-size: 0.85rem; color: #888; font-style: normal; margin-top: 0.8rem; }
.testimonial-disclaimer { text-align: center; font-size: 0.85rem; color: #888; margin-bottom: 2rem; font-style: italic; }
.order-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: start; }
.order-visual { text-align: center; }
.product-pack { max-width: 300px; width: 100%; height: auto; margin: 0 auto 2rem; filter: drop-shadow(0 8px 16px rgba(0,0,0,0.1)); }
.order-guarantees { display: flex; flex-direction: column; gap: 1rem; margin: 2rem 0; }
.guarantee-item { display: flex; align-items: center; gap: 0.8rem; font-size: 0.9rem; color: #2d2d2d; }
.guarantee-item i { font-size: 1.2rem; color: #d4855a; }
.uifm { background: #fff; padding: 2rem; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
.uifm h3 { font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.3rem; font-weight: 600; margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-weight: 500; margin-bottom: 0.4rem; color: #2d2d2d; font-size: 0.9rem; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.7rem; border: 1px solid #ddd; border-radius: 6px; font-family: inherit; font-size: 0.95rem; transition: border-color 0.3s; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: #d4855a; box-shadow: 0 0 0 3px rgba(212,133,90,0.1); }
.phone-row { display: flex; gap: 0.5rem; }
.phone-row select { max-width: 80px; }
.upur { display: none; font-size: 0.8rem; color: #d4655a; margin-top: 0.3rem; }
.upur.show { display: block; }
.form-checkbox { display: flex; align-items: flex-start; gap: 0.6rem; }
.form-checkbox input { width: auto; margin-top: 2px; }
.form-checkbox label { margin: 0; }
.form-checkbox a { color: #d4855a; }
.form-checkbox a:hover { text-decoration: underline; }
.uxsi { position: absolute; left: -9999px; height: 0; }
.order-note { font-size: 0.8rem; color: #888; margin-top: 1rem; text-align: center; }
.faq { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.uefd { border: 1px solid #efe8e0; border-radius: 8px; overflow: hidden; }
.uzzq { width: 100%; padding: 1rem; background: #fff; border: none; cursor: pointer; text-align: left; font-weight: 500; font-size: 0.95rem; color: #2d2d2d; transition: background 0.3s; display: flex; justify-content: space-between; align-items: center; }
.uzzq:hover { background: #f8f4f0; }
.uzzq i { transition: transform 0.3s; }
.uzzq[aria-expanded="true"] i { transform: rotate(180deg); }
.upzj { max-height: 0; overflow: hidden; transition: max-height 0.3s; }
.uzzq[aria-expanded="true"] ~ .upzj { max-height: 500px; }
.faq-answer-inner { padding: 0 1rem 1rem; font-size: 0.9rem; line-height: 1.7; color: #4d4d4d; }
.faq-answer-inner p { margin-bottom: 0.5rem; }
.uger { background: #fff; padding: 1.5rem; border-radius: 8px; border: 1px solid #efe8e0; }
.uger label { display: block; margin: 1rem 0 0.5rem; font-weight: 500; color: #2d2d2d; }
.uger input[type="range"] { width: 100%; margin: 0.5rem 0; }
.uger input[type="checkbox"] { margin-right: 0.5rem; }
.uejt { background: #f0e0d0; padding: 1rem; border-radius: 6px; margin-top: 1rem; font-weight: 600; color: #5d4a3a; }
.cta-band { text-align: center; padding: 2rem; background: #fff; border-radius: 8px; }
.cta-band h2 { margin-bottom: 0.5rem; }
.cta-band p { margin-bottom: 1rem; color: #666; }
.site-footer { background: #2d2d2d; color: #e0e0e0; padding: 3rem 0 1rem; margin-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.footer-brand h4, .footer-col h4 { color: #fff; font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.1rem; margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col a { color: #c0c0c0; }
.footer-col a:hover { color: #d4855a; }
.footer-brand p, .footer-col p { font-size: 0.9rem; line-height: 1.7; color: #a0a0a0; }
.footer-legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; padding: 1.5rem 0; border-top: 1px solid #444; border-bottom: 1px solid #444; }
.footer-legal-links a { color: #c0c0c0; font-size: 0.9rem; }
.footer-legal-links a:hover { color: #d4855a; }
.footer-disclaimer { text-align: center; font-size: 0.8rem; color: #888; padding: 1rem 0; line-height: 1.6; }
.footer-bottom { text-align: center; font-size: 0.85rem; color: #666; padding-top: 1rem; display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.uypv { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 2px solid #d4855a; padding: 1.5rem; box-shadow: 0 -4px 16px rgba(0,0,0,0.1); z-index: 1000; }
.cookie-banner-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.cookie-banner-text { font-size: 0.9rem; flex: 1; min-width: 250px; }
.cookie-banner-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.ujjs { position: fixed; inset: 0; background: rgba(0,0,0,0.5); display: none; align-items: center; justify-content: center; z-index: 2000; }
.ujjs[aria-hidden="false"] { display: flex; }
.ugik { background: #fff; padding: 2rem; border-radius: 8px; max-width: 600px; max-height: 90vh; overflow-y: auto; }
.ujjs h2 { margin-bottom: 1rem; }
.cookie-toggle { display: flex; justify-content: space-between; align-items: center; margin: 1.5rem 0; padding-bottom: 1rem; border-bottom: 1px solid #efe8e0; }
.cookie-toggle h4 { margin: 0 0 0.3rem; }
.cookie-toggle p { font-size: 0.85rem; color: #666; margin: 0; }
.switch { position: relative; display: inline-block; width: 50px; height: 24px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: 0.3s; border-radius: 24px; }
.slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 3px; background-color: white; transition: 0.3s; border-radius: 50%; }
input:checked + .slider { background-color: #d4855a; }
input:checked + .slider:before { transform: translateX(26px); }
.cookie-modal-actions { display: flex; gap: 1rem; margin-top: 2rem; }
table.dose-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
table.dose-table th, table.dose-table td { padding: 0.8rem; text-align: left; border-bottom: 1px solid #efe8e0; }
table.dose-table th { background: #f8f4f0; font-weight: 600; }
table.dose-table tr:hover { background: #fafaf8; }
.table-wrap { overflow-x: auto; margin: 1.5rem 0; }
.ingredient-item { background: #fff; padding: 1.5rem; border-radius: 8px; border-left: 4px solid #d4855a; margin-bottom: 1rem; }
.ingredient-item h3 { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; margin-bottom: 0.5rem; }
.ingredient-item p { font-size: 0.9rem; color: #666; }
.spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; }
.spec-item { background: #fff; padding: 1.5rem; border-radius: 8px; text-align: center; }
.spec-item i { font-size: 1.8rem; color: #d4855a; margin-bottom: 0.5rem; }
.spec-item h3 { font-family: "Plus Jakarta Sans", sans-serif; font-size: 1rem; font-weight: 600; margin: 0.5rem 0; }
.spec-item p { font-size: 0.85rem; color: #666; }
.instruction-box { background: #f8f4f0; padding: 1.5rem; border-radius: 8px; margin: 1.5rem 0; }
.instruction-box h3 { font-family: "Plus Jakarta Sans", sans-serif; margin: 1rem 0 0.5rem; }
.instruction-list { padding-left: 1.5rem; }
.warning-box { background: #fce8e0; padding: 1.5rem; border-left: 4px solid #d4655a; border-radius: 4px; margin: 1.5rem 0; }
.warning-box h3 { color: #d4655a; margin-bottom: 0.8rem; }
.warning-box i { margin-right: 0.5rem; }
.storage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin: 1.5rem 0; }
.storage-item { background: #fff; padding: 1.5rem; border-radius: 8px; text-align: center; }
.storage-item i { font-size: 1.8rem; color: #d4855a; }
.storage-item h3 { font-size: 1rem; font-weight: 600; margin: 0.5rem 0; }
.delivery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.delivery-item { background: #fff; padding: 1.5rem; border-radius: 8px; text-align: center; }
.delivery-item i { font-size: 2rem; color: #d4855a; margin-bottom: 0.5rem; }
.payment-methods { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.payment-card { background: #fff; padding: 1.5rem; border-radius: 8px; text-align: center; }
.payment-card i { font-size: 2rem; color: #d4855a; margin-bottom: 0.5rem; }
.guarantee-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.guarantee-item { background: #fff; padding: 1.5rem; border-radius: 8px; }
.guarantee-item h3 { font-family: "Plus Jakarta Sans", sans-serif; margin-bottom: 0.5rem; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.uyot { background: #fff; padding: 2rem; border-radius: 8px; }
.uyot h2 { margin-bottom: 1.5rem; }
.contact-info-panel { background: #f8f4f0; padding: 2rem; border-radius: 8px; }
.contact-info-panel h2 { margin-bottom: 1.5rem; }
.contact-info-item { display: flex; gap: 1rem; margin-bottom: 1.5rem; }
.contact-info-item i { font-size: 1.5rem; color: #d4855a; flex-shrink: 0; }
.contact-info-item div { font-size: 0.9rem; }
.contact-info-item strong { display: block; color: #2d2d2d; margin-bottom: 0.3rem; }
.contact-info-item a { color: #d4855a; }
.map-container { margin: 2rem 0; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.map-container iframe { display: block; }
.legal-content { padding: 3rem 0; }
.legal-content h1 { font-family: "Plus Jakarta Sans", sans-serif; font-size: 2.2rem; margin-bottom: 0.5rem; }
.legal-date { font-size: 0.9rem; color: #888; margin-bottom: 2rem; }
.legal-content h2 { font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.3rem; margin-top: 2rem; margin-bottom: 1rem; }
.legal-content h3 { font-size: 1.1rem; margin-top: 1.5rem; margin-bottom: 0.8rem; }
.legal-content ul, .legal-content ol { margin: 1rem 0; padding-left: 1.5rem; }
.legal-content li { margin-bottom: 0.5rem; }
.legal-content p { margin-bottom: 1rem; line-height: 1.8; }
.thank-you-panel { text-align: center; padding: 3rem 0; }
.thank-you-icon { font-size: 4rem; color: #d4855a; margin-bottom: 1rem; }
.thank-you-panel h1 { font-family: "Plus Jakarta Sans", sans-serif; font-size: 2rem; margin-bottom: 0.5rem; }
.thank-you-panel .lead { font-size: 1.1rem; color: #666; margin-bottom: 2rem; }
.thank-you-details { background: #f8f4f0; padding: 1.5rem; border-radius: 8px; margin: 2rem 0; max-width: 600px; margin-left: auto; margin-right: auto; font-size: 0.95rem; line-height: 1.8; }
.thank-you-actions { display: flex; justify-content: center; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; }
.error-panel { text-align: center; padding: 3rem 0; }
.error-code { font-size: 6rem; font-weight: 700; color: #d4855a; line-height: 1; margin-bottom: 1rem; }
.error-panel h1 { font-family: "Plus Jakarta Sans", sans-serif; font-size: 2rem; margin-bottom: 0.5rem; }
.error-panel .lead { font-size: 1.1rem; color: #666; margin-bottom: 2rem; }
.error-suggestions { max-width: 500px; margin: 2rem auto; text-align: left; }
.error-suggestions ul { margin: 1rem 0; }
.error-suggestions li { margin: 0.5rem 0; }
.error-suggestions a { color: #d4855a; font-weight: 600; }
.clarity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 1.5rem 0; }
.clarity-item { background: #fff; padding: 1.5rem; border-radius: 8px; }
.clarity-item.clarity-yes { border-top: 4px solid #4cb043; }
.clarity-item.clarity-no { border-top: 4px solid #d4655a; }
.clarity-item h3 { font-weight: 600; margin-bottom: 1rem; }
.clarity-item i { margin-right: 0.5rem; }
.company-info { background: #f8f4f0; padding: 2rem; border-radius: 8px; text-align: center; }
.company-info p { margin: 0.5rem 0; }
@media (max-width: 768px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 2rem; }
  .hero-actions { flex-direction: column; }
  .uiou { display: none; }
  .ucix { display: flex; }
  .order-layout { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .clarity-grid { grid-template-columns: 1fr; }
  .cookie-banner-inner { flex-direction: column; align-items: flex-start; }
  .uzzq { padding: 1rem 0.8rem; font-size: 0.9rem; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uypv{position:fixed !important;left:1rem;right:1rem;bottom:1rem;z-index:9000 !important;max-width:760px;margin-left:auto;margin-right:auto;background:#fff;color:#1a1a1a;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.18);padding:1rem 1.25rem;transform:translateY(220%);transition:transform .32s ease}
.uypv.is-visible,.cookie-banner--visible,.uypv.show,.uypv.active{transform:none !important}
.uypv a{color:inherit;text-decoration:underline}
.uypv button{cursor:pointer}
.ujjs{position:fixed !important;inset:0;z-index:9001 !important;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);padding:1rem}
.ujjs.is-visible,.cookie-modal--visible,.ujjs.show,.ujjs.active{display:flex !important}
.ugik,.ujjs>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.uuau .uayi,.uuau .uger,.uuau .uosq,.uuau .ufaz,.uham .uayi,.uham .uger,.uham .uosq,.uham .ufaz{background:#fff !important;color:#1a1a1a !important}
.uayi,.uger{color:#1a1a1a !important}
.uayi label,.uger label,.uayi p,.uger p,.uayi .utuw,.uayi span,.uger span,.uejt,.ullh,.uosq .urgg,.uosq .urgg *{color:#1a1a1a !important}
.uejt,.ullh{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uayi .ujje{color:#1a1a1a !important}
.uayi .ujje.is-sel{color:#fff !important}
.uifm .upur{display:none}
.uifm .upur.is-visible{display:block !important;color:#c0392b}
.uifm .uxsi,.uifm [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uifm{color:#1a1a1a}
.uuau .uifm,.uham .uifm{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.umtg{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.umtg img{width:100%;height:100%;object-fit:cover}
.umfv,.uolu{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.umfv img,.uolu img{width:100%;height:100%;object-fit:cover;display:block}
.umfv img{opacity:.28}
.uolu img{opacity:.07}
*:has(> .umfv),*:has(> .uolu){position:relative}
.uykq{position:absolute !important;left:50%;top:52%;transform:translate(-50%,-50%);width:52%;max-width:280px;text-align:center;pointer-events:none;color:#2c2c2c;background:rgba(250,246,238,.94);border-radius:10px;padding:1rem .8rem;box-shadow:0 2px 14px rgba(0,0,0,.16)}
.uykq .uyiw{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uykq .unlg{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.utsl{margin:1.4rem auto;max-width:920px}
.utsl img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.urif{padding:3rem 0}
.ubvs{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.ubvs img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ufaz{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.ubjr{display:flex;overflow:hidden;gap:0 !important}
.uqjy{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.ualp{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer;z-index:2;font-size:1.1rem;line-height:1}
.uheo{left:.5rem}.ufnw{right:.5rem}
.uosq .urgg{display:none}.uosq .urgg.is-active{display:block}
.uayi .uuaa{display:block !important}
.uayi .ulvk{display:flex;flex-wrap:wrap;gap:.5rem}
.uayi .ujje{cursor:pointer}
