.custom-breadcrumbs {
  padding-top: 24px;
}
@media (max-width: 743.98px) {
  .custom-breadcrumbs {
    padding-top: 0;
  }
}
.custom-breadcrumbs_bg_gray {
  background-color: var(--Gray-4);
}
.custom-breadcrumbs__container {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1279.98px) {
  .custom-breadcrumbs__container {
    margin: 0 32px;
  }
}
@media (max-width: 743.98px) {
  .custom-breadcrumbs__container {
    margin: 0 20px;
  }
}
.custom-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-breadcrumbs__list_mobile {
  display: none;
}
@media (max-width: 1279.98px) {
  .custom-breadcrumbs__list_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.custom-breadcrumbs__link {
  color: inherit;
  white-space: nowrap;
}
.custom-breadcrumbs__link_active {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--Black);
}
.custom-breadcrumbs__item:not(:first-child):before {
  background-color: var(--Gray-1);
  -webkit-clip-path: path(
    'M7.81865 6.5L4.81865 9.5L4.18115 8.8625L6.54365 6.5L4.18115 4.1375L4.81865 3.5L7.81865 6.5Z'
  );
  clip-path: path(
    'M7.81865 6.5L4.81865 9.5L4.18115 8.8625L6.54365 6.5L4.18115 4.1375L4.81865 3.5L7.81865 6.5Z'
  );
  content: '';
  display: block;
  height: 12px;
  min-width: 12px;
  width: 12px;
}
.custom-breadcrumbs__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-breadcrumbs__item:last-child:before {
  background-color: var(--Black);
}
@media (max-width: 1279.98px) {
  .custom-breadcrumbs__item:nth-child(3),
  .custom-breadcrumbs__item:nth-child(3) .custom-breadcrumbs__link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.custom-breadcrumbs__item:not(:last-child) {
  color: var(--Gray-1);
}
.custom-breadcrumbs__item:not(:last-child):hover {
  color: var(--Accent-blue);
}
@media (max-width: 1279.98px) {
  .custom-breadcrumbs__item_desk {
    display: none;
  }
}
.custom-breadcrumbs__item_mobile:before {
  background-color: var(--Gray-1);
  -webkit-clip-path: path(
    'M7.81865 6.5L4.81865 9.5L4.18115 8.8625L6.54365 6.5L4.18115 4.1375L4.81865 3.5L7.81865 6.5Z'
  );
  clip-path: path(
    'M7.81865 6.5L4.81865 9.5L4.18115 8.8625L6.54365 6.5L4.18115 4.1375L4.81865 3.5L7.81865 6.5Z'
  );
  content: '';
  display: block;
  height: 12px;
  min-width: 12px;
  width: 12px;
}

.custom-breadcrumbs__item {
  font-family: var(--main-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
@media (max-width: 743.98px) {
  .custom-breadcrumbs__item {
    font-size: 13px;
  }
}
