.popup-packaging, .popup-charity, .popup-paypal, .popup-offers {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  transition: all .2s
}
.popup-packaging.active, .popup-charity.active, .popup-offers.active, .popup-paypal.active {
  display: block
}
.popup-charity-inner .close {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer
}
.popup-charity-inner .close:hover{
	opacity: .7;
}
.popup-charity-inner .close svg {
  width: 13px;
  height: 13px
}
.popup-background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, .5)
}
.popup-charity-inner {
  min-width: 320px;
  position: absolute;
  max-width: 407px;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background: #fff;
  left: 50%;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .5);
  font-size: 16px;
  line-height: 22px
}
.popup-charity-inner img {
  margin-bottom: 15px
}