#cookies-wrapper { width: 100%; position: fixed; bottom: 0px; height: auto; background: rgba(255,255,255,0.8); color: #000; z-index: 999999; border-top: 1px solid #ccc; text-align: center; }
#cookies-wrapper .cookies-text { margin: 0 auto; padding: 5px 60px 10px 60px; position: relative; font-size: 15px; }
#cookies-wrapper .cookies-text table, #cookies-wrapper .cookies-text td { padding: 0; border-spacing: 0; }
#cookies-wrapper .cookies-text p { padding: 10px 0 0px 0; margin: 0; line-height: 17px; }
#cookies-wrapper .cookies-text a {  }
#cookies-wrapper .cookies-text .btn { display: inline-block; padding: 10px; background: #333; color: #fff; text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    line-height: 15px;  }
#cookies-wrapper .cookies-text .btn_close_cookiesinfo_x { position: absolute; right: 10px; top: 10px; cursor: pointer; }

@media (min-width: 768px) and (max-width: 1023px)
{
	#cookies-wrapper .cookies-text { width: 738px; }
}

@media (min-width: 685px) and (max-width: 767px)
{
	#cookies-wrapper .cookies-text { width: 635px; }
}

@media (min-width: 480px) and (max-width: 684px)
{
	#cookies-wrapper .cookies-text { width: 430px; }
}

@media (max-width: 479px)
{
	#cookies-wrapper .cookies-text { width: 260px; }
}