

/* 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.detail/.default/style.css?17679500026500*/
:root {
  --star-active: rgb(255, 204, 0);
  --star-inactive: rgb(221, 221, 221);
  --stars-size: 16px;
  --stars-width: calc(var(--stars-size) * 5);
}

.cases__head {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}

.cases__detail.grid {
  grid-template-columns: 1fr .4fr;
}

.cases__info {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 60px;
}

.cases__info-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cases__info img {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  border-radius: var(--border-r-20);
}

.cases__info-title {
  color: #333333;
  font-size: 22px;
  margin-bottom: 20px;
}

.cases__info-text {
  background-color: #f5f5f5;
  border-radius: var(--border-r-20);
  padding: 10px;
  margin-bottom: 10px;
  width: max-content;
  color: #333333;
  font-size: 16px;
}

.cases__info-text span {
  font-weight: bold;
}

.cases__info .nda_block {
  background: var(--color-dark-black);
  color: var(--color-white);
  padding: 10px 20px;
  border-radius: var(--border-r-20);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: fit-content;
  gap: 10px;
}

.cases__info .nda_block span {
  background: url(/upload/img/hide.svg) center center / contain no-repeat;
  width: 21px;
  display: inline-block;
  height: 21px;
}


.sidebar__cta {
  background: var(--color-white);
  padding: 20px;
  box-shadow: 0px 4px 24px 0px rgba(0, 67, 101, 0.1);
  border-radius: var(--border-r-20);
  font-size: 14px;
  line-height: 17px;
}

.sidebar__cta a.link-button {
  margin: 20px 0;
}

.sites {
  margin: 60px 0;
}

.sites__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.sites__header {
  text-align: center;
  color: #999999;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sites__item:not(.sites__header)>div {
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 67, 101, 0.1);
  text-align: center;
  padding: 20px;
  color: #222222;
  font-size: 35px;
  font-weight: bold;
  border-radius: var(--border-r-10);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.stars {
  position: relative;
  width: var(--stars-width);
  height: var(--stars-size);
  background-repeat: space no-repeat;
  background-size: var(--stars-size);
  background-color: var(--star-inactive);
  -webkit-mask: url(/upload/img/ico-star.svg);
  mask: url(/upload/img/ico-star.svg);
}

.stars__rating {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: calc(var(--stars-size) * var(--rating));
  height: 100%;
}

.stars--filled {
  background-color: var(--star-active);
}

.cta__title {
  font-size: 20px;
  line-height: 22px;
}

ul.cta__list.list {
  margin: 5px 0 20px;
}

ul.cta__list li {
  margin-bottom: 5px;
  line-height: 14px;
}

ul.list.cta__list li::before {
  top: 2px;
}

.author__note-wrapper,
.cases__note {
  border-radius: var(--border-r-20);
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
}

.cases__note--purple {
  background-color: var(--color-dark-purple);
  color: var(--color-white);
}


.cases__body h2,
.cases__body .h2 {
  margin-top: 80px;
}

.cases__body h3,
.cases__body .h3 {
  margin-top: 40px;
}

.cases__body .h2:first-child,
.cases__body .h3:first-child,
.cases__body h2:first-child,
.cases__body h3:first-child {
  margin-top: 0;
}

.rating {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 40px 0;
}

.rating__value {
  font-size: 56px;
  line-height: 70px;
  font-weight: bold;
}

.rating__value--red {
  color: rgb(255, 107, 107);
}
.rating__value--green {
  color: rgb(130, 215, 20);
}
.rating__value--orange {
  color: rgb(255, 178, 128);
}
.rating__value--blue {
  color: rgb(107, 130, 255);
}

.rating__from,
.rating__to {
  font-size: 56px;
  color: rgb(135, 135, 135);
}

.cases__body ul.check-list {
  padding-left: 30px;
}

.cases__img-content--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.cases__body ul.check-list li:before {
  content: '❌';
  background: none;
  top: 0;
  left: -30px;
}

.cases__author {
  display: flex;
  gap: 10px;
  align-items: center;
}

.author__info {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.author__img img {
  border-radius: 100px;
  width: 86px;
  height: 86px;
}

.author__name {
  font-size: 16px;
  color: var(--color-light-black);
  font-weight: bold;
}

.author__job {
  font-size: 13px;
  line-height: 16px;
}

.cases__img {
  margin: 35px 0;
}

.cases__img-content figcaption,
.cases__img-content div {
  font-size: 15px;
  color: #999999;
}

.cases__img-content img {
  cursor: pointer;
  width: 100%;
}

.cases__form {
  background: url(/upload/img/cases_form-bg.jpg) center right / cover no-repeat;
  padding: 40px;
  color: #fff;
  border-radius: 20px;
  margin: 60px 0;
  position: relative;
}

.cases__form::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 0px;
  transform: translateY(-50%);
  width: 280px;
  height: 313px;
  background: url(/upload/img/image_5_1.png.webp) center / cover no-repeat;
}

.cases__form a {
  max-width: max-content;
}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {

  .cases__body h2,
  .cases__body .h2 {
    margin-top: 60px;
  }

  .cases__body h3,
  .cases__body .h3 {
    margin-top: 30px;
  }

  .sites,
  .cases__form {
    margin: 40px 0;
  }

  .cases__sidebar {
    order: 1;
  }

  .cases__content {
    order: 2;
  }

  .cases__detail.grid {
    grid-template-columns: 1fr;
  }

  .cases__head {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    gap: 0;
  }

  .cases__info {
    flex-direction: column-reverse;
  }

  .cases__info img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .sites__item:not(.sites__header)>div {
    font-size: 24px;
  }

  .cases__form::after {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .sites__item:not(.sites__header)>div {
    flex-direction: column;
    padding: 10px;
  }

  .sites__item {
    gap: 10px;
    margin-bottom: 10px;
  }

  .rating__from, .rating__to, .rating__value {
    font-size: 36px;
    line-height: 42px;
  }

}
/* End */


/* Start:/include/forms/get-audit-black/style.css?17679506422441*/
.get-audit--black {
  background: url(/include/forms/get-audit-black/img/form-bg-black.webp) center/cover no-repeat;
  color: #fff;
  padding: 30px 45px;
  border-radius: var(--border-r-20);
}
.get-audit--black .get-audit__title,
.get-audit--black .input-checkbox {
  color: #fff;
}
.get-audit .grid {
  grid-template-columns: 0.6fr 0.4fr;
}
.get-audit__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.get-audit .form-field {
  margin-bottom: 0px;
}
.get-audit__text {
  line-height: 22px;
}
.get-audit .get-audit__right {
  position: relative;
}
.get-audit__img-static {
  position: absolute;
  will-change: transform;
}
.get-audit__img-static--1 {
  background: url(/include/forms/get-audit-black/img/audit-img1.webp) center/contain no-repeat;
  width: 330px;
  height: 310px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 2;
}
.get-audit__img-static--2 {
  background: url(/include/forms/get-audit-black/img/audit-img2.webp) center/contain no-repeat;
  width: 230px;
  height: 190px;
  top: 10%;
  right: 0;
  z-index: 2;
}
.get-audit__img-static--3 {
  background: url(/include/forms/get-audit-black/img/audit-img3.webp) center/contain no-repeat;
  width: 230px;
  height: 190px;
  top: 60%;
  right: 0;
  z-index: 2;
}
.get-audit__img-static--4 {
  background: url(/include/forms/get-audit-black/img/logo.svg) center/contain no-repeat;
  width: 140px;
  height: 140px;
  margin-top: -70px;
  top: 50%;
  left: -50px;
  z-index: 1;
}
.get-audit__tag {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 13px;
  background-color: var(--color-dark-purple);
  padding: 0 10px;
  border-radius: var(--border-r-10);
}
@media (max-width: 991.98px) {
  .get-audit .grid {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .get-audit__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .get-audit__right {
    height: 500px;
  }

  .get-audit__img-static--4 {
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .get-audit__right {
    height: 300px;
  }
  .get-audit__img-static--1 {
    width: 160px;
    height: 150px;
  }
  .get-audit__img-static--2 {
    width: 140px;
    height: 80px;
    right: 50px;
  }
  .get-audit__img-static--3 {
    width: 140px;
    height: 80px;
    right: 50px;
  }
  .get-audit__img-static--4 {
    width: 70px;
    height: 70px;
    margin-top: -70px;
  }
}
/*# 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.detail/.default/style.css?17679500026500 */
/* /include/forms/get-audit-black/style.css?17679506422441 */
/* /local/templates/reputation/components/bitrix/news/cases/bitrix/news.list/.default/style.css?17678807422415 */
