.header-new {
  display: flex;
  flex-direction: column;
  z-index: 10151;
  position: fixed;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  width: 100%;
  top: 0;
}
.header-new .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 20px 108px;
}
@media (max-width: 1520px) {
  .header-new .header-top {
    margin: 20px 37px;
  }
}
@media (max-width: 768px) {
  .header-new .header-top {
    margin: 20px 10px;
  }
}
.header-new .header-top__logo img {
  width: 156px;
}
@media (max-width: 768px) {
  .header-new .header-top__logo img {
    max-width: 156px;
    width: 100%;
  }
}
.header-new .header-top__city-selector {
  position: relative;
}
@media (max-width: 1024px) {
  .header-new .header-top__city-selector {
    display: none;
  }
}
.header-new .header-top__city-selector .city-selector__toggle {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}
.header-new .header-top__city-selector .city-selector__toggle .icon--geo {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.header-new .header-top__city-selector .city-selector__toggle .icon--arrow-down {
  margin-left: 6px;
  width: 10px;
  height: 10px;
}
.header-new .header-top__city-selector .city-selector__popup {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: none;
  z-index: 10;
}
.header-new .header-top__city-selector .city-selector__list {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 186px;
}
.header-new .header-top__city-selector .city-selector__item {
  margin-bottom: 8px;
}
.header-new .header-top__city-selector .city-selector__item:hover {
  background-color: #F8F8F8;
}
.header-new .header-top__city-selector .city-selector__item:last-child {
  margin-bottom: 0;
}
.header-new .header-top__city-selector .city-selector__link {
  text-decoration: none;
  color: #333;
  padding: 10px;
}
.header-new .header-top__city-selector .city-selector__link:hover {
  color: #F58220;
}
.header-new .header-top__search {
  max-width: 400px;
  width: 100%;
}
.header-new .header-top__search .search {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 8px 12px;
  width: 94%;
  height: 24px;
  background: #fff;
}
.header-new .header-top__search .search .icon--search {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.header-new .header-top__search .search__input {
  border: none;
  outline: none;
  font-size: 14px;
  width: 100%;
  color: #333;
}
.header-new .header-top__search .search__input::placeholder {
  color: #666;
}
.header-new .header-top__search-mobile {
  display: none;
}
.header-new .header-top__search-mobile .search-icon {
  width: 42px;
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: unset;
  color: #F58220;
}
@media (max-width: 768px) {
  .header-new .header-top__search-mobile .search-icon {
    width: 36px;
    height: 36px;
  }
}
.header-new .header-top__search-mobile .search-icon:hover {
  background: #F58220;
  color: #fff;
}
@media (max-width: 1024px) {
  .header-new .header-top__search-mobile {
    display: block;
  }
}
.header-new .header-top__phones {
  display: flex;
  flex-direction: column;
}
.header-new .header-top__phones .phone-list {
  display: flex;
  gap: 16px;
}
.header-new .header-top__phones .phone-list__item {
  color: #333;
  text-decoration: none;
}
.header-new .header-top__phones .phone-list__item:hover {
  color: #F58220;
}
.header-new .header-top__phones .header-top__callback-btn {
  text-decoration: underline;
  color: #F58220;
  cursor: pointer;
  margin-left: 20px;
  background: none;
  border: none;
  font-size: 14px;
}
.header-new .header-top__phones .header-top__callback-btn:hover {
  opacity: 0.8;
}
.header-new .header-top__callback-btn-mobile {
  display: none;
}
.header-new .header-top__callback-btn-mobile .callback-btn-icon {
  width: 42px;
  height: 42px;
  border: 1px solid #F58220;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #F58220;
}
@media (max-width: 768px) {
  .header-new .header-top__callback-btn-mobile .callback-btn-icon {
    width: 36px;
    height: 36px;
  }
}
.header-new .header-top__callback-btn-mobile .callback-btn-icon:hover {
  background: #ea7817;
}
@media (max-width: 768px) {
  .header-new .header-top__callback-btn-mobile {
    display: block;
  }
}
.header-new .header-top__profile .profile-icon {
  width: 42px;
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: unset;
  color: #F58220;
}
@media (max-width: 768px) {
  .header-new .header-top__profile .profile-icon {
    width: 36px;
    height: 36px;
  }
}
.header-new .header-top__profile .profile-icon:hover {
  background: #F58220;
  color: #fff;
}
.header-new .header-top__profile .profile-icon .icon--profile {
  width: 22px;
  height: 22px;
}
.header-new .header-top__left-block,
.header-new .header-top__right-block {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .header-new .header-top__left-block,
  .header-new .header-top__right-block {
    gap: 8px;
  }
}
.header-new .header-top__left-block {
  width: 275px;
}
.header-new .header-top__right-block {
  justify-content: flex-end;
  width: 362px;
}
.header-new .header-top__mobile-burger {
  display: none;
}
@media (max-width: 1024px) {
  .header-new .header-top__mobile-burger {
    display: block;
    width: 20px;
  }
}
.header-new .header-bottom {
  margin: 0 108px 20px;
}
@media (max-width: 1520px) {
  .header-new .header-bottom {
    margin: 0 37px 20px;
  }
}
@media (max-width: 768px) {
  .header-new .header-bottom {
    margin: 0 24px 20px;
  }
}
.header-new .header-bottom .sub-menu-tab > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-new .u-hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .header-new .u-hidden-mobile {
    display: none !important;
  }
}
.header-new .phone-dropdown {
  position: relative;
  display: inline-block;
}
.header-new .phone-dropdown__toggle {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  white-space: nowrap;
}
.header-new .phone-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  min-width: 200px;
  z-index: 1000;
}
.header-new .phone-dropdown__item {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
}
.header-new .phone-dropdown__item:hover {
  background-color: #F8F8F8;
}
.header-new .phone-dropdown__item:last-child {
  border-bottom: none;
}
.header-new .phone-dropdown__number {
  font-weight: 600;
  font-size: 16px;
}
.header-new .phone-dropdown__label {
  font-size: 13px;
  color: #666;
}
.header-new [data-dropdown-menu] {
  display: none;
}
.header-new .is-open [data-dropdown-menu] {
  display: block;
}
.header-new .btn__service {
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
  align-items: center;
  gap: 10px;
}
.header-new .btn__service:hover {
  color: #fff !important;
}
.header-new .btn__service:before {
  content: '';
  width: 16px;
  height: 14px;
  background-image: url('/img/header/service-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.header-new .city-selector__radio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.header-new .city-selector__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.header-new .city-selector__name {
  font-size: 14px;
}
.header-new .icon--arrow-down {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url('/img/header/arrow-down-icon.svg') no-repeat center / contain;
  transition: transform 0.2s;
}
.header-new .is-open .icon--arrow-down {
  transform: rotate(180deg);
}
.header-new nav > ul > li.li_hover .menu_sub_out {
  transform: translateY(0px);
  opacity: 1;
}
.header-new .icon--phone {
  display: none;
}
@media (max-width: 768px) {
  .header-new .icon--phone {
    display: block;
  }
}
.header-new .mobile-header-top {
  display: none;
  background: #F8F8F8;
  padding: 8px 10px;
}
.header-new .mobile-header-top .phone-dropdown__toggle {
  font-weight: 200;
  font-size: 13px;
  padding: 0;
  white-space: normal;
}
.header-new .mobile-header-top .city-selector__toggle {
  font-size: 13px;
}
.header-new .mobile-header-top .city-selector__name {
  font-size: 13px;
}
.header-new .mobile-header-top .phone-dropdown__number {
  font-weight: 200;
  font-size: 13px;
}
.header-new .mobile-header-top .phone-dropdown__menu {
  right: 0;
  left: unset;
}
.header-new .mobile-header-top .header-top__city-selector {
  display: block !important;
}
@media (max-width: 1024px) {
  .header-new .mobile-header-top {
    display: flex;
    justify-content: space-between;
  }
}
.header-new .mobile-menu {
  position: absolute;
  left: 0;
  top: 115px;
  z-index: 2;
  padding: 0 20px;
  width: 100vw;
  box-sizing: border-box;
  padding: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.header-new .mobile-menu.active {
  transform: translateX(0);
}
.header-new .menu-links a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.header-new .menu-links a:after {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #262626;
  border-top-width: 0;
  border-left-width: 0;
  box-sizing: border-box;
  display: inline-block;
  border-bottom-right-radius: 2px;
  transform: rotate(-45deg);
  border-color: #262626;
  margin-left: 0;
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 18px;
}
.header-new .menu-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.header-new .btn-primary {
  flex: 1;
  background: #ff6600;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
}
.header-new .menu-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  gap: 10px;
}
.header-new .contact-block {
  width: calc(50% - 10px);
  box-sizing: border-box;
}
.header-new .contact-block > a {
  font-size: 16px;
}
.header-new .sub-menu-bottom__contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.header-new .sub-menu-bottom__contact-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-new .line-shadow {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 6px 0;
}
.header-new .search_sub_out {
  position: absolute;
  left: 0;
  top: 155px;
  width: 100%;
  z-index: -3;
  background: #fff;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e5e5e5;
  transform: translateY(-50px);
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .header-new .search_sub_out {
    top: 115px;
  }
}
.header-new .search_sub_out.opened {
  transform: translateY(0px);
  opacity: 1;
  z-index: 5;
  pointer-events: all;
}
.has-notofication .mobile-menu {
  top: 171px;
}
.has-notofication .search_sub_out {
  top: 156px;
}
@media (max-width: 1024px) {
  .has-notofication .search_sub_out {
    top: 171px;
  }
}
/*# sourceMappingURL=header.css.map */