.laika-cookie-notice {
	z-index: 9999999999999999;
	display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 15px;
    max-width: 460px;
	margin: 0 auto 0 0;
	position: fixed;
    bottom: 20px;
    left: 32px;
    right: 20px;
    padding: 15px;
    background: #f4f4f4;
    color: #09021A;
	font-size: 12px;
    line-height: 150%;
    border-radius: 0;
    box-shadow: 0 0px 4px rgb(0 0 0 / 15%);
}

.laika-cookie-text a {
    color: #09021A;
    text-decoration: underline;
	transition: color .15s ease-in-out;
}

.laika-cookie-text a:hover{
	color: #09021A;
}

.laika-cookie-button {
    background: #005BA9;
    color: white;
    border: 1px solid #005BA9;
    border-radius: 24px;
    padding: 8px 15px;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}

.laika-cookie-button:hover {
    background: #004486;
    color:#fff;
}
@media(max-width:767.98px){
	.laika-cookie-notice {
		font-size: 12px;
		line-height: 1.4;
		padding: 12px 18px;
        margin: 0;
		gap: 10px;
		left: 12px;
		right: 12px;
	}
}
.wrap__YqbHo{
	z-index: 2147483645!important;
}