/* =========================
   BP FOOTER — GLOBAL
   ========================= */

.bp-footer--home{
  background:#4B3831;
  color:#ffffff;
  padding:54px 0 22px;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
  transform:none !important;
}

/* container */
.bp-footer__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 16px;
}

/* grid */
.bp-footer__grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1.1fr;
  gap:28px;
  align-items:start;
}

/* logo */
.bp-footer__brand{
  display:inline-flex;
  align-items:center;
}

.bp-footer__logo{
  height:34px;
  width:auto;
  display:block;
}

/* headings */
.bp-footer__title{
  font-weight:900;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin:0 0 16px;
  color:#ffffff;
  position:relative;
  padding-bottom:10px;
}

.bp-footer__title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:32px;
  height:2px;
  background:#ffffff;
  opacity:.9;
}

/* text */
.bp-footer__text{
  margin:12px 0 14px;
  font-size:13px;
  line-height:1.7;
  max-width:42ch;
  color:#ffffff;
}

/* lists */
.bp-footer__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.bp-footer__list a{
  font-size:13px;
  color:#ffffff;
  text-decoration:none;
}

.bp-footer__list a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}

/* contacts */
.bp-footer__contacts{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.bp-footer__contact{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:0;
  border:0;
  background:none;
  border-radius:0;
  text-decoration:none;
}

.bp-footer__label{
  font-size:11px;
  font-weight:700;
  color:rgba(255,255,255,.92);
  letter-spacing:.02em;
}

.bp-footer__value{
  font-size:13px;
  font-weight:800;
  color:#ffffff;
}

/* mini */
.bp-footer__mini{
  margin-top:14px;
}

.bp-footer__mini-title{
  font-size:12px;
  font-weight:800;
  color:#ffffff;
  margin-bottom:10px;
}

/* payment row */
.bp-footer__pay{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:10px;
}

.bp-footer__pay img{
  height:28px;
  width:auto;
  display:block;
  opacity:1 !important;
  filter:none !important;
  object-fit:contain;
}

.bp-footer__pay img[src*="sequra"]{
  height:22px;
}

.bp-footer__pay img[src*="bizum"]{
  height:24px;
}

/* optional text badges */
.bp-pay{
  display:inline-flex;
  padding:7px 10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(0,0,0,.10);
  font-size:12px;
  font-weight:800;
  color:#ffffff;
}

/* bottom row */
.bp-footer__bottom{
  margin-top:26px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.22);
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
}

.bp-footer__copy{
  font-size:12px;
  color:#ffffff;
}

.bp-footer__bottom-links{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
}

.bp-footer__bottom-links a{
  color:#ffffff;
  text-decoration:none;
}

.bp-footer__bottom-links a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}

.bp-dot{
  color:rgba(255,255,255,.55);
}

/* =========================
   FOOTER ACCORDION BASE
   ========================= */

.bp-footer__toggle{
  width:100%;
  background:none;
  border:0;
  text-align:left;
  cursor:pointer;
  padding:0;
  color:inherit;
  font:inherit;
}

.bp-footer__panel{
  display:block;
}

.bp-footer__toggle-text{
  display:block;
  flex:1 1 auto;
}

.bp-footer__toggle-chevron{
  flex:0 0 auto;
  width:10px;
  height:10px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(45deg);
  transition:transform .2s ease;
  margin-top:-4px;
}

/* =========================
   FOOTER RESPONSIVE
   ========================= */

@media (max-width:900px){
  .bp-footer__grid{
    grid-template-columns:1fr 1fr;
    gap:18px;
  }
}

@media (max-width:768px){

  .bp-footer--home{
    padding:28px 0 18px;
  }

  .bp-footer__grid{
    grid-template-columns:1fr !important;
    gap:14px;
  }

  .bp-footer__logo{
    height:30px;
  }

  .bp-footer__text{
    margin:8px 0 10px;
    font-size:13px;
    line-height:1.55;
  }

  /* accordion columns */
  .bp-footer__col--accordion{
    border-top:1px solid rgba(255,255,255,.14);
    padding-top:12px;
  }

  .bp-footer__toggle{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    width:100%;
    padding:0 0 10px 0;
    margin:0;
    color:#fff;
  }

  .bp-footer__toggle::before,
  .bp-footer__toggle::after{
    content:none !important;
  }

  .bp-footer__toggle[aria-expanded="true"] .bp-footer__toggle-chevron{
    transform:rotate(-135deg);
    margin-top:2px;
  }

  .bp-footer__panel{
    display:none;
    padding:0 0 4px;
  }

  .bp-footer__col--accordion.is-open .bp-footer__panel{
    display:block;
  }

  .bp-footer__list{
    gap:8px;
  }

  .bp-footer__list a{
    font-size:13px;
  }

  /* contacto always visible */
  .bp-footer__contacts{
    gap:8px;
  }

  .bp-footer__mini{
    margin-top:10px;
  }

  .bp-footer__pay{
    gap:8px;
    flex-wrap:wrap;
  }

  .bp-footer__pay img{
    height:24px;
  }

  .bp-footer__pay img[src*="sequra"]{
    height:20px;
  }

  .bp-footer__pay img[src*="bizum"]{
    height:22px;
  }

  .bp-footer__bottom{
    margin-top:18px;
    padding-top:14px;
    gap:10px;
  }

  .bp-footer__bottom-links{
    flex-wrap:wrap;
    row-gap:6px;
  }
}

@media (max-width:560px){
  .bp-footer--home{
    padding:40px 0 18px;
  }

  .bp-footer__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .bp-footer__logo{
    height:32px;
  }
}

/* =========================
   FOOTER HARD RESET / COMPACT
   ========================= */

.bp-footer--home,
.bp-footer--home *{
  box-sizing:border-box;
}

.bp-footer--home p,
.bp-footer--home ul,
.bp-footer--home li,
.bp-footer--home h1,
.bp-footer--home h2,
.bp-footer--home h3,
.bp-footer--home h4,
.bp-footer--home h5,
.bp-footer--home h6{
  margin:0;
  padding:0;
}

.bp-footer--home ul{
  list-style:none;
}

.bp-footer__grid > *{
  min-width:0;
}

.bp-footer__brand,
.bp-footer__brand img{
  display:block;
}

.bp-footer__logo,
.bp-footer__brand img.bp-footer__logo{
  height:34px !important;
  max-height:34px !important;
  width:auto !important;
  max-width:none !important;
}

.bp-footer__title{
  line-height:1.2;
}

.bp-footer__text{
  line-height:1.55;
}

.bp-footer__list{
  gap:8px;
}

.bp-footer__list li{
  margin:0;
  padding:0;
  line-height:1.3;
}

.bp-footer__list a{
  display:inline-block;
  line-height:1.3;
}

.bp-footer__contacts{
  gap:8px;
}

.bp-footer__contact{
  margin:0;
}

.bp-footer__label{
  line-height:1.2;
}

.bp-footer__value{
  line-height:1.3;
}

.bp-footer__mini{
  margin-top:10px;
}

.bp-footer__mini-title{
  line-height:1.2;
  margin-bottom:8px;
}

.bp-footer__bottom{
  margin-top:22px;
  padding-top:14px;
}

.bp-footer__bottom-links{
  gap:8px;
  line-height:1.2;
}

/* =========================
   BP FOOTER — GLOBAL
   ========================= */

.bp-footer--home{
  background:#4B3831;
  color:#ffffff;
  padding:54px 0 22px;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
  transform:none !important;
}

/* container */
.bp-footer__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 16px;
}

/* grid */
.bp-footer__grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1.1fr;
  gap:28px;
  align-items:start;
}

/* logo */
.bp-footer__brand{
  display:inline-flex;
  align-items:center;
}

.bp-footer__logo{
  height:34px;
  width:auto;
  display:block;
}

/* headings */
.bp-footer__title{
  font-weight:900;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin:0 0 16px;
  color:#ffffff;
  position:relative;
  padding-bottom:10px;
}

.bp-footer__title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:32px;
  height:2px;
  background:#ffffff;
  opacity:.9;
}

/* text */
.bp-footer__text{
  margin:12px 0 14px;
  font-size:13px;
  line-height:1.7;
  max-width:42ch;
  color:#ffffff;
}

/* lists */
.bp-footer__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.bp-footer__list a{
  font-size:13px;
  color:#ffffff;
  text-decoration:none;
}

.bp-footer__list a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}

/* contacts */
.bp-footer__contacts{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.bp-footer__contact{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:0;
  border:0;
  background:none;
  border-radius:0;
  text-decoration:none;
}

.bp-footer__label{
  font-size:11px;
  font-weight:700;
  color:rgba(255,255,255,.92);
  letter-spacing:.02em;
}

.bp-footer__value{
  font-size:13px;
  font-weight:800;
  color:#ffffff;
}

/* mini */
.bp-footer__mini{
  margin-top:14px;
}

.bp-footer__mini-title{
  font-size:12px;
  font-weight:800;
  color:#ffffff;
  margin-bottom:10px;
}

/* payment row */
.bp-footer__pay{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:10px;
}

.bp-footer__pay img{
  height:28px;
  width:auto;
  display:block;
  opacity:1 !important;
  filter:none !important;
  object-fit:contain;
}

.bp-footer__pay img[src*="sequra"]{
  height:22px;
}

.bp-footer__pay img[src*="bizum"]{
  height:24px;
}

/* optional text badges */
.bp-pay{
  display:inline-flex;
  padding:7px 10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(0,0,0,.10);
  font-size:12px;
  font-weight:800;
  color:#ffffff;
}

/* bottom row */
.bp-footer__bottom{
  margin-top:26px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.22);
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
}

.bp-footer__copy{
  font-size:12px;
  color:#ffffff;
}

.bp-footer__bottom-links{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
}

.bp-footer__bottom-links a{
  color:#ffffff;
  text-decoration:none;
}

.bp-footer__bottom-links a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}

.bp-dot{
  color:rgba(255,255,255,.55);
}

/* =========================
   FOOTER ACCORDION BASE
   ========================= */

.bp-footer__toggle{
  width:100%;
  background:none;
  border:0;
  text-align:left;
  cursor:pointer;
  padding:0;
  color:inherit;
  font:inherit;
}

.bp-footer__panel{
  display:block;
}

.bp-footer__toggle-text{
  display:block;
  flex:1 1 auto;
}

.bp-footer__toggle-chevron{
  flex:0 0 auto;
  width:10px;
  height:10px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(45deg);
  transition:transform .2s ease;
  margin-top:-4px;
}

/* =========================
   FOOTER RESPONSIVE
   ========================= */

@media (max-width:900px){
  .bp-footer__grid{
    grid-template-columns:1fr 1fr;
    gap:18px;
  }
}

@media (max-width:768px){

  .bp-footer--home{
    padding:28px 0 18px;
  }

  .bp-footer__grid{
    grid-template-columns:1fr !important;
    gap:14px;
  }

  .bp-footer__logo{
    height:30px;
  }

  .bp-footer__text{
    margin:8px 0 10px;
    font-size:13px;
    line-height:1.55;
  }

  /* accordion columns */
  .bp-footer__col--accordion{
    border-top:1px solid rgba(255,255,255,.14);
    padding-top:12px;
  }

  .bp-footer__toggle{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    width:100%;
    padding:0 0 10px 0;
    margin:0;
    color:#fff;
  }

  .bp-footer__toggle::before,
  .bp-footer__toggle::after{
    content:none !important;
  }

  .bp-footer__toggle[aria-expanded="true"] .bp-footer__toggle-chevron{
    transform:rotate(-135deg);
    margin-top:2px;
  }

  .bp-footer__panel{
    display:none;
    padding:0 0 4px;
  }

  .bp-footer__col--accordion.is-open .bp-footer__panel{
    display:block;
  }

  .bp-footer__list{
    gap:8px;
  }

  .bp-footer__list a{
    font-size:13px;
  }

  /* contacto always visible */
  .bp-footer__contacts{
    gap:8px;
  }

  .bp-footer__mini{
    margin-top:10px;
  }

  .bp-footer__pay{
    gap:8px;
    flex-wrap:wrap;
  }

  .bp-footer__pay img{
    height:24px;
  }

  .bp-footer__pay img[src*="sequra"]{
    height:20px;
  }

  .bp-footer__pay img[src*="bizum"]{
    height:22px;
  }

  .bp-footer__bottom{
    margin-top:18px;
    padding-top:14px;
    gap:10px;
  }

  .bp-footer__bottom-links{
    flex-wrap:wrap;
    row-gap:6px;
  }
}

@media (max-width:560px){
  .bp-footer--home{
    padding:40px 0 18px;
  }

  .bp-footer__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .bp-footer__logo{
    height:32px;
  }
}

/* =========================
   FOOTER HARD RESET / COMPACT
   ========================= */

.bp-footer--home,
.bp-footer--home *{
  box-sizing:border-box;
}

.bp-footer--home p,
.bp-footer--home ul,
.bp-footer--home li,
.bp-footer--home h1,
.bp-footer--home h2,
.bp-footer--home h3,
.bp-footer--home h4,
.bp-footer--home h5,
.bp-footer--home h6{
  margin:0;
  padding:0;
}

.bp-footer--home ul{
  list-style:none;
}

.bp-footer__grid > *{
  min-width:0;
}

.bp-footer__brand,
.bp-footer__brand img{
  display:block;
}

.bp-footer__logo,
.bp-footer__brand img.bp-footer__logo{
  height:34px !important;
  max-height:34px !important;
  width:auto !important;
  max-width:none !important;
}

.bp-footer__title{
  line-height:1.2;
}

.bp-footer__text{
  line-height:1.55;
}

.bp-footer__list{
  gap:8px;
}

.bp-footer__list li{
  margin:0;
  padding:0;
  line-height:1.3;
}

.bp-footer__list a{
  display:inline-block;
  line-height:1.3;
}

.bp-footer__contacts{
  gap:8px;
}

.bp-footer__contact{
  margin:0;
}

.bp-footer__label{
  line-height:1.2;
}

.bp-footer__value{
  line-height:1.3;
}

.bp-footer__mini{
  margin-top:10px;
}

.bp-footer__mini-title{
  line-height:1.2;
  margin-bottom:8px;
}

.bp-footer__bottom{
  margin-top:22px;
  padding-top:14px;
}

.bp-footer__bottom-links{
  gap:8px;
  line-height:1.2;
}

/* =========================
   BP FOOTER — GLOBAL
   ========================= */

.bp-footer--home{
  background:#4B3831;
  color:#ffffff;
  padding:54px 0 22px;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
  transform:none !important;
}

/* container */
.bp-footer__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 16px;
}

/* grid */
.bp-footer__grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1.1fr;
  gap:28px;
  align-items:start;
}

/* logo */
.bp-footer__brand{
  display:inline-flex;
  align-items:center;
}

.bp-footer__logo{
  height:34px;
  width:auto;
  display:block;
}

/* headings */
.bp-footer__title{
  font-weight:900;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin:0 0 16px;
  color:#ffffff;
  position:relative;
  padding-bottom:10px;
}

.bp-footer__title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:32px;
  height:2px;
  background:#ffffff;
  opacity:.9;
}

/* text */
.bp-footer__text{
  margin:12px 0 14px;
  font-size:13px;
  line-height:1.7;
  max-width:42ch;
  color:#ffffff;
}

/* lists */
.bp-footer__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.bp-footer__list a{
  font-size:13px;
  color:#ffffff;
  text-decoration:none;
}

.bp-footer__list a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}

/* contacts */
.bp-footer__contacts{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.bp-footer__contact{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:0;
  border:0;
  background:none;
  border-radius:0;
  text-decoration:none;
}

.bp-footer__label{
  font-size:11px;
  font-weight:700;
  color:rgba(255,255,255,.92);
  letter-spacing:.02em;
}

.bp-footer__value{
  font-size:13px;
  font-weight:800;
  color:#ffffff;
}

/* mini */
.bp-footer__mini{
  margin-top:14px;
}

.bp-footer__mini-title{
  font-size:12px;
  font-weight:800;
  color:#ffffff;
  margin-bottom:10px;
}

/* payment row */
.bp-footer__pay{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:10px;
}

.bp-footer__pay img{
  height:28px;
  width:auto;
  display:block;
  opacity:1 !important;
  filter:none !important;
  object-fit:contain;
}

.bp-footer__pay img[src*="sequra"]{
  height:22px;
}

.bp-footer__pay img[src*="bizum"]{
  height:24px;
}

/* optional text badges */
.bp-pay{
  display:inline-flex;
  padding:7px 10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(0,0,0,.10);
  font-size:12px;
  font-weight:800;
  color:#ffffff;
}

/* bottom row */
.bp-footer__bottom{
  margin-top:26px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.22);
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
}

.bp-footer__copy{
  font-size:12px;
  color:#ffffff;
}

.bp-footer__bottom-links{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
}

.bp-footer__bottom-links a{
  color:#ffffff;
  text-decoration:none;
}

.bp-footer__bottom-links a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}

.bp-dot{
  color:rgba(255,255,255,.55);
}

/* =========================
   FOOTER ACCORDION BASE
   ========================= */

.bp-footer__toggle{
  width:100%;
  background:none;
  border:0;
  text-align:left;
  cursor:pointer;
  padding:0;
  color:inherit;
  font:inherit;
}

.bp-footer__panel{
  display:block;
}

.bp-footer__toggle-text{
  display:block;
  flex:1 1 auto;
}

.bp-footer__toggle-chevron{
  flex:0 0 auto;
  width:10px;
  height:10px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(45deg);
  transition:transform .2s ease;
  margin-top:-4px;
}

/* =========================
   FOOTER RESPONSIVE
   ========================= */

@media (max-width:900px){
  .bp-footer__grid{
    grid-template-columns:1fr 1fr;
    gap:18px;
  }
}

@media (max-width:768px){

  .bp-footer--home{
    padding:28px 0 18px;
  }

  .bp-footer__grid{
    grid-template-columns:1fr !important;
    gap:14px;
  }

  .bp-footer__logo{
    height:30px;
  }

  .bp-footer__text{
    margin:8px 0 10px;
    font-size:13px;
    line-height:1.55;
  }

  /* accordion columns */
  .bp-footer__col--accordion{
    border-top:1px solid rgba(255,255,255,.14);
    padding-top:12px;
  }

  .bp-footer__toggle{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    width:100%;
    padding:0 0 10px 0;
    margin:0;
    color:#fff;
  }

  .bp-footer__toggle::before,
  .bp-footer__toggle::after{
    content:none !important;
  }

  .bp-footer__toggle[aria-expanded="true"] .bp-footer__toggle-chevron{
    transform:rotate(-135deg);
    margin-top:2px;
  }

  .bp-footer__panel{
    display:none;
    padding:0 0 4px;
  }

  .bp-footer__col--accordion.is-open .bp-footer__panel{
    display:block;
  }

  .bp-footer__list{
    gap:8px;
  }

  .bp-footer__list a{
    font-size:13px;
  }

  /* contacto always visible */
  .bp-footer__contacts{
    gap:8px;
  }

  .bp-footer__mini{
    margin-top:10px;
  }

  .bp-footer__pay{
    gap:8px;
    flex-wrap:wrap;
  }

  .bp-footer__pay img{
    height:24px;
  }

  .bp-footer__pay img[src*="sequra"]{
    height:20px;
  }

  .bp-footer__pay img[src*="bizum"]{
    height:22px;
  }

  .bp-footer__bottom{
    margin-top:18px;
    padding-top:14px;
    gap:10px;
  }

  .bp-footer__bottom-links{
    flex-wrap:wrap;
    row-gap:6px;
  }
}

@media (max-width:560px){
  .bp-footer--home{
    padding:40px 0 18px;
  }

  .bp-footer__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .bp-footer__logo{
    height:32px;
  }
}

/* =========================
   FOOTER HARD RESET / COMPACT
   ========================= */

.bp-footer--home,
.bp-footer--home *{
  box-sizing:border-box;
}

.bp-footer--home p,
.bp-footer--home ul,
.bp-footer--home li,
.bp-footer--home h1,
.bp-footer--home h2,
.bp-footer--home h3,
.bp-footer--home h4,
.bp-footer--home h5,
.bp-footer--home h6{
  margin:0;
  padding:0;
}

.bp-footer--home ul{
  list-style:none;
}

.bp-footer__grid > *{
  min-width:0;
}

.bp-footer__brand,
.bp-footer__brand img{
  display:block;
}

.bp-footer__logo,
.bp-footer__brand img.bp-footer__logo{
  height:34px !important;
  max-height:34px !important;
  width:auto !important;
  max-width:none !important;
}

.bp-footer__title{
  line-height:1.2;
}

.bp-footer__text{
  line-height:1.55;
}

.bp-footer__list{
  gap:8px;
}

.bp-footer__list li{
  margin:0;
  padding:0;
  line-height:1.3;
}

.bp-footer__list a{
  display:inline-block;
  line-height:1.3;
}

.bp-footer__contacts{
  gap:8px;
}

.bp-footer__contact{
  margin:0;
}

.bp-footer__label{
  line-height:1.2;
}

.bp-footer__value{
  line-height:1.3;
}

.bp-footer__mini{
  margin-top:10px;
}

.bp-footer__mini-title{
  line-height:1.2;
  margin-bottom:8px;
}

.bp-footer__bottom{
  margin-top:22px;
  padding-top:14px;
}

.bp-footer__bottom-links{
  gap:8px;
  line-height:1.2;
}

/* =========================
   FOOTER TOGGLE — desktop fix
   ========================= */

@media (min-width: 769px){

  .bp-footer__toggle{
    display:block;
    width:auto;
    padding:0;
    cursor:default;
  }

  .bp-footer__toggle-chevron{
    display:none !important;
  }

}

@media (min-width: 769px){
  .bp-footer__toggle .bp-footer__title::after{
    bottom: -3px;
  }
}