@charset "UTF-8";:root{--color-accent: #009F4D;--bg: #faf7f7;--text: #111111;--white-color: #ffffff;--color-hover: #00B35A;--icon-burger: #111111;--header-flex: #009F4D;--header-flex-border: #009F4D;--top-flex-hover: #00B35A;--bg-home-badge: #e5f7ee;--btn-hover: #00B35A;--btn-max: #7c3aed;--btn-max-hover: #8B4BFF;--btn-telegram: #0088CC;--btn-telegram-hover: #0096E0;--btn-whatsapp: #25D366;--btn-whatsapp-hover: #2FEA75;--muted: #666;--muted-2: #888;--card-border: #e5e5e5;--footer-fixed-bg: rgba(250,247,247,.8549);--footer-bg: #f5f5f5}body.dark{--color-accent: #00c060;--bg: #0f0f0f;--text: #f5f5f5;--white-color: #ffffff;--color-hover: #00B35A;--icon-burger: #ffffff;--header-flex: #1a1a1a;--header-flex-border: #f5f5f5;--top-flex-hover: #333;--bg-home-badge: #0f0f0f;--btn-hover: #00B35A;--btn-max: #7c3aed;--btn-max-hover: #8B4BFF;--btn-telegram: #3390EC;--btn-telegram-hover: #0096E0;--btn-whatsapp: #25D366;--btn-whatsapp-hover: #2FEA75;--muted: #8f8f8f;--muted-2: #bdbdbd;--card-border: #222;--footer-fixed-bg: rgba(15,15,15,.76078);--footer-bg: #0f0f0f}html{scroll-behavior:smooth}html,body{margin:0;padding:0;background:#faf7f7}.main{min-height:100vh;padding-bottom:env(safe-area-inset-bottom)}body{margin:0;background:#faf7f7;background:var(--bg);color:#111;color:var(--text);transition:background-color .25s ease,color .25s ease}h1,h2,h3,p{margin:0}a{-webkit-text-decoration:none;text-decoration:none;transition:color .25s ease,filter .25s ease,opacity .25s ease,transform .15s ease;outline:none;color:#111;color:var(--text)}img{max-width:100%;display:block}.container{max-width:75rem;margin:0 auto;padding:0 .9375rem;width:100%;box-sizing:border-box}.container-background{border:.125rem hidden #27ae60;padding:.0625rem .9375rem;border-radius:.625rem;box-shadow:0 0 .625rem #27ae6040;margin-top:.9375rem;margin-bottom:.9375rem}.flex__row{display:flex;justify-content:space-between;align-items:center}.grid__columns__2{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:.9375rem 0}.grid__columns__4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem}.grid__columns__3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.header__a{display:inline-flex;align-items:center;gap:.375rem}.btn-button{background:#009F4D;background:var(--color-accent)}.btn-button:hover{background:#00B35A;background:var(--btn-hover)}.btn-max{background:#7c3aed;background:var(--btn-max)}.btn-max:hover{background:#8B4BFF;background:var(--btn-max-hover)}.btn-telegram{background:#0088CC;background:var(--btn-telegram)}.btn-telegram:hover{background:#0096E0;background:var(--btn-telegram-hover)}.btn-whatsapp{background:#25D366;background:var(--btn-whatsapp)}.btn-whatsapp:hover{background:#2FEA75;background:var(--btn-whatsapp-hover)}header{position:sticky;top:0;display:flex;align-items:center;background:#faf7f7;background:var(--bg);z-index:10000;border-bottom:.0625rem solid #e5e5e5;height:2.5rem;font-weight:700;padding:.25rem 0;white-space:nowrap}.logo-header__block{display:flex;align-items:center;gap:.375rem}.logo-header__block svg{display:block}.logo .logo-text{position:relative;top:.1875rem}.logo a:hover .logo-text{color:#00b35a;color:var(--color-hover)}.header-menu__list{display:flex;flex-wrap:nowrap;gap:1.25rem;list-style:none;padding:0;margin:0}.header-menu__link{display:inline-block;position:relative;padding:.25rem 0}.burger{width:1.875rem;height:1.375rem;display:none;margin:0 auto;flex-direction:column;justify-content:space-between;cursor:pointer}.burger span{display:block;height:.1875rem;width:100%;background:#111111;background:var(--icon-burger);border-radius:.1875rem;transition:.3s}.burger.active span:nth-child(1){transform:translateY(.5625rem) rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-.5625rem) rotate(-45deg)}.header-menu{display:block}.header-menu__link:after{content:"";position:absolute;left:0;bottom:-.125rem;width:0;height:.125rem;background:#00B35A;background:var(--color-hover);transition:.25s;border-radius:.125rem}.header-menu__link:hover:after{width:100%}.header-menu__link:hover{color:#00b35a;color:var(--color-hover)}#themeToggle{position:relative;bottom:.0625rem;padding:.375rem 1.125rem;background:#faf7f7;background:var(--bg);color:#111;color:var(--text);border:.0625rem solid #111111;border:.0625rem solid var(--text);border-radius:3.125rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:.25s;display:inline-flex;align-items:center;gap:.5rem;line-height:1}#themeToggle:hover{background:#111111;background:var(--text);color:#faf7f7;color:var(--bg)}.phone{display:flex;align-items:center;gap:.625rem}.phone .header__a{display:flex;align-items:center;gap:.1875rem;line-height:1}.phone .svg__icon{display:flex;align-items:center}.phone .svg__icon svg{display:block}.phone a:hover .phone-text,.phone a:hover svg path{color:#00b35a;color:var(--color-hover);stroke:#00b35a;stroke:var(--color-hover)}.breadcrumbs{display:block;margin:1.25rem 0;font-size:.9375rem}.breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:.25rem}.breadcrumbs li{display:flex;align-items:center}.breadcrumbs a{display:inline-flex;align-items:baseline;gap:.25rem;color:#009f4d;color:var(--color-accent)}.breadcrumbs a:hover{color:#000}.breadcrumbs svg{display:inline-block;vertical-align:baseline;position:relative;bottom:.125rem}.breadcrumbs li:after{content:"›";margin-left:.5rem;color:#009f4d;color:var(--color-accent);font-size:1.25rem;position:relative;bottom:.125rem}.breadcrumbs li:last-child:after{content:""}.share-block{display:flex;gap:.75rem;margin:1.25rem 0;flex-wrap:wrap}.share-block span{display:inline-flex;align-items:center;gap:.375rem}.share-block span svg{width:1.25rem;height:1.25rem}.share-btn{display:flex;align-items:center;justify-content:center;width:2.625rem;height:2.625rem;border-radius:50%;background:#f2f2f2;cursor:pointer;transition:.2s}.share-btn:hover{background:#e6e6e6}.save-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.125rem;background:#25D366;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-size:.9375rem;font-weight:500;transition:.25s;position:relative;overflow:hidden}.save-btn .star{width:1.125rem;height:1.125rem;display:inline-block;background:url('data:image/svg+xml;utf8,<svg fill="none" stroke="white" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2l3 7h7l-5.5 4.5L18 21l-6-4-6 4 1.5-7.5L2 9h7z"/></svg>') center/contain no-repeat;transition:.3s}.save-btn.saved{background:#009f4d}.save-btn.saved .text{font-weight:600}.save-btn.saved .star{transform:scale(1.4) rotate(20deg);background:url('data:image/svg+xml;utf8,<svg fill="yellow" stroke="white" stroke-width="1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2l3 7h7l-5.5 4.5L18 21l-6-4-6 4 1.5-7.5L2 9h7z"/></svg>') center/contain no-repeat}.green-box{border:.125rem hidden #27ae60;padding:.875rem 1.25rem;border-radius:.625rem;background:#fff;box-shadow:0 0 .625rem #27ae6040;color:#111;margin:.9375rem 0}body.dark .green-box{border-color:#fff;background:#0f0f0f;box-shadow:0 0 .625rem #ffffff26;color:#e5e5e5}.grid-columns__content{align-items:flex-start;grid-template-columns:1fr 20rem;padding:0}.grid-columns__content .blok-row{margin:0}body.dark .right-nav{background:radial-gradient(circle,#0f0f0f 0%,#1a1a1a 100%);border-color:#fff}.right-nav{position:relative;padding:.3125rem;background:radial-gradient(circle,#ffffff 0%,#e4e1e1 100%);border-radius:.75rem;margin-left:.9375rem}.nav-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(12.5rem,1fr));grid-gap:.625rem;gap:.625rem}.right-nav__h{padding-left:.3125rem}.nav-item{position:relative;display:inline-block;background-size:cover;background-position:center;background-repeat:no-repeat;margin:.3125rem;border:.1875rem solid rgba(255,255,255,.9);border-radius:.5625rem}.right-nav img{height:17.4375rem;filter:brightness(.9);border-radius:.375rem}.img-text{position:absolute;bottom:0;width:100%;padding:.5rem .75rem;color:#fff;font-weight:600;background:rgba(0,0,0,.5);box-sizing:border-box;border-radius:0 0 .375rem .375rem}.flex__row.blok-row{align-items:stretch}.blok-text{display:flex;flex-direction:column;flex:1}.btn-text{margin-top:auto;display:flex;flex-direction:row;gap:.75rem;flex-wrap:wrap}.blok-row{align-items:flex-start;gap:1.25rem}.blok-row .btn-primary{margin-top:.625rem}.blok-row img{flex-shrink:0;filter:brightness(.9);border-radius:.625rem;border:.1875rem solid rgba(177,245,168,.9)}.nav-content__articles{border:.125rem hidden #27ae60;padding:.875rem 1.25rem;border-radius:.625rem;box-shadow:0 0 .625rem #27ae6040;margin-top:.9375rem}.nav-content__h{display:inline-block;margin-bottom:.625rem;padding:.4375rem;border-radius:.625rem;background:radial-gradient(circle,#4FCC02 0%,#a8e6cf 100%);color:#222}.nav-content__articles ul{list-style:none;padding:0;margin:0}.nav-content__articles ul li{margin-bottom:.625rem}.nav-content__articles a{color:#009f4d}.nav-content__articles a:hover{border-bottom:.125rem solid currentColor;padding-bottom:.0625rem}table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:1rem;background:#ffffff}table td{padding:.75rem .9375rem;border:.0625rem solid #e5e5e5}table tr:nth-child(2n){background:#f7f7f7}table td:first-child{font-weight:600;color:#009f4d;color:var(--color-accent)}.text-center{text-align:center;background:#f0f0f0}body.dark table{background:#0f0f0f}body.dark table td{border-color:#333}body.dark table tr:nth-child(2n){background:#1a1a1a}body.dark .text-center{background:#1c1c1c}.pests-table img{max-width:none}.pests-table a{color:#009f4d}.pests-table a:hover{-webkit-text-decoration:underline;text-decoration:underline}.pests-table span{color:#777;font-size:.9em}.top__flex{display:flex;justify-content:center;align-items:center;margin:.9375rem 1.25rem 3.75rem;bottom:1.875rem}.top__fixed-line{display:flex;position:fixed;align-items:center;gap:.5rem;border:.0625rem solid #009F4D;border:.0625rem solid var(--header-flex-border);font-weight:700;top:4.375rem;left:50%;transform:translate(-50%);z-index:9999;color:#fff;color:var(--white-color);border-radius:1.875rem;background:#009F4D;background:var(--header-flex);padding:.625rem .75rem;width:-moz-max-content;width:max-content}.top__fixed-line:hover{background:#00B35A;background:var(--top-flex-hover)}.home__top .grid__columns__2{grid-template-columns:1fr auto}.home__content__left{display:flex;flex-direction:column;gap:.5rem}.home__badge{display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:#009f4d;color:var(--color-accent)}.home__badge span{background:#e5f7ee;background:var(--bg-home-badge);padding:.1875rem .5rem;border-radius:1.875rem}.home__title{font-size:2.625rem;font-weight:800;line-height:1.2}.home__subtitle{font-size:1.125rem}.home__actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;color:#fff;color:var(--white-color);padding:.75rem 1.25rem;border-radius:.5rem;font-weight:600;width:11.25rem}.btn-primary svg{margin-bottom:.1875rem}.btn-primary:hover{transform:translateY(-.125rem)}.home__meta{display:flex;flex-direction:column;gap:.625rem;padding-top:.625rem}.home__meta-item{display:flex;align-items:center;gap:.5rem}.home__meta-dot{width:.5rem;height:.5rem;background:#009F4D;background:var(--color-accent);border-radius:50%}.home__content__right{background:radial-gradient(circle at top left,rgba(0,159,77,.12),transparent 55%),#faf7f7;background:radial-gradient(circle at top left,rgba(0,159,77,.12),transparent 55%),var(--bg);padding:1.5rem;border-radius:1.625rem;box-shadow:0 .25rem 1.25rem #00000014;display:flex;flex-direction:column;gap:1.5rem;transition:.25s ease}.home__content__right:hover{transform:translateY(-.25rem);box-shadow:0 .5rem 1.75rem #0000001f}.home__card-header{display:flex;justify-content:space-between;align-items:center}.home__card-title{font-size:1.25rem;font-weight:700}.home__card-tag{background:#009F4D;background:var(--header-flex);color:#fff;color:var(--white-color);padding:.25rem .625rem;border-radius:1.875rem;font-size:.8125rem;font-weight:600}.home__stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.home__stat-label{font-size:.875rem}.home__stat-value{font-size:1.5rem;font-weight:800}.home__chips{display:flex;flex-wrap:wrap;gap:.625rem}.home__chip{background:#faf7f7;background:var(--bg);padding:.375rem .75rem;border-radius:1.25rem;font-size:.875rem;font-weight:600;transition:.25s ease}.home__chip:hover{background:#009F4D;background:var(--color-accent);color:#fff;color:var(--white-color)}.section{padding:2.5rem 0}.section__label{color:#666;color:var(--muted);font-size:.875rem;text-transform:uppercase;letter-spacing:.0625rem}.section h2{margin:.625rem 0 1.25rem}.block__text{color:#888;color:var(--muted-2);margin-bottom:1.875rem}.privilege__link{display:block;background:#faf7f7;background:var(--bg);border:.0625rem solid #e5e5e5;border:.0625rem solid var(--card-border);border-radius:.625rem;padding:1.25rem}.privilege__link:hover{background:#e5e5e5;background:var(--card-border);transform:translateY(-.1875rem)}.privilege__title h3{margin:.625rem 0 .5rem}.privilege__title p{color:#888;color:var(--muted-2);line-height:1.4}.privilege__title{display:flex;flex-direction:column}.privilege__title>div{display:flex;align-items:center;gap:.625rem}.privilege__title svg{display:block}.protsess .privilege__badge{color:#009f4d;color:var(--color-accent);background:#e5f7ee;background:var(--bg-home-badge);padding:.1875rem .5rem;border-radius:1.875rem}.otzyvy .privilege__badge{color:#f5a623;letter-spacing:.125rem}.subcat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11.25rem,1fr));grid-gap:.75rem;gap:.75rem;margin:1.25rem 0}.subcat-item{padding:.625rem .875rem;background:#009F4D;background:var(--header-flex);border-radius:.375rem;color:#fff;font-weight:500}.subcat-item:hover{background:#00B35A;background:var(--color-hover)}.reviews-section{margin:2.5rem 0}.reviews-title{font-size:2rem;font-weight:700;margin-bottom:1.5625rem;text-align:center}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(17.5rem,1fr));grid-gap:1.5625rem;gap:1.5625rem}.review-card{background:#faf7f7;background:var(--bg);border:.0625rem solid #e5e5e5;border:.0625rem solid var(--card-border);border-radius:.75rem;padding:1.375rem;box-shadow:0 .375rem 1.125rem #00000014;transition:transform .25s ease,box-shadow .25s ease;position:relative;overflow:hidden}.review-card:hover{transform:translateY(-.375rem);box-shadow:0 .625rem 1.5625rem #0000001f}.review-card:before{content:"“";font-size:4.375rem;color:#009f4d;opacity:.12;position:absolute;top:.3125rem;left:.9375rem;line-height:1}.review-text{font-style:italic;font-size:1rem;line-height:1.6;margin-bottom:1.125rem;position:relative;z-index:1;color:#888;color:var(--muted-2)}.review-author{font-weight:600;text-align:right;font-size:.9375rem;margin-bottom:.3125rem}.rating{color:#f39c12;text-align:right;font-size:1.125rem;font-weight:700}footer{border-top:.0625rem solid #e5e5e5;border-top:.0625rem solid var(--card-border);background:#f5f5f5;background:var(--footer-bg);padding:2.5rem .9375rem 5rem}footer .footer__content{align-self:start}footer .flex__row.container{flex-wrap:wrap}.footer__content-heading{display:block;width:100%;margin-bottom:.625rem}.footer__content ul{list-style:none;padding:0;margin:0}.footer__content ul li{margin-bottom:.5rem}.footer-menu__link:hover{color:#00b35a;color:var(--color-hover)}footer .btn-primary{padding:.625rem .875rem;margin-bottom:.625rem}footer .copyright{border-top:.0625rem solid #e5e5e5;border-top:.0625rem solid var(--card-border);width:100%;text-align:center;font-size:.875rem;color:#888;color:var(--muted-2);padding-top:.9375rem}.footer-fixed{position:fixed;left:0;bottom:0;right:0;z-index:9999}.footer-fixed__messenger{background:rgba(250,247,247,.8549);background:var(--footer-fixed-bg);border:.0625rem solid #e5e5e5;border:.0625rem solid var(--card-border);margin:.375rem auto;display:flex;padding:.625rem;border-radius:.625rem;max-width:36.25rem;gap:1rem;justify-content:center}.footer-fixed__link{flex:1;display:flex;align-items:center;flex-direction:column;gap:.375rem;-webkit-text-decoration:none;text-decoration:none;font-weight:500;white-space:nowrap}@media (max-width: 62rem){.burger{display:flex}.header-menu{position:absolute;top:3.0625rem;left:0;width:100%;background:#faf7f7;background:var(--bg);padding:1.25rem 0;display:none}.header-menu.active{display:block}.header-menu__list{display:flex;flex-direction:column;gap:1.25rem;align-items:center}.hidden-lg{display:none}#themeToggle{width:2.5rem;height:2.5rem;padding:0;border-radius:50%;border:none;background:#faf7f7;background:var(--bg);justify-content:center;gap:0}.theme-text{display:none}.grid-columns__content{grid-template-columns:1fr}.left-menu{order:1}.right-nav{order:2;margin-left:0}.right-nav img{height:auto;width:100%}}@media (max-width: 56.25rem){.grid__columns__4,.grid__columns__3,.home__top .grid__columns__2,.grid__columns__2{grid-template-columns:1fr}.home__title{font-size:2.125rem}}@media (max-width: 48rem){.hidden-md{display:none}.blok-row{flex-direction:column}.blok-row img{order:1;width:100%;height:auto}.blok-text{order:2}footer .btn-primary{justify-content:center}}@media (max-width: 36rem){footer .flex__row{display:flex;flex-direction:column;gap:1.875rem}footer .flex__row .footer__content{width:100%;text-align:left}.footer__content-heading{display:block;width:100%;text-align:left;margin-bottom:.625rem}footer .flex__row .footer__content ul{padding:0;margin:0;text-align:left}footer .flex__row .footer__content ul li{list-style:none}footer .flex__row .btn-primary{margin:.3125rem 0;display:inline-flex}footer .flex__row .copyright{text-align:center;margin-top:1.25rem}}@media (max-width: 30rem){.home__title{font-size:1.75rem}.top__fixed-line{max-width:70%;left:50%;transform:translate(-50%);gap:.375rem;font-size:.875rem}.footer-fixed{font-size:.875rem}.footer-fixed__messenger{gap:.625rem;padding:.5rem .5rem .0625rem;margin:0 auto;border-radius:0}.footer-fixed__link{gap:0!important}}@media (max-width: 26.1875rem){.hero{padding-top:4.1875rem}}@media (max-width: 22.5rem){.footer-fixed{font-size:.8125rem}.footer-fixed__messenger{gap:.375rem;padding:.375rem;margin:0 auto}}html,body{min-height:100%}body{min-height:100vh;display:flex;flex-direction:column}.footer{margin-top:auto}.page-404 h1{margin-bottom:.625rem}.page-404 a{-webkit-text-decoration:underline;text-decoration:underline;color:#009f4d}.content{flex-grow:1}
