.header-dropdown {
  position: absolute;
  z-index: 500;
  top: calc(100% + 5px);
  right: 0;
  width: 370px;
  visibility: hidden;
  opacity: 0;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
  font-weight: 400; }
  .header-dropdown__control {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 8px; }
  .header-dropdown__mobile {
    display: none; }
    @media (max-width: 1099px) {
      .header-dropdown__mobile {
        display: flex; } }
