body:not([data-page-type="app"]) .pageFooter > .inner{
	left: 50%;
	margin: 0 auto;
	max-width: 1210px;
}

.pageFooter{
	width: 100%;
	height: 65px;
	padding: 20px 20px 30px 20px;
	position: absolute;
	bottom: 0;
	z-index: 2;
}

.pageFooter > div > div{
	margin: 0 20px;
	height: 14px;
	line-height: 16px;
}

.pageFooter .link{
	border-bottom: 1px solid transparent;
}

.pageFooter .link:hover{
	border-color: inherit;
}

body:not([data-page-type="main"]) .pageFooter__sk-logo {
  display: none;
}
