@media (max-width: 760px) {
  body { padding-bottom: 74px; }
  .ok-mobile-bottom {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 8px;
    padding: 8px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 40px rgba(10, 28, 35, .22);
    backdrop-filter: blur(14px);
  }
  .ok-mobile-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    color: #12343b;
    background: #eef8f7;
  }
  .ok-mobile-bottom a:nth-child(2) {
    color: #fff;
    background: #0b8f8a;
  }
}
@media (min-width: 761px) {
  .ok-mobile-bottom { display: none; }
}
