

/* Start:/velo-club/assets/css/revival.css?178453526424337*/
﻿/**
 * Страница «Клуб Велоспорт» — изолированные стили.
 * Scoped: body.velo-club-page .velo-club
 */

html.velo-club-html,
body.velo-club-page {
	overflow-x: hidden;
	max-width: 100%;
	scroll-behavior: smooth;
}

body.velo-club-page .velo-club {
	--vr-green: var(--velo-green, #4dad32);
	--vr-green-dark: #3a8f26;
	--vr-green-soft: rgba(77, 173, 50, 0.1);
	--vr-black: var(--velo-black, #1c1c1c);
	--vr-text: #1c1c1c;
	--vr-muted: #646363;
	--vr-border: #e4e8ea;
	--vr-surface: #f4f7f8;
	--vr-radius: 14px;
	--vr-shadow: 0 8px 32px rgba(28, 28, 28, 0.06);
	isolation: isolate;
	font-size: 16px;
	line-height: 1.6;
	color: var(--vr-text);
	padding-bottom: 0;
	max-width: 100%;
	overflow-x: clip;
}

body.velo-club-page .velo-club *,
body.velo-club-page .velo-club *::before,
body.velo-club-page .velo-club *::after {
	box-sizing: border-box;
}

/* Защита от глобального header { background:#fff } в template_styles.css */
body.velo-club-page .velo-club .vr-section-head {
	position: static;
	z-index: auto;
	background: transparent;
	display: block;
	max-width: none;
	width: auto;
	margin: 0;
}

body.velo-club-page .velo-club .vr-section-head .container {
	display: block;
	max-width: none;
	width: auto;
	margin: 0;
}

/* ------------------------------------------------------------------ */
/* Секции */
/* ------------------------------------------------------------------ */

body.velo-club-page .vr-section {
	padding: clamp(2.75rem, 6vw, 4rem) 0;
}

body.velo-club-page .vr-section--alt {
	background: var(--vr-surface);
}

body.velo-club-page .vr-section--pb-lg {
	padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

body.velo-club-page .vr-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.velo-club-page .vr-p {
	margin: 0 0 1rem;
	color: var(--vr-muted);
}

body.velo-club-page .vr-p:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------ */
/* Заголовки секций */
/* ------------------------------------------------------------------ */

body.velo-club-page .vr-section-head {
	margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

body.velo-club-page .vr-section-head--center {
	text-align: center;
}

body.velo-club-page .vr-section-head__eyebrow {
	margin: 0 0 0.6rem;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--vr-green);
}

body.velo-club-page .velo-club h1,
body.velo-club-page .velo-club h2,
body.velo-club-page .velo-club h3,
body.velo-club-page .velo-club p {
	margin-top: 0;
}

body.velo-club-page .vr-section-head__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.4rem, 3.2vw, 1.9rem);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1.2;
	color: var(--vr-text);
}

body.velo-club-page .vr-section-head__lead {
	max-width: 42rem;
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--vr-muted);
}

body.velo-club-page .vr-section-head--center .vr-section-head__lead {
	margin-left: auto;
	margin-right: auto;
}

body.velo-club-page .vr-section-head--spaced {
	margin-bottom: clamp(3.5rem, 8vw, 5rem);
}

body.velo-club-page .vr-section--services .vr-section-head--spaced {
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

body.velo-club-page .vr-section--schedule .vr-section-head--spaced {
	margin-bottom: clamp(4rem, 9vw, 5.5rem);
}

/* ------------------------------------------------------------------ */
/* Кнопки */
/* ------------------------------------------------------------------ */

body.velo-club-page .vr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 3rem;
	padding: 0.75rem 1.5rem;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none;
	border-radius: 999px;
	border: 2px solid transparent;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.velo-club-page .vr-btn svg {
	width: 1.1rem;
	height: 1.1rem;
	flex-shrink: 0;
}

body.velo-club-page .vr-btn:hover {
	transform: translateY(-1px);
}

body.velo-club-page .vr-btn--light {
	color: var(--vr-text);
	background: #fff;
	border-color: #fff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

body.velo-club-page .vr-btn--light:hover {
	color: var(--vr-text);
	background: #f8f8f8;
}

/* ------------------------------------------------------------------ */
/* Hero */
/* ------------------------------------------------------------------ */

body.velo-club-page .vr-hero {
	position: relative;
	min-height: clamp(400px, 68vh, 620px);
	display: flex;
	align-items: center;
	background: var(--vr-black) var(--vr-hero-image, none) center 30% / cover no-repeat;
	overflow: hidden;
}

body.velo-club-page .vr-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(100deg, rgba(28, 28, 28, 0.9) 0%, rgba(28, 28, 28, 0.55) 50%, rgba(28, 28, 28, 0.2) 100%),
		linear-gradient(180deg, transparent 50%, rgba(28, 28, 28, 0.4) 100%);
}

body.velo-club-page .vr-hero__stripe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	display: flex;
	flex-direction: column;
	z-index: 2;
}

body.velo-club-page .vr-hero__stripe span { flex: 1; }
body.velo-club-page .vr-hero__stripe span:nth-child(1) { background: #7bc96a; }
body.velo-club-page .vr-hero__stripe span:nth-child(2) { background: var(--vr-green); }
body.velo-club-page .vr-hero__stripe span:nth-child(3) { background: var(--vr-black); }

body.velo-club-page .vr-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: clamp(2.5rem, 7vh, 4.5rem) 15px clamp(3.5rem, 9vh, 5rem);
}

body.velo-club-page .vr-hero__content {
	max-width: 36rem;
}

body.velo-club-page .vr-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 1rem;
	padding: 0.35rem 0.8rem;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
}

body.velo-club-page .vr-hero__badge::before {
	content: "";
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: var(--vr-green);
}

body.velo-club-page .vr-hero__title {
	margin: 0 0 1rem;
	font-size: clamp(2.2rem, 6.5vw, 4rem);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #fff;
	line-height: 0.95;
}

body.velo-club-page .vr-hero__title-line { display: block; }
body.velo-club-page .vr-hero__title-line--accent { color: var(--vr-green); }

body.velo-club-page .vr-hero__lead {
	margin: 0 0 1.75rem;
	max-width: 32rem;
	font-size: clamp(0.95rem, 2vw, 1.1rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.85);
}

body.velo-club-page .vr-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

body.velo-club-page .vr-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0.7rem 1.4rem;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-decoration: none;
	border-radius: 999px;
	border: 2px solid transparent;
	transition: transform 0.2s ease, background 0.2s ease;
}

body.velo-club-page .vr-hero__btn:hover { transform: translateY(-1px); }

body.velo-club-page .vr-hero__btn--primary {
	color: #fff;
	background: var(--vr-green);
	border-color: var(--vr-green);
}

body.velo-club-page .vr-hero__btn--primary:hover {
	background: var(--vr-green-dark);
	border-color: var(--vr-green-dark);
	color: #fff;
}

body.velo-club-page .vr-hero__btn--ghost {
	color: #fff;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.45);
}

body.velo-club-page .vr-hero__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.7);
	color: #fff;
}

body.velo-club-page .vr-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 1.25rem;
	z-index: 2;
	transform: translateX(-50%);
	text-decoration: none;
}

body.velo-club-page .vr-hero__scroll-line {
	display: block;
	width: 1px;
	height: 2rem;
	background: linear-gradient(180deg, rgba(255,255,255,0.6), transparent);
	animation: vr-scroll 2s ease-in-out infinite;
}

@keyframes vr-scroll {
	0%, 100% { opacity: 0.3; transform: translateY(-3px); }
	50% { opacity: 1; transform: translateY(3px); }
}

@media (max-width: 575.98px) {
	body.velo-club-page .vr-hero {
		min-height: clamp(440px, 85vh, 580px);
		background-position: center 20%;
	}

	body.velo-club-page .vr-hero__overlay {
		background: linear-gradient(180deg, rgba(28,28,28,0.5) 0%, rgba(28,28,28,0.88) 60%, rgba(28,28,28,0.95) 100%);
	}

	body.velo-club-page .vr-hero__content {
		text-align: center;
		margin: 0 auto;
	}

	body.velo-club-page .vr-hero__lead { margin-left: auto; margin-right: auto; }
	body.velo-club-page .vr-hero__actions { justify-content: center; }
}

/* ------------------------------------------------------------------ */
/* О нас */
/* ------------------------------------------------------------------ */

body.velo-club-page .vr-about-panel {
	background: #fff;
	border: 1px solid var(--vr-border);
	border-radius: var(--vr-radius);
	box-shadow: var(--vr-shadow);
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

body.velo-club-page .vr-about-panel__lead {
	margin: 0 0 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--vr-border);
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--vr-muted);
	text-align: center;
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
}

body.velo-club-page .vr-about-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: start;
}

@media (min-width: 992px) {
	body.velo-club-page .vr-about-grid {
		grid-template-columns: 1fr 1fr;
		gap: 2.5rem;
		align-items: center;
	}
}

body.velo-club-page .vr-about-block + .vr-about-block {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid var(--vr-border);
}

body.velo-club-page .vr-about-block__title {
	margin: 0 0 1rem;
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--vr-text);
}

body.velo-club-page .vr-goals {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

body.velo-club-page .vr-goals li {
	position: relative;
	padding-left: 1.25rem;
	color: var(--vr-muted);
	font-size: 0.95rem;
	line-height: 1.55;
}

body.velo-club-page .vr-goals li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--vr-green);
}

body.velo-club-page .vr-about-grid__media {
	margin: 0;
}

body.velo-club-page .vr-about-grid__img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: var(--vr-radius);
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center 30%;
}

/* ------------------------------------------------------------------ */
/* Направления */
/* ------------------------------------------------------------------ */

body.velo-club-page .vr-services-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.15rem;
	align-items: stretch;
}

@media (min-width: 768px) {
	body.velo-club-page .vr-services-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.25rem;
	}

	/* 7-я карточка одна в ряду — по центру */
	body.velo-club-page .vr-services-grid .vr-service-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		width: calc(50% - 0.625rem);
		justify-self: center;
	}
}

@media (min-width: 1200px) {
	body.velo-club-page .vr-services-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	/* одна карточка в последнем ряду (7 из 7) */
	body.velo-club-page .vr-services-grid .vr-service-card:last-child:nth-child(3n + 1) {
		grid-column: 2;
		width: auto;
		justify-self: stretch;
	}

	body.velo-club-page .vr-services-grid .vr-service-card:last-child:nth-child(odd):not(:nth-child(3n + 1)) {
		grid-column: auto;
		width: auto;
		justify-self: stretch;
	}
}

body.velo-club-page .vr-service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
	background-image: linear-gradient(90deg, #c8e8b8 0%, #7bc96a 45%, var(--vr-green) 100%);
	background-repeat: no-repeat;
	background-size: 100% 3px;
	background-position: top center;
	border: 1px solid var(--vr-border);
	border-radius: var(--vr-radius);
	padding: 1.35rem 1.4rem 1.45rem;
	overflow: hidden;
	box-shadow: var(--vr-shadow);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.velo-club-page .vr-service-card:hover {
	transform: translateY(-4px);
	border-color: rgba(77, 173, 50, 0.35);
	box-shadow: 0 14px 36px rgba(77, 173, 50, 0.12);
}

body.velo-club-page .vr-service-card__num {
	position: absolute;
	top: 0.85rem;
	right: 1rem;
	font-size: 2.25rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
	color: rgba(77, 173, 50, 0.1);
	pointer-events: none;
	transition: color 0.25s ease;
}

body.velo-club-page .vr-service-card:hover .vr-service-card__num {
	color: rgba(77, 173, 50, 0.18);
}

body.velo-club-page .vr-service-card__tag {
	display: inline-block;
	align-self: flex-start;
	width: fit-content;
	margin-bottom: 0.7rem;
	padding: 0.22rem 0.6rem;
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--vr-green-dark);
	background: var(--vr-green-soft);
	border-radius: 999px;
}

body.velo-club-page .vr-service-card__title {
	margin: 0 0 0.6rem;
	padding-right: 2rem;
	font-size: 0.95rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1.3;
	color: var(--vr-text);
}

body.velo-club-page .vr-service-card__text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--vr-muted);
}

/* ------------------------------------------------------------------ */
/* Расписание */
/* ------------------------------------------------------------------ */

body.velo-club-page .vr-schedule-card {
	background: #fff;
	border: 1px solid var(--vr-border);
	border-radius: var(--vr-radius);
	box-shadow: var(--vr-shadow);
	overflow: hidden;
}

body.velo-club-page .vr-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

body.velo-club-page .vr-schedule-card .vr-table-wrap {
	margin: 0;
	padding: 0;
}

body.velo-club-page .vr-table {
	width: 100%;
	min-width: 480px;
	border-collapse: collapse;
	font-size: 0.92rem;
	background: #fff;
}

body.velo-club-page .vr-table th,
body.velo-club-page .vr-table td {
	padding: 0.85rem 1.1rem;
	text-align: left;
	border-bottom: 1px solid var(--vr-border);
	vertical-align: top;
}

body.velo-club-page .vr-table thead th {
	background: var(--vr-green-soft);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	color: var(--vr-green-dark);
}

body.velo-club-page .vr-table thead th .vr-th-note {
	color: var(--vr-muted);
	font-weight: 500;
	text-transform: none;
	font-size: 0.78rem;
}

body.velo-club-page .vr-table tbody td:first-child {
	font-weight: 700;
	color: var(--vr-text);
	white-space: nowrap;
}

body.velo-club-page .vr-table tbody tr:hover td {
	background: rgba(77, 173, 50, 0.03);
}

body.velo-club-page .vr-table tbody tr:last-child td {
	border-bottom: none;
}

body.velo-club-page .vr-th-note {
	display: block;
	margin-top: 0.2rem;
	font-weight: 400;
	text-transform: none;
	font-size: 0.78rem;
	color: var(--vr-muted);
}

@media (max-width: 767.98px) {
	body.velo-club-page .vr-table-wrap--schedule {
		overflow: visible;
	}

	body.velo-club-page .vr-table--schedule {
		min-width: 0;
		display: block;
	}

	body.velo-club-page .vr-table--schedule thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
	}

	body.velo-club-page .vr-table--schedule tbody { display: block; }

	body.velo-club-page .vr-table--schedule tbody tr {
		display: block;
		margin-bottom: 0.85rem;
		border: 1px solid var(--vr-border);
		border-radius: var(--vr-radius);
		overflow: hidden;
		background: #fff;
	}

	body.velo-club-page .vr-table--schedule tbody tr:last-child { margin-bottom: 0; }

	body.velo-club-page .vr-table--schedule tbody td {
		display: flex;
		justify-content: space-between;
		gap: 1rem;
		padding: 0.7rem 1rem;
		border-bottom: 1px solid var(--vr-border);
		font-size: 0.88rem;
	}

	body.velo-club-page .vr-table--schedule tbody td:last-child { border-bottom: none; }

	body.velo-club-page .vr-table--schedule tbody td:first-child {
		background: var(--vr-green-soft);
		color: var(--vr-green-dark);
		font-weight: 700;
	}

	body.velo-club-page .vr-table--schedule tbody td:not(:first-child)::before {
		content: attr(data-label);
		font-weight: 600;
		font-size: 0.72rem;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		color: var(--vr-muted);
		flex-shrink: 0;
	}
}

/* ------------------------------------------------------------------ */
/* Цены */
/* ------------------------------------------------------------------ */

body.velo-club-page .vr-section--prices .vr-section-head--spaced {
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

body.velo-club-page .vr-prices-block {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 920px;
	margin: 0 auto;
}

body.velo-club-page .vr-prices {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	align-items: stretch;
}

@media (min-width: 768px) {
	body.velo-club-page .vr-prices {
		grid-template-columns: 1fr 1fr;
		gap: 1.5rem;
	}
}

body.velo-club-page .vr-price-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid var(--vr-border);
	border-radius: var(--vr-radius);
	overflow: hidden;
	box-shadow: var(--vr-shadow);
}

body.velo-club-page .vr-price-card__head {
	flex-shrink: 0;
	padding: 1.25rem 1.4rem 1rem;
	border-bottom: 1px solid var(--vr-border);
}

body.velo-club-page .vr-price-card__tag {
	display: inline-block;
	margin-bottom: 0.4rem;
	padding: 0.2rem 0.6rem;
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--vr-green-dark);
	background: var(--vr-green-soft);
	border-radius: 999px;
}

body.velo-club-page .vr-price-card__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

body.velo-club-page .vr-price-list {
	flex: 1;
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.velo-club-page .vr-price-list li {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 0.75rem 1rem;
	padding: 0.9rem 1.4rem;
	border-bottom: 1px solid #eef1f3;
	font-size: 0.9rem;
}

body.velo-club-page .vr-price-list li:last-child {
	border-bottom: none;
}

body.velo-club-page .vr-price-list__item--featured {
	margin-top: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: var(--vr-green-soft);
	border-bottom: none;
}

body.velo-club-page .vr-price-list__name {
	color: var(--vr-muted);
	line-height: 1.45;
}

body.velo-club-page .vr-price-list__value {
	font-weight: 700;
	color: var(--vr-text);
	white-space: nowrap;
}

body.velo-club-page .vr-price-list__badge {
	grid-column: 1 / -1;
	display: inline-block;
	width: fit-content;
	margin-bottom: 0.15rem;
	padding: 0.15rem 0.5rem;
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	background: var(--vr-green);
	border-radius: 999px;
}

body.velo-club-page .vr-price-list__item--featured .vr-price-list__value {
	color: var(--vr-green-dark);
	font-size: 1.05rem;
}

body.velo-club-page .vr-note {
	max-width: 100%;
	margin: 0;
	padding: 1.25rem 1.5rem;
	font-size: 0.85rem;
	line-height: 1.65;
	color: var(--vr-muted);
	text-align: center;
	background: #fff;
	border: 1px solid var(--vr-border);
	border-radius: var(--vr-radius);
	box-shadow: var(--vr-shadow);
}

/* ------------------------------------------------------------------ */
/* Запись */
/* ------------------------------------------------------------------ */

body.velo-club-page .vr-section--signup {
	padding: clamp(2.5rem, 5vw, 3.5rem) 0;
}

body.velo-club-page .vr-signup {
	max-width: 36rem;
	margin: 0 auto;
	padding: clamp(2rem, 4vw, 2.75rem);
	text-align: center;
	background: #fff;
	border: 1px solid var(--vr-border);
	border-radius: var(--vr-radius);
	box-shadow: var(--vr-shadow);
}

body.velo-club-page .vr-signup .vr-section-head {
	margin-bottom: 1.75rem;
}

body.velo-club-page .vr-signup__phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0.75rem 2rem;
	font-size: clamp(1.15rem, 3vw, 1.45rem);
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background: var(--vr-green);
	border-radius: 999px;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.velo-club-page .vr-signup__phone:hover {
	background: var(--vr-green-dark);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(77, 173, 50, 0.3);
}

/* ------------------------------------------------------------------ */
/* Тренер */
/* ------------------------------------------------------------------ */

body.velo-club-page .vr-trainer--featured {
	display: grid;
	grid-template-columns: 1fr;
	max-width: 48rem;
	margin: 0 auto;
	background: #fff;
	border: 1px solid var(--vr-border);
	border-radius: var(--vr-radius);
	overflow: hidden;
	box-shadow: var(--vr-shadow);
}

@media (min-width: 768px) {
	body.velo-club-page .vr-trainer--featured {
		grid-template-columns: 11rem 1fr;
	}
}

body.velo-club-page .vr-trainer--featured .vr-trainer__photo {
	width: 100%;
	height: 100%;
	min-height: 14rem;
	object-fit: cover;
	object-position: center 15%;
	display: block;
}

body.velo-club-page .vr-trainer--featured .vr-trainer__body {
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

body.velo-club-page .vr-trainer__name {
	margin: 0 0 0.3rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.25;
}

body.velo-club-page .vr-trainer__role {
	margin: 0 0 1rem;
	font-size: 0.88rem;
	color: var(--vr-muted);
}

body.velo-club-page .vr-trainer__stats {
	display: flex;
	gap: 0.65rem;
	margin-bottom: 1rem;
}

body.velo-club-page .vr-trainer__stat {
	padding: 0.55rem 0.8rem;
	background: var(--vr-surface);
	border-radius: 10px;
	border: 1px solid var(--vr-border);
}

body.velo-club-page .vr-trainer__stat strong {
	display: block;
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--vr-green-dark);
	line-height: 1;
}

body.velo-club-page .vr-trainer__stat span {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--vr-muted);
}

body.velo-club-page .vr-trainer__text {
	font-size: 0.88rem;
	line-height: 1.55;
	color: var(--vr-muted);
}

body.velo-club-page .vr-trainer__text p {
	margin: 0;
}

/* ------------------------------------------------------------------ */
/* Mobile */
/* ------------------------------------------------------------------ */

@media (max-width: 767.98px) {
	body.velo-club-page .vr-about-grid__media {
		order: -1;
	}

	body.velo-club-page .vr-signup {
		padding: 1.75rem 1.25rem;
	}
}

/* End */


/* Start:/local/templates/velosport/components/bitrix/breadcrumb/desktop/style.css?1771318709902*/
.bx-breadcrumb {
  margin: 10px 0; }
  .bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px; }
  .bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px; }
    @media (max-width: 575.98px) {
      .bx-breadcrumb .bx-breadcrumb-item {
        font-weight: 700;
        font-size: 22px; } }
    .bx-breadcrumb .bx-breadcrumb-item .delimiter {
      font-size: 14px;
      display: inline; }
    .bx-breadcrumb .bx-breadcrumb-item span {
      font-size: 14px;
      white-space: normal; }
    .bx-breadcrumb .bx-breadcrumb-item a {
      border-bottom: none;
      color: #646363; }
    .bx-breadcrumb .bx-breadcrumb-item a:hover {
      text-decoration: none; }

/*# sourceMappingURL=style.css.map */

/* End */
/* /velo-club/assets/css/revival.css?178453526424337 */
/* /local/templates/velosport/components/bitrix/breadcrumb/desktop/style.css?1771318709902 */
