.menu__dropdown--item:hover .menu__dropdown--link.__not-children::before {
	display: none;
}
.menu__submenu--item h3 a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: rgb(0, 117, 167);
}

.header__menu--burger {
	margin-top: 15px;
}

.menu-btn__burger {
	background: #00b2e3;
	border: 1px solid #00b2e3;
	border-radius: 7px;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 15px;
	height: 40px;
}

.menu-btn__burger .menu__burger {
	margin-right: 15px;
	stroke: #fff;
}

.menu-btn__burger:hover
{
	background: #33c1e9;
	color: #fff;
}

.header__menu--burger.open {}
.header__menu--burger.open .menu__block
{
	display: block;
}

.header__menu--burger.open .menu__background
{
	visibility: visible;
	opacity: 0.7;
}

.menu__background {

}

.header__menu-body
{
	display: none;
	background: #fff;
	box-shadow: 0 10px 60px rgb(42 55 78 / 25%);
	border-radius: 10px;
	z-index: 999;
	position: absolute;
	left: 0px;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	top: 70px;
	grid-template-columns: 280px 1fr;
}
.header__menu--burger.open .header__menu-body
{
	display: grid;
}

.header__menu-close
{
	display: none;
	z-index: 1000;
	position: absolute;
	right: 25px;
	top: 80px;
	cursor: pointer;
	background: none;
	border: none;
	color: rgb(0, 117, 167);
}

.header__menu--burger.open .header__menu-close
{
	display: inline-block;
}

.header__menu-main--item
{
	align-items: center;
	display: grid;
	grid-template-columns: 35px 1fr;
	align-content: center;
}

.header__menu-main--item .icon
{
	margin-right: 10px;
	fill: #000000;
	stroke: #000000;
}

.header__menu-main--link {
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #05142f;
	padding: 5px 30px 5px 10px;
	border-radius: 5px;
	margin-bottom: 6px;
	display: block;
}

.header__menu-main--link:hover,
.header__menu-main--link-selected
{
	background: #e8f6fa;
	color: #0075a7;
	text-decoration: none;
}

.header__menu-main--link::before
{
	visibility: hidden;
	content: " ";
	position: absolute;
	right: 3px;
	bottom: calc(50% - 10px);
	font-weight: bold;
	margin-right: 10px;
	margin-top: -19px;
	height: 0.5em;
	width: 0.5em;
	border: 1px solid #0075a7;
	border-bottom: 0;
	border-left: 0;
	transform: rotate(45deg) translate(-50%, -50%);
}
	.header__menu-main--link:hover::before,
	.header__menu-main--link-selected::before
	{
		visibility: visible;
	}

.header__menu-body-main,
.header__menu-body-submenu
{
	padding: 15px;
	height: 100%;
}

.header__menu-body-main
{
	box-shadow: 0 10px 20px rgb(42 55 78 / 15%);
}


.header__menu-body-submenu
{
	max-height: calc(100vh - 350px);
	overflow-y: auto;
}

.header__menu-submenu
{
	display: none;

	list-style: none;
	flex-direction: column;
	overflow: hidden;
	grid-area: subcategory;
}

.header__menu-submenu > ul
{
	column-count: 4;
	column-gap: 20px;
	/*
	grid-column: 9/main-content-end;
	display: grid;
	grid-column-gap: 1rem;
	grid-template-columns: repeat(4,1fr);
	grid-row-gap: 1rem;
	*/
}

.header__menu-submenu--container
{
	width: 185px;
	break-inside: avoid;
}

.header__menu-submenu--wrapper
{
	list-style: none;
}

.header__menu-submenu--item-wrapper
{
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	color: rgb(0, 117, 167);
	padding: 10px;
}

.header__menu-submenu--item
{
	font-size: 14px;
	line-height: 19px;
	color: #05142f;
	margin-bottom: 15px;
	display: inline-block;
}

.header__menu-submenu--wrapper ul
{
	padding: 0 10px;
}
