.header__upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

.header__logos {
  display: flex;
  gap: 40px;
}

.header__logos-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_logos-img {
  object-fit: contain;
}

.header_logos-img--1 {
  width: 82px;
  height: 28px;
}

.header_logos-img--2 {
  width: 116px;
  height: 22px;
}

.header__menu {
  display: flex;
  gap: 20px;
}

.header__menu-item {
  text-underline-offset: 4px;
}

@media (any-hover: hover) {
  .header__menu-item:hover {
    text-decoration: underline;
  }
}

.header__menu-link {
  font-weight: 300;
}

.header__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__central {
  display: flex;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 64px;
}

.header__logo-img {
  width: 308px;
  height: 168px;
  object-fit: contain;
}

.header__lower {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}

.header__form {
  display: flex;
}

.header__select,
.choices {
  width: 560px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  background-color: #fffdfa;
  border: 1px solid #505666;
  border-radius: 26px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  appearance: none;
}

.header__select {
  padding-left: 20px;
  font-weight: 300;
}

.choices__inner {
  display: flex;
  align-items: center;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  background-color: transparent;
  border: none;
}

.choices__heading {
  padding-left: 20px;
  color: #315269;
  font-weight: 500;
  font-size: 16px;
  border-bottom: none;
  cursor: default;
}

.choices[data-type*="select-one"] .choices__input {
  padding: 14px 20px;
  font-size: 16px;
}

.header__form .choices__item {
  word-break: normal;
}

.choices .choices__list .choices__list .choices__item--disabled {
  width: 0;
  height: 0;
  padding: 0;
  text-indent: -9999px;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  padding: 12px 28px;
  font-size: 16px;
}

.choices__placeholder {
  color: #000;
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__input {
  padding-left: 20px;
  background-color: #fffdfa;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  top: 104%;
  border: 1px solid #505666 !important;
  border-radius: 26px;
  background-color: #fffdfa;
}

.header__button {
  min-height: 50px;
  padding: 10px 20px;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 26px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
