#pnscookie .cprim,
#pnscookie input:checked + .slider{
background-color:#fecd07;
} 
#pnscookie .cprim:hover{
background-color:#fecd07;
} 
#cookieyesanim{
background-color:#ffe062;
}
#cookiesetwrap .cookieblock{
	border-color:#799c30;
}
/*///////////////*/
#pnscookie .csec{
background-color:#a58500;
}
#pnscookie .csec:hover{
background-color:#feb911;	
}
#pnscookie .ctlo,
#pnscookie.ctlo
{
background-color:#000;
}
#pnscookie .ctext{
color:#ff;
}
 #pnscookie .clink{
color:#fecd07;
}
/* ////////////////////////////////////////*/
/* ////////////////////////////////////////*/
#cookieyesanim{
position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  mask-image: url(img/cookieyes-mask.png);
mask-size:120%;
mask-repeat:repeat-y;
-webkit-animation: cookiemask 2s linear infinite;
-moz-animation: cookiemask 2s linear infinite;
animation: cookiemask 2s linear infinite;
}
@-webkit-keyframes cookiemask {
0%{mask-size:0% 100%}
100%{mask-size:1000% 100%}
}
@-moz-keyframes cookiemask {
0%{mask-size:0% 100%}
100%{mask-size:1000% 100%}
}
@keyframes cookiemask {
0%{mask-size:0% 100%}
100%{mask-size:1000% 100%}
}
#pnscookie {
 transition:all .2s ease;
 position:fixed;
 bottom:50px;
 border-radius:10px;
 z-index:99999999;
 max-width:1100px;
 margin:0 auto;
 left:0;
 right:0;
 overflow:hidden;
 padding: 30px;
 box-shadow: 0px 10px 10px #000;
 color: #a3a3a7;
}
#pnscookie.hide{
	bottom:0;
	opacity:0;
}
#pnscookieico{
width: 150px;
  height: 125px;
  mask-image: url(img/ico-cookie.png);
  mask-repeat: no-repeat;
  mask-size: 80% auto;
  float: left;
  mask-position: center left;
}
#pnscookietekst{
font-size: 13px;
float:left;
width: calc(100% - 550px);
padding-top: 20px;
padding-bottom:30px;
}
#pnscookietekst b{
	font-size:17px;
}
#pnscookieguziki{
	float:left;
}
#cookieyes{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	width: 25%;
	border-radius: 25px 0px 0px 25px;
	color: #101016;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	border: 0px;
	cursor: pointer;
	transition:all 0.3s ease;
	overflow: hidden;
	color: #000;
}
#pnscookietekst .pplink{
	text-decoration:none;
} 
#cookiesettings{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0; 
	width: 10%;
	background-image: url(img/ico-settings.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	border: 0px;
	cursor: pointer;
	transition:all 0.3s ease;
}
#cookiesetwrap{
display: block;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background: #000;
  display:none;
}
#cookiesetwrap.show{
	display:block;
}
#cookiesettingsclose{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0; 
	width: 10%;
	background-image: url(img/ico-back.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	border: 0px;
	cursor: pointer;
	transition:all 0.3s ease;
}
#cookiesetwrap .cookieblock{
width: 27%;
  float: left;
  margin-right: 1%;
  border-left: 2px solid #fecd07;
  padding-left: 2%;
}
#cookiesetwrap .cookieblock:first-of-type{
	border:0px;
}
#cookiesetwrap .cookieblock p{
	font-size:12px;
	min-height: 45px;
}
#pnscookie .switch.disabled{
pointer-events:none;
opacity: 0.6;
}
/*///////////////////////////*/
#pnscookie .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top:10px;
}
#pnscookie .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#pnscookie .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
#pnscookie .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
#pnscookie input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
#pnscookie input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#pnscookie .slider.round {
  border-radius: 34px;
}
#pnscookie .slider.round:before {
  border-radius: 50%;
}
@media screen and (max-width:1100px) {
#pnscookie{
max-width: 360px;
width:calc(90% - 60px);
}
#pnscookieico {
  width: 60px;
  height: 60px;
  float:none;
  display: block;
  margin: 0 auto;
  mask-position: center center;
  mask-size: 100%;
}
#pnscookietekst{
float: none;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
#pnscookieguziki{
	float: none;
  position: relative;
  width: 100%;
  height: 70px;
}
#cookieyes{
	right: 20%;
  width: 80%;
  border-radius: 10px 0px 0px 10px;
  font-size:20px;
}
#cookiesettings{
	width:20%;
	border-radius: 0px 10px 10px 0px;
	background-size: 29px;
}
#cookiesetwrap{
	overflow-y: scroll;
}
#cookiesettingsclose {
width: 20%;
    height: 200px;
    border-radius: 0px 0px 0px 10px;
}
#cookiesetwrap .cookieblock{
width: 80%;
border:0px;
float: none;
padding: 0px;
    margin: 0px;
    margin-top: 0px;
    border-top: 1px solid #fff;
    margin-top: 15px; 
    padding-top: 15px;
}
#pnscookie .switch{
	margin-top:0px;
	margin-bottom:10px;
}
}