.cookie-notice{position:fixed;left:0;right:0;bottom:0;z-index:202;background:#2d2d2d;color:#fff;box-shadow:0 -2px 12px rgba(0,0,0,.25);transform:translateY(100%);visibility:hidden;transition:transform .3s ease,visibility .3s ease;}
.cookie-notice--visible{transform:translateY(0);visibility:visible;}
.cookie-notice__inner{max-width:1200px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:nowrap;}
.cookie-notice__text{margin:0;flex:1 1 auto;min-width:0;font:14px/20px 'Open Sans',sans-serif;text-align:center;}
.cookie-notice__text--short{display:none;}
.cookie-notice__link{color:inherit;text-decoration:underline;}
.cookie-notice__link:hover{text-decoration:none;}
.cookie-notice__btn{flex:0 0 auto;border:0;border-radius:4px;padding:10px 28px;background:#ffd200;color:#2d2d2d;font:700 14px/18px 'Open Sans',sans-serif;cursor:pointer;white-space:nowrap;transition:background .2s ease;}
.cookie-notice__btn:hover{background:#ffe566;}
.cookie-notice__btn:active{background:#e6bc00;}
html.cookie-notice-shown #gotoTop{bottom:72px;}
@media (max-width:767px){
	.cookie-notice__inner{padding:8px 10px;gap:8px;justify-content:flex-start;}
	.cookie-notice__text--full{display:none;}
	.cookie-notice__text--short{display:block;font-size:11px;line-height:14px;text-align:left;white-space:nowrap;}
	.cookie-notice__btn{padding:6px 14px;font-size:12px;line-height:16px;}
	html.cookie-notice-shown #gotoTop{bottom:48px;}
}
@media (max-width:400px){
	.cookie-notice__inner{padding:6px 8px;gap:6px;}
	.cookie-notice__text--short{font-size:10px;line-height:13px;}
	.cookie-notice__btn{padding:5px 10px;font-size:11px;line-height:14px;}
	html.cookie-notice-shown #gotoTop{bottom:40px;}
}
