/* =========================================================
   Plus 2026 — страница «О компании».
   Макеты: 527:1516, 900:3730, 900:3731.
   ========================================================= */

.page-company .site-header--overlay {
	background: transparent;
}

.about-page {
	--about-intro-accent: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201470%201256'%20preserveAspectRatio='none'%3E%3Cg%20transform='matrix(26.6%20-146.87%20128%2026.488%20949%201296.6)'%3E%3CforeignObject%20x='-118.91'%20y='-118.91'%20width='237.82'%20height='237.82'%3E%3Cdiv%20xmlns='http://www.w3.org/1999/xhtml'%20style='background-image:%20conic-gradient(from%2090deg,%20rgb(48,%2056,%2072)%20-21.514%,%20rgb(48,%2056,%2072)%209.4439%,%20rgb(94,%2067,%2079)%2016.718%,%20rgb(141,%2079,%2087)%2023.993%,%20rgb(187,%2090,%2094)%2031.268%,%20rgb(233,%20101,%20101)%2038.542%,%20rgba(233,%20101,%20101,%200.49)%2072.893%,%20rgba(141,%2079,%2087,%200.745)%2075.689%,%20rgba(94,%2067,%2079,%200.873)%2077.088%,%20rgb(48,%2056,%2072)%2078.486%,%20rgb(48,%2056,%2072)%20109.44%25);%20opacity:1;%20height:%20100%25;%20width:%20100%25;'%3E%3C/div%3E%3C/foreignObject%3E%3C/g%3E%3C/svg%3E");
	overflow: visible;
	background: var(--c-white);
}

.about-intro {
	position: relative;
	padding: 123px 16px 120px;
	color: var(--c-white);
	background:
		url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201470%201256'%20preserveAspectRatio='none'%3E%3Cg%20transform='matrix(26.6%20-146.87%20128%2026.488%20949%201296.6)'%3E%3CforeignObject%20x='-118.91'%20y='-118.91'%20width='237.82'%20height='237.82'%3E%3Cdiv%20xmlns='http://www.w3.org/1999/xhtml'%20style='background-image:%20conic-gradient(from%2090deg,%20rgb(48,%2056,%2072)%20-21.514%,%20rgb(48,%2056,%2072)%209.4439%,%20rgb(94,%2067,%2079)%2016.718%,%20rgb(141,%2079,%2087)%2023.993%,%20rgb(187,%2090,%2094)%2031.268%,%20rgb(233,%20101,%20101)%2038.542%,%20rgba(233,%20101,%20101,%200.49)%2072.893%,%20rgba(141,%2079,%2087,%200.745)%2075.689%,%20rgba(94,%2067,%2079,%200.873)%2077.088%,%20rgb(48,%2056,%2072)%2078.486%,%20rgb(48,%2056,%2072)%20109.44%25);%20opacity:1;%20height:%20100%25;%20width:%20100%25;'%3E%3C/div%3E%3C/foreignObject%3E%3C/g%3E%3C/svg%3E") top center / 100% 1256px no-repeat,
		linear-gradient(to bottom, #303848 0 915px, var(--c-white) 915px 100%);
}

.about-intro__container {
	position: relative;
	width: 100%;
}

.about-back {
	position: relative;
	width: 100%;
}

.about-back::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 14px;
	height: 1px;
	background: rgba(145, 165, 186, 0.42);
}

.about-back__link {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 27px;
	padding: 4px 10px 4px 14px;
	color: var(--c-white);
	background: var(--c-primary);
	font-size: 13px;
	line-height: 21px;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.about-back__link:hover,
.about-back__link:focus-visible {
	background: var(--c-white);
	color: var(--c-primary);
}

.about-back__arrow {
	position: relative;
	flex: none;
	width: 15px;
	height: 10px;
	transform: scaleX(-1);
}

.about-back__arrow::before,
.about-back__arrow::after {
	content: "";
	position: absolute;
	background: currentColor;
}

.about-back__arrow::before {
	left: 0;
	top: 4px;
	width: 15px;
	height: 1.3px;
}

.about-back__arrow::after {
	right: 0;
	top: 1px;
	width: 7px;
	height: 7px;
	border-top: 1.3px solid currentColor;
	border-right: 1.3px solid currentColor;
	background: transparent;
	transform: rotate(45deg);
}

.about-title {
	margin-top: 64px;
	color: var(--c-white);
	font-size: 40px;
	line-height: 40px;
	font-weight: var(--fw-semibold);
}

.about-hero-copy {
	margin-top: 85px;
}

.about-hero-copy__title {
	max-width: 343px;
	color: var(--c-white);
	font-size: 26px;
	line-height: 34px;
	font-weight: var(--fw-semibold);
}

.about-hero-copy__text {
	max-width: 343px;
	margin-top: 24px;
	color: var(--c-white);
	font-size: 16px;
	line-height: 24px;
}

.about-video-card {
	--about-video-base-transform: none;
	position: relative;
	width: 343px;
	max-width: 100%;
	height: 192px;
	margin-top: 32px;
	overflow: hidden;
	background: #d9d9d9;
	transform: var(--about-video-base-transform);
}

.about-video-card__image {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 473px;
	max-width: none;
	height: 192px;
	object-fit: cover;
	object-position: center;
	transform: translate(-50%, -50%);
}

.about-video-card__play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 55px;
	height: 55px;
	background: var(--c-primary);
	transform: translate(-50%, -50%);
	transition:
		opacity 0.2s ease,
		background-color 0.2s ease,
		transform 0.2s ease;
}

.about-video-card__play::before {
	content: "";
	position: absolute;
	left: 22px;
	top: 17px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 14px solid var(--c-white);
}

.about-video-card__play:hover,
.about-video-card__play:focus-visible {
	background: #7e4048;
	transform: translate(-50%, -50%) scale(1.04);
}

.about-video-card__logo {
	display: none;
}

body.about-animations-ready .about-video-card[data-about-video-reveal] {
	opacity: 0;
	clip-path: inset(18% 0 0 0);
	transform: var(--about-video-base-transform);
	transition:
		opacity 0.5s ease-out,
		clip-path 0.8s ease;
}

body.about-animations-ready .about-video-card[data-about-video-reveal] .about-video-card__image {
	transform: translate(-50%, calc(-50% + 56px)) scale(1.08);
	transition: transform 1s ease;
}

body.about-animations-ready .about-video-card[data-about-video-reveal] .about-video-card__play {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.86);
	transition:
		opacity 0.35s ease 0.28s,
		background-color 0.2s ease,
		transform 0.55s ease 0.28s;
}

body.about-animations-ready .about-video-card[data-about-video-reveal] .about-video-card__logo {
	opacity: 0;
	transform: translate3d(0, 44px, 0);
	transition:
		opacity 0.45s ease 0.34s,
		transform 0.75s ease 0.34s;
}

body.about-animations-ready .about-video-card[data-about-video-reveal].is-visible {
	opacity: 1;
	clip-path: inset(0);
	transform: var(--about-video-base-transform);
}

body.about-animations-ready .about-video-card[data-about-video-reveal].is-visible .about-video-card__image {
	transform: translate(-50%, -50%) scale(1);
}

body.about-animations-ready .about-video-card[data-about-video-reveal].is-visible .about-video-card__play {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

body.about-animations-ready .about-video-card[data-about-video-reveal].is-visible .about-video-card__logo {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

body.about-animations-ready .about-video-card[data-about-video-reveal].is-visible .about-video-card__play:hover,
body.about-animations-ready .about-video-card[data-about-video-reveal].is-visible .about-video-card__play:focus-visible {
	transform: translate(-50%, -50%) scale(1.04);
}

.about-stats {
	display: flex;
	flex-direction: column;
	gap: 49px;
	margin-top: 32px;
	color: var(--c-ink);
}

.about-stat {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-weight: var(--fw-semibold);
}

.about-stat__num {
	color: var(--c-primary);
	font-size: 70px;
	line-height: 60px;
}

.about-stat__label {
	max-width: 320px;
	color: var(--c-ink);
	font-size: 20px;
	line-height: 28px;
}

.about-people-title {
	margin-top: 80px;
	color: var(--c-ink);
	font-size: 40px;
	line-height: 40px;
	font-weight: var(--fw-semibold);
}

.about-work-strip {
	display: flex;
	gap: 10px;
	width: calc(100vw - 2px);
	margin-top: 32px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
	touch-action: pan-x;
}

.about-work-strip::-webkit-scrollbar {
	display: none;
}

.about-work-card {
	position: relative;
	flex: 0 0 312px;
	height: 250px;
	padding: 24px 17px 12px;
	color: var(--c-ink);
	background:
		radial-gradient(260px 160px at 0 100%, rgba(255, 185, 185, 0.55), rgba(244, 246, 248, 0) 66%),
		var(--c-bg-soft);
}

.about-work-card:nth-child(even) {
	background:
		radial-gradient(260px 160px at 100% 100%, rgba(255, 185, 185, 0.55), rgba(244, 246, 248, 0) 66%),
		var(--c-bg-soft);
}

.about-work-card__title {
	color: var(--c-ink);
	font-size: 20px;
	line-height: 28px;
	font-weight: var(--fw-semibold);
}

.about-work-card__text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 16px;
	font-size: 13px;
	line-height: 20px;
}

.about-work-card__num {
	position: absolute;
	right: 17px;
	bottom: 12px;
	color: var(--c-primary);
	font-size: 20px;
	line-height: 28px;
	font-weight: var(--fw-semibold);
}

.about-values {
	position: relative;
	overflow: hidden;
	color: var(--c-white);
	background:
		url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201470%20659'%20preserveAspectRatio='none'%3E%3Cg%20transform='matrix(172.04%20-27.958%2033.251%2077.149%200.000091773%20659)'%3E%3CforeignObject%20x='-100.78'%20y='-100.78'%20width='201.56'%20height='201.56'%3E%3Cdiv%20xmlns='http://www.w3.org/1999/xhtml'%20style='background-image:%20conic-gradient(from%2090deg,%20rgb(48,%2056,%2072)%20-12.009%,%20rgb(48,%2056,%2072)%200.36188%,%20rgb(94,%2067,%2079)%202.4283%,%20rgb(141,%2079,%2087)%204.4948%,%20rgb(187,%2090,%2094)%206.5612%,%20rgb(233,%20101,%20101)%208.6277%,%20rgb(187,%2090,%2094)%2028.469%,%20rgb(141,%2079,%2087)%2048.31%,%20rgb(94,%2067,%2079)%2068.15%,%20rgb(48,%2056,%2072)%2087.991%,%20rgb(48,%2056,%2072)%20100.36%25);%20opacity:1;%20height:%20100%25;%20width:%20100%25;'%3E%3C/div%3E%3C/foreignObject%3E%3C/g%3E%3C/svg%3E") center / 100% 100% no-repeat,
		#303848;
}

.about-values__container {
	position: relative;
	min-height: 768px;
	padding: 156px 16px 64px;
}

.about-values__label {
	position: absolute;
	left: calc(100% - 1px);
	top: 0;
	width: 374px;
	max-width: none;
	height: 124px;
	object-fit: contain;
	object-position: left top;
	transform: translateX(0);
}

.about-values__lead {
	max-width: 349px;
	font-size: 16px;
	line-height: 24px;
}

.about-values__list {
	max-width: 339px;
	margin-top: 32px;
	border-top: 1px solid rgba(233, 101, 101, 0.72);
}

.about-values__item {
	padding: 16px 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(233, 101, 101, 0.72);
}

.about-values__item h3 {
	color: var(--c-white);
	font-size: 20px;
	line-height: 40px;
	font-weight: var(--fw-semibold);
}

.about-values__item p {
	max-width: 329px;
	max-height: 0;
	margin-top: 0;
	overflow: hidden;
	opacity: 0;
	color: var(--c-white);
	font-size: 13px;
	line-height: 20px;
	transition:
		max-height 0.35s ease,
		margin-top 0.2s ease,
		opacity 0.2s ease;
}

.about-values__item:hover p,
.about-values__item:focus-within p,
.about-values__item.is-open p {
	max-height: 120px;
	margin-top: 16px;
	opacity: 1;
}

.about-partners-section {
	padding: 96px 0;
	background: var(--c-white);
}

.about-section-title {
	color: var(--c-ink);
	font-size: 40px;
	line-height: 50px;
	font-weight: var(--fw-semibold);
}

.about-partners-section__title {
	width: 339px;
	margin-left: 18px;
}

.about-partners {
	display: flex;
	gap: 10px;
	width: calc(100% - 19px);
	margin-top: 32px;
	margin-left: 19px;
	overflow-x: auto;
	scrollbar-width: none;
}

.about-partners::-webkit-scrollbar {
	display: none;
}

.about-partner-card {
	display: flex;
	flex-direction: column;
	flex: 0 0 313px;
	height: 530px;
	padding: 34px 17px 32px;
	background:
		radial-gradient(360px 180px at 0 100%, rgba(255, 185, 185, 0.55), rgba(244, 246, 248, 0) 70%),
		var(--c-bg-soft);
}

.about-partner-card--zdr {
	background:
		url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201048%20244'%20preserveAspectRatio='none'%3E%3Cg%20transform='matrix(122.65%20-10.352%2023.706%2028.565%200.000065428%20244)'%3E%3CforeignObject%20x='-100.78'%20y='-100.78'%20width='201.56'%20height='201.56'%3E%3Cdiv%20xmlns='http://www.w3.org/1999/xhtml'%20style='background-image:%20conic-gradient(from%2090deg,%20rgb(244,%20246,%20248)%20-12.009%,%20rgb(244,%20246,%20248)%200.36188%,%20rgb(255,%20185,%20185)%208.6277%,%20rgb(244,%20246,%20248)%2087.991%,%20rgb(244,%20246,%20248)%20100.36%25);%20opacity:1;%20height:%20100%25;%20width:%20100%25;'%3E%3C/div%3E%3C/foreignObject%3E%3C/g%3E%3C/svg%3E") center / 100% 100% no-repeat,
		var(--c-bg-soft);
}

.about-partner-card--double {
	background:
		url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201048%20244'%20preserveAspectRatio='none'%3E%3Cg%20transform='matrix(2.7823%20-26.322%2060.28%200.64798%201078.1%20244)'%3E%3CforeignObject%20x='-159.64'%20y='-159.64'%20width='319.28'%20height='319.28'%3E%3Cdiv%20xmlns='http://www.w3.org/1999/xhtml'%20style='background-image:%20conic-gradient(from%2090deg,%20rgb(244,%20246,%20248)%20-8.9665%,%20rgb(255,%20185,%20185)%208.6277%,%20rgb(244,%20246,%20248)%2074.608%,%20rgb(244,%20246,%20248)%2091.034%,%20rgb(255,%20185,%20185)%20108.63%25);%20opacity:1;%20height:%20100%25;%20width:%20100%25;'%3E%3C/div%3E%3C/foreignObject%3E%3C/g%3E%3C/svg%3E") center / 100% 100% no-repeat,
		var(--c-bg-soft);
}

.about-partner-card--sac {
	background:
		url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201048%20216'%20preserveAspectRatio='none'%3E%3Cg%20transform='matrix(38.488%2043.855%20-113.45%207.9351%200%200)'%3E%3CforeignObject%20x='-87.034'%20y='-87.034'%20width='174.07'%20height='174.07'%3E%3Cdiv%20xmlns='http://www.w3.org/1999/xhtml'%20style='background-image:%20conic-gradient(from%2090deg,%20rgb(244,%20246,%20248)%20-4.5746%,%20rgb(255,%20185,%20185)%2011.676%,%20rgb(244,%20246,%20248)%2017.034%,%20rgb(244,%20246,%20248)%2095.425%,%20rgb(255,%20185,%20185)%20111.68%25);%20opacity:1;%20height:%20100%25;%20width:%20100%25;'%3E%3C/div%3E%3C/foreignObject%3E%3C/g%3E%3C/svg%3E") center / 100% 100% no-repeat,
		var(--c-bg-soft);
}

.about-partner-card--surgaid {
	background:
		url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201048%20216'%20preserveAspectRatio='none'%3E%3Cg%20transform='matrix(-12.52%20-31.549%2081.616%20-2.5813%20568.05%20216)'%3E%3CforeignObject%20x='-120.98'%20y='-120.98'%20width='241.96'%20height='241.96'%3E%3Cdiv%20xmlns='http://www.w3.org/1999/xhtml'%20style='background-image:%20conic-gradient(from%2090deg,%20rgb(244,%20246,%20248)%20-12.009%,%20rgb(244,%20246,%20248)%2015.053%,%20rgb(255,%20185,%20185)%2022.486%,%20rgb(244,%20246,%20248)%2087.991%,%20rgb(244,%20246,%20248)%20115.05%25);%20opacity:1;%20height:%20100%25;%20width:%20100%25;'%3E%3C/div%3E%3C/foreignObject%3E%3C/g%3E%3C/svg%3E") center / 100% 100% no-repeat,
		var(--c-bg-soft);
}

.about-partner-card__brand {
	display: contents;
}

.about-partner-card__logo {
	order: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 214px;
	height: 68px;
}

.about-partner-card__logo img {
	object-fit: contain;
	mix-blend-mode: multiply;
}

.about-partner-card--zdr .about-partner-card__logo img { width: 156px; height: 43px; }
.about-partner-card--double .about-partner-card__logo img { width: 164px; height: 40px; object-fit: fill; }
.about-partner-card--sac .about-partner-card__logo img { width: 141px; height: 48px; }
.about-partner-card--surgaid .about-partner-card__logo img { width: 151px; height: 42px; }

.about-partner-card__link {
	order: 3;
	margin-top: auto;
	color: var(--c-primary);
	font-size: 13px;
	line-height: 22px;
	transition: color 0.2s ease;
}

.about-partner-card__link:hover,
.about-partner-card__link:focus-visible {
	color: #814149;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.about-partner-card__content {
	order: 2;
	margin-top: 16px;
	color: var(--c-ink);
}

.about-partner-card__content h3 {
	color: var(--c-ink);
	font-size: 20px;
	line-height: 28px;
	font-weight: var(--fw-semibold);
}

.about-partner-card__content p {
	margin-top: 16px;
	font-size: 13px;
	line-height: 20px;
}

.about-partner-card__lead {
	font-weight: var(--fw-semibold);
	font-size: 16px;
	line-height: 24px;
}

.about-development {
	position: relative;
	width: 100vw;
	min-height: 906px;
	margin-left: calc(50% - 50vw);
	padding: 186px 15px 0 21px;
	overflow: hidden;
	color: var(--c-white);
	background:
		url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201470%20660'%20preserveAspectRatio='none'%3E%3Cg%20transform='matrix(172.04%20-28%2033.251%2077.266%200.000091773%20660)'%3E%3CforeignObject%20x='-100.78'%20y='-100.78'%20width='201.56'%20height='201.56'%3E%3Cdiv%20xmlns='http://www.w3.org/1999/xhtml'%20style='background-image:%20conic-gradient(from%2090deg,%20rgb(48,%2056,%2072)%20-12.009%,%20rgb(48,%2056,%2072)%200.36188%,%20rgb(94,%2067,%2079)%202.4283%,%20rgb(141,%2079,%2087)%204.4948%,%20rgb(187,%2090,%2094)%206.5612%,%20rgb(233,%20101,%20101)%208.6277%,%20rgb(187,%2090,%2094)%2028.469%,%20rgb(141,%2079,%2087)%2048.31%,%20rgb(94,%2067,%2079)%2068.15%,%20rgb(48,%2056,%2072)%2087.991%,%20rgb(48,%2056,%2072)%20100.36%25);%20opacity:1;%20height:%20100%25;%20width:%20100%25;'%3E%3C/div%3E%3C/foreignObject%3E%3C/g%3E%3C/svg%3E") center / 100% 100% no-repeat,
		#303848;
}

.about-development__figure {
	position: absolute;
	left: -30px;
	top: 0;
	width: 443px;
	height: 221px;
	overflow: hidden;
}

.about-development__figure img {
	position: absolute;
	left: -15.88%;
	top: -54.79%;
	width: 140.57%;
	max-width: none;
	height: 239.77%;
	transform: rotate(-120deg);
	transform-origin: center;
}

.about-development__tool {
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	width: 236px;
	height: 293px;
	overflow: hidden;
}

.about-development__tool-crop {
	position: absolute;
	inset: 0;
	transform: rotate(180deg) scaleY(-1);
	transform-origin: center;
}

.about-development__tool-crop img {
	position: absolute;
	left: 19.24%;
	top: 19.06%;
	width: 139.05%;
	max-width: none;
	height: 130.25%;
}

.about-development__logo {
	position: absolute;
	left: 15px;
	top: 49px;
	width: 221px;
	height: 60.775px;
	object-fit: contain;
}

.about-development__text {
	position: relative;
	z-index: 1;
	max-width: 340px;
}

.about-development__text h2 {
	color: var(--c-white);
	font-size: 26px;
	line-height: 34px;
	font-weight: var(--fw-semibold);
}

.about-development__text p {
	margin-top: 24px;
	font-size: 16px;
	line-height: 24px;
}

.about-development__aside {
	position: relative;
	z-index: 1;
	margin-top: 32px;
}

.about-development__num {
	display: block;
	color: var(--c-primary);
	font-size: 55px;
	line-height: 60px;
	font-weight: var(--fw-semibold);
}

.about-development__label,
.about-development__action p {
	display: block;
	max-width: 323px;
	color: var(--c-white);
	font-size: 13px;
}

.about-development__label {
	line-height: 24px;
}

.about-development__action p {
	width: 275px;
	max-width: 275px;
	line-height: 20px;
}

.about-development__action {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 340px;
	margin-top: 32px;
}

.about-development__action .btn {
	width: 100%;
	height: 60px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 13px;
}

.about-education {
	position: relative;
	width: 100vw;
	min-height: 584px;
	margin-left: calc(50% - 50vw);
	padding: 61px 16px 61px;
	overflow: hidden;
	background: var(--c-bg-soft);
}

.about-education__bg {
	position: absolute;
	left: -501px;
	top: 0;
	width: 1378px;
	max-width: none;
	height: 584px;
	object-fit: cover;
}

.about-education__logo {
	position: relative;
	z-index: 1;
	width: 165px;
	height: auto;
}

.about-education__card {
	position: relative;
	z-index: 1;
	width: 342px;
	height: 367px;
	max-width: 100%;
	margin-top: 32px;
	padding: 25px 22px 30px;
	background:
		url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20690%20506'%20preserveAspectRatio%3D'none'%3E%3Cg%20transform%3D'matrix(25.341%20102.73%20-74.695%2018.589%200%200)'%3E%3CforeignObject%20x%3D'-87.034'%20y%3D'-87.034'%20width%3D'174.07'%20height%3D'174.07'%3E%3Cdiv%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%20style%3D'background-image%3A%20conic-gradient(from%2090deg%2C%20rgb(244%2C%20246%2C%20248)%20-4.5746%25%2C%20rgb(255%2C%20185%2C%20185)%2011.676%25%2C%20rgb(244%2C%20246%2C%20248)%2017.034%25%2C%20rgb(244%2C%20246%2C%20248)%2095.425%25%2C%20rgb(255%2C%20185%2C%20185)%20111.68%25)%3B%20opacity%3A1%3B%20height%3A%20100%25%3B%20width%3A%20100%25%3B'%3E%3C%2Fdiv%3E%3C%2FforeignObject%3E%3C%2Fg%3E%3C%2Fsvg%3E") center / 100% 100% no-repeat,
		var(--c-bg-soft);
}

.about-education__card h2 {
	width: 303px;
	max-width: 303px;
	color: var(--c-ink);
	font-size: 26px;
	line-height: 34px;
	font-weight: var(--fw-semibold);
}

.about-education__card p {
	width: 303px;
	max-width: 303px;
	height: 120px;
	margin-top: 32px;
	color: var(--c-ink);
	font-size: 16px;
	line-height: 24px;
}

.about-education__card .btn {
	width: 303px;
	max-width: none;
	height: 60px;
	margin-top: 32px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 13px;
}

@media (min-width: 768px) {
	.about-intro {
		padding: 128px 40px 92px;
		background:
			var(--about-intro-accent) top center / 100% 1256px no-repeat,
			linear-gradient(to bottom, #303848 0 886px, var(--c-white) 886px 100%);
	}

	.about-title {
		margin-top: 64px;
		font-size: 65px;
		line-height: 70px;
	}

	.about-hero-copy {
		margin-top: 119px;
	}

	.about-hero-copy__title {
		max-width: 676px;
		font-size: 26px;
		line-height: 34px;
	}

	.about-hero-copy__text {
		max-width: 676px;
		margin-top: 24px;
		font-size: 16px;
		line-height: 24px;
	}

	.about-video-card {
		width: 688px;
		height: 388px;
		margin-top: 48px;
	}

	.about-video-card__image {
		width: 1365px;
		height: 554px;
	}

	.about-video-card__play {
		width: 73px;
		height: 73px;
	}

	.about-video-card__play::before {
		left: 30px;
		top: 23px;
		border-top-width: 13px;
		border-bottom-width: 13px;
		border-left-width: 18px;
	}

	.about-video-card__logo {
		display: block;
		position: absolute;
		left: -88px;
		top: 317px;
		width: 864px;
		max-width: none;
		height: 164px;
	}

	.about-stats {
		flex-direction: row;
		gap: 157px;
		margin-top: 48px;
	}

	.about-stat__num {
		font-size: 55px;
		line-height: 65px;
	}

	.about-stat__label {
		font-size: 20px;
		line-height: 28px;
	}

	.about-people-title {
		margin-top: 92px;
		font-size: 55px;
		line-height: 70px;
	}

	.about-work-strip {
		box-sizing: border-box;
		width: 100vw;
		margin-top: 48px;
		margin-left: calc(50% - 50vw);
		padding-left: 40px;
		padding-right: 40px;
	}

	.about-values__container {
		min-height: 659px;
		padding: 70px 40px 0 277px;
	}

	.about-values__label {
		left: 0;
		width: 219px;
		height: 659px;
	}

	.about-values__lead,
	.about-values__list {
		max-width: 451px;
	}

	.about-values__lead {
		font-size: 16px;
		line-height: 24px;
	}

	.about-values__list {
		margin-top: 32px;
	}

	.about-partners-section {
		padding: 92px 40px 80px;
	}

	.about-partners-section__title {
		width: 688px;
		margin-left: 0;
		font-size: 55px;
		line-height: 70px;
	}

	.about-partners {
		display: grid;
		grid-template-columns: 1fr;
		gap: 24px;
		width: 688px;
		margin-top: 32px;
		margin-left: 0;
		overflow: visible;
	}

	.about-partner-card {
		position: relative;
		display: block;
		width: 688px;
		height: 285px;
		padding: 0;
	}

	.about-partner-card__brand {
		display: block;
	}

	.about-partner-card__logo {
		position: absolute;
		left: 3px;
		top: 31px;
	}

	.about-partner-card:first-child .about-partner-card__logo {
		top: 45px;
	}

	.about-partner-card--sac .about-partner-card__logo,
	.about-partner-card--surgaid .about-partner-card__logo {
		left: 4px;
		width: 213px;
	}

	.about-partner-card__content {
		position: absolute;
		left: 242px;
		top: 31px;
		width: 403px;
		margin-top: 0;
	}

	.about-partner-card:first-child .about-partner-card__content {
		left: 235px;
		top: 39px;
		width: 410px;
	}

	.about-partner-card__link {
		position: absolute;
		left: 32px;
		top: 192px;
		margin-top: 0;
	}

	.about-partner-card:nth-child(n+3) .about-partner-card__link {
		top: 164px;
	}

	.about-partner-card__content h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.about-partner-card__content p {
		font-size: 13px;
		line-height: 20px;
	}

	.about-development {
		height: 595px;
		min-height: 0;
		padding: 0;
	}

	.about-development__figure {
		left: 328px;
		top: 0;
		width: 443px;
		height: 221px;
	}

	.about-development__tool {
		left: 0;
		right: auto;
		bottom: 0;
		width: 292px;
		height: 362px;
	}

	.about-development__logo {
		left: 39px;
		top: 49px;
		width: 221px;
		height: 60.775px;
	}

	.about-development__text {
		position: absolute;
		left: 384px;
		top: 55px;
		width: 347px;
		max-width: 347px;
	}

	.about-development__text h2 {
		width: 457px;
		font-size: 26px;
		line-height: 34px;
	}

	.about-development__text p {
		width: 347px;
		margin-top: 24px;
		font-size: 16px;
		line-height: 24px;
	}

	.about-development__aside {
		position: absolute;
		left: 384px;
		top: 275px;
		width: 347px;
		margin: 0;
	}

	.about-development__action {
		max-width: 347px;
		margin-top: 32px;
	}

	.about-development__label {
		line-height: 24px;
	}

	.about-development__action p {
		width: 275px;
		max-width: 275px;
	}

	.about-development__action .btn {
		height: 60px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.about-education {
		height: 490px;
		min-height: 0;
		padding: 67px 40px;
	}

	.about-education__bg {
		left: -512px;
		width: 1793px;
		height: 490px;
	}

	.about-education__logo {
		position: absolute;
		left: 42px;
		top: 67px;
		width: 165px;
	}

	.about-education__card {
		width: 342px;
		margin-top: 0;
		margin-left: 344px;
		padding: 25px 22px 30px;
	}
}

@media (min-width: 1200px) {
	.about-page {
		--about-wide-offset: max(0px, calc((100vw - 1470px) / 2));
	}

	.about-page {
		width: 1470px;
		max-width: 100%;
		margin-inline: auto;
	}

	.page-company .site-footer {
		width: 1470px;
		max-width: 100%;
		margin-inline: auto;
	}

	.about-intro {
		width: 100vw;
		height: 2688px;
		margin-left: calc(50% - 50vw);
		padding: 0;
		background:
			var(--about-intro-accent) top center / 100% 1256px no-repeat,
			linear-gradient(to bottom, #303848 0 1256px, var(--c-white) 1256px 100%);
	}

	.about-intro__container {
		width: 1470px;
		max-width: 100%;
		height: 100%;
		margin-inline: auto;
	}

	.about-back {
		position: absolute;
		left: 32px;
		top: 116px;
		width: calc(100% - 64px);
	}

	.about-title {
		position: absolute;
		left: 34px;
		top: 214px;
		width: 1053px;
		margin: 0;
		font-size: 110px;
		line-height: 85px;
	}

	.about-hero-copy {
		position: absolute;
		left: 32px;
		top: 523px;
		width: 1053px;
		margin: 0;
	}

	.about-hero-copy__title {
		max-width: 1053px;
		font-size: 55px;
		line-height: 65px;
	}

	.about-hero-copy__text {
		max-width: 902px;
		margin-top: 32px;
		font-size: 22px;
		line-height: 36px;
	}

	.about-video-card {
		--about-video-base-transform: translateX(-50%);
		position: absolute;
		left: 50%;
		top: 1089px;
		width: 930px;
		height: 524px;
		margin: 0;
	}

	.about-video-card__image {
		width: 1365px;
		height: 554px;
	}

	.about-video-card__logo {
		left: 33px;
		top: 360px;
		width: 864px;
		height: 164px;
	}

	.about-stats {
		position: absolute;
		left: calc(50% - 228px);
		top: 1703px;
		display: flex;
		flex-direction: row;
		gap: 88px;
		width: 933px;
		margin: 0;
	}

	.about-stat:first-child {
		width: 384px;
	}

	.about-stat:nth-child(2) {
		width: 402px;
	}

	.about-stat__num {
		font-size: 85px;
		line-height: 95px;
	}

	.about-stat__label {
		font-size: 30px;
		line-height: 40px;
	}

	.about-people-title {
		position: absolute;
		left: 29px;
		top: 1969px;
		width: 753px;
		margin: 0;
		font-size: 85px;
		line-height: 85px;
	}

	.about-work-strip {
		position: absolute;
		left: calc(50% - 50vw);
		top: 2209px;
		box-sizing: border-box;
		width: 100vw;
		margin: 0;
		padding-left: calc(var(--about-wide-offset) + 508px);
		padding-right: calc(var(--about-wide-offset) + 30px);
		gap: 25px;
	}

	.about-work-card {
		flex-basis: 452px;
		height: 359px;
		padding: 29px 37px;
	}

	.about-work-card__title {
		font-size: 30px;
		line-height: 40px;
	}

	.about-work-card__text {
		margin-top: 16px;
		font-size: 16px;
		line-height: 26px;
	}

	.about-work-card__num {
		right: 37px;
		bottom: 18px;
		font-size: 30px;
		line-height: 40px;
	}

	.about-values {
		width: 100vw;
		height: 659px;
		min-height: 0;
		margin-left: calc(50% - 50vw);
	}

	.about-values__container {
		width: 1470px;
		max-width: 100%;
		height: 659px;
		min-height: 0;
		margin: 0 auto;
		padding: 0;
	}

	.about-values__label {
		left: 0;
		top: 0;
		width: 219px;
		height: 659px;
	}

	.about-values__lead {
		position: absolute;
		left: 270px;
		top: 70px;
		max-width: 929px;
		font-size: 22px;
		line-height: 36px;
	}

	.about-values__list {
		position: absolute;
		left: 517px;
		top: 246px;
		width: 923px;
		max-width: none;
		margin: 0;
	}

	.about-values__item {
		padding: 16px 0;
	}

	.about-values__item h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.about-values__item p {
		max-height: 0;
		margin-top: 0;
		overflow: hidden;
		opacity: 0;
	}

	.about-values__item:hover p,
	.about-values__item:focus-within p,
	.about-values__item.is-open p {
		max-height: 120px;
		margin-top: 16px;
		opacity: 1;
	}

	.about-partners-section {
		position: relative;
		height: 1472px;
		padding: 0;
	}

	.about-partners-section__title {
		position: absolute;
		left: 29px;
		top: 120px;
		width: 1053px;
		margin: 0;
		font-size: 85px;
		line-height: 85px;
	}

	.about-partners {
		position: absolute;
		left: calc(25% + 24.5px);
		top: 354px;
		display: flex;
		flex-direction: column;
		gap: 26px;
		width: 1048px;
		margin: 0;
		overflow: visible;
	}

	.about-partner-card {
		flex: none;
		width: 1048px;
		height: 244px;
		padding: 0;
	}

	.about-partner-card:nth-child(n+3) {
		height: 216px;
	}

	.about-partner-card__logo {
		left: 3px;
		top: 31px;
	}

	.about-partner-card:first-child .about-partner-card__logo {
		left: 3px;
		top: 39px;
	}

	.about-partner-card__content {
		left: 242px;
		top: 31px;
		width: 713px;
	}

	.about-partner-card:first-child .about-partner-card__content {
		left: 242px;
		top: 39px;
		width: 713px;
	}

	.about-partner-card__link,
	.about-partner-card:nth-child(n+3) .about-partner-card__link {
		left: 32px;
		top: auto;
		bottom: 30px;
	}

	.about-partner-card__content h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.about-partner-card__content p {
		font-size: 16px;
		line-height: 26px;
	}

	.about-partner-card__lead {
		font-size: 18px;
		line-height: 26px;
	}

	.about-development {
		width: 100vw;
		height: 660px;
		min-height: 0;
		margin-left: calc(50% - 50vw);
		padding: 0;
	}

	.about-development__figure {
		left: calc(var(--about-wide-offset) + 1027px);
		top: 0;
		width: 443px;
		height: 221px;
	}

	.about-development__tool {
		left: var(--about-wide-offset);
		right: auto;
		bottom: 0;
		width: 357px;
		height: 443px;
	}

	.about-development__logo {
		left: calc(var(--about-wide-offset) + 32px);
		top: 104px;
		width: 297px;
		height: 81.675px;
	}

	.about-development__text {
		position: absolute;
		left: calc(var(--about-wide-offset) + 394px);
		top: 104px;
		width: 675px;
		max-width: none;
	}

	.about-development__text h2 {
		width: 457px;
		font-size: 55px;
		line-height: 65px;
	}

	.about-development__text p {
		width: 675px;
		margin-top: 64px;
		font-size: 22px;
		line-height: 36px;
	}

	.about-development__aside {
		position: absolute;
		left: calc(var(--about-wide-offset) + 1112px);
		top: 104px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 330px;
		height: 432px;
		margin: 0;
	}

	.about-development__num {
		font-size: 85px;
		line-height: 85px;
	}

	.about-development__label {
		font-size: 22px;
		line-height: 28px;
	}

	.about-development__action {
		width: 330px;
		margin: 0;
	}

	.about-development__action p {
		width: 275px;
		font-size: 16px;
		line-height: 26px;
	}

	.about-education {
		width: 100vw;
		height: 659px;
		min-height: 0;
		margin-left: calc(50% - 50vw);
		padding: 0;
	}

	.about-education__bg {
		left: calc(var(--about-wide-offset) - 291px);
		top: 0;
		width: 1793px;
		height: 659px;
	}

	.about-education__logo {
		position: absolute;
		left: calc(var(--about-wide-offset) + 35px);
		top: 76px;
		width: 263px;
	}

	.about-education__card {
		position: absolute;
		left: calc(var(--about-wide-offset) + 735px);
		top: 89px;
		width: 690px;
		height: 506px;
		margin: 0;
		padding: 37px 45px;
	}

	.about-education__card h2 {
		width: 443px;
		max-width: none;
		font-size: 55px;
		line-height: 65px;
		overflow-wrap: normal;
		word-break: normal;
	}

	.about-education__card p {
		width: 612px;
		max-width: none;
		height: auto;
		margin-top: 32px;
		font-size: 22px;
		line-height: 36px;
		overflow-wrap: normal;
		word-break: normal;
	}

	.about-education__card .btn {
		width: 331px;
		margin-top: 32px;
	}
}

@media (min-width: 1471px) {
	.about-development__figure,
	.about-development__tool {
		overflow: visible;
	}
}

@media (max-width: 374px) {
	.about-intro,
	.about-values__container,
	.about-partners-section {
		padding-left: 12px;
		padding-right: 12px;
	}

	.about-values__label {
		left: calc(100% - 1px);
		width: 374px;
	}

	.about-work-strip {
		width: calc(100vw - 16px);
	}

	.about-partners-section__title {
		width: 100%;
		margin-left: 0;
	}

	.about-partners {
		width: 100%;
		margin-left: 0;
	}

	.about-video-card,
	.about-education__card {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.about-page {
		overflow-x: hidden;
	}

	.about-work-strip {
		width: calc(100vw - 16px);
	}

	.about-intro {
		background:
			radial-gradient(760px 420px at 4% -4%, rgba(233, 101, 101, 0.58), rgba(111, 70, 86, 0.30) 47%, rgba(48, 56, 72, 0) 72%),
			radial-gradient(680px 380px at 97% 1%, rgba(233, 101, 101, 0.25), rgba(93, 66, 83, 0.16) 56%, rgba(48, 56, 72, 0) 78%),
			linear-gradient(145deg, rgba(233, 101, 101, 0.15) 0%, rgba(84, 63, 79, 0.18) 17%, rgba(48, 56, 72, 0) 39%),
			linear-gradient(to bottom, #303848 0 915px, var(--c-white) 915px 100%);
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.about-intro {
		background:
			radial-gradient(900px 480px at 2% -4%, rgba(233, 101, 101, 0.58), rgba(111, 70, 86, 0.30) 47%, rgba(48, 56, 72, 0) 72%),
			radial-gradient(760px 430px at 97% 1%, rgba(233, 101, 101, 0.25), rgba(93, 66, 83, 0.16) 56%, rgba(48, 56, 72, 0) 78%),
			linear-gradient(145deg, rgba(233, 101, 101, 0.15) 0%, rgba(84, 63, 79, 0.18) 17%, rgba(48, 56, 72, 0) 39%),
			linear-gradient(to bottom, #303848 0 886px, var(--c-white) 886px 100%);
	}
}
