.cookie_bar{position:fixed;bottom:-80px;left:0;right:0;z-index:9999999;transition:.2s;opacity:0}.cookie_bar.cookie_bar--animate{bottom:0;opacity:1}.cookie_bar__inner{padding:5px 10px;background:#363636;color:#fff;font-size:1rem}.cookie_bar__inner:after,.cookie_bar__inner:before{content:"";clear:both;display:table;width:100%}.cookie_bar__left{float:left;padding:8px 0}.cookie_bar__right{float:right;max-width:300px;padding-left:20px}.cookie_bar__button{display:inline-block;vertical-align:middle;padding:8px 25px;text-decoration:none;background:none;font-size:1rem;margin-right:10px;color:#fff;border-radius:2px;border:0;cursor:pointer}.cookie_bar__button:last-child{margin-right:0}.cookie_bar__button--accept{background:#00c851}.cookie_bar__button--accept:hover{background:#00f361}.cookie_bar.cookie_bar--left{right:auto;left:10px;max-width:550px}.cookie_bar.cookie_bar--left.cookie_bar--animate{bottom:10px}.cookie_bar.cookie_bar--right{left:auto;right:10px;max-width:550px}.cookie_bar.cookie_bar--right.cookie_bar--animate{bottom:10px}@media (max-width:767px){.cookie_bar.cookie_bar--left,.cookie_bar.cookie_bar--right{right:0;left:0;max-width:unset}.cookie_bar.cookie_bar--left.cookie_bar--animate,.cookie_bar.cookie_bar--right.cookie_bar--animate{bottom:0}}