.cta-phone{position:fixed;bottom:45px;right:72px;z-index:99999;display:flex;align-items:center;gap:10px;text-decoration:none;font-family:Montserrat,sans-serif}
.cta-phone__label{background:#e87207;color:#fff;font-size:22px;padding:5px 15px;border-radius:3px;white-space:nowrap;box-shadow:0 2px 6px 1px rgba(0,0,0,.2);transition:opacity .25s}
.cta-phone__btn{width:56px;height:56px;border-radius:50%;background:#e87207;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px 1px rgba(0,0,0,.2);flex-shrink:0;transition:transform .25s}
.cta-phone__btn svg{width:22px;height:22px;fill:#fff}
.cta-phone:hover .cta-phone__btn{transform:scale(1.1)}
@media(max-width:600px){.cta-phone{bottom:24px;right:16px}.cta-phone__label{font-size:18px;padding:4px 12px}}
