@charset "UTF-8";

.shared-nav {
	align-self: stretch;
	margin-left: auto;
}
.shared-nav-list {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
	padding: 0;
	gap: 34px;
	list-style: none;
}
.shared-nav-item {
	position: relative;
	display: flex;
	align-self: stretch;
	align-items: center;
}
.shared-nav-link,
.shared-nav-trigger {
	position: relative;
	display: flex;
	align-items: center;
	align-self: stretch;
	padding: 0;
	border: 0;
	background: transparent;
	color: #333;
	font: inherit;
	font-size: 16px;
	white-space: nowrap;
	cursor: pointer;
	transition: color .2s ease;
}
.shared-nav-trigger { cursor: default; }
.shared-nav-link:after,
.shared-nav-trigger:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 3px;
	background: #08c765;
	transform: scaleX(0);
	transition: transform .24s ease;
}
.shared-nav-link:hover,
.shared-nav-link.active,
.shared-nav-item:hover > .shared-nav-trigger,
.shared-nav-item:focus-within > .shared-nav-trigger {
	color: #08c765;
}
.shared-nav-link:hover:after,
.shared-nav-link.active:after,
.shared-nav-trigger.active:after {
	transform: scaleX(1);
}
.shared-nav-arrow {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 7px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}
.shared-dropdown {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1000;
	display: none;
	width: 756px;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0 7px 20px rgba(0,0,0,.18);
}
.shared-product-dropdown { width: 510px; }
.shared-nav-item:hover > .shared-dropdown,
.shared-nav-item:focus-within > .shared-dropdown { display: block; }
.shared-dropdown-title {
	height: 56px;
	padding: 0 22px;
	background: #171717;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 56px;
}
.shared-dropdown-title:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 20px;
	margin-right: 12px;
	background: #08c765;
	vertical-align: -5px;
}
.shared-dropdown-grid { display: grid; }
.shared-solution-grid { grid-template-columns: repeat(3,1fr); }
.shared-product-grid { grid-template-columns: repeat(2,1fr); }
.shared-dropdown-link {
	position: relative;
	display: grid;
	grid-template-columns: 27px 1fr;
	gap: 13px;
	align-items: center;
	min-height: 80px;
	padding: 14px 18px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
	color: #333;
	transition: background .18s ease;
}
.shared-solution-grid .shared-dropdown-link:nth-child(3n),
.shared-product-grid .shared-dropdown-link:nth-child(2n) { border-right: 0; }
.shared-dropdown-link:hover { background: #f2fbf6; }
.shared-consult-link { cursor: default; }
.shared-consult-qrcode {
	position: absolute;
	top: 74px;
	left: 50%;
	z-index: 1001;
	display: block;
	max-height: 0;
	padding: 0 10px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(0,0,0,.18);
	opacity: 0;
	transform: translateX(-50%) translateY(-8px);
	transition: max-height .24s ease, padding .24s ease, opacity .18s ease, transform .18s ease;
	pointer-events: none;
}
.shared-consult-link:hover .shared-consult-qrcode,
.shared-consult-link:focus .shared-consult-qrcode {
	max-height: 180px;
	padding: 10px;
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}
.shared-consult-qrcode img { width: 150px; height: 150px; display: block; }
.shared-dropdown-icon {
	position: relative;
	display: block;
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	border-radius: 5px;
	background: linear-gradient(145deg,#5af398,#00bd61);
	box-shadow: 0 2px 5px rgba(0,190,96,.22);
}
.shared-dropdown-icon:before,
.shared-dropdown-icon:after {
	content: "";
	position: absolute;
	background: #fff;
	opacity: .88;
}
.shared-dropdown-icon:before { top: 7px; left: 6px; width: 15px; height: 3px; border-radius: 3px; }
.shared-dropdown-icon:after { top: 14px; left: 6px; width: 10px; height: 3px; border-radius: 3px; }
.shared-dropdown-icon.icon-basket,
.shared-dropdown-icon.icon-store,
.shared-dropdown-icon.icon-building,
.shared-dropdown-icon.icon-building-alt { border-radius: 3px 3px 6px 6px; }
.shared-dropdown-icon.icon-basket:before,
.shared-dropdown-icon.icon-store:before { top: 5px; left: 5px; width: 16px; height: 3px; }
.shared-dropdown-icon.icon-basket:after,
.shared-dropdown-icon.icon-store:after { top: 12px; left: 7px; width: 12px; height: 8px; border: 2px solid #fff; border-top: 0; border-radius: 0; background: transparent; }
.shared-dropdown-icon.icon-building:after,
.shared-dropdown-icon.icon-building-alt:after { top: 15px; left: 6px; width: 4px; height: 4px; background: #fff; box-shadow: 9px 0 #fff; }
.shared-dropdown-icon.icon-card,
.shared-dropdown-icon.icon-doc,
.shared-dropdown-icon.icon-compliance,
.shared-dropdown-icon.icon-bank,
.shared-dropdown-icon.icon-tool { border-radius: 3px; }
.shared-dropdown-icon.icon-card:after,
.shared-dropdown-icon.icon-doc:after,
.shared-dropdown-icon.icon-compliance:after,
.shared-dropdown-icon.icon-bank:after,
.shared-dropdown-icon.icon-tool:after { top: 18px; left: 6px; width: 14px; height: 2px; }
.shared-dropdown-icon.icon-delivery,
.shared-dropdown-icon.icon-car { border-radius: 50%; }
.shared-dropdown-icon.icon-delivery:after,
.shared-dropdown-icon.icon-car:after { top: 20px; left: 4px; width: 6px; height: 6px; border-radius: 50%; box-shadow: 13px 0 #fff; }
.shared-dropdown-icon.icon-travel,
.shared-dropdown-icon.icon-medical,
.shared-dropdown-icon.icon-share,
.shared-dropdown-icon.icon-money,
.shared-dropdown-icon.icon-custom,
.shared-dropdown-icon.icon-consult { border-radius: 50%; }
.shared-dropdown-icon.icon-travel:after,
.shared-dropdown-icon.icon-medical:after,
.shared-dropdown-icon.icon-share:after,
.shared-dropdown-icon.icon-money:after,
.shared-dropdown-icon.icon-custom:after,
.shared-dropdown-icon.icon-consult:after,
.shared-dropdown-icon.icon-shield:after,
.shared-dropdown-icon.icon-search:after { top: 7px; left: 7px; width: 13px; height: 13px; border: 2px solid #fff; border-radius: 50%; background: transparent; }
.shared-dropdown-icon.icon-pay:after { top: 5px; left: 12px; width: 4px; height: 17px; }
.shared-dropdown-icon.icon-book:after { top: 5px; left: 13px; width: 2px; height: 18px; box-shadow: -6px 1px #fff,6px 1px #fff; }
.shared-dropdown-icon.icon-paint:after { top: 16px; left: 5px; width: 17px; height: 4px; transform: rotate(-28deg); }
.shared-dropdown-copy b,
.shared-dropdown-copy small { display: block; }
.shared-dropdown-copy b { font-size: 15px; font-weight: normal; }
.shared-dropdown-copy small { overflow: hidden; margin-top: 7px; color: #969696; font-size: 11px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 1000px) {
	.shared-nav-list { gap: 18px; }
	.shared-nav-link,.shared-nav-trigger { font-size: 14px; }
	.shared-nav-item:nth-child(n+6) { display: none; }
	.shared-dropdown { width: min(756px,calc(100vw - 36px)); }
	.shared-product-dropdown { width: min(510px,calc(100vw - 36px)); }
}
@media (max-width: 700px) {
	.shared-nav-list { gap: 16px; }
	.shared-nav-link,.shared-nav-trigger { font-size: 12px; }
	.shared-nav-item:nth-child(n+3) { display: none; }
	.shared-solution-grid,.shared-product-grid { grid-template-columns: repeat(2,1fr); }
	.shared-solution-grid .shared-dropdown-link:nth-child(3n) { border-right: 1px solid #e8e8e8; }
	.shared-solution-grid .shared-dropdown-link:nth-child(2n) { border-right: 0; }
}
