.ptr-rh {
	display: block;
	--ptr-rh-teal: #185c6b;
	--ptr-rh-teal-dark: #124b58;
	--ptr-rh-lime: #a8c545;
	--ptr-rh-border: #dce4e7;
	font-family: Roboto, Arial, sans-serif;
}

.ptr-rh {
	position: relative;
	z-index: 999;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 12px rgba(26, 55, 64, 0.12);
}

.ptr-rh *,
.ptr-rh *::before,
.ptr-rh *::after { box-sizing: border-box; }

.ptr-rh a { text-decoration: none; }

.ptr-rh__utility {
	display: flex;
	min-height: 46px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 8px clamp(20px, 4vw, 44px);
	background: var(--ptr-rh-teal-dark);
	color: #fff;
	font-size: 13px;
}

.ptr-rh__utility-links { display: flex; flex-wrap: wrap; gap: 24px; }
.ptr-rh__utility a { color: #fff; }
.ptr-rh__utility a:hover,
.ptr-rh__utility a:focus-visible { color: var(--ptr-rh-lime); }
.ptr-rh__phone { margin: 0; font-weight: 700; white-space: nowrap; }
.ptr-rh__phone a { color: var(--ptr-rh-lime); }

.ptr-rh__main {
	display: grid;
	grid-template-columns: minmax(210px, 1fr) minmax(220px, 1.15fr) auto auto 52px;
	gap: 16px;
	align-items: center;
	min-height: 92px;
	padding: 14px clamp(20px, 4vw, 44px);
	background: #fff;
}

.ptr-rh__logo { display: block; min-width: 0; color: var(--ptr-rh-teal-dark); }
.ptr-rh__logo-image { display: block; width: min(100%, 330px); height: auto; }
.ptr-rh__logo-text { display: block; font-family: Georgia, serif; font-size: clamp(18px, 2.8vw, 27px); text-align: center; }
.ptr-rh__logo-text b { color: #6e9ba6; font-weight: 400; }
.ptr-rh__logo-text small { display: block; margin-top: 5px; font-size: 10px; letter-spacing: 0.45em; text-transform: uppercase; }

.ptr-rh form { position: relative; margin: 0; }
.ptr-rh form input[type="search"] {
	width: 100%; min-height: 48px; margin: 0; padding: 10px 44px 10px 16px;
	border: 1px solid #cfdadd; border-radius: 5px; background: #f8fafb; color: #263b43; font-size: 16px;
}
.ptr-rh form button { position: absolute; right: 4px; top: 4px; min-width: 40px; min-height: 40px; padding: 0; overflow: hidden; border: 0; background: transparent; color: var(--ptr-rh-teal); font-size: 0; }
.ptr-rh form button::before { content: "⌕"; font-size: 27px; }

.ptr-rh__account {
	display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 22px;
	border-radius: 6px; background: var(--ptr-rh-teal); color: #fff; font-weight: 800;
}
.ptr-rh__account:hover,
.ptr-rh__account:focus-visible { background: var(--ptr-rh-teal-dark); color: #fff; }

.ptr-rh__cart { position: relative; display: grid; grid-template-columns: 34px auto; min-width: 96px; align-items: center; color: #213b45; }
.ptr-rh__cart-icon { position: relative; display: block; width: 27px; height: 21px; border: 3px solid currentColor; border-top: 0; transform: skew(-7deg); }
.ptr-rh__cart-icon::before { position: absolute; top: -8px; left: -7px; width: 10px; height: 3px; background: currentColor; content: ""; }
.ptr-rh__cart-icon::after { position: absolute; right: 1px; bottom: -8px; width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: -18px 0 currentColor; content: ""; }
.ptr-rh__cart-count { position: absolute; top: -9px; left: 22px; min-width: 22px; padding: 3px 5px; border-radius: 99px; background: var(--ptr-rh-lime); color: #fff; font-size: 11px; font-weight: 900; line-height: 1; text-align: center; }
.ptr-rh__cart-total { font-size: 14px; font-weight: 800; }

.ptr-rh__toggle {
	display: none; grid-column: 5; grid-row: 1; width: 52px; height: 52px; align-items: center; justify-content: center;
	padding: 0; border: 0; border-radius: 7px; background: var(--ptr-rh-teal); color: #fff; cursor: pointer;
}
.ptr-rh__toggle-lines,
.ptr-rh__toggle-lines::before,
.ptr-rh__toggle-lines::after { display: block; width: 25px; height: 3px; border-radius: 3px; background: currentColor; content: ""; transition: transform 180ms ease, opacity 180ms ease; }
.ptr-rh__toggle-lines { position: relative; }
.ptr-rh__toggle-lines::before { position: absolute; top: -8px; }
.ptr-rh__toggle-lines::after { position: absolute; top: 8px; }
.ptr-rh.is-open .ptr-rh__toggle-lines { background: transparent; }
.ptr-rh.is-open .ptr-rh__toggle-lines::before { top: 0; transform: rotate(45deg); }
.ptr-rh.is-open .ptr-rh__toggle-lines::after { top: 0; transform: rotate(-45deg); }

.ptr-rh__drawer[hidden] { display: none !important; }
.ptr-rh__drawer:not([hidden]) { display: block; }
.ptr-rh__drawer { overflow: visible; border-top: 1px solid var(--ptr-rh-border); background: var(--ptr-rh-teal); }
.ptr-rh__nav { position: relative; display: grid; grid-template-columns: repeat(4, auto) 1fr repeat(3, auto); align-items: stretch; min-height: 58px; padding: 0 clamp(20px, 4vw, 44px); gap: 0; }
.ptr-rh__section,
.ptr-rh__direct { position: static; border: 0; border-radius: 0; background: transparent; }
.ptr-rh__section summary,
.ptr-rh__direct {
	display: flex; min-height: 58px; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px;
	color: #fff; font-size: 14px; font-weight: 800; cursor: pointer; list-style: none;
}
.ptr-rh__direct { grid-column: 5; justify-self: start; }
.ptr-rh__section--catalogs { grid-column: 6; }
.ptr-rh__section--resources { grid-column: 7; }
.ptr-rh__section--about { grid-column: 8; }
.ptr-rh__section summary::-webkit-details-marker { display: none; }
.ptr-rh__section[open] summary,
.ptr-rh__section summary:hover,
.ptr-rh__section summary:focus-visible,
.ptr-rh__direct:hover,
.ptr-rh__direct:focus-visible { background: var(--ptr-rh-teal-dark); color: #fff; }
.ptr-rh__chevron { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform 160ms ease; }
.ptr-rh__section[open] .ptr-rh__chevron { transform: rotate(225deg); }
.ptr-rh__panel { position: absolute; z-index: 20; top: 100%; left: 0; right: 0; max-height: min(70vh, 720px); overflow: auto; padding: 24px clamp(20px, 4vw, 44px); border: 1px solid var(--ptr-rh-border); border-top: 0; background: #fff; box-shadow: 0 18px 30px rgba(18, 75, 88, 0.18); }
.ptr-rh__view-all { display: inline-flex; margin: 0 0 16px; color: var(--ptr-rh-teal); font-weight: 850; }
.ptr-rh__panel-content.is-loading { min-height: 80px; color: #52656d; font-weight: 700; }
.ptr-rh__link-group + .ptr-rh__link-group { margin-top: 20px; }
.ptr-rh__link-group h3 { margin: 0 0 8px; color: var(--ptr-rh-teal-dark); font-size: 16px; }
.ptr-rh__dynamic-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; background: var(--ptr-rh-border); list-style: none; }
.ptr-rh__dynamic-links li { margin: 0; background: #fff; }
.ptr-rh__dynamic-links a { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 13px; color: var(--ptr-rh-teal-dark); font-size: 14px; font-weight: 700; }
.ptr-rh__dynamic-links a:hover,
.ptr-rh__dynamic-links a:focus-visible { background: var(--ptr-rh-teal); color: #fff; }
.ptr-rh__secondary { display: none; padding: 0 clamp(20px, 4vw, 44px) 24px; }
.ptr-rh__secondary-list { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; padding: 16px 0 0; border-top: 1px solid var(--ptr-rh-border); list-style: none; }
.ptr-rh__secondary-list ul { margin: 6px 0 0; padding-left: 16px; list-style: none; }
.ptr-rh__secondary-list a { display: inline-flex; min-height: 44px; align-items: center; color: var(--ptr-rh-teal-dark); font-weight: 700; }

@media (max-width: 1024px) {
	.ptr-rh__main { grid-template-columns: minmax(210px, 1fr) minmax(220px, 1.15fr) auto auto 52px; }
	.ptr-rh__toggle { display: inline-flex; }
	.ptr-rh__drawer { max-height: calc(100vh - 140px); overflow: auto; border-top: 1px solid var(--ptr-rh-border); background: #fff; overscroll-behavior: contain; }
	.ptr-rh__nav { grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 0; padding: 24px clamp(20px, 4vw, 44px); gap: 14px; }
	.ptr-rh__section,
	.ptr-rh__direct,
	.ptr-rh__section--catalogs,
	.ptr-rh__section--resources,
	.ptr-rh__section--about { grid-column: auto; border: 1px solid var(--ptr-rh-border); border-radius: 6px; background: #fff; }
	.ptr-rh__section summary,
	.ptr-rh__direct { min-height: 58px; justify-content: space-between; padding: 12px 18px; color: var(--ptr-rh-teal-dark); font-size: 17px; }
	.ptr-rh__section[open] { grid-column: 1 / -1; }
	.ptr-rh__section[open] summary { border-bottom: 1px solid var(--ptr-rh-border); background: #f4f8f9; color: var(--ptr-rh-teal-dark); }
	.ptr-rh__panel { position: static; max-height: 60vh; padding: 18px; border: 0; box-shadow: none; }
	.ptr-rh__secondary { display: block; }
}

@media (max-width: 767px) {
	.ptr-rh__utility { min-height: 42px; padding: 7px 14px; font-size: 11px; }
	.ptr-rh__utility-links a:nth-child(n+2) { display: none; }
	.ptr-rh__phone { font-size: 11px; }
	.ptr-rh__phone { font-size: 0; }
	.ptr-rh__phone a { font-size: 11px; }
	.ptr-rh__main { grid-template-columns: 48px minmax(0, 1fr) 48px; gap: 10px; min-height: auto; padding: 12px 14px 14px; }
	.ptr-rh__toggle { grid-column: 1; grid-row: 1; width: 48px; height: 48px; }
	.ptr-rh__logo { grid-column: 2; grid-row: 1; }
	.ptr-rh__logo-image { width: 100%; max-height: 54px; object-fit: contain; }
	.ptr-rh__logo-text { font-size: clamp(14px, 5vw, 21px); }
	.ptr-rh__logo-text small { font-size: 8px; }
	.ptr-rh__cart { grid-column: 3; grid-row: 1; min-width: 44px; width: 44px; }
	.ptr-rh__cart-total { display: none; }
	.ptr-rh__main form { grid-column: 1 / 3; grid-row: 2; }
	.ptr-rh__account { grid-column: 3; grid-row: 2; min-height: 48px; padding: 8px 10px; font-size: 13px; }
	.ptr-rh__drawer { max-height: calc(100vh - 172px); }
	.ptr-rh__nav { grid-template-columns: 1fr; gap: 0; padding: 0; }
	.ptr-rh__section,
	.ptr-rh__direct { border-width: 0 0 1px; border-radius: 0; }
	.ptr-rh__section[open] { grid-column: auto; }
	.ptr-rh__section summary,
	.ptr-rh__direct { min-height: 62px; padding: 13px 20px; font-size: 16px; }
	.ptr-rh__panel { max-height: 60vh; overflow: auto; padding: 16px 14px 22px; background: #f8fafb; }
	.ptr-rh__dynamic-links { grid-template-columns: 1fr; }
	.ptr-rh__secondary { padding: 0 20px 20px; }
	.ptr-rh__secondary-list { display: grid; grid-template-columns: 1fr 1fr; }
}
