.header-search__container[data-v-d6d1ef33] {
  position: relative;
  width: 100%;
}
.header-search__container_active[data-v-d6d1ef33] {
  top: -32px;
  right: 16px;
}
.header-search__group_active[data-v-d6d1ef33] {
  width: calc(100% + 32px);
  max-height: calc(100vh - 35px);
  position: absolute;
  padding: 13px 16px 13px 16px;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 32px;
}