/* About page /o-nas/ */

.stk-about-page {
	background: #f1f9fe;
	padding: 0 0 64px;
}

.stk-about-page__inner {
	width: min(1100px, calc(100% - 40px));
	margin: 0 auto;
	padding-top: 28px;
	font-family: TildaSans, Arial, sans-serif;
	color: #1f2530;
}

.stk-about-page .stk-breadcrumbs {
	margin: 0 0 20px;
	font-size: 14px;
	color: #6b7c8a;
}

.stk-about-page .stk-breadcrumbs__link {
	color: #1f4e79;
	text-decoration: none;
}

.stk-about-page .stk-breadcrumbs__link:hover {
	text-decoration: underline;
}

.stk-about-page .stk-breadcrumbs__sep {
	margin: 0 8px;
	opacity: 0.6;
}

.stk-about__h1 {
	margin: 0 0 16px;
	font-size: clamp(34px, 5vw, 52px);
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #12151a;
}

.stk-about__h2 {
	margin: 0 0 16px;
	font-size: clamp(24px, 3.2vw, 32px);
	line-height: 1.2;
	font-weight: 800;
	color: #12151a;
}

.stk-about__h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #1f4e79;
}

.stk-about__lead-strong {
	margin: 0 0 14px;
	font-size: clamp(18px, 2.4vw, 22px);
	line-height: 1.35;
	font-weight: 700;
	color: #12151a;
}

.stk-about__text {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.6;
	color: #3a4654;
}

.stk-about__section {
	margin: 40px 0 0;
	padding: 28px 28px 8px;
	background: #fff;
	border: 1px solid rgba(36, 151, 220, 0.12);
	border-radius: 16px;
}

.stk-about__hero {
	padding: 8px 0 8px;
}

.stk-about__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 24px 0 22px;
}

@media (max-width: 900px) {
	.stk-about__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.stk-about__stats {
		grid-template-columns: 1fr;
	}
}

.stk-about__stat {
	background: #fff;
	border: 1px solid rgba(36, 151, 220, 0.14);
	border-radius: 14px;
	padding: 18px 16px;
	text-align: center;
}

.stk-about__stat-value {
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 800;
	color: #1f4e79;
	line-height: 1.15;
	margin-bottom: 8px;
}

.stk-about__stat-label {
	font-size: 13px;
	line-height: 1.4;
	color: #5a6a78;
}

.stk-about__cta-wrap {
	margin: 18px 0 8px;
}

.stk-about__cta-wrap_center {
	text-align: center;
}

.stk-about__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 8px;
	background: #66bbf0;
	color: #fff !important;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none !important;
}

.stk-about__cta:hover {
	background: #4aa8e4;
}

.stk-about__cta-note {
	margin: 0 0 8px;
	font-size: 13px;
	color: #6b7c8a;
}

.stk-about__btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 8px;
	border: 1px solid rgba(36, 151, 220, 0.28);
	background: #f8fcff;
	color: #1f4e79 !important;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none !important;
}

.stk-about__btn-secondary:hover {
	background: #eaf6fd;
}

.stk-about__table-wrap {
	overflow-x: auto;
	margin: 8px 0 16px;
	border-radius: 12px;
	border: 1px solid rgba(36, 151, 220, 0.12);
}

.stk-about__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 640px;
	font-size: 14px;
	line-height: 1.45;
}

.stk-about__table th,
.stk-about__table td {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(36, 151, 220, 0.1);
	vertical-align: top;
	text-align: left;
}

.stk-about__table thead th {
	background: #1f4e79;
	color: #fff;
	font-weight: 700;
}

.stk-about__table tbody th {
	width: 22%;
	background: #f7fbfe;
	color: #12151a;
	font-weight: 700;
}

.stk-about__table tbody tr:last-child th,
.stk-about__table tbody tr:last-child td {
	border-bottom: 0;
}

.stk-about__callout {
	margin: 0 0 18px;
	padding: 14px 16px;
	background: #eef7fd;
	border-left: 4px solid #66bbf0;
	border-radius: 0 10px 10px 0;
	font-size: 15px;
	line-height: 1.55;
	color: #2c3e50;
}

.stk-about__inline-link {
	margin: 0 0 18px;
}

.stk-about__inline-link a {
	color: #1f4e79;
	font-weight: 700;
}

.stk-about__stages {
	display: grid;
	gap: 16px;
	margin-bottom: 18px;
}

.stk-about__stage {
	padding: 18px 18px 8px;
	background: #f8fcff;
	border: 1px solid rgba(36, 151, 220, 0.12);
	border-radius: 12px;
}

.stk-about__stage-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 8px 0 12px;
}

.stk-about__principles {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.stk-about__principles li {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 8px;
	padding: 14px 16px;
	background: #f8fcff;
	border-radius: 12px;
	border: 1px solid rgba(36, 151, 220, 0.1);
	font-size: 15px;
	line-height: 1.55;
	color: #3a4654;
}

.stk-about__principle-num {
	font-weight: 800;
	color: #1f4e79;
}

.stk-about__results {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 8px;
}

@media (max-width: 720px) {
	.stk-about__results {
		grid-template-columns: 1fr;
	}
}

.stk-about__result {
	padding: 16px 18px 8px;
	background: #f8fcff;
	border: 1px solid rgba(36, 151, 220, 0.12);
	border-radius: 12px;
}

.stk-about__result-title {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	color: #1f4e79;
}

.stk-about__rail-wrap {
	position: relative;
	margin: 8px 0 8px;
}

.stk-about__rail {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding: 4px 2px 14px;
	-webkit-overflow-scrolling: touch;
}

.stk-about__rail::-webkit-scrollbar {
	height: 6px;
}

.stk-about__rail::-webkit-scrollbar-thumb {
	background: rgba(31, 78, 121, 0.25);
	border-radius: 999px;
}

.stk-about__equip-card {
	flex: 0 0 min(240px, 72vw);
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
	background: #f8fcff;
	border: 1px solid rgba(36, 151, 220, 0.14);
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none !important;
	color: inherit;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.stk-about__equip-card:hover {
	border-color: #66bbf0;
	box-shadow: 0 4px 16px rgba(31, 78, 121, 0.08);
}

.stk-about__equip-media {
	display: block;
	aspect-ratio: 4 / 3;
	background: #e8f3fa;
	overflow: hidden;
}

.stk-about__equip-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.stk-about__equip-title {
	padding: 12px 14px 14px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	color: #1f4e79;
}

.stk-about__arrow {
	position: absolute;
	top: 40%;
	z-index: 2;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(36, 151, 220, 0.25);
	background: #fff;
	color: #1f4e79;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(18, 21, 26, 0.08);
}

.stk-about__arrow_prev {
	left: -6px;
}

.stk-about__arrow_next {
	right: -6px;
}

.stk-about__faq {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 18px;
}

.stk-about__faq-item {
	background: #f8fcff;
	border: 1px solid rgba(36, 151, 220, 0.12);
	border-radius: 12px;
	padding: 0 16px;
}

.stk-about__faq-q {
	cursor: pointer;
	list-style: none;
	padding: 14px 0;
}

.stk-about__faq-q::-webkit-details-marker {
	display: none;
}

.stk-about__faq-h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	color: #12151a;
}

.stk-about__faq-a {
	padding: 0 0 14px;
}

.stk-about__faq-a p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: #3a4654;
}

.stk-about__final {
	text-align: left;
}

.stk-about__contacts-line {
	margin: 0 0 10px;
	font-size: 14px;
	color: #5a6a78;
}

.stk-about__contacts-line a {
	color: #1f4e79;
	text-decoration: none;
	font-weight: 600;
}

.stk-about__contacts-line a:hover {
	text-decoration: underline;
}

.stk-about-page .stk-blog-questions {
	margin-top: 36px;
}
