.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(49, 75, 111, 0.9);
	color: #efefef;
	padding: 25px 175px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
    align-items: center;
    justify-content: center;
	z-index: 9999999;
}

.eupopup-container-bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
}

.eupopup-closebutton {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-body {
	color: #fff;
}

.eupopup-body a {
	font-weight: bold;
}

.eupopup-buttons {
	right: 55px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.eupopup-button_1 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: #a0abba;
}

.eupopup-button {
	padding: 10px 15px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #fff;
}

@media screen and (max-width: 1175px) {
	.eupopup-container br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.eupopup-container {
		display: flex;
		flex-direction: column;
		padding: 25px;
	}
	.eupopup-buttons {
		position: relative;
		right: 0;
		margin-top: 25px;
	}
}