@media screen and (max-width: 1460px) {
	.site__content {
		width: 100%;
	}
	.center {
		width: 100%;
	}
}
@media screen and (max-width: 960px) {
	.site__content {
		width: 960px;
	}
	.center {
		width: 960px;
	}
}