.rep-hub {
	--rep-text: #000;
	--rep-surface: #f9f9f9;
	--rep-border: #dde4ea;
	--rep-teal: #006089;
	--rep-radius: 4px;
	max-width: 100%;
	margin: 0;
	padding: 0 0 48px;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.45;
	color: var(--rep-text);
	box-sizing: border-box;
}

.rep-hub *,
.rep-hub *::before,
.rep-hub *::after {
	box-sizing: inherit;
}

.rep-hub-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.rep-hub-menu-box {
	background: #fff;
	border: 1px solid var(--rep-border);
	border-radius: var(--rep-radius);
	padding: 14px 14px 12px;
	margin-bottom: 12px;
	overflow-wrap: break-word;
	word-break: break-word;
}

.rep-hub-picks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 2px 0 0;
}

.rep-hub-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	gap: 10px;
	min-width: 0;
	padding: 18px 12px 16px;
	text-decoration: none !important;
	color: var(--rep-text) !important;
	background: var(--rep-surface);
	border: 2px solid var(--rep-border);
	border-radius: 10px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
	transition: border-color 0.15s, background 0.15s, box-shadow 0.15s, color 0.15s;
}

.rep-hub-card:hover {
	border-color: var(--rep-teal);
	background: #fff;
	box-shadow: 0 4px 14px -6px rgba(0, 96, 137, 0.35);
	color: var(--rep-teal) !important;
}

.rep-hub-card:focus-visible {
	outline: none;
	border-color: var(--rep-teal);
	box-shadow: 0 0 0 2px var(--rep-teal);
}

.rep-hub-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid var(--rep-border);
	color: var(--rep-teal);
}

.rep-hub-card:hover .rep-hub-card__icon {
	border-color: rgba(0, 96, 137, 0.35);
}

.rep-hub-card__svg {
	display: block;
	width: 40px;
	height: 40px;
}

.rep-hub-card__label {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
}

.rep-hub-card__desc {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	color: #687385;
}

@media screen and (max-width: 720px) {
	.rep-hub-picks {
		grid-template-columns: 1fr;
	}
}

.rep-hub-students {
	padding-top: 0;
}

.rep-hub-students .otchet-card {
	margin-bottom: 0;
}
