/* --- Pop up cookies --- */

.container_priv_state
{
	width: 100%;
	background: rgba(43,43,43,0.9);
	position: fixed;
	z-index: 9999;
	bottom: 0;
	padding: 20px 10%;
	color: #fff;
	transition: 1s all;
	font-size: 0.9em;
}

.container_priv_state .descr p
{
	padding: 0;
	margin: 0;
}

.close_priv
{
	padding: 5px 10px;
	border: 1px solid #fff;
	cursor: pointer;
}

.priv_state
{
	cursor: pointer;
	display: inline;
}

.config-privacy
{
	position: fixed;
	max-height: 80vh;
	top: 0; left: 0; right: 0; bottom: 0;
	margin: auto;
	background: rgba(255,255,255,.95);
	max-width: 50vw;
	display: none;
	z-index: 99999;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	padding: 30px;
	text-align: center;
}

 .cookieMenu
{
	position: fixed;
	top: auto; left: auto; right: 13px; bottom: 70px;
	height: 50px; width: 50px;
	z-index: 999;
	cursor: pointer;
}
	.cookieMenu img
	{
		height: 100%;
		width: 100%;
	}

@media screen and (max-width: 700px)
{
	.config-privacy
	{
		max-width: 80vw;
		height: auto;
		overflow-y: auto;
	}
}