

/* 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.list/main.program/style.css?17459481921959 */
