@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,700;14..32,800;14..32,900&display=swap');:root{--green:#0f8f63;--green-dark:#07543f;--green-soft:#e8f5f0;--dark:#111827;--text:#263244;--muted:#64717f;--border:#d6dee8;--line:#edf2f6;--white:#fff;--page-bg:#f3f6f8;--gloss:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,250,252,.88));--accent-gloss:linear-gradient(135deg,#18b77f 0%,#0c785a 52%,#063f31 100%);--accent-glow:rgba(15,143,99,.24);--container:1180px;--transition:.3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--text);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:var(--transition)}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font-family:inherit;outline:none}button{cursor:pointer}.container{width:min(var(--container), 100% - 40px);margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border:0;border-radius:6px;font-weight:800;line-height:1.2;cursor:pointer;transition:var(--transition)}.btn--primary{background:var(--green);color:#fff}.btn--primary:hover{background:var(--green-dark);box-shadow:0 4px 12px rgba(41,163,97,.3)}.btn--secondary{background:#fff;color:var(--dark);border:1px solid var(--border)}.btn--secondary:hover{background:#f8fafc;border-color:var(--muted)}.btn--small{padding:10px 20px;font-size:14px}.btn--light{background:#fff;color:var(--green)}.btn--light:hover{background:var(--green-soft)}.site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 15px rgba(0,0,0,.05)}body.admin-bar .site-header{top:32px}.header-top{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 0;border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;gap:15px;min-width:0}.logo__img,.logo img,.custom-logo{width:58px;height:58px;max-width:58px;max-height:58px;object-fit:contain;flex-shrink:0}.logo__text{min-width:0}.logo-text{font-size:24px;font-weight:900;color:var(--dark);text-transform:uppercase;line-height:1}.logo-text span{color:var(--green)}.logo-sub{display:block;margin-top:4px;font-size:11px;font-weight:400;color:var(--muted);letter-spacing:.5px}.header-info{display:flex;align-items:center;gap:22px}.header-calc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:11px 18px;border:1px solid var(--green);border-radius:6px;background:#fff;color:var(--green);font-size:14px;font-weight:900;line-height:1.1;white-space:nowrap}.header-calc-btn:hover{background:var(--green-soft);color:var(--green-dark);border-color:var(--green-dark)}.info-item{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--dark)}.info-item-icon{font-size:20px;line-height:1}.phone-block{text-align:right}.phone-link{display:block;margin-bottom:4px;font-size:20px;font-weight:900;line-height:1;color:var(--dark)}.phone-link:hover{color:var(--green)}.work-time{display:block;font-size:12px;color:var(--muted)}.header-nav{display:flex;justify-content:center;padding:12px 0}.header-nav__list,.header-nav ul{display:flex;gap:30px;margin:0;padding:0;list-style:none}.header-nav li a{font-size:14px;font-weight:800;color:var(--dark);text-transform:uppercase;letter-spacing:.5px}.header-nav li a:hover{color:var(--green)}.mobile-menu-toggle{display:none}.burger{display:none;width:42px;height:42px;border:1px solid var(--border);border-radius:8px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;flex-shrink:0}.burger span{display:block;width:22px;height:2px;background:var(--dark);border-radius:10px;transition:.25s ease}.hero{padding:80px 0;background:linear-gradient(to right,rgba(255,255,255,.88) 32%,rgba(255,255,255,.25) 100%),url(//oknasimf.ru/wp-content/themes/okna-theme/assets/img/plastic-windows-hero.jpg) center/cover no-repeat}.hero__inner{display:grid;grid-template-columns:1.2fr 400px;gap:60px;align-items:center}.hero__label{margin-bottom:15px;font-size:14px;font-weight:800;color:var(--green);text-transform:uppercase;letter-spacing:1px}.hero__title{margin-bottom:20px;font-size:clamp(32px, 5vw, 48px);font-weight:900;line-height:1.1;color:var(--dark)}.hero__title span{display:block;color:var(--green)}.hero__text{max-width:600px;margin-bottom:35px;font-size:18px;color:var(--text)}.hero__benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}.hero-benefit{display:flex;align-items:flex-start;gap:12px}.hero-benefit__icon{width:28px;height:28px;margin-top:2px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.hero-benefit strong{display:block;margin-bottom:4px;color:var(--dark);font-size:13px;font-weight:800;line-height:1.2}.hero-benefit p{font-size:11px;color:var(--muted);line-height:1.3}.hero__actions{display:flex;gap:15px}.form-card{padding:35px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 25px 50px -12px rgba(0,0,0,.15)}.form-card__title{margin-bottom:10px;color:var(--dark);font-size:22px;font-weight:900;text-align:center}.form-card__text{margin-bottom:25px;color:var(--muted);font-size:14px;text-align:center}.form-card__field{display:block;margin-bottom:12px}.form-card__field input,.form-card__field textarea{width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:6px;font-size:14px;transition:.2s ease}.form-card__field input:focus,.form-card__field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.form-card__button{width:100%;margin-top:10px}.form-card__policy{margin-top:15px;color:var(--muted);font-size:11px;line-height:1.4;text-align:center}.section-head{margin-bottom:40px;text-align:center}.section-head h2{margin-bottom:10px;color:var(--dark);font-size:32px;font-weight:900}.section-head p{color:var(--muted);font-size:16px}.section-link{margin-top:30px;text-align:center}.section-link a{color:var(--green);font-size:15px;font-weight:800;text-decoration:underline}.quick-categories{padding:40px 0}.catalog-section,.portfolio-section,.glazing-section,.reviews-section{padding:60px 0;background:#f8fafc}.popular-section,.profiles-section,.advantages-section,.faq-section{padding:60px 0;background:#fff}.quick-categories__grid,.catalog-grid,.price-grid,.glazing-grid,.profiles-grid,.portfolio-grid,.advantages-grid,.reviews-grid{display:grid;gap:20px}.quick-categories__grid{grid-template-columns:repeat(3,1fr)}.catalog-grid{grid-template-columns:repeat(3,1fr);gap:25px}.price-grid,.glazing-grid,.profiles-grid{grid-template-columns:repeat(4,1fr)}.portfolio-grid{grid-template-columns:repeat(5,1fr);gap:15px}.advantages-grid{grid-template-columns:repeat(5,1fr);gap:18px}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:22px}.quick-card,.catalog-card,.price-card,.glazing-card,.profile-card,.work-card,.advantage-card,.review-card{background:#fff;border:1px solid var(--line);border-radius:14px;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.quick-card:hover,.catalog-card:hover,.price-card:hover,.glazing-card:hover,.profile-card:hover,.work-card:hover,.advantage-card:hover,.review-card:hover{transform:translateY(-4px);border-color:rgba(41,163,97,.45);box-shadow:0 18px 38px rgba(15,23,42,.1)}.quick-card,.catalog-card{display:flex;align-items:center;gap:20px;padding:20px}.quick-card img{width:100px;height:75px;object-fit:cover;border-radius:8px;flex-shrink:0}.catalog-card img{width:120px;height:90px;object-fit:cover;border-radius:8px;flex-shrink:0}.quick-card h3,.catalog-card__content h3{margin-bottom:4px;color:var(--dark);font-size:18px;font-weight:800}.quick-card p,.catalog-card__content p{margin-bottom:8px;color:var(--muted);font-size:12px}.quick-card span{color:var(--green);font-size:12px;font-weight:800}.catalog-card__content strong{color:var(--green);font-size:18px;font-weight:900}.price-card{padding:30px 20px;box-shadow:0 10px 20px rgba(0,0,0,.02);text-align:center}.price-card h3{margin-bottom:4px;color:var(--dark);font-size:15px;font-weight:800}.price-card p{margin-bottom:15px;color:var(--muted);font-size:12px}.price-card img{height:145px;margin:0 auto 20px;object-fit:contain}.price-card strong{display:block;margin-bottom:15px;color:var(--green);font-size:22px;font-weight:900}.price-card .btn{width:100%}.glazing-card,.profile-card,.work-card{overflow:hidden;box-shadow:0 10px 24px rgba(15,23,42,.04)}.glazing-card img{width:100%;height:185px;object-fit:cover}.profile-card{display:flex;flex-direction:column}.profile-card img{width:100%;height:285px;object-fit:contain;padding:10px;background:#f8fafc;border-bottom:1px solid var(--line)}.glazing-card__content,.profile-card__content{padding:18px}.profile-card__content{flex:1;padding:20px 22px 24px}.glazing-card h3,.profile-card h3{margin-bottom:8px;color:var(--dark);font-size:18px;font-weight:900}.glazing-card p,.profile-card p{color:var(--muted);font-size:14px;line-height:1.55}.work-card img{width:100%;height:200px;object-fit:cover}.work-card h3{padding:15px 15px 4px;color:var(--dark);font-size:14px;font-weight:800}.work-card p{padding:0 15px 15px;color:var(--muted);font-size:12px}.quick-card,.catalog-card,.price-card,.glazing-card,.profile-card,.work-card{overflow:hidden}.quick-card img,.catalog-card img,.price-card img,.glazing-card img,.profile-card img,.work-card img{transition:transform .35s ease}.quick-card:hover img,.catalog-card:hover img,.price-card:hover img,.glazing-card:hover img,.profile-card:hover img,.work-card:hover img{transform:scale(1.06)}.advantages-section{border-top:1px solid var(--line)}.advantage-card{min-height:190px;padding:26px 18px 24px;border:1px solid #e6edf5;border-radius:18px;box-shadow:0 12px 30px rgba(15,23,42,.045);text-align:center}.advantage-card__icon{display:none}.advantage-card__number{display:inline-flex;align-items:center;justify-content:center;min-width:96px;min-height:62px;margin:0 auto 18px;padding:0 16px;background:linear-gradient(135deg,#29a361,#1f824c);color:#fff;border-radius:16px;font-size:25px;font-weight:900;line-height:1;letter-spacing:-.04em;box-shadow:0 12px 24px rgba(41,163,97,.24);white-space:nowrap}.advantage-card h3{margin:0 0 8px;color:var(--dark);font-size:16px;font-weight:900;line-height:1.25}.advantage-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.review-card{padding:26px;box-shadow:0 10px 24px rgba(15,23,42,.04)}.review-card__rating{margin-bottom:14px;color:var(--green);font-size:17px;letter-spacing:2px}.review-card p{margin-bottom:18px;color:var(--text);font-size:15px;line-height:1.65}.review-card strong{display:block;margin-bottom:4px;color:var(--dark);font-size:16px;font-weight:900}.review-card span{display:block;color:var(--muted);font-size:13px}.calc-promo-section{padding:56px 0;background:#fff}.calc-promo{display:grid;grid-template-columns:1.4fr auto;gap:30px;align-items:center;padding:34px;border-radius:18px;background:linear-gradient(135deg,rgba(41,163,97,.1),rgba(240,253,244,1));border:1px solid #d9f3e3;box-shadow:0 18px 45px rgba(15,23,42,.06)}.calc-promo__label{display:inline-flex;margin-bottom:10px;padding:6px 12px;border-radius:999px;background:#fff;color:var(--green);font-size:13px;font-weight:900}.calc-promo h2{margin:0 0 10px;color:var(--dark);font-size:30px;line-height:1.15;font-weight:900}.calc-promo p{max-width:700px;color:var(--text);font-size:16px;line-height:1.6}.calc-promo__actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.faq-layout{display:grid;grid-template-columns:1fr 400px;gap:50px}.faq-item{padding:20px 0;border-bottom:1px solid var(--line)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--dark);font-size:16px;font-weight:800;list-style:none;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:'+';color:var(--green);font-size:20px;flex-shrink:0}.faq-item[open] summary:after{content:'−'}.faq-item p{padding-top:15px;color:var(--text);font-size:14px;line-height:1.6}.faq-cta{padding:45px;background:var(--green);color:#fff;border-radius:16px;box-shadow:0 15px 35px rgba(41,163,97,.2);text-align:center}.faq-cta h3{margin-bottom:10px;font-size:26px;font-weight:900}.faq-cta p{margin-bottom:25px;font-size:15px;opacity:.9}.faq-cta__phone{display:block;margin:25px 0;color:#fff;font-size:28px;font-weight:900}.bottom-form-section{padding:60px 0;background:var(--green-soft)}.bottom-form{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr auto;align-items:center;gap:16px}.bottom-form__content h2{margin-bottom:8px;color:var(--dark);font-size:28px;font-weight:900}.bottom-form__content p{color:var(--muted)}.bottom-form label{width:100%}.bottom-form input,.bottom-form textarea{width:100%;height:52px;padding:0 15px;border:1px solid var(--border);border-radius:6px;font-size:15px}.bottom-form input:focus,.bottom-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.bottom-form .btn{width:100%;min-width:180px;height:52px}.calc-hero{padding:48px 0 50px;background:linear-gradient(135deg,#f8fafc 0%,#f0fdf4 100%);border-bottom:1px solid var(--border)}.calc-hero__inner{display:grid;grid-template-columns:1.4fr 420px;gap:50px;align-items:center}.calc-hero__title{margin-bottom:18px;color:var(--dark);font-size:clamp(34px, 5vw, 50px);font-weight:900;line-height:1.08}.calc-hero__text{max-width:760px;margin-bottom:30px;color:var(--text);font-size:18px}.calc-hero__actions{display:flex;flex-wrap:wrap;gap:14px}.calc-hero__note{padding:30px;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 18px 45px rgba(15,23,42,.08)}.calc-hero__note strong{display:block;margin-bottom:10px;color:var(--dark);font-size:22px;font-weight:900}.calc-hero__note p{color:var(--muted);font-size:15px;line-height:1.6}.window-calc-section{padding:48px 0 70px;background:#fff}.window-calc-layout{display:grid;grid-template-columns:1fr 420px;gap:34px;align-items:start}.window-calc{padding:34px;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 18px 45px rgba(15,23,42,.06)}.window-calc__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.window-calc__group{margin-bottom:18px}.window-calc__label{display:block;margin-bottom:8px;color:var(--dark);font-size:14px;font-weight:900}.window-calc__field,.window-calc input[type=number],.window-calc select{width:100%;height:52px;padding:0 15px;background:#fff;border:1px solid #dbe3ef;border-radius:10px;color:var(--dark);font-size:15px;font-weight:700;transition:.2s ease}.window-calc__field:focus,.window-calc input[type=number]:focus,.window-calc select:focus{border-color:var(--green);box-shadow:0 0 0 4px var(--green-soft)}.window-calc__checks{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:6px}.window-calc__checks label{display:flex;align-items:center;gap:10px;min-height:48px;padding:12px 14px;background:#f8fafc;border:1px solid var(--border);border-radius:12px;color:var(--dark);font-size:15px;font-weight:800;cursor:pointer}.window-calc__checks input{width:18px;height:18px;accent-color:var(--green)}.window-calc-result{position:sticky;top:130px;padding:34px;background:var(--dark);color:#fff;border-radius:20px;box-shadow:0 22px 55px rgba(15,23,42,.18)}body.admin-bar .window-calc-result{top:calc(130px + 32px)}.window-calc-result__label{margin-bottom:10px;color:rgba(255,255,255,.72);font-size:14px}.window-calc-result__price{margin-bottom:16px;font-size:24px;font-weight:900;line-height:1.1}.window-calc-result__price span{color:#fff;font-size:46px}.window-calc-result__note{margin-bottom:22px;color:rgba(255,255,255,.76);font-size:14px;line-height:1.55}.window-calc-request{display:grid;gap:12px;margin-bottom:18px}.window-calc-request input,.window-calc-request textarea{width:100%;height:50px;padding:0 15px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:10px;color:#fff;font-size:15px}.window-calc-request input::placeholder,.window-calc-request textarea::placeholder{color:rgba(255,255,255,.66)}.window-calc-request input:focus,.window-calc-request textarea:focus{background:rgba(255,255,255,.14);border-color:var(--green)}.window-calc-request .btn{width:100%;height:52px}.window-calc-result__phone{display:block;color:#fff;font-size:15px;font-weight:900;text-align:center;text-decoration:underline;text-underline-offset:4px}.error-page{min-height:68vh;padding:90px 0;background:linear-gradient(135deg,rgba(248,250,252,.96),rgba(240,253,244,.92)),url(//oknasimf.ru/wp-content/themes/okna-theme/assets/img/plastic-windows-hero.jpg) center/cover no-repeat}.error-page__inner{display:grid;grid-template-columns:1.25fr 420px;gap:50px;align-items:center}.error-page__code{margin-bottom:12px;color:var(--green);font-size:clamp(82px, 12vw, 150px);font-weight:900;line-height:.85;letter-spacing:-6px}.error-page__title{margin-bottom:18px;color:var(--dark);font-size:clamp(34px, 5vw, 54px);font-weight:900;line-height:1.08}.error-page__text{max-width:680px;margin-bottom:32px;color:var(--text);font-size:18px;line-height:1.65}.error-page__actions{display:flex;flex-wrap:wrap;gap:14px}.error-page__card{padding:34px;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 22px 55px rgba(15,23,42,.12)}.error-page__card h2{margin-bottom:18px;color:var(--dark);font-size:24px;font-weight:900}.error-page__card ul{display:grid;gap:12px;margin:0 0 26px;padding:0;list-style:none}.error-page__card li{position:relative;padding-left:28px;color:var(--text);font-size:15px;line-height:1.45}.error-page__card li:before{content:'✓';position:absolute;left:0;top:-1px;width:20px;height:20px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.error-page__phone{display:block;margin-bottom:6px;color:var(--dark);font-size:26px;font-weight:900;line-height:1.15}.error-page__phone:hover{color:var(--green)}.error-page__time{display:block;color:var(--muted);font-size:14px}.page-content{max-width:920px;margin:0 auto;padding:44px 0}.page-content h1{margin-bottom:22px;color:var(--dark);font-size:42px;font-weight:900;line-height:1.15}.page-content h2{margin:34px 0 14px;color:var(--dark);font-size:28px;font-weight:900;line-height:1.25}.page-content p,.page-content li{color:var(--text);font-size:17px;line-height:1.65}.page-content ul,.page-content ol{margin:0 0 22px 24px}.page-content hr{margin:28px 0;border:0;border-top:1px solid var(--border)}.free-measure{padding:60px 0;background:var(--green-soft)}.free-measure__inner{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.free-measure__content h2{margin-bottom:16px;font-size:32px;font-weight:900;color:var(--dark)}.free-measure__content p{margin-bottom:20px;color:var(--text);font-size:16px;line-height:1.55}.free-measure__content ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.free-measure__content li{padding-left:28px;position:relative;font-size:15px;color:var(--dark)}.free-measure__content li:before{content:'✓';position:absolute;left:0;top:-1px;width:20px;height:20px;background:var(--green);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.free-measure__form{background:#fff;padding:34px;border-radius:20px;box-shadow:0 20px 35px rgba(0,0,0,.05)}.free-measure__form form{display:grid;gap:15px}.free-measure__form input{width:100%;height:54px;padding:0 18px;border:1px solid var(--border);border-radius:10px;font-size:16px}.free-measure__form input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.free-measure__form .btn{width:100%}.plastic-page{background:var(--page-bg)}.plastic-page .section-head{margin-bottom:34px}.plastic-page .section-head h2{color:var(--dark)}.plastic-section{padding:72px 0;background:#fff}.plastic-section--soft{background:var(--page-bg)}.plastic-kicker{margin-bottom:14px;color:var(--green);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.plastic-hero{padding:76px 0;background:linear-gradient(135deg,#f4f7f8,#f0fdf4)}.plastic-hero__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.plastic-hero__title{max-width:760px;margin:0 0 20px;color:var(--dark);font-size:clamp(36px, 5vw, 58px);font-weight:900;line-height:1.06;letter-spacing:-.04em}.plastic-hero__text{max-width:700px;margin:0 0 30px;color:var(--text);font-size:18px;line-height:1.65}.plastic-hero__prices{display:grid;grid-template-columns:repeat(4,minmax(0, 1fr));gap:12px;margin:0 0 24px}.plastic-hero__prices div{min-height:92px;padding:16px;background:rgba(255,255,255,.82);border:1px solid #e1eaf2;border-radius:14px;box-shadow:0 12px 28px rgba(15,23,42,.055)}.plastic-hero__prices strong{display:block;margin-bottom:6px;color:var(--dark);font-size:19px;font-weight:900;line-height:1.2}.plastic-hero__prices span{display:block;color:var(--muted);font-size:13px;line-height:1.35}.plastic-hero__benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:32px}.plastic-benefit{display:flex;gap:12px;padding:14px;background:#fff;border:1px solid #e6edf5;border-radius:14px;box-shadow:0 10px 24px rgba(15,23,42,.045)}.plastic-benefit span{width:28px;height:28px;flex:0 0 28px;display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:#fff;border-radius:50%;font-weight:900}.plastic-benefit strong{display:block;margin-bottom:4px;color:var(--dark);font-size:13px;font-weight:900;line-height:1.2}.plastic-benefit p{margin:0;color:var(--muted);font-size:12px;line-height:1.35}.plastic-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.plastic-hero__side{display:grid;gap:18px}.plastic-hero__photo{position:relative;overflow:hidden;margin:0;min-height:260px;border:1px solid #e1eaf2;border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.12)}.plastic-hero__photo img{display:block;width:100%;height:320px;object-fit:cover}.plastic-hero__form-card{width:100%;max-width:520px;justify-self:end;padding:28px;background:#fff;border:1px solid #e1eaf2;border-radius:22px;box-shadow:0 24px 70px rgba(15,23,42,.12)}.plastic-lead-form{display:grid;gap:14px}.plastic-lead-form h2{margin:0 0 2px;color:var(--dark);font-size:28px;font-weight:900;line-height:1.15}.plastic-lead-form p{margin:0;color:var(--muted);font-size:15px;line-height:1.5}.plastic-lead-form label{display:block;margin:0}.plastic-lead-form input,.plastic-lead-form select,.plastic-lead-form textarea{width:100%;min-height:52px;padding:0 16px;background:#f8fafc;border:1px solid #d8e2eb;border-radius:10px;color:var(--dark);font-size:15px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.plastic-lead-form textarea{min-height:96px;padding-top:14px;resize:vertical}.plastic-lead-form input:focus,.plastic-lead-form select:focus,.plastic-lead-form textarea:focus{background:#fff;border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.plastic-lead-form .btn{width:100%;min-height:54px}.plastic-form-note{color:var(--muted);font-size:12px !important;line-height:1.45 !important}.plastic-hero__image,.plastic-split__image{overflow:hidden;border-radius:24px;border:1px solid #e6edf5;background:#fff;box-shadow:0 24px 60px rgba(15,23,42,.12)}.plastic-hero__image img{width:100%;max-width:100%;height:500px;object-fit:cover}.plastic-feature-grid,.plastic-image-grid,.plastic-product-grid,.plastic-price-grid,.plastic-work-grid,.plastic-reviews-grid,.plastic-steps,.plastic-mini-grid{display:grid;gap:20px}.plastic-feature-grid{grid-template-columns:repeat(4,1fr);gap:18px}.plastic-image-grid,.plastic-product-grid,.plastic-price-grid{grid-template-columns:repeat(4,1fr)}.plastic-work-grid,.plastic-reviews-grid{grid-template-columns:repeat(3,1fr);gap:22px}.plastic-steps{grid-template-columns:repeat(5,1fr);gap:16px}.plastic-mini-grid{grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}.plastic-feature-card,.plastic-image-card,.plastic-product-card,.plastic-price-card,.plastic-work-card,.plastic-review-card,.plastic-step,.plastic-mini-grid div,.plastic-mini-grid a{background:#fff;border:1px solid #e6edf5;border-radius:18px;box-shadow:0 12px 30px rgba(15,23,42,.045);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.plastic-feature-card:hover,.plastic-image-card:hover,.plastic-product-card:hover,.plastic-price-card:hover,.plastic-work-card:hover,.plastic-review-card:hover{transform:translateY(-5px);border-color:rgba(41,163,97,.45);box-shadow:0 20px 44px rgba(15,23,42,.1)}.plastic-feature-card{padding:26px 22px}.plastic-feature-card__number,.plastic-step span{display:inline-flex;align-items:center;justify-content:center;font-weight:900}.plastic-feature-card__number{min-width:54px;height:38px;margin-bottom:18px;padding:0 12px;background:linear-gradient(135deg,#29a361,#1f824c);color:#fff;border-radius:12px}.plastic-feature-card h3,.plastic-image-card h3,.plastic-product-card h3,.plastic-price-card h3,.plastic-work-card h3,.plastic-step h3{margin:0 0 8px;color:var(--dark);font-weight:900;line-height:1.25}.plastic-feature-card h3,.plastic-image-card h3,.plastic-product-card h3,.plastic-price-card h3,.plastic-work-card h3{font-size:18px}.plastic-feature-card p,.plastic-image-card p,.plastic-product-card p,.plastic-price-card p,.plastic-work-card p,.plastic-step p{margin:0;color:var(--muted);line-height:1.55}.plastic-feature-card p,.plastic-image-card p,.plastic-product-card p,.plastic-price-card p,.plastic-work-card p{font-size:14px}.plastic-image-card,.plastic-product-card,.plastic-price-card,.plastic-work-card{overflow:hidden}.plastic-image-card img{width:100%;height:210px;object-fit:cover}.plastic-image-card div{padding:20px}.plastic-product-card,.plastic-price-card{padding:22px;text-align:center}.plastic-product-card img{width:100%;height:190px;object-fit:contain;margin-bottom:18px}.plastic-price-card img{width:100%;height:170px;object-fit:contain;margin-bottom:16px}.plastic-price-card strong{display:block;margin:14px 0;color:var(--green);font-size:24px;font-weight:900}.plastic-price-card .btn{width:100%}.plastic-note{max-width:860px;margin:28px auto 0;color:var(--text);font-size:16px;line-height:1.65;text-align:center}.plastic-middle-lead{padding:72px 0;background:#fff}.plastic-middle-lead__box{display:grid;grid-template-columns:1.15fr .85fr;gap:42px;align-items:center;padding:42px;background:radial-gradient(circle at top left,rgba(41,163,97,.14),transparent 36%),linear-gradient(135deg,#f0fdf4,#fff);border:1px solid #d9f3e3;border-radius:24px;box-shadow:0 22px 55px rgba(15,23,42,.08)}.plastic-middle-lead__content h2{max-width:680px;margin:0 0 16px;color:var(--dark);font-size:36px;font-weight:900;line-height:1.15;letter-spacing:-.03em}.plastic-middle-lead__content p{max-width:680px;margin:0 0 22px;color:var(--text);font-size:16px;line-height:1.65}.plastic-middle-lead__content ul{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px;margin:0;padding:0;list-style:none}.plastic-middle-lead__content li,.plastic-check-list li,.free-measure__content li{position:relative;padding-left:30px;color:var(--dark);font-size:15px;line-height:1.45}.plastic-middle-lead__content li{font-weight:700}.plastic-middle-lead__content li:before,.plastic-check-list li:before{content:'✓';position:absolute;left:0;top:0;width:20px;height:20px;background:var(--green);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.plastic-middle-lead__form{padding:30px;background:#fff;border:1px solid #e6edf5;border-radius:20px;box-shadow:0 18px 42px rgba(15,23,42,.1)}.plastic-middle-lead__form h3{margin:0 0 18px;color:var(--dark);font-size:25px;font-weight:900;text-align:center}.plastic-middle-lead__form label{display:block;margin-bottom:12px}.plastic-middle-lead__form input,.plastic-calc-form input{width:100%;height:54px;padding:0 16px;background:#fff;border:1px solid var(--border);border-radius:10px;color:var(--dark);font-size:15px}.plastic-middle-lead__form input:focus,.plastic-calc-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.plastic-middle-lead__form .btn{width:100%;height:54px;margin-top:4px}.plastic-middle-lead__form p{margin:14px 0 0;color:var(--muted);font-size:11px;line-height:1.45;text-align:center}.plastic-split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.plastic-split--reverse{grid-template-columns:.95fr 1.05fr}.plastic-split__content h2{margin:0 0 18px;color:var(--dark);font-size:36px;font-weight:900;line-height:1.16}.plastic-split__content p{margin:0 0 20px;color:var(--text);font-size:16px;line-height:1.7}.plastic-split__image img{width:100%;height:420px;object-fit:cover}.plastic-split__image--contain img{object-fit:contain;padding:22px;background:#f8fafc}.plastic-check-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.plastic-mini-grid div,.plastic-mini-grid a{padding:18px;text-decoration:none;display:block}.plastic-mini-grid strong{display:block;margin-bottom:6px;color:var(--dark);font-size:15px;font-weight:900}.plastic-mini-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.plastic-step{padding:24px 18px}.plastic-step span{margin-bottom:16px;padding:8px 12px;background:var(--green-soft);color:var(--green);border-radius:999px;font-size:13px}.plastic-step h3{font-size:16px}.plastic-step p{font-size:13px;line-height:1.5}.plastic-work-card img{width:100%;height:260px;object-fit:cover}.plastic-work-card h3{padding:20px 20px 6px}.plastic-work-card p{padding:0 20px 22px}.plastic-review-card{padding:26px}.plastic-review-card__rating{margin-bottom:14px;color:var(--green);font-size:18px;letter-spacing:3px}.plastic-review-card p{margin:0 0 18px;color:var(--text);font-size:15px;line-height:1.65}.plastic-review-card strong{display:block;margin-bottom:4px;color:var(--dark);font-size:16px;font-weight:900}.plastic-review-card span{display:block;color:var(--muted);font-size:13px}.plastic-faq{max-width:920px;margin:0 auto;background:#fff;border:1px solid #e6edf5;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.045)}.plastic-faq__item{border-bottom:1px solid #edf2f7}.plastic-faq__item:last-child{border-bottom:0}.plastic-faq__item summary{display:flex;justify-content:space-between;gap:20px;padding:22px 26px;color:var(--dark);font-size:16px;font-weight:900;cursor:pointer;list-style:none}.plastic-faq__item summary::-webkit-details-marker{display:none}.plastic-faq__item summary:after{content:'+';color:var(--green);font-size:22px;font-weight:900}.plastic-faq__item[open] summary:after{content:'−'}.plastic-faq__item p{margin:0;padding:0 26px 22px;color:var(--text);font-size:15px;line-height:1.65}.plastic-calc-section{padding:64px 0;background:var(--green-soft)}.plastic-calc-form{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr auto;gap:16px;align-items:center}.plastic-calc-form__content h2{margin:0 0 8px;color:var(--dark);font-size:28px;font-weight:900;line-height:1.18}.plastic-calc-form__content p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}.plastic-calc-form input{height:52px;border-radius:8px}.plastic-calc-form .btn{height:52px;white-space:nowrap}.plastic-image-card img,.plastic-product-card img,.plastic-price-card img,.plastic-work-card img{transition:transform .35s ease}.plastic-image-card:hover img,.plastic-product-card:hover img,.plastic-price-card:hover img,.plastic-work-card:hover img{transform:scale(1.06)}.site-footer{background:#031b16;color:#fff;padding:56px 0 28px;font-family:inherit}.site-footer a:hover{color:#34c46b}.site-footer__inner{max-width:1180px;margin:0 auto;padding:0 24px}.site-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.25fr 1fr;gap:42px;align-items:start}.site-footer__logo{display:flex;align-items:center;margin-bottom:18px;text-decoration:none;color:#fff}.site-footer__logo-text{font-size:26px;font-weight:900;line-height:1}.site-footer__desc{color:rgba(255,255,255,.76);font-size:15px;line-height:1.55;max-width:280px;margin:0}.site-footer__title{font-size:17px;font-weight:800;margin:0 0 16px;color:#fff}.site-footer__list{list-style:none;padding:0;margin:0}.site-footer__list li{margin-bottom:10px}.site-footer__list a{color:rgba(255,255,255,.76);text-decoration:none;font-size:15px;transition:color .2s ease}.site-footer__list a:hover{color:#34c46b}.site-footer__contact{display:grid;gap:10px;color:rgba(255,255,255,.78);font-size:15px;line-height:1.45}.site-footer__contact a{color:#fff;text-decoration:none;font-weight:700}.site-footer__socials{display:flex;gap:10px;flex-wrap:wrap}.site-footer__social{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:14px;font-weight:800;transition:background .2s ease,transform .2s ease}.site-footer__social:hover{background:#25b45b;transform:translateY(-2px)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;align-items:center;color:rgba(255,255,255,.6);font-size:14px}.site-footer__bottom a{color:rgba(255,255,255,.7);text-decoration:none}.site-footer__bottom a:hover{color:#34c46b}.mobile-bottom-panel,.mobile-bottom-bar{display:none}@media (max-width:1100px){.hero__inner,.calc-hero__inner,.window-calc-layout,.plastic-hero__inner,.plastic-split,.plastic-split--reverse{grid-template-columns:1fr}.hero__inner{gap:40px;text-align:center}.hero__text,.hero__benefits{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero-benefit{text-align:left}.hero__form{max-width:450px;margin:0 auto}.catalog-grid,.quick-categories__grid,.price-grid,.glazing-grid,.profiles-grid,.plastic-feature-grid,.plastic-image-grid,.plastic-product-grid,.plastic-price-grid{grid-template-columns:repeat(2,1fr)}.portfolio-grid,.advantages-grid,.reviews-grid{grid-template-columns:repeat(3,1fr)}.plastic-steps{grid-template-columns:repeat(3,1fr)}.faq-layout{grid-template-columns:1fr}.bottom-form,.plastic-calc-form{grid-template-columns:1fr 1fr}.bottom-form__content,.plastic-calc-form__content{grid-column:1/-1}.bottom-form .btn{min-width:0}.window-calc-result{position:static}.plastic-middle-lead__box{grid-template-columns:1fr}.profile-card img{height:300px}}@media (max-width:1024px){.site-footer__grid{grid-template-columns:1fr 1fr 1fr;gap:34px}}@media (max-width:900px){.calc-promo{grid-template-columns:1fr}.calc-promo__actions{justify-content:flex-start}.header-info{gap:14px}.header-calc-btn{padding:10px 14px;font-size:13px}.phone-link{font-size:18px}.plastic-reviews-grid{grid-template-columns:1fr}.plastic-middle-lead__content ul{grid-template-columns:1fr}.error-page{padding:60px 0}.error-page__inner{grid-template-columns:1fr;gap:28px}}@media (max-width:782px){body.admin-bar .site-header{top:46px}body.admin-bar .window-calc-result{top:calc(130px + 46px)}}@media (max-width:768px){body{padding-bottom:78px}.container{width:min(100% - 24px, var(--container))}.site-header{position:sticky;top:0;z-index:1000}.header-top{padding:10px 0;border-bottom:0;gap:12px}.logo{gap:10px}.logo__img,.logo img,.custom-logo{width:40px;height:40px;max-width:40px;max-height:40px}.logo-text{font-size:18px;line-height:1;white-space:nowrap}.logo-sub{max-width:150px;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-info{display:none}.burger{display:flex;margin-left:auto}.burger.is-active span:nth-child(1),.mobile-menu-toggle:checked~.header-top .burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.is-active span:nth-child(2),.mobile-menu-toggle:checked~.header-top .burger span:nth-child(2){opacity:0}.burger.is-active span:nth-child(3),.mobile-menu-toggle:checked~.header-top .burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-nav{display:none;padding:0 0 14px;border-top:1px solid var(--line)}.header-nav.is-open,.mobile-menu-toggle:checked~.header-nav{display:block}.header-nav__list,.header-nav ul{display:flex;flex-direction:column;gap:0;width:100%;padding-top:10px;background:#fff}.header-nav li{width:100%}.header-nav li a{display:block;width:100%;padding:13px 0;border-bottom:1px solid var(--line);font-size:14px;text-align:left}.hero{padding:34px 0 40px;background:linear-gradient(to bottom,rgba(255,255,255,.92),rgba(255,255,255,.84)),url(//oknasimf.ru/wp-content/themes/okna-theme/assets/img/plastic-windows-hero.jpg) center/cover no-repeat}.hero__inner{display:grid;grid-template-columns:1fr;gap:28px;text-align:left}.hero__label{margin-bottom:12px;font-size:12px;line-height:1.4}.hero__title{margin-bottom:16px;font-size:30px;line-height:1.12}.hero__text{max-width:none;margin-bottom:24px;font-size:15px;line-height:1.55}.hero__benefits{grid-template-columns:1fr;gap:12px;margin-bottom:24px}.hero-benefit{padding:12px;background:#fff;border:1px solid var(--line);border-radius:10px}.hero-benefit strong{font-size:14px}.hero-benefit p{font-size:12px}.hero__actions,.calc-hero__actions,.calc-promo__actions,.plastic-hero__actions,.error-page__actions{display:grid;grid-template-columns:1fr;gap:10px}.hero__actions .btn,.calc-hero__actions .btn,.calc-promo__actions .btn,.plastic-hero__actions .btn,.error-page__actions .btn{width:100%}.hero__form{max-width:none;margin:0}.form-card{padding:24px 18px;border-radius:12px}.form-card__title{font-size:21px}.form-card__text{font-size:14px}.quick-categories{padding:30px 0}.catalog-section,.popular-section,.glazing-section,.portfolio-section,.profiles-section,.advantages-section,.reviews-section,.faq-section,.bottom-form-section,.plastic-section,.plastic-hero,.plastic-middle-lead,.plastic-calc-section{padding:42px 0}.section-head{margin-bottom:26px;text-align:left}.section-head h2{font-size:25px;line-height:1.18}.section-head p{font-size:14px}.quick-categories__grid,.catalog-grid,.price-grid,.portfolio-grid,.advantages-grid,.glazing-grid,.profiles-grid,.reviews-grid,.plastic-feature-grid,.plastic-image-grid,.plastic-product-grid,.plastic-price-grid,.plastic-work-grid,.plastic-steps,.plastic-mini-grid,.plastic-calc-form{grid-template-columns:1fr;gap:14px}.quick-card,.catalog-card{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;padding:14px}.quick-card img,.catalog-card img{width:92px;height:74px;object-fit:cover}.quick-card h3,.catalog-card__content h3{font-size:16px}.catalog-card__content strong{font-size:16px}.price-card{padding:22px 16px}.price-card img{height:125px}.glazing-card img{height:210px}.profile-card img{height:280px;padding:8px}.work-card img{height:220px}.advantage-card{min-height:auto;display:grid;grid-template-columns:92px 1fr;column-gap:16px;align-items:center;padding:18px;text-align:left}.advantage-card__number{grid-row:span 2;width:92px;min-width:92px;min-height:58px;margin:0;padding:0 10px;font-size:20px;border-radius:14px}.review-card{padding:22px 18px}.faq-layout{grid-template-columns:1fr;gap:24px}.faq-item{padding:17px 0}.faq-item summary{font-size:15px}.faq-cta{padding:28px 18px;border-radius:14px}.faq-cta h3{font-size:24px}.faq-cta__phone{font-size:23px}.bottom-form{grid-template-columns:1fr;gap:14px;text-align:left}.bottom-form__content{grid-column:auto}.bottom-form__content h2{font-size:24px;line-height:1.2}.bottom-form input,.bottom-form textarea,.bottom-form .btn{width:100%;max-width:none}.calc-hero{padding:34px 0 32px}.calc-hero__inner{gap:24px}.calc-hero__title{font-size:32px}.calc-hero__text{font-size:16px}.calc-hero__note{padding:22px}.window-calc-section{padding:34px 0 46px}.window-calc{padding:22px;border-radius:16px}.window-calc__row,.window-calc__checks{grid-template-columns:1fr;gap:0}.window-calc-result{padding:26px 22px;border-radius:18px}.window-calc-result__price span{font-size:38px}.calc-promo-section{padding:42px 0}.calc-promo{padding:24px 18px;border-radius:16px}.calc-promo h2{font-size:24px}.calc-promo p{font-size:14px}.free-measure{padding:42px 0}.free-measure__inner{grid-template-columns:1fr;gap:30px}.free-measure__content h2{font-size:26px;line-height:1.2}.free-measure__form{padding:24px 18px}.page-content{padding:32px 0}.page-content h1{font-size:30px}.page-content h2{font-size:23px}.page-content p,.page-content li{font-size:15px}.error-page{min-height:auto;padding:46px 0}.error-page__code{letter-spacing:-3px}.error-page__text{margin-bottom:24px;font-size:15px}.error-page__card{padding:24px 18px;border-radius:14px}.error-page__card h2{font-size:22px}.error-page__phone{font-size:22px}.site-footer{padding:42px 0 24px}.site-footer__grid{grid-template-columns:1fr;gap:28px}.site-footer__bottom{flex-direction:column;align-items:flex-start}.mobile-bottom-panel{position:fixed;left:0;right:0;bottom:0;z-index:999999;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--border);box-shadow:0 -8px 24px rgba(0,0,0,.14)}.mobile-bottom-panel a{min-height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;font-size:14px;font-weight:900;line-height:1.2}.mobile-bottom-panel__call{background:var(--green);color:#fff}.mobile-bottom-panel__request{background:#fff;color:var(--dark);border:1px solid var(--green)}.plastic-hero__title{font-size:34px}.plastic-hero__text{font-size:15px}.plastic-hero__benefits{grid-template-columns:1fr}.plastic-hero__image img{height:320px}.plastic-middle-lead__box{padding:22px 18px;border-radius:18px}.plastic-middle-lead__content h2,.plastic-split__content h2{font-size:27px}.plastic-middle-lead__content p{font-size:15px}.plastic-middle-lead__form{padding:22px 18px}.plastic-split__image img{height:320px}.plastic-product-card img,.plastic-price-card img{height:210px}.plastic-work-card img{height:230px}.plastic-calc-form .btn{width:100%}}@media (max-width:420px){.logo__img,.logo img,.custom-logo{width:36px;height:36px;max-width:36px;max-height:36px}.logo-text{font-size:16px}.logo-sub{max-width:120px;font-size:9px}.hero__title,.plastic-hero__title{font-size:30px}.hero__text{font-size:15px}.quick-card,.catalog-card{grid-template-columns:82px 1fr;align-items:flex-start}.quick-card img,.catalog-card img{width:82px;height:68px}.section-head h2{font-size:25px}.glazing-card img{height:190px}.profile-card img{height:250px}.plastic-image-card img,.plastic-split__image img{height:260px}.plastic-product-card img,.plastic-price-card img{height:180px}}.header-nav__list{position:relative}.header-nav__list,.header-nav__list ul{margin:0;padding:0;list-style:none}.header-nav__list>li{position:relative}.header-nav__list>li>a{display:flex;align-items:center;gap:6px}.header-nav__list>li.menu-item-has-children>a:after{content:'▾';display:inline-block;margin-left:4px;color:var(--green);font-size:12px;font-weight:900;transform:translateY(-1px)}.header-nav__list .sub-menu{position:absolute;left:0;top:100%;z-index:50;min-width:260px;padding:10px;background:#fff;border:1px solid #e6edf5;border-radius:14px;box-shadow:0 18px 45px rgba(15,23,42,.14);opacity:0;visibility:hidden;transform:translateY(10px);pointer-events:none;transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.header-nav__list>li:hover>.sub-menu,.header-nav__list>li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.header-nav__list .sub-menu li{display:block;width:100%}.header-nav__list .sub-menu a{display:block;padding:12px 14px;color:var(--dark);font-size:15px;font-weight:800;line-height:1.25;text-decoration:none;border-radius:10px;white-space:nowrap}.header-nav__list .sub-menu a:hover{background:var(--green-soft);color:var(--green)}.site-header,.header-nav,.header-nav .container{overflow:visible}@media (max-width:900px){.header-nav__list .sub-menu{position:static;min-width:0;margin-top:6px;padding:4px 0 4px 16px;background:0 0;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none;pointer-events:auto}.header-nav__list .sub-menu a{padding:10px 12px;font-size:15px;background:#f4f7f8}}.home-page{background:#fff}.home-hero{padding:58px 0 44px;background:linear-gradient(135deg,#f8fafc 0%,#eef9f2 100%);border-bottom:1px solid var(--line)}.home-hero__inner{display:grid;grid-template-columns:minmax(0, 1.2fr) 420px;gap:36px;align-items:start}.home-hero__label{display:inline-flex;margin-bottom:14px;padding:7px 12px;border-radius:999px;background:#fff;color:var(--green);font-size:13px;font-weight:900}.home-hero__title{max-width:760px;margin:0 0 18px;color:var(--dark);font-size:clamp(34px, 4.7vw, 58px);line-height:1.05;font-weight:900}.home-hero__text{max-width:720px;margin:0 0 24px;color:var(--text);font-size:18px;line-height:1.6}.home-hero__price-grid{display:grid;grid-template-columns:repeat(2,minmax(0, 1fr));gap:12px;margin:0 0 16px}.home-hero__price-grid div,.home-hero__price-card,.trust-strip__grid div,.why-grid article,.home-price-grid article,.package-card,.steps-grid article{border:1px solid #dfe8ef;background:#fff;border-radius:8px;box-shadow:0 12px 30px rgba(15,23,42,.045)}.home-hero__price-grid div,.home-hero__price-card{display:block;padding:16px;color:inherit;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.home-hero__price-card:hover,.home-hero__price-card:focus-visible{border-color:var(--green);box-shadow:0 18px 38px rgba(38,166,91,.16);transform:translateY(-2px)}.home-hero__price-card:focus-visible{outline:2px solid rgba(38,166,91,.35);outline-offset:3px}.home-hero__price-grid span,.home-price-grid span{display:block;margin-bottom:5px;color:var(--muted);font-size:13px}.home-hero__price-grid strong,.home-price-grid strong{display:block;color:var(--green-dark);font-size:23px;font-weight:900;line-height:1.15}.home-note{margin:0 0 22px;color:var(--muted);font-size:13px;line-height:1.55}.home-note--center{max-width:820px;margin:22px auto 26px;text-align:center}.home-hero__actions,.home-hero__contacts,.contacts-card div{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.home-hero__actions{margin-bottom:18px}.home-hero__contacts a{color:var(--dark);font-size:15px;font-weight:900}.home-hero__contacts a:not(:first-child){color:var(--green)}.home-hero__side{display:grid;gap:16px}.home-hero__image{width:100%;height:260px;object-fit:cover;border:1px solid #dfe8ef;border-radius:8px;box-shadow:0 18px 45px rgba(15,23,42,.08)}.lead-card,.inline-lead,.home-calc,.quiz,.contacts-card{border:1px solid #dfe8ef;border-radius:8px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.07)}.lead-card{display:grid;gap:12px;padding:22px}.lead-card h2,.inline-lead h3{margin:0 0 4px;color:var(--dark);font-size:23px;font-weight:900}.lead-card p,.inline-lead p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}.lead-card input,.lead-card select,.inline-lead input,.inline-lead select,.bottom-form--home input,.bottom-form--home select,.bottom-form--home textarea,.calc-lead input,.quiz__form input,.home-calc input,.home-calc select{width:100%;min-height:50px;padding:0 14px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--text);font-size:15px}.bottom-form--home textarea{min-height:50px;padding-top:13px;resize:vertical}.lead-card input:focus,.lead-card select:focus,.inline-lead input:focus,.inline-lead select:focus,.bottom-form--home input:focus,.bottom-form--home select:focus,.bottom-form--home textarea:focus,.calc-lead input:focus,.quiz__form input:focus,.home-calc input:focus,.home-calc select:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.policy-check{display:flex;gap:9px;align-items:flex-start;color:var(--muted);font-size:12px;line-height:1.35}.policy-check input{width:16px !important;min-width:16px;height:16px;min-height:16px;margin-top:1px;accent-color:var(--green)}.trust-strip,.home-section,.contacts-section{padding:58px 0}.home-section--soft,.contacts-section{background:#f8fafc}.trust-strip{padding:30px 0}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0, 1fr));gap:14px}.trust-strip__grid div{padding:18px}.trust-strip__grid strong,.why-grid strong{display:block;margin-bottom:5px;color:var(--dark);font-size:16px;font-weight:900}.trust-strip__grid span{color:var(--muted);font-size:13px}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:18px}.service-card{display:grid;grid-template-columns:120px minmax(0, 1fr);gap:16px;align-items:center;min-height:170px;padding:18px;border:1px solid #dfe8ef;border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.05);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.service-card:hover{transform:translateY(-3px);border-color:rgba(41,163,97,.42);box-shadow:0 18px 40px rgba(15,23,42,.08)}.service-card img,.image-placeholder{width:120px;height:112px;border-radius:7px;object-fit:cover;background:#eef2f7}.image-placeholder{display:grid;place-items:center;padding:10px;color:var(--muted);font-size:12px;font-weight:800;text-align:center}.service-card h3{margin:0 0 6px;color:var(--dark);font-size:18px;font-weight:900}.service-card p{margin:0 0 10px;color:var(--muted);font-size:14px;line-height:1.45}.service-card strong{display:block;margin-bottom:8px;color:var(--green-dark);font-size:18px;font-weight:900}.service-card a,.home-price-grid a,.work-card a{color:var(--green);font-size:14px;font-weight:900}.home-price-grid{display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:18px}.home-price-grid article{padding:22px}.home-price-grid p,.why-grid p{margin:10px 0 14px;color:var(--muted);font-size:14px;line-height:1.55}.inline-lead{display:grid;grid-template-columns:minmax(280px, 1.3fr) 220px 220px minmax(150px, .75fr) auto;gap:14px;align-items:center;padding:22px}.home-calc{display:grid;grid-template-columns:minmax(0, 1fr) 390px;gap:22px;padding:24px}.home-calc__form{display:grid;grid-template-columns:repeat(2,minmax(0, 1fr));gap:16px}.home-calc__form label{display:grid;gap:7px;color:var(--dark);font-size:14px;font-weight:900}.home-calc__check{grid-template-columns:auto 1fr !important;align-items:center;align-self:end;min-height:50px;padding:0 14px;border:1px solid var(--border);border-radius:6px}.home-calc__check input{width:18px;min-height:18px;accent-color:var(--green)}.home-calc__result{padding:22px;border-radius:8px;background:#10251a;color:#fff}.home-calc__result>span{display:block;margin-bottom:8px;color:rgba(255,255,255,.72);font-size:13px}.home-calc__result strong{display:block;margin-bottom:10px;font-size:26px;line-height:1.2}.home-calc__result p{margin:0 0 16px;color:rgba(255,255,255,.74);font-size:13px;line-height:1.5}.calc-lead,.quiz__form{display:grid;gap:11px}.quiz{padding:28px}.quiz__head{display:grid;grid-template-columns:minmax(0, 1fr) 240px;gap:24px;align-items:start;margin-bottom:24px}.quiz__head span{color:var(--green);font-size:13px;font-weight:900;text-transform:uppercase}.quiz__head h2{margin:6px 0 8px;color:var(--dark);font-size:32px;line-height:1.15;font-weight:900}.quiz__head p,.quiz__step p{color:var(--muted);font-size:15px}.quiz__progress{height:10px;overflow:hidden;border-radius:999px;background:#e2e8f0}.quiz__progress span{display:block;width:20%;height:100%;background:var(--green);transition:width .25s ease}.quiz__step{display:none}.quiz__step.is-active{display:block}.quiz__step h3{margin:0 0 14px;color:var(--dark);font-size:22px;font-weight:900}.quiz__options{display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:12px}.quiz__options button{min-height:62px;padding:13px 14px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--dark);font-size:14px;font-weight:900;text-align:left}.quiz__options button.is-selected,.quiz__options button:hover{border-color:var(--green);background:var(--green-soft);color:var(--green-dark)}.quiz__controls{display:flex;justify-content:space-between;gap:12px;margin-top:22px}.quiz__controls [disabled]{opacity:.45;cursor:not-allowed}.quiz__thanks{margin-top:12px;padding:12px;border-radius:6px;background:var(--green-soft);color:var(--green-dark) !important;font-weight:800}.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:18px}.package-grid{display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:18px;align-items:stretch}.package-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:26px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease}.package-card--accent{border-color:rgba(41,163,97,.65);box-shadow:0 18px 42px rgba(41,163,97,.12)}.package-card__badge{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:2;padding:7px 18px;border-radius:0 0 14px 14px;background:var(--green);color:#fff;font-size:12px;font-weight:900;line-height:1;white-space:nowrap}.package-card h3{margin:0 0 8px;color:var(--dark);font-size:22px;font-weight:900}.package-card p{margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.55}.package-card strong{display:block;margin-bottom:18px;color:var(--green-dark);font-size:28px;line-height:1.1;font-weight:900}.package-card ul{display:grid;gap:10px;margin:0 0 24px;padding:0;list-style:none}.package-card li{position:relative;padding-left:24px;color:var(--text);font-size:14px;line-height:1.4}.package-card li:before{content:'';position:absolute;left:0;top:6px;width:9px;height:9px;border-radius:50%;background:var(--green)}.package-card .btn{width:100%;margin-top:auto}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:18px}.steps-grid article{position:relative;min-height:160px;padding:22px}.steps-grid span{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:16px;border-radius:50%;background:var(--green-soft);color:var(--green-dark);font-weight:900}.steps-grid h3{margin:0 0 7px;color:var(--dark);font-size:17px;font-weight:900}.steps-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.why-grid article{padding:22px}.portfolio-grid .work-card a{display:block;padding:0 15px 17px}.bottom-form--home{grid-template-columns:1.2fr minmax(140px, .7fr) minmax(160px, .75fr) minmax(180px, .85fr) minmax(170px, .85fr)}.bottom-form--home .policy-check,.bottom-form--home .btn{grid-column:auto}.contacts-section__grid{display:grid;grid-template-columns:minmax(0, 1fr) 420px;gap:28px;align-items:center}.contacts-section h2{margin:0 0 10px;color:var(--dark);font-size:32px;font-weight:900}.contacts-section p{max-width:620px;color:var(--muted);font-size:16px}.contacts-card{display:grid;gap:10px;padding:24px}.contacts-card>a{color:var(--dark);font-size:24px;font-weight:900}.contacts-card span{color:var(--muted);font-size:15px}.contacts-card div a{color:var(--green);font-weight:900}.internal-links-section{padding:50px 0;background:#f8fafc;border-top:1px solid var(--line)}.internal-links-grid{display:grid;grid-template-columns:repeat(5,minmax(0, 1fr));gap:12px}.internal-links-grid a{display:flex;align-items:center;min-height:58px;padding:14px 16px;border:1px solid #dfe8ef;border-radius:8px;background:#fff;color:var(--dark);font-size:14px;font-weight:900;line-height:1.25;box-shadow:0 10px 24px rgba(15,23,42,.04)}.internal-links-grid a:hover{border-color:rgba(41,163,97,.45);color:var(--green-dark);transform:translateY(-2px)}.js-lead-form.is-invalid input:invalid,.js-lead-form.is-invalid select:invalid,.js-lead-form.is-invalid textarea:invalid{border-color:#ef4444}@media (max-width:1100px){.home-hero__inner,.home-calc,.contacts-section__grid{grid-template-columns:1fr}.home-hero__side{max-width:620px}.service-grid,.home-price-grid,.why-grid,.package-grid,.steps-grid{grid-template-columns:repeat(2,minmax(0, 1fr))}.trust-strip__grid{grid-template-columns:repeat(2,minmax(0, 1fr))}.inline-lead,.bottom-form--home,.internal-links-grid{grid-template-columns:1fr 1fr}.inline-lead>div,.bottom-form--home .bottom-form__content{grid-column:1/-1}}@media (max-width:768px){.home-hero{padding:34px 0 36px}.home-hero__title{font-size:31px}.home-hero__text{font-size:15px}.home-hero__price-grid,.trust-strip__grid,.service-grid,.home-price-grid,.home-calc__form,.quiz__head,.quiz__options,.why-grid,.package-grid,.steps-grid,.inline-lead,.bottom-form--home,.internal-links-grid{grid-template-columns:1fr}.home-hero__actions,.quiz__controls{display:grid;grid-template-columns:1fr}.home-hero__actions .btn,.quiz__controls .btn,.lead-card .btn,.inline-lead .btn,.bottom-form--home .btn{width:100%}.home-hero__image{height:220px}.trust-strip,.home-section,.contacts-section{padding:40px 0}.service-card{grid-template-columns:92px 1fr;min-height:0;padding:14px}.service-card img,.image-placeholder{width:92px;height:84px}.service-card h3{font-size:16px}.service-card p{font-size:13px}.home-calc,.quiz,.lead-card,.contacts-card{padding:18px}.home-calc__result strong{font-size:22px}.quiz__head h2,.contacts-section h2{font-size:25px}.bottom-form--home textarea{min-height:86px}}@media (max-width:420px){.home-hero__title{font-size:29px}.home-hero__price-grid strong,.home-price-grid strong,.contacts-card>a{font-size:20px}}.header-nav{position:relative;z-index:50}.header-nav__list{display:flex;align-items:center;justify-content:center;gap:34px;list-style:none;margin:0;padding:0}.header-nav__list li{position:relative;margin:0;padding:0}.header-nav__list a{display:block;padding:18px 0;color:#1f2937;font-size:16px;font-weight:700;line-height:1.2;text-decoration:none;transition:color .2s ease,background-color .2s ease}.header-nav__list a:hover{color:#26a65b}.header-nav__list .menu-item-has-children>a{position:relative;padding-right:18px}.header-nav__list .menu-item-has-children>a:after{content:"";position:absolute;right:0;top:50%;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-65%) rotate(45deg)}.header-nav__list .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:250px;margin:0;padding:10px 0;list-style:none;background:#fff;border-radius:12px;box-shadow:0 14px 35px rgba(15,23,42,.18);z-index:9999}.header-nav__list li:hover>.sub-menu{display:block}.header-nav__list .sub-menu li{width:100%}.header-nav__list .sub-menu a{padding:12px 18px;color:#1f2937;font-size:15px;font-weight:600;line-height:1.3;white-space:nowrap}.header-nav__list .sub-menu a:hover{background:#f3f4f6;color:#26a65b}.site-header,.site-header .container,.header-top{overflow:visible}@media (max-width:768px){.header-nav__list{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;width:100%}.header-nav__list li{width:100%}.header-nav__list a{width:100%;padding:14px 0}.header-nav__list .menu-item-has-children>a{padding-right:24px}.header-nav__list .sub-menu{position:static;display:block;min-width:100%;padding:0 0 0 16px;background:0 0;border-radius:0;box-shadow:none}.header-nav__list .sub-menu a{padding:10px 0;font-size:15px;white-space:normal}}.site-header{background:#fff;position:relative;z-index:100}.site-header .container{max-width:1476px;width:100%;margin:0 auto;padding:0 24px;box-sizing:border-box}.header-top{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:22px 0;overflow:visible}.logo{display:flex;align-items:center;gap:14px;text-decoration:none;flex-shrink:0}.logo__img{display:block;width:58px !important;height:auto !important;max-width:58px !important;object-fit:contain}.logo__text{display:flex;flex-direction:column;line-height:1.1}.logo-text{color:#1f2937;font-size:30px;font-weight:800;text-transform:uppercase;letter-spacing:-.5px}.logo-text span{color:#26a65b}.logo-sub{margin-top:6px;color:#64748b;font-size:15px;font-weight:500;letter-spacing:.6px}.header-info{display:flex;align-items:center;gap:28px}.header-calc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 28px;border:1px solid #26a65b;border-radius:8px;color:#26a65b;font-size:17px;font-weight:700;text-decoration:none}.phone-block{display:flex;flex-direction:column;align-items:flex-start}.phone-link{color:#1f2937;font-size:28px;font-weight:800;line-height:1.1;text-decoration:none}.work-time{margin-top:6px;color:#64748b;font-size:15px}.header-top__btn{min-height:58px;padding:0 34px;border-radius:8px;font-size:20px;font-weight:800}.header-nav{position:relative;z-index:200;border-top:1px solid #e5e7eb;overflow:visible}.header-nav__list{display:flex;align-items:center;justify-content:center;gap:34px;list-style:none;margin:0;padding:0}.header-nav__list li{position:relative;margin:0;padding:0}.header-nav__list a{display:block;padding:18px 0;color:#1f2937;font-size:17px;font-weight:800;line-height:1.2;text-decoration:none;text-transform:uppercase}.header-nav__list a:hover{color:#26a65b}.header-nav__list .menu-item-has-children>a{position:relative;padding-right:18px}.header-nav__list .menu-item-has-children>a:after{content:"";position:absolute;right:0;top:50%;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-65%) rotate(45deg)}.header-nav__list .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:250px;margin:0;padding:10px 0;list-style:none;background:#fff;border-radius:12px;box-shadow:0 14px 35px rgba(15,23,42,.18);z-index:9999}.header-nav__list li:hover>.sub-menu{display:block}.header-nav__list .sub-menu li{width:100%}.header-nav__list .sub-menu a{padding:12px 18px;color:#1f2937;font-size:15px;font-weight:600;line-height:1.3;white-space:nowrap;text-transform:none}.header-nav__list .sub-menu a:hover{background:#f3f4f6;color:#26a65b}.site-header,.site-header .container,.header-top,.header-nav{overflow:visible}@media (max-width:1024px){.header-info{display:none}.burger{display:flex}}@media (max-width:768px){.site-header .container{padding:0 16px}.header-top{padding:14px 0}.logo__img{width:44px !important;max-width:44px !important}.logo-text{font-size:22px}.logo-sub{font-size:12px}.header-nav__list{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;width:100%}.header-nav__list li{width:100%}.header-nav__list a{width:100%;padding:14px 0;font-size:15px}.header-nav__list .sub-menu{position:static;display:block;min-width:100%;padding:0 0 0 16px;background:0 0;border-radius:0;box-shadow:none}.header-nav__list .sub-menu a{padding:10px 0;font-size:15px;white-space:normal}}.breadcrumbs-wrap{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:12px 0}.rank-math-breadcrumb{color:#64748b;font-size:14px;line-height:1.4}.rank-math-breadcrumb p{margin:0}.rank-math-breadcrumb a{color:#64748b;text-decoration:none;transition:color .2s ease}.rank-math-breadcrumb a:hover{color:#26a65b}@media (max-width:900px){.header-nav__list>li.menu-item-has-children>.sub-menu{display:none;position:static;min-width:100%;padding:0 0 0 16px;background:0 0;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none;pointer-events:auto}.header-nav__list>li.menu-item-has-children.is-submenu-open>.sub-menu{display:block}.header-nav__list>li.menu-item-has-children.is-submenu-open>a:after{transform:translateY(-35%) rotate(225deg)}}@media (max-width:768px){.logo{min-width:0;flex-shrink:1}.logo__text{min-width:0}.logo-sub{display:block;max-width:min(230px, calc(100vw - 126px));overflow:visible;color:#64748b;font-size:11px;line-height:1.25;letter-spacing:.2px;white-space:normal;text-overflow:clip}}@media (max-width:420px){.logo-sub{max-width:calc(100vw - 116px);font-size:10px}}.rank-math-breadcrumb .separator{margin:0 8px;color:#94a3b8}.rank-math-breadcrumb span.last{color:#1f2937;font-weight:600}@media (max-width:768px){.breadcrumbs-wrap{padding:10px 0}.rank-math-breadcrumb{font-size:13px;overflow-x:auto;white-space:nowrap}}.service-page .plastic-hero{padding:70px 0}.service-page .plastic-hero__inner{align-items:start}.service-page .plastic-hero__prices{grid-template-columns:repeat(2,minmax(0, 1fr))}.service-page .plastic-hero__form-card{margin-top:34px}.service-page .plastic-split__image img{width:100%;height:420px;object-fit:cover;display:block}.service-page .plastic-lead-form input,.service-page .plastic-lead-form select,.service-page .plastic-lead-form textarea{appearance:none}@media (max-width:1100px){.plastic-hero__prices{grid-template-columns:repeat(2,minmax(0, 1fr))}.plastic-hero__side{max-width:720px;justify-self:stretch}.plastic-hero__form-card{justify-self:stretch;max-width:none;margin:0}}@media (max-width:768px){.plastic-hero__prices,.service-page .plastic-hero__prices{grid-template-columns:1fr}.plastic-hero__form-card{padding:20px;border-radius:16px}.plastic-hero__photo{border-radius:16px}.plastic-hero__photo img{height:240px}.plastic-lead-form h2{font-size:23px}.plastic-lead-form input,.plastic-lead-form select,.plastic-lead-form textarea,.plastic-lead-form .btn{min-height:50px}}body{background:#f5f7f9}.btn--primary,.form-card__button,.package-card__badge,.quiz__progress span,.advantage-card__number,.home-calc__result .btn,.home-hero__actions .btn--primary{background:var(--accent-gloss);color:#fff;box-shadow:0 14px 28px rgba(8,77,58,.22),inset 0 1px 0 rgba(255,255,255,.32)}.btn--primary:hover,.home-hero__actions .btn--primary:hover{background:linear-gradient(135deg,#21c58c 0%,#0e8462 48%,#05382d 100%);box-shadow:0 18px 36px rgba(8,77,58,.28),inset 0 1px 0 rgba(255,255,255,.38)}.btn--secondary,.header-calc-btn{background:linear-gradient(180deg,#fff 0%,#f4f7fa 100%);border-color:rgba(15,143,99,.38);color:var(--green-dark);box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 8px 22px rgba(17,24,39,.06)}.btn--secondary:hover,.header-calc-btn:hover{background:linear-gradient(180deg,#fff 0%,#eaf5f1 100%);border-color:rgba(15,143,99,.7);color:#053f31}.site-header{background:rgba(255,255,255,.94);border-bottom:1px solid rgba(214,222,232,.86);box-shadow:0 14px 34px rgba(17,24,39,.08);backdrop-filter:blur(16px)}.header-nav{border-top-color:rgba(214,222,232,.72);background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(247,250,252,.68))}.logo-text,.phone-link,.header-nav__list a,.rank-math-breadcrumb span.last{color:var(--dark)}.logo-text span,.header-nav__list a:hover,.header-nav__list .sub-menu a:hover,.rank-math-breadcrumb a:hover,.home-hero__contacts a:not(:first-child),.service-card a,.home-price-grid a,.work-card a,.section-link a{color:var(--green)}.home-hero{position:relative;overflow:hidden;background:linear-gradient(116deg,rgba(255,255,255,.94) 0%,rgba(241,246,249,.9) 46%,rgba(219,234,229,.82) 100%),linear-gradient(180deg,#fff 0%,#eef4f6 100%);border-bottom-color:rgba(214,222,232,.8)}.home-hero:before{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.58) 42%,transparent 66%),linear-gradient(180deg,rgba(255,255,255,.5),transparent 38%);opacity:.78}.home-hero__inner{position:relative;z-index:1}.home-hero__label,.calc-promo__label{background:linear-gradient(180deg,#fff 0%,#eef5f2 100%);border:1px solid rgba(15,143,99,.22);color:var(--green-dark);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 20px rgba(8,77,58,.08)}.home-hero__title,.section-head h2,.quiz__head h2,.calc-promo h2,.plastic-lead-form h2{color:#101722}.home-hero__price-grid div,.trust-strip__grid div,.why-grid article,.home-price-grid article,.package-card,.steps-grid article,.service-card,.lead-card,.inline-lead,.home-calc,.quiz,.contacts-card,.form-card,.review-card,.advantage-card,.calc-promo,.plastic-hero__form-card{position:relative;overflow:hidden;border-color:rgba(214,222,232,.92);background:var(--gloss);box-shadow:0 18px 44px rgba(17,24,39,.08),inset 0 1px 0 rgba(255,255,255,.9)}.home-hero__price-grid div:before,.trust-strip__grid div:before,.why-grid article:before,.home-price-grid article:before,.package-card:before,.steps-grid article:before,.service-card:before,.lead-card:before,.inline-lead:before,.home-calc:before,.quiz:before,.contacts-card:before,.form-card:before,.review-card:before,.advantage-card:before,.calc-promo:before,.plastic-hero__form-card:before{content:'';position:absolute;top:0;right:0;left:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent);pointer-events:none}.home-hero__image,.service-card img,.image-placeholder,.plastic-hero__photo,.plastic-split__image img{border-color:rgba(214,222,232,.95);box-shadow:0 18px 38px rgba(17,24,39,.11)}.home-hero__price-grid strong,.home-price-grid strong,.service-card strong,.package-card strong,.steps-grid span,.quiz__head span,.review-card__rating{color:var(--green-dark)}.home-section--soft,.contacts-section,.catalog-section,.portfolio-section,.glazing-section,.reviews-section,.breadcrumbs-wrap{background:linear-gradient(180deg,#f7f9fb 0%,#edf3f5 100%)}.calc-promo{background:linear-gradient(125deg,rgba(255,255,255,.94),rgba(230,242,238,.9)),linear-gradient(135deg,rgba(15,143,99,.13),rgba(255,255,255,.88));border-color:rgba(15,143,99,.22)}.home-calc__result{background:linear-gradient(135deg,#0f1720 0%,#0b3429 54%,#05251d 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 18px 36px rgba(5,37,29,.2)}.package-card--accent{padding-top:42px;border-color:rgba(15,143,99,.58);box-shadow:0 22px 52px rgba(8,77,58,.16),inset 0 1px 0 rgba(255,255,255,.9)}.home-hero__price-grid div,.trust-strip__grid div,.why-grid article,.home-price-grid article,.package-card,.steps-grid article,.service-card,.lead-card,.inline-lead,.home-calc,.quiz,.contacts-card,.form-card,.review-card,.advantage-card,.calc-promo,.plastic-hero__form-card,.quick-card,.catalog-card,.price-card,.glazing-card,.profile-card,.work-card,.plastic-feature-card,.plastic-image-card,.plastic-product-card,.plastic-price-card,.plastic-work-card,.plastic-review-card,.plastic-step,.plastic-mini-grid div,.plastic-mini-grid a,.error-page__card{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.home-hero__price-grid div:hover,.home-hero__price-grid div:focus-within,.trust-strip__grid div:hover,.trust-strip__grid div:focus-within,.why-grid article:hover,.why-grid article:focus-within,.home-price-grid article:hover,.home-price-grid article:focus-within,.package-card:hover,.package-card:focus-within,.steps-grid article:hover,.steps-grid article:focus-within,.service-card:hover,.service-card:focus-within,.lead-card:hover,.lead-card:focus-within,.inline-lead:hover,.inline-lead:focus-within,.home-calc:hover,.home-calc:focus-within,.quiz:hover,.quiz:focus-within,.contacts-card:hover,.contacts-card:focus-within,.form-card:hover,.form-card:focus-within,.review-card:hover,.review-card:focus-within,.advantage-card:hover,.advantage-card:focus-within,.calc-promo:hover,.calc-promo:focus-within,.plastic-hero__form-card:hover,.plastic-hero__form-card:focus-within,.quick-card:hover,.quick-card:focus-within,.catalog-card:hover,.catalog-card:focus-within,.price-card:hover,.price-card:focus-within,.glazing-card:hover,.glazing-card:focus-within,.profile-card:hover,.profile-card:focus-within,.work-card:hover,.work-card:focus-within,.plastic-feature-card:hover,.plastic-feature-card:focus-within,.plastic-image-card:hover,.plastic-image-card:focus-within,.plastic-product-card:hover,.plastic-product-card:focus-within,.plastic-price-card:hover,.plastic-price-card:focus-within,.plastic-work-card:hover,.plastic-work-card:focus-within,.plastic-review-card:hover,.plastic-review-card:focus-within,.plastic-step:hover,.plastic-step:focus-within,.plastic-mini-grid div:hover,.plastic-mini-grid div:focus-within,.plastic-mini-grid a:hover,.plastic-mini-grid a:focus-within,.error-page__card:hover,.error-page__card:focus-within{border-color:rgba(15,143,99,.58);background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(239,248,244,.98) 100%),var(--gloss);box-shadow:0 24px 56px rgba(17,24,39,.12),0 0 0 1px rgba(15,143,99,.1);transform:translateY(-2px)}.trust-strip,.home-hero,.home-section,.contacts-section,.plastic-hero,.catalog-section,.portfolio-section,.glazing-section,.reviews-section,.popular-section,.profiles-section,.advantages-section,.faq-section,.calc-promo-section,.bottom-form-section,.window-calc-section,.plastic-section,.plastic-calc-section,.calc-hero,.internal-links-section,.page-section,.page-content,.error-page{transition:background .22s ease,box-shadow .22s ease}.trust-strip:hover,.trust-strip:focus-within,.home-hero:hover,.home-hero:focus-within,.home-section:hover,.home-section:focus-within,.contacts-section:hover,.contacts-section:focus-within,.plastic-hero:hover,.plastic-hero:focus-within,.catalog-section:hover,.catalog-section:focus-within,.portfolio-section:hover,.portfolio-section:focus-within,.glazing-section:hover,.glazing-section:focus-within,.reviews-section:hover,.reviews-section:focus-within,.popular-section:hover,.popular-section:focus-within,.profiles-section:hover,.profiles-section:focus-within,.advantages-section:hover,.advantages-section:focus-within,.faq-section:hover,.faq-section:focus-within,.calc-promo-section:hover,.calc-promo-section:focus-within,.bottom-form-section:hover,.bottom-form-section:focus-within,.window-calc-section:hover,.window-calc-section:focus-within,.plastic-section:hover,.plastic-section:focus-within,.plastic-calc-section:hover,.plastic-calc-section:focus-within,.calc-hero:hover,.calc-hero:focus-within,.internal-links-section:hover,.internal-links-section:focus-within,.page-section:hover,.page-section:focus-within,.page-content:hover,.page-content:focus-within,.error-page:hover,.error-page:focus-within{background:linear-gradient(180deg,rgba(255,255,255,.38),rgba(226,242,236,.34)),linear-gradient(180deg,#f7f9fb 0%,#edf3f5 100%);box-shadow:inset 0 1px 0 rgba(15,143,99,.14),inset 0 -1px 0 rgba(15,143,99,.1)}.package-card--accent:hover,.package-card--accent:focus-within{border-color:rgba(15,143,99,.76);box-shadow:0 26px 60px rgba(8,77,58,.2),0 0 0 1px rgba(15,143,99,.16)}.lead-card input,.lead-card select,.inline-lead input,.inline-lead select,.bottom-form--home input,.bottom-form--home select,.bottom-form--home textarea,.calc-lead input,.quiz__form input,.home-calc input,.home-calc select,.form-card__field input,.form-card__field textarea,.plastic-lead-form input,.plastic-lead-form select,.plastic-lead-form textarea{background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);border-color:rgba(214,222,232,.96);box-shadow:inset 0 1px 2px rgba(17,24,39,.035)}.lead-card input:focus,.lead-card select:focus,.inline-lead input:focus,.inline-lead select:focus,.bottom-form--home input:focus,.bottom-form--home select:focus,.bottom-form--home textarea:focus,.calc-lead input:focus,.quiz__form input:focus,.home-calc input:focus,.home-calc select:focus,.form-card__field input:focus,.form-card__field textarea:focus,.plastic-lead-form input:focus,.plastic-lead-form select:focus,.plastic-lead-form textarea:focus{border-color:rgba(15,143,99,.74);box-shadow:0 0 0 3px rgba(15,143,99,.14),inset 0 1px 2px rgba(17,24,39,.035)}.quiz__options button{background:linear-gradient(180deg,#fff 0%,#f6f8fb 100%);border-color:rgba(214,222,232,.94)}.quiz__options button.is-selected,.quiz__options button:hover,.quiz__thanks,.steps-grid span{background:linear-gradient(180deg,#eaf6f1 0%,#dceee8 100%);color:var(--green-dark)}.footer,.site-footer{background:linear-gradient(135deg,#081611 0%,#0b261f 54%,#06110e 100%)}.hub-link{display:grid;grid-template-columns:120px minmax(0, 1fr);gap:16px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.hub-link:hover{transform:translateY(-3px);border-color:rgba(15,143,99,.42);box-shadow:0 18px 40px rgba(15,23,42,.08);text-decoration:none;color:inherit}.hub-link img{width:120px;height:100px;object-fit:cover;border-radius:8px;display:block}.hub-link h3{margin:0 0 5px;font-size:17px;font-weight:800;color:var(--dark);line-height:1.25}.hub-link p{margin:0 0 8px;font-size:13px;color:var(--muted);line-height:1.45}.hub-link__cta{font-size:13px;font-weight:700;color:var(--green)}.hub-link--accent{background:var(--green-soft);border-color:rgba(15,143,99,.25)}.hub-link--accent h3{color:var(--green-dark)}.hub-link--accent .hub-link__cta{color:var(--green-dark)}@media (max-width:600px){.hub-link{grid-template-columns:80px 1fr;padding:12px;gap:12px}.hub-link img{width:80px;height:80px}.hub-link h3{font-size:15px}}