#ArsysCookieAcceptance {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, .64);
	z-index: 999999;
}
#ArsysCookieAcceptance, #ArsysCookieAcceptance * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 0;
	user-select: none;
	border: 0;
	font-family: sans-serif
}
#ArsysCookieAcceptance>div {
	min-width: 480px;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	margin: 0;
	padding: 32px;
	overflow: auto
}
#ArsysCookieAcceptance>div>svg {
	width: 90px;
	height: 25px;
	float: left
}
#ArsysCookieAcceptance>div>span {
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: 500;
	font-size: 18px;
	vertical-align: top;
	text-align: right;
	line-height: 16px;
	display: block;
	padding: 2px 0;
}
#ArsysCookieAcceptance>div>p, #ArsysCookieAcceptance>div>form>p {
	display: block;
	clear: both;
	margin: 24px 0 8px 0!important;
	text-align: left;
	font-size: 15px;
	line-height: 20px
}
#ArsysCookieAcceptance>div>p>a {
	color: #39f;
	font-size: 15px
}
#ArsysCookieAcceptance>div>button {
	float: right;
	display: inline-block;
	position: relative;
	height: auto;
	margin: 24px 0 0 0;
	padding: 8px 16px;
	border: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 24px;
	color: #fff;
	background-color: #39f;
	cursor: pointer;
	font-family: sans-serif
}
#ArsysCookieAcceptance>div.complex {
	display: none
}
#ArsysCookieAcceptance>div.complex>form {
	text-align: left;
	margin: 0 0 8px 0
}
#ArsysCookieAcceptance>div.complex>form>span.title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 24px 0 8px 0;
	display: table;
}
#ArsysCookieAcceptance>div.complex>form>input {
	width: 20px;
	height: 20px;
	vertical-align: top;
	margin: 8px 8px 0 0;
	color: #39f
}
#ArsysCookieAcceptance>div.complex>form>label {
	border: 1px solid #f00;
	display: block;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	padding: 8px 8px 8px 40px;
	margin: -29px 0 0 -8px;
}
#ArsysCookieAcceptance>div.complex>form>input:checked+label {
	border: 1px solid transparent;
}
#ArsysCookieAcceptance>div.complex>form>.list {
	border-bottom: 1px solid #ddd;
	padding: 8px 0 16px 0;
}
#ArsysCookieAcceptance>div.complex>form>.list>.see {
	color: #39f;
	font-size: 14px;
	margin: 8px 0;
	line-height: 14px;
	cursor: pointer;
}
#ArsysCookieAcceptance>div.complex>form>.list>.more {
	color: #39f;
	font-size: 24px;
	line-height: 14px;
	float: right;
	cursor: pointer;
}
#ArsysCookieAcceptance>div.complex>form>.list>table {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	margin: 16px 0 -17px 0;
	display: none
}
#ArsysCookieAcceptance>div.complex>form>.list>table th, #ArsysCookieAcceptance>div.complex>form>.list>table td {
	font-size: 15px;
	padding: 8px;
	border: 1px solid #ddd
}
#ArsysCookieAcceptance>div.complex>form>.list>table th {
	padding: 8px;
}
#ArsysCookieAcceptance>div.complex>form>.list.show>.more {
	transform: rotate(45deg)
}
#ArsysCookieAcceptance>div.complex>form>.list.show>table {
	display: table
}
@media only screen and (max-width:600px) {
	#ArsysCookieAcceptance>div>svg {
		width: 128px;
		height: 36px;
	}
	#ArsysCookieAcceptance>div>span {
		font-size: 24px;
		float: none;
		padding: 24px 0;
		text-align: left;
		display: block;
		clear: both;
		line-height: 20px
	}
	#ArsysCookieAcceptance>div>form>span.title {
		font-size: 20px!important
	}
	#ArsysCookieAcceptance>div>p, #ArsysCookieAcceptance>div>form>p {
		margin: 0
	}
}