/* Support MAX action: retain Smena tut blue and the existing contact routing. */
.smena-ui #helper a.helper__max{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;min-height:50px;background:#365edc;color:#fff;border:1px solid #365edc;border-radius:10px;font-size:17px;font-weight:500;line-height:1.25;letter-spacing:0;text-decoration:none;box-shadow:0 8px 18px -10px rgba(40,74,183,.42);transition:background-color 160ms ease,border-color 160ms ease,box-shadow 160ms ease}
.smena-ui #helper a.helper__max .helper__max-icon{display:flex;flex:0 0 34px;align-items:center;justify-content:center;width:34px;height:34px;margin:0;padding:3px;background:#fff;border-radius:9px}
.smena-ui #helper a.helper__max .helper__max-icon img{width:28px;height:28px;object-fit:contain}
.smena-ui #helper a.helper__max:hover{background:#2747b2;border-color:#2747b2;box-shadow:0 10px 22px -12px rgba(40,74,183,.5)}
.smena-ui #helper a.helper__max:focus-visible{outline:3px solid #2747b2;outline-offset:4px}
.smena-ui #helper a.helper__max:active{background:#203b99;border-color:#203b99;box-shadow:none}
@media(max-width:510px){.smena-ui #helper a.helper__max{font-size:16px}}
@media(prefers-reduced-motion:reduce){.smena-ui #helper a.helper__max{transition:none;transform:none}}
