/* Новая шапка spk-stanok.by — не зависит от старых стилей */

html.spk-new-header-on #bg_top_menu,
html.spk-new-header-on .adapt_menu,
html.spk-new-header-on .adapt_menu2,
html.spk-new-header-on .main_search {
	display: none !important;
}

.spk-header,
.spk-header * {
	box-sizing: border-box;
}

.spk-header {
	--spk-cyan: #225b90;
	--spk-cyan-2: #019fd4;
	--spk-blue: #225b90;
	--spk-text: #383838;
	--spk-black: #1d2029;
	--spk-muted: #757575;
	--spk-gray: #eeeeee;
	--spk-line: #f6f6f7;
	--spk-width: 1046px;
	--spk-pad: 16px;
	position: sticky;
	top: 0;
	z-index: 1212;
	width: 100%;
	background: #fff;
	font-family: Ubuntu, Arial, sans-serif;
	color: var(--spk-text);
}

.spk-header.is-fixed {
	position: fixed;
	left: 0;
	right: 0;
	box-shadow: 0 4px 18px rgba(29, 32, 41, .12);
}

.spk-header-ph {
	display: none;
	width: 100%;
}

.spk-header-ph.is-on {
	display: block;
}

.spk-header a {
	color: inherit;
	text-decoration: none;
}

.spk-header__inner {
	max-width: var(--spk-width);
	margin: 0 auto;
	padding: 0 var(--spk-pad);
}




.spk-icon {
	display: block;
	flex-shrink: 0;
	object-fit: contain;
}

.spk-icon--18 {
	width: 18px;
	height: 18px;
}

.spk-icon--24 {
	width: 24px;
	height: 24px;
}

.spk-icon--12 {
	width: 12px;
	height: 12px;
}

/* ---------- top bar ---------- */

.spk-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 8px 0;
	border-bottom: 1px solid var(--spk-line);
}

.spk-topbar__left,
.spk-topbar__right {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: nowrap;
}

.spk-topbar__item {
	display: flex;
	align-items: center;
	gap: 3px;
}

.spk-topbar__item .spk-icon--18 {
	width: 14px;
	height: 14px;
}

.spk-topbar__item p {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	white-space: nowrap;
}

.spk-topbar__item span,
.spk-topbar__item a {
	color: var(--spk-blue);
}

.spk-topbar__item a:hover {
	text-decoration: underline;
}

.spk-social {
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: var(--spk-text);
	white-space: nowrap;
}

.spk-social .spk-icon--24 {
	width: 18px;
	height: 18px;
}

.spk-social:hover span {
	color: var(--spk-blue);
}

/* ---------- main row ---------- */

.spk-main {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 0 0;
}

.spk-logo-wrap {
	display: block;
	flex-shrink: 0;
	width: 130px;
	height: 58px;
}

.spk-logo {
	display: block;
	width: 130px;
	height: 58px;
	object-fit: contain;
}

.spk-main__center {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
}

.spk-catalog-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	height: 42px;
	padding: 8px 10px;
	border: 0;
	border-radius: 8px;
	background: var(--spk-cyan);
	color: #fff;
	font-family: Ubuntu, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}

.spk-catalog-btn .spk-icon--24 {
	width: 20px;
	height: 20px;
}

.spk-catalog-btn:hover,
.spk-catalog-btn.is-open {
	background: #00a9d6;
}

.spk-search {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	height: 42px;
	padding: 0 12px;
	border-radius: 8px;
	background: var(--spk-gray);
}

.spk-search__input {
	flex: 1 1 auto;
	min-width: 0;
	height: 100%;
	border: 0;
	background: transparent;
	font-family: Ubuntu, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: var(--spk-text);
	outline: none;
}

.spk-search__input::placeholder {
	color: var(--spk-muted);
}

.spk-search__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.spk-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.spk-phone__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--spk-cyan);
	flex-shrink: 0;
}

.spk-phone__btn:hover {
	background: #00a9d6;
}

.spk-phone__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1px;
	width: auto;
}

.spk-phone__num {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: var(--spk-black);
	text-align: center;
	white-space: nowrap;
}

.spk-phone__num:hover {
	color: var(--spk-blue);
}

.spk-phone__callback,
.spk-phone__callback.faq1 {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: 0.4px;
	color: var(--spk-blue);
	text-align: center;
	margin: 0 auto;
	background: none !important;
	background-image: none !important;
	text-indent: 0 !important;
}

.spk-phone__callback:hover {
	text-decoration: underline;
}

/* ---------- bottom nav ---------- */

.spk-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	padding: 12px 0 14px;
	border-bottom: 1px solid var(--spk-cyan-2);
}

.spk-header.is-catalog-open .spk-nav {
	display: none;
}

.spk-nav__link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: Ubuntu, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	white-space: nowrap;
	cursor: pointer;
}

.spk-nav__link--accent .spk-icon--24 {
	width: 16px;
	height: 16px;
}

.spk-nav__link:hover {
	color: var(--spk-cyan-2);
}

.spk-nav__link--accent,
.spk-nav__link--accent:hover {
	color: var(--spk-cyan-2);
}

.spk-drop {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin: -12px 0 -14px;
	padding: 12px 0 14px;
}

.spk-drop__chevron {
	transform: rotate(-90deg);
	transition: transform .2s ease;
}

.spk-drop.is-open .spk-drop__chevron,
.spk-drop:hover .spk-drop__chevron {
	transform: rotate(90deg);
}

.spk-drop__menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 200px;
	padding: 6px 0;
	margin: 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
	z-index: 30;
}

.spk-drop.is-open .spk-drop__menu {
	display: block;
}

@media (min-width: 761px) {
	.spk-drop:hover .spk-drop__chevron {
		transform: rotate(90deg);
	}

	.spk-drop:hover .spk-drop__menu {
		display: block;
	}
}

.spk-drop__menu a {
	display: block;
	padding: 8px 14px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	text-transform: none;
	color: var(--spk-text);
	background: none !important;
	text-indent: 0 !important;
}

.spk-drop__menu a.faq1,
.spk-drop__menu a.faq1:hover {
	background-image: none !important;
	text-indent: 0 !important;
	padding-left: 14px !important;
}

.spk-drop__menu a:hover {
	background: var(--spk-gray);
	color: var(--spk-blue);
}

/* ---------- catalog mega ---------- */

.spk-catalog {
	background: #fff;
}

.spk-catalog[hidden] {
	display: none !important;
}

.spk-catalog__inner {
	max-width: var(--spk-width);
	margin: 0 auto;
	padding: 16px;
}

.spk-tabs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.spk-tabs__btn {
	flex: 1 1 0;
	max-width: none;
	height: 38px;
	padding: 10px 12px;
	border: 0;
	border-radius: 8px;
	background: var(--spk-gray);
	font-family: Ubuntu, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #000;
	text-align: center;
	cursor: pointer;
}

.spk-tabs__btn.is-active {
	background: var(--spk-cyan);
	color: #fff;
}

.spk-mega {
	display: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-content: space-between;
	gap: 16px;
}

.spk-mega.is-active {
	display: grid;
}

.spk-mega[hidden] {
	display: none !important;
}

.spk-mega__col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.spk-mega__link {
	display: inline-block;
	padding: 2px 0 5px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #000;
	border-bottom: 2px solid transparent;
}

.spk-mega__link:hover {
	border-bottom-color: var(--spk-blue);
}

.spk-burger {
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	flex-shrink: 0;
}

.spk-burger__open {
	display: block;
	width: 40px;
	height: 40px;
}

.spk-burger__close {
	display: none;
	position: relative;
	width: 40px;
	height: 40px;
}

.spk-burger.is-open .spk-burger__open {
	display: none;
}

.spk-burger.is-open .spk-burger__close {
	display: block;
}

.spk-burger__close:before,
.spk-burger__close:after {
	content: '';
	position: absolute;
	left: 8px;
	top: 18px;
	width: 24px;
	height: 3px;
	background: var(--spk-blue);
	border-radius: 2px;
}

.spk-burger__close:before {
	transform: rotate(45deg);
}

.spk-burger__close:after {
	transform: rotate(-45deg);
}

.spk-m-nav,
.spk-m-extra {
	display: none;
}

.spk-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1100;
	background: rgba(29, 32, 41, .35);
}

.spk-backdrop[hidden] {
	display: none !important;
}

html.spk-catalog-lock {
	overflow: hidden;
}

@media (max-width: 760px) {
	html.spk-catalog-lock .amo-button-holder,
	html.spk-catalog-lock .amo-button-holder.amo-vertical {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}
}

html {
	scrollbar-gutter: stable;
}

/* ---------- tablet ---------- */

@media (max-width: 1100px) {
	.spk-header {
		--spk-pad: 16px;
	}

	.spk-topbar__item p,
	.spk-social span {
		white-space: nowrap;
	}

	.spk-main {
		gap: 16px;
		flex-wrap: wrap;
	}

	.spk-main__center {
		order: 3;
		width: 100%;
		flex: 1 1 100%;
	}

	.spk-phone {
		margin-left: auto;
	}

	.spk-nav {
		gap: 8px;
		overflow-x: auto;
		justify-content: flex-start;
		-webkit-overflow-scrolling: touch;
	}

	.spk-tabs {
		flex-direction: column;
		gap: 8px;
	}

	.spk-tabs__btn {
		max-width: none;
		width: 100%;
	}

	.spk-mega.is-active {
		grid-template-columns: 1fr;
	}
}

/* ---------- mobile (Figma 15:75 / 15:151) ---------- */

@media (max-width: 760px) {
	.spk-header {
		--spk-pad: 12px;
	}

	.spk-header__inner {
		padding: 24px 12px;
		border-bottom: 1px solid var(--spk-blue);
	}

	.spk-topbar,
	.spk-nav,
	.spk-catalog-btn,
	.spk-phone__btn {
		display: none;
	}

	.spk-main {
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 24px;
		padding: 0;
	}

	.spk-logo-wrap,
	.spk-logo {
		width: 128px;
		height: 58px;
	}

	.spk-phone {
		margin-left: 0;
		gap: 0;
	}

	.spk-phone__info {
		width: auto;
		align-items: flex-end;
		gap: 4px;
	}

	.spk-phone__num {
		font-size: 16px;
		line-height: 18px;
		text-align: right;
	}

	.spk-phone__callback,
	.spk-phone__callback.faq1 {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 1px;
		text-align: center;
	}

	.spk-main__center {
		order: 3;
		width: 100%;
		flex: 1 1 100%;
		gap: 12px;
	}

	.spk-search {
		height: 50px;
		padding: 0 16px;
		border-radius: 10px;
	}

	.spk-search__input {
		font-size: 14px;
	}

	.spk-burger {
		display: flex;
	}

	.spk-header.is-catalog-open {
		position: fixed;
		display: flex;
		flex-direction: column;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1212;
		overflow: hidden;
		background: #fff;
		box-shadow: none;
	}

	.spk-header.is-catalog-open .spk-header__inner {
		flex: 0 0 auto;
	}

	.spk-header.is-catalog-open .spk-catalog {
		display: block;
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background: #fff;
		animation: spkFadeIn .28s ease;
	}

	.spk-catalog__inner {
		display: flex;
		flex-direction: column;
		gap: 12px;
		max-width: none;
		padding: 24px 12px;
	}

	.spk-tabs {
		display: contents;
	}

	.spk-tabs__btn {
		width: 100%;
		max-width: none;
		flex: none;
		height: auto;
		padding: 14px 20px 13px;
		border-radius: 10px;
		font-size: 13px;
		line-height: 16px;
	}

	.spk-m-nav {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 12px 24px;
		order: 0;
		margin-bottom: 12px;
	}

	.spk-m-nav a {
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
		color: #000;
		background: none !important;
		background-image: none !important;
		text-indent: 0 !important;
	}

	.spk-m-nav a.faq1,
	.spk-m-nav a.faq1:hover {
		background-image: none !important;
		text-indent: 0 !important;
		padding-left: 0 !important;
	}

	.spk-tabs__btn.is-active {
		order: 1;
		margin-bottom: 12px;
	}

	.spk-mega {
		order: 2;
	}

	.spk-mega.is-active {
		display: block;
		margin-bottom: 12px;
		column-count: 2;
		column-gap: 16px;
		animation: spkFadeIn .25s ease;
	}

	.spk-mega__col {
		display: contents;
	}

	.spk-tabs__btn:not(.is-active) {
		order: 3;
	}

	.spk-mega__link {
		display: block;
		width: 100%;
		font-size: 15px;
		line-height: 20px;
		font-weight: 500;
		padding: 8px 0;
		border-bottom: 0;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}

	.spk-m-extra {
		display: flex;
		flex-direction: column;
		gap: 24px;
		order: 4;
		margin-top: 12px;
	}

	.spk-m-contacts {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 12px;
		align-items: flex-start;
	}

	.spk-m-contacts .spk-topbar__item {
		width: 100%;
		gap: 4px;
	}

	.spk-m-contacts .spk-topbar__item .spk-icon--18 {
		width: 18px;
		height: 18px;
	}

	.spk-m-contacts .spk-topbar__item p {
		font-size: 14px;
		line-height: 20px;
		font-weight: 700;
		white-space: normal;
	}

	.spk-m-social {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 12px;
	}

	.spk-m-social .spk-social {
		gap: 4px;
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
		color: var(--spk-text);
	}

	.spk-m-social .spk-social .spk-icon {
		width: 36px;
		height: 36px;
	}

	.spk-m-social .spk-social span {
		display: inline;
	}
}

@keyframes spkFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
