

/* 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 */


/* Start:/local/templates/velosport/components/k1soft/brands.list/brands/style.css?17867121295602*/
#brand-elements.vs-brands {
  --vs-brands-green: #4DAD32;
  --vs-brands-black: #1C1C1C;
  --vs-brands-gray: #646363;
  --vs-brands-line: #DDE2E5;
  --vs-brands-soft: #F8F9FA;
  padding-bottom: 48px;
}

.vs-brands-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 8px 0 28px;
}

.vs-brands-head__title {
  margin: 0 0 8px;
  font-size: 40px;
  line-height: 1.1;
  text-transform: none;
}

.vs-brands-head__lead {
  margin: 0;
  max-width: 640px;
  color: var(--vs-brands-gray);
  font-size: 16px;
  line-height: 1.45;
}

.vs-brands-head__meta {
  flex: 0 0 auto;
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--vs-brands-line);
  border-radius: 999px;
  background: #fff;
  white-space: nowrap;
}

.vs-brands-count {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--vs-brands-black);
}

.vs-brands-count-label {
  color: var(--vs-brands-gray);
  font-size: 14px;
  line-height: 1;
}

.vs-brands-toolbar {
  position: sticky;
  top: 140px;
  z-index: 20;
  margin: 0 -8px 28px;
  padding: 10px 8px 12px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.is-admin .vs-brands-toolbar {
  top: 180px;
}

.vs-brands-search {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.vs-brands-search__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--vs-brands-gray);
  pointer-events: none;
  display: flex;
}

.vs-brands-search__input {
  width: 100%;
  height: 48px;
  padding: 12px 16px 12px 42px;
  border: 1px solid var(--vs-brands-line);
  border-radius: 12px;
  background: #fff;
  color: var(--vs-brands-black);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.2;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vs-brands-search__input::placeholder {
  color: #8a8a8a;
}

.vs-brands-search__input:focus {
  outline: none;
  border-color: var(--vs-brands-green);
  box-shadow: 0 0 0 3px rgba(77, 173, 50, 0.18);
}

.vs-brands-az {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.vs-brands-az__link {
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--vs-brands-line);
  border-radius: 8px;
  background: #fff;
  color: var(--vs-brands-black);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vs-brands-az__link:hover {
  text-decoration: none;
  color: var(--vs-brands-black);
  border-color: var(--vs-brands-green);
  background: #f4faF1;
}

.vs-brands-az__link.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.vs-brands-empty {
  margin: 0 0 24px;
  padding: 28px 20px;
  text-align: center;
  color: var(--vs-brands-gray);
  background: var(--vs-brands-soft);
  border-radius: 16px;
  font-size: 16px;
}

.vs-brands-group {
  margin-bottom: 36px;
}

.vs-brands-group__title {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1;
  text-transform: none;
  scroll-margin-top: 210px;
}

.vs-brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
  gap: 12px;
}

.vs-brands-card {
  display: flex;
  flex-direction: column;
  min-height: 148px;
  padding: 16px 14px 14px;
  border: 1px solid var(--vs-brands-line);
  border-radius: 16px;
  background: #fff;
  color: var(--vs-brands-black);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vs-brands-card:hover,
.vs-brands-card:focus {
  text-decoration: none;
  color: var(--vs-brands-black);
  border-color: var(--vs-brands-green);
  box-shadow: 0 10px 24px rgba(28, 28, 28, 0.08);
  transform: translateY(-2px);
}

.vs-brands-card:focus-visible {
  outline: 2px solid var(--vs-brands-green);
  outline-offset: 2px;
}

.vs-brands-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  margin-bottom: 12px;
}

.vs-brands-card__logo img {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.vs-brands-card__mono {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 10px;
  border-radius: 12px;
  background: #eef7ea;
  color: var(--vs-brands-green);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.vs-brands-card__name {
  margin-top: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

@media (max-width: 767.99px) {
  .vs-brands-toolbar {
    top: 118px;
  }

  .is-admin .vs-brands-toolbar {
    top: 158px;
  }

  .vs-brands-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
  }

  .vs-brands-head__title {
    font-size: 32px;
  }

  .vs-brands-group__title {
    scroll-margin-top: 196px;
  }

  .vs-brands-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .vs-brands-card {
    min-height: 132px;
    padding: 12px 10px 12px;
    border-radius: 14px;
  }

  .vs-brands-card__logo,
  .vs-brands-card__logo img {
    height: 56px;
    max-height: 56px;
  }
}

@media (min-width: 768px) {
  .vs-brands-az {
    overflow: visible;
  }
}

/* End */
/* /local/templates/velosport/components/bitrix/breadcrumb/desktop/style.css?1771318709902 */
/* /local/templates/velosport/components/k1soft/brands.list/brands/style.css?17867121295602 */
