

/* Start:/bitrix/templates/paraolympics_resp/components/bitrix/catalog.section.list/protocol/style.css?17689292798831*/
/* ===== PROTOCOLS STYLES ===== */
.protocols-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.protocol-section {
	margin-bottom: 30px;
}

.protocol-section-title {
	color: var(--color-primary, #009054);
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--color-primary, #009054);
}

/* Спортивные дисциплины - аккордеон */
.protocol-sports {
	display: flex;
	flex-direction: column;
	gap: 0;
	border: 1px solid var(--color-primary, #009054);
	overflow: hidden;
}

.protocol-sport-item {
	background: var(--color-bg, #fff);
	border-bottom: 1px solid var(--color-primary, #009054);
}

.protocol-sport-item:last-child {
	border-bottom: none;
}

.protocol-sport-toggle {
	display: none;
}

.protocol-sport-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
	cursor: pointer;
	background: var(--color-bg, #fff);
	user-select: none;
	border: none;
}

.protocol-sport-header:hover {
	background: var(--color-primary, #009054);
}

.protocol-sport-header:hover .protocol-sport-name {
	color: var(--color-bg, #fff);
}

.protocol-sport-header:hover .protocol-sport-arrow {
	color: var(--color-bg, #fff);
}

.protocol-sport-toggle:checked + .protocol-sport-header {
	background: var(--color-primary, #009054);
	border-bottom: 1px solid var(--color-primary, #009054);
}

.protocol-sport-name {
	font-size: 14px;
	font-weight: 500;
	color: var(--color-text, #333);
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.protocol-sport-toggle:checked + .protocol-sport-header .protocol-sport-name {
	color: var(--color-bg, #fff);
}

.protocol-sport-arrow {
	font-size: 12px;
	color: var(--color-primary, #009054);
	font-weight: normal;
}

.protocol-sport-toggle:checked + .protocol-sport-header .protocol-sport-arrow {
	color: var(--color-bg, #fff);
}

.protocol-sport-toggle:checked + .protocol-sport-header .protocol-sport-arrow {
	transform: rotate(180deg);
}

.protocol-sport-content {
	display: none;
	padding: 0;
	background: var(--color-bg, #fff);
}

.protocol-sport-toggle:checked ~ .protocol-sport-content {
	display: block;
	padding: 0;
	margin: 0;
}

/* События */
.protocol-event {
	margin: 0;
	padding: 15px;
	border-bottom: 2px solid var(--color-primary, #009054);
	transition: background-color 0.2s ease;
}

.protocol-event:last-child {
	border-bottom: none;
}

.protocol-event:hover {
	background-color: rgba(0, 144, 84, 0.08);
}

.protocol-event-header {
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.protocol-event-link {
	display: block;
	text-decoration: none;
	color: var(--color-text, #333);
}

.protocol-event-link:hover {
	color: var(--color-primary, #009054);
	text-decoration: none;
}

.protocol-event-info {
	flex: 1;
}

.protocol-event-button {
	display: inline-block;
	padding: 8px 16px;
	background: var(--color-primary, #009054);
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	flex-shrink: 0;
	border: 2px solid var(--color-primary, #009054);
	text-align: center;
}

.protocol-event-button:hover {
	background: var(--color-primary-dark, #006644);
	border-color: var(--color-primary-dark, #006644);
	color: #ffffff !important;
	text-decoration: none !important;
}

.protocol-event-button:active {
	background: var(--color-primary-dark, #006644);
	border-color: var(--color-primary-dark, #006644);
	color: #ffffff !important;
	text-decoration: none !important;
	transform: translateY(1px);
}

.protocol-event-button:visited {
	color: #ffffff !important;
	text-decoration: none !important;
}

.protocol-event-info {
	display: block;
	color: var(--color-text, #333);
}

.protocol-event-date,
.protocol-event-type,
.protocol-event-location {
	display: block;
	margin-right: 0;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.5;
}

.protocol-event-date:last-child,
.protocol-event-type:last-child,
.protocol-event-location:last-child {
	margin-bottom: 0;
}

.protocol-event-date {
	font-weight: 600;
	color: var(--color-text, #333);
	font-size: 15px;
}

.protocol-event-date::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	content: "\f133";
	margin-right: 6px;
	color: var(--color-primary, #009054);
}

.protocol-event-type {
	color: var(--color-primary, #009054);
	font-weight: 600;
	font-size: 15px;
}

.protocol-event-type::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f70c";
	margin-right: 6px;
}

.protocol-event-location {
	color: var(--color-link, #2266a8);
	font-weight: 500;
	font-size: 14px;
}

.protocol-event-location::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f3c5";
	margin-right: 6px;
}

/* Файлы для скачивания */
.protocol-files {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 8px;
}

.download-file {
	display: flex;
	align-items: center;
	padding: 8px 10px;
	background: transparent;
	border-bottom: none;
	width: 100%;
	height: auto;
	float: none;
	margin: 0 !important;
}


.download-file_icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none !important;
	font-size: 0;
	overflow: visible;
}

.download-file_icon::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: var(--color-primary, #009054);
	pointer-events: none;
	text-decoration: none;
	content: "";
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

a.download-file_icon,
a .download-file_icon {
	text-decoration: none !important;
}

a.download-file_icon:hover,
a .download-file_icon:hover {
	text-decoration: none !important;
}

a.download-file_icon:hover::before {
	color: var(--color-primary, #009054);
}

.download-file.wr .download-file_icon::before,
.download-file.wr a.download-file_icon::before {
	content: "\f1c2" !important;
}

.download-file.ac .download-file_icon::before,
.download-file.ac a.download-file_icon::before {
	content: "\f1c1" !important;
}

.download-file.el .download-file_icon::before,
.download-file.el a.download-file_icon::before {
	content: "\f0c1" !important;
}

.download-file_col {
	overflow: visible;
	padding: 0;
	min-height: auto;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
}

.download-file_name {
	color: var(--color-text, #333);
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	line-height: 1.3;
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.download-file_actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-shrink: 0;
	white-space: nowrap;
	min-width: 120px;
	text-align: right;
}

.download-file_link {
	color: var(--color-link, #2266a8);
	font-size: 11px;
	margin: 0;
	border-bottom: 1px dotted var(--color-link, #2266a8);
	text-decoration: none;
	white-space: nowrap;
}

.download-file_link:hover {
	border-bottom-color: transparent;
	color: var(--color-link, #2266a8);
	text-decoration: none;
}

.download-file_size {
	color: var(--color-primary, #009054);
	font-size: 10px;
	white-space: nowrap;
}

/* Адаптивность для планшетов */
@media (max-width: 980px) {
	.protocol-sport-header {
		padding: 10px 12px;
	}
	
	.protocol-sport-name {
		font-size: 13px;
	}
	
	.protocol-sport-toggle:checked ~ .protocol-sport-content {
		padding: 12px;
	}
	
	.download-file_col {
		flex-wrap: wrap;
		gap: 8px;
	}
}

/* Адаптивность для мобильных */
@media (max-width: 640px) {
	.protocols-container {
		padding: 0 15px;
	}
	
	.protocol-section-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.protocol-sport-header {
		padding: 10px;
	}
	
	.protocol-sport-name {
		font-size: 12px;
	}
	
	.protocol-sport-toggle:checked ~ .protocol-sport-content {
		padding: 0;
	}
	
	.protocol-event {
		margin: 0;
		padding: 12px;
	}
	
	.protocol-event-date,
	.protocol-event-type,
	.protocol-event-location {
		margin-bottom: 6px;
		font-size: 13px;
	}
	
	.protocol-event-date {
		font-size: 14px;
	}
	
	.protocol-event-type {
		font-size: 14px;
	}
	
	.download-file {
		padding: 8px;
	}
	
	.protocol-event-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	
	.protocol-event-button {
		width: 100%;
		text-align: center;
		padding: 10px 16px;
		font-size: 12px;
	}
	
	.download-file_col {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}
	
	.download-file_name {
		width: 100%;
	}
	
	.download-file_actions {
		width: 100%;
		justify-content: flex-start;
		min-width: auto;
		text-align: left;
	}
}

/* End */
/* /bitrix/templates/paraolympics_resp/components/bitrix/catalog.section.list/protocol/style.css?17689292798831 */
