

/* Start:/local/components/sb/cookieinfo/templates/.default/style.css?1770912266589*/
.informer__cookie {
    position: fixed;
    bottom: 20px;
    left: 30px;
    width: 50%;
    text-align: center;
    background-color: rgba(39, 58, 67, 0.7);
    padding: 15px 30px;
    border: 1px solid #C7D4DB;
    border-radius: 10px;
    display:none;
	z-index: 10;
}
@media (max-width: 1023px) {
	.informer__cookie {
		width: 90%;
		left:5%;
	}
}
.informer__cookie a {
	text-decoration: underline;
}
.informer__cookie .informer__btn {
    margin: 10px auto 0;
    padding: 5px 10px;
    font-size: 16px;
    text-decoration: none;
}
.informer__cookie.is--show {
    display:block;
}
/* End */
/* /local/components/sb/cookieinfo/templates/.default/style.css?1770912266589 */
