.cookie {
	width: max-content;
	border: 1px solid var(--color2);
	position: fixed;
	z-index: 10;
	bottom: 35px;
	background-color: var(--color3);
	background-image: url("/assets/components/theme/img/cookie.svg");
	background-repeat: no-repeat;
	background-position: center left 19px;
	display: flex;
	align-items: center;
	padding: 11px 19px 11px 67px;
	justify-content: space-between;
	column-gap: 20px;
	right: calc((100vw - 1578px) / 2);
	white-space: nowrap;
}

.cookie__text {
	width: 100%;
	flex-grow: 1;
	line-height: 24px;
}

.cookie__text a:hover {
	text-decoration: underline;
}

.cookie__btn {
	width: 105px;
	flex-shrink: 0;
}

@media (max-width: 1589px) {

	.cookie {
		right: calc((100vw - 1210px) / 2);
	}

}

@media (max-width: 1399px) {

	.cookie {
		padding-left: 62px;
	}

	.cookie__btn {
		width: 94px;
	}

}

@media (max-width: 1240px) {

	.cookie {
		right: 15px;
	}

}

@media (max-width: 1023px) {

	.cookie {
		left: 15px;
		margin: auto;
		padding-top: 13px;
		padding-bottom: 13px;
		padding-left: 64px;
	}


	.cookie__text {
		line-height: 18px;
	}


	.cookie__btn {
		width: 83px;
	}

}

@media (max-width: 767px) {

	.cookie {
		white-space: normal;
		width: 91.67%;
		flex-direction: column;
		background-position: top 11px center;
		padding: 47px 14px 11px 11px;
		text-align: center;
	}

	.cookie__text br {
		display: none;
	}

	.cookie__btn {
		max-width: 83px;
		margin-top: 12px;
	}

}
