.vpn-banner{font-family:system-ui;position:fixed;top:6%;left:50%;z-index:100;transform:translateX(-50%) translateY(-50%);border-radius:3px;box-shadow:0 2px 20px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.15);transition:all,.2s;padding:0 24px;background:#fff;box-sizing:border-box;width:85%;max-width:1300px}.vpn-banner__body{display:flex}.vpn-banner__header{margin-top:11px;font-size:20px;font-weight:bold;line-height:130%}.vpn-banner__message{font-weight:400;font-size:14px;line-height:120%}.vpn-banner .button-close{position:fixed;right:9px;top:2px;width:40px;height:40px;border-radius:50px;cursor:pointer}.vpn-banner .button-close:before,.vpn-banner .button-close:after{position:absolute;top:11px;left:19px;content:' ';height:20px;width:2px;background-color:#999}.vpn-banner .button-close:before{transform:rotate(45deg)}.vpn-banner .button-close:after{transform:rotate(-45deg)}.vpn-banner .button-close:hover{background:#ececec;border-radius:50px}.vpn-banner img{padding-right:24px}