/*Стили для куки*/

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;;
    color: #fff;
    background: #000;
    padding: 10px 20px;
    opacity: 0.8;


}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 11px;
    padding: 4px 12px;

    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    background-color: #222;





}
.cookie_btn:hover {
    background-color: #812D36;
    color: #222;
}
/*.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;
}

.cookie-privacy:hover{
    color: #fff;
}

/*Стили для куки*/