.cookies {
	background-color: #fff;
	border-radius: 0;
	border-top: 1px solid #e5e5e5;
	bottom: 0;
	box-shadow: 0 2px 4px #00000033;
	padding: 25px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	color: #000;
}
.cookiesanswertrue {
	display: none;
}
.cookies2 {
	padding: 25px 0;
}
.cookies2 a {
	display: inline-block;
	margin: 0 10px;
	background-color: #B0FAB6;
	background-color: #B0FAB6;
	color: #000;
	padding: 10px 20px;
	text-decoration: none;
}
.cookies2 a:hover {
	background-color: #006600;
	background-color: #00FF14;
}
#cookies-granted, #cookies-granted-all {
	font-weight: 700;
}
.cookiesdetail {
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10000;
	width: 100%;
	height: 100%;
}
.cookiesdetail0 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.333);
}
.cookiesdetail1 {
	margin: 25px auto;
	max-width: 850px;
	width: 90%;
	background-color: #fff;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	color: #000;
}
a.cookiesdetailclose {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}
.cookiesdetail11 {
	font-weight: 700;
	padding: 0 0 25px 0;
	font-size: 18px;
}
.cookiesdetail12 {
	padding: 0 0 20px 0;
}
.cookiesdetail14, .cookiesdetail16, .cookiesdetail18, .cookiesdetail20 {
	padding: 0 75px 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.cookiesdetail13, .cookiesdetail15, .cookiesdetail17, .cookiesdetail19 {
	font-size: 16px;
	font-weight: 700;
	padding: 0 0 10px 0;
}
.cookiesdetail21 {
	text-align: center;
}
.cookiesdetail21 a {
	display: inline-block;
	margin: 0 10px 2px 10px;
	background-color: #33cc00;
	background-color: #B0FAB6;
	color: #000;
	padding: 10px 20px;
		text-decoration: none;
}
.cookiesdetail21 a:hover {
	background-color: #006600;
	background-color: #00FF14;
}
.cookieswitch {
    background: #cfcfcf 0 0 no-repeat padding-box;
    border: 2px solid #cfcfcf;
    border-radius: 100px;
    height: 24px;
    position: relative;
    width: 48px;
	float: right;
	box-sizing: border-box;
	cursor: default;
}
.cookieswitch::before {
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 50%;
    box-shadow: 0 1px 3px #00000026;
    content: "";
    height: 20px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: .25s ease-in-out;
    width: 20px;
	box-sizing: border-box;
}
.cookieswitch1 {
    background: #999 0 0 no-repeat padding-box;
    border: 2px solid #999;
}
.cookieswitch1::before {
	left: 24px;
}
.cookieswitch0 {
	cursor: pointer;
}
#butt_tech_storage {
	opacity: 0.5;
}