.header.custom .header__body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.header.custom .header__title {
  display: flex;
  align-items: center;
}
.header.custom .header__nav {
  flex: 1;
}
.header.custom .header__nav nav {
  display: block;
  width: 100%;
}
.header.custom .header__list {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  align-items: center;
}
.header.custom .header__list li {
  display: inline-block;
}
.header.custom .header__list li:last-child {
  margin-left: auto;
}
.header.custom .header__list li a {
  text-decoration: none;
}
.header.custom .header__list li:last-child a {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #1928f0;
  color: #1928f0;
  border-radius: 9999px;
  line-height: 1;
}
.header.custom .header__list li:last-child a:hover {
  background: #1928f0;
  color: #fff;
}

/* Учёт WordPress admin bar */
.admin-bar .header.custom {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .header.custom {
    margin-top: 46px;
  }
}
