/* Shared mobile request button across the whole site. */
@media (max-width: 575px) {
  html body {
    padding-bottom: 74px;
  }

  .footfix,
  .kg-footfix {
    position: fixed;
    right: 54px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 9999;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    opacity: 1;
    pointer-events: none;
  }

  .footfix__inner {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }

  .footfix__calback {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: center;
    pointer-events: auto;
  }

  .footfix__calback a,
  .footfix > a,
  .kg-footfix > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 0 56px 0 20px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 8px;
    background: #087f8c;
    color: #ffffff !important;
    box-shadow: 0 10px 26px rgba(8, 78, 91, .3);
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .footfix__calback a::after,
  .footfix > a::after,
  .kg-footfix > a::after {
    content: "\2192";
    position: absolute;
    top: 50%;
    right: 8px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    color: #ffffff;
    font-size: 21px;
    line-height: 1;
    transform: translateY(-50%);
  }

  .footfix__calback a:active,
  .footfix > a:active,
  .kg-footfix > a:active {
    background: #066c77;
    box-shadow: 0 5px 14px rgba(8, 78, 91, .28);
    transform: translateY(1px);
  }
}

@media (min-width: 576px) {
  .footfix,
  .kg-footfix {
    display: none;
  }
}
