.mobile-site-call {
  display: none;
}

@media (max-width: 767px) {
  .mobile-site-call {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 25;
    min-height: 44px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0e0e0e;
    border-radius: 3px;
    background: #0e0e0e;
    color: #f7f6f2;
    font-family: "Archivo", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(14, 14, 14, .22);
  }

  .mobile-site-call:hover,
  .mobile-site-call:focus-visible {
    background: #636a48;
    outline: none;
  }

  .mobile-site-call:focus-visible {
    box-shadow: 0 10px 24px rgba(14, 14, 14, .22), 0 0 0 3px rgba(122, 130, 88, .45);
  }

  .mobile-site-call:active {
    transform: translateY(1px);
  }
}
