.technical-support-img img,
.map img {
  width: 100%;
}
.contacts-title {
  margin-top: 128px;
  padding-top: 56px;
  padding-bottom: 128px;
}
.contacts-title .main-header {
  margin-top: 64px;
}
.contacts-address {
  padding: 40px;
}
.map-contact .map {
  width: 100%;
  height: 100%;
}
.contacts-technical-support,
.contacts-reference {
  padding: 32px;
}
.contacts-technical-support .mid-header,
.contacts-reference .mid-header {
  margin-bottom: 32px;
}
.contacts-technical-support {
  background-image: url('/images/technical-support-img.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom right;
}
.contacts-reference .tel {
  border-right: 1px solid var(--color-divider);
}
.map-container {
  height: 100%;
}
