#informacja_o_cookie {
	position: fixed;
	bottom: 0;
	margin: unset;
	padding: unset;
	width: 100%;
	font-size: 11px;
	text-align: left;
	background: #FFFFFF;
	border-top: 1px solid #0F0F0F;
	z-index: 9999999;
}

.cookie_cont {
	margin: 0 auto;
	padding: 5px 0;
	width: 980px;
	/*background: #444444;*/
}

.cookie_cont_text {
	float: left;
	margin: unset;
	width: 88%;
	font-size: 13px;
	text-indent: unset;
	color: #696969;
}

.cookie_cont_text_justified {
	text-align: justify;
}

.cookie_cont_text a {
	color: #575757;
	text-decoration: underline;
	cursor: pointer;
}

.cookie_cont_btn {
	float: right;
	margin-top: 5px;
	width: 11%;
}

.cookie_cont_btn a {
	padding: 5px;
	cursor: pointer;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}

/*.cookie_cont_btn a:hover {

}*/

.cl {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	line-height: 1px;
}

@media all and (max-width: 990px) {

	.cookie_cont {
		width: 100%;
	}
}

@media all and (max-width: 600px) {

	.cookie_cont_text {
		float: none;
		width: 100%;
	}

	.cookie_cont_btn {
		float: none;
		width: 100%;
		text-align: center;
	}
}

/* ---------------------------------------------------------------------------- */
/* Cookie Bar (pasek z informacją o stosowaniu plików cookie) */
/* zgodność z szablonami 2-13 */

#cookie-bar {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 13px;
	background-color: #ffffff;
	border-top: 1px solid #6E6E6E;
	z-index: 11;
}

#cookie-bar p {
	margin-bottom: 1em;
}

#cookie-bar :is(.read-more, .buttons .button) {
	cursor: pointer;
}

#cookie-bar .buttons {
	margin-top: 25px;
	text-align: center;
}

#cookie-policy-popup .modal-dialog .modal-body h3 {
	font-size: 20px;
	text-align: center;
}

#cookie-bar .button {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background-color: unset;
	border-style: solid;
	border-width: 2px;
	transition-property: color, background-color, border-color;
	transition-duration: 0.35s;
	transition-timing-function: ease-out;
	border-radius: 3px;
	padding: 6px 12px;
}