

/* Start:/design/styles/tooltips/reference-tooltip.css?17770628291639*/
/* UI Kit Reference Tooltip (no jQuery UI) */
.ui-kit-ref-tooltip {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100000;
	display: none;
	box-sizing: border-box;
	max-width: min(360px, calc(100vw - 24px));
	min-width: 240px;
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: var(--ui-radius, 2px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
	color: var(--color-text);
	font-family: var(--font-family, Arial, sans-serif);
}
.ui-kit-ref-tooltip.ui-kit-ref-tooltip--open {
	display: block;
}
.ui-kit-ref-tooltip__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	background: var(--color-secondary);
	color: var(--color-white);
	border-top-left-radius: var(--ui-radius, 2px);
	border-top-right-radius: var(--ui-radius, 2px);
}
.ui-kit-ref-tooltip__title {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}
.ui-kit-ref-tooltip__close {
	appearance: none;
	border: 0;
	background: transparent;
	color: inherit;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	padding: 0 4px;
}
.ui-kit-ref-tooltip__body {
	padding: 10px 12px;
	max-height: 220px;
	overflow: auto;
}
.ui-kit-ref-tooltip__grid {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.ui-kit-ref-tooltip__media img {
	width: 72px;
	max-width: 72px;
	height: auto;
	display: block;
	border-radius: var(--ui-radius, 2px);
}
.ui-kit-ref-tooltip__name {
	font-weight: 700;
	margin: 0 0 6px;
}
.ui-kit-ref-tooltip__line {
	font-size: 13px;
	line-height: 1.3;
	color: var(--color-text);
}
.ui-kit-ref-tooltip__line + .ui-kit-ref-tooltip__line {
	margin-top: 4px;
}


/* End */


/* Start:/bitrix/templates/paraolympics_resp/ui-kit/auth-forms.css?17770634111582*/
/**
 * Регистрация и восстановление пароля — обёртки UI Kit (вместе с ui-kit.css)
 */
.auth-ui-kit {
	padding: 8px 0 40px;
}

.auth-ui-kit__card {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.auth-ui-kit .form-input {
	max-width: none;
	width: 100%;
	box-sizing: border-box;
}

.auth-ui-kit__submit {
	width: 100%;
	box-sizing: border-box;
	margin-top: 4px;
}

.auth-ui-kit__password-row {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.auth-ui-kit__password-row .form-input {
	flex: 1 1 auto;
	min-width: 0;
}

.auth-ui-kit__hint {
	font-size: 13px;
	line-height: 1.45;
	color: var(--color-text-muted);
	margin-top: 6px;
}

.auth-ui-kit__footer {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid var(--color-border);
}

.auth-ui-kit__captcha-img {
	display: block;
	margin: 10px 0 12px;
}

.auth-ui-kit__uf {
	margin: 16px 0;
}

.auth-ui-kit .bx-auth-secure {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

.auth-ui-kit .starrequired {
	color: var(--color-danger-dark);
	font-weight: 600;
}

.paralymp-smartcaptcha {
	margin-bottom: 8px;
}

/* Стабильная область под iframe виджета — меньше «прыжков» при смене challenge-visible / hidden */
.paralymp-smartcaptcha__widget {
	min-height: 102px;
	min-width: 300px;
	box-sizing: border-box;
}

.auth-ui-kit__policy {
	font-size: 13px;
	line-height: 1.5;
	color: var(--color-text-muted);
	margin: 12px 0 0;
}

.auth-ui-kit__consent {
	margin-top: 16px;
}

/* End */


/* Start:/design/styles/jsmenu/demo.css?17770631094528*/
/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/

/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/

:root {
	--nav-color-primary: var(--color-primary, #009055);
	--nav-color-hover: #154f96;
	--nav-color-bg: var(--color-primary, #009055);
}

.nav {
	position: relative;
	display: inline-block;
	font-size: 14px;
}
.nav-list {
	text-align: left;
}
.nav-item {
	float: left;
	zoom: 1;
	position: relative;
}
/* На десктопе используется штатный дропдаун `.top-navi_drop`.
   `nav-submenu` — это мобильная структура (раскрывается кликом через JS),
   поэтому на большом экране НЕ показываем её по hover. */
.nav-item:hover .nav-submenu {
	display: none;
}

/* Navigation submenu */
.nav-submenu {
	display: none;
	position: absolute;
	left: 0;
	width: 180px;
}
.nav-submenu-item a {
	/* background: #8B2770; */
	border-bottom: 1px solid green;
	display: block;
	padding: 15px;
}
.nav-submenu-item a:hover {
	background: var(--nav-color-hover);
}

/* Mobile navigation */
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	border-left: solid 1px var(--nav-color-primary);
	background: var(--nav-color-bg) url(/design/styles/jsmenu/../img/nav.svg) no-repeat center center;
	background-size: 18px;
	height: 50px;
	width: 50px;
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border-left: solid 1px var(--nav-color-primary);
	height: 49px;
	width: 50px;
	cursor: pointer;
}
.nav-click i {
	display: block;
	height: 48px;
	width: 48px;
	background: url(/design/styles/jsmenu/../img/drop.svg) no-repeat center center;
	background-size: 20px;
}
.nav-click:hover {
	background-color: var(--nav-color-bg);
}
.nav-rotate {
	transform: rotate(180deg);
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

ul.nav-submenu {
	display: none;
}

@media only screen and (max-width: 890px) {
	.f-nav {
		z-index: 9999 !important;
		position: fixed !important;
		left: 0 !important;
		top: 0 !important;
		width: 100%;
	}
	.header .top-navi {
		height: auto !important;
	}
	.top-navi_link {
		float: none !important;
	}
	.top-navi_item {
		padding: 0 !important;
		background: none;
	}
	.top-navi_item:hover .top-navi_drop {
		display: none !important;
	}
	.nav-mobile {
		display: block;
	}
	.nav {
		width: 100%;
		padding: 50px 0 0;
	}
	.nav-list {
		display: none;
	}
	.nav-item {
		width: 100%;
		float: none;
	}
	.nav-item > a {
		padding: 15px;
	}
	.nav-click {
		display: block;
	}
	.nav-mobile-open {
		border-radius: 5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display: none;
	}
	.nav-submenu {
		position: static;
		width: 100%;
	}
	.nav-item a {
		display: block;
		color: #FFF;
	}
	.search-block {
		left: 10px;
		top: 157px !important;
		z-index: 300 !important;
		background-color: white;
		position: absolute;
	}
	.personal-cabinet-link {
		top: 110px !important;
		z-index: 300 !important;
		left: 250px;
		background-color: var(--nav-color-primary);
		right: auto !important;
	}
	.oneplus {
		top: 110px !important;
		z-index: 300 !important;
		left: 380px;
		height: 25px !important;
	}
	.twoplus {
		top: 110px !important;
		z-index: 300 !important;
		left: 420px;
		height: 25px !important;
	}
	#nullp {
		left: 318px;
		top: 10px !important;
		right: auto !important;
	}
	#table_soc_icons1 {
		left: 350px !important;
		top: 10px !important;
	}
	.logo {
		width: 52vw !important;
	}
	#logo {
		width: 52vw !important;
		height: auto !important;
		max-height: 120px !important;
		object-fit: contain !important;
	}
	#mobile {
		display: none !important;
	}
	.lang {
		left: 250px;
		top: 10px !important;
		right: auto !important;
	}
	.upp {
		text-transform: uppercase;
	}
	.tab {
		padding-left: 30px !important;
	}
}

@media only screen and (max-width: 525px) {
	.small-only {
		display: table;
		width: 100%;
	}
	th.st-head-row {
		border-top: 2px solid green;
	}
	.large-only {
		display: none;
	}
}

@media only screen and (max-width: 450px) {
	.logo {
		font-size: 5vw;
		width: 70vw;
	}
	.twoplus {
		display: none;
	}
}

@media only screen and (max-width: 375px) {
	#table_soc_icons1 {
		left: 250px !important;
		top: 82px !important;
	}
	.header .logo {
		top: 3px !important;
	}
}

.small-only {
	display: none;
}
.large-only {
	display: table;
}

/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/coffeediz.schema.org/style.css?1615923539947*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/components/bitrix/breadcrumb/templates/coffeediz.schema.org/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/bitrix/templates/paraolympics_resp/styles.css?177710778310734*/
/* Оптимизированные стили для sport/template.php */
.fotorama .any {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    font-family: Georgia, serif;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    padding-top: 155px;
    line-height: normal;
}
.fotorama .inverse {
    color: var(--color-white);
    text-shadow: 0 1px 0 var(--color-black);
}
/* Минимальные стили для аккордеонов и файлов */
.button, .button[class^="button"] {
    width: 100%;
    cursor: pointer;
    background: var(--color-bg-light);
    color: var(--color-link);
    border: none;
    border-radius: var(--ui-radius, var(--radius));
    margin: 18px 0 0 0;
    padding: 10px 0 8px 0;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background 0.2s;
    text-align: left;
}
.button:hover, .button[class^="button"]:hover {
    background: var(--color-border);
}
.iv, .iv[class^="iv"] {
    display: none;
    background: var(--color-bg-light);
    border: 1px solid var(--color-border);
    border-radius: var(--ui-radius, var(--radius));
    margin: 0 0 18px 0;
    padding: 14px 12px;
}
/*.download-file.wr, .download-file.el {
    display: flex;
    align-items: flex-start;
    background: var(--color-bg-light);
    border-radius: var(--ui-radius, var(--radius));
    margin: 10px 0;
    padding: 8px 10px;
}*/
.download-file_icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    flex-shrink: 0;
}
.download-file_col {
    flex: 1;
}
.download-file_name {
    font-weight: 500;
    color: var(--color-text);
    margin-bottom: 2px;
}
.download-file_link {
    color: var(--color-link);
    text-decoration: underline;
    font-size: 1rem;
    margin-right: 8px;
}
.download-file_link:hover {
    color: var(--color-link-hover);
}
.download-file_size {
    color: var(--color-text-muted);
    font-size: 0.95em;
}
.prev-items-block_more-link {
    background: var(--color-bg-light);
}
.structure-btn { color: var(--color-primary); }
.download-file--full { width: 100%; }
.news-detail__img { max-width: 300px; max-height: 400px; }
.structure-btn-title { font-size: 18px; text-align: left; margin: 0; }
.text-uppercase { text-transform: uppercase; }
.kommitt-table { width: 100%; }
.kommitt-th-n { width: 40px; }
.kommitt-th-fio { width: 150px; }
.kommitt-description { margin: 0 0 27px; }
.download-file-el-row { line-height: 1; border-bottom: 1px solid var(--color-border); padding: 0 0 7px; }
.product-card-youtube-player.slide-iframe { width: 100%; max-width: 604px; height: 314px; float: none; clear: both; }
.structure-btn .dashed-link,
.dashed-link { border-bottom: 1px dashed var(--color-link); }
.news-date-time { color: var(--color-primary); }
.download-file_bordered { line-height: 1; border-bottom: 1px solid var(--color-border); padding: 0 0 7px; }
.date-filter_name, .category-filter_name, .sport-filter_name, .region-filter_name { color: var(--color-text-muted); }

/* --- Таблицы: эталон UI Kit (border и цвета) + карточки на малых экранах --- */
/* Эталон: граница таблиц — 1px solid var(--color-border); заголовок thead th — фон var(--color-bg-light), текст var(--color-text); ячейки — текст var(--color-text), вторичный var(--color-text-muted). */
.news-detail-table--center,
.news-detail-table--center thead,
.news-detail-table--center th { text-align: center; }
.news-detail-table--inline,
.news-detail-table--inline thead,
.news-detail-table--inline th { text-align: center; }
.news-detail-cell-hidden { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.link-underline { text-decoration: underline; }

/* Базовые стили таблиц темы (совпадают с UI Kit) */
.ui-table-cards,
.table-responsive-cards { width: 100%; border-collapse: collapse; }
.ui-table-cards th,
.ui-table-cards td { border: 1px solid var(--color-border); padding: var(--ui-padding-sm, 0.5em 0.75em); color: var(--color-text); }
.ui-table-cards thead th { background: var(--color-bg-light); color: var(--color-text); font-weight: 600; }
.ui-table-cards tbody td { background: var(--color-bg); }
/* Эталонный вид для всех таблиц шаблона: зелёная рамка thead, без вертикальных линий */
.ui-table-cards thead {
	border: 1px solid var(--color-primary);
	border-top: 2px solid var(--color-primary);
}
.ui-table-cards th,
.ui-table-cards td {
	border-left: none;
	border-right: none;
	border-top: none;
}
.ui-table-cards td {
	border-bottom: 1px solid var(--color-border);
}
.ui-table-cards th {
	border-bottom: 1px solid var(--color-primary);
}
/* Общий класс для любой таблицы в стиле UI Kit */
table.ui-kit-table { border-collapse: collapse; width: 100%; }
table.ui-kit-table th,
table.ui-kit-table td { border: 1px solid var(--color-border); padding: var(--ui-padding-sm, 0.5em 0.75em); color: var(--color-text); }
table.ui-kit-table thead th { background: var(--color-bg-light); color: var(--color-text); font-weight: 600; }
table.ui-kit-table tbody td { background: var(--color-bg); }
/* Таблицы в стиле региональных отделений: thead — primary, без вертикальных линий в ячейках */
.text-block.stacktable thead,
.text-block.region-stacktable thead,
.text-block.events-list-table thead {
	border: 1px solid var(--color-primary);
	border-top: 2px solid var(--color-primary);
}
.text-block.stacktable th,
.text-block.stacktable td,
.text-block.region-stacktable th,
.text-block.region-stacktable td,
.text-block.events-list-table th,
.text-block.events-list-table td {
	border-left: none;
	border-right: none;
	border-top: none;
}
.text-block.stacktable td,
.text-block.region-stacktable td,
.text-block.events-list-table td {
	border-bottom: 1px solid var(--color-border);
}
.text-block.stacktable th,
.text-block.region-stacktable th,
.text-block.events-list-table th {
	border-bottom: 1px solid var(--color-primary);
}
.events-list-table { width: 100%; }
.events-list-th-dates { width: 130px; }
.prev-article--current {
	background-color: rgba(0, 144, 85, 0.12);
}
.events-list-icon {
	padding: 3px;
}
.events-list-news-wrapper {
	position: relative;
	display: inline-block;
}
.events-list-news-counter {
	position: relative;
	left: -15px;
	top: -10px;
}
.bx-auth-secure--hidden { display: none; }
.auth-login-submit { margin-left: 0; }
.auth-table-centered { width: 95%; margin-left: auto; margin-right: auto; text-align: center; }
.auth-table-cell-center { text-align: center; }
.auth-table-cell-full { width: 100%; }
.vote-bar-table { width: 100%; }
.vote-legend-cell { vertical-align: middle; }
.vote-legend-line { height: 1px; width: 80%; }
.form-table--base { font-size: var(--font-size-base, 13px); }
.form-table-label-cell { padding-bottom: var(--ui-padding-lg, 1.5rem); width: 50%; }
.form-table-value-cell { padding-bottom: var(--ui-padding-lg, 1.5rem); }
.news-detail-structure-table { width: 100%; border-collapse: collapse; }
.news-detail-structure-table th,
.news-detail-structure-table td { border: 1px solid var(--color-border); padding: var(--ui-padding-sm, 0.5em 0.75em); }
.news-detail-structure-table thead th { background: var(--color-bg-light); font-weight: 600; }

@media (max-width: 768px) {
	/* Карточный вид: одна строка (tr) = одна карточка */
	.ui-table-cards,
	.table-responsive-cards {
		display: block !important;
		width: 100%;
		border: none !important;
		background: transparent !important;
	}
	.ui-table-cards thead,
	.table-responsive-cards thead { display: none !important; }
	.ui-table-cards tbody,
	.table-responsive-cards tbody {
		display: block !important;
		width: 100%;
		border: none !important;
		background: transparent !important;
	}
	.ui-table-cards tbody tr,
	.table-responsive-cards tbody tr {
		display: block !important;
		width: 100%;
		margin-bottom: 1.25rem;
		padding: 0 !important;
		border: 1px solid var(--color-border);
		border-radius: var(--radius);
		background: var(--color-bg);
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
		overflow: hidden;
		border-left: 4px solid var(--color-primary);
	}
	.ui-table-cards td,
	.table-responsive-cards td {
		display: block !important;
		border: none !important;
		padding: 0.625rem 1rem 0.5rem !important;
		text-align: left !important;
		line-height: 1.45;
		font-size: var(--font-size-base, 13px);
		border-bottom: 1px solid var(--color-bg-light) !important;
	}
	.ui-table-cards td:last-child,
	.table-responsive-cards td:last-child {
		border-bottom: none !important;
		padding-bottom: 0.875rem !important;
	}
	.ui-table-cards td::before,
	.table-responsive-cards td::before {
		content: attr(data-label);
		display: block;
		font-size: 0.7rem;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		color: var(--color-text-muted);
		margin-bottom: 0.2rem;
	}
	.ui-table-cards td[data-label=""]::before,
	.table-responsive-cards td[data-label=""]::before { display: none; }
	.ui-table-cards td a,
	.table-responsive-cards td a {
		color: var(--color-link);
		text-decoration: underline;
	}
	.ui-table-cards td a:hover,
	.table-responsive-cards td a:hover {
		color: var(--color-link-hover);
	}
	/* Главная ссылка в карточке событий (класс соревнований) */
	.ui-table-cards.events-list-table td.prev-article_link::before,
	.ui-table-cards.events-list-table td[data-label="Класс соревнований"]::before {
		color: var(--color-primary);
		font-size: 0.75rem;
	}
	.ui-table-cards.events-list-table td.prev-article_link a,
	.ui-table-cards.events-list-table td[data-label="Класс соревнований"] a {
		font-weight: 600;
		color: var(--color-primary);
		text-decoration: none;
	}
	.ui-table-cards.events-list-table td.prev-article_link a:hover,
	.ui-table-cards.events-list-table td[data-label="Класс соревнований"] a:hover {
		text-decoration: underline;
		color: var(--color-primary-dark);
	}
	/* Главная ссылка в карточке регионов */
	.ui-table-cards.region-stacktable td[data-label="Регион"]::before {
		color: var(--color-primary);
		font-size: 0.75rem;
	}
	.ui-table-cards.region-stacktable td[data-label="Регион"] a {
		font-weight: 600;
		color: var(--color-primary);
		text-decoration: none;
	}
	.ui-table-cards.region-stacktable td[data-label="Регион"] a:hover {
		text-decoration: underline;
		color: var(--color-primary-dark);
	}
}

/* End */
/* /design/styles/tooltips/reference-tooltip.css?17770628291639 */
/* /bitrix/templates/paraolympics_resp/ui-kit/auth-forms.css?17770634111582 */
/* /design/styles/jsmenu/demo.css?17770631094528 */
/* /bitrix/components/bitrix/breadcrumb/templates/coffeediz.schema.org/style.css?1615923539947 */
/* /bitrix/templates/paraolympics_resp/styles.css?177710778310734 */
