

/* Start:/local/components/rcparty/yarvet.events.list/templates/.default/style.css?17528344246249*/
.sections .section input[type="checkbox"] {
	display: none;
}
.sections .section label {
	display: block;
	width: 151px;
	font-size: 20px;
	padding: 5px 20px;
	margin: 0 38px 0 0;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	cursor: pointer;
}
.sections .section input[type="checkbox"]:checked + label {
	box-shadow: inset 0 3px 6px rgba(0,0,0,.3);
	color: #333;
}
.sections {
	display: flex;
	margin: 0 0 39px;
}
.prev-month,
.next-month {
	background-image: url(/local/components/rcparty/yarvet.events.list/templates/.default/images/arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 7px 14px;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 15px;
	cursor: pointer;
}
.yarvet-events-list-calendar {
	font-size: 20px;
	width: 505px;
	border-right: 1px solid #bbb;
}
.yarvet-events-list-detail {
	width: calc(100% - 505px);
	padding: 0 40px;
}
.next-month {
	transform: scaleX(-1);
}
.calendar {
	margin-left: 10px;
	margin-right: 70px;
}
.calendar-month-changer {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.week-day {
	text-align: center;
	color: #bbb;
}
.calendar-day {
	display: flex;
	align-items: center;
	justify-content: center;
}
.color-offline {
	background-color: #3DBDAC;
}
.color-online {
	background-color: #FFA000;
}
.selected-date-day,
.day {
	width: 48px;
	height: 48px;
	position: relative;
	text-align: center;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	overflow: hidden;
}
.day.colors-0 {
	color: #000;
}
.day:not(.colors-0) {
	cursor: pointer;
}
.selected-date-day span,
.day span {
	position: relative;
}
.selected-date-day span.color,
.day span.color {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.selected-date-day.colors-2 span.color:nth-child(2),
.day.colors-2 span.color:nth-child(2) {
	transform: rotate(-45deg);
	transform-origin: 50% 100%;
	height: 50%;
}
.calendar-table-line {
	display: flex;
	align-items: center;
	margin: 7px 0;
}
.calendar-table-line.week-days {
	margin-bottom: 18px;
}
.calendar-table-line > * {
	width: calc(100% / 7);
}
.yarvet-events-list {
	display: flex;
	margin-top: 18px;
}
.selected-date {
	font-size: 20px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.selected-date-month {
	margin-top: 4px;
}
.selected-date-day {
	width: 78px;
	height: 78px;
	font-size: 33px;
	margin: 0 auto;
}
.selected-date-line {
	display: flex;
	position: relative;
	justify-content: flex-end;
	align-items: center;
	height: 108px;
}
.events-list {
	min-height: calc(100% - 108px);
}
.events-list.empty-list {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 20px;
}
.event-item {
	position: relative;
	background-color: #EFEFEF;
	border-radius: 15px;
	margin: 20px 0;
	padding: 18px 28px;
}
.event-item-point {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
}
.event-item-link,
.event-item-place {
	margin-top: 7px;
}
.event-item-name,
.event-item-link,
.event-item-text,
.event-item-format,
.event-item-org,
.event-item-place {
	font-size: 16px;
}
.event-item-text {
	margin: 7px 0;
}
.event-item-text span,
.event-item-format span,
.event-item-org span {
	font-weight: 700;
}
.day.prev-month-day,
.day.next-month-day {
	color: #bbb;
}
#get-excel-modal .modal-text {
	text-align: center;
}
#get-excel-modal .modal-fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#get-excel-modal .modal-field {
	margin: 10px 5px;
}
#get-excel-modal .modal-field label {
	margin-right: 5px;
	text-align: center;
}
#get-excel-modal .modal {
	max-width: 450px;
}
#get-excel-modal .modal-header {
	padding-bottom: 10px;
	text-align: center;
}
#get-excel-modal .modal-body {
	padding-bottom: 20px;
}
#get-excel-modal .modal-title {
	font-size: 24px;
	color: #FFA000;
}
.modal-subtitle {
	margin: 20px 0 0 0;
	font-weight: 600;
}
#get_excel {
	margin-inline: auto;
}
@media (max-width: 1182px) {
	.selected-date,
	.sections .section label,
	.yarvet-events-list-calendar,
	.events-list.empty-list {
		font-size: 16px;
	}
	.yarvet-events-list {
		margin-top: 26px;
	}
	.sections {
		margin: 0 0 33px;
	}
	.sections .section label {
		width: 122px;
		margin: 0 32px 0 0;
		padding: 4px 15px;
		border-radius: 10px;
	}
	.yarvet-events-list-calendar {
		width: 406px;
	}
	.selected-date-day, .day {
		width: 38px;
		height: 38px;
	}
	.selected-date-day {
		width: 64px;
		height: 64px;
		font-size: 26px;
	}
	.yarvet-events-list-detail {
		width: calc(100% - 406px);
		padding: 0 0 0 34px;
	}
	.prev-month, .next-month {
		margin: 0 12px;
	}
	.calendar {
		margin-left: 3px;
		margin-right: 58px;
	}
	.calendar-month-changer {
		margin-bottom: 18px;
	}
	.calendar-table-line {
		margin: 6px 0;
	}
	.calendar-table-line.week-days {
		margin-bottom: 15px;
	}
	.event-item {
		margin: 4px 0 16px;
		padding: 15px 20px;
	}
	.event-item-point {
		display: none;
	}
	.event-item-name, 
	.event-item-link,
	.event-item-place {
		font-size: 12px;
	}
}
@media (max-width: 959px) {
	.yarvet-events-list {
		flex-direction: column;
	}
	.sections,
	.calendar {
		max-width: 345px;
		margin-left: auto;
		margin-right: auto;
	}
	.yarvet-events-list-calendar {
		border-right: none;
		width: 100%;
		padding-bottom: 25px;
		border-bottom: 1px solid #bbb;
	}
	.yarvet-events-list-detail {
		width: 100%;
		padding: 15px 0 0 0;
	}
}
@media (max-width: 694px) {
	.selected-date, 
	.sections .section label, 
	.yarvet-events-list-calendar, 
	.events-list.empty-list {
		font-size: 14px;
	}
	.selected-date-month {
		margin-top: 0;
	}
	.selected-date-line {
		height: 72px;
	}
	.selected-date-day {
		font-size: 18px;
	}
	.selected-date-day {
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
	.selected-date {
		left: 0;
		transform: translateX(0) translateY(-50%);
	}
}
/* End */
/* /local/components/rcparty/yarvet.events.list/templates/.default/style.css?17528344246249 */
