.fake-launcher{animation:intro .3s cubic-bezier(.165,.84,.44,1) both;border-radius:50%;bottom:30px;box-shadow:0 1px 6px 0 rgba(0,0,0,.06),0 2px 32px 0 rgba(0,0,0,.16);height:62px;left:auto;overflow:hidden;position:fixed;right:32px;transition:box-shadow .2s;width:64px;z-index:21474836489}.dp--butn{align-items:center;border:0;border-radius:50%;bottom:30px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:44px;height:64px;justify-content:center;pointer-events:all;text-align:center;transition:opacity .2s;user-select:none;width:auto;z-index:99999}.dp--butn:hover{opacity:.95}.dp--butn .icon-container{align-items:center;display:flex}.dp--butn svg.heart{height:42px;width:42px}.dp--butn:hover .heart{animation:pulse .8s ease-out infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}