.eshopInnovationPopup {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20000;
	padding: 25px 15px;
	background: rgba(0, 0, 0, .55);
	align-items: center;
	justify-content: center;
}

.eshopInnovationPopup--visible {
	display: flex;
}

.eshopInnovationPopup__dialog {
	position: relative;
	width: 100%;
	max-width: 800px;
	max-height: 100%;
	overflow: auto;
	background: #fff;
	box-shadow: 0 8px 35px rgba(0, 0, 0, .3);
}

.eshopInnovationPopup__image {
	display: block;
	width: 100%;
	height: auto;
}

.eshopInnovationPopup__close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #014b94;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.eshopInnovationPopup__close:hover,
.eshopInnovationPopup__close:focus {
	background: #014b94;
	color: #fff;
	outline: none;
}

@media (max-width: 470px) {
	.eshopInnovationPopup {
		padding: 15px 8px;
	}

	.eshopInnovationPopup__close {
		top: 6px;
		right: 6px;
	}
}
