.ob2__container {
	padding: 60px 30px 0 30px;
}

@media screen and (max-width: 600px) {
	.ob2__container {
		padding: 45px 0px 0 0px;
	}
}

.obd__floor_yandex {
	width: 100%;
	margin: 25px auto 50px auto;
}

.footer {
	display: none;
}

.main__conatiner {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.article__container {
	margin: 0 0 80px 0;
	max-width: 1200px;
	width: 100%;
}

.error__container {
	flex: 0.67;
}

.yandex__obd2 {
	width: 100%;
	margin: 35px auto;
}

.ads__container {
	flex: 0.3;
	position: relative;
}

@media screen and (min-width: 900px) {
	.ads__container {
		-webkit-box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
		-moz-box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
		box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
		padding: 10px;
	}
}

.ads__blocK {
	position: sticky;
	top: 20px;
}
.user-name {
	display: block;
}

.container {
	width: 100%;
}

.error__title {
	font-size: 28px;
	line-height: 32px;
	margin: 10px 0 25px 0;
	font-weight: 600;
	color: #333;
	text-wrap: balance;
}
.error__subtitle {
	text-align: center;
	font-size: 28px;
	line-height: 32px;
	color: #333;
	margin: 0 0 35px 0;
	text-wrap: balance;
}

@media screen and (min-width: 900px) {
	.error__title {
		font-size: 46px;
		line-height: 50px;
		color: #444;
	}
	.error__subtitle {
		text-align: center;
		font-size: 30px;
		line-height: 32px;
		color: #444;
		margin: 15px 0;
	}
}

.error__text,
.error__subtext {
	font-size: 18px;
	line-height: 24px;
}

.clamp {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.error__text h3 {
	margin: 0 0 15px 0;
}

.error__text p,
.obd__text p,
.error__subtext p {
	margin: 15px 0;
	color: oklch(0.446 0.043 257.281);
}

.error__text p strong {
	color: oklch(0.372 0.044 257.287);
}

.error-list {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin: 50px auto 55px;
}

.error-item {
	width: 100%;
	padding: 6px 15px;
	text-align: center;
	color: oklch(0.372 0.044 257.287);
	font-weight: 600;
	cursor: pointer;
	font-size: 28px;
	line-height: 28px;
	background-color: oklch(0.968 0.007 247.896);
	box-sizing: border-box;
	border: 1px solid oklch(0.869 0.022 252.894);
	border-radius: 4px;
	transition: all 0.25s ease-in-out;
}

.error-item:hover {
	-webkit-box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
	-moz-box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
}

@media (min-width: 800px) {
	.container {
		width: auto;
	}
}

@media screen and (max-width: 600px) {
	.main__conatiner {
		padding: 0 5px 0 8px;
		flex-direction: column;
		gap: 15px;
	}
}

