@media (max-width: 767px) {
  body {
    padding-bottom: 76px;
  }

  .ptx-mobile-navigation__bottom {
    background: #ffffff;
    box-sizing: border-box;
    display: flex;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 10001;
  }

  .ptx-mobile-navigation__bottom {
    bottom: 0;
    border-top: 1px solid #d9e7e6;
    box-shadow: 0 -2px 9px rgba(18, 49, 58, 0.11);
    min-height: 68px;
  }

  .ptx-mobile-navigation__bottom a {
    align-items: center;
    color: #12313a;
    display: flex;
    flex: 1 1 20%;
    font-size: 0.71rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    min-height: 68px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: anywhere;
  }

  .ptx-mobile-navigation__bottom a:focus,
  .ptx-mobile-navigation__bottom a:hover {
    background: #eef8f6;
    color: #0b6f77;
  }
}

@media (min-width: 768px) {
  .ptx-mobile-navigation {
    display: none;
  }
}
