﻿.cookie{
	z-index:4000;
	background: #fff;
    position: fixed;
 
    border-top: 1px solid #e2e2e2;
    padding: 15px;
    width: calc(100% - 30px);
    font-size: 13px;
    bottom: 0;
	left:0;
    color: #888;
}

.cookie_policy_text {
    line-height: 150%;
    margin: 0;
    overflow: hidden;
}

.btnC {
    float: right;
    margin-left: 3.125em;
    cursor: pointer;
}

.widthCookie{
	max-width: 1050px;
	width: 100%;
	margin: auto;
}

.cookie_btn{
	display: inline-block;
	margin-left: 15px;
	padding: 8px;
	border-radius:3px;
	cursor:pointer;
	font-size:12px;
	background: #d96a6d;
    background: linear-gradient(to bottom,#d96a6d 0,#e35980 100%);
    color: #fff;
}

.cookie_btn:hover{
	opacity:.7;
}

.cookieBs{
	display: inline-block; 
	color: #888 !important;
	text-decoration:underline !important;
}
