div.news-list {
	word-wrap: break-word;
}
div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}
.news-date-time {
	color: #486daa;
}
.section--border {
	border-bottom: 1px solid #cecece;
}
.section {
	padding: 80px 0;
}
.container {
	width: 100%;
	max-width: 1420px;
	padding: 0 20px;
	margin: 0 auto;
}
.section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin-bottom: 40px;
}
html:not(.bvi-panel) *,
html:not(.bvi-panel) ::after,
html:not(.bvi-panel) ::before {
	box-sizing: border-box;
}
.section-calendar__inner {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 30px;
}

.section-calendar__content {
	grid-column: 7 span;
	border: 1px solid #cecece;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}
.swiper-horizontal {
	touch-action: pan-y;
}
<style > .swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}
.section-calendar__slider {
	width: 100%;
	flex: 1 1 auto;
	background-color: #cecece;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}
.section-calendar__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 20px;
	column-gap: 20px;
	padding: 17px 20px;
	border-top: 1px solid #cecece;
}
.btn-reset {
	font-weight: 400;
}
.section-calendar__slider-next,
.section-calendar__slider-prev {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	transition: opacity 0.2s ease-in-out;
}
.btn-reset {
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	text-align: left;
}

button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}
.calendar__slider-prev > .icon {
	width: 100%;
	height: 100%;
	fill: #909090;
	transition: fill 0.2s ease-in-out;
}
.section-calendar__slider-pagination.swiper-pagination-lock {
	display: none;
}
.section-calendar__slider-next.swiper-button-disabled,
.section-calendar__slider-prev.swiper-button-disabled {
	opacity: 0.5;
	pointer-events: none;
}
.section-calendar__slider-cover {
	background-color: #fff;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 25px 30px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease-in-out;
}
.section-calendar__slider-cover > svg {
	position: absolute;
	right: 30px;
	bottom: 25px;
	width: 40px;
	height: 40px;
	fill: #252525;
}

.section-calendar__inner {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 30px;
}
@media screen and (max-width: 1259px) {
	.section-calendar__inner {
		grid-template-columns: repeat(5, 1fr);
		gap: 20px;
	}
}
@media screen and (max-width: 991px) {
	.section-calendar__inner {
		grid-template-columns: repeat(1, 1fr);
	}
}
.section-calendar__wrap {
	grid-column: 5 span;
}
@media screen and (max-width: 1259px) {
	.section-calendar__wrap {
		grid-column: 2 span;
	}
}
@media screen and (max-width: 991px) {
	.section-calendar__wrap {
		grid-column: 1 span;
	}
}
.section-calendar__content {
	grid-column: 7 span;
	border: 1px solid #cecece;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}
@media screen and (max-width: 1259px) {
	.section-calendar__content {
		grid-column: 3 span;
	}
}
@media screen and (max-width: 991px) {
	.section-calendar__content {
		grid-column: 1 span;
	}
}
.section-calendar__slider {
	width: 100%;
	flex: 1 1 auto;
	background-color: #cecece;
}
.section-calendar__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	padding: 17px 20px;
	border-top: 1px solid #cecece;
}
@media screen and (max-width: 1259px) {
	.section-calendar__controls {
		padding: 13px 20px;
	}
}
.section-calendar__slider-prev,
.section-calendar__slider-next {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	transition: opacity 0.2s ease-in-out;
}
@media (any-hover: hover) {
	.section-calendar__slider-prev:hover > .icon,
	.section-calendar__slider-next:hover > .icon {
		fill: #1579c1;
	}
}
.section-calendar__slider-prev > .icon,
.section-calendar__slider-next > .icon {
	width: 100%;
	height: 100%;
	fill: #909090;
	transition: fill 0.2s ease-in-out;
}
.section-calendar__slider-prev.swiper-button-disabled,
.section-calendar__slider-next.swiper-button-disabled {
	opacity: 0.5;
	pointer-events: none;
}
.section-calendar__slider-pagination {
	flex: 1 1 auto;
	max-width: 264px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e6e6e6;
	border-radius: 2px;
	overflow: hidden;
}
.section-calendar__slider-pagination .swiper-pagination-bullet {
	flex: 1;
	height: 3px;
	border-radius: 2px;
	cursor: pointer;
	margin: 0 !important;
}
.section-calendar__slider-pagination .swiper-pagination-bullet-active {
	background-color: #1579c1;
}
.section-calendar__slider-pagination.swiper-pagination-lock {
	display: none;
}
.section-calendar__slider-cover {
	background-color: #fff;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 25px 30px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
	.section-calendar__slider-cover {
		padding: 16px;
	}
}
.section-calendar__slider-cover > p {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.section-calendar__slider-cover > p {
		font-size: 20px;
	}
}
.section-calendar__slider-cover > svg {
	position: absolute;
	right: 30px;
	bottom: 25px;
	width: 40px;
	height: 40px;
	fill: #252525;
}
@media screen and (max-width: 767px) {
	.section-calendar__slider-cover > svg {
		width: 30px;
		height: 30px;
	}
}
.section-calendar__slider-cover.is-visible {
	opacity: 1;
	pointer-events: initial;
}
.calendar-inline .air-datepicker.-inline- {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	border-radius: 20px;
	border: 1px solid #cecece;
	overflow: hidden;
}
.calendar-inline .air-datepicker-nav {
	border-bottom: 1px solid #cecece;
	padding: 12px 20px;
	align-items: center;
	min-height: 0;
	column-gap: 20px;
}
@media screen and (max-width: 1259px) {
	.calendar-inline .air-datepicker-nav {
		padding: 10px 20px;
	}
}
.calendar-inline .air-datepicker-nav--action {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}
.calendar-inline .air-datepicker-nav--action:hover {
	background-color: transparent;
}
.calendar-inline .air-datepicker-nav--action:hover path {
	fill: #004684;
}
.calendar-inline .air-datepicker-nav--action > svg {
	width: 100%;
	height: 100%;
}
.calendar-inline .air-datepicker-nav--action path {
	fill: #909090;
	transition: fill 0.2s ease-in-out;
	stroke: none;
	stroke-width: initial;
}
.calendar-inline .air-datepicker-nav--title {
	padding: 0;
	color: #252525;
	font-size: 32px;
	font-weight: 500;
	transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 1259px) {
	.calendar-inline .air-datepicker-nav--title {
		font-size: 26px;
	}
}
.calendar-inline .air-datepicker-nav--title:hover {
	background-color: transparent;
	color: #004684;
}
.calendar-inline .air-datepicker--content {
	padding: 0;
}
.calendar-inline .air-datepicker-body--cells {
	grid-auto-rows: initial !important;
	background-color: #cecece;
	gap: 1px;
}
@media screen and (max-width: 991px) {
	.calendar-inline .air-datepicker-body--cells.-months- {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 991px) {
	.calendar-inline .air-datepicker-body--cells.-months- {
		grid-template-columns: repeat(3, 1fr);
	}
}
.calendar-inline .air-datepicker-body--cells.-years- {
	grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
	.calendar-inline .air-datepicker-body--cells.-years- {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 991px) {
	.calendar-inline .air-datepicker-body--cells.-years- {
		grid-template-columns: repeat(3, 1fr);
	}
}
.calendar-inline .air-datepicker-cell {
	background-color: #fff;
	border-radius: 0;
	color: #252525;
	font-size: 19px;
	padding: 17px 20px;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media screen and (max-width: 1259px) {
	.calendar-inline .air-datepicker-cell {
		font-size: 17px;
	}
}
@media screen and (max-width: 991px) {
	.calendar-inline .air-datepicker-cell {
		padding: 14px 20px;
	}
}
@media screen and (max-width: 575px) {
	.calendar-inline .air-datepicker-cell {
		padding: 12px 10px;
	}
}
.calendar-inline .air-datepicker-cell.-focus- {
	background-color: #fff;
	color: #004684;
}
.calendar-inline .air-datepicker-cell.-current- {
	color: #004684;
	background-color: #fff;
}
.calendar-inline .air-datepicker-cell.-current-.-focus- {
	color: #004684;
}
.calendar-inline .air-datepicker-cell.-selected- {
	color: #fff;
	background-color: #004684;
}
.calendar-inline .air-datepicker-cell.-selected-.-focus- {
	background-color: #004684;
}
.calendar-inline .air-datepicker-cell.-current-.-selected- {
	color: #fff;
	background-color: #004684;
}
.calendar-inline .air-datepicker-cell.-current-.-selected-.-focus- {
	color: #fff;
}

.card-event {
	background-color: #fff;
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	padding: 25px;
	row-gap: 15px;
}
@media screen and (max-width: 1259px) {
	.card-event {
		padding: 20px;
		row-gap: 20px;
	}
}
@media screen and (max-width: 991px) {
	.card-event {
		min-height: 200px;
	}
}
.card-event__title {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.3;
	color: #252525;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
@media screen and (max-width: 1259px) {
	.card-event__title {
		font-size: 17px;
	}
}
@media (any-hover: hover) {
	.card-event__title:hover {
		color: #004684;
		text-decoration: none;
	}
}
.card-event__wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	row-gap: 5px;
	margin-top: auto;
}
.card-event__date {
	color: #004684;
	font-size: 19px;
}
@media screen and (max-width: 1259px) {
	.card-event__date {
		font-size: 18px;
	}
}
.card-event__time {
	color: #004684;
	font-size: 19px;
	font-weight: 600;
}
@media screen and (max-width: 1259px) {
	.card-event__time {
		font-size: 18px;
	}
}
.section-calendar__controls:has(.swiper-pagination-lock) {
	display: none;
}
