.mobile-fast-contact-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: var(--main-color);
  justify-content: center;
  align-items: center;
  padding: 8px 1em;
  z-index: 99999;
}
.mobile-fast-contact-wrapper svg {
  color: white;
}
.mobile-fast-contact-wrapper .mobile-c-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-size: 1rem;
  line-height: 1rem;
  flex: 1;
}
.mobile-fast-contact-wrapper .mobile-c-item:not(:last-child) {
  margin-right: 1rem;
}
.mobile-fast-contact-wrapper .mobile-c-item span {
  margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .mobile-fast-contact-wrapper {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 65px !important;
  }
}/*# sourceMappingURL=fast-contact.css.map */