

/* 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:/include/service-banner/style.css?17787487542360*/
.service-banner {
  display: grid;
  grid-template-columns: 1fr 450px;
  align-items: center;
  gap: 80px;
  padding: 80px 0;
}

.service-banner__right {
  position: relative;
  height: 100%;
}

.service-banner__title {
  color: var(--color-dark-blue);
  font-size: 45px;
  line-height: 56px;
  font-weight: 600;
}

.service-banner__subtitle {
  color: var(--color-white);
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.service-banner .accent-blue {
  display: inline-block;
}

.service-banner .form-button {
  max-width: 360px;
  width: 100%;
  margin-top: 40px;
}

.service-banner__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 90px;
}

.service-banner__item {
  border-radius: 10px;
  background: rgba(165, 138, 255, 0.30);
  padding: 16px;
  position: relative;
}

.service-banner__item:nth-child(2) {
  right: 80px;
}

.service-banner__item::before {
  content: '';
  background: url('/include/service-banner/img/ico.png') no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: -93px;
  width: 78px;
  height: 78px;
}

.service-banner__item-title,
.service-banner__item-text {
  color: var(--color-white);
  font-size: 14px;
  line-height: 130%;
}

.service-banner__item-title {
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .service-banner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .service-banner__item::before {
    display: none;
  }

  .service-banner__item {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
  }

  .service-banner__item-icon {
    flex-shrink: 0;
    width: 78px;
    height: 78px;
    background: url('/include/service-banner/img/ico.png') no-repeat center center / contain;
  }

  .service-banner__list {
    padding-left: 0;
    gap: 20px;
  }

  .service-banner__item:nth-child(2) {
    right: 0;
  }
}

@media (max-width: 991.98px) {
  .service-banner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .service-banner {
    padding: 30px 0 60px 0;
  }

  .service-banner__title {
    font-size: 29px;
    line-height: 120%;
  }

  .service-banner__subtitle {
    font-size: 16px;
    line-height: 130%;
  }

  .service-banner .form-button {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {


}

@media (max-width: 419.98px) {

}

/* End */


/* Start:/include/business-needs/style.css?1779180155585*/
.tags-grid {
    --items: 2;
    --gap: 38px;
}

.tags-grid ul {
    margin-bottom: 0;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--color-dark-blue);
    font-size: 16px;
    font-weight: 700;
    background-color: var(--color-white);
    border-radius: var(--border-r-20);
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .tags-grid {
        gap: 30px;
    }
}
/* End */


/* Start:/local/templates/reputation/components/bitrix/news.list/cases-slider/style.css?17798704722506*/

.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);
  width: 150px;
}

.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__stat-value .yellow {
  color: #FEBD33;
}

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

.case__right {
  position: relative;
}

.case__image img {
  position: absolute;
  left: -20px;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 180px;
  max-height: 180px;
}

.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?17793712621459*/
/*если рядом есть градиент, то нужно ставить 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;
    align-items: unset;
  }
  .js-slider-mobile .slider-head__nav {
    display: flex;
  }

  .slider-head__nav {
    justify-content: flex-end;
  }

}
/*# sourceMappingURL=slider.css.map */

/* End */


/* Start:/include/how-we-work/style.css?17790958492011*/
.how-we-work__grid {
    --items: 3;
    --items-lg: 2;
    --gap: 30px;
}

.how-we-work__item {
    position: relative;
}

.how-we-work__content ul {
    font-size: 16px;
}
.how-we-work__content ul.list li {
    margin-bottom: 0;
}

.how-we-work__item--full-width {
    grid-column: 1/-1;
}

.white-card.how-we-work__item--full-width {
    background: url(/include/how-we-work/img/bg.webp) center / cover no-repeat;
}

.how-we-work__item--full-width .how-we-work__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    position: relative;
    align-items: center;
}

.how-we-work__img {
    position: absolute;
    right: 0;
    bottom: -30px;
}

.how-we-work__item--new.white-card {
    background: #3E5AF0;
    color: var(--color-white);
}
.how-we-work__new-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--color-white);
    color: #3E5AF0;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}

.how-we-work__text-show {
    margin-top: 20px;
    color:#3D5BF1;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
}

.how-we-work__text-more--collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
}


@media (max-width: 991.98px) {
    .how-we-work__item--full-width .how-we-work__content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .how-we-work__img {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .how-we-work__grid {
        --items: 1;
        --items-lg: 1;
    }
    .how-we-work__item--full-width {
        grid-column: auto;
    }
    .how-we-work__item--full-width .how-we-work__content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
/* End */


/* Start:/include/ploshadki/style.css?1779180678871*/
.ploshadki {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px 10px;
}

.ploshadki__item.white-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    height: 70px;
}

@media (max-width: 767.98px) {
    .ploshadki {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575.98px) {
    .ploshadki {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: var(--bs-gutter-x);
        padding-right: var(--bs-gutter-x);
    }

    .ploshadki__item {
        white-space: nowrap;
        flex-shrink: 0;
    }
}
/* End */


/* Start:/include/index-we-do/style.css?17793705081449*/
.we-do__content {
  grid-template-columns: 0.8fr 1fr 0.8fr;
  margin-top: 55px;
}
.we-do__col {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.we-do__col2 {
  position: relative;
}
.we-do__gif {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 780px;
  height: 100%;
  background: url(/include/index-we-do/img/iPhone_animated.gif) center no-repeat;
  transform: translate(-50%, -50%);
  background-size: contain;
  z-index: 2;
}
/* .we-do__gif::before { */
.we-do__gif-shadow {
  /* content: ""; */
  background: url(/upload/img/bg-gradient.png) center no-repeat;
  width: 1000px;
  height: 1000px;
  position: absolute;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.we-do__img {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991.98px) {
  .we-do__col {
    gap: 20px;
  }
  .we-do__content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .we-do__col2 {
    grid-area: 3/1/4/2;
  }
  .we-do__gif {
    width: 100%;
    left: 50%;
    background-size: 570px;
  }
}
@media (max-width: 767.98px) {
  .we-do__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 500px;
    gap: 20px;
    margin-top: 20px;
  }
  .we-do__gif::before {
    width: min(600px, 100vw);
    height: min(600px, 100vh);
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/include/orm-garanty/style.css?17791045322688*/
.garanty {
  --items: 2;
  --gap: 30px;
}
.garanty__subtitle {
  position: relative;
  width: max-content;
}

.garanty__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 9;
}
.garanty__images {
  position: relative;
}
.garanty__images div {
  position: absolute;
}
.garanty__images:after {
  content: "";
  background: url(/upload/img/bg-gradient.png) center no-repeat;
  width: 1000px;
  height: 1000px;
  position: absolute;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.garanty__image--1 {
  background: url(/include/serm-garanty/img/serm_garanty_1.png) center/cover no-repeat;
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  height: 430px;
}
.garanty__image--2 {
  background: url(/include/serm-garanty/img/serm_garanty_2.png) center/cover no-repeat;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  z-index: 2;
  max-width: 520px;
  max-height: 520px;
  width: 100%;
  height: 100%;
}
.garanty__image--3 {
  background: url(/include/serm-garanty/img/serm_garanty_logo_1.svg) center/cover no-repeat;
  width: 160px;
  height: 160px;
  top: 60px;
  right: 40px;
  transform: rotate(30deg);
  opacity: .6;
}
.garanty__image--4 {
  mask: url(/include/serm-garanty/img/serm_garanty_logo_1.svg) center / cover no-repeat;
  width: 90px;
  height: 90px;
  bottom: 15px;
  left: 20px;
  background: #ccc;
  transform: rotate(319deg);
}
.garanty .tooltip {
  background: url(/upload/img/tooltip.svg) center/cover no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: var(--border-r-20);
  display: inline-block;
  position: relative;
}
.garanty .tooltip-popup {
  position: absolute;
  background: #fff;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: var(--border-r-20);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .garanty__subtitle::after {
    display: none;
  }
  .garanty {
    --gap: 20px;
    grid-template-rows: 1fr 450px;
  }
  .garanty__images:after {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .garanty__image--1 {
    width: 200px;
    height: 280px;
  }
  .garanty__image--2 {
    max-width: 320px;
    max-height: 320px;
  }
  .garanty__image--3 {
    width: 110px;
    height: 110px;
  }
  .garanty__image--4 {
    width: 80px;
    height: 80px;
    bottom: 0;
  }
}
@media (max-width: 419.98px) {
  .garanty__image--2 {
    max-width: 280px;
    max-height: 280px;
  }
}
/* End */


/* Start:/local/templates/reputation/components/bitrix/news.list/tarifs/style.css?1779181516846*/
.tarifs {
  --items: 2;
  --gap: 30px;
}
.tarifs .white-card {
  padding: 20px 20px 80px 20px;
  position: relative;
}
.tarifs__head {
  display: flex;
  gap: 10px;
  font-size: 30px;
  line-height: 39px;
  font-weight: bold;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.tarifs__price {
  color: var(--color-dark-blue);
  margin-top: 10px;
}
.tarifs__top-text {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 135px;
}
.tarifs ul.list {
  margin-top: 10px;
}
.tarifs ul.list li::before {
  background-color: var(--color-dark-purple);
}
.tarifs button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
}
.tarifs__btm-text {
  margin-bottom: 16px;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/include/forms/popup-personal/style.css?1766932849352*/
.popup-personal {
  --items: 2;
  --gap: 0;
  align-items: center;
}
.popup-personal img {
  max-height: 100%;
}

@media (max-width: 991.98px) {
  .popup-personal {
    --gap: 20px;
  }
  .popup-personal__left {
    order: 2;
  }
}
@media (max-width: 575.98px) {
  .popup-personal__left {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/include/your-project-team-serm/style.css?17792749631913*/
.project-team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    position: relative;
}

.project-team::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 90px;
    width: 100%;
    height: 100%;
    background: url(/include/your-project-team-serm/img/setka.png) center center no-repeat;
    z-index: 1;
}

.project-team__col--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 38px;
}

.project-team__col--flex {
    display: flex;
    flex-direction: column;
    gap: 20px 38px;
    position: relative;
    z-index: 2;
}

.project-team__col--flex:first-child .project-team__item:first-child {
    height: 100%;
}

.project-team__col--flex:first-child .project-team__item:last-child {
    background: #EFEDFD;
}

.project-team__item {
    display: flex;
    flex-direction: column;
}

.project-team__title {
    color: #3D5BF1;
    margin-bottom: 18px;
}

.project-team__title--ico {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chatgpt-icon {
    display: inline-block;
    width: 31px;
    height: 32px;
    background-image: url('/include/your-project-team-serm/img/gpt.png');
    background-size: contain;
}

.project-team__person {
    display: flex;
    gap: 16px;
    margin-top: 30px;
}

.project-team__person img {
    width: 118px;
    object-fit: contain;
}

.project-team__person-name {
    font-weight: bold;
    margin-bottom: 10px;
}

.project-team__person-text {
    font-size: 14px;
    line-height: 130%;
}

@media (max-width: 1199.98px) {
    .project-team::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .project-team {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .project-team__col--grid {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/include/index-rating/style.css?17665025892110*/
.rating {
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr;
}
.rating__grid {
  display: grid;
  grid-template-columns: repeat(4, 160px);
  gap: 30px;
}
.rating .rating__item.white-card {
  padding: 25px;
  max-height: 235px;
}
.rating .rating__item.white-card .rating__place-text {
  font-size: 14px;
}
.rating__item img {
  width: 60px;
}
.rating__place {
  font-size: 20px;
  line-height: 26px;
  color: var(--color-light-blue);
  margin: 6px 0 6px;
  font-weight: 500;
}
.rating__place--big {
  font-size: 40px;
  position: relative;
}
.rating__place--big span {
  font-size: 100px;
  line-height: 100px;
}
.rating__place--big:after {
  content: "";
  position: absolute;
  background: url(/upload/img/arrow-dashed3.svg) center no-repeat;
  width: 120px;
  height: 120px;
  top: 60%;
  right: 30%;
  transform: rotate(45deg) translate(50%, 50%);
}
.rating__place-text {
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 10px;
  color: var(--color-black);
}
.rating__place-year {
  color: #908d8d;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 991.98px) {
  .rating__grid {
    grid-template-columns: repeat(2, 160px);
  }
}
@media (max-width: 575.98px) {
  .rating {
    gap: 0px;
    grid-template-columns: 1fr;
  }
  .rating__photo {
    text-align: center;
  }
  .rating .rating__item:not(.white-card) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .rating .rating__item.white-card {
    padding: 15px;
  }
  .rating .rating__item.white-card .rating__place-text {
    font-size: 12px;
  }
  .rating__grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .rating__place--big {
    font-size: 30px;
  }
  .rating__place--big span {
    font-size: 70px;
    line-height: 70px;
  }
  .rating__place--big:after {
    width: 100px;
    height: 100px;
    top: -20px;
    right: 10px;
    transform: scale(1, -1) rotate(-40deg) translateY(50%);
  }
}
@media (max-width: 419.98px) {
  .rating__place--big:after {
    top: -20px;
    right: 40px;
    width: 70px;
    height: 70px;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/reputation/components/bitrix/news.list/smi-slider/style.css?1766505438550*/
.smi__img {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.smi__img img {
  max-height: 30px;
  max-width: 100px;
}
.smi__tag {
  color: var(--color-dark-blue);
  font-size: 22px;
  font-weight: bold;
}
.smi__text {
  font-size: 17px;
}
.smi__link {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
  display: block;
}
.smi .swiper-slide {
  background: #f5f5f5;
  padding: 30px;
  border-radius: var(--border-r-20);
  height: auto;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/include/forms/get-audit/style.css?17791070772332*/
.get-audit,
.get-audit.white-card {
  background: url(/include/forms/get-audit/img/form-bg.webp) center/cover no-repeat;
}
.get-audit .grid {
  --items: 2;
}
.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/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/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/img/audit-img3.webp) center/contain no-repeat;
  width: 170px;
  height: 140px;
  top: 50%;
  left: 0;
  z-index: 2;
}
.get-audit__img-static--4 {
  background: url(/include/forms/get-audit/img/audit-img4.webp) center/contain no-repeat;
  width: 230px;
  height: 135px;
  top: 60%;
  right: 10%;
  z-index: 2;
}
.get-audit__img-static--5 {
  background: url(/include/forms/get-audit/img/logo.svg) center/contain no-repeat;
  width: 140px;
  height: 140px;
  top: 20%;
  left: 0;
  z-index: 1;
}
.get-audit__img-static--6 {
  background: url(/include/forms/get-audit/img/logo.svg) center/contain no-repeat;
  width: 110px;
  height: 110px;
  top: 45%;
  right: 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .get-audit .grid {
    gap: 0;
  }
  .get-audit__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .get-audit__right {
    height: 500px;
  }
}
@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: 140px;
    height: 140px;
    margin-top: -70px;
    right: 20%;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/reputation/components/bitrix/news.list/faq-list/style.css?17690891391052*/
.faq__wrap {
  border-top: 2px solid #eee;
  cursor: pointer;
  padding: 30px 0;
  position: relative;
}
.faq__wrap:last-child {
  border-bottom: 2px solid #eee;
}
.faq__question {
  font-size: 20px;
  color: var(--color-light-black);
  padding-right: 40px;
}
.faq__question::after {
  content: " ";
  background: url(/upload/img/x.svg) center no-repeat;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  transition: transform 0.3s ease;
  background-color: var(--color-dark-blue);
  right: 0;
  top: 23px;
  border-radius: 20px;
}
.faq__question:hover::after {
  background-color: var(--color-dark-purple);
}
.faq__question.is-active::after {
  transform: rotate(45deg);
  background-color: var(--color-dark-purple);
}
.faq__answer {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  display: none;
  padding: 16px 0 0;
  font-weight: 400;
  font-size: 18px;
}
.faq__answer.is-open {
  opacity: 1;
  visibility: visible;
  display: block;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/include/forms/any-q-form/style.css?1766932663437*/
.any-q-form {
  --items: 2;
}
.any-q-form__right {
  position: relative;
}
.any-q-form__right img {
  max-width: 340px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media (max-width: 991.98px) {
  .any-q-form .grid {
    grid-template-rows: 1fr 1fr;
  }
  .any-q-form__right img {
    max-width: 280px;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/reputation/components/bitrix/breadcrumb/visual_bread/style.css?17666062191255 */
/* /include/service-banner/style.css?17787487542360 */
/* /include/business-needs/style.css?1779180155585 */
/* /local/templates/reputation/components/bitrix/news.list/cases-slider/style.css?17798704722506 */
/* /local/templates/reputation/css/slider.css?17793712621459 */
/* /include/how-we-work/style.css?17790958492011 */
/* /include/ploshadki/style.css?1779180678871 */
/* /include/index-we-do/style.css?17793705081449 */
/* /include/orm-garanty/style.css?17791045322688 */
/* /local/templates/reputation/components/bitrix/news.list/tarifs/style.css?1779181516846 */
/* /include/forms/popup-personal/style.css?1766932849352 */
/* /include/your-project-team-serm/style.css?17792749631913 */
/* /include/index-rating/style.css?17665025892110 */
/* /local/templates/reputation/components/bitrix/news.list/smi-slider/style.css?1766505438550 */
/* /include/forms/get-audit/style.css?17791070772332 */
/* /local/templates/reputation/components/bitrix/news.list/faq-list/style.css?17690891391052 */
/* /include/forms/any-q-form/style.css?1766932663437 */
