*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.6; color: #333; background: #fff; }
a { color: #1a472a; text-decoration: none; transition: color 0.2s; }
a:hover { color: #2d6e3f; }
button { cursor: pointer; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.disclosure-bar { background: #2d6e3f; color: #f5f1e8; padding: 0.75rem 0; text-align: center; font-size: 0.9rem; }
header.urtv { background: #fff; border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; }
.logo { font-family: 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 700; color: #1a472a; display: flex; align-items: center; }
.uxzy { display: none; flex-direction: column; background: none; border: none; padding: 0.5rem; cursor: pointer; }
.uxzy span { width: 25px; height: 2.5px; background: #333; margin: 5px 0; transition: all 0.3s; }
.uwkx { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
.uwkx a { color: #333; transition: color 0.2s; }
.uwkx a:hover { color: #2d6e3f; }
.btn { display: inline-block; padding: 0.75rem 1.5rem; border-radius: 6px; font-weight: 600; text-align: center; cursor: pointer; border: none; font-family: inherit; transition: all 0.2s; font-size: 0.95rem; }
.btn-primary { background: #2d6e3f; color: #fff; }
.btn-primary:hover { background: #1a472a; }
.btn-outline { background: transparent; color: #1a472a; border: 2px solid #1a472a; }
.btn-outline:hover { background: #f5f1e8; }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.85rem; }
.btn-block { width: 100%; }
.btn-lg { padding: 1rem 2rem; font-size: 1.05rem; }
.section { padding: 4rem 0; }
.section-alt { background: #f9f8f6; }
.uzxi { background: #2d6e3f; color: #f5f1e8; }
.uzxi h2, .uzxi h3 { color: #f5f1e8; }
.uewa { background: #1a1a1a; color: #f5f1e8; }
.uewa a { color: #7ec989; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.section-title { font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 700; margin-bottom: 2rem; color: #1a472a; }
.uzxi .section-title { color: #f5f1e8; }
.hero { background: linear-gradient(135deg, #f9f8f6 0%, #eef3eb 100%); position: relative; overflow: hidden; }
.uqjs { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.12; z-index: 0; }
.uqjs img { width: 100%; height: 100%; object-fit: cover; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; position: relative; z-index: 1; }
.hero-content h1 { font-family: 'Outfit', sans-serif; font-size: 3rem; font-weight: 700; line-height: 1.2; margin-bottom: 1.5rem; color: #1a472a; }
.hero-eyebrow { display: block; font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: #2d6e3f; margin-bottom: 0.5rem; }
.hero-title { margin: 0; }
.checklist { list-style: none; margin: 1.5rem 0; }
.checklist li { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.check-ic { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: #2d6e3f; color: #fff; border-radius: 50%; font-size: 0.9rem; flex-shrink: 0; }
.hero-rating { color: #666; font-size: 0.95rem; margin: 1rem 0; }
.stars { color: #ffc107; }
.price-block { display: flex; align-items: baseline; gap: 1rem; margin: 1.5rem 0; }
.price-old { text-decoration: line-through; color: #999; font-size: 1.1rem; }
.price-new { font-family: 'Outfit', sans-serif; font-size: 2.5rem; font-weight: 700; color: #1a472a; }
.price-badge { background: #e74c3c; color: #fff; padding: 0.25rem 0.75rem; border-radius: 20px; font-size: 0.85rem; font-weight: 600; }
.hero-actions { display: flex; gap: 1rem; margin: 2rem 0; flex-wrap: wrap; }
.hero-note { font-size: 0.9rem; color: #666; }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; height: auto; display: block; }
.media { position: relative; }
.media-1x1 { aspect-ratio: 1; }
.hero-simple { text-align: center; padding: 3rem 0; }
.hero-simple h1 { font-family: 'Outfit', sans-serif; font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; }
.lead { font-size: 1.2rem; color: #666; margin-bottom: 1rem; }
.badge { display: inline-block; background: #2d6e3f; color: #fff; padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.85rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 2rem; }
.benefit-card { padding: 2rem; background: #f9f8f6; border-radius: 8px; text-align: center; }
.benefit-card i { font-size: 2.5rem; color: #2d6e3f; margin-bottom: 1rem; }
.benefit-card h3 { font-family: 'Outfit', sans-serif; font-size: 1.1rem; margin-bottom: 0.5rem; }
.benefit-card p { color: #666; font-size: 0.95rem; }
.uzxi .benefit-card { background: rgba(255,255,255,0.1); color: #f5f1e8; }
.uzxi .benefit-card p { color: #e8e8e8; }
.uzxi .benefit-card i { color: #a8d5ba; }
.testimonial { padding: 1.5rem; background: #fff; border: 1px solid #eee; border-radius: 8px; }
.testimonial .stars { display: block; margin-bottom: 1rem; }
.testimonial p { font-size: 0.95rem; color: #666; margin-bottom: 1rem; font-style: italic; }
.testimonial cite { display: block; color: #999; font-size: 0.9rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 2rem; }
.testimonial-large { grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); }
.testimonial-disclaimer { text-align: center; color: #999; font-size: 0.9rem; margin-bottom: 2rem; font-style: italic; }
.order-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.order-visual { text-align: center; }
.product-pack { max-width: 300px; height: auto; margin: 0 auto; display: block; }
.ukbw { background: #f9f8f6; padding: 2rem; border-radius: 8px; }
.ukbw h3 { font-family: 'Outfit', sans-serif; font-size: 1.3rem; margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-weight: 600; margin-bottom: 0.5rem; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.75rem; border: 1px solid #ddd; border-radius: 6px; font-family: inherit; font-size: 1rem; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: #2d6e3f; box-shadow: 0 0 0 3px rgba(45, 110, 63, 0.1); }
.ujyk { display: none; color: #e74c3c; font-size: 0.85rem; margin-top: 0.25rem; }
.ujyk.show { display: block; }
.form-group.error input, .form-group.error textarea, .form-group.error select { border-color: #e74c3c; }
.form-checkbox input { width: auto; margin-right: 0.75rem; }
.form-checkbox label { display: flex; align-items: flex-start; font-weight: normal; }
.uaar { display: none; }
.phone-row { display: flex; gap: 0.5rem; }
.phone-row select { flex: 0 0 auto; width: auto; }
.phone-row input { flex: 1; }
.order-note { text-align: center; color: #999; font-size: 0.85rem; margin-top: 1rem; }
.trust-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.5rem; margin-top: 2rem; text-align: center; }
.trust-item { padding: 1rem; }
.trust-item i { font-size: 2rem; color: #2d6e3f; margin-bottom: 0.5rem; display: block; }
.trust-item p { font-size: 0.9rem; }
.uzxi .trust-item { color: #f5f1e8; }
.uzxi .trust-item i { color: #a8d5ba; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; justify-content: center; }
.chip { background: #e8f0eb; color: #1a472a; padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.85rem; }
.table-wrap { overflow-x: auto; margin-top: 1.5rem; }
.dose-table { width: 100%; border-collapse: collapse; }
.dose-table th { background: #2d6e3f; color: #fff; padding: 1rem; text-align: left; font-weight: 600; }
.dose-table td { padding: 0.75rem 1rem; border-bottom: 1px solid #eee; }
.dose-table tr:nth-child(even) { background: #f9f8f6; }
.dose-note { text-align: center; color: #999; font-size: 0.85rem; margin-top: 1rem; }
.timeline-v { display: flex; flex-direction: column; gap: 2rem; margin-top: 2rem; }
.tl-step { display: flex; gap: 2rem; }
.tl-dot { width: 50px; height: 50px; background: #2d6e3f; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.2rem; flex-shrink: 0; }
.tl-step h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.tl-step p { color: #666; }
.faq { margin-top: 2rem; }
.ulyz { border-bottom: 1px solid #eee; }
.uygt { width: 100%; padding: 1.5rem 0; background: none; border: none; text-align: left; font-size: 1.05rem; font-weight: 600; color: #1a472a; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: color 0.2s; }
.uygt:hover { color: #2d6e3f; }
.uygt i { transition: transform 0.3s; }
.uygt[aria-expanded="true"] i { transform: rotate(180deg); }
.ueui { overflow: hidden; max-height: 0; transition: max-height 0.3s ease; }
.ueui[aria-hidden="false"] { max-height: 500px; }
.faq-answer-inner { padding-bottom: 1.5rem; color: #666; }
.alert-box { background: #fff3cd; border-left: 4px solid #ffc107; padding: 1.5rem; border-radius: 4px; margin-top: 1.5rem; }
.alert-box h3 { color: #856404; margin-bottom: 1rem; }
.alert-box ul { margin-left: 1.5rem; }
.alert-box li { margin-bottom: 0.5rem; color: #856404; }
.storage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.storage-item { padding: 2rem; background: #f9f8f6; border-radius: 8px; text-align: center; }
.storage-item i { font-size: 2.5rem; color: #2d6e3f; margin-bottom: 1rem; display: block; }
.storage-item h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.storage-item p { color: #666; font-size: 0.95rem; }
.payment-methods { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.payment-item { padding: 2rem; background: #f9f8f6; border-radius: 8px; text-align: center; }
.payment-item i { font-size: 2.5rem; color: #2d6e3f; margin-bottom: 1rem; display: block; }
.payment-item h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.payment-item p { color: #666; font-size: 0.9rem; }
.return-info { margin-top: 2rem; }
.return-info h3 { font-size: 1.1rem; margin-top: 1.5rem; margin-bottom: 0.75rem; }
.return-info ol { margin-left: 1.5rem; }
.return-info li { margin-bottom: 0.5rem; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.ugex { background: #f9f8f6; padding: 2rem; border-radius: 8px; }
.contact-info-panel { background: #f9f8f6; padding: 2rem; border-radius: 8px; }
.contact-info-item { display: flex; gap: 1rem; margin-bottom: 1.5rem; }
.contact-info-item i { font-size: 1.5rem; color: #2d6e3f; flex-shrink: 0; margin-top: 0.25rem; }
.contact-info-item strong { display: block; margin-bottom: 0.25rem; }
.contact-info-item a { color: #1a472a; }
.map-container { margin-top: 2rem; border-radius: 8px; overflow: hidden; }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.value-item { padding: 2rem; background: #f9f8f6; border-radius: 8px; text-align: center; }
.value-item i { font-size: 2.5rem; color: #2d6e3f; margin-bottom: 1rem; display: block; }
.value-item h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.value-item p { color: #666; font-size: 0.95rem; }
.ingredient-card { padding: 1.5rem; background: #f9f8f6; border-radius: 8px; margin-bottom: 1rem; }
.ingredient-card h3 { font-size: 1.05rem; margin-bottom: 0.5rem; color: #1a472a; }
.ingredient-card p { color: #666; font-size: 0.95rem; }
.ingredient-spotlight { margin-top: 2rem; }
.order-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.step { text-align: center; }
.step-number { display: inline-block; width: 50px; height: 50px; background: #2d6e3f; color: #fff; border-radius: 50%; font-size: 1.5rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.step h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.step p { color: #666; font-size: 0.95rem; }
.cta-band-container { text-align: center; padding: 3rem 0; }
.cta-band-container h2 { font-size: 2rem; margin-bottom: 1rem; }
.cta-band-container p { font-size: 1.1rem; color: #666; margin-bottom: 2rem; }
.rating-summary { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.rating-big { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.rating-number { font-family: 'Outfit', sans-serif; font-size: 3.5rem; font-weight: 700; color: #1a472a; }
.rating-count { color: #999; font-size: 0.95rem; }
.benefit-item { display: flex; flex-direction: column; align-items: center; gap: 1rem; padding: 2rem; text-align: center; }
.benefit-item i { font-size: 2rem; color: #2d6e3f; }
.benefit-item h3 { font-size: 1rem; }
.benefit-item p { color: #666; font-size: 0.9rem; }
.uzxi .benefit-item i { color: #a8d5ba; }
.uzxi .benefit-item h3, .uzxi .benefit-item p { color: #f5f1e8; }
.legal-content h2 { font-family: 'Outfit', sans-serif; font-size: 1.5rem; margin-top: 2rem; margin-bottom: 1rem; }
.legal-content h3 { font-size: 1.1rem; margin-top: 1.5rem; margin-bottom: 0.75rem; }
.legal-content p { color: #666; margin-bottom: 1rem; line-height: 1.8; }
.legal-content ul { margin-left: 1.5rem; }
.legal-content li { margin-bottom: 0.75rem; }
.legal-content ol { margin-left: 1.5rem; }
.legal-content a { color: #1a472a; text-decoration: underline; }
.legal-content strong { color: #1a472a; }
.thank-you-container { max-width: 600px; }
.uzww { position: fixed; bottom: 0; left: 0; right: 0; background: #2d6e3f; color: #f5f1e8; padding: 2rem; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.1); }
.cookie-banner-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; }
.cookie-banner-text { margin: 0; flex: 1; min-width: 200px; }
.cookie-banner-text a { color: #a8d5ba; text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.uzww .btn { font-size: 0.85rem; padding: 0.5rem 1rem; }
.uzww .btn-primary { background: #a8d5ba; color: #1a472a; }
.uzww .btn-primary:hover { background: #8bc97d; }
.uzww .btn-outline { color: #a8d5ba; border-color: #a8d5ba; }
.uzww .btn-outline:hover { background: rgba(168, 213, 186, 0.1); }
.upiz { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); display: none; align-items: center; justify-content: center; z-index: 1001; }
.upiz[aria-hidden="false"] { display: flex; }
.ulir { background: #fff; border-radius: 8px; padding: 2rem; max-width: 500px; width: 90%; max-height: 90vh; overflow-y: auto; }
.upiz h2 { font-size: 1.5rem; margin-bottom: 1rem; }
.cookie-toggle { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #eee; }
.cookie-toggle:last-of-type { border-bottom: none; }
.cookie-toggle h4 { font-size: 1rem; margin-bottom: 0.25rem; }
.cookie-toggle p { color: #999; font-size: 0.85rem; margin: 0; }
.switch { display: inline-block; position: relative; width: 50px; height: 24px; }
.switch input { display: none; }
.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: 20px; width: 20px; left: 2px; bottom: 2px; background-color: white; transition: 0.3s; border-radius: 50%; }
input:checked + .slider { background-color: #2d6e3f; }
input:checked + .slider:before { transform: translateX(26px); }
.cookie-modal-actions { display: flex; gap: 1rem; margin-top: 2rem; }
.upiz .btn { flex: 1; }
.content-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 1.5rem; align-items: start; }
site-footer { background: #1a1a1a; color: #f5f1e8; padding: 4rem 0 1rem; }
.site-footer { background: #1a1a1a; color: #f5f1e8; padding: 4rem 0 1rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.footer-brand p { color: #c8c8c8; font-size: 0.95rem; line-height: 1.6; }
.footer-col h4 { font-family: 'Outfit', sans-serif; font-size: 1.05rem; margin-bottom: 1rem; color: #f5f1e8; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.5rem; }
.footer-col a { color: #a8d5ba; }
.footer-col a:hover { color: #f5f1e8; }
.footer-col p { color: #c8c8c8; font-size: 0.9rem; line-height: 1.6; }
.footer-legal-links { text-align: center; padding: 1.5rem 0; border-top: 1px solid #333; border-bottom: 1px solid #333; margin-bottom: 1.5rem; }
.footer-legal-links a { color: #a8d5ba; margin: 0 1rem; font-size: 0.9rem; }
.footer-legal-links a:hover { color: #f5f1e8; }
.footer-disclaimer { background: #0d2818; padding: 1.5rem; border-radius: 4px; color: #c8c8c8; font-size: 0.85rem; line-height: 1.6; margin-bottom: 1.5rem; }
.footer-bottom { text-align: center; color: #999; font-size: 0.85rem; }
.footer-bottom span { margin: 0 1rem; }
@media (max-width: 768px) {
  .uxzy { display: flex; }
  .uwkx { display: none; position: absolute; top: 60px; left: 0; right: 0; background: #fff; flex-direction: column; gap: 0; padding: 1rem; border-bottom: 1px solid #eee; }
  .uwkx.active { display: flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-content h1 { font-size: 2rem; }
  .order-layout { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .cookie-banner-inner { flex-direction: column; }
  .cookie-banner-text { order: -1; }
  .ukbw { background: none; padding: 1rem 0; }
  .content-cols { grid-template-columns: 1fr; }
  .section-title { font-size: 1.5rem; }
  .section { padding: 2rem 0; }
}
@media (max-width: 480px) {
  .hero-content h1 { font-size: 1.5rem; }
  .price-new { font-size: 1.8rem; }
  .checklist li { font-size: 0.9rem; }
  .button { padding: 0.5rem 1rem; font-size: 0.85rem; }
  .order-steps { grid-template-columns: 1fr; }
  .storage-grid { grid-template-columns: 1fr; }
  .phase-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .uzww { padding: 1rem; }
  .cookie-banner-actions { justify-content: flex-start; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uzww{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}
.uzww.is-visible,.cookie-banner--visible,.uzww.show,.uzww.active{transform:none !important}
.uzww a{color:inherit;text-decoration:underline}
.uzww button{cursor:pointer}
.upiz{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}
.upiz.is-visible,.cookie-modal--visible,.upiz.show,.upiz.active{display:flex !important}
.ulir,.upiz>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.uewa .uejx,.uewa .uger,.uewa .uwla,.uewa .ukrj,.uzxi .uejx,.uzxi .uger,.uzxi .uwla,.uzxi .ukrj{background:#fff !important;color:#1a1a1a !important}
.uejx,.uger{color:#1a1a1a !important}
.uejx label,.uger label,.uejx p,.uger p,.uejx .ugma,.uejx span,.uger span,.upzm,.uiog,.uwla .ubwc,.uwla .ubwc *{color:#1a1a1a !important}
.upzm,.uiog{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uejx .uuzx{color:#1a1a1a !important}
.uejx .uuzx.is-sel{color:#fff !important}
.ukbw .ujyk{display:none}
.ukbw .ujyk.is-visible{display:block !important;color:#c0392b}
.ukbw .uaar,.ukbw [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.ukbw{color:#1a1a1a}
.uewa .ukbw,.uzxi .ukbw{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.ufgh{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.ufgh img{width:100%;height:100%;object-fit:cover}
.uqjs,.ubej{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uqjs img,.ubej img{width:100%;height:100%;object-fit:cover;display:block}
.uqjs img{opacity:.28}
.ubej img{opacity:.07}
*:has(> .uqjs),*:has(> .ubej){position:relative}
.uyss{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)}
.uyss .urna{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uyss .uiaw{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uhgz{margin:1.4rem auto;max-width:920px}
.uhgz img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.ujee{padding:3rem 0}
.unua{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.unua img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ukrj{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uqhu{display:flex;overflow:hidden;gap:0 !important}
.udey{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uhrw{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}
.uqkq{left:.5rem}.uews{right:.5rem}
.uwla .ubwc{display:none}.uwla .ubwc.is-active{display:block}
.uejx .uoga{display:block !important}
.uejx .ugwp{display:flex;flex-wrap:wrap;gap:.5rem}
.uejx .uuzx{cursor:pointer}
