

/* Start:/local/templates/main/components/bitrix/news.calendar/main.new.calendar/style.css?17484324056185*/
.NewsCalendarBox .title-box {
	margin-bottom: 16px;
}

.news-calendar-container {
	max-width: 1110px;
	width: 100%;
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
}

.NewsCalendarTitle {
	font-size: 21px !important;
}

.container-md {
	padding: 0 !important; 
/* 	padding-top: 200px !important; */
}

.news-calendar {
	width: 350px;
	margin-bottom: 50px;
}

.NewsCalWeekend, .NewsCalToday, .NewsCalDefault, .NewsCalOtherMonth , .NewsCalHeader, .NewsCalMonthNav, .NewsCalDay, .NewsCalNews{
	font-size: 9pt;
	color:#000000;
}

.NewsCalTable {
	width: 100%;
}
.NewsCalToday{

}
.NewsCalDefault{
}
.NewsCalOtherMonth{
	color: #d3d3d3;
}
.NewsCalWeekend{
}

.newscalendar-tr {
	width: 100%;
	display: flex;
	position: relative;
}
.NewsCalItem {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	user-select: none;
	cursor: default;
	font-size: 16px;
	transition: all ease 0.4s;
}
.NewsCalItemHover:hover {
	background-color: #efefef;
}

.NewsCalHeader{
	color: #1e3250;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 500;
}

.NewsCalMonthNav{
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	width: 100%;
}

.NewsCalCurMonth {
	color: #4c6b8b;
	font-size: 20px;
}

.NewsCalDay{
	color:#000000;
}
.NewsCalDayOther{
	color:#365D91;
}

.NewsCalDays {
	border-bottom: 1px solid #4c6b8b;
}

.NewsPopover-container {
/* 	position: relative; */
}


.NewsPopover-arrow[data-day="1"] {
	left: calc(100% / 7 - 7% - 7px);
}
.NewsPopover-arrow[data-day="2"] {
	left: calc(100% / 7 * 2 - 7% - 7px);
}
.NewsPopover-arrow[data-day="3"] {
	left: calc(100% / 7 * 3 - 7% - 7px);
}
.NewsPopover-arrow[data-day="4"] {
	left: calc(100% / 7 * 4 - 7% - 7px);
}
.NewsPopover-arrow[data-day="5"] {
	left: calc(100% / 7 * 5 - 7% - 7px);
}
.NewsPopover-arrow[data-day="6"] {
	left: calc(100% / 7 * 6 - 7% - 7px);
}
.NewsPopover-arrow[data-day="7"] {
	left: calc(100% - 7% - 7px);
}
.NewsPopover-arrow {
	position: absolute;
	top: 3px;
	width: 14px;
	height: 14px;

	background-color: #f7f7f7;
	border: 1px solid #ebebeb;
	rotate: 45deg;
	z-index: 4;
}

.NewsPopover-content {
	display: block;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding-top: 10px;
	z-index: 11;
}

.NewsPopover-content__inside {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #ebebeb;
	z-index: 12;
}

.NewsPopover-content__header {
	background-color: #f7f7f7;
	color: #4c6b8b;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 10px 15px;
	font-weight: 500;
}

.NewsPopover-content__box {
	width: 100%;
	padding: 8px;
	color: #333333;
	font-size: 17px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: left;
}

.content-button {
	cursor: pointer;
	color: #333333 !important;
	padding: 10px 10px 10px 18px;
	text-decoration: none !important;
	background-opacity: 0.5;
	position: relative;
}
.watch-program-btn {
	font-size: 14px;
	margin-top: 10px;
	padding: 6px;
	text-transform: uppercase;
	color: white;
	background: #4C6B8B;
	width: 100%;
	text-align: center;
	position: relative;
	cursor: pointer;
	z-index: 10;
}
.watch-program-btn:hover {
	opacity: 0.8;
}

.NewsPopover-content-event {
	position: relative;
	font-size: 16px;
}

.event-mark {
	left: 6px;
	top: 8px;
	bottom: 8px;
	width: 4px;
	border-radius: 2px;
	position: absolute;
}

.event-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.1;
	border-radius: 0.2rem;
}

.content-button:hover .event-bg {
	opacity: 0.25;
}

.NewsPopover-container:hover .NewsPopover-content {
	visibility: visible;
	opacity: 1;
}

.NewsPopover-container.NewsPopoverShow .NewsPopover-content {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.NewsCalendarBox {
	width: calc(100% - 380px);
	border-left: 1px solid #e1e3e8;
	padding-left: 30px;
}

.NewsCalendarBox .filter-type-buttons {
	margin-bottom: 20px;
}

.upcomingevent__item {
	width: 100%;
}

.newsBoxList {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.news-calendar-preview {
	margin-top: 5px;
	padding-bottom: 10px;
}

.news-calendar-item {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 24px;
	cursor: pointer;
	position: relative;
}

.news-calendar-item-date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	background-color: #E5F0F8;
	min-width: 90px;
	width: 90px;
	height: 90px;
	color: #699CC6;
}
.news-calendar-item-date h2 {
	margin-bottom: 0px;
	font-size: 32px;
	line-height: 32px;
	font-weight: 400;
}
.news-calendar-item-date h3 {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.news-calendar-item-link {
	width: 100%;
	display: flex;
	position: relative;
	flex-direction: column;
}

.news-calendar-item-link h2 {
	font-size: 21px;
	font-family: 'Roboto';
	font-weight: 500;
}

.news-calendar-item-link:hover .event__title {
	color: #4c6b8b;
}

.event__title {
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-calendar-item__type {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
}


.event-type-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.calendar-title {
	font-size: 25px;
	font-weight: 500;
	color: #1e3250;
}

@media (max-width:900px) {
	.event__title {
		display: -webkit-box;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	}
	.NewsCalendarTitle {
		font-size: 17px !important;
	}
	.news-calendar {
		width: 100%;
		max-width: 595px;
	}
	.news-calendar-container {
		align-items: center;
		flex-direction: column;
		gap: 0;
	}
	.NewsCalendarBox {
		width: 100%;
		padding-left: 0;
		border-left: none;
		align-items: center;
	}
	.news-calendar {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width:550px) {
	.calendar-title {
		font-size: 22px;
	}
	.news-calendar-item-date {
		min-width: 80px;
		width: 80px;
		height: 90px;
	}
	.news-calendar-item {
		gap: 16px;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main.program/style.css?17459481921959*/
.swiper-pagination {
	margin-top: 24px;
	position: relative !important;
}

.swiper-pagination-bullet {
	border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
	background: #4C6B8B !important;
}

.myAcceleratorsSwiper {
	margin-bottom: 42px;
}

.accelerators-list {
	width: calc(100% + 15px);
	display: flex;
}

.accelerator-item {
	width: calc(100% / 3 - 15px);
	height: 450px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.accelerator-item:hover .accelerator-image {
	transform: scale(1.15);
}

.accelerator-item:hover .accelerator-item__btn {
	background-color: white !important;
	color: black;
}

.accelerator-item__content {
	width: calc(100% - 30px);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 3;
	position: relative;
	padding: 15px;
}

.accelerator-bg {
	z-index: 2;
	opacity: 0.85;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.accelerator-image {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	transition: 0.3s ease all;
}

.accelerator-item__name {
	display: flex;
	align-items: center;
	height: 100px;
	font-size: 20px;
	color: white;
	text-align: center;
	font-weight: 900;
	padding: 0 2px;
	line-height: 28px;
	margin-top: 32px;
}

.accelerator-item__preview {
	opacity: 0.98;
	display: flex;
	align-items: center;
	height: 70px;
	font-size: 17px;
	color: white;
	text-align: center;
	line-height: 16px;
	margin-top: 6px;
}

.accelerator-item__logo {
	width: 100%;
	height: 60px;
	margin-top: 20px;
	padding: 0 10px;
	object-fit: contain;
}

.accelerator-item__btn {
	margin-top: 52px;
	color: white;
	border: 1px solid white;
	padding: 10px 32px;
	transition: 0.3s ease all;
}

@media (max-width:1280px) {
  .accelerator-item:hover .accelerator-image {
	   transform: scale(1);
  }
}

@media (max-width:780px) {
  .myAcceleratorsSwiper {
		margin-bottom: 18px;
	}
}


/* End */
/* /local/templates/main/components/bitrix/news.calendar/main.new.calendar/style.css?17484324056185 */
/* /local/templates/main/components/bitrix/news.list/main.program/style.css?17459481921959 */
