/* Cookie-баннер согласия (152-ФЗ). Брендовая палитра Албиса (--action_color: #C2AE8E). */
.cookie-consent{
	position:fixed;
	left:16px;
	right:16px;
	bottom:16px;
	z-index:9999;
	max-width:1200px;
	margin:0 auto;
	background:#ffffff;
	color:#262626;
	border:1px solid #ece5d8;
	border-radius:18px;
	box-shadow:0 14px 46px rgba(38,34,26,.16);
	padding:22px 28px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:16px 28px;
	font-size:15px;
	line-height:1.55;
}
.cookie-consent[hidden]{display:none;}
.cookie-consent__text{flex:1 1 460px;margin:0;color:#262626;}
.cookie-consent__text a{color:#a07d45;text-decoration:underline;text-underline-offset:2px;}
.cookie-consent__text a:hover{color:#8a6a38;}
.cookie-consent__actions{display:flex;gap:12px;flex:0 0 auto;}
.cookie-consent__btn{
	appearance:none;
	border:1.5px solid transparent;
	border-radius:12px;
	padding:14px 30px;
	font-size:15px;
	font-weight:600;
	line-height:1;
	cursor:pointer;
	white-space:nowrap;
	transition:background .15s ease,border-color .15s ease,color .15s ease;
}
.cookie-consent__btn--accept{background:#C2AE8E;color:#fff;border-color:#C2AE8E;}
.cookie-consent__btn--accept:hover{background:#b39c78;border-color:#b39c78;}
.cookie-consent__btn--decline{background:#fff;color:#7d6a49;border-color:#C2AE8E;}
.cookie-consent__btn--decline:hover{background:#f6efe2;}
.cookie-consent__btn:focus-visible{outline:2px solid #a07d45;outline-offset:2px;}

@media (max-width:640px){
	.cookie-consent{padding:18px;gap:14px;border-radius:16px;}
	.cookie-consent__text{flex-basis:100%;}
	.cookie-consent__actions{width:100%;}
	.cookie-consent__btn{flex:1 1 auto;padding:14px 18px;}
}
