.cookie-wrapper, .cookie-wrapper--overlay {
	font-family:inherit;
	position:fixed;
	z-index:999999999999;
	bottom:0;
	left:0;
	overflow:hidden;
	width:100%;
	max-height:600px;
	transition:all .5s ease;
	background:#fff;
	box-shadow:0 0 15px 0 rgba(0, 0, 0, .25)}
.cookie-wrapper.is-hidden, .is-hidden.cookie-wrapper--overlay {
	max-height:0}
.cookie-wrapper .content-block, .cookie-wrapper--overlay .content-block {
	display:flex;
	width: calc(100% - 60px);
	max-width:1240px;
	margin:auto;
	padding:30px 20px;
	transition:all .5s ease;
	justify-content:space-between;
	align-items:center;
    position:relative;
	flex-wrap:wrap}
.cookie-wrapper .article__cookie, .cookie-wrapper--overlay .article__cookie {
	font-size:16px;
	line-height:1.25;
	width:calc(100% / 2);
	padding-right:20px;
	color:#090909;
	flex-grow:1}
@media screen and (max-width:770px) {
	.cookie-wrapper .article__cookie, .cookie-wrapper--overlay .article__cookie {
	width: calc(100% - 60px);
	padding-right:0}
}
@media screen and (max-width:550px) {
	.cookie-wrapper .article__cookie, .cookie-wrapper--overlay .article__cookie {
	font-size:12px}
}
.cookie-wrapper .article__cookie h2, .cookie-wrapper--overlay .article__cookie h2 {
	font-size:1.5em;
	font-weight:400;
    color: #fa0912;
	margin-bottom:10px}
.cookie-wrapper .article__cookie p, .cookie-wrapper--overlay .article__cookie p {
	font-size:1em;
	margin-bottom:0;
    line-height: 20px;
	color:#464646}
.cookie-wrapper .article__cookie a, .cookie-wrapper--overlay .article__cookie a {
	font-size:1em;
	cursor:pointer;
	transition:all .25s ease;
	color:#fa0912}
.cookie-wrapper .article__cookie a:hover, .cookie-wrapper--overlay .article__cookie a:hover {
	color:#fa0912}
.cookie-wrapper .cookie-buttons--wrapper, .cookie-wrapper--overlay .cookie-buttons--wrapper {
	padding-top:20px}
@media screen and (max-width:550px) {
	.cookie-wrapper .cookie-buttons--wrapper, .cookie-wrapper--overlay .cookie-buttons--wrapper {
	margin:auto}
}
.cookie-wrapper--overlay {
	height:100vh;
	max-height:none;
	transition:all .5s ease, z-index 0s linear .55s;
	background-color:rgba(0, 0, 0, .7)}
.cookie-wrapper--overlay.is-hidden {
	z-index:-999999999999;
	max-height:none;
	opacity:0}
.cookie-wrapper--overlay.is-hidden .content-block {
	top:60%}
.cookie-wrapper--overlay .content-block {
	position:absolute;
	top:50%;
	left:50%;
	width:calc(100% - 40px);
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	border-radius:15px;
	background-color:#fff}
.cookie-btn, .cookie-btn--primary, .cookie-btn--secondary, .cookie-btn--settings {
	font-size:18px;
	font-weight:400;
	display:table;
	padding: 4px;
    width: 30px !important;
    position:absolute !important; 
    top:30px;
    right: 0px;
	cursor:pointer;
	transition:all .25s ease;
    position:relative;
	text-align:center;
	text-decoration:none;
	color:#fff;
	border:none;
	border-radius:5px;
	outline:0}
@media screen and (min-width:771px) {
	.cookie-btn, .cookie-btn--primary, .cookie-btn--secondary, .cookie-btn--settings {
	width:100%}
}
.cookie-btn--settings {
	text-decoration:underline;
	color:#fa0912}
.cookie-btn--settings:hover {
	color:#fa0912}
.cookie-btn--primary {
	background-color:#fa0912}
.cookie-btn--primary:hover {
	background-color:#fa0912}
.cookie-btn--secondary {
	background-color:#fa0912}
.cookie-btn--secondary:hover {
	background-color:#fa0912}

/*# sourceMappingURL=cookie.css.map */
