.new_menu_box {
	margin: 0 auto;
	max-width: 1600px;
}

.nav:after {
	background: #e9ecf1;
}

.list__box.new_menu_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 40px 20px;
	max-width: 1690px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 100px;
	background: #e9ecf1;
}

.list__box .menu__list_item {
	width: calc(25% - 25px);
}

.list__box .menu__list_item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 15px;
}

.list__box .menu__list_item ul a {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #0f0f3c;
}

.list__box .list_item_bold ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 20px;
}

.list__box .list_item_bold ul a {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 24px;
	color: #8a8ca2;
}

.list__box .menu__list_item_name {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 24px;
	line-height: normal;
	color: #8a8ca2;
	text-decoration: none;
	display: block;
	min-height: 58px;
	margin: 0 0 30px;
}

.menu__list_item:last-of-type {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 1227px;
}

.menu__list_item:last-of-type .menu__list_item_name {
	min-height: inherit;
}

.menu__list_item:last-of-type ul {
	display: inherit;
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

.menu__list_item:last-of-type ul li {
	margin: 0 0 15px;
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
	.nav {
		height: calc(100vh - 110px);
	}

	.header_nav {
		width: 90%;
		height: 96%;
		margin: 0 auto;
		padding: 50px 0;
		z-index: 99;
	}
	
	.list__box.new_menu_box{
		padding: 0 0 25px;
		background: none;
		gap: 15px;
	}

}

@media screen and (min-width: 320px) and (max-width: 600px) {
	.psevdo_body {
		width: 100%;
	}

	.list__box {
		padding: 50px 5vw;
		gap: 15px;
	}

	.list__box ul {
		width: 100%;
	}

	.list__box .menu__list_item {
		width: 100%;
	}

	.menu__list_item.list_item_bold {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.menu__list_item.list_item_bold ul {
		gap: 10px;
	}

	.menu__list_item.list_item_bold ul li {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.menu__list_item.list_item_bold ul a {
		display: block;
		font-size: 18px;
		line-height: normal;
	}

	.menu__list_item:last-of-type ul {
		-webkit-column-count: 1;
		column-count: 1;
	}

	.list__box .menu__list_item_name {
		font-size: 18px;
		min-height: inherit;
		margin: 25px 0 10px;
		width: 100%;
		display: block;
	}

	.list__box .menu__list_item ul {
		gap: 5px;
	}

	.menu__list_item:last-of-type ul li {
		margin: 0;
	}
}

@media screen and (min-width: 600px) and (max-width: 1250px) {
	.list__box .menu__list_item {
		width: calc(50% - 25px);
	}

	.menu__list_item.list_item_bold {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.list__box .list_item_bold ul {
		gap: 15px;
	}

	.list__box .menu__list_item_name {
		margin: 0 0 20px;
	}

	.list__box .menu__list_item ul {
		gap: 10px;
	}

	.psevdo_body {
		width: 100%;
	}

	.list__box {
		padding: 50px 5vw;
		gap: 35px 15px;
	}

	.list__box ul {
		width: 100%;
	}
}

@media screen and (min-width: 1250px) and (max-width: 1750px) {
	.list__box {
		padding: 100px 2vw;
	}
}




/**/
