	#cookie_policy { position: fixed; left: 10px; right: 10px; bottom: 10px; width: auto; z-index: 101; font-size: 22px; }
	#cookie_policy_inn { position: relative; z-index: 1; width: 100%; height: 150px; margin: 0 auto;background: rgba(0,0,0,0.9); padding: 20px; border-radius: 5px; }

		#coo_p { position: relative; float: left; width: 100%; font-size: 75%; line-height: 1.3; color: #fff; }
		#coo_but{ position: absolute; right: 10px; bottom: 10px; display: block; padding: 4px 12px; font-size: 100%; line-height: 1.3; color: #000000; background-color: #ffffff; border-color: transparent; border-radius: 3px; cursor: pointer; transition: all .5s cubic-bezier(.19,1,.22,1);}
	
	
	#coo_p a {
    text-decoration: underline;
    color: #ffffff;
}
	
@media (min-width: 480px) { 
	
	#coo_but{right: 15px; bottom: 15px;} 
}

@media (min-width: 600px) { 
	
	#cookie_policy_inn { height: 130px;} 
}


@media (min-width: 800px) {

    #workspace { margin-top: 50px; }

	#cookie_policy_inn { height: 100px; max-width: 940px; } 
	#coo_p { width: 80%; font-size: 70%; }
	#coo_but{right: 20px; padding: 11px 18px; bottom: 30px;}
}
@media (min-width: 1200px) {
	#coo_p { width: 85%; font-size: 70%; }
}
@media (min-width: 1600px) {

	#cookie_policy_inn { height: 100px; max-width: 940px; } 
		#coo_p { width: 85%; font-size: 65%; }

}
	