﻿
.header:after {
	content: "";
	/* border-bottom: 1px solid #E6E6E6; */
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 2;
	background: linear-gradient( -64deg, #ffffff45 20%, #E6E6E6 0%);
}
@media (max-width: 1024px) {
	.header:after {
		border-bottom: 1px solid #E6E6E6;
	}
}