﻿.product-categories-header-slim{font-size:14px}.price-number{font-size:26px}.products-view-name-link{font-size:14px;font-weight:300}.price-unknown{font-size:13.5px;color:#e20000}.h3{color:#e20000}.available{display:none}li.menu-general-item:nth-child(5){background-color:#f00}.menu__item.menu__item--root.menu__item--alt.cs-br-1:nth-child(8){background-color:#f00}.price-currency{font-size:24px}.products-view-item.text-static.js-products-view-item.photo-view-list{background-color:#f9f9f9}:root{--iv-green:#2E7D32;--iv-green-light:#E8F5E9;--iv-green-dark:#1B5E20;--iv-blue:#1565C0;--iv-blue-light:#E3F2FD;--iv-red:#C62828;--iv-red-light:#FFEBEE;--iv-yellow:#F9A825;--iv-yellow-light:#FFF8E1;--iv-purple:#7B1FA2;--iv-purple-light:#F3E5F5;--iv-white:#FFFFFF;--iv-bg:#F5F5F5;--iv-text:#212121;--iv-text-light:#616161;--iv-border:#E0E0E0;--iv-radius:10px;--iv-radius-sm:6px;--iv-shadow:0 2px 10px rgba(0,0,0,.08);--iv-shadow-hover:0 8px 28px rgba(0,0,0,.14);--iv-transition:.22s ease}.iv-hero{background:linear-gradient(135deg,#1b5e20 0%,#2e7d32 50%,#1565c0 100%);background-size:200% 200%;animation:iv-gradientShift 8s ease infinite;color:#fff;padding:80px 0 70px;overflow:hidden;position:relative}.iv-hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.iv-hero__inner{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;max-width:720px}.iv-hero__title{font-size:clamp(26px,4.5vw,50px);font-weight:700;line-height:1.15;margin:0 0 18px;color:#fff;animation:iv-fadeSlideUp .7s ease both}.iv-hero__subtitle{font-size:17px;line-height:1.7;margin-bottom:32px;opacity:.92;animation:iv-fadeSlideUp .7s .15s ease both;max-width:620px}.iv-hero__btns{display:flex;gap:14px;flex-wrap:wrap;animation:iv-fadeSlideUp .7s .3s ease both}.iv-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:var(--iv-radius);font-weight:600;font-size:15px;line-height:1;transition:all var(--iv-transition);cursor:pointer;white-space:nowrap;text-decoration:none !important;border:none}.iv-btn--white{background:#fff;color:var(--iv-green) !important}.iv-btn--white:hover{background:var(--iv-green-light);box-shadow:0 4px 16px rgba(255,255,255,.3);color:var(--iv-green) !important}.iv-btn--outline-white{border:2px solid rgba(255,255,255,.75);color:#fff !important;background:transparent}.iv-btn--outline-white:hover{background:rgba(255,255,255,.12);border-color:#fff;color:#fff !important}.iv-btn--green{background:var(--iv-green);color:#fff !important}.iv-btn--green:hover{background:var(--iv-green-dark);box-shadow:0 4px 16px rgba(46,125,50,.35);color:#fff !important}.iv-btn--outline-green{border:2px solid var(--iv-green);color:var(--iv-green) !important;background:transparent}.iv-btn--outline-green:hover{background:var(--iv-green-light)}.iv-section{padding:64px 0}.iv-section--gray{background:var(--iv-bg)}.iv-container{max-width:1200px;margin:0 auto;padding:0 20px}.iv-section__title{font-size:clamp(20px,3vw,30px);font-weight:700;text-align:center;color:var(--iv-text);margin:0 0 10px;line-height:1.3}.iv-section__subtitle{font-size:15px;text-align:center;color:var(--iv-text-light);max-width:620px;margin:0 auto 44px;line-height:1.7}.iv-section__cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:36px}.iv-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.iv-cards-grid--4{grid-template-columns:repeat(4,1fr)}.iv-cards-grid--2{grid-template-columns:repeat(2,1fr)}.iv-card{background:#fff;border-radius:var(--iv-radius);padding:26px 22px;border:1px solid var(--iv-border);box-shadow:var(--iv-shadow);transition:transform var(--iv-transition),box-shadow var(--iv-transition)}.iv-card:hover{transform:translateY(-4px);box-shadow:var(--iv-shadow-hover)}.iv-card--link{text-decoration:none !important;color:var(--iv-text) !important;display:block}.iv-card__icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:21px}.iv-card__title{font-size:15px;font-weight:700;margin:0 0 7px;line-height:1.4;color:var(--iv-text)}.iv-card__text{font-size:13px;color:var(--iv-text-light);line-height:1.6;margin:0}.iv-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.iv-about-grid__text .iv-section__title{text-align:left}.iv-about-list{list-style:none;padding:0;margin:18px 0 28px;display:flex;flex-direction:column;gap:10px}.iv-about-list li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--iv-text)}.iv-about-list li .iv-check-icon{color:var(--iv-green);font-weight:bold;flex-shrink:0;font-size:16px}.iv-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.iv-stat-card{background:#fff;border-radius:var(--iv-radius);padding:22px;border:1px solid var(--iv-border);box-shadow:var(--iv-shadow);text-align:center;transition:transform var(--iv-transition),box-shadow var(--iv-transition)}.iv-stat-card:hover{transform:translateY(-3px);box-shadow:var(--iv-shadow-hover)}.iv-stat-card__number{font-size:40px;font-weight:700;color:var(--iv-green);line-height:1;margin-bottom:6px}.iv-stat-card__label{font-size:12px;color:var(--iv-text-light);line-height:1.4}.iv-float-tg{position:fixed;bottom:28px;right:28px;z-index:9999;width:58px;height:58px;border-radius:50%;background:#229ed9;color:#fff !important;display:flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 4px 20px rgba(34,158,217,.5);transition:transform var(--iv-transition),box-shadow var(--iv-transition);text-decoration:none !important}.iv-float-tg:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 8px 28px rgba(34,158,217,.6);color:#fff !important}.iv-float-tg::after{content:'';position:absolute;inset:0;border-radius:50%;background:#229ed9;animation:iv-pulseRing 2.2s ease-out infinite;z-index:-1}@keyframes iv-fadeSlideUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes iv-gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes iv-pulseRing{0%{transform:scale(1);opacity:1}100%{transform:scale(1.55);opacity:0}}.iv-reveal{opacity:0;transform:translateY(28px);transition:opacity .55s ease,transform .55s ease}.iv-reveal.iv-visible{opacity:1;transform:translateY(0)}.iv-reveal:nth-child(2){transition-delay:.08s}.iv-reveal:nth-child(3){transition-delay:.16s}.iv-reveal:nth-child(4){transition-delay:.24s}.iv-reveal:nth-child(5){transition-delay:.32s}.iv-reveal:nth-child(6){transition-delay:.4s}@media(max-width:1024px){.iv-cards-grid--4{grid-template-columns:repeat(2,1fr)}.iv-about-grid{grid-template-columns:1fr;gap:36px}}@media(max-width:768px){.iv-hero{padding:50px 0 44px}.iv-hero__btns{flex-direction:column}.iv-hero__btns .iv-btn{justify-content:center}.iv-section{padding:44px 0}.iv-cards-grid{grid-template-columns:1fr}.iv-cards-grid--4{grid-template-columns:repeat(2,1fr)}.iv-stats-grid{grid-template-columns:repeat(2,1fr)}.iv-section__cta{flex-direction:column;align-items:stretch}.iv-section__cta .iv-btn{justify-content:center}.iv-float-tg{bottom:20px;right:16px;width:52px;height:52px;font-size:22px}}@media(max-width:480px){.iv-cards-grid--4{grid-template-columns:1fr}.iv-stats-grid{grid-template-columns:1fr}.iv-stat-card__number{font-size:32px}}@media(prefers-reduced-motion:reduce){.iv-reveal,.iv-hero__title,.iv-hero__subtitle,.iv-hero__btns{opacity:1 !important;transform:none !important;animation:none !important;transition:none !important}.iv-float-tg::after{display:none}.iv-hero{animation:none !important;background-size:100% !important}}