.add-address-map{min-height:100vh;padding-bottom:60px;background-color:#fff;display:flex;flex-direction:column;position:fixed;inset:0;z-index:1000}.add-address-map__header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:1rem;background-color:#fff;border-bottom:1px solid #E5E7EB;position:sticky;top:0;z-index:100;gap:1rem}.add-address-map__back-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#f3f4f6;border:none;cursor:pointer;transition:background-color .2s ease}.add-address-map__back-btn:hover{background-color:#e5e7eb}.add-address-map__back-btn img{width:24px;height:24px}.add-address-map__header>div:last-child{width:40px;height:40px}.add-address-map__title{font-family:Inter,sans-serif;font-size:17px;font-weight:600;line-height:22px;color:#1f2937;margin:0;text-align:center}.add-address-map__content{flex:1;padding:1rem;display:flex;flex-direction:column;gap:1rem}.add-address-map__map{border-radius:32px;overflow:hidden;position:relative;flex:1;min-height:300px}.add-address-map__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:1000}.add-address-map__loading .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 12px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.add-address-map__loading p{color:#6c757d;font-size:14px;margin:0}.add-address-map__address{background-color:transparent;padding:0;min-height:60px;display:flex;align-items:center}.add-address-map__address-text{font-family:Inter,sans-serif;font-size:19px;font-weight:600;line-height:24px;color:#212529;margin:0;width:100%}.add-address-map__address-text:empty:before{content:"Выберите адрес на карте";color:#6b7280;font-weight:400}.add-address-map__confirm-btn{width:100%;background-color:#4bb755;color:#fff;border:none;border-radius:12px;padding:1rem;font-family:Inter,sans-serif;font-size:17px;font-weight:600;line-height:26px;letter-spacing:-.43px;cursor:pointer;transition:background-color .2s ease;text-decoration:none;display:inline-block;text-align:center}.add-address-map__confirm-btn:hover:not(:disabled){background-color:#059669}.add-address-map__confirm-btn:active:not(:disabled){transform:translateY(1px)}.add-address-map__confirm-btn:disabled{background-color:#f0f0f0;cursor:not-allowed;color:#1f2937}.add-address-map__fixed-bottom{background-color:#fff;padding:1rem;display:flex;flex-direction:column;gap:1rem;padding-bottom:80px}.leaflet-container{font-family:inherit;border-radius:32px}.leaflet-popup-content-wrapper{border-radius:8px}.leaflet-popup-content{margin:8px 12px;font-size:14px}.leaflet-control-attribution{display:none!important}.custom-marker-icon{background:transparent;border:none}.custom-marker-icon div{transition:transform .2s ease}.custom-marker-icon div:hover{transform:scale(1.15)}.add-address-map__address-display{padding:1rem}.add-address-map__address-text{font-family:Inter,sans-serif;font-size:19px;font-weight:600;line-height:20px;color:#212529;margin:0;word-wrap:break-word}.add-address-map__form{padding:1rem;display:flex;flex-direction:column;gap:1.25rem;background-color:#fff}.add-address-map__field{display:flex;flex-direction:column;gap:.5rem}.add-address-map__label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#374151;margin:0}.add-address-map__input,.add-address-map__textarea{width:100%;padding:.75rem;border:1px solid #D1D5DB;border-radius:8px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:21px;color:#1f2937;transition:border-color .2s ease;background-color:#fff;box-sizing:border-box}.add-address-map__input:focus,.add-address-map__textarea:focus{outline:none}.add-address-map__input::-moz-placeholder,.add-address-map__textarea::-moz-placeholder{color:#9ca3af}.add-address-map__input::placeholder,.add-address-map__textarea::placeholder{color:#9ca3af}.add-address-map__textarea{resize:vertical;min-height:80px}.add-address-map__switch-container{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.add-address-map__switch-label{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:21px;color:#1f2937;margin:0;flex:1}.add-address-map__switch{position:relative;display:inline-block;width:50px;height:28px;margin-left:16px}.add-address-map__switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer;z-index:1}.add-address-map__slider{position:absolute;cursor:pointer;inset:0;background-color:#d1d5db;transition:.3s;border-radius:28px}.add-address-map__slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}.add-address-map__switch input:checked+.add-address-map__slider{background-color:#4bb755}.add-address-map__switch input:checked+.add-address-map__slider:before{transform:translate(22px)}.add-address-map__save-btn{width:100%;padding:1rem;background-color:#4bb755;color:#fff;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:21px;cursor:pointer;transition:background-color .2s ease;display:inline-block;text-align:center}.add-address-map__save-btn:hover:not(:disabled){background-color:#3a9a42}.add-address-map__save-btn:active:not(:disabled){transform:translateY(1px)}.add-address-map__save-btn:disabled{background-color:#f0f0f0;cursor:not-allowed;color:#1f2937}
