.TableItems {
	display: block;
	padding: 20px;
}

.TableItems__Heading {
	margin: 0 0 24px;
	text-align: center;
	font-family: AvenirNextCyr-Bold, Arial, sans-serif;
	color: #0b0b0b;
	font-size: 24px;
	line-height: 1.2;
}
.TableItems__HeadingLink {
	text-decoration: none;
	color: inherit;
}

.TableItems__Caption {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.TableItems__TableWrapper {
	width: 100%;
	overflow-x: auto;
}

.TableItems__Table {
	width: 100%;
	border-collapse: collapse;
	font-family: AvenirNextCyr-Medium, Arial, sans-serif;
	font-size: 18px;
	color: #3c3e43;
}

.TableItems__HeadRow {
	background: transparent;
}
.TableItems__HeadCell {
	padding: 16px 16px;
	text-align: left;
	font-family: AvenirNextCyr-Medium, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #6c757d;
	border-bottom: 1px solid #ececec;
}

.TableItems__Row {
	background-color: #f5f5f7;
}
.TableItems__Row:nth-child(2n) {
	background-color: #ffffff;
}
.TableItems__Row:hover {
	background-color: #ececef;
	transition: background-color 0.2s ease-in;
}

.TableItems__Cell {
	padding: 16px 16px;
	vertical-align: middle;
	font-size: 18px;
	color: #3c3e43;
}
/* Сброс дефолтного <th scope="row">: bold/центр оставляем за нашим CSS */
th.TableItems__Cell {
	text-align: left;
	font-weight: 400;
}

.TableItems__Cell_place {
	width: 60px;
	color: #3c3e43;
}
.TableItems__HeadCell_place {
	width: 60px;
}
.TableItems__HeadCell.TableItems__HeadCell_place,
.TableItems__Cell.TableItems__Cell_place {
	text-align: center;
}
.TableItems__Place {
	font-family: AvenirNextCyr-Bold, Arial, sans-serif;
	font-weight: 700;
}

.TableItems__NameLink {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	text-decoration: none;
	color: inherit;
}
.TableItems__NameLink:hover .TableItems__Name {
	color: #795fd0;
}
.TableItems__ImageBox {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 130px;
	height: 90px;
}
.TableItems__Image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 130px;
	max-height: 90px;
	object-fit: contain;
}
.TableItems__Name {
	font-family: AvenirNextCyr-Bold, Arial, sans-serif;
	font-size: 18px;
	color: #3c3e43;
	transition: color 0.2s ease-in;
}

.TableItems__Cell_rating .StarList {
	justify-content: flex-start;
	padding-bottom: 0;
}
.TableItems__Cell_rating .StarList__List {
	justify-content: flex-start;
}

.TableItems__Cell_reviews,
.TableItems__Cell_approval {
	color: #3c3e43;
	font-size: 18px;
}

@media (max-width: 1080px) {
	.TableItems__HeadCell,
	.TableItems__Cell {
		padding: 12px 10px;
		font-size: 16px;
	}
	.TableItems__Cell_reviews,
	.TableItems__Cell_approval,
	.TableItems__Name {
		font-size: 16px;
	}
	.TableItems__NameLink {
		gap: 10px;
	}
}

@media (max-width: 768px) {
	.TableItems {
		padding: 10px 0;
	}
	.TableItems__Heading {
		margin: 0 0 16px;
		font-size: 20px;
	}
	.TableItems__HeadCell {
		padding: 10px 0;
		font-size: 14px;
	}
	.TableItems__Cell {
		padding: 10px 0;
		font-size: 14px;
	}
	.TableItems__HeadCell.TableItems__HeadCell_place,
	.TableItems__HeadCell.TableItems__HeadCell_name,
	.TableItems__HeadCell.TableItems__HeadCell_rating,
	.TableItems__HeadCell.TableItems__HeadCell_reviews,
	.TableItems__HeadCell.TableItems__HeadCell_approval {
		padding: 10px 8px;
	}
	.TableItems__Cell.TableItems__Cell_name {
		padding: 10px 6px;
	}
	.TableItems__HeadCell.TableItems__HeadCell_name {
		width: 35%;
	}
	.TableItems__Cell.TableItems__Cell_place {
		padding: 10px 4px;
	}
	.TableItems__Cell.TableItems__Cell_reviews,
	.TableItems__Cell.TableItems__Cell_approval {
		text-align: center;
	}
	.TableItems__Cell_place {
		width: 32px;
	}
	.TableItems__HeadCell_place {
		width: 32px;
	}
	.TableItems__ImageBox {
		width: 80px;
		height: 60px;
		justify-content: flex-start;
	}
	.TableItems__Image {
		max-width: 80px;
		max-height: 60px;
	}
	.TableItems__Name {
		font-size: 14px;
		line-height: 1.2;
		text-align: left;
		word-break: normal;
		overflow-wrap: anywhere;
		hyphens: auto;
	}
	.TableItems__NameLink {
		display: inline-flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 6px;
		max-width: 100%;
	}
}
