
.serv .section.services-list .navigation__item:before, .serv .section.services-list .navigation:before {
	display: none !important;
}

.serv .section.services-list .navigation:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #fff;
	z-index: 0;
	border-bottom: 1px solid #e2e3e5;
}

.serv .section.services-list .fixed .navigation {
	padding: 0 !important;
	background-color: #fff;
	opacity: 1;
	position: fixed;
	top: -12px;
	width: 100%;
	z-index: 100;
	transform: translate(0px, 72px);
	-webkit-transform: translate(0px, 72px);
	-ms-transform: translate(0px, 72px);
	-o-transform: translate(0px, 72px);
	-moz-transform: translate(0px, 72px);
}

.serv .section.services-list .navigation__item .navigation__item-name:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #30466d;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 300ms linear;
}

.serv .section.services-list .navigation__item:hover .navigation__item-name:before, .serv .section.services-list .navigation__item.current .navigation__item-name:before {
	opacity: 1;
}

@media screen and (max-width: 1000px) {
	.serv .section.services-list .fixed .navigation {
		max-width: 710px;
	}
}

@media screen and (max-width: 740px) {
	.serv .section.services-list .fixed .navigation {
		max-width: 355px;
	}
	
	.serv .section.services-list .navigation__item span:after {
		content: "";
		position: absolute;
		width: 150%;
		height: 1px;
		background: #e2e3e5;
		bottom: 0;
		z-index: 0;
		right: 0px;
	}
}
