.hm-popup{position:fixed;inset:0;z-index:100000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease;overflow:hidden;padding:22px 0}.hm-popup.is-open{opacity:1;visibility:visible;pointer-events:auto}body.quick-view-open{overflow:hidden}.hm-popup-backdrop{position:absolute;inset:0;border:0;padding:0;background:rgba(18,24,27,0.58);backdrop-filter:blur(12px)}.hm-popup .auto-container{position:relative;z-index:1;height:100%;display:flex;align-items:center;justify-content:center}.hm-popup-panel{position:relative;width:min(100%,860px);max-width:860px;margin:0 auto;max-height:calc(100vh - 44px);background:linear-gradient(135deg,rgba(255,255,255,0.98),rgba(248,246,240,0.98));border:1px solid rgba(47,75,89,0.08);border-radius:34px;box-shadow:0 34px 80px rgba(11,18,20,0.22);overflow-y:auto;overflow-x:hidden}.hm-popup-grid{display:grid;grid-template-columns:.68fr 1.32fr;align-items:stretch}.hm-popup-copy{display:flex;flex-direction:column;padding:34px 28px;background:linear-gradient(180deg,rgba(255,255,255,0.12),rgba(255,255,255,0)),linear-gradient(160deg,#304c59 0%,#456574 100%);color:#fff;position:relative}.hm-popup-copy:before{content:"";position:absolute;left:28px;top:0;width:64px;height:4px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,0.88),rgba(217,176,122,0.9))}.hm-popup-copy h3,.hm-popup-copy .hm-popup-title{font-size:28px;line-height:1.02;margin:10px 0 14px;max-width:8.5ch}.hm-popup-copy p{font-size:14px;line-height:1.8;color:rgba(255,255,255,0.76);margin:0 0 20px;max-width:24ch}.hm-popup-kicker{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,0.74)}.hm-popup-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:#d9b07a;box-shadow:0 0 0 6px rgba(217,176,122,0.12)}.hm-popup-points{display:grid;gap:10px}.hm-popup-points span{display:flex;align-items:center;gap:12px;font-size:13px;line-height:1.55;padding:13px 14px;border-radius:20px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.06)}.hm-popup-points span i{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:12px;background:rgba(255,255,255,0.12);color:#fff;font-size:12px;flex:0 0 30px}.hm-popup-form{padding:34px 34px 32px;background:rgba(255,255,255,0.72)}.hm-popup-form form.row{margin:0;display:block}.hm-popup-form .form-group{margin-bottom:0}.hm-popup-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:rgba(31,42,48,0.08);display:inline-flex;align-items:center;justify-content:center;color:#1f2a30;font-size:16px;z-index:2;box-shadow:0 10px 24px rgba(11,18,20,0.1);border:1px solid rgba(31,42,48,0.08)}.hm-popup-close:hover{color:#1f2a30;background:rgba(31,42,48,0.14)}.hm-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;flex:0 0 100%;max-width:100%}.hm-form-grid .hm-field-full{grid-column:1 / -1}.hm-field-label{display:block;margin:0 0 8px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#60707a}.hm-field-label .required{color:#9a5f2d}.hm-popup-form .form-control,.hm-popup-form textarea.form-control{height:58px;border-radius:18px;border:1px solid rgba(47,75,89,0.12);background:rgba(255,255,255,0.96);padding:15px 18px;font-size:14px;font-weight:600;box-shadow:0 8px 22px rgba(19,29,35,0.04);color:#1f2a30}.hm-popup-form .form-control::placeholder,.hm-popup-form textarea.form-control::placeholder{color:rgba(102,117,126,0.78)}.hm-popup-form textarea.form-control{height:136px;resize:vertical}.hm-popup-form .form-control:focus,.hm-popup-form textarea.form-control:focus{border-color:rgba(183,121,61,0.32);box-shadow:0 12px 24px rgba(183,121,61,0.1)}.hm-popup-form .form-control.is-invalid,.hm-popup-form textarea.form-control.is-invalid{border-color:#d9534f !important;box-shadow:0 10px 24px rgba(217,83,79,0.12)}.hm-popup-form .error_msgIcon,.hm-popup-form .captcha_message{margin-top:8px;font-size:13px;line-height:1.5;font-weight:600;color:#d9534f !important}.hm-popup-form .btn-req-form{width:100%;border-radius:18px;height:58px;margin-top:8px;background:linear-gradient(135deg,#b88b52 0%,#d9b07a 100%);border-color:transparent;color:#fff;box-shadow:0 18px 30px rgba(183,121,61,0.18)}.hm-popup-form .btn-req-form:hover{background:linear-gradient(135deg,#355867 0%,#4b6c79 100%);color:#fff;box-shadow:0 22px 34px rgba(53,88,103,0.2)}@media (max-width:991px){.hm-popup-panel{width:min(100%,760px);max-width:760px;max-height:calc(100vh - 36px)}.hm-popup-grid{grid-template-columns:1fr}.hm-popup-copy,.hm-popup-form{padding:28px 26px}.hm-popup-close{top:14px;right:14px;color:#fff;background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.12)}.hm-popup-copy h3,.hm-popup-copy .hm-popup-title,.hm-popup-copy p{max-width:none}}@media (max-width:575px){.hm-popup-panel{width:auto;border-radius:22px;max-height:calc(100vh - 24px)}.hm-popup-copy,.hm-popup-form{padding:22px 16px}.hm-popup-copy h3,.hm-popup-copy .hm-popup-title{font-size:32px;line-height:1.02}.hm-popup-points span{padding:14px}.hm-popup-close{top:12px;right:12px;width:36px;height:36px;color:#fff;background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.12)}.hm-popup-form .form-control,.hm-popup-form textarea.form-control{padding:14px 16px;font-size:15px}.hm-popup-form .btn-req-form{width:100%;margin:0}.hm-popup-form .g-recaptcha{transform:scale(.92);transform-origin:left top}}@media (max-width:389px){.hm-popup-form .g-recaptcha{transform:scale(.82)}}