

/* Start:/accounts_receivable/style.css?17509276861020*/
.b2b-receivable__title {
  font-size: var(--h2-text-size);
  margin-top: 0;
}
.b2b-receivable__anchors {
  margin: calc(var(--rem) * 50) 0;
}
.b2b-receivable__anchor {
  position: relative;
  font-weight: 700;
  color: var(--brand-color);
  margin-bottom: 2ex;
  display: block;
  width: max-content;
  font-size: var(--menu-text-size);
  padding-left: calc(var(--rem) * 50);
}
.b2b-receivable__anchor:hover {
  text-decoration: underline;
}
.b2b-receivable__anchor::before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  width: calc(var(--rem) * 33);
  height: calc(var(--rem) * 15);
  background: url(/local/templates/rebranding/assets/img/icons/right_arrow.svg) no-repeat center / contain;
}
.b2b-regions::before {
  background: #F4F2F3;
}
.b2b-receivable__date {
  color: var(--brand-color);
  font-weight: bold;
}
.b2b-receivable__download-btn {
  max-width: max-content;
}

@media (max-width: 768px) {
  .b2b-receivable__anchor {
    width: auto;
  }
}
/* End */


/* Start:/include/rebranding/breadcrumbs/style.css?17739121351226*/
.b2b-breadcrumbs {
  padding-top: calc(var(--rem) * 50);
  padding-bottom: calc(var(--rem) * 50);
  margin-bottom: calc(calc(var(--rem) * 121) * -1);
  position: relative;
  z-index: 1;
}
.b2b-breadcrumbs__list {
  display: flex;
  padding: 0;
  margin: 0;
}
.b2b-breadcrumbs__item {
  position: relative;
  color: var(--brand-color);
  font-weight: 600;
  line-height: 1;
}
.b2b-breadcrumbs__item:not(:last-of-type) {
  --arrow-size: calc(var(--rem) * 12);
  --gap: calc(var(--rem) * 20);
  margin-right: calc(var(--gap) + var(--arrow-size) + var(--gap));
}
.b2b-breadcrumbs__item:not(:last-of-type)::after {
  content: '';
  position: absolute;
  top: calc(50% + .1em);
  left: calc(100% + var(--gap) - (var(--arrow-size) / 2));
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  width: var(--arrow-size);
  height: var(--arrow-size);
  border: 2px solid var(--brand-color);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: calc(var(--rem) * 2);
}
.b2b-breadcrumbs__item:hover {
  text-decoration: underline;
  text-underline-offset: .2em;
}
@media (max-width: 480px) {
  .b2b-breadcrumbs {
    display: none;
  }
}

/* End */


/* Start:/local/templates/rebranding/components/bitrix/catalog.section.list/accounts_receivable/style.css?1750690103953*/
.b2b-receivable_list {
  margin: calc(var(--rem) * 50) 0;
}

.b2b-receivable_list-title {
  font-size: calc(var(--rem) * 30);
  font-weight: 700;
}

/* dropdown >>*/
.b2b-receivable_list-dropdown {
  margin-top: calc(var(--rem) * 25);
  margin-bottom: calc(var(--rem) * 15);
  background-color: var(--biege-color);
  padding: calc(var(--rem) * 50);
}
.b2b-receivable_list-title {
  display: flex;
  cursor: pointer;
  gap: calc(var(--rem) * 10);
  user-select: none;
  max-width: max-content;
  margin-bottom: calc(var(--rem) * 10);
  margin-top: 0;
}
.b2b-receivable_list-content {
  max-height: 0;
  overflow: hidden;
  transition: all .4s ease-in-out;
  background: var(--bg-color_elems);
  padding: 0 calc(var(--rem) * 20);
}
.b2b-receivable_list-content :first-child {
  margin-top: calc(var(--rem) * 15);
}
.b2b-receivable_list-content :last-child {
  margin-bottom: calc(var(--rem) * 15);
}
/* << dropdown */
/* End */
/* /accounts_receivable/style.css?17509276861020 */
/* /include/rebranding/breadcrumbs/style.css?17739121351226 */
/* /local/templates/rebranding/components/bitrix/catalog.section.list/accounts_receivable/style.css?1750690103953 */
