#dymek {
	display: none;
}
#privacy-message {
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 70px;
	bottom: 20px;
	width: 350px;
	z-index: 500;
	background: rgba(245, 245, 245, .95);
	box-shadow: 2px 2px 5px #55555544;
	text-align: left;
	color: black;
}
#privacy-message a { color: black; }
#privacy-message .close-icon {
	display: flex;
	justify-content: flex-end;
	padding: 10px 10px 0 10px;
}
#privacy-message .close-icon a {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../admin/images/zamknij.png) no-repeat;
    cursor: pointer;
}
#privacy-message .zamknij {
	order: 2;
	margin: 0 10px 10px 10px;
}
#privacy-message .zamknij a {
	display: block;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background: #444;
	cursor: pointer;
}
#privacy-message .tresc {
	margin: 10px;
	font-size: .9em;
}
#privacy-message .info-link {
	margin-top: 1em;
}
#privacy-message .info-link a {
	text-decoration: underline;
}

/* wybor */
#privacy-message h5 {
	margin-top: 0;
}
#privacy-message .buttons {
	order: 2;
	display: flex;
	align-items: center;
	margin: 0 10px 10px 10px;
}
#privacy-message .buttons a {
	margin: 5px 0;
}
#privacy-message .buttons .button-small {
	padding: 10px;
	font-size: .8em;
	color: #4384ff;
	cursor: pointer;
}
#privacy-message .buttons .button-big {
	display: block;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background: #12c72c;
	cursor: pointer;
}

@media all and (max-width: 700px) {
	#privacy-message {
		width: 100%;
		bottom: 0;
		right: 0;
	}
}