.popup-event {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:90px 32px;
	z-index:100;
	background-color:rgba(0,0,0,0.5);

}
.popup-event .box-event {
	background-color:#fff;
	max-height:100%;
	position:relative;
	padding:54px 20px 0 20px; 
	border-radius:8px;
	overflow:auto;
}
.popup-event .box-event .btn-close {
	display:inline-block;
	width:18px;
	position:absolute;
	top:19px;
	right:28px;
	height:18px;
	background:url(../images/pop-close.svg) no-repeat;

}
.popup-event .box-event a.img-event {
	font-size:0;
}
.popup-event .box-event img {
	width:100%;
}
.popup-event .popup-bottom {
	display:flex;
	align-items: center;
	padding:20px 0;

}
.popup-event .popup-bottom .label-checkbox {
	display:flex;
	align-items: center;

}
.popup-event .popup-bottom .label-checkbox input {
	margin-right:10px;
}
.popup-event .popup-bottom .txt-close {
	margin-left:auto;
	width:63px;
	line-height:35px;
	color:#fff;

}