

/* Start:/udalenie-negativa/style.css?17706349711612*/
.animated-circles {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    animation: animated-circles 20s infinite linear;
    gap: 20px;
}

.animated-circles span {
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 100px;
}

.animated-circles span:nth-child(2n) {
    background-color: #b258e0;
}

.animated-circles span:nth-child(2n+1) {
    background-color: #3e5af0;
}

.white-round-bg {
    position: relative;
    z-index: 2;
}

.white-round-bg:after {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 50px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 170px;
}

ul.list.list--positive li::before {
    background: #00cf15;
}
ul.list.list--negative li::before {
    background:#ff0000;
}

@keyframes animated-circles {
    0% {
        transform: translateX(0px);
        animation-timing-function: linear;
    }

    50% {
        transform: translateX(-500px);
        animation-timing-function: linear;
    }

    100% {
        transform: translateX(0px);
    }
}

@media (max-width: 991.98px) {
    .white-round-bg:after {
        display: none;
    }
    .semr-is img {
        margin: 0 auto;
    }
    .animated-circles {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 92px);
        animation: unset;
        gap: 20px;
        justify-content: center;
    }
}

@media (max-width:575.98px) {
    .animated-circles {
        display: none;
    }
}
/* End */


/* Start:/include/index-banner/style.css?17664975793431*/
.index-banner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 30px;
}
.index-banner__left {
  padding-bottom: 60px;
}
.index-banner__right {
  position: relative;
  height: 100%;
  padding: 120px 15% 20px 15%;
  max-width: 450px;
}
.index-banner__bg {
  background: url(/upload/img/phone.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: 611px;
  background-position: 50% -140px;
  z-index: 1;
}
.index-banner__right > :not(.index-banner__bg) {
  position: relative;
  z-index: 1;
}
.index-banner__rating {
  font-size: 14px;
  line-height: 18px;
  color: var(--color-white);
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.index-banner__rating span {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}
.index-banner__rating img {
  width: 50px;
}
.index-banner__title {
  color: var(--color-dark-blue);
  font-size: 64px;
  line-height: 1.05;
  font-weight: 600;
}
.index-banner__subtitle {
  font-size: 30px;
  line-height: 38px;
  color: var(--color-white);
  font-weight: 600;
  margin: 10px 0 20px;
}
.index-banner__list {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  color: var(--color-white);
  padding-left: 20px;
  list-style: none;
  position: relative;
}
.index-banner__list li {
  position: relative;
}
.index-banner__list li::before {
  content: "";
  background: var(--color-dark-blue);
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 60px;
  left: -20px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.index-banner__stats {
  display: flex;
  gap: 40px;
}
.index-banner__stat {
  text-align: center;
  min-width: 160px;
}
.index-banner__stat-value {
  color: var(--color-dark-blue);
  font-size: 35px;
  line-height: 54px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.index-banner__stat-label {
  color: var(--color-white);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .index-banner {
    grid-template-columns: 1fr 1fr;
  }
  .index-banner__title {
    font-size: 48px;
    line-height: 48px;
  }
  .index-banner__subtitle {
    font-size: 22px;
    line-height: 28px;
  }
  .index-banner__bg {
    background-size: 551px;
    background-position: 50% -127px;
  }
  .index-banner__right {
    padding-top: 80px;
  }
}
@media (max-width: 991.98px) {
  .index-banner {
    grid-template-columns: 1fr;
  }
  .index-banner__left {
    padding-bottom: 0;
  }
  .index-banner__right {
    margin: 0 auto;
    padding-bottom: 40px;
    max-width: 500px;
  }
  .index-banner__stats {
    gap: 20px;
  }
  .index-banner__stat {
    min-width: 120px;
  }
  .index-banner__stat-value {
    font-size: 25px;
    line-height: 39px;
  }
  .index-banner__stat-label {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 767.98px) {
  .index-banner__right {
    max-width: 450px;
  }
}
@media (max-width: 575.98px) {
  .index-banner__title {
    font-size: 29px;
    line-height: 29px;
  }
  .index-banner__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .index-banner__stats {
    flex-wrap: wrap;
  }
}
@media (max-width: 419.98px) {
  .index-banner__bg {
    background-size: 401px;
    background-position: 50% -60px;
  }
  .index-banner__right {
    max-width: 320px;
    padding-bottom: 90px;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* 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/forms/banner-form/style.css?1766499173555*/
.banner-form {
  position: relative;
  z-index: 1;
  color: var(--color-light-black);
}
.banner-form__title {
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
}
.banner-form__subtitle {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
.banner-form .form-field__input {
  height: 50px;
}
.banner-form .form-error {
  bottom: -40px;
}
@media (max-width: 575.98px) {
  .banner-form__title {
    font-size: 20px;
  }
  .banner-form__subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/include/forms/open-form/style.css?1769150693691*/
.open-form {
  background: var(--color-med-black);
  border-radius: var(--border-r-20);
  padding: 50px 45px;
  color: var(--color-white);
}
.open-form__title {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 10px;
}
.open-form__subtitle {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}
.open-form {
  --items: 4;
  --gap: 20px;
}
.open-form form {
  align-items: end;
}
.open-form form .form-field {
  margin-bottom: 0;
}
.open-form form .input-checkbox {
  color: var(--color-white);
}
.open-form .iti__country {
  color: var(--color-med-black);
}
@media (max-width: 575.98px) {
  .open-form {
    padding: 30px 25px;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/include/index-we-do/style.css?17678746741360*/
.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%);
}
.we-do__gif::before {
  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%);
}
.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/serm-garanty/style.css?17669306842931*/
.garanty {
  --items: 2;
  --gap: 30px;
}
.garanty__subtitle {
  position: relative;
  width: max-content;
}
.garanty__subtitle::after {
  content: "";
  position: absolute;
  background: url(/upload/img/arrow-dashed4.svg) center / contain no-repeat;
  width: 140px;
  height: 140px;
  top: 0px;
  left: 100%;
  transform: scale(-1, 1) rotate(40deg);
}
.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?1767875404801*/
.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);
}
/*# 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/forms/sm-open-form/style.css?1766932505577*/
.sm-open-form {
  --items: 2;
  --gap: 150px;
}
.sm-open-form img {
  display: block;
  margin: 0 auto;
  max-height: 350px;
}
.sm-open-form__left {
  position: relative;
}
.sm-open-form__left:after {
  content: "";
  position: absolute;
  background: url(/upload/img/arrow-dashed4.svg) center/contain no-repeat;
  width: 140px;
  height: 180px;
  top: 0px;
  right: -120px;
}
@media (max-width: 991.98px) {
  .sm-open-form {
    --gap: 20px;
  }
  .sm-open-form__left {
    order: 2;
  }
  .sm-open-form__left:after {
    right: 0;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */
/* /udalenie-negativa/style.css?17706349711612 */
/* /include/index-banner/style.css?17664975793431 */
/* /local/templates/reputation/components/bitrix/breadcrumb/visual_bread/style.css?17666062191255 */
/* /include/forms/banner-form/style.css?1766499173555 */
/* /include/forms/open-form/style.css?1769150693691 */
/* /include/index-we-do/style.css?17678746741360 */
/* /include/serm-garanty/style.css?17669306842931 */
/* /local/templates/reputation/components/bitrix/news.list/tarifs/style.css?1767875404801 */
/* /include/forms/popup-personal/style.css?1766932849352 */
/* /include/forms/sm-open-form/style.css?1766932505577 */
