

/* 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.list/cases-slider/style.css?17788423622346*/

.cases {
  --items: 2;
  --gap: 70px 30px;
}

.cases.js-slider .swiper-wrapper {
  margin-bottom: 80px;
}

.case {
  border-radius: var(--border-r-20);
  background: #F5F5F5;
  position: relative;
}

.case.swiper-slide {
  height: auto;
}

.case__content {
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.case__blur {
  position: absolute;
  top: -20px;
  right: -20px;
  filter: blur(10px);
  z-index: 1;
  transform: scale(-1, 1);
}

.case__title {
  font-size: 24px;
  line-height: 120%;
  position: relative;
  z-index: 2;
}

.case__title a {
  color: #292D32;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.case__title a:hover {
  opacity: 0.7;
}

.case__more {
  position: absolute;
  right: 40px;
  top: 100%;
  background: url(/upload/img/link-bg.png) center no-repeat;
  width: 293px;
  height: 37px;
  background-size: 100% 100%;
  text-align: center;
}

.case__link {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  color: #292D32;

}

.case__stats {
  background: #FFFFFFCC;
  padding: 20px;
  border-radius: var(--border-r-20);
}

.case__stat:not(:last-child) {
  margin-bottom: 20px;
}

.case__stat-value {
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 1%;
  margin-bottom: 6px;
}

.case__stat-label {
  font-size: 13px;
  line-height: 120%;
}

.case__stat-value .red {
  color: var(--color-red);
}

.case__stat-value .green {
  color: var(--color-green);
}

.case__grid {
  display: grid;
  grid-template-columns: 280px 1fr;
}

.case__right {
  position: relative;
}

.case__image img {
  position: absolute;
  left: -20px;
}

.case__tag {
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 1%;
  padding: 10px;
  background: #fff;
  width: max-content;
  border-radius: var(--border-r-20);
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 575.98px) {
  .case__content {
    padding: 20px;
  }
  
  .case__title {
    font-size: 18px;
  }

  .case__blur,
  .case__image {
    display: none;
  }

  .case__grid {
    gap:10px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }

  .case__tag {
    position: relative;
    background: #FFFFFF4D;
  }

  .case__more {
    right: unset;
    text-align: center;
    width: 100%;
    background-size: contain;
  }

}
/* End */


/* Start:/local/templates/reputation/css/slider.css?17750324141376*/
/*если рядом есть градиент, то нужно ставить z-index: 2*/
.js-slider,
.js-slider-mobile {
  z-index: 2;
  position: relative;
}

.slider-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.slider-head h2, .slider-head .h2, .slider-head .subtitle {
  margin-bottom: 0;
}
.slider-head .h2-subtitle {
  margin-bottom: 10px;
}
.slider-head {
  margin-bottom: 40px;
}

.slider-head__nav {
  display: flex;
  gap: 20px;
  z-index: 1;
}

.js-slider__nav--prev,
.js-slider__nav--next {
  background: url(/upload/img/slider-arrow.svg) center/cover no-repeat;
  width: 44px;
  height: 44px;
  border: none;
}

.js-slider__nav--prev {
  transform: rotate(180deg);
}

.js-slider-mobile .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(var(--items), minmax(0, 1fr));
  gap: var(--gap);
  height: max-content;
}

.js-slider-mobile .slider-head__nav {
  display: none;
}

.js-slider-mobile .swiper:not(.swiper-initialized) {
  overflow: visible;
}

@media (max-width: 767.98px) {
  .js-slider__nav--prev,
  .js-slider__nav--next {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 575.98px) {
  .slider-head {
    gap: 10px;
    flex-direction: column;
  }
  .js-slider-mobile .slider-head__nav {
    display: flex;
  }
}
/*# sourceMappingURL=slider.css.map */

/* 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.list/cases-slider/style.css?17788423622346 */
/* /local/templates/reputation/css/slider.css?17750324141376 */
