html, body {
	height: 100%;
}

body {
	background-color: black;
	margin: 0;
	padding: 0;
	position: relative;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

img {
	background-color: black;
}

.error {
	position: relative;
	min-height: 100%;
	width: 100%;
	padding: 100px 0;
	overflow: auto;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	background: url(image1_inverted.jpg) center bottom no-repeat;
}

.error__box {
	padding: 0 30px;
	position: relative;
	z-index: 1;
}

.error__title {
	font-size: 40px;
	color: #2b3033;
	font-weight: 500;
	line-height: 46px;
	margin-bottom: 25px;
	text-transform: uppercase;
	word-break: break-all;
}

.error__text {
	color: #797d80;
	font-size: 18px;
	line-height: 33px;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(43, 48, 51, .9);
}

.footer__wrap {
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.footer__logo {
	text-align: left;
	width: 120px;
	height: 24px;
}

.footer__logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
}

.footer__policy {
	text-align: right;
	line-height: 20px;
	font-size: 12px;
	color: #797d80;
}

.footer_r-wrap, .footer__copyright, .footer__link-wrap, .footer__divider {
	display: inline-block;
	vertical-align: top;
}

.footer__link {
	display: inline-block;
	color: #797d80;
	vertical-align: top;
	transition: color .15s ease-in-out;
	text-decoration: none;
	cursor: pointer;
}

.footer__link:hover {
	color: #ff3377;
}

.footer__dot {
	color: #797d80;
}

@media(min-width: 2561px) {
	.error {
		background-size: cover;
	}
}

@media(min-width: 1921px) {
	.error {
		background-image: url(image2_inverted.jpg) center bottom no-repeat;
	}
	.footer__wrap {
		max-width: 1440px;
	}
}

@media(max-width: 1366px) {
	.error {
		background-image: url(image3_inverted.jpg) center bottom no-repeat;
	}
	.footer__wrap {
		max-width: 1024px;
	}
}

@media(max-width: 1024px) {
	.error {
		background-image: url(image4_inverted.jpg) center bottom no-repeat;
	}
	.footer__wrap {
		padding: 0 30px;
	}
}

@media(max-width: 767px) {
	.error {
		background-image: url(image4_inverted.jpg) center bottom no-repeat;
	}
	.error__box {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.footer__wrap {padding: 0 20px;
	}
}

@media (max-width: 600px) {
	.error {
		padding: 30px 0 154px;
	}
	.error__title {
		font-size: 6.5vw;
	}
	.footer__wrap {
		padding: 20px 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer__logo {
		text-align: center;
	}
	.footer__policy {
		padding: 0 20px;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}

@media(max-width: 479px) {
	.error {
		background-image: url(image5_inverted.jpg) center bottom no-repeat;
	}
}
