/* Шрифты */
@font-face {
	font-family: 'Sen';
	src: url(./fonts/Sen-Regular.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sen';
	src: url(./fonts/Sen-Bold.woff2) format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body {
	background-color: #ffffff;
	font-family: 'Sen', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #afafaf;
	line-height: 1.1;
}

.container {
	max-width: 375px;
	margin: 0 auto;
}

.information-block__title {
	font-weight: 400;
	font-size: 17px;
	line-height: 1.3;
	color: #181c2e;
	margin-bottom: 45px;
}

.information-block__filter-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.information-block__filter-item {
	color: #32343e;
}

.information-block__filter-item--active {
	font-weight: 700;
	color: #34a354;
	border-bottom: 3px solid #34a354;
}

.information-block__data {
	color: #34a354;
	font-weight: 700;
}

.information-card {
	width: 327px;
	height: 102px;
	background-color: #fdfdfd;
	border-radius: 30px;
	border: 1px solid #e8eaed;
	padding: 12px;
	margin-bottom: 20px;
}

.information-card__title {
	font-size: 14px;
	font-weight: 700;
	color: #32343e;
	margin-bottom: 12px;
}

.information-card__link {
	display: block;
	text-decoration: none;
	color: #afafaf;
	margin-bottom: 12px;
}

.information-card__filter {
	padding: 1px 12px;
	border: none;
	border-radius: 30px;
	margin-bottom: 12px;
}
.information-card__filter--announcement {
	color: #4280ef;
	background-color: rgba(66, 128, 239, 0.2);
}
.information-card__filter--exam {
	color: #e54336;
	background-color: rgba(229, 67, 54, 0.2);
}
.information-card__filter--credit {
	color: #f5b704;
	background-color: rgba(245, 183, 4, 0.2);
}

.information-card__location {
	display: flex;
	gap: 10px;
}

.information-card__location-time span {
	font-weight: 700;
	color: #32343e;
}

.information-card__location-classroom span {
	font-weight: 700;
	color: #32343e;
}
