

/* Start:/local/components/fk.main/cookie/templates/.default/style.css?17661756121021*/
.cookie_notice {
	display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    background: #0968c0;
    padding: 10px 20px;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #0968c0;
    border: 2px solid #BFE2FF;
    border-radius: 8px;
}
.cookie_text {
    max-width: 1200px;
	margin-inline: auto;
}
.cookie_btn:hover {
    color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

/* End */
/* /local/components/fk.main/cookie/templates/.default/style.css?17661756121021 */
