.jb-footer {
  max-width: 100%;
  padding: 0 0 4rem;
}

.jb-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "services"
    "brands"
    "brand"
    "contacts"
    "legal";
  gap: 1rem 0;
  /*   gap: clamp(1.175rem, 1.5rem + 0.5vw, 2.5rem);
 */
  padding: 0 1rem;
}

.jb-footer__col {
  width: 100%;
}

.jb-footer__col--services {
  grid-area: services;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #2b2b2b;
}

.jb-footer__col--brands {
  grid-area: brands;
  margin-top: 1rem;
}

.jb-footer__col--about {
  grid-area: brand;
}

.jb-footer__col--contacts {
  grid-area: contacts;
  /* padding-top: 1.25rem; */
  text-align: left;
  display: block;
}

.jb-footer__legal {
  grid-area: legal;
  padding-top: 1rem;
  font-size: clamp(0.875rem, 0.77rem + 0.54vw, 1.25rem);
  line-height: 1.5;
}

.jb-footer__title {
  font-size: clamp(1rem, 0.857rem + 0.71vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  color: #85898a;
  line-height: 1;
}

.jb-footer-nav {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.jb-footer__col--services .jb-footer-nav li {
  margin-bottom: 0.95rem;
}

.jb-footer-nav li {
  list-style-type: none;
  /* margin-bottom: 0.75rem; */
  margin-bottom: 0.975rem;
  line-height: 1;
}

.jb-footer-nav li a {
  font-size: clamp(0.875rem, 0.77rem + 0.54vw, 1.25rem);
  text-decoration: none;
}

.jb-footer-nav .sub-menu li a {
  font-size: clamp(0.75rem, 0.68rem + 0.36vw, 1rem);
}

.jb-footer-nav .menu-item-has-children > a {
  pointer-events: auto;
  display: inline-block;
  margin-bottom: 0.4rem;
}

.jb-footer__col--brands .jb-footer-nav {
  column-count: 2;
  gap: 1.75rem;
  font-size: 1rem;
}

/* .jb-footer__col--brands .jb-footer-nav li {
  margin-bottom: 0.9rem;
} */

.jb-footer__col--brands .jb-footer-nav .sub-menu {
  margin-left: clamp(0.9375rem, 0.6775rem + 1.33vw, 1.875rem);
}

.jb-footer__col--brands .jb-footer-nav .sub-menu li {
  margin-bottom: 0.5rem;
}

.jb-footer-nav--legal {
  margin-left: 0;
}

.jb-footer-nav--legal li a {
  /* font-size: inherit; */
  line-height: 1.2;
}

.jb-footer-nav--legal .menu-item-has-children > a {
  pointer-events: auto;
}

.jb-footer__legal a {
  font-size: inherit;
}

.jb-footer__copyright {
  color: #85898a;
}

.jb-footer__contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.jb-footer__link {
  font-size: clamp(0.75rem, 0.58rem + 0.71vw, 1.25rem);
}

.jb-footer-nav li a:hover,
.jb-footer__link:hover,
.jb-footer__legal a:hover {
  color: #bf9e77;
  transition: color 0.3s ease;
}

.jb-footer__icon {
  margin-right: 0.3125rem;
  width: 1.5rem;
  max-width: 100%;
}

/* .jb-footer__icon--wp {
    transform: translateY(0.25rem); 
}

.jb-footer__icon--tg {
    transform: translateY(0.25rem); 
} */

.jb-footer__phone {
  margin-bottom: 0.75rem;
}

.jb-footer__phone a {
  font-weight: 500;
  line-height: 1.1;
  font-size: clamp(1.125rem, 0.911rem + 1.07vw, 1.875rem);
  text-decoration: none;
}

.jb-footer__phone a:hover {
  color: #bf9e77;
}

.jb-footer__btn-wrap {
  margin: 1.875rem 0 0;
}

.jb-footer__btn-wrap .yellow-btn {
  font-size: clamp(0.75rem, 0.643rem + 0.54vw, 1.125rem);
  padding: 1.1rem 2.68rem;
  font-weight: 600;
}

.jb-footer__about-img {
  border-radius: 1rem;
  height: auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.jb-footer__bloginfo {
  font-size: clamp(1.25rem, 1.179rem + 0.36vw, 1.5rem);
  margin-bottom: 1rem;
}

.force-break {
  break-before: column;
}

@media (min-width: 48rem) {
  .jb-footer {
    padding: 2rem 1.5rem;
  }

  .jb-footer__inner {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
      "services services brands"
      "brand legal contacts";
    gap: 0;
    padding: 0;
  }

  .jb-footer__col--services,
  .jb-footer__col--brands {
    padding-bottom: 3.625rem;
  }

  .jb-footer__col--about,
  .jb-footer__col--contacts,
  .jb-footer__legal {
    padding-top: 5.625rem;
  }

  .jb-footer__about-img-wrap {
    padding-right: 2rem;
    max-width: 27.35rem;
  }

  .jb-footer__col--services {
    grid-column: 1 / 3;
    border-bottom: none;
  }

  .jb-footer__col--brands {
    /* padding-left: 2rem; */
    margin-top: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 93%;
    border-left: 1px solid #2b2b2b;
  }

  .jb-footer__col--brands .jb-footer-nav {
    column-count: auto;
    gap: normal;
    width: 40%;
  }

  .jb-footer__col--about,
  .jb-footer__legal,
  .jb-footer__col--contacts {
    border-top: 1px solid #2b2b2b;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    position: relative;
  }

  .jb-footer-nav li {
    margin-bottom: 1.13rem;
  }

  .jb-footer__title {
    margin-bottom: 3rem;
  }

  .jb-footer__col--contacts {
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    text-align: left;
  }

  .jb-footer__col--services .jb-footer-nav {
    column-count: 2;
    column-gap: 2rem;
    padding-right: 1.25rem;
  }

  .jb-footer__col--services .jb-footer-nav li {
    margin-bottom: 1.5rem;
  }

  .jb-footer-nav .menu-item-has-children > a {
    margin-bottom: 0.9375rem;
  }

  .jb-footer-nav--legal li {
    margin-bottom: 1.5rem;
  }

  .jb-footer__col--brands .jb-footer-nav .sub-menu li {
    margin-bottom: 0.8rem;
  }
}

/* @media (min-width: 81.25em) {
  .jb-footer__inner::before {
    left: 66.6667%;
  }
} */
