.contacts-four-block .contacts-four-block__holder {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}
.contacts-four-block .map__holder {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.contacts-four-block .map-holder {
  height: 100%;
}
.contacts-four-block .container {
  position: relative;
  z-index: 5;
  width: fit-content;
  margin-left: calc((100% - 1570px) / 2);
}
.contacts-four-block .contacts-four-block__contacts {
  border-radius: 10px;
  padding: 40px;
  background: var(--head-secondary);
  max-width: 400px;
  width: 100%;
}
.contacts-four-block .contacts__title {
  margin-bottom: 40px;
}
.contacts-four-block .contacts__items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contacts-four-block .contact__item {
  display: flex;
  gap: 10px;
}
.contacts-four-block .contact__item-title {
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 145%;
  color: var(--main-text-secondary);
}
.contacts-four-block .contact__icon {
  height: 25px;
  width: 25px;
  object-fit: contain;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contacts-four-block .contact__values {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contacts-four-block .worktime,
.contacts-four-block .phone,
.contacts-four-block .email,
.contacts-four-block .address {
  font-size: 16px;
  font-weight: 700;
}
.contacts-four-block .worktime * {
  font-weight: inherit;
  font-size: inherit;
}
.contacts-four-block .btn {
  width: 100%;
}

@media (max-width: 1600px) {
  .contacts-four-block .container {
    margin-left: 15px;
  }
}
@media (max-width: 800px) {
  .contacts-four-block .map__holder {
    position: relative;
    height: 400px;
    margin-top: 40px;
  }
  .contacts-four-block .contacts-four-block__contacts {
    max-width: 100%;
  }
  .contacts-four-block .contacts-four-block__holder {
    padding-top: 0;
    padding-bottom: 0;
  }
  .contacts-four-block .container {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .contacts-four-block .contacts-four-block__contacts {
    padding: 20px;
  }
}
@media (max-width: 375px) {
  .contacts-four-block .map__holder {
    height: 250px;
  }
}

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