.contact_stickybar{background:var(--secondary);border-radius:10px 0 0 10px;color:#fff;padding:5px 15px;position:fixed;right:0;top:50%;transform:translateX(172px) translateY(-50%);transition:all .3s ease;z-index:9999999}.contact_stickybar ul{list-style:none;margin:0;padding:0}.contact_stickybar a{align-items:center;color:inherit;display:flex;font-weight:600;margin:15px 0}.contact_stickybar a span.text{line-height:1.2;padding-left:20px;width:170px}.contact_stickybar:hover{transform:translateX(0) translateY(-50%)}.contact_stickybar a:hover{color:var(--primary)}@media(max-width:767px){.contact_stickybar a span.icon{width:29px}.contact_stickybar a{font-weight:400;margin:2px 0}.contact_stickybar a span.text{width:130px}.contact_stickybar{transform:translateX(133px) translateY(-50%)}}