.line__3{
	border-radius: 10px;
	background: #F2F3F5;
	margin: 20px 0;
	position: relative;
}

.line__3 .menu{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: end;
	box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
}

.line__3 .menu .item__menu{
	text-decoration: none;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 16px 10px;
	flex: 1 0 0;
	background: #fff;
	border-right: 1px solid #E0E0E0;
}
.line__3 .menu .item__menu:last-child{
	border: none;
}
.line__3 .menu .item__menu:hover,.line__3 .menu .item__menu.active{
	/*border-radius: 10px 10px 0px 0px;*/
	background: #FFF;
	box-shadow: 1px -6px 15px rgb(120 120 120 / 20%);
	color: #009FE3;
}

.section_menu{
	background: #fff;
	display: none;
	padding: 20px 15px 15px;
	z-index: 999;	
	grid-template-columns: repeat(4,1fr);
	position: absolute;
	top: 50px;
	width: 100%;
}
.section_menu a{
	color: #000;
	font-size: 16px;
	margin: 4px 0;
}
.section_menu a:hover{
	color: #009FE3;
}
.block__section{
	margin-bottom: 10px;
}
.block__section .child__a{
		display: flex;
	flex-direction: column;
}
.block__section .main__section{
	font-weight: 600;
	font-size: 18px;
}
.section_menu.active{
	border-radius: 10px;
	border: 0.5px solid #ccc;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}



