.cookiesBlock {
	background-color: rgba(0, 0, 0, 0.85);
	bottom: 0;
	color: #fff;
	display: none;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.cookiesBlock .layer {
    padding: 10px;
	height: inherit;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.cookiesBlock .btn {
    background: #0066cc none repeat scroll 0 0;
    cursor: pointer;
    margin-left: 50px;
    padding: 10px 20px;
}
.cookiesBlock .rad-3 {
    border-radius: 3px;
}
.cookiesBlock .fRight {
    float: right;
}