

/* Start:/vozvrat-i-obmen/style.css?17731498836280*/


/* ─── TOPBAR ─── */
.topbar {
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  color: #666;
  padding: 5px 0;
}
.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-left {
  display: flex;
  gap: 18px;
}
.topbar-left a {
  color: #555;
  font-size: 12px;
}
.topbar-left a:hover {
  color: #c1272d;
  text-decoration: none;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 12px;
}
.topbar-right .phone {
  font-weight: 700;
  color: #222;
  font-size: 13px;
}
.topbar-right .email {
  color: #c1272d;
}
.topbar-right .hours {
  color: #888;
}
.topbar-right .callback {
  color: #c1272d;
  border-bottom: 1px dashed #c1272d;
}

/* ─── BREADCRUMB ─── */
.breadcrumb-bar {
  border-bottom: 1px solid #e8e8e8;
  padding: 9px 0;
  font-size: 12px;
  color: #999;
}
.breadcrumb-bar a {
  color: #c1272d;
}
.breadcrumb-bar .sep {
  margin: 0 5px;
  color: #ccc;
}

/* ─── PAGE TITLE BLOCK ─── */
.page-hero {
  padding: 18px 0 14px;
  border-bottom: 1px solid #eee;
}
.page-hero h1 {
  font-size: 22px;
  font-weight: 700;
  color: #222;
}

/* ─── CONTENT WRAP ─── */
.content-area {
  padding: 24px 0 40px;
}


/* ─── СРОК-КАРТОЧКИ ─── */
.deadline-row {
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
}
.deadline-card {
  flex: 1;
  border: 1px solid #e0e0e0;
  border-top: 3px solid #c1272d;
  border-radius: 2px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.deadline-card.yellow {
  border-top-color: #f5c518;
}
.deadline-num {
  font-size: 36px;
  font-weight: 900;
  color: #c1272d;
  line-height: 1;
}
.deadline-card.yellow .deadline-num {
  color: #c9900a;
}
.deadline-info {
  line-height: 1.4;
}
.deadline-info strong {
  display: block;
  font-size: 13px;
  color: #222;
}
.deadline-info span {
  font-size: 12px;
  color: #888;
}

/* ─── СПИСКИ ─── */
.section ul {
  margin: 8px 0 12px 0;
  padding: 0;
  list-style: none;
}
.section ul li {
  padding: 5px 0 5px 20px;
  position: relative;
  color: #444;
  line-height: 1.5;
  border-bottom: 1px solid #f8f8f8;
  font-size: 14px;
}
.section ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #c1272d;
  font-weight: 700;
}
.no-return-list li::before {
  content: "✕";
  color: #c1272d;
  font-size: 12px;
  top: 6px;
}
.check-list li::before {
  content: "✓";
  color: #4a9e4a;
  font-weight: 700;
}

/* ─── ИНФО-БЛОКИ ─── */
.note {
  background: #fff8e1;
  border-left: 3px solid #f5c518;
  padding: 10px 14px;
  font-size: 13px;
  color: #555;
  margin: 10px 0;
  line-height: 1.6;
}
.note.red {
  background: #fdf0f0;
  border-left-color: #c1272d;
}
.note.gray {
  background: #f8f8f8;
  border-left-color: #bbb;
  color: #666;
}

/* ─── ШАГИ ─── */
.steps {
  display: flex;
  gap: 12px;
  margin: 14px 0;
}
.step {
  flex: 1;
  border: 1px solid #e5e5e5;
  padding: 14px 14px 14px 44px;
  position: relative;
  background: #fafafa;
  border-radius: 2px;
}
.step-n {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  background: #c1272d;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step b {
  display: block;
  font-size: 13px;
  color: #222;
  margin-bottom: 3px;
}
.step span {
  font-size: 12px;
  color: #777;
}

/* ─── АДРЕС ─── */
.address-box {
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
  border-radius: 2px;
}
.address-box .pin {
  font-size: 18px;
  flex-shrink: 0;
}
.address-box p {
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
  color: #444;
}

/* ─── ЗАКОН BADGE ─── */
.law {
  display: inline-block;
  background: #f0f0f0;
  border: 1px solid #ddd;
  padding: 2px 8px;
  font-size: 11px;
  color: #666;
  border-radius: 2px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* ─── СЕГМЕНТЫ ─── */
.segment-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 16px;
  border-bottom: 2px solid #c1272d;
}
.seg-btn {
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: none;
  color: #666;
  transition: all 0.15s;
  margin-right: 4px;
  border-radius: 2px 2px 0 0;
}
.seg-btn.on {
  background: #c1272d;
  color: #fff;
  border-color: #c1272d;
}
.seg-btn:hover:not(.on) {
  background: #ebebeb;
  color: #333;
}
.seg-panel {
  display: none;
}
.seg-panel.on {
  display: block;
}

/* ─── DIVIDER ─── */
hr.divider {
  border: none;
  border-top: 1px solid #f0f0f0;
  margin: 20px 0;
}

/* ─── FOOTER ─── */
.footer {
  background: #2b2b2b;
  color: #aaa;
  padding: 30px 0 16px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.footer-col h4 {
  color: #c1272d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.footer-col a {
  display: block;
  color: #999;
  font-size: 12px;
  margin-bottom: 6px;
  text-decoration: none;
  transition: color 0.15s;
}
.footer-col a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-col a.cur {
  color: #fff;
  font-weight: 600;
}
.footer-col p {
  font-size: 12px;
  color: #999;
  margin-bottom: 6px;
  line-height: 1.5;
}
.footer-bottom {
  border-top: 1px solid #3a3a3a;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copy {
  font-size: 11px;
  color: #666;
}
.pay {
  display: flex;
  gap: 5px;
}
.pay span {
  border-radius: 2px;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 700;
  color: #333;
}

@media (max-width: 760px) {
  .topbar-left,
  .header-actions {
    display: none;
  }
  .deadline-row {
    flex-direction: column;
  }
  .steps {
    flex-direction: column;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .content-box {
    padding: 16px;
  }
  .segment-tabs .seg-btn {
    padding: 8px 12px;
    font-size: 12px;
  }
}

/* End */
/* /vozvrat-i-obmen/style.css?17731498836280 */
