.lh-grid{background:#fff;font-family:Montserrat,sans-serif;padding:28px 12px 56px}.lh-grid__inner{margin:0 auto;max-width:1264px;padding:0 12px}.lh-grid__header{margin:0 auto 26px;max-width:760px;text-align:center}.lh-grid__heading{color:#182f22;font-size:40px;font-weight:700;line-height:1.2;margin:0 0 12px}.lh-grid__subtitle{color:#2f3532;font-size:16px;line-height:1.55;margin:0}.lh-grid__pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:30px}.lh-grid__pill{background:#fff;border:1px solid rgba(0,0,0,.18);border-radius:999px;color:#2f3532;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;padding:9px 22px;transition:all .15s ease}.lh-grid__pill:hover{border-color:#407e43;color:#407e43}.lh-grid__pill.is-active{background:#407e43;border-color:#407e43;color:#fff}.lh-grid__cards{display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.lh-grid__card{background:#eef2f0;border:1px solid rgba(0,0,0,.14);border-radius:32px;box-sizing:border-box;display:flex;flex-direction:column;padding:26px 26px 22px;position:relative}.lh-grid__card.is-hidden{display:none}.lh-grid__card-title{color:#182f22;font-size:20px;font-weight:700;margin:0 0 2px;padding-right:48px}.lh-grid__card-state{background:#fff;border:1px solid #b7dab1;border-radius:999px;color:#407e43;font-size:12px;font-weight:700;margin:0;padding:3px 10px;position:absolute;right:22px;top:22px}.lh-grid__card-body{display:flex;flex:1;flex-direction:column;gap:10px;margin:12px 0 14px}.lh-grid__addr,.lh-grid__phone{align-items:flex-start;color:#2f3532;display:flex;font-size:14.5px;gap:9px;line-height:1.5;margin:0}.lh-grid__addr svg,.lh-grid__phone svg{flex-shrink:0;margin-top:3px}.lh-grid__phone a{color:#2f3532;font-weight:600;text-decoration:none}.lh-grid__phone a:hover{color:#407e43}.lh-grid__card-link{align-items:center;color:#407e43;display:inline-flex;font-size:14.5px;font-weight:700;gap:7px;margin-top:auto;text-decoration:none}.lh-grid__card-link:hover{color:#2f5e33;text-decoration:underline}.lh-grid__note{color:#2f3532;font-size:13.5px;margin:24px 0 0;opacity:.75;text-align:center}@media (max-width:991px){.lh-grid__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.lh-grid__heading{font-size:32px}}@media (max-width:640px){.lh-grid__cards{grid-template-columns:1fr}}