.s-contact .contact-intro {
  margin-bottom: 28px;
}
.s-contact .contact-intro .title {
  margin-bottom: 10px;
}
.office-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
.office-card {
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 28px 26px 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(13, 13, 13, 0.05);
  height: 100%;
}
.office-card .office-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #efefef;
  color: #111;
}
.office-card .office-title i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.office-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.office-row:last-child {
  margin-bottom: 0;
}
.office-row .ico {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f3f4f6;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
}
.office-row .office-meta {
  min-width: 0;
}
.office-row .lbl {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 2px;
}
.office-row a,
.office-row span {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #222;
}
.office-row a:hover {
  color: var(--primary, #0a7cff);
}
.s-contact .contact-form-wrap {
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 32px 30px;
}
.s-contact .contact-form-social-wrap {
  display: block;
  width: 100%;
  margin-top: 8px;
}
.s-contact .contact-form-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  width: 100%;
  clear: both;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #ececec;
  list-style: none;
  padding-left: 0;
}
.s-contact .contact-form-social li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #111;
  line-height: 1;
}
.s-contact .contact-form-social li a:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}
.s-contact .button-submit.send-wrap {
  display: block;
  width: 100%;
}

.footer-offices {
  display: grid;
  gap: 16px;
}
.footer-office-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.footer-office .footer-info .item {
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 7px;
}
.footer-office .footer-info .item:last-child {
  margin-bottom: 0;
}
.footer-office .footer-info .box-icon {
  width: 22px;
  height: 22px;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-office .footer-info .item a {
  font-size: 13px;
  line-height: 1.4;
}
.footer-default .row-footer .s1 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.footer-default .row-footer .s2,
.footer-default .row-footer .s3 {
  padding-top: 36px;
  padding-bottom: 36px;
}

@media (max-width: 991px) {
  .office-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .s-contact .contact-form-wrap {
    padding: 24px 18px;
  }
}
@media (min-width: 1200px) {
  .footer-default .row-footer .s1 {
    width: 34%;
  }
  .footer-default .row-footer .s2 {
    width: 37%;
  }
  .footer-default .row-footer .s3 {
    width: 29%;
  }
}
