.srt-timetable,
.srt-list {
	display: grid;
	gap: 18px;
	margin: 24px 0;
}

.srt-day {
	border-top: 1px solid #d8dedc;
	padding-top: 14px;
}

.srt-day__header {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.srt-day__name {
	color: #1c3436;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.srt-day__date {
	color: #647171;
	font-size: 14px;
	line-height: 1.35;
}

.srt-day__events {
	display: grid;
	gap: 10px;
}

.srt-event {
	background: #fff;
	border: 1px solid #dfe6e4;
	border-left: 5px solid #2f6f73;
	border-radius: 6px;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(74px, 104px) 1fr;
	padding: 14px 16px;
}

.srt-event__time {
	color: #214b4f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.srt-event__title {
	font-size: 17px;
	line-height: 1.3;
	margin: 0 0 4px;
}

.srt-event__title a {
	color: #172f32;
	text-decoration: none;
}

.srt-event__title a:hover,
.srt-event__title a:focus {
	text-decoration: underline;
}

.srt-event__meta {
	color: #61706f;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 4px 14px;
	line-height: 1.35;
}

.srt-event__excerpt {
	color: #354141;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 8px;
}

.srt-event__excerpt p {
	margin: 0 0 8px;
}

.srt-empty {
	color: #647171;
	margin: 20px 0;
}

.srt-widget-events {
	display: grid;
	gap: 58px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.srt-widget-event {
	align-items: start;
	background: transparent;
	border: 0;
	color: #172f32;
	display: grid;
	gap: 38px;
	grid-template-columns: 96px minmax(0, 1fr);
	line-height: 1.4;
	padding: 0;
	text-decoration: none;
}

.srt-widget-event:hover,
.srt-widget-event:focus {
	background: transparent;
	color: #172f32;
	text-decoration: none;
}

.srt-widget-datebox {
	color: #30333d;
	display: block;
	line-height: 1;
	padding-top: 1px;
	text-align: left;
}

.srt-widget-month,
.srt-widget-year {
	display: block;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
}

.srt-widget-day {
	display: block;
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 6px 0 8px;
}

.srt-widget-content {
	display: block;
	min-width: 0;
}

.srt-widget-title {
	display: block;
	color: #30333d;
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin-top: 28px;
}

.srt-widget-time,
.srt-widget-location,
.srt-widget-description {
	color: #8c8d91;
	display: block;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1.45;
}

.srt-widget-location {
	font-weight: 700;
	margin-top: 26px;
}

.srt-widget-description {
	font-weight: 400;
	margin-top: 44px;
}

.srt-widget-time {
	font-weight: 400;
}

.srt-calendar {
	background: #fff;
	border: 1px solid #d7dfdc;
	margin: 28px 0;
}

.srt-calendar__toolbar {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr auto 1fr;
	padding: 16px 18px;
}

.srt-calendar__nav,
.srt-calendar__views {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.srt-calendar__views {
	justify-content: flex-end;
}

.srt-calendar__current {
	color: #172f32;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}

.srt-calendar__button {
	background: #fff;
	border: 1px solid #d9e2df;
	border-radius: 3px;
	color: #172f32;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	padding: 9px 12px;
}

.srt-calendar__button:hover,
.srt-calendar__button:focus,
.srt-calendar__button.is-active {
	background: #2f6f73;
	border-color: #2f6f73;
	color: #fff;
}

.srt-calendar-grid {
	border-top: 1px solid #d7dfdc;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.srt-calendar-grid__weekday {
	background: #f6f8f7;
	border-bottom: 1px solid #d7dfdc;
	border-right: 1px solid #d7dfdc;
	color: #425152;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 11px 8px;
	text-align: center;
	text-transform: uppercase;
}

.srt-calendar-grid__weekday:nth-child(7) {
	border-right: 0;
}

.srt-calendar-grid__day {
	background: #fff;
	border-bottom: 1px solid #d7dfdc;
	border-right: 1px solid #d7dfdc;
	min-height: 128px;
	padding: 8px;
}

.srt-calendar-grid__day:nth-child(7n + 7) {
	border-right: 0;
}

.srt-calendar-grid__day.is-muted {
	background: #fbfcfc;
}

.srt-calendar-grid__day.is-today,
.srt-calendar-week__day.is-today {
	box-shadow: inset 0 0 0 2px #2f6f73;
}

.srt-calendar-grid__date {
	color: #172f32;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 7px;
}

.srt-calendar-grid__day.is-muted .srt-calendar-grid__date {
	color: #a2adaa;
}

.srt-calendar-grid__events,
.srt-calendar-week__events {
	display: grid;
	gap: 4px;
}

.srt-calendar-event {
	background: #eef5f3;
	border-left: 3px solid #2f6f73;
	border-radius: 3px;
	color: #172f32;
	display: block;
	font-size: 12px;
	line-height: 1.25;
	overflow: hidden;
	padding: 5px 6px;
	text-decoration: none;
}

.srt-calendar-event:hover,
.srt-calendar-event:focus {
	background: #edf4f2;
	color: #172f32;
	text-decoration: none;
}

.srt-calendar-event__title,
.srt-calendar-event__meta,
.srt-calendar-event__description {
	display: block;
}

.srt-calendar-event__title {
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.srt-calendar-event__meta,
.srt-calendar-event__description {
	color: #61706f;
	font-size: 11px;
	margin-top: 2px;
}

.srt-calendar-week {
	border-top: 1px solid #d7dfdc;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.srt-calendar-week__day {
	background: #fff;
	border-right: 1px solid #d7dfdc;
	min-height: 180px;
	padding: 10px;
}

.srt-calendar-week__day:last-child {
	border-right: 0;
}

.srt-calendar-week__day header {
	display: block;
	margin-bottom: 10px;
}

.srt-calendar-week__day header span {
	color: #172f32;
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.srt-calendar-week__day header strong {
	color: #61706f;
	display: block;
	font-size: 20px;
	line-height: 1.2;
	margin-top: 3px;
}

.srt-calendar-year {
	border-top: 1px solid #d7dfdc;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.srt-calendar-year__month {
	background: #fff;
	border-bottom: 1px solid #d7dfdc;
	border-right: 1px solid #d7dfdc;
	padding: 14px;
}

.srt-calendar-year__month:nth-child(3n) {
	border-right: 0;
}

.srt-calendar-year__month header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.srt-calendar-year__month header span {
	color: #172f32;
	font-size: 17px;
	font-weight: 700;
}

.srt-calendar-year__month header em {
	background: #f4f7f6;
	border-radius: 999px;
	color: #61706f;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	min-width: 28px;
	padding: 4px 8px;
	text-align: center;
}

.srt-calendar-year__day {
	border-top: 1px solid #edf1f0;
	display: grid;
	gap: 8px;
	grid-template-columns: 42px minmax(0, 1fr);
	padding: 9px 0;
}

.srt-calendar-year__day strong {
	color: #172f32;
	font-size: 14px;
}

.srt-calendar-year__events {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.srt-calendar-year__events .srt-calendar-event {
	min-width: 0;
	width: 100%;
}

.srt-calendar__empty {
	color: #879190;
	font-size: 13px;
}

@media (max-width: 560px) {
	.srt-event {
		grid-template-columns: 1fr;
		padding: 13px 14px;
	}

	.srt-widget-event {
		gap: 18px;
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.srt-widget-month,
	.srt-widget-year {
		font-size: 13px;
	}

	.srt-widget-day {
		font-size: 32px;
	}

	.srt-widget-title {
		font-size: 24px;
		margin-top: 14px;
	}

	.srt-widget-time,
	.srt-widget-location,
	.srt-widget-description {
		font-size: 16px;
	}

	.srt-widget-location {
		margin-top: 16px;
	}

	.srt-widget-description {
		margin-top: 24px;
	}

	.srt-calendar__toolbar {
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.srt-calendar__current {
		text-align: left;
	}

	.srt-calendar__views {
		justify-content: flex-start;
	}

	.srt-calendar-grid {
		display: block;
	}

	.srt-calendar-grid__weekday {
		display: none;
	}

	.srt-calendar-grid__day {
		border-bottom: 1px solid #d7dfdc;
		border-right: 0;
		min-height: 0;
	}

	.srt-calendar-grid__day.is-muted {
		display: none;
	}

	.srt-calendar-year {
		grid-template-columns: 1fr;
	}

	.srt-calendar-week {
		display: block;
	}

	.srt-calendar-week__day {
		border-bottom: 1px solid #d7dfdc;
		border-right: 0;
		min-height: 0;
	}

	.srt-calendar-year__month,
	.srt-calendar-year__month:nth-child(3n) {
		border-right: 0;
	}
}
