/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*error*/
#error-not-found {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.error-not-found-row {
	padding: 20px 10px 60px 10px;
	width: 100%;
	background: var(--color-category-background);
}

#error-not-found h1 {
	margin-bottom: 25px;
	color: var(--color-black);
	font-size: 30px;
	line-height: 34px;
	text-align: start;
}

.empty-text {
	display: block;
	margin-bottom: 20px;
	color: var(--color-black);
	font-family: OpenSans-SemiBold, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

.button-continue {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 14px 105px;
	max-width: 361px;
	color: var(--color-white);
	font-size: 16px;
	font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
	font-weight: 700;
	background: var(--color-red);
	border-radius: 5px;
	-webkit-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	cursor: pointer;
}

.button-continue:hover, .button-continue:focus, .button-continue:active {
	background: var(--color-black);
}

.error-not-found-404-row {
	width: 100%;
	background-color: #141414;
}

.error-not-found-404-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 10px;
	width: 100%;
	color: var(--color-white);
}

.error-not-found-404-img {
	display: block;
	width: 100%;
	height: auto;
}

#error-not-found .error-not-found-404-content h1 {
	margin-bottom: 30px;
	color: var(--color-white);
	font-family: OpenSans-Bold, Arial, Helvetica, sans-serif;
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
	line-height: 110px;
}

.error-not-found-404-text {
	font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.error-not-found-404-content {
		padding: 100px 10px;
	}

	#error-not-found .error-not-found-404-content h1 {
		font-size: 150px;
		line-height: 150px;
	}
}

@media (min-width: 992px) {
	.error-not-found-row {
		padding: 20px 50px 60px 50px;
	}
}

@media (min-width: 1024px) {
	.error-not-found-row {
		padding: 63px 50px 100px 50px;
		border-radius: 60px 60px 0 0;
	}

	#error-not-found h1 {
		font-size: 44px;
		line-height: 47px;
	}

	#error-not-found .empty-text {
		margin-bottom: 60px;
		color: var(--color-black);
		font-size: 20px;
		line-height: 24px;
	}

	#error-not-found .error-not-found-404-content h1 {
		font-size: 250px;
		line-height: 250px;
	}

	.error-not-found-404-text {
		font-size: 27px;
		line-height: 36px;
		margin-bottom: 60px;
	}
}

@media (min-width: 1600px) {
	#error-not-found h1 {
		font-size: 48px;
	}

	.error-not-found-404-content {
		padding: 270px 10px;
	}

	#error-not-found .error-not-found-404-content h1 {
		font-size: 300px;
		line-height: 300px;
	}
}