

/* Start:/bitrix/templates/olivin/assets/css/pages/content.css?178963986926805*/
/* ==========================================================================
   OLIVIN.KZ — контентные страницы (агент P5)
   О компании, доставка, новости (список/статья), бренды, нанесение логотипа,
   контакты, как купить, гарантия, FAQ, партнёрам, склады, карта сайта, 404,
   политика/оферта. Токены — olivin.css.
   ========================================================================== */

/* ---------- 0. Общие ---------- */
.olv-content-page .olv-page__body { color: var(--olv-text); }
.olv-empty { color: var(--olv-muted); padding: 30px 0; }
.olv-lead { font-size: 16px; line-height: 1.3; color: var(--olv-text); }
.olv-lead + .olv-lead { margin-top: 30px; }
.olv-h2 { font-size: 28px; font-weight: 600; color: var(--olv-title); line-height: 1.2; margin: 50px 0 20px; }
.olv-h2:first-child { margin-top: 0; }
.olv-h3 { font-size: 20px; font-weight: 600; color: var(--olv-title); line-height: 1.25; margin: 0 0 10px; }
.olv-icon-green { color: var(--olv-green); font-size: 1.4rem; line-height: 1; }
.olv-tile {
  height: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--olv-line);
  border-radius: var(--olv-radius-card);
}
.olv-tile__head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-weight: 600; color: var(--olv-title); }
.olv-tile__text { font-size: 14px; line-height: 1.35; color: var(--olv-muted); }
.olv-tile__text ul { margin: 0; padding-left: 1.1em; }
.olv-tile__text li { list-style: disc; margin-bottom: 4px; }
.olv-tile__text a { color: var(--olv-green-dark); text-decoration: underline; }
.olv-note {
  padding: 16px 20px;
  background: #F9FBF2;
  border-left: 4px solid var(--olv-green);
  border-radius: 8px;
  color: var(--olv-text);
  line-height: 1.35;
}
.olv-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 30px;
  margin-top: 50px;
  padding: 30px 40px;
  background: var(--olv-bg);
  border-radius: var(--olv-radius);
}
.olv-cta__title { font-size: 24px; font-weight: 600; color: var(--olv-title); margin: 0 0 6px; }
.olv-cta__text { color: var(--olv-text); margin: 0; }
.olv-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 575.98px) {
  .olv-h2 { font-size: 22px; margin-top: 36px; }
  .olv-cta { padding: 24px 16px; }
  .olv-cta__title { font-size: 20px; }
  .olv-cta__actions, .olv-cta__actions .olv-btn, .olv-cta__actions .btn-main { width: 100%; }
}

/* ---------- 1. О компании (demo/about_us.php) ---------- */
.article-wrapper { color: var(--olv-text); padding: 0; }
.art-description { line-height: 1.3; }
.art-description .part { margin-top: 30px; }
.art-description .major { font-size: 18px; font-weight: 500; color: var(--olv-title); }
.visual-insert { margin: 30px 0; background: var(--olv-bg); padding: 30px 50px 24px; }
.visual-insert .title-4 { margin: 0; text-align: center; color: #000; }
.fact-wrapper { display: flex; }
.fact-item {
  margin-top: 20px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  font-size: 18px;
}
.fact-img { width: 100px; height: 100px; }
.fact-img img { width: 100%; height: 100%; object-fit: contain; }
.fact-number { font-weight: 700; margin-top: 16px; color: var(--olv-text); }
.fact-desc { margin-top: 10px; font-weight: 500; text-align: center; line-height: 1.2; }
.art-contacts { margin-top: 50px; }
.art-contacts .title-5 { margin: 0 0 30px; color: var(--olv-text); }
.art-contacts a { color: inherit; }
.art-contacts a:hover { color: var(--olv-green-dark); }
@media (max-width: 991.98px) {
  .fact-wrapper { flex-wrap: wrap; }
  .visual-insert { padding: 30px 10px 24px; }
  .fact-item { width: 50%; }
  .fact-desc { margin-bottom: 30px; }
}
@media (max-width: 575.98px) {
  .visual-insert .title-4 { font-size: 28px; }
  .fact-item { padding: 0 10px; font-size: 16px; }
  .fact-img { width: 72px; height: 72px; }
  .art-contacts .title-5 { font-size: 24px; margin-bottom: 20px; }
}

/* ---------- 2. Доставка и оплата (demo/delivery.php) ---------- */
.olv-delivery .section-pad { margin: 0 0 3rem; }
.olv-delivery .section-pad:last-child { margin-bottom: 0; }
.olv-delivery .olv-tile { border-color: var(--olv-border); }
.olv-delivery h2.olv-h5 { font-size: 20px; font-weight: 500; color: var(--olv-body); margin: 0 0 12px; }
.olv-table { width: 100%; margin: 0; color: var(--olv-body); vertical-align: middle; }
.olv-table th { font-weight: 600; white-space: nowrap; }
.olv-table td, .olv-table th { padding: 12px 10px; border-bottom: 1px solid var(--olv-border); }
.olv-table .olv-muted { color: var(--olv-muted); }
.olv-delivery .accordion-body { font-size: 14px; color: var(--olv-muted); }
@media (max-width: 767.98px) {
  /* таблица → карточки */
  .olv-table thead { display: none; }
  .olv-table, .olv-table tbody, .olv-table tr, .olv-table td { display: block; width: 100%; }
  .olv-table tr { padding: 12px 16px; margin-bottom: 12px; border: 1px solid var(--olv-border); border-radius: var(--olv-radius-card); }
  .olv-table td { display: flex; justify-content: space-between; gap: 16px; padding: 5px 0; border: 0; text-align: right; }
  .olv-table td::before { content: attr(data-label); font-weight: 600; color: var(--olv-title); text-align: left; }
  .olv-table td:first-child { font-weight: 600; color: var(--olv-title); justify-content: flex-start; text-align: left; font-size: 17px; }
  .olv-table td:first-child::before { display: none; }
}

/* ---------- 3. Новости — список (demo/news.php) ---------- */
.olv-news-page .olv-page__body { padding-top: 0; }
.olv-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 30px;
  padding-bottom: 40px;
}
.olv-news-grid .news-item { width: auto; margin: 40px 0 0; }
.olv-news-card__img { aspect-ratio: 7 / 5; }
.olv-news-card__img:empty { background: var(--olv-bg) url("/bitrix/templates/olivin/assets/css/pages/../../img/brand/logo.png") center / 40% no-repeat; opacity: .6; }
.olv-news-card:hover .olv-news-card__title { color: var(--olv-green-dark); }
.olv-news-list .pagination-block { padding: 20px 0 0; }
@media (max-width: 991.98px) {
  .olv-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
}
@media (max-width: 575.98px) {
  .olv-news-grid { grid-template-columns: minmax(0, 1fr); padding-bottom: 20px; }
  .olv-news-grid .news-item { margin-top: 30px; }
}

/* ---------- 4. Статья (demo/info.php) ---------- */
.olv-article-page .olv-page__crumbs { padding-top: 16px; }
.olv-article-wrap { padding: 8px 0 60px; }
.olv-article .olv-article__title { line-height: 1.25; }
.olv-article__meta { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 14px; color: var(--olv-muted); }
.olv-article__meta span { display: inline-flex; align-items: center; gap: 6px; }
.olv-article__meta i { font-size: 13px; color: #6c757d; }
.lvn-article__progress { height: 6px; background: #F3F3F3; border-radius: 999px; overflow: hidden; margin-top: 20px; }
.lvn-article__progress-line { height: 100%; width: 0; background: var(--olv-green); transition: width .1s linear; }
.lvn-article__content { color: var(--olv-body); line-height: 1.25; }
.lvn-article__content h2 { font-size: 20px; font-weight: 500; color: var(--olv-body); margin: 1.5rem 0 .5rem; }
.lvn-article__content h3 { font-size: 16px; font-weight: 500; color: var(--olv-body); margin: 1.5rem 0 .5rem; }
.lvn-article__content a { color: inherit; }
.lvn-article__content a:hover { color: var(--olv-green-dark); }
.lvn-article__content blockquote {
  border-left: 4px solid var(--olv-green);
  background: #F9FBF2;
  padding: 14px 16px;
  border-radius: 8px;
  font-style: italic;
  margin: 18px 0;
}
.lvn-article__content ul { margin-bottom: 1rem; }
.lvn-article__content li { margin-bottom: .1em; }
.lvn-article__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.olv-tag {
  display: inline-block;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 500;
  color: var(--olv-body);
  background: #F8F9FA;
  border: 1px solid #DEE2E6;
  border-radius: 999px;
}
.lvn-article__share { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.olv-article__share-label { font-size: 14px; color: var(--olv-muted); margin-right: 8px; }
.olv-share-btn {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #6c757d;
  background: transparent;
  border: 1px solid #6c757d;
  border-radius: 4px;
  cursor: pointer;
  transition: .2s;
}
.olv-share-btn:hover { color: #fff; background: var(--olv-green-hover); border-color: var(--olv-green-hover); }
.olv-article__copied { font-size: 14px; color: var(--olv-green-dark); margin-left: 8px; }
.lvn-article__pager { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 1.5rem; }
.lvn-article__pager a { color: inherit; display: inline-flex; align-items: center; gap: 4px; }
.lvn-article__pager a:hover { color: var(--olv-green-dark); }

/* Похожие новости + общий слайдер новостей (demo .news-swiper) */
.olv-related .news-block { background: #fff; padding: 60px 0 50px; }
.olv-related .olv-section-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.olv-related .btn-main { display: inline-flex; align-items: center; justify-content: center; }
.olv-news-swiper {
  --swiper-pagination-color: var(--olv-green);
  --swiper-pagination-bullet-inactive-color: var(--olv-green-2);
  margin-top: 30px;
  padding-bottom: 30px;
}
.olv-news-swiper .swiper-wrapper { padding-bottom: 70px; }
.olv-news-swiper .swiper-slide { height: auto; }
.olv-news-swiper .news-swiper__slide { display: block; width: 100%; max-width: 350px; margin: 0 auto; color: inherit; }
.olv-news-swiper .olv-news-card__title { text-transform: uppercase; }
.olv-news-swiper .swiper-pagination { bottom: 0; }
.olv-news-swiper .swiper-button-prev,
.olv-news-swiper .swiper-button-next { top: 36%; width: 65px; height: 65px; margin-top: 0; }
.olv-news-swiper .swiper-button-prev { left: 0; }
.olv-news-swiper .swiper-button-next { right: 0; }
.olv-news-swiper .swiper-navigation-icon { display: none; }
.olv-news-swiper .swiper-button-prev::after,
.olv-news-swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/bitrix/templates/olivin/assets/css/pages/../../img/icons/arrow-next.png") center / contain no-repeat;
}
.olv-news-swiper .swiper-button-next::after { transform: rotate(180deg); }
.olv-news-swiper .swiper-button-disabled { opacity: .35; }
@media (max-width: 575.98px) {
  .olv-article-wrap { padding-bottom: 40px; }
  .lvn-article__pager { font-size: 14px; }
  .olv-related .news-block { padding: 40px 0; }
  .olv-news-swiper .swiper-wrapper { padding-bottom: 46px; }
  .olv-news-swiper .swiper-button-prev,
  .olv-news-swiper .swiper-button-next { width: 35px; height: 35px; }
}

/* ---------- 5. Бренды (demo/brands.php) ---------- */
.olv-brands.brand-block { padding: 40px 0 70px; }
/* --olv-brands-n = число брендов (из шаблона): при 3–5 логотипах колонки делят ширину поровну,
   сетка не выглядит «пустой»; от 6 — 6 в ряд, как в demo */
.olv-brands__grid {
  --olv-brands-cols: min(var(--olv-brands-n, 6), 6);
  display: grid;
  grid-template-columns: repeat(var(--olv-brands-cols), minmax(0, 1fr));
  gap: 50px 30px;
}
.olv-brands__grid--few { max-width: 1000px; margin: 0 auto; }
.olv-brands .brand-item.detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 120px;
  margin: 0;
  color: #828282;
  text-align: center;
}
.olv-brands .brand-img { display: flex; align-items: center; justify-content: center; width: 100%; height: 75px; }
.olv-brands .brand-img img { max-width: 100%; max-height: 100%; width: auto; height: auto; filter: grayscale(100%); opacity: .55; transition: filter .3s, opacity .3s; }
.olv-brands .brand-item:hover .brand-img img { filter: grayscale(0); opacity: 1; }
.olv-brands .brand-name { margin-top: 25px; line-height: 1.2; }
.olv-brands a.brand-item:hover .brand-name { color: var(--olv-green-dark); }
@media (max-width: 991.98px) {
  .olv-brands__grid { --olv-brands-cols: min(var(--olv-brands-n, 4), 4); }
}
@media (max-width: 575.98px) {
  .olv-brands.brand-block { padding: 24px 0 40px; }
  .olv-brands__grid { --olv-brands-cols: min(var(--olv-brands-n, 3), 3); gap: 36px 12px; }
  .olv-brands .brand-img { height: 60px; }
  .olv-brands .brand-name { margin-top: 16px; font-size: 14px; }
}

/* ---------- 6. Нанесение логотипа (demo/print_logo.php + .type-item главной) ---------- */
.olv-print__intro p { margin: 0 0 1rem; line-height: 1.3; }
.olv-types {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 40px 30px;
  margin-top: 30px;
}
.olv-types__item { display: flex; flex-direction: column; align-items: center; }
.olv-type.type-item { position: relative; width: 100%; max-width: 300px; margin: 0 auto; }
.olv-type__img { width: 100%; aspect-ratio: 1; overflow: hidden; background: var(--olv-bg); }
.olv-type__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.olv-types__item:hover .olv-type__img img { transform: scale(1.04); }
.olv-type .type-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 180px;
  padding: 18px;
  background: var(--olv-green-dark);
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.olv-types__text { width: 100%; max-width: 300px; margin-top: 14px; font-size: 14px; line-height: 1.35; color: var(--olv-text); }
.olv-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; counter-reset: olvstep; }
.olv-step { position: relative; padding: 20px; background: var(--olv-bg); border-radius: var(--olv-radius); }
.olv-step::before {
  counter-increment: olvstep;
  content: counter(olvstep);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--olv-green);
  color: #fff;
  font-weight: 700;
}
.olv-step__title { font-weight: 600; color: var(--olv-title); margin-bottom: 6px; }
.olv-step__text { font-size: 14px; line-height: 1.35; color: var(--olv-text); }
@media (max-width: 991.98px) { .olv-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575.98px) {
  .olv-types { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
  .olv-type .type-desc { padding: 10px; font-size: 14px; max-width: 90%; }
  .olv-types__text { font-size: 13px; }
  .olv-steps { grid-template-columns: minmax(0, 1fr); }
}

/* ---------- 7. Контакты ---------- */
.olv-contacts { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 30px; align-items: start; }
.olv-contacts__list { margin: 0; padding: 0; }
.olv-contacts__item { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--olv-line); }
.olv-contacts__item:first-child { padding-top: 0; }
.olv-contacts__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--olv-bg);
  color: var(--olv-green);
  font-size: 18px;
}
.olv-contacts__title { font-size: 14px; font-weight: 500; color: var(--olv-muted); margin: 0 0 4px; text-transform: uppercase; letter-spacing: .02em; }
.olv-contacts__value { color: var(--olv-title); line-height: 1.35; }
.olv-contacts__value a { color: inherit; }
.olv-contacts__value a:hover { color: var(--olv-green-dark); }
.olv-contacts__big { font-size: 20px; font-weight: 600; }
.olv-contacts__socials { display: flex; gap: 10px; margin-top: 20px; }
.olv-contacts__socials a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--olv-header);
  color: #fff;
  transition: background .2s;
}
.olv-contacts__socials a:hover { background: var(--olv-green); }
.olv-map { width: 100%; height: 477px; border-radius: var(--olv-radius); overflow: hidden; background: var(--olv-bg); }
.olv-map__caption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; margin-top: 12px; font-size: 14px; color: var(--olv-muted); }
.olv-map__caption a { color: var(--olv-green-dark); font-weight: 500; text-decoration: underline; }
.olv-requisites { margin-top: 50px; padding: 30px; background: var(--olv-bg); border-radius: var(--olv-radius); line-height: 1.5; }
@media (max-width: 991.98px) {
  .olv-contacts { grid-template-columns: minmax(0, 1fr); }
  .olv-map { height: 360px; }
}
@media (max-width: 575.98px) {
  .olv-map { height: 300px; }
  .olv-requisites { padding: 20px 16px; }
}

/* ---------- 8. FAQ (alver:faq) ---------- */
.faq-block__intro { margin: 0 0 24px; color: var(--olv-text); line-height: 1.3; }
.faq-block__tabs { gap: 4px; border-bottom: 1px solid var(--olv-border); flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; }
.faq-block__tabs::-webkit-scrollbar { display: none; }
.faq-block__tabs .nav-link { white-space: nowrap; font-weight: 500; }
.faq-block__content { padding-top: 4px; }
.faq-block__accordion.accordion { margin-top: 0; }
.faq-block__accordion .accordion-button { font-weight: 500; color: var(--olv-title); }
.faq-block__accordion .accordion-body { color: var(--olv-text); line-height: 1.4; }
.faq-block__accordion .accordion-body ul, .faq-block__accordion .accordion-body ol { margin: 0; padding-left: 1.2em; }
.faq-block__accordion .accordion-body li { list-style: disc; margin-bottom: 4px; }
.faq-block__accordion .accordion-body ol li { list-style: decimal; }

/* ---------- 9. Стать партнёром ---------- */
.olv-partner { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 40px; align-items: start; }
.olv-partner__benefits { margin: 20px 0 0; padding: 0; }
.olv-partner__benefits li { position: relative; padding-left: 34px; margin-bottom: 14px; line-height: 1.35; list-style: none; }
.olv-partner__benefits li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--olv-green);
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.olv-partner__form { padding: 30px; background: var(--olv-bg); border-radius: var(--olv-radius); }
.olv-partner__form .form-label { font-weight: 500; color: var(--olv-title); }
.olv-partner__form .form-control { background-color: #fff; }
.olv-partner__form textarea.form-control { min-height: 120px; resize: vertical; }
.olv-partner__form .form-check-label { font-size: 14px; line-height: 1.35; }
.olv-partner__form .form-check-label a { color: var(--olv-green-dark); text-decoration: underline; }
.olv-hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 991.98px) { .olv-partner { grid-template-columns: minmax(0, 1fr); gap: 24px; } }
@media (max-width: 575.98px) { .olv-partner__form { padding: 20px 16px; } .olv-partner__form .olv-btn { width: 100%; } }

/* ---------- 10. Склады (catalog.store) ---------- */
.olv-stores { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.olv-store { display: flex; flex-direction: column; gap: 8px; }
.olv-store__title { font-size: 18px; font-weight: 600; color: var(--olv-title); margin: 0; }
.olv-store__title a { color: inherit; }
.olv-store__title a:hover { color: var(--olv-green-dark); }
.olv-store__row { display: flex; gap: 10px; font-size: 14px; line-height: 1.35; color: var(--olv-text); }
.olv-store__row i { flex: 0 0 16px; margin-top: 2px; color: var(--olv-green); }
.olv-store__img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--olv-radius-sm); margin-bottom: 6px; }
.olv-store__more { margin-top: auto; padding-top: 8px; font-size: 14px; font-weight: 500; color: var(--olv-green-dark); text-decoration: underline; }
.olv-store-detail { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 30px; align-items: start; }
@media (max-width: 991.98px) { .olv-store-detail { grid-template-columns: minmax(0, 1fr); } }

/* ---------- 11. Карта сайта (main.map) ---------- */
.olv-sitemap { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.olv-sitemap__col { padding: 20px 24px; background: var(--olv-bg); border-radius: var(--olv-radius); }
.olv-sitemap ul { margin: 0; padding: 0; }
.olv-sitemap li { list-style: none; }
.olv-sitemap__l1 > li > a { display: block; font-size: 18px; font-weight: 600; color: var(--olv-title); margin-bottom: 8px; }
.olv-sitemap__l1 > li + li { margin-top: 16px; }
.olv-sitemap ul ul { padding-left: 14px; border-left: 2px solid var(--olv-green); }
.olv-sitemap ul ul a { display: block; padding: 3px 0; color: var(--olv-text); font-size: 15px; }
.olv-sitemap a:hover { color: var(--olv-green-dark); }
.olv-sitemap__desc { font-size: 13px; color: var(--olv-muted); margin: -4px 0 6px; }

/* ---------- 12. 404 ---------- */
.olv-404 { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 20px 0 10px; }
.olv-404__code {
  font-size: clamp(96px, 20vw, 200px);
  font-weight: 800;
  line-height: 1;
  color: var(--olv-green);
  letter-spacing: -.04em;
}
.olv-404__code span { color: var(--olv-title); }
.olv-404__text { max-width: 560px; margin: 16px 0 28px; font-size: 18px; line-height: 1.35; color: var(--olv-text); }
.olv-404__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.olv-404__cats { margin-top: 60px; }
.olv-404__cats-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; margin: 20px 0 0; padding: 0; }
.olv-404__cats-list li { list-style: none; }
.olv-404__cats-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--olv-line);
  border-radius: var(--olv-radius-card);
  color: var(--olv-title);
  font-weight: 500;
  line-height: 1.2;
  transition: border-color .2s, color .2s;
}
.olv-404__cats-list a:hover { border-color: var(--olv-green); color: var(--olv-green-dark); }
.olv-404__cats-list small { color: var(--olv-green-count); font-weight: 500; }
@media (max-width: 575.98px) {
  .olv-404__text { font-size: 16px; }
  .olv-404__actions, .olv-404__actions a { width: 100%; }
  .olv-404__cats-list { grid-template-columns: minmax(0, 1fr); }
}

/* ---------- 13. Юр. страницы (политика, оферта), как купить, гарантия ---------- */
.olv-doc { max-width: 900px; }
.olv-doc .olv-note { margin-bottom: 30px; }
.olv-howto .olv-steps { margin-bottom: 10px; }

/* ---------- 14. Мелочи ---------- */
.olv-requisites .art-description > .part:first-child { margin-top: 0; font-weight: 500; }
.olv-step__text a, .olv-delivery .accordion-body a, .olv-contacts-page .olv-note a, .olv-store-page .olv-note a,
.olv-partner__about a { color: var(--olv-green-dark); text-decoration: underline; }
.olv-store-detail dl { margin: 0; }
.olv-store-detail dt { font-size: 13px; font-weight: 500; color: var(--olv-muted); text-transform: uppercase; margin-top: 12px; }
.olv-store-detail dd { margin: 2px 0 0; color: var(--olv-title); }
.olv-article-page > .olv-page__body { padding-bottom: 0; }
.art-description a { text-decoration: underline; }
.olv-cta__actions .olv-btn, .olv-cta__actions .btn-main { min-height: 56px; }
.olv-404__actions .olv-btn { min-height: 56px; }
.lvn-article__content.olv-content h2 { font-size: 20px; font-weight: 500; color: var(--olv-body); margin: 1.5rem 0 .5rem; }
.lvn-article__content.olv-content h3 { font-size: 16px; font-weight: 500; color: var(--olv-body); margin: 1.5rem 0 .5rem; }
.lvn-article__content.olv-content a { color: inherit; }

/* ---------- 15. Круг 1 (FX-P15) ---------- */
/* A1: ссылка в тексте «О компании» — зелёная, как в других текстах */
.art-description a[href^="/"] { color: var(--olv-green-dark); }
.art-description a[href^="/"]:hover { color: var(--olv-green); }
/* H9: пара кнопок в CTA/404 — одинаковая форма (регистр в паре выровнял FX-F в olivin.css: обе без UPPERCASE) */
.olv-cta__actions .olv-btn,
.olv-404__actions .olv-btn {
  min-width: 190px;
  font-size: 16px;
  font-weight: 600;
  border-width: 2px;
  border-radius: var(--olv-radius);
}
.olv-cta__actions .btn-main, .olv-404__actions .btn-main { height: auto; min-height: 56px; }
/* X4: FAQ на телефоне — вкладки переносятся, без обрезки */
@media (max-width: 575.98px) {
  .faq-block__tabs { flex-wrap: wrap; overflow: visible; gap: 6px; border-bottom: 0; }
  .faq-block__tabs .nav-link {
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid var(--olv-border);
    border-radius: 999px;
  }
  .faq-block__tabs .nav-link.active { color: #fff; background: var(--olv-green); border-color: var(--olv-green); }
  .faq-block__accordion .accordion-button { padding: 14px 4px; font-size: 15px; }
  .faq-block__accordion .accordion-body { padding: 0 4px 16px; font-size: 14px; }
}
/* X2: контакты на телефоне — компактнее, подписи мелкие */
@media (max-width: 575.98px) {
  .olv-contacts { gap: 20px; }
  .olv-contacts__item { gap: 12px; padding: 14px 0; }
  .olv-contacts__icon { flex-basis: 38px; width: 38px; height: 38px; font-size: 15px; }
  h2.olv-contacts__title { font-size: 12px; margin-bottom: 2px; }
  .olv-contacts__value { font-size: 15px; }
  .olv-contacts__big { font-size: 18px; }
  .olv-map { height: 260px; }
  .olv-map__caption { font-size: 13px; }
  .olv-requisites { margin-top: 30px; font-size: 14px; word-break: break-word; }
  .olv-requisites .title-5 { font-size: 22px; }
  .olv-cta { margin-top: 30px; }
}

/* FX2-R: отступ 404 перед подвалом; группы на карте сайта */
.olv-404-page .olv-page__body { padding-bottom: 80px; }
@media (max-width: 575.98px) { .olv-404-page .olv-page__body { padding-bottom: 50px; } }
.olv-sitemap .olv-sitemap__group { display: block; margin-bottom: 6px; font-size: 18px; font-weight: 600; color: var(--olv-title); }
.olv-sitemap__l1 > li > ul { margin-bottom: 4px; }

/* End */
/* /bitrix/templates/olivin/assets/css/pages/content.css?178963986926805 */
