.contact-floating{z-index:1000;flex-direction:column-reverse;align-items:center;gap:16px;display:flex;position:fixed;bottom:30px;right:30px}.contact-floating__list{opacity:0;pointer-events:none;flex-direction:column-reverse;gap:12px;transition:all .5s;display:none;position:relative;transform:translateY(16px)}.contact-floating__list--open{opacity:1;pointer-events:all;display:flex;transform:translateY(0)}.contact-floating__list--open .contact-floating__item{animation:.3s ease-out both slideIn}.contact-floating__item{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 12px #00000026}.contact-floating__item:hover{transform:scale(1.2);box-shadow:0 6px 20px #00000040}.contact-floating__item:hover .contact-floating__tooltip{opacity:1}.contact-floating__item--phone{background:#3b82f6}.contact-floating__item--phone:hover{background:#2563eb}.contact-floating__item--telegram{background:#08c}.contact-floating__item--telegram:hover{background:#006ba1}.contact-floating__tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#1f2937;border-radius:6px;padding:6px 12px;font-size:14px;transition:opacity .3s;position:absolute;right:64px}.contact-floating__toggle{cursor:pointer;background:#1da38c;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;animation:2s ease-in-out infinite pulse;display:flex;position:relative;box-shadow:0 4px 16px #14b8a666}.contact-floating__toggle:hover{transform:scale(1.2)}.contact-floating__toggle--open .contact-floating__toggle-icon{transform:rotate(180deg)}@media (max-width:1024px){.contact-floating__toggle img{width:40px;height:40px}}.contact-floating__pulse{opacity:.75;pointer-events:none;background:#1da38c;border-radius:50%;animation:2s cubic-bezier(0,0,.2,1) infinite ping;position:absolute;inset:0}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes pulse{0%,to{box-shadow:0 4px 16px #14b8a666,0 0 #14b8a6b3}50%{box-shadow:0 4px 16px #14b8a666,0 0 0 15px #14b8a600}}@keyframes ping{75%,to{opacity:0;transform:scale(1.5)}}@media (max-width:768px){.contact-floating{bottom:15px;right:15px}.contact-floating__toggle{width:50px;height:50px}.contact-floating__list--open{gap:10px}.contact-floating__item{width:40px;height:40px}.contact-floating__icon{width:35px;height:35px}}
