/* Нейрокалькулятор временно скрыт. Чтобы вернуть стили виджета, раскомментировать импорт ниже. */
/* @import url("/Нейрокалькулятор/assets/neurocalc.css?v=20260619-global3"); */

.site-counter-pixel {
	left: -9999px;
	position: absolute;
}

a:focus,
a:active {
	outline: 0 !important;
}

#footer .container {
	min-height: 56px;
	position: relative;
}

#footer .container::before,
#footer .container::after {
	content: none;
	display: none;
}

#footer .copyright {
	float: none;
	font-weight: 400;
	left: 15px;
	line-height: 1.08;
	margin-top: 0;
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
}

#footer .copyright__brand {
	font-size: 100%;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 2px;
}

#footer .copyright__legal {
	display: block;
	font-size: 66.6667%;
	line-height: 1.12;
	margin: 0;
}

#footer .copyright__legal + .copyright__legal {
	margin-top: 1px;
}
#footer img[alt="PayKeeper"] {
	display: block;
	left: 50%;
	max-width: 300px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

#footer .social {
	align-items: center;
	display: flex;
	float: none;
	margin-top: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

#footer .social .text {
	margin: 0 8px 0 0;
}

#footer .social a {
	align-items: center;
	display: inline-flex;
}

.people-accordion {
	border-top: 1px solid rgba(93, 133, 171, 0.11);
	margin-top: 5px;
}

.team-crowd-hdr {
	background: url(/assets/images/team-revolution-crowd.png?v=20260618-dance) no-repeat right center;
	background-size: auto 56px;
	min-height: 64px;
	padding: 14px 84px 14px 0;
}

.team-group {
	border-bottom: 1px solid rgba(93, 133, 171, 0.11);
}

.team-group__heading {
	margin: 0;
}

.team-group__trigger.hdr {
	appearance: none;
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: #5d85ab;
	cursor: pointer;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	padding: 10px 36px 10px 0;
	position: relative;
	text-align: left;
	transition: background-color 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
	width: 100%;
}

.team-group__trigger.hdr::after {
	color: rgba(93, 133, 171, 0.16);
	content: "+";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.35s ease;
}

.team-group.is-open .team-group__trigger.hdr,
.team-group.is-closing .team-group__trigger.hdr {
	background-color: rgba(196, 71, 61, 0.07);
	box-shadow: inset 3px 0 0 rgba(196, 71, 61, 0.72);
	color: #c4473d;
	padding-left: 12px;
}

.team-group.is-open .team-group__trigger.hdr::after,
.team-group.is-closing .team-group__trigger.hdr::after {
	color: rgba(196, 71, 61, 0.34);
}

.team-group.is-open .team-group__trigger.hdr::after {
	transform: translateY(-50%) rotate(45deg);
}

#team-hall-of-fame-trigger.team-group__trigger:not([aria-expanded="true"]) {
	color: #e8cd76;
}

#team-hall-of-fame-trigger.team-group__trigger:not([aria-expanded="true"])::after {
	color: rgba(232, 205, 118, 0.22);
}

.team-group__panel {
	max-height: 0;
	min-height: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transition: max-height 0.55s ease, opacity 0.35s ease;
}

.team-group.is-open .team-group__panel {
	opacity: 1;
	pointer-events: auto;
}

.team-group.is-open.is-overflow-ready .team-group__panel {
	overflow: visible;
}

.team-group__panel-inner {
	padding: 24px 0 58px;
}

.team-group.is-empty .team-group__panel-inner {
	padding: 0;
}

.hall-of-fame__dead-link {
	cursor: pointer;
}

@media (min-width: 768px) {
	.people-accordion {
		align-items: start;
		column-gap: 42px;
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.team-group {
		border-bottom: 0;
		display: contents;
	}

	.team-group__heading {
		border-bottom: 1px solid rgba(93, 133, 171, 0.11);
		min-width: 0;
	}

	.team-group__trigger.hdr {
		font-size: 16px;
		line-height: 1.3;
		padding: 9px 42px 9px 0;
	}

	.team-group.is-open .team-group__trigger.hdr,
	.team-group.is-closing .team-group__trigger.hdr {
		padding-left: 12px;
	}

	.team-group__panel {
		grid-column: 1 / -1;
		min-width: 0;
	}

	.team-group:nth-of-type(1) .team-group__heading {
		grid-column: 1;
		grid-row: 1;
	}

	.team-group:nth-of-type(2) .team-group__heading {
		grid-column: 2;
		grid-row: 1;
	}

	.team-group:nth-of-type(1) .team-group__panel,
	.team-group:nth-of-type(2) .team-group__panel {
		grid-row: 2;
	}

	.team-group:nth-of-type(3) .team-group__heading {
		grid-column: 1;
		grid-row: 3;
	}

	.team-group:nth-of-type(4) .team-group__heading {
		grid-column: 2;
		grid-row: 3;
	}

	.team-group:nth-of-type(3) .team-group__panel,
	.team-group:nth-of-type(4) .team-group__panel {
		grid-row: 4;
	}

	.team-group:nth-of-type(5) .team-group__heading {
		grid-column: 1;
		grid-row: 5;
	}

	.team-group:nth-of-type(6) .team-group__heading {
		grid-column: 2;
		grid-row: 5;
	}

	.team-group:nth-of-type(5) .team-group__panel,
	.team-group:nth-of-type(6) .team-group__panel {
		grid-row: 6;
	}
}

@media (max-width: 767px) {
	.team-crowd-hdr {
		background-size: auto 46px;
		min-height: 54px;
		padding: 12px 70px 12px 0;
	}

	#footer .container {
		align-items: center;
		display: flex;
		flex-direction: column;
		min-height: 0;
		row-gap: 8px;
	}

	#footer .copyright,
	#footer .social {
		left: auto;
		position: static;
		right: auto;
		text-align: center;
		transform: none;
	}

	#footer img[alt="PayKeeper"] {
		left: auto;
		max-width: 100%;
		position: static;
		transform: none;
	}
}
