body#contact {
  background: #FCFCFC;
}

@media (min-width: 1200px) {
  #employees h1 {
    font-size: 26px;
  }
}
#employees .card-block {
  width: 100%;
  padding: 24px;
  border: 1px solid #F3F3F3;
  background: #FFF;
}
#employees img {
  margin-bottom: 24px;
  width: 100%;
  object-fit: contain;
}
#employees p.name {
  font-weight: 500;
  margin: 0;
}
#employees a.contact {
  border-radius: 4px;
  background: #F8F8F8;
  padding: 4px 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 4px;
}

@media (min-width: 1200px) {
  .contact-rich h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.contact-rich p.title {
  margin-bottom: 4px;
  font-weight: 700;
}
.contact-rich p.info {
  font-weight: 400;
}
.contact-rich strong {
  font-weight: 500;
}
.contact-rich .block {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 4px;
}
.contact-rich a {
  font-size: 16px;
  font-weight: 500;
}

.re-contact-form.card-block {
  padding: 24px;
  border: 1px solid #E9E9E9;
  background: #FFF;
}

#re-contact-form .loader {
  display: none;
  width: 48px;
  height: 48px;
  border: 5px solid #eceeef;
  border-bottom-color: #FFF;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
  margin: 0 0 10px auto;
}
#re-contact-form .loader.active {
  display: block;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=form.css.map */
