

/* Start:/local/templates/main/components/bitrix/news.detail/announcements.detail/style.css?17836959834519*/
.project-name {
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
}

.event-project {
	margin-bottom: 10px;
}

.program-title__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.block-title {
	color: rgba(30, 50, 90, 1);
	margin-bottom: 14px;
	line-height: 32px;
}

.block-separator {
	margin-top: 24px;
	border-bottom: 3px solid rgba(34, 34, 34, .1);
	margin-bottom: 24px;
}

.program__time {
	padding-top: 18px !important;
}

.program__title {
	padding: 18px 0 !important;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.program__arrow {
	margin-right: 4px;
	transform: rotate(-90deg);
	transition: all ease 0.3s;
	display: flex;
	align-items: center;
}

.program-watch-btn {
	min-width: 200px;
	text-decoration: none;
	text-align: center;
	background: #4C6B8B;
	color: white;
	padding: 10px 18px;
	transition: all ease 0.3s;
}
.program-watch-btn:hover {
	color: white;
	opacity: 0.8;
}
.program-pdf {
	text-decoration: none;
	background: #4C6B8B;
	color: white;
	padding: 10px 18px;
	transition: all ease 0.3s;
}

.program-pdf:hover {
	color: white;
	opacity: 0.8;
}

.program {
	margin-top: 28px !important;
	padding-top: 0px !important;
}

.program__item {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.event-goal {
	color: white;
	margin-bottom: 5px;
	font-weight: 600;
	padding: 10px;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.program__slider-wrapper {
	width: 100%;
	max-height: 0;
	overflow: hidden;
  transition: max-height 0.3s ease;
}

.program-slides {
	margin-top: 18px;
	width: 100%;
	max-width: 766px;
	position: relative;
	overflow: hidden;
}

.slider__img {
	cursor: zoom-in;
}

.slides-button__container {
	position: absolute;
	bottom: 16px;
	right: 8px;
	display: flex;
	gap: 8px;
}

.custom-swiper-button {
	cursor: pointer;
	position: relative;
	z-index: 10;
	width: 40px;
	height: 40px;
	background: #4C6B8B;
	opacity: 0.4;
	border-radius: 4px;
	transition: all ease 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-swiper-button:hover {
	opacity: 1;
}

.custom-swiper-button:disabled {
	opacity: 0.2;
}

.swiper-button-disabled {
	opacity: 0.2 !important;
	cursor: default;
}

.custom-swiper-button-prev {
	
}
.custom-swiper-button-next {
}

.program-speakers-title {
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 12px;
}

.program-speakers {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.program-speaker {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
}

.program-speaker__imgbox {
	flex: 0 0 auto;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.program-speaker__img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* делает фото квадратным вне зависимости от исходных пропорций */
	object-position: top center; /* чтобы не обрезало лицо, при портретных фото */
	display: block;
}

.program-speaker__info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.program-speaker__name {
	font-size: 19px;
}

.program-speaker__regal {
	font-size: 14px;
	color: #666;
	line-height: 1.3;
}

.program-speaker__topic {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 6px;
}

.title-border-top {
	margin-top: 0px !important;
	border-top: 2px dashed rgba(34, 34, 34, .1);
	padding-top: 18px;
}

.faq {
    margin-top: 28px;
    padding-top: 0;
}
.faq__item {
    margin-bottom: 0;
    padding-bottom: 0;
}
.faq__info {
    width: 100%;
}
.faq__title {
    padding: 18px 0;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.faq__arrow {
    margin-right: 4px;
    transform: rotate(-90deg);
    transition: all ease 0.3s;
    display: flex;
    align-items: center;
}
.faq__content {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

@media (max-width: 600px) {
	.program-speakers {
		grid-template-columns: 1fr;
	}
}

@media (max-width:1170px) {
	.program__item {
		flex-direction: column;
	}
	.program__info {
		width: 100%;
		margin-left: 0px;
	}
	.program-slides {
		max-width: 100%;
	}
}

@media (max-width:992px) {
	.program-pdf {
		margin-top: 12px;
		width: 100%;
		text-align: center;
	}
	.program-title__container {
		align-items: flex-start;
		flex-direction: column;
	}
	.program__info {
		margin-left: 0px !important;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/announcements.detail/style.css?17836959834519 */
