

/* Start:/local/templates/velosport/scss/static-page.css?17713187092025*/
.banner {
  width: 100%;
  height: 320px;
  background-position: center;
  background-size: cover;
  margin-bottom: 100px; }
  @media (max-width: 575.98px) {
    .banner {
      height: 140px; } }

.page-title .col {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 60px; }
  @media (max-width: 575.98px) {
    .page-title .col {
      flex-wrap: wrap;
      justify-content: normal; } }
  .page-title .col h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on; }
    @media (max-width: 575.98px) {
      .page-title .col h1 {
        font-size: 36px;
        margin-bottom: 20px; } }
  .page-title .col .content {
    width: 300px; }
    .page-title .col .content a {
      display: block;
      margin-top: 20px; }

.feature-item {
  border-bottom: 1px solid #646363; }
  .feature-item.first {
    border-top: 1px solid #646363;
    margin-top: 100px; }
  .feature-item .container {
    display: flex;
    justify-content: space-between;
    margin-top: 54px;
    margin-bottom: 54px;
    align-items: center; }
    @media (max-width: 575.98px) {
      .feature-item .container title {
        font-size: 20px; } }
    @media (max-width: 575.98px) {
      .feature-item .container img {
        width: 46px; } }

.useful {
  margin-top: 120px;
  margin-bottom: 120px; }
  .useful .what-to-buy {
    background-image: url("/images/main/wtb.png");
    background-size: cover;
    height: 360px;
    padding: 38px 38px; }
    .useful .what-to-buy .title {
      color: #FFFFFF;
      font-weight: bold;
      font-size: 40px;
      line-height: 110%;
      text-transform: uppercase;
      font-feature-settings: 'pnum' on, 'lnum' on; }
    .useful .what-to-buy .content {
      font-size: 20px;
      line-height: 130%;
      margin-top: 109px;
      color: #FFFFFF;
      font-feature-settings: 'pnum' on, 'lnum' on; }

/*# sourceMappingURL=static-page.css.map */

/* End */


/* Start:/velo-studio/assets/css/studio-page.css?177728152220034*/
﻿/**
 * Стили страницы «Велостудия» (main.velo-studio.velo-studio--page).
 * Файл подключается только на /velo-studio/.
 */

/* -------------------------------------------------------------------------- */
/* База страницы                                                              */
/* -------------------------------------------------------------------------- */

body:has(.velo-studio--page),
body.velo-studio-page {
	overflow-x: hidden;
	max-width: 100%;
}

.velo-studio.velo-studio--page {
	--vr-green: var(--velo-green, #4dad32);
	--vr-text: #1a1a1a;
	--vr-muted: #5c656c;
	--vr-border: #dde2e5;
	--vr-bg-alt: #f6f8f9;
	font-size: 16px;
	line-height: 1.55;
	color: var(--vr-text);
	padding-bottom: 0;
	max-width: 100%;
	overflow-x: clip;
}

.velo-studio.velo-studio--page * {
	box-sizing: border-box;
}

/* -------------------------------------------------------------------------- */
/* Секции и типографика                                                       */
/* -------------------------------------------------------------------------- */

.velo-studio.velo-studio--page .vr-section {
	padding: 3rem 0;
}

@media (max-width: 575.98px) {
	.velo-studio.velo-studio--page .vr-section {
		padding: 2.25rem 0;
	}
}

.velo-studio.velo-studio--page .vr-section--alt {
	background: var(--vr-bg-alt);
}

.velo-studio.velo-studio--page .vr-h2 {
	font-size: 1.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0 0 1rem;
	line-height: 1.2;
}

@media (max-width: 575.98px) {
	.velo-studio.velo-studio--page .vr-h2 {
		font-size: 1.45rem;
	}
}

.velo-studio.velo-studio--page .vr-h2--center {
	text-align: center;
}

.velo-studio.velo-studio--page .vr-h3 {
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 1.5rem 0 0.75rem;
	letter-spacing: 0.03em;
}

.velo-studio.velo-studio--page .vr-lead {
	font-size: 1.05rem;
	max-width: 52rem;
	margin: 0 auto 2rem;
	color: var(--vr-muted);
}

.velo-studio.velo-studio--page .vr-text-center {
	text-align: center;
}

.velo-studio.velo-studio--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;
}

.velo-studio.velo-studio--page .vr-p {
	margin: 0 0 1rem;
	color: var(--vr-muted);
}

.velo-studio.velo-studio--page .vr-mission-row {
	align-items: stretch;
	margin-top: 2rem;
}

/* -------------------------------------------------------------------------- */
/* Hero */
/* -------------------------------------------------------------------------- */

.velo-studio.velo-studio--page .vr-hero {
	position: relative;
	min-height: clamp(260px, 50vh, 520px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2a2a2a var(--vr-hero-image, none) center / cover no-repeat;
	margin-bottom: 0;
}

.velo-studio.velo-studio--page .vr-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.velo-studio.velo-studio--page .vr-hero__inner {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 2rem 15px;
}

.velo-studio.velo-studio--page .vr-hero__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.65rem, 5vw, 2.75rem);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
	line-height: 1.15;
}

.velo-studio.velo-studio--page .vr-hero__intro {
	margin: 0 auto;
	max-width: 40rem;
	font-size: 1rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

/* Мобильный герой: меньше заголовок и основной текст для читаемости */
@media (max-width: 767.98px) {
	.velo-studio.velo-studio--page .vr-hero {
		min-height: clamp(200px, 38vh, 400px);
		align-items: center;
	}

	.velo-studio.velo-studio--page .vr-hero__inner {
		padding: 1.25rem 14px;
	}

	.velo-studio.velo-studio--page .vr-hero__title {
		font-size: clamp(1.05rem, 4vw, 1.42rem);
		letter-spacing: 0.03em;
		line-height: 1.22;
		margin-bottom: 0.6rem;
		font-weight: 600;
	}

	.velo-studio.velo-studio--page .vr-hero__intro {
		font-size: 0.8125rem;
		line-height: 1.62;
		max-width: 22rem;
		color: rgba(255, 255, 255, 0.88);
	}
}

@media (max-width: 380px) {
	.velo-studio.velo-studio--page .vr-hero__title {
		font-size: 1rem;
	}

	.velo-studio.velo-studio--page .vr-hero__intro {
		font-size: 0.78rem;
		line-height: 1.65;
	}
}

/* -------------------------------------------------------------------------- */
/* Мобильные карусели (плитки «посещение», тарифы) */
/* -------------------------------------------------------------------------- */

.velo-studio.velo-studio--page .vr-carousel__viewport {
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin: 0 -15px;
	padding: 0 15px 4px;
}

.velo-studio.velo-studio--page .vr-carousel__viewport::-webkit-scrollbar {
	display: none;
}

.velo-studio.velo-studio--page .vr-carousel__track {
	display: flex;
	flex-wrap: nowrap;
	gap: 1rem;
	align-items: stretch;
}

.velo-studio.velo-studio--page .vr-carousel__slide {
	flex: 0 0 min(100%, calc(100vw - 4.5rem));
	max-width: 22rem;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	min-height: 100%;
}

.velo-studio.velo-studio--page .vr-carousel--pricing .vr-carousel__slide {
	flex: 0 0 min(100%, calc(100vw - 3.5rem));
	max-width: 24rem;
}

/* Центр экрана: слайд по центру вьюпорта + симметричные отступы у трека */
@media (max-width: 767.98px) {
	.velo-studio.velo-studio--page .vr-carousel--tiles {
		--vr-carousel-slide: min(19.5rem, calc(100vw - 2.75rem));
	}

	.velo-studio.velo-studio--page .vr-carousel--pricing {
		--vr-carousel-slide: min(20rem, calc(100vw - 2.5rem));
	}

	.velo-studio.velo-studio--page .vr-carousel__viewport {
		scroll-padding-inline: 0;
	}

	.velo-studio.velo-studio--page .vr-carousel__slide {
		scroll-snap-align: center;
		flex: 0 0 var(--vr-carousel-slide);
		max-width: var(--vr-carousel-slide);
	}

	.velo-studio.velo-studio--page .vr-carousel__track {
		gap: 0.85rem;
		padding-left: max(0.75rem, calc(50% - var(--vr-carousel-slide) / 2));
		padding-right: max(0.75rem, calc(50% - var(--vr-carousel-slide) / 2));
		box-sizing: border-box;
	}
}

.velo-studio.velo-studio--page .vr-carousel__slide .vr-info-tile,
.velo-studio.velo-studio--page .vr-carousel__slide .vr-studio-offer-card {
	height: 100%;
}

.velo-studio.velo-studio--page .vr-carousel__dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.45rem;
	margin-top: 1rem;
	min-height: 1.25rem;
}

.velo-studio.velo-studio--page .vr-carousel__dot {
	width: 0.5rem;
	height: 0.5rem;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: var(--vr-border);
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.velo-studio.velo-studio--page .vr-carousel__dot.is-active {
	background: var(--vr-green);
	transform: scale(1.15);
}

@media (min-width: 768px) {
	.velo-studio.velo-studio--page .vr-carousel__viewport {
		overflow: visible;
		margin: 0;
		padding: 0;
		scroll-snap-type: none;
	}

	.velo-studio.velo-studio--page .vr-carousel__track {
		flex-wrap: wrap;
		gap: 1.5rem;
	}

	.velo-studio.velo-studio--page .vr-carousel--tiles .vr-carousel__track {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 1.5rem;
	}

	.velo-studio.velo-studio--page .vr-carousel--tiles .vr-carousel__slide {
		flex: none;
		max-width: none;
		scroll-snap-align: unset;
		min-width: 0;
	}

	.velo-studio.velo-studio--page .vr-carousel--pricing .vr-carousel__slide {
		flex: none;
		max-width: none;
		scroll-snap-align: unset;
		min-width: 0;
	}

	.velo-studio.velo-studio--page .vr-carousel__dots {
		display: none;
	}
}

/* -------------------------------------------------------------------------- */
/* Карточки городов и блоки цен (общая оболочка)                              */
/* -------------------------------------------------------------------------- */

.velo-studio.velo-studio--page .vr-price-block {
	background: #fff;
	border: 1px solid var(--vr-border);
	border-radius: 12px;
	padding: 1.5rem;
}

.velo-studio.velo-studio--page .vr-price-block > .vr-h3:first-child,
.velo-studio.velo-studio--page .vr-price-block > .vr-location-card__media + .vr-h3 {
	margin-top: 0;
}

.velo-studio.velo-studio--page .vr-location-card__media {
	margin: 0 0 1rem;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--vr-border);
	aspect-ratio: 16 / 10;
	background: var(--vr-bg-alt);
}

.velo-studio.velo-studio--page .vr-location-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* -------------------------------------------------------------------------- */
/* Промо Elite / Wattbike                                                     */
/* -------------------------------------------------------------------------- */

.velo-studio.velo-studio--page .vr-brand-promo {
	margin-top: 2.5rem;
	padding-top: 2.5rem;
	border-top: 1px solid var(--vr-border);
}

.velo-studio.velo-studio--page .vr-brand-promo__lead {
	text-align: center;
	max-width: 44rem;
	margin: 0 auto 2rem;
	color: var(--vr-muted);
	font-size: 1.05rem;
	line-height: 1.55;
}

.velo-studio.velo-studio--page .vr-brand-promo__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 768px) {
	.velo-studio.velo-studio--page .vr-brand-promo__grid {
		grid-template-columns: 1fr 1fr;
		gap: 1.75rem;
	}
}

.velo-studio.velo-studio--page .vr-brand-promo__card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--vr-border);
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
}

.velo-studio.velo-studio--page .vr-brand-promo__media {
	margin: 0;
	background: var(--vr-bg-alt);
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.velo-studio.velo-studio--page .vr-brand-promo__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.velo-studio.velo-studio--page .vr-brand-promo__body {
	padding: 1.35rem 1.25rem 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.velo-studio.velo-studio--page .vr-brand-promo__title {
	margin: 0 0 0.65rem;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 1.25;
}

.velo-studio.velo-studio--page .vr-brand-promo__text {
	margin: 0 0 1rem;
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--vr-muted);
	flex: 1;
}

.velo-studio.velo-studio--page .vr-brand-promo__link {
	font-weight: 700;
	color: var(--vr-green);
	text-decoration: none;
	align-self: flex-start;
}

.velo-studio.velo-studio--page .vr-brand-promo__link:hover {
	text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/* Плитки «Как проходит посещение»                                            */
/* -------------------------------------------------------------------------- */

.velo-studio.velo-studio--page .vr-info-tile {
	height: 100%;
	padding: 1.25rem 1rem;
	background: #fff;
	border: 1px solid var(--vr-border);
	border-radius: 12px;
	text-align: center;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.velo-studio.velo-studio--page .vr-info-tile:hover {
	border-color: var(--vr-green);
	box-shadow: 0 6px 24px rgba(77, 173, 50, 0.12);
}

.velo-studio.velo-studio--page .vr-info-tile__icon {
	width: 3.25rem;
	height: 3.25rem;
	margin: 0 auto 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(77, 173, 50, 0.12);
	color: var(--vr-green);
	flex-shrink: 0;
}

.velo-studio.velo-studio--page .vr-info-tile__icon svg {
	display: block;
}

.velo-studio.velo-studio--page .vr-info-tile__title {
	margin: 0 0 0.65rem;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1.3;
	color: var(--vr-text);
}

.velo-studio.velo-studio--page .vr-info-tile__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--vr-muted);
}

/* -------------------------------------------------------------------------- */
/* Контакты и Telegram                                                        */
/* -------------------------------------------------------------------------- */

.velo-studio.velo-studio--page .vr-contact {
	text-align: center;
	padding: 1rem 0 2rem;
}

.velo-studio.velo-studio--page .vr-contact__label {
	margin: 0 0 0.5rem;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--vr-muted);
	font-weight: 600;
	font-style: normal;
	line-height: 1.3;
}

.velo-studio.velo-studio--page .vr-contact__phone {
	margin: 0;
	font-size: clamp(1.25rem, 4vw, 1.5rem);
	font-weight: 700;
}

.velo-studio.velo-studio--page .vr-contact__phone a {
	color: var(--vr-green);
	text-decoration: none;
}

.velo-studio.velo-studio--page .vr-contact__phone a:hover {
	text-decoration: underline;
}

.velo-studio.velo-studio--page .vr-link-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
}

.velo-studio.velo-studio--page .vr-link-actions a.vr-brand-promo__link {
	font-weight: 700;
	color: var(--vr-green);
	text-decoration: none;
}

.velo-studio.velo-studio--page .vr-link-actions a.vr-brand-promo__link:hover {
	text-decoration: underline;
}

.velo-studio.velo-studio--page .vr-btn-telegram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.65rem 1.35rem;
	border-radius: 10px;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	color: var(--vr-green);
	background: transparent;
	border: 2px solid var(--vr-green);
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.velo-studio.velo-studio--page .vr-btn-telegram:hover {
	color: #fff;
	background: var(--vr-green);
	border-color: var(--vr-green);
	text-decoration: none;
}

.velo-studio.velo-studio--page .vr-studio-price-label {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--vr-muted);
}

/* -------------------------------------------------------------------------- */
/* Таблица расписания                                                         */
/* -------------------------------------------------------------------------- */

.velo-studio.velo-studio--page .vr-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 0 -15px;
	padding: 0 15px;
}

.velo-studio.velo-studio--page .vr-table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	font-size: 0.95rem;
	background: #fff;
	border: 1px solid var(--vr-border);
	border-radius: 12px;
	overflow: hidden;
}

.velo-studio.velo-studio--page .vr-table th,
.velo-studio.velo-studio--page .vr-table td {
	padding: 0.75rem 1rem;
	text-align: left;
	border-bottom: 1px solid var(--vr-border);
	vertical-align: top;
}

.velo-studio.velo-studio--page .vr-table thead th {
	background: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 0.03em;
}

.velo-studio.velo-studio--page .vr-table tbody tr:last-child td {
	border-bottom: none;
}

@media (max-width: 767.98px) {
	.velo-studio.velo-studio--page .vr-table-wrap--schedule {
		margin: 0;
		padding: 0;
		overflow: visible;
	}

	.velo-studio.velo-studio--page .vr-table--schedule {
		min-width: 0;
		display: block;
		width: 100%;
		border: none;
		background: transparent;
		border-radius: 0;
	}

	.velo-studio.velo-studio--page .vr-table--schedule thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.velo-studio.velo-studio--page .vr-table--schedule tbody {
		display: block;
	}

	.velo-studio.velo-studio--page .vr-table--schedule tbody tr {
		display: block;
		margin-bottom: 1rem;
		background: #fff;
		border: 1px solid var(--vr-border);
		border-radius: 12px;
		overflow: hidden;
	}

	.velo-studio.velo-studio--page .vr-table--schedule tbody tr:last-child {
		margin-bottom: 0;
	}

	.velo-studio.velo-studio--page .vr-table--schedule tbody td {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 1rem;
		padding: 0.75rem 1rem;
		border-bottom: 1px solid var(--vr-border);
		text-align: right;
		font-size: 0.9rem;
	}

	.velo-studio.velo-studio--page .vr-table--schedule tbody td:last-child {
		border-bottom: none;
	}

	.velo-studio.velo-studio--page .vr-table--schedule tbody td:first-child {
		font-weight: 700;
		background: var(--vr-bg-alt);
		text-align: left;
	}

	.velo-studio.velo-studio--page .vr-table--schedule tbody td:not(:first-child)::before {
		content: attr(data-label);
		font-weight: 600;
		font-size: 0.75rem;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		color: var(--vr-muted);
		flex-shrink: 0;
		text-align: left;
		max-width: 42%;
	}
}

/* -------------------------------------------------------------------------- */
/* Тарифы (три карточки)                                                      */
/* -------------------------------------------------------------------------- */

.velo-studio.velo-studio--page .vr-carousel--pricing .vr-studio-offers {
	display: flex;
	flex-wrap: nowrap;
	gap: 1.25rem;
	max-width: 1100px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.velo-studio.velo-studio--page .vr-carousel--pricing .vr-studio-offers {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem;
		align-items: stretch;
	}
}

.velo-studio.velo-studio--page .vr-studio-offer-card {
	background: #fff;
	border: 1px solid var(--vr-border);
	border-radius: 12px;
	padding: 1.35rem 1.15rem 1.5rem;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.velo-studio.velo-studio--page .vr-studio-offer-card__title {
	margin: 0 0 0.65rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--vr-text);
}

.velo-studio.velo-studio--page .vr-studio-offer-card__text {
	margin: 0 0 1rem;
	font-size: 0.88rem;
	line-height: 1.5;
	color: var(--vr-muted);
	flex-shrink: 0;
}

.velo-studio.velo-studio--page .vr-studio-offer-card__figure {
	margin: 0 0 auto;
	padding: 0.5rem 0;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 8.5rem;
}

@media (min-width: 768px) {
	.velo-studio.velo-studio--page .vr-studio-offer-card__figure {
		min-height: 11rem;
	}
}

.velo-studio.velo-studio--page .vr-studio-offer-card__img {
	max-width: 100%;
	width: auto;
	max-height: 200px;
	height: auto;
	object-fit: contain;
	display: block;
}

.velo-studio.velo-studio--page .vr-studio-offer-card__price {
	margin: 1rem 0 0;
	font-size: clamp(1.2rem, 2.5vw, 1.5rem);
	font-weight: 700;
	color: var(--vr-green);
	line-height: 1.2;
}

.velo-studio.velo-studio--page .vr-note {
	max-width: 48rem;
	margin: 2rem auto 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--vr-green);
	font-weight: 600;
	text-align: center;
}

/* 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 */
/* /local/templates/velosport/scss/static-page.css?17713187092025 */
/* /velo-studio/assets/css/studio-page.css?177728152220034 */
/* /local/templates/velosport/components/bitrix/breadcrumb/desktop/style.css?1771318709902 */
