#header .header-block-block-2 .ux-menu {
  flex-direction: row;
}

#header .header-block-block-2 .ux-menu-link {
  padding: 5px 15px;
}

#header .header-block-block-2 .ux-menu-link:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, .1);
}

#header .header-block-block-2 .ux-menu-link__text {
  font-size: 14px;
  line-height: 1.5;
}

#header .header-block-block-2 .ux-menu-link__link {
  min-height: unset;
  padding: 0;
}

#header .search-field {
  width: 700px;
  max-width: 100%;
  border: none;
  box-shadow: none;
  height: 40px;
  margin: auto;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
}

#header .ux-search-submit {
  background: white;
  padding: 0;
  border: 0;
  box-shadow: none;
  height: 40px;
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
}

#header .header-bottom-nav {}

#header .icon-search {
  color: #333;
}

#header .header-nav-main {
  justify-content: center;
}

#header .menu-top-right-wrapper {
  gap: 10px;
}

#header .menu-top-right-wrapper .ux-menu-link {
  background-color: var(--fs-color-primary);
  border-radius: 999px;
  margin-left: 10px;
  margin-right: 10px;
}

#header .menu-top-right-wrapper .ux-menu-link__text {
  font-size: 16px;
  color: #fff !important;
}

#header .nav-top-link {
  font-size: 16px;
}

#header .menu-item a {
  color: var(--primary-color);
  text-transform: uppercase;
}

.header-phone a {
  display: flex !important;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}


.header-phone__icon {
  width: 50px;
  height: 50px;
  box-shadow: 0 0 0 0 #81d742;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
  background: #81d742;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.header-phone__icon .icon-phone {
  color: #fff;
  font-size: 20px;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.header-phone__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.header-phone__label {
  font-size: 16px !important;
  font-weight: 400;
}

.header-phone__number {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.header .search-form .autocomplete-suggestions,
.header-block .autocomplete-suggestions {
  max-height: 50vh !important;
}

.ux-menu-link--active .ux-menu-link__link,
.ux-menu-link:hover .ux-menu-link__link {
  color: #fff !important;

}

#header .sub-menu .menu-item a {
  font-weight: 700;
  font-size: 15px;
}

#header .menu-item a:hover {
  color: #f26025;
}