

/* Start:/local/templates/pediatrics.23/main_program.css?17860268933559*/
.program,
.program * {
	box-sizing: border-box;
}

.program {
	width: 100%;
	background: linear-gradient(to right, #24c7f0, #43c8fe);
	display: flex;
	justify-content: center;
	font-family: Helvetica, Arial, sans-serif;
}

.program-card {
	width: 100%;
	max-width: 1440px;
	padding: 60px 70px;
	display: flex;
	flex-direction: column;
	gap: 70px;
	align-items: center;
}

.program-header {
	width: 100%;
	position: relative;
}

.program-title {
	font-size: 44px;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	max-width: 750px;
	margin: 0 0 40px;
	padding: 0;
	text-transform: none;
}

.program-title span {
	color: rgba(255, 255, 255, 0.6);
}

.program-view-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	background: transparent;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
	border-radius: 20px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

.program-view-btn:hover {
	background: #fff;
	color: #24c7f0 !important;
}

.program-days {
	display: flex;
	gap: 20px;
	width: 100%;
}

.program-day {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 20px 0;
	border-top: 1px solid #191919;
	border-bottom: 1px solid #191919;
}

.program-day-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.program-day-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.program-day-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.6);
	color: #191919;
	font-size: 24px;
	font-weight: 400;
	padding: 5px 20px;
	border-radius: 20px;
	width: fit-content;
}

.program-day-text {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.program-register-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	color: #191919 !important;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 40px;
	border-radius: 20px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	transition: opacity 0.3s ease;
}

.program-register-btn:hover {
	opacity: 0.9;
}

@media (max-width: 1024px) {
	.program-card {
		padding: 50px 40px;
	}

	.program-header {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.program-view-btn {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 0;
		order: 2;
	}

	.program-title {
		width: 100%;
		margin-top: 30px;
		order: 3;
		font-size: 36px;
	}

	.program-days {
		width: 100%;
		order: 4;
	}
}

@media (max-width: 768px) {
	.program-card {
		padding: 40px 30px;
		gap: 50px;
	}

	.program-title {
		font-size: 28px;
	}

	.program-days {
		flex-direction: column;
		gap: 0;
	}

	.program-day {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.program-card {
		padding: 35px 20px;
		gap: 40px;
	}

	.program-title {
		font-size: 24px;
	}

	.program-view-btn {
		font-size: 14px;
		padding: 10px 20px;
		margin-top: 15px;
		width: 100%;
		justify-content: center;
	}

	.program-day-badge {
		font-size: 20px;
	}

	.program-day-text {
		font-size: 14px;
	}

	.program-day + .program-day {
		margin-top: -1px;
	}

	.program-register-btn {
		font-size: 16px;
		padding: 12px 30px;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.program-card {
		padding: 30px 15px;
	}

	.program-title {
		font-size: 20px;
	}

	.program-day-badge {
		font-size: 18px;
	}

	.program-day-text {
		font-size: 13px;
	}
}

/* End */


/* Start:/local/templates/pediatrics.23/components/bitrix/news.list/pediatricstoday.committee/style.css?17860212714961*/
.committee,
.committee * {
	box-sizing: border-box;
}

.committee {
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	padding: 60px 0;
	font-family: Helvetica, Arial, sans-serif;
}

.committee-container {
	width: 100%;
	max-width: 1440px;
	padding: 0 70px;
}

.committee-block {
	margin-bottom: 60px;
}

.committee-block:last-child {
	margin-bottom: 0;
}

.committee-block-title {
	font-size: 48px;
	font-weight: 400;
	color: #191919;
	line-height: 1.2;
	margin: 0 0 40px;
	padding: 0;
}

.committee-cards {
	display: none;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 40px 20px;
	overflow: visible;
	padding-bottom: 20px;
}

.committee-cards.active {
	display: flex;
}

.committee-card {
	width: calc(25% - 15px);
	min-width: 0;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.committee-card:hover {
	transform: translateY(-5px);
	z-index: 10;
}

.committee-card.hidden-card {
	display: none;
}

.committee-show-more {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.committee-show-more.hidden {
	display: none;
}

.committee-show-more-btn {
	background: #ffffff;
	border: 2px solid #F7931E;
	border-radius: 20px;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	color: #F7931E;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 190px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.committee-show-more-btn:hover {
	border-color: #E6831A;
	color: #E6831A;
	background: #FFF8F2;
}

.committee-card-name,
.committee-card-description {
	text-align: center;
}

.committee-card-photo {
	width: 80%;
	aspect-ratio: 1 / 1;
	max-width: 255px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 15px;
}

.committee-card-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.committee-card-name {
	font-size: 24px;
	font-weight: 400;
	color: #191919;
	line-height: 1.2;
	margin: 0 0 15px;
	padding: 0;
}

.committee-card-description-wrap {
	position: relative;
	width: 100%;
	height: 39.2px;
}

.committee-card-description {
	font-size: 14px;
	font-weight: 400;
	color: rgba(64, 67, 71, 0.4);
	line-height: 1.4;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.committee-card:hover .committee-card-description {
	-webkit-line-clamp: unset;
	line-clamp: unset;
	overflow: visible;
	display: block;
	position: absolute;
	top: 0;
	left: -12px;
	right: -12px;
	background: #fff;
	padding: 8px 12px;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	z-index: 20;
}

@media (max-width: 1024px) {
	.committee-container {
		padding: 0 40px;
	}

	.committee-block-title {
		font-size: 36px;
		margin-bottom: 30px;
	}

	.committee-block {
		margin-bottom: 50px;
	}

	.committee-cards {
		gap: 30px 15px;
	}

	.committee-card {
		width: calc(25% - 12px);
	}
}

@media (max-width: 768px) {
	.committee-container {
		padding: 0 30px;
	}

	.committee-block-title {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.committee-block {
		margin-bottom: 40px;
	}

	.committee-cards {
		flex-wrap: nowrap;
		gap: 20px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-behavior: smooth;
		scrollbar-width: thin;
		scrollbar-color: #f7931e #f0f0f0;
	}

	.committee-cards::-webkit-scrollbar {
		height: 6px;
	}

	.committee-cards::-webkit-scrollbar-track {
		background: #f0f0f0;
		border-radius: 4px;
	}

	.committee-cards::-webkit-scrollbar-thumb {
		background: #f7931e;
		border-radius: 4px;
	}

	.committee-card,
	.committee-card.hidden-card {
		display: flex;
		width: 240px;
		min-width: 240px;
	}

	.committee-show-more {
		display: none;
	}
}

@media (max-width: 640px) {
	.committee {
		padding: 40px 0;
	}

	.committee-container {
		padding: 0 20px;
	}

	.committee-block-title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.committee-block {
		margin-bottom: 40px;
	}

	.committee-cards {
		gap: 20px;
	}

	.committee-card,
	.committee-card.hidden-card {
		width: 220px;
		min-width: 220px;
	}

	.committee-card-photo {
		width: 160px;
		height: 160px;
	}

	.committee-card-name {
		font-size: 18px;
	}

	.committee-card-description {
		font-size: 12px;
	}

	.committee-card-description-wrap {
		height: 33.6px;
	}
}

@media (max-width: 480px) {
	.committee-container {
		padding: 0 15px;
	}

	.committee-block-title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.committee-block {
		margin-bottom: 30px;
	}

	.committee-cards {
		gap: 15px;
	}

	.committee-card,
	.committee-card.hidden-card {
		width: 200px;
		min-width: 200px;
	}

	.committee-card-photo {
		width: 140px;
		height: 140px;
	}

	.committee-card-name {
		font-size: 16px;
	}

	.committee-card-description {
		font-size: 11px;
	}

	.committee-card-description-wrap {
		height: 30.8px;
	}
}

/* End */


/* Start:/local/templates/pediatrics.23/components/wexpert/iblock.list/main.logo.coorganizers/style.css?17860219392218*/
.coorganizers,
.coorganizers * {
	box-sizing: border-box;
}

.coorganizers {
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	padding: 60px 0;
	font-family: Helvetica, Arial, sans-serif;
}

.coorganizers-container {
	width: 100%;
	max-width: 1440px;
	padding: 0 70px;
}

.coorganizers-title {
	font-size: 48px;
	font-weight: 400;
	color: #404347;
	line-height: 1.2;
	margin: 0 0 30px;
	padding: 0;
}

.coorganizers-strip {
	background: #24c7f0;
	border-radius: 12px;
	padding: 18px 24px;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.coorganizers-track {
	display: flex;
	align-items: center;
	gap: 60px;
	animation: coorganizersScroll 30s linear infinite;
}

.coorganizers-track:hover {
	animation-play-state: paused;
}

@keyframes coorganizersScroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.coorganizers-item {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.coorganizers-item a {
	display: flex;
	align-items: center;
}

.coorganizers-logo {
	display: block;
	height: 60px;
	width: auto;
	max-width: 200px;
	object-fit: contain;
}

@media (max-width: 1200px) {
	.coorganizers-track {
		gap: 50px;
	}
}

@media (max-width: 1024px) {
	.coorganizers-container {
		padding: 0 40px;
	}

	.coorganizers-title {
		font-size: 36px;
	}

	.coorganizers-track {
		gap: 40px;
	}

	.coorganizers-logo {
		height: 50px;
	}
}

@media (max-width: 768px) {
	.coorganizers-container {
		padding: 0 30px;
	}

	.coorganizers-title {
		font-size: 30px;
	}

	.coorganizers-track {
		gap: 30px;
	}

	.coorganizers-logo {
		height: 45px;
	}
}

@media (max-width: 640px) {
	.coorganizers {
		padding: 40px 0;
	}

	.coorganizers-container {
		padding: 0 20px;
	}

	.coorganizers-title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.coorganizers-strip {
		padding: 14px 18px;
	}

	.coorganizers-track {
		gap: 25px;
	}

	.coorganizers-logo {
		height: 40px;
	}
}

@media (max-width: 480px) {
	.coorganizers-container {
		padding: 0 15px;
	}

	.coorganizers-title {
		font-size: 22px;
	}

	.coorganizers-strip {
		padding: 12px 14px;
	}

	.coorganizers-track {
		gap: 20px;
	}

	.coorganizers-logo {
		height: 35px;
	}
}

/* End */


/* Start:/local/templates/pediatrics.23/components/bitrix/news.list/pediatricstoday.news.slider/style.css?17860084524757*/
.auth-news-slider {
    width: 100%;
    padding: 60px 0;
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
}

.auth-news-slider,
.auth-news-slider * {
    box-sizing: border-box;
}

.auth-news-slider__container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 70px;
}

.auth-news-slider__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.auth-news-slider__title {
    margin: 0;
    color: #191919;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
}

.auth-news-slider__arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

.auth-news-slider__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #24c7f0;
    cursor: pointer;
    transition: opacity .3s ease, background-color .3s ease;
}

.auth-news-slider__arrow:hover:not(:disabled) {
    opacity: .8;
}

.auth-news-slider__arrow:focus-visible {
    outline: 2px solid #191919;
    outline-offset: 2px;
}

.auth-news-slider__arrow:disabled {
    background: rgba(64, 67, 71, .4);
    cursor: not-allowed;
}

.auth-news-slider__arrow svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.auth-news-slider__viewport {
    overflow: hidden;
}

.auth-news-slider__track {
    display: flex;
    gap: 20px;
    transition: transform .3s ease;
    will-change: transform;
}

.auth-news-slider__card {
    display: flex;
    flex: 0 0 380px;
    flex-direction: column;
    gap: 12px;
    min-height: 500px;
    margin: 0;
    padding: 15px;
    overflow: hidden;
    border-radius: 20px;
    background: #f6f6f6;
}

.auth-news-slider__image {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 16px;
    background: #e0e0e0;
}

.auth-news-slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auth-news-slider__card-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.auth-news-slider__card-title a {
    color: #24c7f0;
    text-decoration: none;
}

.auth-news-slider__card-title a:hover {
    text-decoration: underline;
}

.auth-news-slider__text {
    color: #191919;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.auth-news-slider__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.auth-news-slider__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 189px;
    height: 38px;
    padding: 0;
    border-radius: 19px;
    background: #24c7f0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.auth-news-slider__button:hover {
    opacity: .85;
}

.auth-news-slider__date {
    color: #191919;
    font-size: 12px;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .auth-news-slider__container { padding: 0 40px; }
    .auth-news-slider__title { font-size: 36px; }
    .auth-news-slider__track { gap: 18px; }
    .auth-news-slider__card { flex-basis: 340px; min-height: 480px; }
    .auth-news-slider__image { height: 160px; }
}

@media (max-width: 768px) {
    .auth-news-slider__container { padding: 0 30px; }
    .auth-news-slider__title { font-size: 30px; }
    .auth-news-slider__track { gap: 16px; }
    .auth-news-slider__card { flex-basis: 80vw; min-height: 460px; }
    .auth-news-slider__image { height: 150px; }
}

@media (max-width: 640px) {
    .auth-news-slider { padding: 40px 0; }
    .auth-news-slider__container { padding: 0 20px; }
    .auth-news-slider__title { font-size: 26px; }
    .auth-news-slider__track { gap: 14px; }
    .auth-news-slider__card { min-height: 420px; }
    .auth-news-slider__image { height: 130px; }
    .auth-news-slider__card-title { font-size: 18px; }
    .auth-news-slider__text { font-size: 14px; }
}

@media (max-width: 480px) {
    .auth-news-slider__container { padding: 0 15px; }
    .auth-news-slider__title { font-size: 22px; }
    .auth-news-slider__track { gap: 12px; }
    .auth-news-slider__card { min-height: 400px; }
    .auth-news-slider__image { height: 120px; }
    .auth-news-slider__card-title { font-size: 16px; }
    .auth-news-slider__text { font-size: 13px; }
    .auth-news-slider__button { width: 160px; height: 34px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
    .auth-news-slider__track,
    .auth-news-slider__arrow {
        transition: none;
    }
}

/* End */
/* /local/templates/pediatrics.23/main_program.css?17860268933559 */
/* /local/templates/pediatrics.23/components/bitrix/news.list/pediatricstoday.committee/style.css?17860212714961 */
/* /local/templates/pediatrics.23/components/wexpert/iblock.list/main.logo.coorganizers/style.css?17860219392218 */
/* /local/templates/pediatrics.23/components/bitrix/news.list/pediatricstoday.news.slider/style.css?17860084524757 */
