.footer__pays i{display:inline-block;vertical-align:middle;margin:0 10px;background:url("/assets/site/themes/app/img/payment.svg") no-repeat}.footer__pays i:hover{opacity:1}.footer__pays i.cacsh{width:20px;height:20px;background-position:0 0}.footer__pays i.mastercard{width:27px;height:20px;background-position-x:-67px}.footer__pays i.visa{width:39px;height:20px;background-position-x:-24px}.footer__pays i.yandex_money{width:25px;height:19px;background-position:-626px -198px}.footer__pays i.webmoney{width:20px;height:20px;background-position-x:-322px}.footer__pays i.qiwi{width:18px;height:20px;background-position-x:-278px}.footer__pays i.sbrf{width:20px;height:20px;background-position-x:-346px}.footer__pays i.alfa{width:16px;height:20px;background-position-x:-370px}.footer__pays i.mir{width:51px;height:20px;background-position-x:-165px}.footer__pays i.jcb{width:26px;height:20px;background-position-x:-220px}.footer__pays i.paypal{width:18px;height:20px;background-position-x:-300px}.footer__pays i.maestro{width:27px;height:20px;background-position-x:-98px}.footer__pays i.yoomoney{width:28px;height:20px;background-position-x:-455px}.footer__pays i.yookassa{width:28px;height:20px;background-position-x:-487px}.footer__pays i.belkart{width:20px;height:20px;background-position-x:-519px}.footer__pays i.halva{width:20px;height:20px;background-position-x:-543px}.footer__pays i.tinkoff{width:61px;height:20px;background-position-x:-390px}.footer__pays i.applepay{width:46px;height:20px;background-position-x:-567px}.footer__pays i.google_pay{width:46px;height:20px;background-position-x:-617px}.footer__pays i.yandex_pay{width:38px;height:20px;background-position-x:-667px}.footer__pays i.samsung_pay{width:20px;height:20px;background-position-x:-710px}.footer__pays i.assist{width:24px;height:20px;background-position-x:-250px}.footer__pays i.robokassa{width:20px;height:20px;background-position-x:-734px}.footer__pays i.pay_anyway{width:20px;height:20px;background-position-x:-758px}.footer__pays i.sbp{width:15px;height:20px;background-position-x:-782px}
.cookie-container{
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 800px;
	background-color: rgba(128, 128, 128, 0.8);
	color: white;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	z-index: 1000;
}
.cookie-container a{
	color: white;
	text-decoration:underline;
}
.cookie-container a:hover{
	text-decoration:none;
}
.cookie-text {
	flex: 1;
	min-width: 250px;
	margin-bottom: 10px;
}

.cookie-button {
	background-color: #222;
	border: none;
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.cookie-button:hover {
	background-color: #333;
}

@media (max-width: 480px) {
	.cookie-container {
		flex-direction: column;
		text-align: center;
	}
	
	.cookie-button {
		width: 100%;
	}
}
.agreement_politics{font-size:12px; max-width:500px; margin:0 auto; display:block;color:#777}.agreement_politics a{color:#777;text-decoration:underline}