@media (max-width: 960px) {
  .concept-c .mobile-call {
    position: fixed !important;
    right: 18px !important;
    bottom: calc(22px + env(safe-area-inset-bottom)) !important;
    left: auto !important;
    z-index: 1200 !important;
    display: grid !important;
    width: 62px !important;
    min-width: 62px !important;
    height: 62px !important;
    padding: 0 !important;
    place-items: center !important;
    overflow: visible !important;
    border: 1px solid rgba(226, 194, 149, .9) !important;
    border-radius: 50% !important;
    background: linear-gradient(145deg, #203b32 0%, #101d18 72%) !important;
    color: #eed3aa !important;
    box-shadow: 0 16px 36px rgba(7, 20, 15, .32), inset 0 1px 0 rgba(255, 255, 255, .12) !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
  }

  .concept-c .mobile-call span,
  .concept-c .mobile-call b {
    display: none !important;
  }

  .concept-c .mobile-call::before {
    content: "" !important;
    display: block !important;
    width: 25px !important;
    height: 25px !important;
    background: #eed3aa !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.1 3.5 9.6 7c.35.5.27 1.18-.18 1.6l-1.55 1.43a14.3 14.3 0 0 0 6.1 6.1l1.43-1.55c.42-.45 1.1-.53 1.6-.18l3.5 2.5c.48.34.65.98.4 1.52l-.86 1.85A2.95 2.95 0 0 1 17.35 22C8.87 22 2 15.13 2 6.65a2.95 2.95 0 0 1 1.73-2.69l1.85-.86c.54-.25 1.18-.08 1.52.4Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.1 3.5 9.6 7c.35.5.27 1.18-.18 1.6l-1.55 1.43a14.3 14.3 0 0 0 6.1 6.1l1.43-1.55c.42-.45 1.1-.53 1.6-.18l3.5 2.5c.48.34.65.98.4 1.52l-.86 1.85A2.95 2.95 0 0 1 17.35 22C8.87 22 2 15.13 2 6.65a2.95 2.95 0 0 1 1.73-2.69l1.85-.86c.54-.25 1.18-.08 1.52.4Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  .concept-c .mobile-call::after {
    content: "" !important;
    position: absolute !important;
    inset: 5px !important;
    border: 1px solid rgba(226, 194, 149, .2) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
  }

  .concept-c .mobile-call:active {
    transform: scale(.94) !important;
    box-shadow: 0 9px 22px rgba(7, 20, 15, .28) !important;
  }
}
