.footer_gss{
	position: absolute;
    bottom: 12px;
    left: 42.5%;
}
@media screen and (max-width:1125px)
{
	.footer_gss{
		position: relative;
		bottom: auto;
		left: auto;
	}
	.site-footer__copyright{
		bottom: 58px;
	}
}