

/* 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:/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/index-trust/style.css?17664989501687*/
.trust {
  --items: 2;
}
.trust__title {
  color: var(--color-dark-blue);
  font-size: 55px;
  line-height: 72px;
}
.trust__text {
  display: flex;
  gap: 10px;
  margin: 30px 0 40px 0;
  align-items: center;
}
.trust__text span {
  color: var(--color-yellow);
  font-size: 80px;
  line-height: 96px;
}
.trust__text div {
  color: var(--color-white);
  font-size: 20px;
  line-height: 24px;
}
.trust__blue {
  background: var(--color-dark-blue);
  padding: 25px;
  font-weight: bold;
  border-radius: var(--border-r-20);
  color: var(--color-white);
  font-size: 22px;
  line-height: 29px;
  width: -moz-max-content;
  width: max-content;
}
.trust__right {
  position: relative;
  min-height: 540px;
}
.trust__right::after {
  position: absolute;
  background: url(/include/index-trust/img/trust.png) center no-repeat;
  width: 100%;
  height: 600px;
  top: -60px;
  left: 0;
  background-size: 520px;
  content: "";
}
@media (max-width: 991.98px) {
  .trust {
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
  }
  .trust__right {
    min-height: auto;
  }
  .trust__right::after {
    background-size: contain;
    height: 100%;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .trust__blue {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 575.98px) {
  .trust__title {
    font-size: 25px;
    line-height: 33px;
  }
  .trust__text {
    flex-direction: column;
    align-items: flex-start;
  }
  .trust__text span {
    font-size: 50px;
    line-height: 60px;
  }
  .trust__text div {
    font-size: 14px;
    line-height: 17px;
  }
  .trust__blue {
    width: 100%;
  }
  .trust__blue > br {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/reputation/css/tabs.css?17664940161487*/
.tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
}
.tabs__btn {
  border-radius: var(--border-r-10);
  padding: 20px 30px;
  color: var(--color-white);
  background: var(--color-med-black);
  border: 2px solid #262626;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.tabs__btn:hover {
  border: 2px solid var(--color-dark-blue);
}
.tabs__btn.is-active {
  background: var(--color-dark-blue);
  color: var(--color-white);
  border: 2px solid #262626;
}
.tabs__img {
  position: absolute;
}
.tabs__panel {
  margin-top: 40px;
  display: none;
  gap: 15px;
  background: var(--color-med-black);
  color: var(--color-white);
  font-size: 18px;
  padding: 65px 50px;
  border-radius: var(--border-r-20);
}
.tabs__panel.is-open {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1199.98px) {
  .tabs__panel.is-open {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767.98px) {
  .tabs {
    gap: 10px;
  }
  .tabs__nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 30px 0;
  }
  .tabs__nav::-webkit-scrollbar {
    display: none;
  }
  .tabs__btn {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    white-space: nowrap;
  }
  .tabs__panel {
    padding: 30px 25px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=tabs.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/index-tools/style.css?1766501743950*/
.tools__grid {
  --items: 2;
}
.tools__item {
  position: relative;
}
.tools__item:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: var(--color-dark-blue);
  display: block;
  right: 30px;
  top: 30px;
  position: absolute;
  animation: item-dot 3s infinite linear;
}
.tools__item:nth-child(2):after, .tools__item:nth-child(3):after {
  background: var(--color-dark-purple);
}
@keyframes item-dot {
  0% {
    transform: translateX(0px) translateY(0px);
    animation-timing-function: linear;
  }
  16.67% {
    transform: translateX(0px) translateY(0px);
    animation-timing-function: linear;
  }
  50% {
    transform: translateX(-10px) translateY(10px);
    animation-timing-function: linear;
  }
  66.67% {
    transform: translateX(-10px) translateY(10px);
    animation-timing-function: linear;
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/include/brand-running-lines/style.css?17665022382212*/
:root {
  --brand-running-lines--gap: clamp(14px, 2vw, 28px);
  --brand-running-lines--logo-w: clamp(110px, 12vw, 220px);
  --brand-running-lines--logo-h: clamp(44px, 6vw, 96px);
}

.brand-running-lines {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.brand-running-lines .arrow-dashed {
  position: relative;
}
.brand-running-lines .arrow-dashed:after {
  content: "";
  position: absolute;
  background: url(/upload/img/arrow-dashed.svg) center no-repeat;
  width: 140px;
  height: 80px;
  top: 20px;
  left: -70px;
}
.brand-running-lines__row + .brand-running-lines__row {
  margin-top: clamp(14px, 2vw, 22px);
}
.brand-running-lines__row {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.brand-running-lines__viewport {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: var(--brand-running-lines--logo-h);
}
.brand-running-lines__unit {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: var(--brand-running-lines--gap);
  will-change: transform;
}
.brand-running-lines__seed {
  visibility: hidden;
  position: absolute;
  inset: 0;
}
.brand-running-lines__brand {
  flex: 0 0 auto;
  width: var(--brand-running-lines--logo-w);
  height: var(--brand-running-lines--logo-h);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 1.2vw, 12px);
  border-radius: 12px;
  transition: transform 0.2s ease;
  text-decoration: none;
}
.brand-running-lines__brand:hover {
  transform: translateY(-2px);
}
.brand-running-lines__brand img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: contrast(0) brightness(1.2);
  opacity: 0.75;
  transition: filter 0.2s, opacity 0.2s;
}
.brand-running-lines__brand:hover img {
  filter: grayscale(0);
  opacity: 1;
}
@media (max-width: 1499.98px) {
  .brand-running-lines .arrow-dashed:after {
    top: 60px;
    left: 20px;
  }
}
@media (max-width: 991.98px) {
  .brand-running-lines .arrow-dashed:after {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/include/forms/big-open-form/style.css?17691505402524*/
.big-open-form {
  --checkbox-color: #8c2ee1;
  --radio-color: #8c2ee1;
  --items: 2;
  --gap:250px;
  position: relative;
  /* z-index: 9; */
}
.big-open-form__text, .big-open-form__cta {
  font-size: 22px;
  line-height: 29px;
}
.big-open-form__text {
  margin-bottom: 10px;
}
.big-open-form__cta {
  font-weight: 600;
  padding: 20px 60px 20px 20px;
  border: 1px solid var(--color-dark-blue);
  border-radius: var(--border-r-20);
  color: var(--color-dark-blue);
  position: relative;
  margin-top: 40px;
}
.big-open-form__cta .big-open-form__cta-text {
  font-weight: bold;
  color: var(--color-light-black);
  font-size: 15px;
  line-height: 20px;
  margin-top: 20px;
}
.big-open-form__cta:after {
  content: "";
  background: url(/upload/img/ikp.png) center/cover no-repeat;
  position: absolute;
  right: 0;
  top: 45%;
  transform: translate(50%, -50%);
  width: 320px;
  height: 240px;
}
.big-open-form__q, .big-open-form__radio-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.big-open-form__q .form-field__input, .big-open-form__radio-wrapper .form-field__input {
  border: unset;
  border-bottom: 1px solid var(--border-color);
  border-radius: 0;
  font-size: 18px;
}
.big-open-form__q {
  margin-bottom: 30px;
}
.big-open-form__radio-wrapper {
  gap: 5px;
}
.big-open-form form .form-field {
  margin-bottom: 0;
}
.big-open-form__bottom {
  margin-top: 30px;
  position: relative;
}
.big-open-form__bottom .grid {
  --items: 4;
  --gap: 20px;
}
.big-open-form__bottom:after {
  content: "";
  position: absolute;
  background: url(/upload/img/arrow-dashed.svg) center/contain no-repeat;
  width: 140px;
  height: 80px;
  top: -65px;
  right: 0px;
  transform: scale(-1, 1) rotate(-90deg);
}
.big-open-form__headline {
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .big-open-form {
    --gap: 20px;
  }
  .big-open-form__text, .big-open-form__cta {
    font-size: 20px;
    line-height: 26px;
  }
  .big-open-form__cta {
    max-width: 70%;
  }
  .big-open-form__bottom:after {
    width: 120px;
    height: 60px;
    top: -55px;
  }
}
@media (max-width: 575.98px) {
  .big-open-form__text, .big-open-form__cta {
    font-size: 18px;
    line-height: 23px;
  }
  .big-open-form__cta {
    max-width: 100%;
    padding-bottom: 199px;
    margin: 40px 0;
  }
  .big-open-form__cta:after {
    right: 50%;
    top: 80%;
  }
  .big-open-form__headline {
    font-size: 20px;
    line-height: 26px;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/include/index-garanty/style.css?1766502377850*/
.garanty {
  --items: 2;
  --gap: 60px;
}
.garanty__item {
  max-width: 420px;
  margin: 0 auto;
}
.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 {
    --gap: 20px;
  }
  .garanty__item {
    max-width: 420px;
    margin: unset;
  }
}
/*# sourceMappingURL=style.css.map */

/* 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/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/index-improve/style.css?1766502844796*/
.improve {
  --items: 2;
  --gap: 60px;
}
.improve .improve-js-elem {
  will-change: transform;
  transform: translateZ(0);
}
.improve__headline {
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 20px;
}
.improve__move {
  position: relative;
  padding-top: 40px;
}
.improve__move:after {
  content: "";
  position: absolute;
  background: url(/upload/img/arrow-dashed2.svg) center no-repeat;
  width: 190px;
  height: 80px;
  top: -20px;
  right: 0px;
}
.improve__right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .improve {
    --gap: 30px;
  }
  .improve__move:after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .improve__headline {
    font-size: 25px;
    line-height: 33px;
  }
}
/*# 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 */


/* Start:/local/templates/reputation/components/bitrix/news.list/team-slider/style.css?1766503127228*/
.team__img {
  margin-bottom: 20px;
  background-color: var(--color-med-black);
  border-radius: var(--border-r-20);
}
.team__img img {
  border-radius: var(--border-r-20);
  width: 100%;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/reputation/css/slider.css?1766503953806*/
.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;
}

.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);
}

@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;
  }
}
/*# sourceMappingURL=slider.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:/local/templates/reputation/components/bitrix/news.list/youtube-slider/style.css?17690863921137*/
.youtube .slider-head__headline > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.youtube__headline {
  color: var(--color-white);
  background: var(--color-dark-blue);
  padding: 10px 20px;
  border-radius: var(--border-r-10);
}
.youtube__headline:hover {
  background: var(--color-dark-blue);
  color: var(--color-white);
  text-decoration: none;
}
.youtube__ico {
  background: url(/upload/img/youtube.svg) center/cover no-repeat;
  width: 60px;
  height: 60px;
  display: block;
}
.youtube__link img {
  border-radius: var(--border-r-20);
}
.youtube__text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 27px;
  color: var(--color-light-black);
  text-decoration: none;
  text-align: left;
  display: block;
  padding: 20px;
  font-weight: bold;
}
.youtube .swiper-slide {
  border: 1px solid #c9c9c9;
  border-radius: var(--border-r-20);
  max-width: 370px;
  height: auto;
}
.youtube .swiper {
  overflow: visible;
}
@media (max-width: 991.98px) {
  .youtube .swiper {
    overflow: hidden;
  }
}
@media (max-width: 586.98px) {
  .youtube__ico {
    display: none;
  }
}
/*# 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 */
/* /include/index-banner/style.css?17664975793431 */
/* /include/forms/banner-form/style.css?1766499173555 */
/* /include/index-trust/style.css?17664989501687 */
/* /local/templates/reputation/css/tabs.css?17664940161487 */
/* /include/forms/open-form/style.css?1769150693691 */
/* /include/index-we-do/style.css?17678746741360 */
/* /include/index-tools/style.css?1766501743950 */
/* /include/brand-running-lines/style.css?17665022382212 */
/* /include/forms/big-open-form/style.css?17691505402524 */
/* /include/index-garanty/style.css?1766502377850 */
/* /include/index-rating/style.css?17665025892110 */
/* /local/templates/reputation/components/bitrix/news.list/tarifs/style.css?1767875404801 */
/* /include/forms/popup-personal/style.css?1766932849352 */
/* /include/index-improve/style.css?1766502844796 */
/* /include/forms/sm-open-form/style.css?1766932505577 */
/* /local/templates/reputation/components/bitrix/news.list/team-slider/style.css?1766503127228 */
/* /local/templates/reputation/css/slider.css?1766503953806 */
/* /local/templates/reputation/components/bitrix/news.list/smi-slider/style.css?1766505438550 */
/* /local/templates/reputation/components/bitrix/news.list/youtube-slider/style.css?17690863921137 */
/* /local/templates/reputation/components/bitrix/news.list/faq-list/style.css?17690891391052 */
/* /include/forms/any-q-form/style.css?1766932663437 */
