.survey-icon{position:fixed;bottom:120px;right:30px;width:40px;height:40px;background:var(--c4);z-index:140;border-radius:50%;cursor:pointer;border:1px solid #fff}.survey-icon:before{content:'';position:absolute;width:40px;height:40px;top:-18px;right:0;background-image:url('/templates/luxvindu/images/survey-gift-icon.png');background-size:contain;background-repeat:no-repeat;transform:rotateZ(350deg);animation:survey-gift-shake .7s infinite alternate ease-in-out;transform-origin:40% 70%}.survey-icon span{padding:1px 5px;font-size:8px;text-transform:uppercase;background:#3c3c3c;background:var(--c2,#3c3c3c);color:#fff;border-radius:5px;position:absolute;right:9px;bottom:2px;border:1px solid #fff}@media (max-width:768px){.survey-icon{right:20px}}.survey-before-leaving-dialog-content{text-align:center}.survey-before-leaving-dialog-content span{color:#3c3c3c;color:var(--c2,#3c3c3c)}.survey-before-leaving-dialog-content i{display:inline-block;vertical-align:middle;width:40px;height:40px;background-image:url('/templates/luxvindu/images/survey-gift-icon.png');background-size:contain;background-repeat:no-repeat;animation:survey-gift-shake .5s infinite alternate ease-in-out}@keyframes survey-gift-shake{0%{transform:rotateZ(-10deg)}100%{transform:rotateZ(10deg)}}