

/* Start:/local/templates/reputation/components/bitrix/breadcrumb/visual_bread/style.css?17666062191255*/
.sect-b .breadcrumbs__item {
  color: var(--color-white);
}

section.sect-bc {
  padding: 60px 0;
}

.breadcrumbs {
  display: flex;
  gap: 29px;
  margin: 30px 0;
}

.banner-block .breadcrumbs,
.sect-bc .breadcrumbs {
  margin: 0;
}

.breadcrumbs__item {
  color: var(--color-light-black);
  text-decoration: none;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  line-height: 19px;
}

.breadcrumbs__item:not(:last-child):after {
  content: "/";
  position: absolute;
  right: -17.5px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-grey);
}

@media (max-width: 991.98px) {
  .breadcrumbs+.index-banner {
    margin-top: 60px;
  }
}
@media (max-width: 767.98px) {
  section.sect-bc {
    padding: 30px 0;
  }
}
@media (max-width: 575.98px) {

  .breadcrumbs+.index-banner {
    margin-top: 30px;
  }
  .breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 29px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 30px;
  }

  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }

  .breadcrumbs__item {
    white-space: nowrap;
    flex-shrink: 0;
  }
}

/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/reputation/components/bitrix/news/cases/bitrix/news.list/.default/style.css?17678807422415*/
.cases_item {
  padding: 20px;
  color: var(--color-white);
  border-radius: var(--border-r-20);
  cursor: pointer;
  transition: opacity var(--t-fast) var(--ease);
}
.cases_item:hover {
  opacity: 0.8;
}
.cases_item--purple {
  background-color: var(--color-dark-purple);
}
.cases_item--black {
  background-color: var(--color-dark-black);
}
.cases_item--blue {
  background-color: var(--color-dark-blue);
}
.cases_item__rating {
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  margin: 30px 0;
}
.cases_item__top {
  display: flex;
  justify-content: space-between;
}
.cases_item__nda {
  border-radius: 20px;
  height: max-content;
  padding: 5px 20px;
  font-size: 13px;
  font-weight: bold;
}
.cases_item--purple .cases_item__nda {
  background-color: var(--color-light-black);
}
.cases_item--black .cases_item__nda {
  background-color: var(--color-light-blue);
}
.cases_item--blue .cases_item__nda {
  background-color: var(--color-light-purple);
}
.cases_item__bottom {
  display: flex;
  gap: 10px;
}
.cases_item__service,
.cases_item__sphere {
  font-size: 13px;
  line-height: 22px;
  color: var(--color-light-black);
  border-radius: var(--border-r-20);
  padding: 5px 20px;
  background-color: var(--color-white);
  font-weight: bold;
}
.cases_item__title {
  display: block;
  margin-bottom: 20px;
  color: var(--color-white);
  &:hover {
    color: var(--color-white);
  }
}

.nda_block__title {
  background: var(--color-dark-black);
  color: var(--color-white);
  padding: 10px 20px;
  border-radius: var(--border-r-10);
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nda_block__title span {
  background: url(/upload/img/hide.svg) center center no-repeat;
  width: 30px;
  display: inline-block;
  height: 30px;
}
.nda_block__text {
  padding: 20px;
}
.nda_block {
  background: var(--color-white);
  box-shadow: 0px 4px 24px 0px rgba(0, 67, 101, 0.1);
  border-radius: var(--border-r-20);
  max-width: 370px;
}
@media (max-width: 767.98px) {
  .card-head-flex {
    flex-direction: column;
    gap: 20px;
  }
  .nda_block__title {
    font-size: 18px;
    line-height: 23px;
  }
  .nda_block__text {
    font-size: 16px;
    line-height: 22px;
  }
  .cases_item__title {
    font-size: 20px;
    line-height: 24px;
  }
  .cases_item__rating {
    font-size: 45px;
    line-height: 54px;
    margin: 10px 0;
  }
}
/* End */
/* /local/templates/reputation/components/bitrix/breadcrumb/visual_bread/style.css?17666062191255 */
/* /local/templates/reputation/components/bitrix/news/cases/bitrix/news.list/.default/style.css?17678807422415 */
