.site-header-unitok {
	max-width: 1240px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 13px;
	font-family: 'Open Sans', sans-serif;
}

.site-header-unitok__main-row {
	position: relative;
	z-index: 30;
}

.site-header-unitok__main-row-inner {
	position: relative;
	max-width: 1240px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.site-header-unitok__main-row-spacer {
	display: block;
	height: 0;
}

@media (min-width: 1024px) {
	.site-header-unitok__main-row.is-fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 1000;
		background: #ffffff;
		padding-top: 13px;
		padding-bottom: 13px;
		box-shadow: 0 4px 20px rgba(194, 194, 194, 0.25);
	}

	body.admin-bar .site-header-unitok__main-row.is-fixed {
		top: 32px;
	}
}

.site-header-unitok__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 29px;
	font-family: 'Open Sans', sans-serif;
}

.site-header-unitok__menu-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header-unitok__menu-list a {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-header-unitok__menu-list a:hover > a {
	color: #3063ad;
}

.site-header-unitok__top-contacts {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-left: auto;
}

.site-header-unitok__phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

.site-header-unitok__phone-icon {
	display: inline-flex;
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
}

.site-header-unitok__phone-icon img {
	display: block;
	width: 25px;
	height: 25px;
}

.site-header-unitok__schedule {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.site-header-unitok__phone-number {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

.site-header-unitok__socials {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.site-header-unitok__social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.site-header-unitok__social-icon img {
	display: block;
	width: auto;
	height: auto;
	max-width: 27px;
	max-height: 27px;
}

.site-header-unitok__mobile-socials {
	display: contents;
}

.site-header-unitok__callback {
	display: inline;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	color: #3063ad;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.185em;
	text-decoration-skip-ink: auto;
	transition: opacity 0.2s ease;
}

.site-header-unitok__callback:hover {
	opacity: 0.8;
}

.site-header-unitok__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.site-header-unitok__brand {
	display: flex;
	align-items: center;
	gap: 29px;
}

.site-header-unitok__logo {
	display: inline-flex;
	flex: 0 0 auto;
	line-height: 0;
	text-decoration: none;
}

.site-header-unitok__logo img {
	display: block;
	width: 160px;
	height: auto;
}

.site-header-unitok__tagline {
	color: #666666;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
}

@media (min-width: 1024px) {
	.site-header-unitok__tagline {
		max-height: 4em;
		opacity: 1;
		overflow: hidden;
		transition: max-height 0.3s ease, opacity 0.2s ease;
	}

	.site-header-unitok.is-scrolled .site-header-unitok__tagline {
		max-height: 0;
		opacity: 0;
		pointer-events: none;
	}

	.site-header-unitok.is-scrolled .site-header-unitok__brand {
		gap: 0;
	}
}

.site-header-unitok__catalog {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-sizing: border-box;
	height: 44px;
	padding: 0 25px;
	border: 0;
	border-radius: 4px;
	background-color: #2d63b3;
	color: #ffffff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
	margin-right: 15px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.site-header-unitok__catalog:hover,
.site-header-unitok__catalog.is-open {
	background-color: #24529a;
	color: #ffffff;
}

.site-header-unitok__catalog-icon {
	display: block;
	width: auto;
	height: auto;
	flex: 0 0 auto;
}

.site-header-unitok__catalog-text {
	color: inherit;
}

.site-header-unitok__actions {
	display: flex;
	align-items: center;
	gap: 0;
	margin-left: auto;
	flex: 0 0 auto;
}

.site-header-unitok__search {
	position: relative;
	width: 455px;
	height: 44px;
	flex: 0 0 455px;
	margin-right: 91px;
}

.site-header-unitok__sticky-contacts {
	display: none;
	align-items: center;
	gap: 24px;
	flex: 0 0 auto;
}

@media (min-width: 1024px) {
	.site-header-unitok.is-scrolled .site-header-unitok__search {
		margin-right: 24px;
	}

	.site-header-unitok.is-scrolled .site-header-unitok__sticky-contacts {
		display: inline-flex;
		margin-right: 26px;
	}
}

.site-header-unitok__user-icons {
	display: flex;
	align-items: center;
	gap: 26px;
	flex: 0 0 auto;
}

.site-header-unitok__nav {
	width: 100%;
	margin-top: 31px;
	margin-bottom: 34px;
}

.site-header-unitok__nav-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header-unitok__nav-list a {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-header-unitok__nav-list a:hover,
.site-header-unitok__nav-list .current-menu-item > a {
	color: #3063ad;
}

.site-header-unitok__search-input {
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	padding: 0 44px 0 16px !important;
	border: 1px solid #c0c0c0 !important;
	border-radius: 4px !important;
	background-color: #f9f9f9 !important;
	color: #333333;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	outline: none;
	appearance: none;
}

.site-header-unitok__search-input::placeholder {
	color: #b2b2b2 !important;
	opacity: 1;
}

.site-header-unitok__search-submit {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.site-header-unitok__search-submit img {
	display: block;
	width: auto;
	height: auto;
	max-width: 20px;
	max-height: 20px;
}

.site-header-unitok__account,
.site-header-unitok__cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	line-height: 0;
	text-decoration: none;
}

.site-header-unitok__account img,
.site-header-unitok__cart img {
	display: block;
	width: auto;
	height: auto;
	max-height: 44px;
}

.site-header-unitok__cart {
	position: relative;
}

.site-header-unitok__cart-count {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #2d63b3;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

.site-header-unitok__cart-count--empty {
	display: none;
}

.unitok-callback-popup {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.unitok-callback-popup[hidden] {
	display: none;
}

.unitok-callback-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.unitok-callback-popup__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 480px;
	padding: 0px 24px 24px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.unitok-callback-popup__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: none;
	color: #666666;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.unitok-callback-popup__title {
	margin: 0 0 20px;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.unitok-callback-popup__body .wpcf7 {
	margin: 0;
}

body.unitok-popup-open {
	overflow: hidden;
}

.unitok-catalog-dropdown {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	z-index: 100;
	width: 1241px;
	max-width: calc(100vw - 24px);
	transform: translateX(-50%);
}

.unitok-catalog-dropdown__panel {
	display: flex;
	align-items: stretch;
	min-height: 280px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	box-shadow: 0 0 15px 25px rgba(194, 194, 194, 0.15);
}

.unitok-catalog-dropdown__sidebar {
	flex: 0 0 360px;
	width: 360px;
	padding: 88px 0;
	overflow: visible;
}

.unitok-catalog-dropdown__categories {
	display: flex;
	flex-direction: column;
	gap: 37px;
	margin: 0;
	padding: 0 0 0 66px;
	list-style: none;
}

.unitok-catalog-dropdown__category-item {
	margin: 0;
}

.unitok-catalog-dropdown__category {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	max-width: 100%;
	min-height: 27px;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
	text-transform: none;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	cursor: pointer;
}

.unitok-catalog-dropdown .unitok-catalog-dropdown__category:hover,
.unitok-catalog-dropdown .unitok-catalog-dropdown__category:focus,
.unitok-catalog-dropdown .unitok-catalog-dropdown__category:active,
.unitok-catalog-dropdown .unitok-catalog-dropdown__category.is-active:hover,
.unitok-catalog-dropdown .unitok-catalog-dropdown__category.is-active:focus {
	color: #333333;
	background: none;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}

.unitok-catalog-dropdown__category-label {
	flex: 1 1 auto;
	min-width: 0;
}

.unitok-catalog-dropdown__category-arrow {
	display: none;
	flex: 0 0 auto;
	align-self: center;
	width: 12px;
	height: 12px;
}

.unitok-catalog-dropdown__category.is-active .unitok-catalog-dropdown__category-arrow {
	display: block;
}

.unitok-catalog-dropdown__divider {
	flex: 0 0 1px;
	width: 1px;
	background: #cccccc;
}

.unitok-catalog-dropdown__content {
	flex: 1 1 auto;
	min-width: 0;
	padding: 88px 40px;
	overflow-y: auto;
}

.unitok-catalog-dropdown__filters {
	display: flex;
	flex-direction: column;
	gap: 47px;
}

.unitok-catalog-dropdown__filters.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.unitok-catalog-dropdown__title {
	display: inline-block;
	margin: 0;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
}

.unitok-catalog-dropdown__attrs {
	display: flex;
	flex-direction: column;
	gap: 47px;
}

.unitok-catalog-dropdown__attr-name {
	margin: 0 0 17px;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
}

.unitok-catalog-dropdown__attr-values {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 17px;
	column-gap: 64px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.unitok-catalog-dropdown__attr-value {
	margin: 0;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.unitok-catalog-dropdown__attr-value a {
	color: inherit;
	text-decoration: none;
}

.unitok-catalog-dropdown__empty {
	margin: 0;
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

#masthead.site-header {
	position: relative;
	z-index: 200;
	overflow: visible;
}

.site-header-unitok__mobile-bar {
	display: contents;
}

.site-header-unitok__mobile-bar-inner {
	display: contents;
}

.site-header-unitok__burger,
.site-header-unitok__mobile-icons {
	display: none;
}

.site-header-unitok__burger {
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	box-sizing: border-box;
	width: 17px;
	height: 30px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.site-header-unitok__burger-line {
	display: block;
	width: 19px;
	height: 2px;
	background: #3063ad;
}

.site-header-unitok .site-header-unitok__burger:hover,
.site-header-unitok .site-header-unitok__burger:focus,
.site-header-unitok .site-header-unitok__burger:active,
.site-header-unitok .site-header-unitok__mobile-catalog-toggle:hover,
.site-header-unitok .site-header-unitok__mobile-catalog-toggle:focus,
.site-header-unitok .site-header-unitok__mobile-catalog-toggle:active {
	color: #000000;
	background: none;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}

.site-header-unitok__mobile-icons {
	align-items: center;
	gap: 14px;
}

.site-header-unitok__mobile-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	line-height: 0;
	text-decoration: none;
}

.site-header-unitok__mobile-icon img {
	display: block;
	max-height: 27px;
	width: auto;
	height: auto;
}

.site-header-unitok__mobile-drawer {
	position: fixed;
	inset: 0;
	z-index: 1200;
}

.site-header-unitok__mobile-drawer[hidden] {
	display: none;
}

.site-header-unitok__mobile-drawer:not([hidden]) {
	display: block;
}

.site-header-unitok__mobile-drawer-panel {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 82px 57px 32px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #ffffff;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
}

.site-header-unitok__mobile-drawer-close {
	position: fixed;
	top: 22px !important;
	left: 22px;
	z-index: 1201;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #3063ad;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}

body.admin-bar .site-header-unitok__mobile-drawer-close {
	top: 68px;
}

.site-header-unitok .site-header-unitok__mobile-drawer-close:hover,
.site-header-unitok .site-header-unitok__mobile-drawer-close:focus,
.site-header-unitok .site-header-unitok__mobile-drawer-close:active {
	color: #3063ad;
	background: none;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}

.site-header-unitok__mobile-drawer.is-open .site-header-unitok__mobile-drawer-panel {
	transform: translateX(0);
}

body.admin-bar .site-header-unitok__mobile-drawer-panel {
	top: 46px;
	height: calc(100% - 46px);
}

@media (min-width: 783px) {
	body.admin-bar .site-header-unitok__mobile-drawer-panel {
		top: 32px;
		height: calc(100% - 32px);
	}

	body.admin-bar .site-header-unitok__mobile-drawer-close {
		top: 54px;
	}
}

.site-header-unitok__mobile-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header-unitok__mobile-list > li {
	margin: 0;
	border-bottom: 1px solid #e2e2e2;
}

.site-header-unitok__mobile-link,
.site-header-unitok__mobile-list > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	box-sizing: border-box;
	width: 100%;
	padding: 23px 0;
	border: 0;
	background: none;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

.site-header-unitok__mobile-link-text {
	flex: 1 1 auto;
}

.site-header-unitok__mobile-arrow {
	flex: 0 0 auto;
	width: 12px;
	height: 12px;
	transition: transform 0.25s ease;
}

.site-header-unitok__mobile-catalog-toggle.is-open .site-header-unitok__mobile-arrow {
	transform: rotate(90deg);
}

.site-header-unitok__mobile-catalog-list {
	margin: 0;
	padding: 0 0 12px;
	list-style: none;
}

.site-header-unitok__mobile-catalog-list[hidden] {
	display: none;
}

.site-header-unitok__mobile-catalog-item {
	margin: 0;
}

.site-header-unitok__mobile-catalog-link {
	display: block;
	padding: 10px 0 10px 16px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
}

.site-header-unitok__mobile-top-menu {
	margin-top: 8px;
	padding-top: 8px;
}

.site-header-unitok__mobile-top-menu-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header-unitok__mobile-top-menu-list li {
	margin: 0;
}

.site-header-unitok__mobile-top-menu-list a {
	display: block;
	padding: 12px 0;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
}

body.unitok-mobile-menu-open {
	overflow: hidden;
}

@media (min-width: 1024px) {
	.site-header-unitok__mobile-drawer {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	.site-header-unitok {
		padding-top: 0;
		max-width: none;
	}

	.site-header-unitok__top,
	.site-header-unitok__nav,
	.site-header-unitok__tagline,
	.site-header-unitok__catalog,
	.site-header-unitok__sticky-contacts,
	.site-header-unitok__user-icons,
	.unitok-catalog-dropdown {
		display: none !important;
	}

	.site-header-unitok__main-row,
	.site-header-unitok__main-row-inner {
		max-width: none;
	}

	.site-header-unitok__main-row.is-fixed {
		position: static;
		box-shadow: none;
		padding: 0;
	}

	.site-header-unitok__main-row-spacer {
		display: none;
	}

	.site-header-unitok__main {
		display: block;
	}

	.site-header-unitok__mobile-bar {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		box-sizing: border-box;
		padding: 23px 0;
		background: #ffffff;
		box-shadow: 0 2px 12px rgba(194, 194, 194, 0.2);
	}

	body.admin-bar .site-header-unitok__mobile-bar {
		top: 46px;
	}

	.site-header-unitok__mobile-bar-inner {
		display: flex;
		align-items: center;
		gap: 10px;
		box-sizing: border-box;
		max-width: 1240px;
		width: 100%;
		margin: 0 auto;
		padding: 0 16px;
	}

	.site-header-unitok__burger,
	.site-header-unitok__mobile-icons {
		display: flex;
		flex: 0 0 auto;
	}

	.site-header-unitok__brand {
		flex: 1 1 auto;
		gap: 0;
		min-width: 0;
	}

	.site-header-unitok__logo img {
		width: 120px;
	}

	.site-header-unitok__actions {
		width: 100%;
		margin-left: 0;
		padding: 12px 16px 28px;
	}

	.site-header-unitok__search {
		width: 100%;
		flex: 1 1 auto;
		margin-right: 0;
	}
}