<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.not-found {
	padding-top: calc(128px + 96px);
	padding-bottom: 400px;

	background: url(../images/404/404.svg) center top calc(128px + 96px) / 1844px no-repeat;
	position: relative;
	overflow: hidden;
}


.not-found-bg {
	position: absolute;
	z-index: 1;
	bottom: -360px;
	left: 50%;
	transform: translateX(-50%);
	width: 1800px;
	max-width: none;
	height: auto;
}

.container {
}
.not-found-content {
	text-align: center;
	position: relative;
	z-index: 2;
}
.not-found-title {
	font-size: 60px;
}
.not-found-text {
	font-size: 20px;
	margin-top: 20px;
}
.not-found-links {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	font-size: 18px;
	max-width: 598px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FBFCFD;
	border-radius: 96px;
	border: 7px solid rgba(255, 255, 255, 0.8);
	padding: 20px 40px;
	box-sizing: border-box;
	box-shadow: 0 24px 100px rgba(15, 19, 27, 0.1);
}
.not-found-links-item {
	flex-basis: calc( (100% - 20px) / 2 );
}


.not-found-links-item a {
	color: #313C4E;
	text-decoration: none;
	transition: .3s;
}

.not-found-links-item a:hover {
	color: #F0A93B;
}



@media(max-width: 1280px) {
	.not-found {
		background-size: 100%;
	}
	.not-found-title {
		font-size: 38px;
	}
}

@media(max-width: 767.98px) {
	.not-found-text {
		font-size: 15px;
	}
	.not-found-links {
		margin-top: 40px;
		font-size: 13px;
		
	}
	.not-found {
		background-position: center top calc(50% + 110px);
		padding-bottom: 380px;
		padding-top: calc(86px + 96px);
	}
	.not-found-bg {
		width: 1188px;
		bottom: -180px;
	}
}</pre></body></html>