

/* Start:/brands/brands.css?177503904210310*/
.brands-page,
.brand-detail-page {
  padding: 28px 0 60px;
  background: #fff;
}

.brands-page__header {
  margin: 0 auto 34px;
  max-width: 880px;
}

.brands-page__header--centered {
  text-align: center;
}

.brands-page__eyebrow,
.brand-hero__eyebrow,
.brand-card__topline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8b8b8b;
}

.brands-page__title,
.brand-hero__title,
.brand-section__title,
.brand-card__title {
  margin: 0;
  color: #1f1f1f;
}

.brands-page__title {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.brands-page__lead {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: #5c5c5c;
}

.brands-page__lead p:last-child,
.text-block p:last-child {
  margin-bottom: 0;
}

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

.brand-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, #ffffff 0%, #faf8f6 100%);
  border: 1px solid #ece7e1;
  border-radius: 28px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(31, 31, 31, 0.07);
  border-color: #dfd7ce;
}

.brand-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  padding: 26px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 44%),
    linear-gradient(135deg, #f4efe9 0%, #fbfaf8 100%);
}

.brand-card__media--logo {
  min-height: 230px;
}

.brand-card__image {
  display: block;
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.brand-card__image--logo {
  max-height: 120px;
}

.brand-card__placeholder,
.brand-hero__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 180px;
  padding: 24px;
  text-align: center;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #2b2b2b;
}

.brand-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 26px;
}

.brand-card__title {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.brand-card__text {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.75;
  color: #5b5b5b;
}

.brand-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #1f1f1f;
}

.brand-card__link::after,
.brand-doc-card__link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.brand-card:hover .brand-card__link::after,
.brand-doc-card:hover .brand-doc-card__link::after {
  transform: translateX(3px);
}

.brand-breadcrumb-back {
  margin-bottom: 22px;
}

.brand-breadcrumb-back a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #4f4f4f;
}

.brand-breadcrumb-back a::before {
  content: "←";
}

.brand-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.brand-hero__content,
.brand-hero__media,
.brand-doc-card {
  background: #fff;
  border: 1px solid #ece7e1;
  border-radius: 28px;
}

.brand-hero__content {
  padding: clamp(26px, 3vw, 40px);
}

.brand-hero__title {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.97;
  letter-spacing: -0.045em;
}

.brand-hero__description {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.82;
  color: #555;
}

.brand-hero__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #f4efe9 0%, #fbfaf8 100%);
}

.brand-hero__media img {
  display: block;
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.brand-section {
  margin-top: 38px;
}

.brand-section__head {
  margin-bottom: 18px;
}

.brand-section__head--catalog {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.brand-section__title {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.brand-section__subtitle {
  margin-top: 10px;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

.brand-docs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.brand-doc-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 22px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.brand-doc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(31, 31, 31, 0.06);
  border-color: #dfd7ce;
}

.brand-doc-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.brand-doc-card__badge,
.brand-doc-card__size {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f5f2ee;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #555;
}

.brand-doc-card__name {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  color: #1f1f1f;
}

.brand-doc-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #1f1f1f;
}

.brand-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.brand-product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ece7e1;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.brand-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(31, 31, 31, 0.06);
  border-color: #dfd7ce;
}

.brand-product-card__image-wrap {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  text-decoration: none;
}

.brand-product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.brand-product-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 18px;
}

.brand-product-card__price {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #1f2028;
}

.brand-product-card__title {
  display: block;
  margin-bottom: 10px;
  color: #1f2028;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.brand-product-card__title:hover {
  text-decoration: underline;
}

.brand-product-card__availability {
  margin-bottom: 16px;
  color: #23a148;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.brand-product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  margin-top: auto;
  border-radius: 12px;
  background: #2b2d3a;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.brand-product-card__button:hover {
  color: #fff;
  opacity: 0.95;
}

.brand-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.brand-pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #ddd6ce;
  border-radius: 10px;
  background: #fff;
  color: #1f1f1f;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.brand-pagination__item.is-active {
  background: #2b2d3a;
  border-color: #2b2d3a;
  color: #fff;
}

.brand-empty {
  padding: 20px 22px;
  border: 1px solid #ece7e1;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #faf8f6 100%);
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

@media (max-width: 1200px) {
  .brand-docs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .brands-page,
  .brand-detail-page {
    padding: 24px 0 48px;
  }

  .brands-grid,
  .brand-hero {
    grid-template-columns: 1fr;
  }

  .brand-docs-grid {
    grid-template-columns: 1fr;
  }

  .brand-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-card__media {
    min-height: 210px;
  }

  .brand-hero__media {
    min-height: 280px;
    order: -1;
  }
}

@media (max-width: 767px) {
  .brands-page__header {
    margin-bottom: 24px;
  }

  .brands-page__lead {
    font-size: 15px;
    line-height: 1.72;
  }

  .brand-card,
  .brand-hero__content,
  .brand-hero__media,
  .brand-doc-card,
  .brand-product-card {
    border-radius: 22px;
  }

  .brand-card__body,
  .brand-doc-card,
  .brand-product-card__body {
    padding: 18px;
  }

  .brand-hero__content,
  .brand-hero__media {
    padding: 20px;
  }

  .brand-hero__media img,
  .brand-card__image {
    max-height: 120px;
  }

  .brand-section {
    margin-top: 32px;
  }
}

@media (max-width: 640px) {
  .brand-products-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .brand-product-card__price {
    font-size: 24px;
  }

  .brand-product-card__title {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .brands-page,
  .brand-detail-page {
    padding: 18px 0 40px;
  }

  .brand-card__media {
    min-height: 180px;
    padding: 18px;
  }

  .brand-hero__media {
    min-height: 220px;
  }

  .brand-breadcrumb-back {
    margin-bottom: 18px;
  }
}
/* End */
/* /brands/brands.css?177503904210310 */
