#breadcrumbs {
	font-size: 16px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	max-width: 1320px;
	height: 30px;
	width: 100%;
	margin: 0px auto;
	border-radius: 10px;
}

#breadcrumbs ul {
	display: flex;
	list-style-type: none;
}
#breadcrumbs li:not(:last-child)::after {
	color: #444444;
	content: '›';
	margin: 0px 10px;
}
#breadcrumbs a {
	color: #444444;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#breadcrumbs div {
	color: #444444;
}
main {
	display: flex;
	flex-direction: row-reverse;
	max-width: 1320px;
	width: 100%;
	align-items: stretch;
	margin: 0px auto;
}
aside,
.c1 {
	margin-top: 5px;
}
.c1 {
	width: 74.69697%; /* 986/1320 */
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.c1 h1 {
	font-size: 30px;
	padding: 0 20px;
}

.c1 p {
	font-size: 17px;
	padding: 10px 20px 0 20px;
	margin: 0;
}

.c1 ul {
	font-size: 16px;
	padding: 10px 20px 0 20px;
}

.c1 ul li {
	margin: 2px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.c1 ol {
	font-size: 16px;
	padding: 6px 20px 0 40px;
}

.c1 ol li {
	margin: 4px 0;
}

.c1 a {
	color: #000;
}
.c1 a:hover {
	color: #4d6dda;
}

.c1 .icon {
	width: 16px;
	height: 16px;
	margin-right: 6px;
	background-size: 16px;
	border-radius: 15px;
}

h2 {
	background-color: #dedede;
	border-radius: 5px;
	font-size: 22px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 4px 8px;
	counter-increment: section;
	position: relative;
}

h2::before {
	content: counter(section) '. ';
	font-weight: bold;
	font-size: 24px;
	margin-right: 5px;
}

.remove::before {
	content: '';
	margin-right: 0px;
}

.control {
	list-style-type: disc;
	display: block !important;
	margin-left: 20px;
}

.control li {
	display: list-item !important;
}

img {
	max-width: calc(100% - 40px);
	margin: 20px auto;
}

.avatar-info {
	display: flex;
	align-items: stretch;
}
.avatar-info div {
	width: 44%;
	background-color: #f0efef;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 0;
}
.avatar-info div h1 {
	position: relative;
	padding-left: 56px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
.avatar-info div p {
	padding-right: 10px;
	color: green;
	padding-top: 5px;
}
.avatar-info div h1:before {
	content: '';
	background: url('/img/steam.svg');
	width: 30px;
	height: 30px;
	background-size: 30px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#av-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #eeeeee;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 56%;
	color: #444444;
	border-left: 1px solid #dedede;
}

.avatars {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
}
.avatars a {
	display: flex;
	box-sizing: border-box;
	height: 184px;
	width: 184px;
	margin: 10px;
	background-color: #eeeeee;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}
.avatars img {
	box-sizing: border-box;
	margin: 0;
	border-radius: 4px;
	max-width: 100%;
	height: auto;
}

.hn {
	display: flex;
	background-color: #dedede;
	align-items: center;
	padding-right: 20px;
	border-radius: 5px;
	margin-left: 20px;
}
.hn img {
	margin: 8px 6px;
}

.nicknames {
	padding: 20px;
	max-width: calc(100% - 40px);
	overflow-x: scroll;
}

.nicknames table {
	border-collapse: collapse;
	border: 1px solid rgb(230, 230, 230);
	background: #fdfdfd;
	font-size: 15px;
}

.nicknames td,
.nicknames th {
	border: 1px solid rgb(230, 230, 230);
	padding: 5px;
	text-align: center;
}

section figure {
	position: relative;
	margin: 20px;
	width: 100%;
	display: flex;
	height: 150px;
}
section figure h3 {
	width: calc(100% - 40px);
	font-size: 30px;
	background-color: rgba(0, 0, 0, 0.65);
	position: absolute;
	color: #fff;
	height: 70px;

	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px 8px 0 0;
}

section figure img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* или contain — в зависимости от желаемого эффекта */
	display: block;
	border-radius: 8px;
}

@media screen and (max-width: 1090px) {
	main {
		flex-direction: column;
		overflow-x: hidden;
	}
	.c1 {
		width: 100% !important;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 610px) {
	#breadcrumbs {
		height: auto;
	}
	#breadcrumbs ul {
		flex-direction: column;
	}
}
