body {
  position: relative;
}

.gs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 2rem;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.gs-header__lang {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem !important;
}

.gs-header__lang-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 3rem;
  height: 3rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--wp--preset--color--gs-mercury);
}

html[lang^='uk'] .gs-header__lang-item._uk,
html[lang^='ru'] .gs-header__lang-item._ru {
  position: relative;
  pointer-events: none;
  color: var(--wp--preset--color--gs-lightning-yellow);
}

.gs-header__btn-wrapper {
  margin-right: 1rem !important;
}

.gs-header__call-btn a {
  display: flex;
  align-items: center;
  will-change: background-color;
  transition: 200ms background-color;
  border-color: var(--wp--preset--color--gs-old-gold) !important;
}

.gs-header__call-btn a:hover {
  background-color: var(--wp--preset--color--gs-old-gold) !important;
}

.gs-header__call-btn a .material-symbols-outlined {
  margin-right: 0.75rem;
}

.gs-header__call-btn a:hover .material-symbols-outlined {
  color: var(--wp--preset--color--gs-mercury) !important;
}
