.bottom-separator {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.bottom-separator svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 61px;
}

footer .bottom-separator {
    position: absolute;
    bottom: -1px;
    bottom: unset;
    top: -60px;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}