

/* 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/templates/cesar/components/bitrix/news.list/faq_picture/style.css?1778831043339*/
.btn-second.faq_content_btn {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--cspat-line-height);
  padding: 15.5px 24px;
}

@media only screen and (max-width: 768px) {
  .btn-second.faq_content_btn {
    font-size: 14px;
    padding: 12px 16px;
  }
}

/* End */


/* Start:/local/templates/cesar/components/bitrix/news.list/more_services/style.css?1778831043347*/
@media only screen and (max-width: 480px) {
  .serv .services_mobile_nav.cspat-mobile-swiper-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
  }

  .serv .title_text {
    text-align: center;
  }

  .serv .swiper_nav {
    display: none;
  }
}

/* End */


/* Start:/local/templates/cesar/components/bitrix/news.list/they_trust_us/styles.css?17854276964115*/
.clients_slider.swiper.clients_mobile {
  display: none;
}

/* Цвет шторок = фон секции; на серых экранах переопределяется ниже */
.clients {
  --clients-slider-edge: #fff;
  --clients-slider-fade-width: clamp(40px, 7vw, 96px);
}

.main-index .clients {
  --clients-slider-edge: #f1f1f1;
}

.clients_desktop_slider {
  display: block;
  position: relative;
  isolation: isolate;
}

.clients_desktop_slider::before,
.clients_desktop_slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--clients-slider-fade-width);
  z-index: 3;
  pointer-events: none;
}

.clients_desktop_slider::before {
  left: 0;
  background: linear-gradient(
    to right,
    var(--clients-slider-edge) 0%,
    color-mix(in srgb, var(--clients-slider-edge) 18%, transparent) 55%,
    transparent 100%
  );
}

.clients_desktop_slider::after {
  right: 0;
  background: linear-gradient(
    to left,
    var(--clients-slider-edge) 0%,
    color-mix(in srgb, var(--clients-slider-edge) 18%, transparent) 55%,
    transparent 100%
  );
}

@supports not (background: color-mix(in srgb, red, blue)) {
  .clients_desktop_slider::before {
    background: linear-gradient(
      to right,
      var(--clients-slider-edge),
      transparent
    );
  }
  .clients_desktop_slider::after {
    background: linear-gradient(
      to left,
      var(--clients-slider-edge),
      transparent
    );
  }
}

.clients_items.clients_desktop {
  display: none;
}

.clients_actions.clients_desktop {
  display: none;
}

.clients_container.clients-expanded .clients_desktop_slider {
  display: none;
}

.clients_container.clients-expanded .clients_items.clients_desktop {
  display: grid;
}

.clients_container.clients-expanded .clients_actions.clients_desktop {
  display: flex;
}

.clients_desktop_slider .swiper-pagination {
  margin-top: 24px;
}

.clients_desktop_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

@media (max-width: 478px) {
  .clients_desktop {
    display: none !important;
  }
  .clients_slider.swiper.clients_mobile {
    display: block;
    --clients-slider-fade-width: clamp(28px, 10vw, 56px);
    position: relative;
    isolation: isolate;
  }

  .clients_slider.swiper.clients_mobile::before,
  .clients_slider.swiper.clients_mobile::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: var(--clients-slider-fade-width);
    z-index: 3;
    pointer-events: none;
  }

  .clients_slider.swiper.clients_mobile::before {
    left: 0;
    background: linear-gradient(
      to right,
      var(--clients-slider-edge) 0%,
      color-mix(in srgb, var(--clients-slider-edge) 18%, transparent) 55%,
      transparent 100%
    );
  }

  .clients_slider.swiper.clients_mobile::after {
    right: 0;
    background: linear-gradient(
      to left,
      var(--clients-slider-edge) 0%,
      color-mix(in srgb, var(--clients-slider-edge) 18%, transparent) 55%,
      transparent 100%
    );
  }

  @supports not (background: color-mix(in srgb, red, blue)) {
    .clients_slider.swiper.clients_mobile::before {
      background: linear-gradient(
        to right,
        var(--clients-slider-edge),
        transparent
      );
    }
    .clients_slider.swiper.clients_mobile::after {
      background: linear-gradient(
        to left,
        var(--clients-slider-edge),
        transparent
      );
    }
  }
}

.clients_container .title_actions {
  justify-content: center;
  align-items: center;
}

.clients_container .title_actions .btn-third {
  color: var(--cspat-primary-black);
  text-align: center;
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  line-height: var(--cspat-line-height);
  text-transform: uppercase;
  padding: 12px 20px;
  transition: all 0.3s ease;
}

.clients_container .clients_title,
.clients_container .title_text {
  justify-content: center;
  align-items: center;
  width: 100%;
  color: var(--cspat-primary-black);
  text-align: center;
  font-family: "Onest";
}

.clients_container .title_text p {
  color: var(--cspat-primary-black);
}

/* 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/templates/cesar/components/bitrix/news.list/faq_picture/style.css?1778831043339 */
/* /local/templates/cesar/components/bitrix/news.list/more_services/style.css?1778831043347 */
/* /local/templates/cesar/components/bitrix/news.list/they_trust_us/styles.css?17854276964115 */
