

/* Start:/bitrix/templates/proopt_default/components/bitrix/news.list/brands/style.css?17760610264821*/
.brands-showcase {
  --brands-accent: #214496;
  --brands-accent-strong: #17306c;
  --brands-accent-soft: rgba(33, 68, 150, 0.12);
  --brands-border: rgba(22, 34, 56, 0.1);
  --brands-shadow: 0 24px 60px rgba(22, 34, 56, 0.08);
  --brands-surface: #ffffff;
  --brands-surface-soft: #f4f8fc;
  --brands-text: #1c2740;
  --brands-muted: #5d6c82;
}

.brands-showcase.brandslist.mainstyles {
  margin-top: 32px;
}

.brands-showcase .brands-showcase__shell {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--brands-border);
  border-radius: 30px;
  background: linear-gradient(180deg, var(--brands-surface) 0%, var(--brands-surface-soft) 100%);
  box-shadow: var(--brands-shadow);
}

.brands-showcase .brands-showcase__shell:before {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -130px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 68, 150, 0.18) 0%, rgba(33, 68, 150, 0) 70%);
  pointer-events: none;
}

.brands-showcase .title {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
}

.brands-showcase .brands-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--brands-accent-soft);
  color: var(--brands-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brands-showcase .title h3 {
  margin: 16px 0 0;
}

.brands-showcase.brandslist.mainstyles .title a {
  color: var(--brands-text);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: none;
}

.brands-showcase.brandslist.mainstyles .title a:hover {
  color: var(--brands-accent-strong);
  text-decoration: none;
}

.brands-showcase .brands-showcase__lead {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--brands-muted);
  font-size: 16px;
  line-height: 1.65;
}

.brands-showcase .brands-showcase__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.brands-showcase .brands-showcase__column {
  min-width: 0;
  padding: 22px 20px 18px;
  border: 1px solid rgba(33, 68, 150, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 32px rgba(22, 34, 56, 0.05);
}

.brands-showcase .brands-showcase__letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brands-accent) 0%, #4b6fc8 100%);
  box-shadow: 0 16px 28px rgba(33, 68, 150, 0.24);
}

.brands-showcase .brands-showcase__letter span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.brands-showcase .brands-showcase__items {
  display: grid;
  gap: 8px;
}

.brands-showcase .brands-showcase__item {
  margin: 0;
}

.brands-showcase .brands-showcase__item a {
  display: block;
  padding: 10px 12px;
  border: 1px solid rgba(22, 34, 56, 0.07);
  border-radius: 14px;
  background: #fff;
  color: var(--brands-text);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.brands-showcase .brands-showcase__item a:hover {
  border-color: rgba(33, 68, 150, 0.22);
  color: var(--brands-accent);
  box-shadow: 0 14px 28px rgba(22, 34, 56, 0.08);
  text-decoration: none;
  transform: translateY(-1px);
}

@media screen and (max-width: 991px) {
  .brands-showcase .brands-showcase__shell {
    padding: 26px 22px 22px;
    border-radius: 26px;
  }

  .brands-showcase .brands-showcase__grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
  }
}

@media screen and (max-width: 640px) {
  .brands-showcase.brandslist.mainstyles {
    margin-top: 24px;
  }

  .brands-showcase .brands-showcase__shell {
    padding: 22px 16px 18px;
    border-radius: 22px;
  }

  .brands-showcase .title {
    margin-bottom: 20px;
  }

  .brands-showcase.brandslist.mainstyles .title a {
    font-size: 28px;
  }

  .brands-showcase .brands-showcase__lead {
    font-size: 14px;
    line-height: 1.6;
  }

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

  .brands-showcase .brands-showcase__column {
    padding: 18px 14px 14px;
    border-radius: 18px;
  }

  .brands-showcase .brands-showcase__letter {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .brands-showcase .brands-showcase__letter span {
    font-size: 17px;
  }

  .brands-showcase .brands-showcase__item a {
    padding: 9px 10px;
    font-size: 13px;
  }
}

/* End */


/* Start:/bitrix/templates/proopt_default/components/bitrix/news.list/shops2/style.css?17760754797954*/
.shops2--main {
  --shops-accent: #214496;
  --shops-accent-strong: #17306c;
  --shops-accent-soft: rgba(33, 68, 150, 0.12);
  --shops-border: rgba(22, 34, 56, 0.1);
  --shops-shadow: 0 24px 60px rgba(22, 34, 56, 0.08);
  --shops-surface: #ffffff;
  --shops-surface-soft: #f4f8fc;
  --shops-surface-strong: #eef3fb;
  --shops-text: #1c2740;
  --shops-muted: #5d6c82;
}

.shops2--main {
  margin-top: 32px;
  margin-bottom: 24px;
}

.shops2--main .shops2__shell {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--shops-border);
  border-radius: 30px;
  background: linear-gradient(180deg, var(--shops-surface) 0%, var(--shops-surface-soft) 100%);
  box-shadow: var(--shops-shadow);
}

.shops2--main .shops2__shell:before {
  content: "";
  position: absolute;
  left: -120px;
  top: -140px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 68, 150, 0.12) 0%, rgba(33, 68, 150, 0) 70%);
  pointer-events: none;
}

.shops2--main .shops2__header,
.shops2--main .shops2__controls,
.shops2--main .shops2__content {
  position: relative;
  z-index: 1;
}

.shops2--main .shops2__header {
  margin-bottom: 24px;
}

.shops2--main .shops2__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--shops-accent-soft);
  color: var(--shops-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shops2--main .shops2__title {
  margin-top: 16px;
  color: var(--shops-text);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.shops2--main .shops2__subtitle {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--shops-muted);
  font-size: 16px;
  line-height: 1.65;
}

.shops2--main .shops2__controls {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.shops2--main .shops2__search-wrap,
.shops2--main .shops2__filters-wrap,
.shops2--main .shops2__list-card,
.shops2--main .shops2__map-card {
  border: 1px solid rgba(33, 68, 150, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 32px rgba(22, 34, 56, 0.05);
}

.shops2--main .shops2__search-wrap,
.shops2--main .shops2__filters-wrap {
  padding: 18px;
}

.shops2--main .shops2__label {
  display: block;
  margin-bottom: 12px;
  color: var(--shops-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shops2--main .shops2__label--quiet {
  margin-bottom: 0;
  color: var(--shops-muted);
}

.shops2--main .shops2__search-row {
  display: flex;
  gap: 10px;
}

.shops2--main .shops2__search-row .form-control {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(22, 34, 56, 0.12);
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  color: var(--shops-text);
}

.shops2--main .shops2__search-row .form-control:focus {
  border-color: rgba(33, 68, 150, 0.32);
  box-shadow: 0 0 0 4px rgba(33, 68, 150, 0.08);
}

.shops2--main .shops2__clear {
  flex: 0 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 0;
  border-radius: 16px;
  background: rgba(22, 34, 56, 0.06);
  color: var(--shops-text);
  font-size: 13px;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.shops2--main .shops2__clear.active {
  display: inline-flex;
}

.shops2--main .shops2__clear:hover {
  background: var(--shops-accent-soft);
  color: var(--shops-accent-strong);
}

.shops2--main .shops2-panel__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shops2--main .shops2__filter.btn.btn1 {
  padding: 11px 16px;
  border: 1px solid rgba(22, 34, 56, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--shops-text);
  font-size: 13px;
  font-weight: 600;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.shops2--main .shops2__filter.btn.btn1:hover,
.shops2--main .shops2__filter.btn.btn1.active {
  border-color: var(--shops-accent);
  background: var(--shops-accent);
  color: #fff;
  transform: translateY(-1px);
}

.shops2--main .shops2__content {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.shops2--main .shops2__list-column,
.shops2--main .shops2__map-column {
  min-width: 0;
}

.shops2--main .shops2__list-card {
  display: flex;
  flex-direction: column;
  min-height: 466px;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.shops2--main .shops2__list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: 0 0 auto;
  margin-bottom: 14px;
}

.shops2--main .shops2__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  background: var(--shops-surface-strong);
  color: var(--shops-accent);
  font-size: 15px;
  font-weight: 700;
}

.shops2--main .shops2__list {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 10px;
  min-height: 0;
  padding: 0;
  border: none;
  overflow-y: auto;
}

.shops2--main .shops2-item--main {
  flex: 0 0 auto;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(22, 34, 56, 0.07);
  border-radius: 18px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.shops2--main .shops2-item--main:hover {
  border-color: rgba(33, 68, 150, 0.2);
  box-shadow: 0 16px 28px rgba(22, 34, 56, 0.08);
  transform: translateY(-1px);
}

.shops2--main .shops2-item--main .shops2-item__name {
  color: var(--shops-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.shops2--main .shops2-item--main .shops2-item__descr {
  margin-top: 8px;
  color: var(--shops-muted);
  font-size: 14px;
  line-height: 1.6;
}

.shops2--main .shops2__empty {
  flex: 0 0 auto;
  display: none;
  padding: 18px;
  border: 1px dashed rgba(33, 68, 150, 0.22);
  border-radius: 18px;
  background: rgba(33, 68, 150, 0.04);
  color: var(--shops-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.shops2--main .shops2__map-card {
  overflow: hidden;
  height: 100%;
  min-height: 466px;
}

.shops2--main .shops2__map-card .map,
.shops2--main .shops2__map-canvas {
  width: 100%;
  height: 100%;
  min-height: 466px;
}

@media screen and (max-width: 991px) {
  .shops2--main {
    margin-top: 24px;
  }

  .shops2--main .shops2__shell {
    padding: 24px 18px 18px;
    border-radius: 24px;
  }

  .shops2--main .shops2__controls,
  .shops2--main .shops2__content {
    grid-template-columns: 1fr;
  }

  .shops2--main .shops2__list-card,
  .shops2--main .shops2__map-card,
  .shops2--main .shops2__map-card .map,
  .shops2--main .shops2__map-canvas {
    min-height: 320px;
  }

  .shops2--main .shops2__list {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .shops2--main .shops2__title {
    font-size: 28px;
  }

  .shops2--main .shops2__subtitle {
    font-size: 14px;
    line-height: 1.6;
  }

  .shops2--main .shops2__search-wrap,
  .shops2--main .shops2__filters-wrap,
  .shops2--main .shops2__list-card {
    padding: 14px;
    border-radius: 18px;
  }

  .shops2--main .shops2__search-row {
    flex-direction: column;
  }

  .shops2--main .shops2__clear {
    height: 44px;
  }

  .shops2--main .shops2__list-head {
    margin-bottom: 12px;
  }

  .shops2--main .shops2__count {
    min-width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 14px;
  }

  .shops2--main .shops2__list-card,
  .shops2--main .shops2__map-card,
  .shops2--main .shops2__map-card .map,
  .shops2--main .shops2__map-canvas {
    min-height: 280px;
  }
}

/* End */
/* /bitrix/templates/proopt_default/components/bitrix/news.list/brands/style.css?17760610264821 */
/* /bitrix/templates/proopt_default/components/bitrix/news.list/shops2/style.css?17760754797954 */
