.cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 24px 0;
	background-color: #ffffff;
	font-size: 20px;
	line-height: 1.2;
	z-index: 999;
	border-top: 1px solid #e1e1e1;
}

.cookie__text {
	padding-right: 100px;
}

.cookie__btn {
	padding: 0.8em 2em !important;
	border-radius: 200px !important;
}

.cookie.hidden {
	display: none;
}

.cookie .row {
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.cookie {
		font-size: 16px;
	}

	.cookie__text {
		padding-right: 30px;
	}
}

@media (max-width: 481px) {

	.cookie__text {
		padding-bottom: 16px;
		padding-right: 0;
	}

	.cookie .row {
		flex-direction: column;
	}
}
