@font-face {
  font-family: "Provo Inter";
  src: url("https://con-med.ru/projects/provospalenie/assets/fonts/inter-cyrillic-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Provo Inter";
  src: url("https://con-med.ru/projects/provospalenie/assets/fonts/inter-cyrillic-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Provo Inter";
  src: url("https://con-med.ru/projects/provospalenie/assets/fonts/inter-cyrillic-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Provo Inter";
  src: url("https://con-med.ru/projects/provospalenie/assets/fonts/inter-cyrillic-800-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
.psh-header,
.psh-desktop-nav-shell {
  --psh-teal: #159da2;
  --psh-teal-dark: #087d83;
  --psh-teal-soft: #eaf7f8;
  --psh-navy: #16356c;
  --psh-line: #d9e8eb;
  --psh-shell: min(1240px, calc(100% - 48px));
  color: var(--psh-navy);
  font-family: "Provo Inter", Inter, Arial, sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

.psh-header *,
.psh-header *::before,
.psh-header *::after,
.psh-desktop-nav-shell *,
.psh-desktop-nav-shell *::before,
.psh-desktop-nav-shell *::after {
  box-sizing: border-box;
}

.psh-header a,
.psh-desktop-nav-shell a {
  color: inherit;
  text-decoration: none;
}

.psh-desktop-nav-shell a.is-active {
  color: var(--psh-teal-dark);
}

.psh-desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.psh-desktop-nav .psh-nav-search.is-active {
  color: #fff;
  background: var(--psh-teal);
}

.psh-header button {
  color: inherit;
}

.psh-header [hidden] {
  display: none !important;
}

.psh-shell {
  width: var(--psh-shell);
  margin-inline: auto;
}

.psh-header svg,
.psh-desktop-nav-shell svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.psh-header {
  position: relative;
  z-index: 130;
  width: 100%;
  background: #fff;
}

.psh-brand-row {
  background: #fff;
  border-bottom: 1px solid rgba(217, 232, 235, 0.78);
}

.psh-header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.psh-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  color: inherit;
  line-height: 1;
}

.psh-brand-symbol {
  flex: 0 0 auto;
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.psh-brand-word {
  margin-left: 20px;
  color: var(--psh-navy);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -1.25px;
  white-space: nowrap;
}

.psh-brand-word span {
  color: var(--psh-teal);
}

.psh-brand-divider {
  width: 1px;
  height: 54px;
  margin-inline: 34px;
  background: #d5e0e4;
}

.psh-brand-caption {
  color: #5c6c82;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 400;
  white-space: nowrap;
}

.psh-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.psh-login {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  color: #fff !important;
  background: var(--psh-teal);
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0 9px 22px rgba(21, 157, 162, 0.2);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.psh-login i {
  font-size: 20px;
}

.psh-login:hover {
  background: var(--psh-teal-dark);
  box-shadow: 0 13px 28px rgba(21, 157, 162, 0.27);
  transform: translateY(-2px);
}

.psh-login svg {
  width: 20px;
  height: 20px;
}

.psh-menu-button {
  width: 42px;
  height: 42px;
  display: none;
  place-items: center;
  padding: 0;
  color: var(--psh-navy);
  background: transparent;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
}

.psh-menu-button:hover {
  background: var(--psh-teal-soft);
}

.psh-menu-button svg {
  width: 22px;
  height: 22px;
}

.psh-close-icon {
  display: none !important;
}

.psh-menu-button[aria-expanded=true] .psh-menu-icon {
  display: none;
}

.psh-menu-button[aria-expanded=true] .psh-close-icon {
  display: block !important;
}

.psh-mobile-nav,
.psh-mobile-nav-backdrop {
  display: none;
}

.psh-desktop-nav-shell {
  position: sticky;
  z-index: 120;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 232, 235, 0.96);
  box-shadow: 0 9px 24px rgba(16, 59, 84, 0);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.psh-desktop-nav-shell.psh-is-stuck {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 9px 24px rgba(16, 59, 84, 0.08);
}

.psh-desktop-nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 48px);
}

.psh-desktop-nav a {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--psh-navy);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.psh-desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--psh-teal);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.psh-desktop-nav a:hover,
.psh-desktop-nav a:focus-visible {
  color: var(--psh-teal-dark);
}

.psh-desktop-nav a:hover::after,
.psh-desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.psh-desktop-nav .psh-nav-search {
  min-width: 148px;
  gap: 10px;
  padding-inline: 24px;
  color: var(--psh-teal-dark);
  background: var(--psh-teal-soft);
  border-radius: 999px;
}

.psh-desktop-nav .psh-nav-search::after {
  display: none;
}

.psh-desktop-nav .psh-nav-search:hover,
.psh-desktop-nav .psh-nav-search:focus-visible {
  color: #fff;
  background: var(--psh-teal);
}

.psh-nav-search svg {
  width: 21px;
  height: 21px;
}

.psh-header a:focus-visible,
.psh-header button:focus-visible,
.psh-desktop-nav-shell a:focus-visible {
  outline: 3px solid rgba(21, 157, 162, 0.28);
  outline-offset: 3px;
}

body.psh-menu-open {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .psh-header-inner {
    min-height: 72px;
  }
  .psh-brand-symbol {
    width: 58px;
    height: 58px;
  }
  .psh-brand-word {
    margin-left: 16px;
    font-size: 27px;
  }
  .psh-brand-divider {
    height: 48px;
    margin-inline: 24px;
  }
  .psh-brand-caption {
    font-size: 13px;
  }
  .psh-desktop-nav {
    gap: 20px;
  }
  .psh-desktop-nav a {
    font-size: 12.5px;
  }
  .psh-desktop-nav .psh-nav-search {
    min-width: 132px;
    padding-inline: 20px;
  }
}
@media (max-width: 980px) {
  .psh-header {
    --psh-shell: min(100% - 36px, 860px);
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(217, 232, 235, 0.9);
    box-shadow: 0 6px 20px rgba(16, 59, 84, 0.07);
    backdrop-filter: blur(18px);
  }
  .psh-brand-row {
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 0;
  }
  .psh-header-inner {
    min-height: 72px;
    gap: 14px;
  }
  .psh-brand {
    margin-right: auto;
  }
  .psh-brand-symbol {
    width: 46px;
    height: 46px;
  }
  .psh-brand-word {
    margin-left: 12px;
    font-size: 20px;
    letter-spacing: -0.7px;
  }
  .psh-brand-divider,
  .psh-brand-caption,
  .psh-desktop-nav-shell {
    display: none;
  }
  .psh-header-actions {
    margin-left: auto;
  }
  .psh-login {
    min-height: 40px;
    padding-inline: 15px;
    font-size: 12px;
  }
  .psh-login svg, .psh-login i {
    width: 18px;
    height: 18px;
  }
  .psh-menu-button {
    display: grid;
  }
  .psh-mobile-nav {
    position: absolute;
    z-index: 3;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    padding: 10px max(24px, (100% - min(100% - 36px, 860px)) / 2) 24px;
    background: #fff;
    border-top: 1px solid var(--psh-line);
    box-shadow: 0 18px 34px rgba(16, 59, 84, 0.13);
  }
  .psh-mobile-nav a {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 4px;
    color: var(--psh-navy);
    border-bottom: 1px solid #e5eef0;
    font-size: 14px;
    font-weight: 600;
  }
  .psh-mobile-nav a:hover,
  .psh-mobile-nav a:focus-visible {
    color: var(--psh-teal-dark);
  }
  .psh-mobile-nav a.is-active {
    color: var(--teal-dark);
  }
  .psh-mobile-nav a:first-child {
    color: var(--psh-teal-dark);
  }
  .psh-mobile-nav svg {
    width: 20px;
    height: 20px;
  }
  .psh-mobile-nav-backdrop {
    position: fixed;
    z-index: 2;
    inset: 72px 0 0;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: rgba(17, 37, 63, 0.34);
    cursor: default;
    backdrop-filter: blur(2px);
  }
}
@media (max-width: 680px) {
  .psh-header {
    --psh-shell: calc(100% - 28px);
  }
  .psh-header-inner {
    min-height: 66px;
    gap: 8px;
  }
  .psh-brand-symbol {
    width: 42px;
    height: 42px;
  }
  .psh-brand-word {
    margin-left: 8px;
    font-size: 17px;
  }
  .psh-login {
    min-height: 36px;
    padding-inline: 11px;
    font-size: 11px;
  }
  .psh-login svg, .psh-login i {
    display: none;
  }
  .psh-menu-button {
    width: 38px;
    height: 38px;
  }
  .psh-mobile-nav {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 66px);
    padding: 8px 18px 20px;
  }
  .psh-mobile-nav a {
    min-height: 50px;
  }
  .psh-mobile-nav-backdrop {
    inset-block-start: 66px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .psh-header *,
  .psh-header *::before,
  .psh-header *::after,
  .psh-desktop-nav-shell *,
  .psh-desktop-nav-shell *::before,
  .psh-desktop-nav-shell *::after {
    transition-duration: 0.01ms !important;
  }
}

/*# sourceMappingURL=header.css.map */
