.header__top::after{
content: "";
position: absolute;
bottom: 0;
left: 0;
min-width: 1600px;
height: 228px;
background-image: url(../img/header_bottom.svg);
}
@media (min-width: 1600px) {
.header__top::after {
width: 100%;
}
}