.header-utilities {
  position: fixed;
  z-index: 1000;
  top: 14px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Montserrat, Arial, sans-serif;
}

.header-utilities .language-switch {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  width: 80px;
  height: 36px;
  margin: 0;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  background: #121415;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .35);
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
}

.header-utilities .language-switch::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: 37px;
  border-radius: 999px;
  background: #ef7417;
  transition: transform .32s ease;
}

.header-utilities .language-switch.is-en::before {
  transform: translateX(37px);
}

.header-utilities .language-switch a,
.header-utilities .language-switch strong {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  min-width: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  border: 0;
  color: #fff !important;
  background: transparent !important;
  font: inherit;
  line-height: 30px !important;
  letter-spacing: 0 !important;
  text-indent: 0 !important;
  text-align: center;
  text-decoration: none;
}

.header-utilities .language-switch strong {
  color: #171819 !important;
}

.header-utilities .language-switch a:hover,
.header-utilities .language-switch a:focus-visible {
  color: #fff !important;
  background: transparent !important;
}

.header-utilities .header-phone {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 18px;
  border: 1px solid rgba(239, 116, 23, .78);
  border-radius: 999px;
  color: #f5f2ec !important;
  background: rgba(24, 26, 27, .94);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .35);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .035em;
  text-decoration: none !important;
  white-space: nowrap;
  transition: border-color .25s ease, box-shadow 1.1s ease-out, color .25s ease;
}

.header-utilities .header-phone:hover,
.header-utilities .header-phone:focus-visible {
  border-color: #fff;
  color: #fff !important;
  box-shadow: 0 0 20px rgba(255, 255, 255, .32), 0 0 12px rgba(239, 116, 23, .28);
  transition-duration: .22s;
}

@media (max-width: 1050px) {
  .header-utilities {
    top: 14px;
    right: 12px;
  }

  .header-utilities .header-phone {
    display: none;
  }
}
