/*
#sideElementsWrapper aside>div,
#sideBar .ads>div{
	border-top: solid #ddd 1px;
}

#sideElementsWrapper aside>div:first-child,
#sideBar .ads>div:first-child{
	border-top: none;
}
*/

#sideElementsWrapper aside ul,
#sideBar .ads ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sideElementsWrapper aside .contest,
#sideElementsWrapper aside ul li,
#sideBar .ads .eventTitle {
	margin: .6em -1em;
	text-align: center;
	font-weight: bold;
	padding: .3em 1em;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#sideBar .ads .eventDates{
	font-weight: normal;
	font-size: .8em;
}

#sideElementsWrapper aside .contest,
#sideElementsWrapper aside ul li{
	background-color: rgba(255, 255, 255, .5);
}

#sideElementsWrapper aside ul li span{
	display: block;
	font-weight: normal;
	font-size: .8em;
}

.publicNoticesWidget {
	margin-top: .75rem;
}

.publicNoticesWidgetSlider {
	margin-bottom: 3rem;
	position: relative;
}

.publicNoticesWidgetSlider:not(.slick-initialized) .publicNoticeWidgetItem:not(:first-child) {
	display: none;
}

.publicNoticeWidgetItem {
	background: rgba(255, 255, 255, .5);
	padding-bottom: .85rem;
	text-align: center;
}

.publicNoticeWidgetImage {
	display: block;
	margin-bottom: .5rem;
}

.publicNoticeWidgetImage img {
	height: auto;
	margin: 0 auto;
	max-height: 170px;
	object-fit: contain;
	width: auto;
}

.publicNoticeWidgetTitle {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.publicNoticeWidgetArrow {
	align-items: center;
	background: #fff;
	border: 1px solid #ddd;
	bottom: -2.5rem;
	color: #be2d33;
	display: flex;
	font-size: 1.75rem;
	height: 36px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	width: 36px;
	z-index: 2;
}

.publicNoticeWidgetArrow:hover {
	background: #be2d33;
	color: #fff;
}

.publicNoticeWidgetArrow:focus-visible {
	outline: 3px solid #be2d33;
	outline-offset: 2px;
}

.publicNoticeWidgetPrev {
	right: 38px;
}

.publicNoticeWidgetNext {
	right: 0;
}

.publicNoticesWidgetAll {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
