.ooo-container__header,
.ip-container__header {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  padding-right: 112px !important;
}
.sx-company-actions {
  position: absolute;
  top: 5px;
  right: 0;
  display: flex;
  gap: 8px;
}
.sx-company-actions > button,
.sx-company-actions > a {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid #dfe4ea;
  border-radius: 11px;
  background: #fff;
  color: #4f5b6d;
  box-shadow: 0 3px 10px rgba(29,43,66,.045);
  cursor: pointer;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.sx-company-actions > button:hover,
.sx-company-actions > a:hover {
  border-color: #cbd2dc;
  background: #f6f8fa;
  color: #172033;
}
.sx-company-actions i { font-size: 16px; }

@media (max-width: 700px) {
  .ooo-container__header,
  .ip-container__header { padding-right: 0 !important; }
  .sx-company-actions {
    position: static;
    margin-top: 14px;
  }
  .sx-company-actions > button,
  .sx-company-actions > a { width: 40px; height: 40px; }
}

@media print {
  .header,
  header,
  .footer,
  footer,
  .mobile-bottom-nav,
  .sx-company-actions,
  .sx-company-contacts.is-locked { display: none !important; }
  .ooo-container,
  .ip-container { padding-top: 0 !important; background: #fff !important; }
  .ooo-container > .container,
  .ip-container > .container { max-width: none !important; padding: 0 !important; }
  .ooo-container__header,
  .ip-container__header { padding-right: 0 !important; }
}
