.header__sticky-icon svg {

    height: 100%;

    width: 100%;

}
.header {
  color: #000;
  }
.header__catalog-btn {
 color: #000;
}
.header__search-btn {
 color: #000;
}
.header__acc-btn {
 color: #000;
}
.header__action-btn {
 color: #000;
}
.header__cart-btn {
 color: #000;
}
.header__mobile-fixed {
 color: #000;
}
.header__logo {
 color: #000;
}
.header__call-btn {
 color: #000;
}
.header__sticky {
 color: #000;
}
.ui-btn--primary, .btn-primary, .comments__form-btn, .brands__search-btn, .details__comments-form-btn, .reviews__form-btn, .button-group button.ui-btn--primary, .btn-primary, .comments__form-btn, .brands__search-btn, .details__comments-form-btn, .reviews__form-btn, .button-group button {

color: #000; 
}
.header__tags-btn {
 color: #000;
}
.header__search-input {
 color: #000;
}

@media (min-width: 1199px) {
    .cart__code--coupon, .cart__code--voucher {
        -ms-flex-order: 0;
        order: 0;
    }
}
.promo-alert {

  column-count: 1;

  columns: auto;

  display: block;

}
/* ============================================
   BeanBag.md — Страница гарантии
   CSS для OcStore / Bootstrap 3.3.5
   Префикс .bb-warranty для избежания конфликтов
   ============================================ */

/* ПЕРЕМЕННЫЕ ЦВЕТОВ */
:root {
  --bb-navy:        #1B2B4B;
  --bb-navy-light:  #2a3f6f;
  --bb-yellow:      #F5C518;
  --bb-yellow-bg:   #FDF3C0;
  --bb-gray:        #F7F7F5;
  --bb-text:        #1B2B4B;
  --bb-text-light:  #5A6A84;
  --bb-green-bg:    #F0FFF4;
  --bb-green-brd:   #A8E6BF;
  --bb-green-txt:   #2E7D52;
  --bb-red-bg:      #FFF5F5;
  --bb-red-brd:     #FFCDD2;
  --bb-red-txt:     #C62828;
}

/* ОБЁРТКА */
.bb-warranty {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 60px;
}

/* ============ HERO ============ */
.bb-hero {
  background: var(--bb-navy);
  border-radius: 0 0 28px 28px;
  padding: 52px 44px 44px;
  margin-bottom: 52px;
  position: relative;
  overflow: hidden;
}
.bb-hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 280px; height: 280px;
  background: var(--bb-yellow);
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}
.bb-hero::after {
  content: '';
  position: absolute;
  bottom: -40px; left: 30%;
  width: 160px; height: 160px;
  background: var(--bb-yellow);
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}
.bb-hero-badge {
  display: inline-block;
  background: var(--bb-yellow);
  color: var(--bb-navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.bb-hero h1 {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 18px 0;
  position: relative;
}
.bb-hero h1 span {
  color: var(--bb-yellow);
}
.bb-hero-lead {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  line-height: 1.75;
  max-width: 580px;
  margin: 0;
  position: relative;
}
.bb-hero-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  margin-top: 36px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.bb-stat-num {
  display: block;
  font-size: 34px;
  font-weight: 800;
  color: var(--bb-yellow);
  line-height: 1;
}
.bb-stat-label {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
  font-weight: 500;
}

/* ============ СЕКЦИИ ============ */
.bb-section {
  margin-bottom: 44px;
}
.bb-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  line-height: 1;
}
.bb-section-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: var(--bb-yellow);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}
.bb-section-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--bb-navy);
  margin: 0 !important;
  padding: 0 !important;
}

/* ============ СРОК ГАРАНТИИ — БАННЕР ============ */
.bb-term-banner {
  background: -webkit-linear-gradient(135deg, var(--bb-navy) 0%, var(--bb-navy-light) 100%);
  background: linear-gradient(135deg, var(--bb-navy) 0%, var(--bb-navy-light) 100%);
  border-radius: 18px;
  padding: 30px 34px;
  position: relative;
  overflow: hidden;
}
.bb-term-banner::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 150px; height: 150px;
  background: var(--bb-yellow);
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}
.bb-term-banner-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--bb-yellow);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bb-term-banner-text {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.85);
  max-width: 600px;
  margin: 0;
  position: relative;
}
.bb-term-banner-text strong {
  color: var(--bb-yellow);
  font-weight: 700;
}
.bb-term-note {
  margin-top: 16px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  position: relative;
}

/* ============ ПЕРЕКЛЮЧАТЕЛЬ ВКЛАДОК ============ */
.bb-tabs {
  margin-bottom: 18px;
}
.bb-tab-btn {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  margin-right: 8px;
  background: var(--bb-gray);
  color: var(--bb-text-light);
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  outline: none;
}
.bb-tab-btn.active {
  background: var(--bb-navy);
  color: var(--bb-yellow);
}

/* ============ СПИСОК ПОКРЫТИЯ ============ */
.bb-coverage-list {
  background: var(--bb-gray);
  border-radius: 18px;
  padding: 24px 28px;
}
.bb-coverage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(27,43,75,0.07);
  font-size: 14px;
  color: var(--bb-text);
  line-height: 1.55;
}
.bb-coverage-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.bb-badge-check {
  min-width: 22px;
  width: 22px;
  height: 22px;
  background: var(--bb-yellow);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--bb-navy);
  margin-top: 1px;
}
.bb-badge-cross {
  min-width: 22px;
  width: 22px;
  height: 22px;
  background: #FFE5E5;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--bb-red-txt);
  margin-top: 1px;
}

/* ============ ДЕТСКАЯ ЛИНЕЙКА ============ */
.bb-children-block {
  border: 2px solid var(--bb-yellow);
  border-radius: 18px;
  padding: 32px 28px 28px;
  position: relative;
}
.bb-children-tag {
  position: absolute;
  top: -13px; left: 22px;
  background: var(--bb-yellow);
  color: var(--bb-navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 100px;
}
.bb-children-text {
  font-size: 15px;
  color: var(--bb-text);
  line-height: 1.7;
  margin-bottom: 18px;
}
.bb-warning-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  color: var(--bb-text);
  line-height: 1.55;
  margin-bottom: 10px;
}
.bb-warning-item:last-child { margin-bottom: 0; }
.bb-warning-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  background: var(--bb-yellow);
  border-radius: 50%;
  margin-top: 6px;
}
.bb-warning-item.bb-italic {
  font-style: italic;
  color: var(--bb-text-light);
}
.bb-warning-item.bb-italic .bb-warning-dot {
  background: var(--bb-navy);
}

/* ============ ШАГИ ============ */
.bb-steps { }
.bb-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 18px 22px;
  background: var(--bb-gray);
  border-radius: 14px;
  margin-bottom: 4px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.bb-step:hover { background: var(--bb-yellow-bg); }
.bb-step-num {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background: var(--bb-navy);
  color: var(--bb-yellow);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
}
.bb-step-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--bb-navy);
  margin-bottom: 3px;
}
.bb-step-text {
  font-size: 13px;
  color: var(--bb-text-light);
  line-height: 1.6;
  margin: 0;
}

/* ============ ИНФО-БЛОК (талон, кастом, запах) ============ */
.bb-info-block {
  background: var(--bb-gray);
  border-radius: 18px;
  padding: 26px 28px;
}
.bb-info-block p {
  font-size: 14px;
  color: var(--bb-text);
  line-height: 1.7;
  margin-bottom: 12px;
}
.bb-info-block p:last-child { margin-bottom: 0; }
.bb-info-block ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 12px;
}
.bb-info-block ul li {
  font-size: 14px;
  color: var(--bb-text);
  line-height: 1.6;
  padding: 5px 0 5px 20px;
  position: relative;
  border-bottom: 1px solid rgba(27,43,75,0.06);
}
.bb-info-block ul li:last-child { border-bottom: none; }
.bb-info-block ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 12px;
  width: 7px; height: 7px;
  background: var(--bb-yellow);
  border-radius: 50%;
}
.bb-info-block strong {
  color: var(--bb-navy);
  font-weight: 700;
}
.bb-info-note {
  margin-top: 14px;
  padding: 12px 16px;
  background: var(--bb-yellow-bg);
  border-left: 3px solid var(--bb-yellow);
  border-radius: 0 8px 8px 0;
  font-size: 13px;
  color: var(--bb-navy);
  font-style: italic;
}

/* ============ УХОД ============ */
.bb-care-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bb-care-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 280px;
  flex: 1 1 280px;
  border-radius: 16px;
  padding: 20px 22px;
}
.bb-care-block.can {
  background: var(--bb-green-bg);
  border: 1.5px solid var(--bb-green-brd);
}
.bb-care-block.cannot {
  background: var(--bb-red-bg);
  border: 1.5px solid var(--bb-red-brd);
}
.bb-care-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.bb-care-block.can .bb-care-title { color: var(--bb-green-txt); }
.bb-care-block.cannot .bb-care-title { color: var(--bb-red-txt); }
.bb-care-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
  color: var(--bb-text);
  line-height: 1.55;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.bb-care-item:last-child { border-bottom: none; }
.bb-care-item .fa {
  margin-top: 1px;
  font-size: 13px;
  width: 16px;
  text-align: center;
}
.bb-care-block.can .fa { color: var(--bb-green-txt); }
.bb-care-block.cannot .fa { color: var(--bb-red-txt); }

/* ============ КОНТАКТЫ ============ */
.bb-contact-block {
  background: var(--bb-navy);
  border-radius: 22px;
  padding: 40px 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bb-contact-block::before {
  content: '';
  position: absolute;
  bottom: -50px; left: -50px;
  width: 200px; height: 200px;
  background: var(--bb-yellow);
  border-radius: 50%;
  opacity: 0.07;
  pointer-events: none;
}
.bb-contact-title {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
  position: relative;
}
.bb-contact-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 26px;
  position: relative;
}
.bb-contact-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.bb-btn-primary {
  display: inline-block;
  background: var(--bb-yellow);
  color: var(--bb-navy) !important;
  border: none;
  padding: 13px 26px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.15s, -webkit-box-shadow 0.15s;
  transition: transform 0.15s, box-shadow 0.15s;
}
.bb-btn-primary:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 24px rgba(245,197,24,0.35);
  box-shadow: 0 8px 24px rgba(245,197,24,0.35);
  text-decoration: none;
  color: var(--bb-navy) !important;
}
.bb-btn-secondary {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  color: #ffffff !important;
  border: 1.5px solid rgba(255,255,255,0.25);
  padding: 12px 26px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.bb-btn-secondary:hover {
  background: rgba(255,255,255,0.18);
  text-decoration: none;
  color: #ffffff !important;
}

/* ============ FOOTER NOTE ============ */
.bb-footer-note {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(27,43,75,0.1);
  font-size: 12px;
  color: var(--bb-text-light);
  line-height: 1.7;
}

/* ============ СКРЫТЫЕ ПАНЕЛИ ============ */
.bb-tab-panel { display: none; }
.bb-tab-panel.active { display: block; }

/* ============ АДАПТИВ ============ */
@media (max-width: 767px) {
  .bb-hero {
    padding: 36px 20px 32px;
    border-radius: 0 0 20px 20px;
  }
  .bb-hero h1 { font-size: 28px; }
  .bb-hero-stats { gap: 20px; }
  .bb-term-banner { padding: 22px 20px; }
  .bb-coverage-list { padding: 18px 16px; }
  .bb-care-grid { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .bb-contact-block { padding: 28px 20px; }
  .bb-contact-title { font-size: 20px; }
  .bb-section-title { font-size: 18px; }
  .bb-children-block { padding: 28px 18px 22px; }
}

/* ============================================
   BeanBag.md — Страница аренды
   ДОПОЛНИТЕЛЬНЫЙ CSS (добавить к beanbag-warranty.css)
   Новые компоненты: события, тарифы, доставка
   ============================================ */

/* ============ HERO — ЗАГОЛОВОК БЕЗ H1 ============ */
/* Используем .bb-hero-title вместо h1 чтобы не конфликтовать
   с основным H1 страницы. Визуально идентично. */
.bb-hero .bb-hero-title {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 18px 0;
  position: relative;
}
.bb-hero .bb-hero-title span {
  color: var(--bb-yellow);
}
@media (max-width: 767px) {
  .bb-hero .bb-hero-title { font-size: 28px; }
}

/* ============ СЕТКА СОБЫТИЙ ============ */
.bb-events-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
.bb-event-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 260px;
          flex: 1 1 260px;
  background: var(--bb-gray);
  border-radius: 16px;
  padding: 22px 20px;
  -webkit-transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, transform 0.2s;
}
.bb-event-card:hover {
  background: var(--bb-yellow-bg);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.bb-event-icon {
  width: 40px;
  height: 40px;
  background: var(--bb-navy);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  color: var(--bb-yellow);
  margin-bottom: 12px;
}
.bb-event-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--bb-navy);
  margin-bottom: 6px;
}
.bb-event-text {
  font-size: 13px;
  color: var(--bb-text-light);
  line-height: 1.6;
  margin: 0;
}

/* ============ ТАРИФЫ ============ */
.bb-pricing-wrap {
  background: var(--bb-gray);
  border-radius: 18px;
  padding: 26px 28px;
}
.bb-pricing-note {
  font-size: 13px;
  color: var(--bb-text-light);
  margin-bottom: 18px;
  padding: 10px 14px;
  background: var(--bb-yellow-bg);
  border-left: 3px solid var(--bb-yellow);
  border-radius: 0 8px 8px 0;
}
.bb-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bb-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.bb-price-table thead tr {
  background: var(--bb-navy);
  color: #fff;
}
.bb-price-table thead th {
  padding: 12px 16px;
  font-weight: 700;
  text-align: left;
  border: none;
}
.bb-price-table thead th:first-child {
  border-radius: 10px 0 0 0;
}
.bb-price-table thead th:last-child {
  border-radius: 0 10px 0 0;
}
.bb-price-table tbody tr {
  border-bottom: 1px solid rgba(27,43,75,0.07);
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.bb-price-table tbody tr:last-child {
  border-bottom: none;
}
.bb-price-table tbody tr:hover {
  background: var(--bb-yellow-bg);
}
.bb-price-table tbody td {
  padding: 13px 16px;
  color: var(--bb-text);
  vertical-align: middle;
  border: none;
}
.bb-qty-label {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.8;
  letter-spacing: 0.03em;
}
.bb-qty-best {
  color: var(--bb-yellow);
  opacity: 1;
  font-weight: 800;
}
.bb-price-best {
  display: inline-block;
  background: var(--bb-yellow);
  color: var(--bb-navy);
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 13px;
}
.bb-price-contract {
  font-size: 12px;
  color: var(--bb-text-light);
  font-style: italic;
}
.bb-pricing-footer {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(27,43,75,0.08);
}
.bb-pricing-footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 13px;
  color: var(--bb-text);
  padding: 5px 0;
}
.bb-pricing-footer-item .fa {
  color: var(--bb-yellow);
  font-size: 13px;
  margin-top: 2px;
  min-width: 14px;
}

/* ============ ДОСТАВКА ============ */
.bb-delivery-block {
  background: var(--bb-gray);
  border-radius: 18px;
  padding: 26px 28px;
}
.bb-delivery-lead {
  font-size: 15px;
  color: var(--bb-text);
  line-height: 1.7;
  margin-bottom: 22px;
  font-weight: 500;
}
.bb-delivery-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}
.bb-delivery-option {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 260px;
          flex: 1 1 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  border: 1.5px solid rgba(27,43,75,0.08);
}
.bb-delivery-opt-num {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background: var(--bb-yellow);
  color: var(--bb-navy);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  font-size: 15px;
}
.bb-delivery-opt-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--bb-navy);
  margin-bottom: 5px;
}
.bb-delivery-opt-text {
  font-size: 13px;
  color: var(--bb-text-light);
  line-height: 1.6;
  margin: 0;
}
.bb-delivery-rates {
  background: -webkit-linear-gradient(135deg, var(--bb-navy) 0%, var(--bb-navy-light) 100%);
  background: linear-gradient(135deg, var(--bb-navy) 0%, var(--bb-navy-light) 100%);
  border-radius: 14px;
  padding: 20px 22px;
}
.bb-delivery-rates-title {
  font-size: 11px;
  font-weight: 700;
  color: var(--bb-yellow);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.bb-delivery-rates-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
.bb-delivery-rate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
}
.bb-delivery-rate-item .fa {
  color: var(--bb-yellow);
  font-size: 16px;
  margin-top: 2px;
}
.bb-delivery-rate-item strong {
  display: block;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px;
}
.bb-delivery-rate-item span {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
}
.bb-delivery-disclaimer {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  margin: 0;
  font-style: italic;
}

/* ============ АДАПТИВ — новые компоненты ============ */
@media (max-width: 767px) {
  .bb-events-grid { gap: 10px; }
  .bb-event-card { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; }
  .bb-pricing-wrap { padding: 18px 16px; }
  .bb-price-table thead th,
  .bb-price-table tbody td { padding: 10px 12px; font-size: 13px; }
  .bb-delivery-block { padding: 20px 16px; }
  .bb-delivery-options { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .bb-delivery-rates-grid { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
}
/* ===== Таблица → карточки на мобильном ===== */
@media (max-width: 767px) {
  .bb-table-wrap { overflow: visible; }
  .bb-price-table thead { display: none; }
  .bb-price-table tbody,
  .bb-price-table tr,
  .bb-price-table td { display: block; width: 100%; }
  .bb-price-table tbody tr {
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid rgba(27,43,75,0.08) !important;
    margin-bottom: 10px;
    padding: 14px 16px;
  }
  .bb-price-table tbody tr:hover { background: var(--bb-yellow-bg); }
  .bb-price-table tbody td:first-child {
    font-size: 15px;
    color: var(--bb-navy);
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(27,43,75,0.07);
    margin-bottom: 8px;
  }
  .bb-price-table tbody td:not(:first-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
    font-size: 14px;
    border-bottom: none;
  }
  .bb-price-table tbody td:not(:first-child)::before {
    content: attr(data-label);
    font-size: 12px;
    color: var(--bb-text-light);
    font-weight: 600;
  }
}

/* ============================================
   BeanBag.md — FAQ аккордеон
   Добавить в конец beanbag-warranty.css
   ============================================ */

/* ===== ГРУППА FAQ ===== */
.bb-faq-group {
  margin-bottom: 28px;
}
.bb-faq-group-title {
  font-size: 11px;
  font-weight: 800;
  color: var(--bb-text-light);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 4px;
}

/* ===== ЭЛЕМЕНТ FAQ ===== */
.bb-faq-item {
  border-radius: 12px;
  background: var(--bb-gray);
  margin-bottom: 4px;
  overflow: hidden;
}

/* ===== КНОПКА ===== */
.bb-faq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 15px 18px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: var(--bb-navy);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  line-height: 1.45;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  outline: none;
}
.bb-faq-btn:hover {
  background: var(--bb-yellow-bg);
}
.bb-faq-btn.active {
  background: var(--bb-navy);
  color: var(--bb-yellow);
}
.bb-faq-btn .fa {
  min-width: 14px;
  font-size: 13px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
}
.bb-faq-btn.active .fa {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ===== ПАНЕЛЬ ===== */
.bb-faq-panel {
  display: none;
  padding: 4px 18px 16px;
  background: var(--bb-gray);
}
.bb-faq-panel p {
  font-size: 14px;
  color: var(--bb-text);
  line-height: 1.7;
  margin: 0;
}

.bb-delivery-rates .fa,
.bb-delivery-rates .fas {
  color: var(--bb-yellow) !important;
}



.bb-care-item .svg-inline--fa {
  margin-top: 1px;
  font-size: 13px;
  width: 16px;
  text-align: center;
}
.bb-care-block.can .svg-inline--fa { color: var(--bb-green-txt); }
.bb-care-block.cannot .svg-inline--fa { color: var(--bb-red-txt); }
.bb-pricing-footer-item .svg-inline--fa {
  color: var(--bb-yellow);
  font-size: 13px;
  margin-top: 2px;
  min-width: 14px;
}
.bb-delivery-rate-item .svg-inline--fa {
  color: var(--bb-yellow);
  font-size: 16px;
  margin-top: 2px;
}
.bb-faq-btn .svg-inline--fa {
  min-width: 14px;
  font-size: 13px;
  transition: transform 0.25s;
}
.bb-faq-btn.active .svg-inline--fa {
  transform: rotate(180deg);
}
.bb-delivery-rates .svg-inline--fa {
  color: var(--bb-yellow) !important;
}

@media (max-width: 767px) {
  .bb-delivery-option { flex-basis: auto; }
}

.bb-delivery-options { align-items: flex-start; }
.bb-liber-badge {
  margin-top: 12px;
  text-align: center;
}
.bb-liber-badge__card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #C9D0DC;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(37, 55, 70, 0.08);
  text-decoration: none !important;
  transition: border-color 0.2s;
}
.bb-liber-badge__card:hover {
  border-color: #3BBFAD;
}
.bb-liber-badge__rate {
  font-size: 42px;
  font-weight: 800;
  color: #FCB533;
  line-height: 1;
}
.bb-liber-badge__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.bb-liber-badge__text {
  font-size: 21px;
  font-weight: 800;
  color: #253746;
  line-height: 1.1;
  white-space: nowrap;
}
.bb-liber-badge__text strong {
  font-weight: 800;
}
.bb-liber-badge__logo {
  height: 21px;
  width: auto;
}
.bb-liber-badge__cta {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: var(--bb-text-light);
  text-decoration: underline;
}
.bb-liber-badge__cta:hover {
  color: #253746;
}
@media (max-width: 480px) {
  .bb-liber-badge__rate {
    font-size: 34px;
  }
  .bb-liber-badge__text {
    font-size: 17px;
  }
  .bb-liber-badge__logo {
    height: 17px;
  }
}
/* Окно "В рассрочку" (iute) — на узких экранах их iframe (ecom.iutecredit.md)
   ломает собственную вёрстку (колонки накладываются друг на друга). Мы не
   можем править содержимое iframe (чужой домен), поэтому рендерим его в
   ширине, где их вёрстка работает правильно, и масштабируем под экран.
   Затемнение фона — своё: у их fixed-обёртки (.iute-promo-container) фон
   изначально прозрачный, она "закрывала" экран только за счёт размера
   белой карточки; после уменьшения карточки под экраном стало видно
   страницу — компенсируем собственным полупрозрачным фоном. */
@media (max-width: 600px) {
  .iute-promo-container {
    background-color: rgba(27, 43, 75, 0.55) !important;
  }
  .iute-promo-iframe-container {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 600px !important;
    transform: translate(-50%, -50%) scale(0.6);
    transform-origin: center center;
  }
  .iute-promo-iframe {
    width: 600px !important;
  }
}
