.cookieBubble{position:fixed;width:400px;min-height:100px;border-radius:10px;background-color:#fff;-webkit-box-shadow:0 2px 15px rgba(0,0,0,.2);box-shadow:0 2px 15px rgba(0,0,0,.2);z-index:9999;font-family:sans-serif}.cookieBubble.top-left{top:10px;left:10px}.cookieBubble.top-right{top:10px;right:0}.cookieBubble.top-center{top:10px;left:calc(100vw - 100vw/2 - 400px/2)}.cookieBubble.bottom-left{bottom:10px;left:10px}.cookieBubble.bottom-right{bottom:10px;right:0}.cookieBubble.bottom-center{bottom:10px;left:calc(100vw - 100vw/2 - 400px/2)}.cookieBubble.show.top-center,.cookieBubble.show.top-left,.cookieBubble.show.top-right{-webkit-animation-name:popInTop;animation-name:popInTop;-webkit-animation-duration:2s;animation-duration:2s;-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}.cookieBubble.show.bottom-center,.cookieBubble.show.bottom-left,.cookieBubble.show.bottom-right{-webkit-animation-name:popInBottom;animation-name:popInBottom;-webkit-animation-duration:2s;animation-duration:2s;-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}.cookieBubble.hide{display:none}.cookieBubble .cb-wrapper{position:relative;display:inline-block;padding:15px}.cookieBubble .cb-wrapper .cb-row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left}.cookieBubble .cb-wrapper .cb-row .cb-message span{position:relative;width:100%;display:inline-block;color:#000;font-size:18px;margin-top:0}.cookieBubble .cb-wrapper .cb-row .cb-image{padding-right:23px}.cookieBubble .cb-wrapper .cb-row .cb-image .cookie-inner{fill:#00a4ff}.cookieBubble .cb-wrapper .cb-row .cb-image svg{width:75px}.cookieBubble .cb-wrapper .cb-row .agreement-btn{margin:0;text-decoration:none;color:#fff;background:#00a4ff;padding:10px 20px;display:inline-block;border-radius:100px;font-size:14px;opacity:1;border:none;cursor:pointer;text-transform:uppercase;font-weight:600}.cookieBubble .cb-wrapper .cb-row .agreement-btn:hover{background-color:#0083cc}.cookieBubble .cb-wrapper .cb-row .cookie-policy-btn{margin:15px 0 0;color:#000;padding:10px;display:inline-block;border-radius:100px;font-size:14px;opacity:.95;border:none;cursor:pointer;font-weight:400}.cookieBubble .cb-wrapper .cb-row .cookie-policy-btn:hover{opacity:1;text-decoration:underline}.cookieBubble .copyright-wrapper{margin-top:20px}.cookieBubble .copyright-wrapper a.copyright{position:absolute;width:80px;height:16px;bottom:8px;right:7px;margin-top:30px;background:url(../img/cb_copyright.svg);background-size:cover}@-webkit-keyframes popInBottom{0%{-webkit-transform:translateY(120%);transform:translateY(120%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes popInBottom{0%{-webkit-transform:translateY(120%);transform:translateY(120%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes popInTop{0%{-webkit-transform:translateY(-120%);transform:translateY(-120%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes popInTop{0%{-webkit-transform:translateY(-120%);transform:translateY(-120%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.pacman{position:absolute;display:inline-block;top:50%;margin-top:-25px}.pacman > div:nth-child(1),.pacman > div:nth-child(2){width:0;height:0;border:37.5px solid #fed75a;border-right-color:transparent;border-radius:50%;left:-60px;-webkit-animation:rotate_pacman_half_up .5s infinite;animation:rotate_pacman_half_up .5s infinite;position:relative}.pacman > div:nth-child(2){-webkit-animation-name:rotate_pacman_half_down;animation-name:rotate_pacman_half_down;margin-top:-75px}.pacman > div:nth-child(3),.pacman > div:nth-child(4),.pacman > div:nth-child(5){-webkit-animation:pacman-balls 1s infinite linear;animation:pacman-balls 1s infinite linear;background-color:#fed75a;border-radius:50%;width:15px;height:15px;position:absolute;top:30px;left:75px}.pacman > div:nth-child(3){-webkit-animation-delay:-.66s;animation-delay:-.66s}.pacman > div:nth-child(4){-webkit-animation-delay:-.33s;animation-delay:-.33s}@-webkit-keyframes rotate_pacman_half_up{0%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotate_pacman_half_up{0%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@-webkit-keyframes rotate_pacman_half_down{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotate_pacman_half_down{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@-webkit-keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translateX(-93.75px);transform:translateX(-93.75px)}}@keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translateX(-93.75px);transform:translateX(-93.75px)}}