#cookie-panel{position:fixed;bottom:25px;left:2%;display:none;z-index:100}#cookie-panel .cookie-wrap{box-sizing:border-box;max-width:292px;line-height:normal;padding:20px;border:1px solid #bdd5db;box-shadow:0 3px 20px rgba(0,0,0,.1);border-radius:16px;background:#fff}#cookie-panel .cookie-header .close-box{float:right}#cookie-panel .cookie-header .close-box .close-button{position:relative;width:10px;height:10px;color:#5a5c73;z-index:102;transition:background 300ms,box-shadow 300ms cubic-bezier(0.2,0,.7,1),transform 300ms cubic-bezier(0.2,0,.7,1);border-radius:50%}#cookie-panel .cookie-header .close-box .close-button:before{content:"";background:url("/files/2019/images/bottom/cookie/close.svg") center no-repeat;background-size:cover;width:10px;height:10px;display:block;position:absolute;z-index:103}#cookie-panel .cookie-header .close-box .close-button:hover{cursor:pointer;box-shadow:0 0 1px 7px rgba(91,91,91,.075)}#cookie-panel .cookie-content{font-size:13px}#cookie-panel .cookie-content p{padding-bottom:12px}#cookie-panel .cookie-content strong{font-size:15px;font-weight:600;color:#20222e}#cookie-panel .cookie-button{margin:5px auto}@media(max-width:599px){#cookie-panel{left:0;margin-left:1%;margin-right:1%}#cookie-panel .cookie-wrap{max-width:100%;padding:12px}}