.footer-contact-refresh {
  height: auto;
  min-height: 15rem;
  padding: 2.5rem 1rem;
  box-sizing: border-box;
}

.footer-contact-refresh .motto2 {
  position: static;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.footer-contact-refresh .kontakt-info {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.5rem;
  color: #555;
}

.footer-contact-refresh .kontakt-info .fbox {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  float: none;
  clear: none;
  width: calc(50% - 0.75rem);
  max-width: 440px;
  min-height: 9rem;
  padding: 1.5rem;
  box-sizing: border-box;
  color: #555;
  font-size: 0.9em;
  line-height: 1.5;
  background: #fff !important;
  border-radius: 8px;
  box-shadow: 0 5px 18px rgba(24, 57, 136, 0.08);
}

.footer-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  color: #fff;
  background: #325fbc;
  border-radius: 50%;
}

.footer-contact-icon svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: currentColor;
}

.footer-contact-content {
  flex: 1 1 auto;
  min-width: 0;
}

.footer-contact-refresh .kontakt-info .fbox p {
  float: none;
  clear: none;
  margin: 0 0 0.7rem;
}

.footer-contact-refresh .kontakt-info .fbox p:last-child {
  margin-bottom: 0;
}

.footer-contact-refresh .kontakt-info a {
  color: #325fbc;
}

.footer-contact-refresh .kontakt-info .footer-phone {
  display: inline-block;
  color: #183988;
  font-size: 1.55em;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.footer-contact-refresh .kontakt-info .footer-phone:hover,
.footer-contact-refresh .kontakt-info .footer-phone:focus {
  color: #325fbc;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .footer-contact-refresh {
    padding: 1.5rem 1rem;
  }

  .footer-contact-refresh .kontakt-info {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-contact-refresh .kontakt-info .fbox {
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: 1.25rem;
  }
}
