

/* 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 */
/* /bitrix/templates/proopt_default/components/bitrix/news.list/brands/style.css?17760610264821 */
