.popup-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/multivarka/img/popup-wrap-bg.png) repeat;
  display: none;
  z-index: 10000;
}
.popup {
	position: absolute !important;
	left: 50% !important;
	top: 20% !important;
	z-index: 10001;
	display: none;
}
.popup-closer {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
    background: url(/bitrix/templates/multivarka/img/popup-closer.png) no-repeat center;
}