.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: #fff;
    color: #3F3F3F;
    font-size: 12px;
    line-height: 130%;
    border-radius: 4px;
    /* border: 1px solid #3F3F3F; */
    box-shadow: 1px 4px 15px 4px rgb(0 0 0 / 15%) !important;
}

.laika-cookie-text a {
    color: #3F3F3F;
    text-decoration: underline;
    text-decoration-color: #3F3F3F;
	transition: all .3s ease-in-out;
}

.laika-cookie-text a:hover{
	color: #3F3F3F;
    text-decoration-color: transparent;
}

.laika-cookie-button {
    background: #3F3F3F;
    color: #fff;
    border: 1px solid #3F3F3F;
    padding: 8px 15px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

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