.header--new {
  margin-bottom: 0;
  background: #fff;
  box-shadow: 0 2px 14px rgba(16, 53, 92, .12);
}

.header--new .header__main {
  min-height: 80px;
  gap: 18px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.header__new-logo {
  display: flex;
  flex: 0 0 180px;
  align-items: center;
}

.header__new-catalog {
  position: relative;
  flex: 0 0 170px;
  margin-left: 42px;
}

.header--new .header__link.dropdownbtn {
  width: 100%;
  height: 44px;
  padding: 8px 20px;
  border: 0;
  border-radius: 8px;
  background: var(--blue-color);
  color: var(--white-text-color);
  font-size: 20px;
  text-align: left;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

.header--new .header__link.dropdownbtn::after {
  display: none;
}

.header--new .header__link.dropdownbtn:hover {
  background: #0e4d76;
  transform: translateY(-1px);
}

.header--new #menu-dropdown-catalog {
  position: fixed;
  top: 131px;
  left: 50%;
  width: min(1185px, calc(100vw - 48px));
  max-width: none;
  margin: 0 !important;
  box-sizing: border-box;
  transform: translateX(-50%);
}

.header__new-search {
  flex: 1 1 320px;
  max-width: 690px;
  margin-left: 26px;
  margin-right: 78px;
  min-width: 0;
  height: 44px;
  position: relative;
  left: 18px;
}

.header__new-search form {
  height: 100%;
  position: relative;
}

.header__new-search > div {
  height: 100%;
}

.header__new-search input {
  width: 100%;
  height: 44px;
  padding: 0 52px 0 15px;
  border: 1px solid #c7d6e3;
  border-radius: 10px;
  background: #f9fbfc;
  color: #182f4b;
  outline: 0;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.header__new-search input:focus {
  border-color: var(--blue-color);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(23, 91, 137, .12);
}

.header__new-search button {
  position: absolute;
  top: 0;
  right: 6px;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header__new-search button img {
  width: 24px;
  height: 24px;
}

.header__new-search input::placeholder {
  color: #7f8fa0;
  opacity: 1;
  font-weight: 400;
  text-transform: none;
}

.header__new-search input::-webkit-search-cancel-button {
  cursor: pointer;
}

div.title-search-result {
  box-sizing: border-box;
  border: 1px solid #d6e0e8;
  border-radius: 10px;
  box-shadow: 0 12px 26px rgba(16, 53, 92, .18);
  overflow: hidden;
  z-index: 1000;
  background: #fff;
}

table.title-search-result {
  width: 100% !important;
  border: 0;
  border-collapse: collapse;
  background: #fff;
}

table.title-search-result td.title-search-more,
table.title-search-result td.title-search-all,
table.title-search-result td.title-search-item {
  padding: 0;
  border-bottom: 1px solid #edf1f4;
  background: #fff;
  white-space: normal;
}

table.title-search-result tr:last-child td {
  border-bottom: 0;
}

table.title-search-result td a,
table.title-search-result td.title-search-more a,
table.title-search-result td.title-search-all a,
table.title-search-result td.title-search-item a {
  display: block;
  padding: 11px 16px;
  color: #243b55;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

table.title-search-result tr:hover td,
table.title-search-result tr.title-search-selected td,
table.title-search-result tr.title-search-selected a {
  background: #eef6fa;
}

table.title-search-result tr:hover td a,
table.title-search-result tr.title-search-selected td a {
  color: #164e79 !important;
}

table.title-search-result tr:hover td b,
table.title-search-result tr.title-search-selected td b {
  color: #0f4167 !important;
}

table.title-search-result td b {
  color: var(--blue-color);
}

.header--new .header__icons {
  gap: 10px;
}

.header--new .header__icon {
  width: 44px;
  height: 44px;
  transition: background-color .2s ease, transform .2s ease;
}

.header--new .header__icon:hover {
  background-color: #edf5f9;
  transform: translateY(-1px);
}

.header--new .header__icon img {
  width: 25px;
  height: 25px;
}

.header--new .header__icon.login__icon img {
  width: 34px;
  height: 34px;
}

.header__new-menu {
  display: flex;
  min-height: 56px;
  padding-right: calc((100% - var(--desktop-width)) / 2 + 248px);
  padding-left: calc((100% - var(--desktop-width)) / 2 + 175px + 5.92vw);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  margin-bottom: 40px;
  background: var(--blue-color);
  box-shadow: 0 3px 10px rgba(16, 53, 92, .12);
}

.header__new-menu .header__link {
  color: var(--white-text-color);
  font-size: 17px;
  line-height: 56px;
  position: relative;
}

.header__new-menu .header__link:last-child {
  position: static;
}

.header__new-menu .header__link::after {
  display: none;
}

@media screen and (max-width: 1023px) {
  .header__new-menu { display: none; }
  .header--new .header__new-search,
  .header--new .header__new-catalog { display: none; }
  .header--new #menu-dropdown-catalog { display: none !important; }
}

@media screen and (max-width: 1250px) {
  .header__new-logo { flex-basis: 150px; }
  .header--new .header__icon { width: 40px; height: 40px; }
  .header--new .header__icons { gap: 6px; }
}

@media screen and (max-width: 1180px) {
  .header__new-menu {
    padding-right: calc((100% - var(--desktop-width)) / 2);
    padding-left: calc((100% - var(--desktop-width)) / 2);
  }
}
