.fzew-product-catalog{padding:56px 0 60px;background:#fff;color:#343a40}.fzew-product-catalog__layout{display:flex;align-items:flex-start;gap:36px}.fzew-product-catalog__sidebar{flex:0 0 280px;width:280px;display:grid;gap:34px}.fzew-product-catalog__main{min-width:0;flex:1 1 auto}.fzew-product-catalog__sidebar-card{border:1px solid #dde3e8;background:#fff}.fzew-product-catalog__sidebar-title{margin:0;padding:15px 18px;background:#0072BB;color:#fff;font-size:22px;line-height:1.2;font-weight:700}.fzew-product-catalog__category-list{display:flex;flex-direction:column}.fzew-product-catalog__category-link{display:block;padding:12px 14px;border-top:1px solid #e3e7eb;color:#333;font-size:16px;line-height:1.35;transition:background .2s ease,color .2s ease,padding-left .2s ease}.fzew-product-catalog__category-link:first-child{border-top:0}.fzew-product-catalog__category-link:hover,.fzew-product-catalog__category-link.is-active{background:#eaf5fc;color:#0072BB;padding-left:18px}.fzew-product-catalog__contact-body{padding:13px 14px 16px}.fzew-product-catalog__contact-body p{margin:0 0 9px;font-size:14px;line-height:1.7;color:#333}.fzew-product-catalog__contact-body p:last-child{margin-bottom:0}.fzew-product-catalog__contact-body a{color:inherit}.fzew-product-catalog__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 16px}.fzew-product-card{display:flex;min-width:0;flex-direction:column;background:#fff;border:1px solid #dce2e7;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.fzew-product-card:hover{transform:translateY(-4px);border-color:#0072BB;box-shadow:0 10px 26px rgba(0,71,118,.12)}.fzew-product-card__media{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;padding:14px;background:#fff;overflow:hidden}.fzew-product-card__media img{width:100%;height:100%;object-fit:contain}.fzew-product-card__image-placeholder{width:100%;height:100%;background:#eef2f5}.fzew-product-card__title{display:flex;align-items:center;justify-content:center;min-height:58px;margin:0;padding:10px 12px;text-align:center;font-size:15px;line-height:1.35;font-weight:700}.fzew-product-card__title a{color:#252525}.fzew-product-card__inquiry{display:flex!important;width:100%!important;min-height:44px!important;align-items:center;justify-content:center;margin:0!important;padding:10px 14px!important;border:0!important;border-radius:0!important;background:#0072BB!important;color:#fff!important;font-size:17px;font-weight:600;line-height:1.2;cursor:pointer;transition:background .2s ease,transform .2s ease}.fzew-product-card__inquiry:hover,.fzew-product-card__inquiry:focus{background:#FE7A02!important;color:#fff!important}.fzew-product-card__inquiry:active{transform:scale(.985)}.fzew-product-catalog__empty{padding:30px;border:1px dashed #cad3dc;background:#f8fafc;text-align:center;color:#52606d}.fzew-product-catalog__pagination{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-top:44px}.fzew-product-catalog__page,.fzew-product-catalog__counter{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;padding:0 12px;border:1px solid #e0e4e8;background:#fff;color:#444;font-size:14px}.fzew-product-catalog__page:hover{border-color:#0072BB;color:#0072BB}.fzew-product-catalog__page.is-current{background:#0072BB;color:#fff;border-color:#0072BB}.fzew-product-catalog__page.is-disabled{opacity:.45;cursor:not-allowed}.fzew-product-catalog__counter{background:#fafafa;color:#9aa3ad}.fzew-product-modal-open{overflow:hidden}.fzew-product-inquiry-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.62);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.fzew-product-inquiry-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.fzew-product-inquiry-modal__panel{position:relative;width:100%;max-width:720px;max-height:calc(100vh - 48px);overflow:auto;padding:34px;background:#fff;border-radius:8px;box-shadow:0 20px 70px rgba(0,0,0,.28)}.fzew-product-inquiry-modal__close{position:absolute!important;top:12px;right:14px;display:inline-flex!important;width:38px!important;height:38px!important;align-items:center;justify-content:center;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#333!important;font-size:30px!important;line-height:1!important;cursor:pointer}.fzew-product-inquiry-modal__close:hover{background:#f1f3f5!important;color:#0072BB!important}.fzew-product-inquiry-modal__title{margin:0 48px 8px 0;font-size:30px;line-height:1.2;font-weight:800;color:#222}.fzew-product-inquiry-modal__product{margin-bottom:18px;color:#0072BB;font-size:16px;font-weight:700}.fzew-product-inquiry-modal__form .wpcf7-form{display:grid;gap:14px}.fzew-product-inquiry-modal__form label{display:block;font-weight:600}.fzew-product-inquiry-modal__form input:not([type=submit]):not([type=checkbox]):not([type=radio]),.fzew-product-inquiry-modal__form textarea,.fzew-product-inquiry-modal__form select{width:100%;max-width:none;padding:11px 12px;border:1px solid #cfd6dc;border-radius:2px;background:#fff}.fzew-product-inquiry-modal__form textarea{min-height:120px;resize:vertical}.fzew-product-inquiry-modal__form input[type=submit],.fzew-product-inquiry-modal__form button[type=submit]{display:inline-flex!important;width:auto!important;min-height:44px;padding:11px 24px!important;border:0!important;border-radius:2px!important;background:#FE7A02!important;color:#fff!important;font-weight:700;cursor:pointer}@media(max-width:1024px){.fzew-product-catalog__layout{flex-direction:column}.fzew-product-catalog__sidebar{width:100%!important;flex-basis:auto!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.fzew-product-catalog__main{width:100%}.fzew-product-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fzew-product-catalog__pagination{justify-content:center}}@media(max-width:767px){.fzew-product-catalog{padding:42px 0 48px}.fzew-product-catalog__sidebar{grid-template-columns:1fr}.fzew-product-catalog__grid{grid-template-columns:1fr}.fzew-product-card__title{font-size:16px}.fzew-product-catalog__pagination{gap:6px;margin-top:32px}.fzew-product-catalog__page,.fzew-product-catalog__counter{min-width:38px;height:38px;padding:0 9px}.fzew-product-inquiry-modal{padding:14px}.fzew-product-inquiry-modal__panel{max-height:calc(100vh - 28px);padding:28px 18px 22px}.fzew-product-inquiry-modal__title{font-size:25px}}
