@charset "UTF-8";

.site-header_new {
  position: relative;
  z-index: 1001;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  align-self: center;
  box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #dee5ed;
  border-bottom: 1px solid #dee5ed;
}

@media (max-width: 1249px) {
  .site-header_new {
    display: none;
  }
}

.site-header_new .nh {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #fff;
  overflow: visible;
}

.site-header_new .nh__top,
.site-header_new .nh__cols {
  overflow: visible;
}

.boxed-ui-style {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  box-sizing: border-box;
  border-left: 1px solid #dee5ed;
  border-right: 1px solid #dee5ed;
}

#my-page::before,
body::before {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.site-header_new .nh__top {
  display: flex;
  align-items: stretch;
  min-height: 110px;
}

.site-header_new .nh-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  padding: 10px 10px 10px 32px;
  border-right: 1px solid #dee5ed;
  box-sizing: border-box;
}

.site-header_new .nh-logo__link {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 0;
}

.site-header_new .nh-logo__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 240px;
  max-height: 70px;
  object-fit: contain;
}

.site-header_new .nh__cols {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.site-header_new .nh-row {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 36px;
}

.site-header_new .nh-row_top {
  height: 50px;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #dee5ed;
  overflow: hidden;
}

.site-header_new .nh-inline-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.site-header_new .nh-inline-logo__img {
  display: block;
  width: 180px;
  height: auto;
  aspect-ratio: 300 / 24;
  object-fit: contain;
}

.site-header_new .nh-row__start {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex: 1 1 auto;
}

.site-header_new .nh-row_mid {
  height: 60px;
  gap: 16px;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.site-header_new .nh-row__left,
.site-header_new .nh-row__right {
  display: flex;
  align-items: center;
  min-width: 0;
}

.site-header_new .nh-row__left {
  gap: 20px;
  flex: 1 1 auto;
}

.site-header_new .nh-row__right {
  flex-shrink: 0;
  gap: 40px;
}

.site-header_new .nh-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}

.site-header_new .nh-phone__icon {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.site-header_new .nh-phone__icon img {
  display: block;
  width: 18px;
  height: 18px;
}

.site-header_new .nh-phone__num {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  background-image: linear-gradient(90deg, #e44d26 0%, #f16529 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-header_new .nh-places {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.site-header_new .nh-place {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.site-header_new .nh-place__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 14px;
}

.site-header_new .nh-place_city .nh-place__icon {
  width: 13px;
}

.site-header_new .nh-place_city .nh-place__icon img {
  display: block;
  width: 13px;
  height: 14px;
}

.site-header_new .nh-place_address .nh-place__icon {
  width: 11px;
}

.site-header_new .nh-place_address .nh-place__icon img {
  display: block;
  width: 10px;
  height: 14px;
}

.site-header_new .nh-place__text {
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  border-bottom: 1px dashed #637381;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}

.site-header_new .nh-place__text a {
  color: inherit;
  text-decoration: none;
}

.site-header_new .nh-socials .soc-list__inner {
  gap: 18px;
}

.site-header_new .nh-top-menu__list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header_new .nh-top-menu__link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.site-header_new .nh-top-menu__link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.site-header_new .nh-top-menu__icon {
	display: block;
	width: 14px;
	height: 14px;
	object-fit: contain;
	flex-shrink: 0;
	opacity: 0.5;
}

.site-header_new .nh-cat {
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}

.site-header_new .nh-cat.active {
  z-index: 1001;
}

.site-header_new .nh-menu-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-image: linear-gradient(90deg, #ffb085 0%, #ff8c52 100%);
  text-decoration: none;
  box-shadow: none;
  border: 0;
}

.site-header_new .nh-menu-btn:hover,
.site-header_new .nh-menu-btn:focus {
  text-decoration: none;
  opacity: 0.92;
}

.site-header_new .nh-menu-btn__icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.site-header_new .nh-menu-btn__icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.site-header_new .nh-menu-btn__text {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-header_new .nh-search {
  flex: 1 1 auto;
  min-width: 0;
}

.site-header_new .nh-search .site-search {
  width: 100%;
}

.site-header_new .nh-search__inner {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px 10px 20px;
	border-radius: 10px;
	background: rgba(214, 216, 222, 0.4);
	transition: background 0.3s, box-shadow 0.3s;
}

.site-header_new .nh-search__inner:hover,
.site-header_new .nh-search__inner:focus-within {
	background: #fff;
	box-shadow: 0 0 0 1px #dee5ed;
}

.site-header_new .nh-search__icon {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.site-header_new .nh-search__icon img {
  display: block;
  width: 18px;
  height: 18px;
}

.site-header_new .nh-search__input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #000;
}

.site-header_new .nh-search__input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.site-header_new .nh-search__input:focus,
.site-header_new .nh-search__input:hover {
	outline: none;
	box-shadow: none;
	background: transparent;
	border: 0;
}

.site-header_new .nh-auth {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.site-header_new .nh-customer {
  position: relative;
}

.site-header_new .nh-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px 26px;
  border-radius: 5px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.site-header_new .nh-btn_register {
  border: 2px solid transparent;
  background-image: linear-gradient(90deg, #ffb085 0%, #ff8c52 100%);
  color: #fff;
}

.site-header_new .nh-btn:hover {
  text-decoration: none;
  opacity: 0.92;
}

.site-header_new .nh-customer__btn {
  list-style: none;
}

.site-header_new .nh-customer__btn::-webkit-details-marker,
.site-header_new .nh-customer__btn::marker {
  display: none;
  content: none;
}

.site-header_new .nh-customer__drop {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 920;
  min-width: 180px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #dee5ed;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  white-space: nowrap;
}

.site-header_new .nh-nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 36px;
  box-sizing: border-box;
  border-top: 1px solid #dee5ed;
  overflow: hidden;
}

.site-header_new .nh-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header_new .nh-nav__item {
  position: relative;
  flex: 0 0 auto;
}

.site-header_new .nh-nav__item:last-child {
  margin-left: auto;
}

.site-header_new .nh-nav__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.site-header_new .nh-nav__icon {
	display: block;
	width: 16px;
	height: 16px;
	object-fit: contain;
	flex-shrink: 0;
	opacity: 0.5;
}

.site-header_new .nh-nav__link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.site-header_new .nh-nav__sub {
  margin: 0;
  padding: 8px 0;
  list-style: none;
}

.site-header_new .nh-nav__sub-link {
  display: block;
  padding: 6px 16px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  text-transform: none;
}

.site-header_new .nh-nav__sub-link:hover {
  background: #f5f7fa;
}

.site-header_new-mob {
  width: 100%;
  max-width: none;
  margin: 0 0 16px;
  box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #dee5ed;
  border-bottom: 1px solid #dee5ed;
}

.site-header_new-mob > .mob-search {
  display: none;
}

.site-header_new-mob .nh-mob {
  width: 100%;
  background: #fff;
}

.site-header_new-mob .nh-mob__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 8px 12px;
  box-sizing: border-box;
}

.site-header_new-mob .nh-mob__burger {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin: 0;
}

.site-header_new-mob .nh-mob__logo {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 0;
}

.site-header_new-mob .nh-mob__logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 40px;
  object-fit: contain;
}

.site-header_new-mob .nh-mob__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.site-header_new-mob .nh-mob__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.site-header_new-mob .nh-mob__phone img {
  display: block;
  width: 18px;
  height: 18px;
}

.site-header_new-mob .nh-customer {
  position: relative;
}

.site-header_new-mob .nh-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px 12px;
  border-radius: 5px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.site-header_new-mob .nh-btn_register {
  border: 2px solid transparent;
  background-image: linear-gradient(90deg, #ffb085 0%, #ff8c52 100%);
  color: #fff;
}

.site-header_new-mob .nh-btn:hover {
  text-decoration: none;
  opacity: 0.92;
}

.site-header_new-mob .nh-customer__btn {
  list-style: none;
}

.site-header_new-mob .nh-customer__btn::-webkit-details-marker,
.site-header_new-mob .nh-customer__btn::marker {
  display: none;
  content: none;
}

.site-header_new-mob .nh-customer__drop {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 920;
  min-width: 180px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #dee5ed;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  white-space: nowrap;
}

.site-header_new-mob .nh-mob__mid {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px 10px;
  box-sizing: border-box;
}

.site-header_new-mob .nh-mob__cat {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-image: linear-gradient(90deg, #ffb085 0%, #ff8c52 100%);
  text-decoration: none;
  flex-shrink: 0;
  margin: 0;
  width: auto;
}

.site-header_new-mob .nh-mob__cat:hover,
.site-header_new-mob .nh-mob__cat:focus {
  text-decoration: none;
  opacity: 0.92;
}

.site-header_new-mob .nh-menu-btn__icon {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.site-header_new-mob .nh-menu-btn__icon img {
  display: block;
  width: 18px;
  height: 18px;
}

.site-header_new-mob .nh-menu-btn__text {
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-header_new-mob .nh-mob__search {
  flex: 1 1 auto;
  min-width: 0;
}

.site-header_new-mob .nh-mob__search .site-search {
  width: 100%;
}

.site-header_new-mob .nh-search__inner {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 8px 12px;
	border-radius: 10px;
	background: rgba(214, 216, 222, 0.4);
	transition: background 0.3s, box-shadow 0.3s;
}

.site-header_new-mob .nh-search__inner:hover,
.site-header_new-mob .nh-search__inner:focus-within {
	background: #fff;
	box-shadow: 0 0 0 1px #dee5ed;
}

.site-header_new-mob .nh-search__icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.site-header_new-mob .nh-search__icon img {
  display: block;
  width: 16px;
  height: 16px;
}

.site-header_new-mob .nh-search__input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #000;
}

.site-header_new-mob .nh-search__input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.site-header_new-mob .nh-search__input:focus,
.site-header_new-mob .nh-search__input:hover {
	outline: none;
	box-shadow: none;
	background: transparent;
	border: 0;
}

@media (max-width: 379px) {
  .site-header_new-mob .nh-customer__btn {
    padding: 8px 8px;
    font-size: 12px;
  }

  .site-header_new-mob .nh-menu-btn__text {
    font-size: 12px;
  }
}
