.ua-frodo-webview .global-entrance,.ua-webview .global-entrance{display:none}.global-entrance{position:fixed;right:20px;bottom:70px;z-index:90;animation:popup .5s ease}.global-entrance .entrance{display:block;background:50%/contain no-repeat}.global-entrance .btn-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;border:none;border-radius:30px;background:var(--white);box-shadow:1px 1px 3px #0000001a;color:var(--blueBlack);font-size:0;-webkit-appearance:none;appearance:none}.global-entrance .btn-close:hover{background:var(--blue);color:var(--white)}.global-entrance .btn-close svg{width:30px;height:10px}@media (max-width:414px){.global-entrance{display:none}}@keyframes popup{0%{transform:translate3d(0,20px,0)}to{transform:translateZ(0)}}