.upper-container{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.upper-container *{box-sizing:border-box;margin:0;padding:0}.popup-wrapper *{box-sizing:border-box;margin:0;padding:0}.popup-wrapper{display:flex;flex-wrap:wrap;background:#fff;border-radius:18px;overflow:hidden;max-width:900px;margin:auto}.popup-left{flex:1;padding:30px;width:50%}.popup-left h2{font-size:22px;margin-bottom:20px;line-height:1.4;color:#222}.popup-left .highlight{color:#c5a056;font-weight:700}.popup-left label{display:block;font-size:14px;margin:12px 0 5px;color:#333}.popup-left input,.popup-left select,.popup-left textarea{width:calc(100% - 24px);padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#f5f5f5;margin-bottom:10px}.popup-left select[multiple]{height:120px}.popup-btn{background:#c5a056;color:#fff;font-weight:700;padding:14px 20px;border:none;border-radius:8px;cursor:pointer;width:100%;transition:.3s ease}.popup-btn:hover{background:#a9863f}.popup-right{flex:1;min-width:300px}.popup-right img{width:100%;height:100%;object-fit:cover}.services-checkboxes{display:flex;flex-direction:column;gap:8px}.services-checkboxes label{display:flex;align-items:center;gap:8px;font-size:16px;cursor:pointer;margin:0}.services-checkboxes input[type=checkbox]{width:18px;height:18px}