﻿.cookieBar {
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6 !important;
	border-radius: 20px;	
	padding: 30px;
/*	background: #232323;*/
	overflow: hidden;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	-webkit-box-shadow: 0 .625em 1.875em rgba(2,2,3,.2);
  	-moz-box-shadow: 0 .625em 1.875em rgba(2,2,3,.2);
  	box-shadow: 0 .625em 1.875em rgba(2,2,3,.2);
  	transition: transform .2s ease, opacity .2s ease !important;
}

.cookieBar .cookieBarButtons {
  border: none;
  padding-top: 13px;
  font-size: 15px;
  font-family: inherit;
  width: 49%;
  cursor: pointer;
  font-weight: bolder;
  transition: filter 0.15s;
  user-select: none;
}
.cookieBar .cookieBarButtons:focus{
  outline: none;
  transform: scale(0.95);
  -webkit-filter: contrast(75%);
  filter: contrast(75%);
}
.cookieBar .cookieBarButtons:hover{
  -webkit-filter: contrast(85%);
  filter: contrast(85%);
}
.cookieBar .cookieBarButtons>a {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 700;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.cookieBar .cookieBarButtons>a.cookieBarOk {
	/*background: #2d4156;*/
	background: #000;
}

.cookieBar>h3 {
	display: block;
	line-height: 1;
	font-weight: 600;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
/*	color: #2d4156;*/
	color: #940009;
	font-size: 24px;
	text-transform: none;
	text-decoration:none;
/*	padding: 0 130px 0 20px;*/
}

.cookieBar>p {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
/*	padding: 0 130px 0 20px*/
}

.cookieBar>p>a.cookieBarMore {
	text-decoration: underline;
	color: #003cff;
}

@media (max-width:700px) {
	/*.cookieBar>h3 {
		padding: 0 20px 0 20px
	}
	.cookieBar>p {
		padding: 0 20px 0 20px
	}*/
	.cookieBar{
		width: 330px;
		position: fixed;
		bottom: 30px;
		left: 10px;
}
	.cookieBar .cookieBarButtons {
		position: relative;
		top: auto;
		right: auto;
		text-align: left;
	/*	margin: 20px 20px 0 */
	}
}

.cookieBar {
	color: #a71e2b;
	background-color: #fff
}

.cookieBar.cookieBarBlue {
	color: #fff;
	background-color: #003cff;
}

.cookieBar.black {
	background: rgba(0, 0, 0, .85)
}