.bach__top__menu{
	background: #F2F3F5;
}
.line__1{
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.line__1 nav ul{
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.main__line .first__item > a, .main__line li.first__item{
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.first__item{
	position: relative;
	margin-right: 40px;
	color: #000;
}

.second__item{
	position: relative;
}
.dop_block{
	display: none;
	position: absolute;
	width: max-content;
	top: 24px;
	left: 0;
	background:#fff;
	z-index: 1000;
	padding: 5px 0 10px;
	/*box-shadow: 0px 0px 17px #ccc;*/
    border-radius: 10px;
}
.dop_block.three{
	width: 100%;
	top: 0px;
	left: unset;
	right: -100%;
}
.dop_block ul{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.dop_block ul > li{
	padding: 10px 20px;
}
.dop_block ul > li a,.dop_block ul > li{
	color: #000;
	font-size: 16px;
}
.dop_block ul > li a:hover{
	color: #009FE3;
}
.first__item:hover{
	color: #009FE3;
}
.container.header__menu{
	padding: 0!important;
}
ul li{display: block;}
ul li.parent:after{
	content: ">";
	position: absolute;
	right: 0;
	bottom: 0;

}