.header-color {
  color: var(--text-and-border);
}
.color-juridical-info {
  color: #777;
}
.color-juridical-info span {
  color: #555;
}

.big-phone-contacts-img {
  bottom: 36px;
  right: 38px;
  width: 124px;
  height: 124px;
  background: url("../../img/custom/contacts/big-phone.png") center center/cover
    no-repeat;
}
.big-message-contacts-img {
  width: 175px;
  height: 144px;
  bottom: 20px;
  right: 29px;
  transform: rotate(10deg);
  background: url("../../img/custom/contacts/chat-1.svg") center center/cover;
}

.phone-num-contacts a {
  color: var(--corporate-color);
}
.circle-img,
.circle-img-mail {
  width: 30px;
  height: 30px;
  background: #fff !important;
}

.circle-img-mail::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../../img/custom/contacts/mail.svg") center center/cover
    no-repeat;
}

.circle-img::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../../img/custom/contacts/phone.svg") center center/cover
    no-repeat;
}

.work-time {
  color: #9b9b9b;
  font-size: 12px;
}

/* --------------------------------------------------------- */
@media (max-width: 992px) {
  .big-message-contacts-img,
  .big-phone-contacts-img {
    background: none;
  }
}
