*, *::before, *::after {
	box-sizing: border-box;
}


.fenix-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9990;
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	opacity: 0;
}

.fenix-popup.fenix-popup--opened {
	display: flex;
}

.fenix-popup .fenix-popup__mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.fenix-popup .fenix-popup__container {
	position: relative;
	background-color: #ffffff;
	width: 100%;
	max-width: 1000px;
	border-radius: 5px;
	max-height: 100%;
	overflow-y: auto;
	padding: 15px;
}

.fenix-popup .fenix-popup__close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.fenix-popup .fenix-popup__header {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
}

.fenix-popup.fenix-popup__content {
	padding: 15px 0;
}

.fenix-popup .fenix-popup__footer {
	border-top: 1px solid #cccccc;
	padding-top: 15px;
}

.fenix-popup .fenix-popup__file {
	margin-bottom: 15px;
}

.waitMe_container .waitMe {
	z-index: 9999999999 !important;
}
