* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #2a2a2a; background: #fafaf8; line-height: 1.6; }
a { color: #3d5a3d; text-decoration: none; }
a:hover { text-decoration: underline; }
button { font-family: inherit; cursor: pointer; border: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; letter-spacing: -0.5px; line-height: 1.2; }
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; margin-top: 2rem; margin-bottom: 1rem; }
h3 { font-size: 1.25rem; margin-top: 1.5rem; margin-bottom: 0.75rem; }
h4 { font-size: 1rem; }
p { margin-bottom: 1rem; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.disclosure-bar { background: #2a2a2a; color: #fff; padding: 0.5rem; text-align: center; font-size: 0.85rem; }
.uwqk { background: #fff; border-bottom: 1px solid #ede9e1; position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; }
.logo { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.5rem; font-weight: 700; color: #2a2a2a; }
.ukzg { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.ukzg a { font-weight: 500; color: #2a2a2a; transition: color 0.2s; }
.ukzg a:hover { color: #3d5a3d; text-decoration: none; }
.ujht { display: none; flex-direction: column; gap: 5px; background: none; padding: 0; }
.ujht span { width: 24px; height: 2px; background: #2a2a2a; transition: 0.2s; }
@media (max-width: 768px) {
  .ukzg { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 1rem; background: #fff; padding: 2rem; border-bottom: 1px solid #ede9e1; }
  .ukzg.active { display: flex; }
  .ujht { display: flex; }
}
.section { padding: 4rem 0; }
.section-alt { background: #f5f2ed; }
.uhfq { background: #2a2a2a; color: #fff; }
.uhfq h2, .uhfq h3, .uhfq h4 { color: #fff; }
.uhfq a { color: #a8d5a8; }
.section-title { font-size: 1.8rem; margin-bottom: 1.5rem; text-align: center; }
.section-lead { text-align: center; font-size: 1.1rem; color: #666; margin-bottom: 2rem; }
.section-note { text-align: center; color: #666; font-size: 0.95rem; }
.btn { display: inline-block; padding: 0.75rem 1.5rem; border-radius: 6px; font-weight: 600; text-align: center; transition: all 0.2s; cursor: pointer; border: 2px solid transparent; }
.btn-primary { background: #3d5a3d; color: #fff; }
.btn-primary:hover { background: #2a3f2a; text-decoration: none; }
.btn-outline { background: transparent; border-color: #3d5a3d; color: #3d5a3d; }
.btn-outline:hover { background: #f5f2ed; text-decoration: none; }
.uhfq .btn-outline { border-color: #fff; color: #fff; }
.uhfq .btn-outline:hover { background: rgba(255,255,255,0.1); }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.9rem; }
.btn-block { width: 100%; }
.hero { background: linear-gradient(135deg, #f9f7f2 0%, #ede9e1 100%); position: relative; overflow: hidden; padding: 6rem 0; }
.uzyo { position: absolute; inset: 0; opacity: 0.12; }
.uzyo img { width: 100%; height: 100%; object-fit: cover; }
.hero-content-center { position: relative; z-index: 1; max-width: 700px; text-align: center; }
.hero-eyebrow { display: block; color: #666; font-size: 0.9rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 0.5rem; }
.hero-title { font-size: 2.8rem; margin-bottom: 1.5rem; }
.checklist { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.5rem; font-size: 1rem; }
.checklist li { display: flex; align-items: center; gap: 0.75rem; }
.check-ic { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: #3d5a3d; color: #fff; border-radius: 50%; flex-shrink: 0; font-size: 0.65rem; }
.hero-rating { margin-bottom: 1rem; color: #666; }
.stars { font-size: 0.9rem; letter-spacing: 2px; }
.price-block { margin: 1.5rem 0; }
.price-old { display: inline-block; text-decoration: line-through; color: #999; font-size: 0.95rem; margin-right: 0.5rem; }
.price-new { display: inline-block; font-size: 1.5rem; font-weight: 700; color: #2a2a2a; }
.price-badge { display: inline-block; background: #c73e3e; color: #fff; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.8rem; font-weight: 600; margin-left: 0.5rem; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1rem; }
.hero-note { font-size: 0.9rem; color: #666; }
.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 2rem; }
.benefit-card { background: #fff; padding: 2rem; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); text-align: center; transition: transform 0.2s, box-shadow 0.2s; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.benefit-card i { font-size: 2rem; color: #3d5a3d; margin-bottom: 0.75rem; display: block; }
.benefit-card h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.benefit-card p { font-size: 0.95rem; color: #666; }
.order-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.step-item { text-align: center; }
.step-number { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: #3d5a3d; color: #fff; border-radius: 50%; font-weight: 700; margin-bottom: 0.5rem; }
.order-note { text-align: center; color: #666; font-size: 0.9rem; margin-top: 1rem; }
.trust-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.trust-item { text-align: center; }
.trust-item i { font-size: 2rem; color: #fff; margin-bottom: 0.5rem; }
.trust-item strong { display: block; color: #fff; margin-bottom: 0.25rem; }
.trust-item div { color: rgba(255,255,255,0.9); font-size: 0.95rem; }
.testimonial-disclaimer { text-align: center; font-size: 0.85rem; color: #999; margin-bottom: 1rem; font-style: italic; }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; }
.testimonial { background: #f5f2ed; padding: 1.5rem; border-radius: 8px; border-left: 4px solid #3d5a3d; }
.testimonial.testimonial-large { padding: 2rem; }
.testimonial .stars { display: block; color: #f39c12; margin-bottom: 0.5rem; }
.testimonial p { font-style: italic; color: #666; margin-bottom: 1rem; font-size: 0.95rem; }
.testimonial cite { display: block; font-style: normal; color: #2a2a2a; font-weight: 600; font-size: 0.9rem; }
.order-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.order-summary { background: #f5f2ed; padding: 2rem; border-radius: 8px; text-align: center; }
.order-summary h3 { margin-bottom: 1rem; }
.order-title { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.5rem; }
.product-pack { max-width: 200px; margin: 1.5rem auto; }
.trust-chips { display: flex; gap: 0.5rem; flex-wrap: wrap; justify-content: center; margin-top: 1rem; }
.chip { background: #fff; border: 1px solid #ddd; padding: 0.4rem 0.8rem; border-radius: 20px; font-size: 0.85rem; color: #666; }
.uctb { background: #fff; padding: 2rem; border-radius: 8px; border: 1px solid #ddd; }
.uctb h3 { margin-bottom: 1.5rem; font-size: 1.2rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; margin-bottom: 0.5rem; font-weight: 600; color: #2a2a2a; }
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea { width: 100%; padding: 0.75rem; border: 1px solid #ddd; border-radius: 6px; font-family: inherit; font-size: 1rem; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: #3d5a3d; box-shadow: 0 0 0 2px rgba(61,90,61,0.1); }
.phone-row { display: flex; gap: 0.5rem; }
.phone-row select { flex-shrink: 0; width: 80px; }
.phone-row input { flex-grow: 1; }
.form-checkbox { display: flex; align-items: flex-start; gap: 0.75rem; }
.form-checkbox input[type="checkbox"] { flex-shrink: 0; margin-top: 0.25rem; width: 18px; height: 18px; }
.form-checkbox label { margin-bottom: 0; }
.form-checkbox a { color: #3d5a3d; }
.uhqb { display: none; font-size: 0.85rem; color: #c73e3e; margin-top: 0.25rem; }
.uhqb.show { display: block; }
.uvvp { position: absolute; left: -9999px; opacity: 0; }
.faq { margin-top: 2rem; }
.ufvu { background: #fff; border: 1px solid #ede9e1; border-radius: 6px; margin-bottom: 1rem; overflow: hidden; }
.udgl { width: 100%; padding: 1.25rem; text-align: left; font-weight: 600; background: #f5f2ed; display: flex; justify-content: space-between; align-items: center; transition: background 0.2s; }
.udgl:hover { background: #ede9e1; }
.udgl i { transition: transform 0.2s; }
.udgl[aria-expanded="true"] i { transform: rotate(180deg); }
.uwvo { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.uwvo[aria-hidden="false"] { max-height: 500px; }
.faq-answer-inner { padding: 1.25rem; border-top: 1px solid #ede9e1; }
.cta-band { background: linear-gradient(135deg, #3d5a3d 0%, #2a3f2a 100%); color: #fff; text-align: center; padding: 3rem 0 !important; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,0.9); margin-bottom: 1.5rem; }
.page-title { text-align: center; margin-bottom: 0.5rem; }
.page-lead { text-align: center; font-size: 1.1rem; color: #666; margin-bottom: 1rem; }
.dose-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.dose-table th { background: #3d5a3d; color: #fff; padding: 0.75rem; text-align: left; font-weight: 600; }
.dose-table td { padding: 0.75rem; border-bottom: 1px solid #ddd; }
.dose-table tr:hover { background: #f5f2ed; }
.dose-note { text-align: center; font-size: 0.9rem; color: #666; margin-top: 1rem; }
.table-wrap { overflow-x: auto; margin: 1.5rem 0; }
.warning-block { background: #fff3cd; border-left: 4px solid #f39c12; padding: 1.5rem; border-radius: 4px; margin: 1.5rem 0; }
.warning-block h3 { color: #2a2a2a; margin-top: 1rem; }
.warning-block ul { padding-left: 1.5rem; }
.dosage-box { background: #f5f2ed; padding: 2rem; border-radius: 8px; text-align: center; margin: 2rem 0; }
.dosage-value { font-size: 2rem; font-weight: 700; color: #3d5a3d; margin-bottom: 0.5rem; }
.dosage-text { font-size: 1rem; color: #666; margin-bottom: 1rem; }
.dosage-note { color: #999; font-size: 0.9rem; }
.steps-visual { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; margin: 2rem 0; }
.step-item-large { background: #f5f2ed; padding: 2rem; border-radius: 8px; }
.step-item-large .step-num { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: #3d5a3d; color: #fff; border-radius: 50%; font-weight: 700; font-size: 1.25rem; margin-bottom: 1rem; }
.step-item-large h3 { margin-bottom: 0.75rem; font-size: 1.1rem; }
.step-item-large p { color: #666; font-size: 0.95rem; }
.tips-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; margin: 2rem 0; }
.tip-card { background: #f5f2ed; padding: 1.5rem; border-radius: 8px; text-align: center; }
.tip-card i { font-size: 2rem; color: #3d5a3d; margin-bottom: 0.75rem; display: block; }
.tip-card h4 { margin-bottom: 0.5rem; }
.tip-card p { color: #666; font-size: 0.95rem; }
.usage-timeline { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.timeline-item { background: #fff; padding: 1.5rem; border-radius: 8px; border-left: 4px solid #3d5a3d; }
.timeline-item h4 { color: #3d5a3d; }
.ingredient-process { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; margin: 2rem 0; }
.process-step { background: rgba(255,255,255,0.1); padding: 1.5rem; border-radius: 8px; text-align: center; }
.process-step i { font-size: 2rem; color: #fff; margin-bottom: 0.75rem; display: block; }
.process-step h4 { color: #fff; }
.process-step p { color: rgba(255,255,255,0.9); font-size: 0.95rem; }
.split-block { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; margin: 2rem 0; }
.split-block h3 { margin-top: 0; }
.split-reverse { direction: rtl; }
.split-reverse > * { direction: ltr; }
@media (max-width: 768px) {
  .split-block { grid-template-columns: 1fr; }
  .order-layout { grid-template-columns: 1fr; gap: 2rem; }
  .hero { padding: 3rem 0; }
  .hero-title { font-size: 2rem; }
  .hero-actions { flex-direction: column; }
}
.media { margin: 0; overflow: hidden; }
.media-4x3 { aspect-ratio: 4/3; }
.media-1x1 { aspect-ratio: 1/1; }
.media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rating-summary { text-align: center; margin: 2rem 0; }
.rating-big { font-size: 3rem; font-weight: 700; color: #3d5a3d; }
.rating-stars { font-size: 1.2rem; color: #f39c12; margin: 0.5rem 0; }
.rating-distribution { margin: 2rem 0; }
.rating-bar-item { display: grid; grid-template-columns: 80px 1fr 120px; gap: 1rem; align-items: center; margin-bottom: 1rem; }
.rating-label { font-size: 0.9rem; }
.rating-bar-container { background: #e0e0e0; height: 8px; border-radius: 4px; overflow: hidden; }
.rating-bar-fill { background: linear-gradient(90deg, #3d5a3d 0%, #5a8d5a 100%); height: 100%; }
.rating-count { text-align: right; font-size: 0.85rem; color: #666; }
.feedback-topics { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2rem; margin: 2rem 0; }
.feedback-item { padding: 1.5rem; background: rgba(255,255,255,0.1); border-radius: 8px; }
.feedback-item h4 { color: #fff; margin-bottom: 0.5rem; }
.feedback-item i { color: #a8d5a8; margin-right: 0.5rem; }
.feedback-item p { color: rgba(255,255,255,0.9); font-size: 0.95rem; }
.timeline-process { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.timeline-step { text-align: center; }
.shipping-table { width: 100%; border-collapse: collapse; }
.shipping-table th { background: #3d5a3d; color: #fff; padding: 0.75rem; }
.shipping-table td { padding: 0.75rem; border-bottom: 1px solid #ddd; }
.benefits-shipping { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin: 2rem 0; }
.benefit-item { text-align: center; }
.benefit-item i { font-size: 2rem; color: #fff; margin-bottom: 0.75rem; display: block; }
.benefit-item h4 { color: #fff; }
.benefit-item p { color: rgba(255,255,255,0.9); font-size: 0.95rem; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.umre { background: #fff; padding: 2rem; border-radius: 8px; border: 1px solid #ddd; }
.contact-info { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-info h3 { margin-top: 0; }
.contact-info-item { display: flex; gap: 1rem; }
.contact-info-item i { font-size: 1.5rem; color: #3d5a3d; flex-shrink: 0; margin-top: 0.25rem; }
.contact-info-item div { flex: 1; }
.lf-calc-section { margin: 2rem 0; }
.ubnw { background: #f5f2ed; padding: 1.5rem; border-radius: 8px; margin: 1rem 0; }
.ubnw label { display: block; margin-bottom: 1rem; }
.ubnw label input { margin-right: 0.5rem; }
.undi { background: #fff; padding: 1rem; border-radius: 6px; border-left: 4px solid #3d5a3d; margin-top: 1rem; }
.site-footer { background: #2a2a2a; color: #ccc; padding: 3rem 0 1rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.footer-brand h4, .footer-col h4 { color: #fff; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.9rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.5rem; }
.footer-col a { color: #a8d5a8; }
.footer-col a:hover { text-decoration: underline; }
.footer-legal-links { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; padding: 1.5rem 0; border-top: 1px solid #444; }
.footer-legal-links a { color: #a8d5a8; font-size: 0.9rem; }
.footer-disclaimer { text-align: center; font-size: 0.8rem; color: #999; margin-bottom: 1rem; line-height: 1.4; }
.footer-bottom { text-align: center; font-size: 0.85rem; color: #666; padding-top: 1rem; border-top: 1px solid #444; }
.utsz { position: fixed; bottom: 0; left: 0; right: 0; background: #2a2a2a; color: #fff; padding: 1.5rem; z-index: 1000; }
.cookie-banner-inner { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; }
.cookie-banner-text { flex: 1; font-size: 0.9rem; }
.cookie-banner-text a { color: #a8d5a8; }
.cookie-banner-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.uksu { position: fixed; inset: 0; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; z-index: 1001; padding: 1rem; }
.ufhg { background: #fff; border-radius: 8px; padding: 2rem; max-width: 500px; width: 100%; max-height: 80vh; overflow-y: auto; }
.ufhg h2 { margin-top: 0; }
.cookie-toggle { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; border-bottom: 1px solid #ddd; gap: 1rem; }
.cookie-toggle div h4 { margin: 0 0 0.25rem 0; }
.cookie-toggle div p { margin: 0; font-size: 0.85rem; color: #666; }
.switch { position: relative; display: inline-block; width: 50px; height: 24px; flex-shrink: 0; }
.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.2s; border-radius: 24px; }
.slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 3px; background-color: white; transition: 0.2s; border-radius: 50%; }
input:checked + .slider { background-color: #3d5a3d; }
input:checked + .slider:before { transform: translateX(26px); }
.cookie-modal-actions { display: flex; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; }
.legal-text { max-width: 800px; }
.legal-text h2 { font-size: 1.4rem; margin-top: 1.5rem; margin-bottom: 0.75rem; }
.legal-text ul { padding-left: 1.5rem; margin-bottom: 1rem; }
.legal-text li { margin-bottom: 0.5rem; }

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.utsz{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}
.utsz.is-visible,.cookie-banner--visible,.utsz.show,.utsz.active{transform:none !important}
.utsz a{color:inherit;text-decoration:underline}
.utsz button{cursor:pointer}
.uksu{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}
.uksu.is-visible,.cookie-modal--visible,.uksu.show,.uksu.active{display:flex !important}
.ufhg,.uksu>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.uhfq .uzgq,.uhfq .ubnw,.uhfq .uvfn,.uhfq .uuge,.uktk .uzgq,.uktk .ubnw,.uktk .uvfn,.uktk .uuge{background:#fff !important;color:#1a1a1a !important}
.uzgq,.ubnw{color:#1a1a1a !important}
.uzgq label,.ubnw label,.uzgq p,.ubnw p,.uzgq .uril,.uzgq span,.ubnw span,.undi,.ungv,.uvfn .ufil,.uvfn .ufil *{color:#1a1a1a !important}
.undi,.ungv{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uzgq .ubtf{color:#1a1a1a !important}
.uzgq .ubtf.is-sel{color:#fff !important}
.uctb .uhqb{display:none}
.uctb .uhqb.is-visible{display:block !important;color:#c0392b}
.uctb .uvvp,.uctb [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uctb{color:#1a1a1a}
.uhfq .uctb,.uktk .uctb{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uhzj{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uhzj img{width:100%;height:100%;object-fit:cover}
.uzyo,.uuff{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uzyo img,.uuff img{width:100%;height:100%;object-fit:cover;display:block}
.uzyo img{opacity:.28}
.uuff img{opacity:.07}
*:has(> .uzyo),*:has(> .uuff){position:relative}
.uuzg{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)}
.uuzg .uozz{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uuzg .uhgp{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.ueml{margin:1.4rem auto;max-width:920px}
.ueml img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uscn{padding:3rem 0}
.uies{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uies img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uuge{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.ukur{display:flex;overflow:hidden;gap:0 !important}
.utus{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.upjv{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}
.uuhk{left:.5rem}.uskj{right:.5rem}
.uvfn .ufil{display:none}.uvfn .ufil.is-active{display:block}
.uzgq .utvj{display:block !important}
.uzgq .uuiu{display:flex;flex-wrap:wrap;gap:.5rem}
.uzgq .ubtf{cursor:pointer}
