.header-event {
  width: 100%;
  padding: 25px 30px 18px;
  border-bottom: 2px solid rgba(221, 221, 221, 1);
}
@font-face {
  font-family: 'Gilroy-regular';
  src: url('../../fonts/gilroy/Gilroy-Regular.ttf');
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Gilroy-medium';
  src: url('../../fonts/gilroy/Gilroy-Medium.ttf');
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Gilroy-bold';
  src: url('../../fonts/gilroy/Gilroy-SemiBold.ttf');
  font-style: normal;
  font-display: auto;
}
.header-event__nav {
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-event__nav__burger-btn {
  width: 30px;
  height: 24px;
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-event__nav__burger-btn div {
  width: 30px;
  height: 2px;
  background-color: rgba(0, 0, 0, 1);
}
.header-event__nav__search-container {
  padding: 0 2px 0 15px;
  height: 42px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(39, 170, 225, 1);
  border-radius: 32px;
  width: 100%;
  transition: all 0.5s;
}
.header-event__nav__input {
  border: none;
  width: 80%;
  outline: none;
  font-family: "Gilroy-regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.header-event__nav__input::placeholder {
  font-family: "Gilroy-regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  z-index: 1;
}
.header-event__nav__search-container > img {
  position: absolute;
  right: 2px;
}
.search-container-disable {
  width: 42px;
}
.search-disable {
  display: none;
}