

/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17754145673514*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */


/* Start:/local/components/sprint.editor/blocks/my/assets/css/my_block_guard_tariffs.css?178489599311190*/
.guard-tariffs__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
  text-align: center;
}

.guard-tariffs__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0;
  font-family: var(--cspat-font-family);
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: var(--cspat-line-height-headers);
  font-weight: 700;
  color: var(--cspat-primary-black);
}

.guard-tariffs__title-line {
  display: block;
}

.guard-tariffs__title-line > *:first-child {
  margin-top: 0;
}

.guard-tariffs__title-line > *:last-child {
  margin-bottom: 0;
}

.guard-tariffs__subtitle {
  margin: 0;
  max-width: 900px;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: var(--cspat-text-size);
  line-height: var(--cspat-line-height);
}

.guard-tariffs__subtitle > *:first-child {
  margin-top: 0;
}

.guard-tariffs__subtitle > *:last-child {
  margin-bottom: 0;
}

.guard-tariffs_swiper {
  width: 100%;
  overflow: visible;
}

.guard-tariffs__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}

.guard-tariffs__disclaimer {
  margin: 0;
  max-width: 100%;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: clamp(12px, 3vw, 14px);
  text-align: center;
  word-break: break-word;
}

.guard-tariffs__all-prices {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9.5px 20px;
  border: 2px solid #e2e4ef;
  border-radius: 8px;
  background: #fff;
  font-weight: 700;
  color: var(--cspat-primary-black);
  font-family: var(--cspat-font-family);
  font-size: clamp(12px, 3vw, 14px);
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 0.2s linear,
    color 0.2s linear,
    background 0.2s linear;
}

.guard-tariffs__all-prices:hover {
  border-color: #d0d2dc;
  color: var(--cspat-primary-black);
}

.guard-tariff-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #d0d2dc;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition:
    border-color 0.2s linear,
    background 0.2s linear,
    box-shadow 0.2s linear;
}

.guard-tariff-card:hover,
.guard-tariffs_slide.swiper-slide-active .guard-tariff-card {
  border-color: #fdbc00;
  background: linear-gradient(180deg, rgba(255, 199, 36, 0.12) 0%, #fff 100%);
  box-shadow:
    0 9px 10px #18274b0f,
    0 7px 36px #18274b14,
    0 12px 28px #18274b1f;
}

.guard-tariff-card__accent {
  flex-shrink: 0;
  width: 100px;
  height: 6px;
  border-radius: 0 0 20px 0;
  background: #fdbc00;
  transition:
    width 0.2s linear,
    border-radius 0.2s linear;
}

.guard-tariff-card:hover .guard-tariff-card__accent,
.guard-tariffs_slide.swiper-slide-active .guard-tariff-card__accent {
  width: 100%;
  border-radius: 0;
}

.guard-tariff-card__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 23px;
}

.guard-tariff-card__head-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 24px;
}

.guard-tariff-card__title-group {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.guard-tariff-card__desc {
  color: var(--cspat-secondary-black);
  font-family: "Onest";
  font-size: 15px;
  line-height: var(--cspat-line-height);
  font-weight: 400;
}

.guard-tariff-card__pricing {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
  width: 100%;
}

.guard-tariff-card__price-month,
.guard-tariff-card__price-hour {
  padding: 0 24px;
}

.guard-tariff-card__level {
  color: var(--cspat-secondary-black);
  font-family: var(--cspat-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  flex-shrink: 0;
}

.guard-tariff-card__name {
  margin: 0;
  color: var(--cspat-primary-black);
  font-family: var(--cspat-font-family);
  font-size: var(--cspat-heading-size-h5);
  font-weight: var(--cspat-heading-font-weight);
  line-height: var(--cspat-line-height-headers);
  flex-shrink: 0;
  text-transform: uppercase;
}

.guard-tariff-card__price-month {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  color: var(--cspat-primary-black);
  font-family: var(--cspat-font-family);
  line-height: 1;
}

.guard-tariff-card__price-month-prefix,
.guard-tariff-card__price-month-suffix {
  font-size: 20px;
  font-weight: 500;
}

.guard-tariff-card__price-month-value {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
}

.guard-tariff-card__price-hour {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 6px 12px;
  color: var(--cspat-secondary-black);
  font-family: var(--cspat-font-family);
  font-size: clamp(13px, 2vw, 14px);
  font-weight: 400;
  line-height: 1;
}

.guard-tariff-card__price-hour-value {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
}

.guard-tariff-card__price-hour-num {
  font-size: 20px;
  font-weight: 700;
}

.guard-tariff-card__price-hour-unit {
  font-size: 16px;
  font-weight: 600;
}

.guard-tariff-card__divider {
  height: 1px;
  margin: 0;
  background: #e2e4ef;
}

.guard-tariff-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 26px;
  padding: 20px 0;
}

.guard-tariff-card__features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0 24px;
  list-style: none;
}

.guard-tariff-card__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: 15px;
  line-height: var(--cspat-line-height);
}

.guard-tariff-card__feature-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.guard-tariff-card__feature-icon--check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M5.25 9.625L2.625 7L1.75 7.875L5.25 11.375L12.25 4.375L11.375 3.5L5.25 9.625Z' fill='%23CA0800'/%3E%3C/svg%3E");
}

.guard-tariff-card__feature-icon--plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M6 0V12M0 6H12' stroke='%23E2E4EF' stroke-width='1.5'/%3E%3C/svg%3E");
}

.guard-tariff-card__feature--optional {
  color: var(--cspat-primary-black);
}

.guard-tariff-card__btn-wrap {
  margin-top: auto;
  padding: 0 24px;
}

.guard-tariff-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Onest";
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e2e4ef;
  border-radius: 8px;
  background: #fff;
  font-size: clamp(12px, 3vw, 16px);
  color: var(--cspat-primary-black);
  font-weight: 400;
  padding: 16.5px 24px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  transition:
    background 0.2s linear,
    border-color 0.2s linear,
    color 0.2s linear;
}

.guard-tariff-card:hover .guard-tariff-card__btn,
.guard-tariffs_slide.swiper-slide-active .guard-tariff-card__btn {
  background: #ffc724;
  border-color: #ffc724;
  color: var(--cspat-primary-black);
}

@media (min-width: 992px) {
.swiper.guard-tariffs_swiper {
  overflow: visible;
}

  .guard-tariffs_swiper .guard-tariffs__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
    transform: none !important;
    translate: none !important;
  }

  .guard-tariffs_swiper .guard-tariffs_slide {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 100%;
    display: flex;
    align-self: stretch;
  }

  .guard-tariffs_swiper .guard-tariffs_slide .guard-tariff-card {
    width: 100%;
    height: 100%;
  }

  .guard-tariffs_mobile_nav.cspat-mobile-swiper-nav {
    display: none !important;
  }
}

/* 4 колонки: выравнивание pricing при разном переносе описания */
@media (min-width: 1401px) and (max-width: 1799px) {
  .guard-tariff-card__desc {
    min-height: calc(3 * 1em * var(--cspat-line-height));
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .guard-tariffs_swiper .guard-tariffs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media screen and (max-width: 991px) {
  .guard-tariffs-section {
    padding-top: clamp(20px, 5vw, 40px);
  }

  .guard-tariffs__header {
    margin-bottom: 24px;
  }

  .guard-tariffs__title {
    font-size: 28px;
  }

  .guard-tariffs__subtitle {
    font-size: 14px;
  }

  .guard-tariffs_mobile_nav.cspat-mobile-swiper-nav {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-sizing: border-box;
  }

  .guard-tariffs__grid-wrap {
    position: relative;
  }

  .swiper.guard-tariffs_swiper {
    overflow: hidden;
    padding-right: 10px;
  }

  .guard-tariffs_swiper:not(.swiper-initialized) .guard-tariffs__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    transform: none !important;
  }

  .guard-tariffs_swiper:not(.swiper-initialized) .guard-tariffs_slide {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .guard-tariffs_swiper .swiper-wrapper {
    align-items: stretch;
  }

  .guard-tariffs_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: auto;
    box-sizing: border-box;
  }

  .guard-tariffs_slide .guard-tariff-card {
    flex: 1 1 auto;
    width: 100%;
  }

  .guard-tariff-card__head {
    gap: 24px;
    padding-bottom: 24px;
  }

  .guard-tariff-card__head-main {
    padding: 0 18px;
  }

  .guard-tariff-card__price-month,
  .guard-tariff-card__price-hour {
    padding: 0 18px;
  }

  .guard-tariff-card__body {
    gap: 32px;
    padding: 24px 0;
  }

  .guard-tariff-card__features {
    padding: 0 18px;
  }

  .guard-tariff-card__btn-wrap {
    padding: 0 18px;
  }

  .guard-tariff-card__feature {
    font-size: 12px;
  }

  .guard-tariff-card__desc {
    font-size: 14px;
  }

  .guard-tariffs__footer {
    margin-top: 24px;
  }
}

@media screen and (max-width: 575px) {
  .guard-tariffs-section .container {
    padding: 0;
  }

  .guard-tariffs-section .container .guard-tariffs__header,
  .guard-tariffs-section .container .guard-tariffs_mobile_nav,
  .guard-tariffs-section .container .guard-tariffs__footer {
    padding: 0 20px;
  }

  .guard-tariffs__title {
    font-size: 24px;
  }

  .guard-tariffs__grid-wrap {
    padding-left: 20px;
    box-sizing: border-box;
  }

  .guard-tariff-card__head {
    gap: 16px;
    padding-bottom: 20px;
  }

  .guard-tariff-card__head-main {
    padding: 0 16px;
  }

  .guard-tariff-card__price-month,
  .guard-tariff-card__price-hour {
    padding: 0 16px;
  }

  .guard-tariff-card__features {
    padding: 0 16px;
    gap: 6px;
  }

  .guard-tariff-card__btn-wrap {
    padding: 0 16px;
  }

  .guard-tariff-card__btn {
    font-size: 14px;
    padding: 16px 18px;
  }
}

/* End */


/* Start:/local/components/sprint.editor/blocks/my/assets/css/my_block_cost_tariffs.css?178488509514378*/
.cost-tariffs {
  padding: clamp(40px, 5vw, 80px) 0 clamp(60px, 8vw, 120px);
  max-width: 100%;
  overflow-x: clip;
}

.cost-tariffs .container {
  max-width: 100%;
  overflow-x: clip;
}

.cost-tariffs__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  text-align: center;
}

.cost-tariffs__title {
  margin: 0;
  font-family: var(--cspat-font-family);
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 700;
  line-height: var(--cspat-line-height-headers, 1.2);
  color: var(--cspat-primary-black, #000);
  text-transform: uppercase;
}

.cost-tariffs__subtitle {
  margin: 0;
  max-width: 900px;
  font-family: var(--cspat-font-family);
  font-size: var(--cspat-text-size);
  color: var(--cspat-primary-black);
  line-height: var(--cspat-line-height);
}

.cost-tariffs__table-wrap {
  position: relative;
  margin: 0 clamp(-16px, -2vw, 0);
  max-width: 100%;
}

.cost-tariffs__footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.cost-tariffs__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: min(100%, 320px);
  min-height: 48px;
  padding: 14.8px 32px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #ffc724;
  color: var(--cspat-primary-black, #000);
  font-family: var(--cspat-font-family);
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  line-height: var(--cspat-line-height);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s linear;
}

.cost-tariffs__btn:hover {
  background: #ffd556;
}

.cost-tariffs__table--source[hidden] {
  display: none !important;
}

.cost-tariffs__table-wrap:not(.has-split) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #d0d2dc transparent;
}

.cost-tariffs__table {
  width: 100%;
  min-width: 960px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d0d2dc;
  border-radius: 8px;
  overflow: hidden;
  background: var(--cspat-primary-white);
  font-family: var(--cspat-font-family);
}

.cost-tariffs__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cost-tariffs__cell {
  box-sizing: border-box;
  padding: 8px 12px;
  border-right: 1px solid #d0d2dc;
  border-bottom: 1px solid #d0d2dc;
  vertical-align: middle;
  text-align: center;
}

.cost-tariffs__cell:last-child {
  border-right: 0;
}

.cost-tariffs__row:last-child .cost-tariffs__cell {
  border-bottom: 0;
}

.cost-tariffs__cell--label,
.cost-tariffs__cell--category,
.cost-tariffs__cell--price-label {
  min-width: 200px;
  max-width: 320px;
  text-align: left;
}

.cost-tariffs__cell.cost-tariffs__cell--label {
border-top-left-radius: 8px;
}

.cost-tariffs__row--head .cost-tariffs__cell {
  padding-top: 18px;
  padding-bottom: 18px;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: var(--cspat-heading-size-h5);
  font-weight: var(--cspat-heading-font-weight);
  line-height: var(--cspat-line-height);
}

.cost-tariffs__cell.cost-tariffs__cell--plan:last-child {
border-top-right-radius: 8px;
}

.cost-tariffs__row--head .cost-tariffs__cell--label {
  text-align: center;
}

.cost-tariffs__row--category .cost-tariffs__cell {
  height: 40px;
  /* padding-top: 13px;
  padding-bottom: 13px; */
  background: #f1f1f1;
  font-weight: 600;

  font-family: var(--cspat-font-family);
    font-size: var(--cspat-text-size);
    color: var(--cspat-primary-black);
    line-height: var(--cspat-line-height);

}

.cost-tariffs__row--category .cost-tariffs__cell--category {
  text-align: left;
}

.cost-tariffs__row--category .cost-tariffs__cell--category-fill {
  padding: 0;
}

.cost-tariffs__row:not(.cost-tariffs__row--head):not(.cost-tariffs__row--category):not(.cost-tariffs__row--price) .cost-tariffs__cell--label {
  font-family: var(--cspat-font-family);
  font-size: var(--cspat-text-card-size);
  font-weight: 550;
  line-height: var(--cspat-line-height);
  color: var(--cspat-primary-black);
}

.cost-tariffs__row:not(.cost-tariffs__row--head):not(.cost-tariffs__row--category):not(.cost-tariffs__row--price) .cost-tariffs__cell--value {
  min-height: 48px;
}

.cost-tariffs__text {
  display: block;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: clamp(12px, 2vw, 15px);
  line-height: var(--cspat-line-height);
}

.cost-tariffs__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cost-tariffs__icon--yes {
  background-image: url("/local/components/sprint.editor/blocks/my/assets/images/icon-yes.svg");
}

.cost-tariffs__icon--no {
  background-image: url("/local/components/sprint.editor/blocks/my/assets/images/icon-no.svg");
}

.cost-tariffs__cell--featured {
  background: rgba(255, 199, 36, 0.12);
  box-shadow:
    inset 2px 0 0 rgba(253, 188, 0, 0.8),
    inset -2px 0 0 rgba(253, 188, 0, 0.8);
}

.cost-tariffs__row--head .cost-tariffs__cell--featured {
  box-shadow:
    inset 2px 0 0 rgba(253, 188, 0, 0.8),
    inset -2px 0 0 rgba(253, 188, 0, 0.8),
    inset 0 2px 0 rgba(253, 188, 0, 0.8);
  border-bottom-color: rgba(215, 160, 0, 0.4);
}

.cost-tariffs__row--category .cost-tariffs__cell--featured,
.cost-tariffs__row:not(.cost-tariffs__row--head):not(.cost-tariffs__row--price) .cost-tariffs__cell--featured {
  background: rgba(253, 188, 0, 0.16);
  border-left-color: rgba(215, 160, 0, 0.4);
  border-right-color: rgba(215, 160, 0, 0.4);
  border-bottom-color: rgba(215, 160, 0, 0.4);
}

.cost-tariffs__row--price .cost-tariffs__cell {
  background: #f1f1f1;
}

.cost-tariffs__row--price .cost-tariffs__cell--featured {
  background: rgba(253, 188, 0, 0.16);
  box-shadow:
    inset 2px 0 0 rgba(253, 188, 0, 0.8),
    inset -2px 0 0 rgba(253, 188, 0, 0.8),
    inset 0 -2px 0 rgba(253, 188, 0, 0.8);
}

.cost-tariffs__row--price .cost-tariffs__cell--price-label {
  font-weight: 600;
  font-family: var(--cspat-font-family);
  font-size: var(--cspat-text-size);
  color: var(--cspat-primary-black);
  line-height: var(--cspat-line-height);
  padding: 15px 12px;
}

.cost-tariffs__price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--cspat-primary-black);
  white-space: nowrap;
}

.cost-tariffs__price-prefix,
.cost-tariffs__price-suffix {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.cost-tariffs__price-amount {
  font-size: 20px;
  font-weight: 650;
  line-height: 1;
}

.cost-tariffs__cell.cost-tariffs__cell--price-label{
  border-bottom-left-radius: 8px;
}
.cost-tariffs__cell.cost-tariffs__cell--price:last-child{
  border-bottom-right-radius: 8px;
}

@media (min-width: 1200px) {
  .cost-tariffs__table-wrap,
  .cost-tariffs__table-wrap:not(.has-split) {
    margin: 0;
    overflow: visible;
  }

  .cost-tariffs__table {
    min-width: 0;
    overflow: visible;
  }

  .cost-tariffs__row--head .cost-tariffs__cell {
    position: sticky;
    top: var(--cost-tariffs-head-offset, 110px);
    z-index: 5;
    background: var(--cspat-primary-white);
  }

  .cost-tariffs__row--head .cost-tariffs__cell--featured {
    background: rgb(253 200 74);
  }
}

@media (max-width: 1199px) {
  .cost-tariffs__table-wrap.has-split {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    border: 0;
    border-radius: 0;
  }

  .cost-tariffs__split-layout {
    width: 100%;
    max-width: 100%;
    border: 1px solid #d0d2dc;
    border-radius: 8px;
    overflow: hidden;
    background: var(--cspat-primary-white);
  }

  .cost-tariffs__sticky-sentinel {
    height: 1px;
    margin: 0;
    pointer-events: none;
  }

  .cost-tariffs__sticky-head {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: var(--cspat-primary-white);
  }

  .cost-tariffs__sticky-head:not(.is-stuck) {
    display: none;
  }

  .cost-tariffs__sticky-head.is-stuck {
    position: fixed;
    z-index: 5;
    box-sizing: border-box;
    border: 1px solid #d0d2dc;
    border-bottom: 1px solid #d0d2dc;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 8px rgba(24, 39, 75, 0.08);
  }

  .cost-tariffs__sticky-head.is-stuck .cost-tariffs__split-row--head {
    position: relative;
    width: 100%;
  }

  .cost-tariffs__sticky-head.is-stuck .cost-tariffs__table--fixed-head-sticky {
    width: 100%;
    table-layout: fixed;
  }

  .cost-tariffs__sticky-head.is-stuck
    .cost-tariffs__table--fixed-head-sticky
    .cost-tariffs__cell {
    max-width: none;
  }

  .cost-tariffs__split-layout.is-head-stuck .cost-tariffs__scroll-head-clip {
    background:
      linear-gradient(
        to right,
        rgba(24, 39, 75, 0.08),
        rgba(24, 39, 75, 0.02) 8px,
        transparent 16px
      )
      left center / 16px 100% no-repeat;
  }

  .cost-tariffs__sticky-head-placeholder {
    height: 0;
  }

  .cost-tariffs__split-body {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .cost-tariffs__split-row {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .cost-tariffs__fixed-pane {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    min-width: 0;
    max-width: 45vw;
    background: var(--cspat-primary-white);
  }

  .cost-tariffs__table-wrap.has-split.is-scrollable .cost-tariffs__fixed-pane {
    box-shadow: none;
  }

  .cost-tariffs__table-wrap.has-split.is-scrollable .cost-tariffs__scroll-body {
    background:
      linear-gradient(
        to right,
        rgba(24, 39, 75, 0.08),
        rgba(24, 39, 75, 0.02) 8px,
        transparent 16px
      )
      left center / 16px 100% no-repeat;
  }

  .cost-tariffs__scroll-head-clip {
    flex: 1 1 0;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    pointer-events: none;
  }

  .cost-tariffs__scroll-head-inner {
    display: block;
    width: max-content;
    max-width: none;
    pointer-events: none;
  }

  .cost-tariffs__split-layout.is-head-stuck
    .cost-tariffs__table--fixed-full
    .cost-tariffs__thead--in-flow {
    display: none;
  }

  .cost-tariffs__split-layout.is-head-stuck
    .cost-tariffs__table--scroll-full
    .cost-tariffs__thead--in-flow {
    display: none;
  }

  .cost-tariffs__scroll-body {
    flex: 1 1 0;
    min-width: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .cost-tariffs__scroll-body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .cost-tariffs__sticky-head .cost-tariffs__row--head .cost-tariffs__cell {
    background: var(--cspat-primary-white);
  }

  .cost-tariffs__sticky-head .cost-tariffs__row--head .cost-tariffs__cell--featured {
    background: rgba(255, 199, 36, 0.12);
  }

  .cost-tariffs__table--split {
    min-width: 0;
    width: auto;
    border: 0;
    border-radius: 0;
    overflow: visible;
    table-layout: fixed;
  }

  .cost-tariffs__table-wrap.has-split .cost-tariffs__cell--label,
  .cost-tariffs__table-wrap.has-split .cost-tariffs__cell--category,
  .cost-tariffs__table-wrap.has-split .cost-tariffs__cell--price-label {
    min-width: 0;
    max-width: none;
  }

  .cost-tariffs__table--fixed-full .cost-tariffs__cell {
    width: clamp(100px, 38vw, 200px);
    max-width: 45vw;
  }

  .cost-tariffs__table--fixed-head-sticky .cost-tariffs__cell {
    width: clamp(100px, 38vw, 200px);
    max-width: 45vw;
  }

  .cost-tariffs__table--scroll-head,
  .cost-tariffs__table--scroll-full {
    width: max-content;
    min-width: 0;
  }

  .cost-tariffs__table-wrap.has-split .cost-tariffs__table--scroll-full th,
  .cost-tariffs__table-wrap.has-split .cost-tariffs__table--scroll-full td,
  .cost-tariffs__table-wrap.has-split .cost-tariffs__table--scroll-head th {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .cost-tariffs__table-wrap.has-split .cost-tariffs__table--split {
    min-width: 0;
  }

  /* Скругление только у внешнего контейнера, не у отдельных ячеек split-таблицы */
  .cost-tariffs__table-wrap.has-split .cost-tariffs__cell {
    border-radius: 0;
  }

  .cost-tariffs__table--fixed-full .cost-tariffs__thead--in-flow .cost-tariffs__cell,
  .cost-tariffs__table--fixed-head-sticky .cost-tariffs__cell {
    border-top: 0;
  }

  .cost-tariffs__table--fixed-full .cost-tariffs__cell:last-child,
  .cost-tariffs__table--fixed-head-sticky .cost-tariffs__cell:last-child {
    border-right: 1px solid #d0d2dc;
  }

  .cost-tariffs__table--scroll-head .cost-tariffs__cell {
    border-top: 0;
  }

  .cost-tariffs__split-layout.is-head-stuck
    .cost-tariffs__table--fixed-full
    tbody
    tr:first-child
    .cost-tariffs__cell {
    border-top: 1px solid #d0d2dc;
  }

  .cost-tariffs__table--scroll-full .cost-tariffs__thead--in-flow .cost-tariffs__cell {
    border-top: 0;
  }

  .cost-tariffs__table-wrap.has-split .cost-tariffs__table--scroll .cost-tariffs__cell--plan,
  .cost-tariffs__table-wrap.has-split .cost-tariffs__table--scroll .cost-tariffs__cell--value,
  .cost-tariffs__table-wrap.has-split .cost-tariffs__table--scroll .cost-tariffs__cell--price,
  .cost-tariffs__table-wrap.has-split .cost-tariffs__table--scroll .cost-tariffs__cell--category-fill {
    min-width: 0;
  }
}


@media (max-width: 575px) {
  .cost-tariffs__table-wrap.has-split .cost-tariffs__cell--label,
  .cost-tariffs__table-wrap.has-split .cost-tariffs__cell--category,
  .cost-tariffs__table-wrap.has-split .cost-tariffs__cell--price-label {
    min-width: 0;
  }

  .cost-tariffs__cell--label,
  .cost-tariffs__cell--category,
  .cost-tariffs__cell--price-label {
    min-width: 100px;
  }
  .cost-tariffs__cell {
    padding: 6px 8px;
  }

  .cost-tariffs__row--category .cost-tariffs__cell {
    font-family: var(--cspat-font-family);
    font-size: var(--cspat-text-card-size);
    font-weight: 550;
    line-height: var(--cspat-line-height);
    color: var(--cspat-primary-black);
  }

  .cost-tariffs__price-amount {
    font-size: 18px;
  }
}

/* End */


/* Start:/local/components/sprint.editor/blocks/my/assets/css/my_block_workflow.css?17848850958255*/
/* Блок «Этапы» — верстка по макету Figma (node 1220:18656) */

.workflow-steps_container {
  max-width: 1728px;
}

.workflow-steps_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1592px;
  margin: 0 auto 48px;
  text-align: center;
}

.workflow-steps_title {
  margin: 0;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: var(--cspat-heading-size);
  font-weight: var(--cspat-heading-font-weight);
  line-height: var(--cspat-line-height);
  text-transform: uppercase;
}

.workflow-steps_description {
  margin: 0;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: var(--cspat-text-size);
  line-height: var(--cspat-line-height);
}

.workflow-steps_swiper {
  width: 100%;
}

/* Десктоп и планшет: сетка без Swiper (инициализация только ≤991px) */
@media (min-width: 992px) {
  .swiper.workflow-steps_swiper {
    overflow: visible;
  }

  .workflow-steps_swiper .workflow-steps_list {
    display: grid;
    gap: 40px;
    justify-items: center;
    align-items: stretch;
    width: 100%;
    transform: none !important;
    translate: none !important;
  }

  .workflow-steps--cols-3 .workflow-steps_swiper .workflow-steps_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .workflow-steps--cols-4 .workflow-steps_swiper .workflow-steps_list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .workflow-steps--cols-4 .workflow-steps_card {
    max-width: none;
  }

  .workflow-steps_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    height: auto;
    min-height: 100%;
  }

  .workflow-steps_slide .workflow-steps_card {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
  }

  .workflow-steps_mobile_nav.cspat-mobile-swiper-nav {
    display: none !important;
  }
}

.workflow-steps_card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 504px;
  padding: 48px 30px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d0d2dc;
  transition:
    box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    border-color 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.workflow-steps_card:hover {
  border-color: #c5c7d1;
  box-shadow:
    0 9px 10px rgba(24, 39, 75, 0.06),
    0 7px 36px rgba(24, 39, 75, 0.08),
    0 12px 28px rgba(24, 39, 75, 0.12);
  cursor: pointer;
}

.workflow-steps_icon-ring {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 15px;
  border: 10px solid var(--cspat-primary-red);
  border-radius: 50%;
}

.workflow-steps_icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.workflow-steps_icon-number {
  display: block;
  min-width: 38px;
  color: var(--cspat-primary-red);
  font-family: "Onest";
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.workflow-steps_card-title {
  margin: 0;
  width: 100%;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: var(--cspat-heading-size-h5);
  font-weight: var(--cspat-heading-font-weight);
  line-height: var(--cspat-line-height);
  text-align: center;
  text-transform: uppercase;
}

.workflow-steps_card-text {
  margin: 0;
  width: 100%;
  overflow: hidden;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: var(--cspat-text-card-size);
  line-height: var(--cspat-line-height);
  text-align: center;
}

.workflow-steps_card--guarantees {
  background: #ffc724;
  align-items: center;
}

.workflow-steps_card--guarantees .workflow-steps_guarantees-list {
  width: 100%;
  max-width: 424px;
  margin: 0;
  padding: 0 0 0 24px;
  list-style: disc;
  list-style-position: outside;
  text-align: left;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: var(--cspat-text-card-size);
  font-weight: 400;
  line-height: var(--cspat-line-height);
}

.workflow-steps_guarantees-list li {
  position: relative;
  padding-left: 10px;
}
.workflow-steps_guarantees-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--cspat-primary-black);
  border-radius: 50%;
}

.workflow-steps_guarantees-title {
  margin: 0;
  width: 100%;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: var(--cspat-heading-size-h5);
  font-weight: 700;
  line-height: var(--cspat-line-height);
  text-align: center;
  text-transform: uppercase;
}

.workflow-steps_guarantees-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 419px;
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 8px;
  background: var(--cspat-primary-black);
  color: #fffbfb;
  font-family: "Onest";
  font-size: 16px;
  font-weight: 700;
  line-height: var(--cspat-line-height);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.workflow-steps_guarantees-btn:hover {
  opacity: 0.9;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .workflow-steps_head {
    margin-bottom: 40px;
  }

  .workflow-steps_swiper .workflow-steps_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px;
    align-items: stretch;
  }

  .workflow-steps_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  .workflow-steps_slide .workflow-steps_card {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
  }

  .workflow-steps_card {
    padding: 40px 28px;
  }

  .workflow-steps_icon-ring {
    padding: 20px;
    border-width: 8px;
  }

  .workflow-steps_icon-number {
    font-size: 32px;
    line-height: 1;
    min-width: 32px;
  }

  .workflow-steps_icon {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 991px) {
  .workflow-steps .container {
    padding: 0 0 0 20px;
  }

  .workflow-steps_container {
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .workflow-steps_head {
    align-items: center;
    margin-bottom: 24px;
    text-align: center;
    padding-right: 20px;
  }

  .workflow-steps_description {
    text-align: center;
  }

  .workflow-steps_mobile_nav.cspat-mobile-swiper-nav {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .workflow-steps_swiper {
    overflow: hidden;
    padding-right: 0;
  }

  .workflow-steps_swiper .swiper-wrapper {
    align-items: stretch;
  }

  .workflow-steps_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: auto;
    box-sizing: border-box;
  }

  .workflow-steps_slide .workflow-steps_card {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    max-width: none;
  }

  .workflow-steps_card {
    gap: 12px;
    padding: 20px 20px 24px;
    min-height: unset;
    height: auto;
  }

  .workflow-steps_card .workflow-steps_icon-ring {
    width: 44px;
    height: 44px;
    padding: 0;
    border-width: 4px;
  }

  .workflow-steps_icon-ring {
    padding: 16px;
    border-width: 7px;
  }

  .workflow-steps_icon {
    width: 30px;
    height: 30px;
  }

  .workflow-steps_card .workflow-steps_icon-number {
    min-width: 24px;
    font-size: 24px;
    line-height: 1;
  }

  .workflow-steps_icon-number {
    font-size: 28px;
    line-height: 1;
    min-width: 28px;
  }

  .workflow-steps_card-text {
    max-height: none;
  }

  .workflow-steps_card:not(.workflow-steps_card--guarantees)
    .workflow-steps_card-text {
    color: #373940;
  }

  .workflow-steps_card--guarantees .workflow-steps_guarantees-list {
    font-size: 12px;
    line-height: var(--cspat-line-height);
    max-width: none;
    padding-left: 20px;
  }

  .workflow-steps_guarantees-btn {
    font-size: 14px;
    max-width: none;
  }

  .workflow-steps_guarantees-list li::before {
    top: 9px;
    transform: none;
  }
}

/* End */


/* Start:/local/components/sprint.editor/blocks/my/assets/css/my_block_about-metrics.css?17848850956357*/
.about-metrics {
  background: #fff;
}

.about-metrics_container {
  max-width: 1728px;
  padding-right: 68px;
  padding-left: 68px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.about-metrics_head {
  display: contents;
}

.about-metrics_head-text {
  order: 1;
  max-width: 1591px;
  margin: 0 auto;
  text-align: center;
}

.about-metrics_head-text .about-metrics_title {
  margin: 0 0 24px;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: var(--cspat-heading-size);
  font-weight: var(--cspat-heading-font-weight);
  line-height: var(--cspat-line-height);
  text-align: center;
}

.about-metrics_subtitle {
  margin: 0;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: var(--cspat-text-size);
  line-height: 1.6;
  text-align: center;
}

.about-metrics_grid {
  order: 2;
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 40px;
}

.about-metrics_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 44px;
  border-radius: 8px;
  background: transparent;
}

.about-metrics_logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 0 0 15px;
  background: #e9e9e9;
  border-radius: 50%;
}

.about-metrics_logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.about-metrics_card-body {
  width: 100%;
  text-align: center;
}

.about-metrics_metric-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.about-metrics_metric-head .about-metrics_number-wrap {
  margin-bottom: 10px;
}

.about-metrics_metric-head--has-caption .about-metrics_number-wrap {
  margin-bottom: 0;
}

.about-metrics_metric-head--has-caption {
  gap: 16px;
  margin-bottom: 24px;
}

.about-metrics_metric-head--has-caption:last-child {
  margin-bottom: 0;
}

.about-metrics_number-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}

.about-metrics_number {
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  line-height: var(--cspat-line-height-headers);
}

.about-metrics_number-text {
  font-size: 32px;
}

.about-metrics_suffix {
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.about-metrics_caption {
  margin: 0;
  color: #373940;
  font-family: "Onest";
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.about-metrics_value {
  margin: 0;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: var(--cspat-line-height);
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .about-metrics_value {
    margin: 0 auto;
    max-width: 265px;
  }
}

.about-metrics_head-action {
  order: 3;
  width: 100%;
  display: flex;
  justify-content: center;
}

.about-metrics_btn {
  min-height: 48px;
  padding: 16px 20px;
  border: 2px solid #e2e4ef;
  border-radius: 8px;
  background: #f7f8fb;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-metrics_action {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.about-metrics_description {
  color: var(--Text-black, var(--cspat-primary-black));
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Onest";
  font-size: var(--cspat-heading-size-h3);
  font-style: normal;
  line-height: var(--cspat-line-height);
  margin-bottom: clamp(15px, 5vw, 48px);
  font-weight: 700;
}

@media screen and (min-width: 1399px) {
  .about-metrics_subtitle {
    max-width: 58%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1439px) {
  .about-metrics_container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .about-metrics_title {
    font-size: var(--cspat-heading-size);
    line-height: var(--cspat-line-height);
  }
}

@media screen and (max-width: 1199px) {
  .about-metrics {
    padding: 72px 0;
  }

  .about-metrics_container {
    gap: 48px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .about-metrics_grid {
    gap: 28px 24px;
  }

  .about-metrics_card {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 991px) {
  .about-metrics {
    padding: 56px 0;
  }

  .about-metrics_container {
    gap: 36px;
  }

  .about-metrics_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }

  .about-metrics_logo-wrap {
    width: 88px;
    height: 88px;
    margin-bottom: 24px;
  }

  .about-metrics_logo {
    width: 48px;
    height: 48px;
  }

  .about-metrics_suffix {
    font-size: 21px;
  }
}

@media screen and (max-width: 640px) {
  .about-metrics {
    padding: 40px 0;
  }

  .about-metrics_container {
    gap: 32px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-metrics_head-text .about-metrics_title {
    margin-bottom: 16px;
  }

  .about-metrics_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .about-metrics_card {
    padding: 0;
  }

  .about-metrics_metric-head .about-metrics_number-wrap {
    gap: 8px;
    margin-bottom: 8px;
  }

  .about-metrics_metric-head--has-caption .about-metrics_number-wrap {
    margin-bottom: 0;
  }

  .about-metrics_logo-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }

  .about-metrics_logo {
    width: 32px;
    height: 32px;
  }

  .about-metrics_suffix {
    font-size: 16px;
    line-height: 1;
  }

  .about-metrics_btn {
    min-height: 48px;
    padding: 16px 24px;
    border-color: #d0d2dc;
    border-radius: 8px;
    background: transparent;
  }

  .about-metrics_action {
    margin-top: 32px;
  }

  .about-metrics_action .btn {
    padding: 12px 20px;
    font-size: 12px;
  }
}

/* End */


/* Start:/local/components/sprint.editor/blocks/my/assets/css/my_block_cta_form.css?17848850958466*/
.cta-form {
  background: var(--cspat-primary-black);
  overflow: hidden;
}

.cta-form_container.container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1920px;
  min-height: 660px;
  padding: var(--cta-form-pad-y, 68px) 0;
  box-sizing: border-box;
  overflow: hidden;
  --cta-form-pad-y: 68px;
  --cta-form-visual-width: clamp(300px, 36vw, 580px);
}

.cta-form--image-left .cta-form_container.container {
  justify-content: flex-end;
}

.cta-form--image-right .cta-form_container.container {
  justify-content: flex-start;
}

.cta-form_visual {
  position: absolute;
  top: var(--cta-form-pad-y);
  bottom: 0;
  z-index: 1;
  width: var(--cta-form-visual-width);
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}

.cta-form--image-left .cta-form_visual {
  left: 0;
  right: auto;
}

.cta-form--image-right .cta-form_visual {
  left: auto;
  right: 0;
}

.cta-form_img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.cta-form--image-left .cta-form_img {
  object-position: left bottom;
}

.cta-form--image-right .cta-form_img {
  object-position: right bottom;
}

.cta-form_content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1048px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  color: #fff;
}

.cta-form_content .cta-form_title {
  margin: 0;
  font-family: "Onest";
  font-size: var(--cspat-heading-size);
  font-weight: var(--cspat-heading-font-weight);
  line-height: var(--cspat-line-height-headers);
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

.cta-form_title span {
  color: inherit;
}

.cta-form_description {
  margin: 0;
  max-width: 1036px;
  font-family: "Onest";
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: var(--cspat-text-font-weight);
  line-height: var(--cspat-line-height);
  color: #fff;
  white-space: pre-wrap;
}

.cta-form_form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.cta-form_fields {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(240px, 1fr);
  gap: 60px;
  align-items: end;
}

.cta-form_field-wrap {
  display: flex;
  flex-direction: column;
}

.cta-form_field-label {
  color: #f1f1f1;
  font-family: "Onest";
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: var(--cspat-line-height);
  padding-bottom: 5px;
}

.cta-form_field-label span {
  color: var(--cspat-primary-red);
}

.cta-form_field {
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid #5b5d68;
  background: transparent;
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: var(--cspat-line-height);
  outline: none;
}

.cta-form_field:focus {
  border-bottom-color: #fdbc00;
}

.cta-form_field.is-invalid {
  border-bottom-color: var(--cspat-primary-red);
}

.cta-form_field:-webkit-autofill,
.cta-form_field:-webkit-autofill:hover,
.cta-form_field:-webkit-autofill:focus,
.cta-form_field:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px var(--cspat-primary-black) inset;
  box-shadow: 0 0 0 1000px var(--cspat-primary-black) inset;
  transition: background-color 9999s ease-in-out 0s;
  caret-color: #fff;
}

.cta-form_field-wrap,
.cta-form_policy {
  position: relative;
}

.cta-form_error-tooltip {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  max-width: 320px;
  padding: 8px 10px;
  border-radius: 6px;
  background: var(--cspat-primary-red);
  color: #fff;
  font-family: "Onest";
  font-size: 13px;
  font-weight: var(--cspat-text-font-weight);
  line-height: var(--cspat-line-height);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  animation: cta-form-tooltip-in 0.2s ease forwards;
  z-index: 5;
}

.cta-form_error-tooltip::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--cspat-primary-red);
}

.cta-form_error-tooltip.is-leaving {
  animation: cta-form-tooltip-out 0.2s ease forwards;
}

@keyframes cta-form-tooltip-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cta-form-tooltip-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}

.cta-form_submit {
  padding: 20px 24px;
  border: 0;
  border-radius: 8px;
  background: #ffc724;
  color: var(--cspat-primary-black);
  font-family: "Onest";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.cta-form_submit:hover {
  background: #fdbc00;
}

.cta-form_policy {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cta-form_checkbox {
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid var(--cspat-primary-black);
  border-radius: 4px;
  background: transparent;
  accent-color: #fdbc00;
  flex-shrink: 0;
  cursor: pointer;
}

.cta-form_checkbox:not(:checked) {
  filter: invert(1);
}

.cta-form_checkbox.is-invalid {
  border-color: var(--cspat-primary-red);
  box-shadow: 0 0 0 1px var(--cspat-primary-red) inset;
}

.cta-form_policy-text {
  color: #5b5d68;
  font-family: "Onest";
  font-size: 14px;
  font-weight: 400;
  line-height: var(--cspat-line-height);
}

.cta-form_policy-text a {
  color: #5b5d68;
  text-decoration: underline;
}
.cta-form_policy .cta-form_policy-text-link {
  transition: color 0.2s ease;
  color: var(--cspat-primary-red);
}

.cta-form_policy:hover .cta-form_policy-text-link {
  color: var(--cspat-primary-red);
  text-decoration: underline;
}

@media screen and (max-width: 1679px) {
  .cta-form_container.container {
    padding-right: 40px;
    padding-left: 40px;
    min-height: 640px;
    --cta-form-visual-width: clamp(280px, 34vw, 520px);
  }

  .cta-form--image-left .cta-form_visual {
    left: 12px;
    right: auto;
  }

  .cta-form--image-right .cta-form_visual {
    left: auto;
    right: 12px;
  }

  .cta-form_content {
    max-width: 920px;
    gap: 48px;
  }

  .cta-form_title {
    font-size: 34px;
  }

  .cta-form_fields {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(210px, 280px);
  }
}

@media screen and (max-width: 1600px) {
  .cta-form_container.container {
    --cta-form-visual-width: clamp(260px, 32vw, 480px);
  }

  .cta-form_content {
    max-width: 60vw;
  }
}

@media screen and (max-width: 1279px) {
  .cta-form_container.container {
    padding: 72px 24px;
    gap: 24px;
    min-height: 540px;
    --cta-form-pad-y: 72px;
    --cta-form-visual-width: clamp(220px, 28vw, 340px);
  }

  .cta-form--image-left .cta-form_visual {
    left: 0;
    right: auto;
  }

  .cta-form--image-right .cta-form_visual {
    left: auto;
    right: 0;
  }

  .cta-form_content {
    gap: 36px;
  }

  .cta-form_title {
    font-size: 30px;
  }

  .cta-form_fields {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cta-form_submit {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .cta-form_container.container {
    min-height: auto;
    padding: 56px 20px;
    justify-content: flex-start;
  }

  .cta-form_visual {
    display: none;
  }

  .cta-form_content {
    max-width: none;
    gap: 8px;
  }

  .cta-form_title {
    font-size: 27px;
    line-height: var(--cspat-line-height);
  }

  .cta-form_field {
    font-size: 16px;
    padding-bottom: 8px;
  }

  .cta-form_submit {
    padding: 17px 20px;
    font-size: 14px;
  }
  .cta-form_form {
    padding-top: 32px;
  }

  .cta-form_content .cta-form_title {
    text-align: center;
  }
  .cta-form_description {
    text-align: center;
  }

  .cta-form_policy-text {
    font-size: 12px;
  }
}

/* End */


/* Start:/local/components/sprint.editor/blocks/my/assets/css/my_block_faq.css?1778831043997*/
/* Дополнительные стили блока FAQ в Sprint Editor; основная вёрстка — .faq в шаблоне cesar */

.container.faq_container_title {
  margin-bottom: 40px;
}

.faq_container_title .title-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faq_container .faq_img {
  height: 100%;
  max-height: 1050px;
}

.faq_container .btn-second {
  width: 100%;
  padding: 15.5px 24px;
  font-weight: 400;
}

.faq_container .accordion_item_title {
  font-weight: 500;
  color: var(--cspat-primary-black);
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.faq_container .accordion_item_content {
  color: var(--cspat-primary-black);
  overflow: hidden;
}

.faq_container .accordion_item.open .accordion_item_content {
  overflow: visible;
}

.accordion_item.open .accordion_item_title {
  color: var(--cspat-primary-red);
  transition: color 0.3s ease;
}

/* End */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17754145673514 */
/* /local/components/sprint.editor/blocks/my/assets/css/my_block_guard_tariffs.css?178489599311190 */
/* /local/components/sprint.editor/blocks/my/assets/css/my_block_cost_tariffs.css?178488509514378 */
/* /local/components/sprint.editor/blocks/my/assets/css/my_block_workflow.css?17848850958255 */
/* /local/components/sprint.editor/blocks/my/assets/css/my_block_about-metrics.css?17848850956357 */
/* /local/components/sprint.editor/blocks/my/assets/css/my_block_cta_form.css?17848850958466 */
/* /local/components/sprint.editor/blocks/my/assets/css/my_block_faq.css?1778831043997 */
