.cookie-bubble{min-height:100px;position:fixed;max-width:400px;background-color:#fff;-webkit-box-shadow:0 2px 15px rgba(0,0,0,.2);box-shadow:0 2px 15px rgba(0,0,0,.2);border-radius:10px;width:95%;font-family:sans-serif;z-index:9999}.cookie-bubble.top-left{top:10px;left:10px}.cookie-bubble.top-right{right:0;top:10px}.cookie-bubble.top-center{top:10px;left:calc(50vw - 200px)}.cookie-bubble.bottom-left{bottom:10px;left:10px}.cookie-bubble.bottom-right{right:0;bottom:10px}.cookie-bubble.bottom-center{bottom:10px;left:calc(50vw - 200px)}.cookie-bubble.show.top-center,.cookie-bubble.show.top-left,.cookie-bubble.show.top-right{-webkit-animation-timing-function:cubic-bezier(.19,1,.22,1);animation-timing-function:cubic-bezier(.19,1,.22,1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:popInTop;animation-name:popInTop;-webkit-animation-duration:2s;animation-duration:2s}.cookie-bubble.show.bottom-center,.cookie-bubble.show.bottom-left,.cookie-bubble.show.bottom-right{-webkit-animation-timing-function:cubic-bezier(.19,1,.22,1);animation-timing-function:cubic-bezier(.19,1,.22,1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:popInBottom;animation-name:popInBottom;-webkit-animation-duration:2s;animation-duration:2s}.cookie-bubble.hide{display:none}.cookie-bubble .cb-wrapper{padding:15px;position:relative;display:inline-block}.cookie-bubble .cb-wrapper .cb-row{position:relative;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex}.cookie-bubble .cb-wrapper .cb-row .cb-row-content .message{font-size:16px;color:#000;position:relative;width:100%;margin-top:0;display:inline-block}.cookie-bubble .cb-wrapper .cb-row .cb-row-content .cb-controls{position:relative;width:100%;float:left;margin-top:10px}.cookie-bubble .cb-wrapper .cb-row .cb-image{padding-right:23px}.cookie-bubble .cb-wrapper .cb-row .cb-image .cookie-inner-color{fill:#00a4ff}.cookie-bubble .cb-wrapper .cb-row .cb-image svg{width:75px}.cookie-bubble .cb-wrapper .cb-row .agreement-btn{padding:10px 20px;font-size:14px;border:none;text-decoration:none;font-weight:600;color:#fff;text-transform:uppercase;opacity:1;margin:0 10px 0 0;border-radius:100px;background:#00a4ff;cursor:pointer;float:left}.cookie-bubble .cb-wrapper .cb-row .agreement-btn:hover{background-color:#0083cc}.cookie-bubble .cb-wrapper .cb-row .cookie-policy-btn{padding:10px 0;font-size:14px;border:none;font-weight:400;color:#000;opacity:.95;margin:0;border-radius:100px;cursor:pointer;float:left}.cookie-bubble .cb-wrapper .cb-row .cookie-policy-btn:hover{text-decoration:underline;opacity:1}.cookieBubble .copyright-wrapper{margin-top:20px}.cookieBubble .copyright-wrapper a.copyright{height:16px;right:7px;position:absolute;bottom:8px;background:url(../img/cb_copyright.svg);background-size:cover;width:80px;margin-top:30px}@-webkit-keyframes popInBottom{0%{-webkit-transform:translateY(120%);transform:translateY(120%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes popInBottom{0%{-webkit-transform:translateY(120%);transform:translateY(120%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes popInTop{0%{-webkit-transform:translateY(-120%);transform:translateY(-120%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes popInTop{0%{-webkit-transform:translateY(-120%);transform:translateY(-120%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@media (max-width:420px){.cookieBubble{max-width:inherit;bottom:0!important;border-radius:0;left:0!important}.cookieBubble .cb-image{display:none}}